/* New LP CSS */

html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:link {
  color: var(--color-text-dark);
  text-decoration: underline;
}

a:visited {
  color: var(--color-text-dark);
  text-decoration: underline;
}

a:hover,
a:active {
  color: var(--color-text-dark);
  text-decoration: none;
}

.section {
  display: block;
  position: relative;
  padding: 0 15px;
}

/*-- cv --*/
.cv_box {
  margin: 17px 0;
}

.cv_box a {
  display: block;
  padding: 17px 45px 17px 16px;
  border-radius: 10px;
  background-image: url("../../../assets/imgs/lp/ic_arrow.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-color: #e95377;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}

.cv_box span {
  display: block;
}

.cv_box .title {
  font-size: 24px;
  font-weight: 600;
}

.cv_box .read {
  padding: 5px 0 0 0;
  font-size: 10px;
  font-weight: 600;
}

.cv_box .text {
  padding: 5px 0 0 0;
  font-size: 10px;
  font-weight: 400;
}

/*-- appeal --*/

.section-appeal {
  margin: 40px 0 0 0;
}

.appeal_list {
  margin: 0 -2px;
}

.appeal_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  margin: auto;
}

.appeal_list li {
  width: 33.333%;
  text-align: center;
}

.appeal_list .img {
  margin: auto;
}

.appeal_list .img img {
  width: 100%;
}

.appeal_list .text {
  font-size: 8px;
  line-height: 120%;
  color: #3e3a39;
  text-align: center;
}

/*-- fv --*/

.section-fv {
  position: relative;
  padding: 0 0px;
  background-image: url("../../../assets/imgs/lp/fv_back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fv_left {
  display: block;
}

.fv_right {
  display: block;
}

.fv_circle_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.fv_circle {
  text-align: center;
  display: inline-block;
  margin: 5px;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 500px;
  background-color: #26546c;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.fv_circle:after {
  content: "";
  border-radius: 500px;
  border: solid 1px #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.fv_circle .border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
}

.fv_catch {
  margin: 230px 0 0 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  color: #26546c;
  text-shadow:
    0.5px 0.5px 0 #fff,
    -0.5px -0.5px 0 #fff,
    -0.5px 0.5px 0 #fff,
    0.5px -0.5px 0 #fff,
    0px 0.5px 0 #fff,
    0 -0.5px 0 #fff,
    -0.5px 0 0 #fff,
    0.5px 0 0 #fff;
}

.fv_logo {
  margin: 10px 0 25px 0;
}

.fv_logo img {
  width: 205px;
}

/*-- cancel --*/

.section-cancel {
  margin: 60px 0 0 0;
}

.cancel_title {
  position: relative;
}

.cancel_title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #3e3a39;
}

.cancel_title img {
  display: block;
  position: absolute;
  right: -10px;
  bottom: -45px;
  width: 130px;
}

.cancel_box {
  margin: 25px 0 0 0;
  border: solid 2px #e95377;
}

.cancel_box .img img {
  width: 100%;
}

.cancel_comments {
  margin: 3px 0 0 0;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  color: #3f3b3a;
}

.cancel_text {
  margin: 6px 0 0 0;
  font-size: 10px;
  font-weight: 700;
  color: #3f3b3a;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/*-- accident --*/

.section-accident {
  margin: 50px 0 0 0;
}

.accident_title {
  position: relative;
}

.accident_title .title {
  padding: 0 0 0 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #3e3a39;
}

.accident_title img {
  display: block;
  position: absolute;
  left: -20px;
  bottom: -37px;
  width: 130px;
}

.accident_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px -8px 0 -8px;
}

.accident_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
}

.accident_box {
  width: 100%;
  margin: 8px;
  padding: 12px 10px;
  border: solid 2px #e95377;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accident_box .read {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #3f3b3a;
  text-align: center;
}

.accident_box .img {
}

.accident_box .img img {
  width: 100%;
}

.accident_box .text {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #3f3b3a;
  text-align: justify;
}

/*-- solution --*/

.section-solution {
  padding: 30px 0 0 0;
}

.solution_read {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #3e3a39;
  text-align: center;
}

.solution_logo {
  max-width: 276px;
  margin: auto;
  padding: 30px 0 0 0;
}

.solution_logo img {
  width: 100%;
}

.solution_img {
  max-width: 277px;
  margin: auto;
  padding: 10px 0 0 0;
}

.solution_img img {
  width: 100%;
}

.solution_text {
  font-size: 8px;
  font-weight: 400;
  line-height: 13px;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 0.15em;
}

/*-- point --*/

.section-point {
  margin: 30px 0 35px 0;
}

.point_read {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #8e6f39;
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: auto;
  padding: 10px 0 0 0;
}

.point_box {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 8px 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a722e), color-stop(#c8b594), to(#886f45));
  background: -webkit-linear-gradient(#9a722e, #c8b594, #886f45);
  background: linear-gradient(#9a722e, #c8b594, #886f45);
  border-radius: 500px;
}

.point_box .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 154px;
  height: 154px;
  margin: 3px 3px 3px 3px;
  background: #fff;
  border-radius: 500px;
  text-align: center;
}

.point_box .text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e6f39), to(#b7a78c));
  background: -webkit-linear-gradient(bottom, #8e6f39 0%, #b7a78c 100%);
  background: linear-gradient(0deg, #8e6f39 0%, #b7a78c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_box .text_large01 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e6f39), to(#b7a78c));
  background: -webkit-linear-gradient(bottom, #8e6f39 0%, #b7a78c 100%);
  background: linear-gradient(0deg, #8e6f39 0%, #b7a78c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_box .text_large02 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e6f39), to(#b7a78c));
  background: -webkit-linear-gradient(bottom, #8e6f39 0%, #b7a78c 100%);
  background: linear-gradient(0deg, #8e6f39 0%, #b7a78c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_box .text_current {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e6f39), to(#b7a78c));
  background: -webkit-linear-gradient(bottom, #8e6f39 0%, #b7a78c 100%);
  background: linear-gradient(0deg, #8e6f39 0%, #b7a78c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-- plan --*/

.section-plan {
  margin: 30px auto 0 auto;
  max-width: 400px;
}

.section-cv {
  padding-top: 5px;
}

.plan_title {
  margin: 0px -2px 0px -2px;
  padding: 10px 0px;
  border: double 4px #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

.plan_title-pink {
  margin-top: 20px;
  background-color: #e95579;
}

.plan_title-blue {
  margin-top: 5px;
  background-color: #23546c;
}

.plan_title-green {
  margin-top: 30px;
  background-color: #00ab90;
}

.plan_title-black {
  margin-top: 5px;
  background-color: #3f3b3a;
}

.plan_read {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}

.plan_read-blue {
  margin-top: 30px;
  color: #23546c;
}

.plan_read-black {
  margin-top: 30px;
  color: #3f3b3a;
}

.plan_box_rows3_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -5px 0 -5px;
}

.plan_box_rows3_area-top1 {
  margin-top: -20px;
  margin-bottom: -44px;
}

.plan_box_rows3_area-top2 {
  margin-top: -20px;
  margin-bottom: -45px;
}

.plan_box_rows3_area-bottom {
  margin-top: -26px;
}

.plan_box_rows3_cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
  position: relative;
}

.plan_box_name_img {
  z-index: 1;
  position: absolute;
  display: block;
  height: 110px;
  margin: 30px 0px -20px -5px;
}

.plan_box_name_img img {
  width: calc(100% + 5px);
}

.plan_box_name {
  z-index: 1;
  position: absolute;
  display: block;
  height: 110px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -20px;
  text-align: center;
  color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.plan_box_name-pink {
  background-image: url("../../../assets/imgs/lp/plan_name_pink.svg");
}

.plan_box_name-blue {
  background-image: url("../../../assets/imgs/lp/plan_name_blue.svg");
}

.plan_box_name .name_hoken {
  padding: 12px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.09em;
}

.plan_box_name .name_price {
  padding: 10px 0 0 0;
  font-size: 9px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.08em;
}

.plan_box_name .name_price strong {
  margin-right: 3px;
  font-size: 25px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.08em;
}

.plan_box_name .name_plan {
  padding: 8px 0 0 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.09em;
}

.plan_box_name.plan_box_name-blue .name_plan {
  font-size: 11px;
}

.plan_box_name .name_plan .tokuyaku {
  display: inline-block;
  height: 17px;
  padding: 0 3px;
  margin: 0 0 0 3px;
  font-size: 10px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 0.09em;
  background-color: #fff;
}

.plan_box_name.plan_box_name-blue .name_plan .tokuyaku {
  color: #23546c;
}

.plan_box_price {
  text-align: center;
  margin-bottom: 18px;
  background-color: #fff;
}

.plan_box_price-first {
  margin-top: 120px;
}

.plan_box_price-pink {
  border: solid 2px #e95579;
  color: #e95579;
}

.plan_box_price-blue {
  border: solid 2px #23546c;
  color: #23546c;
}

.plan_box_price-blue2 {
  background-color: #23546c;
  border: double 4px #fff;
  color: #fff;
  padding: 40px 0 40px 0;
  margin: 0px -1px 19px -1px;
}

.plan_box_price-green {
  border: solid 2px #00ab90;
  color: #00ab90;
}

.plan_box_price-black {
  border: solid 2px #3e3a39;
  color: #3e3a39;
}

.plan_box_price .text_area {
  position: relative;
  padding: 10px 0;
}

.plan_box_price .text_area-top {
  margin: 18px 5px 30px 5px;
}

.plan_box_price .text_area-bottom {
  margin: 30px 5px 18px 5px;
}

.plan_box_price .text_area-center {
  margin: 30px 5px 34px 5px;
}

.plan_box_price .text_area-black-top {
  margin: 2px 5px 28px 5px;
}

.plan_box_price .text_area-black-bottom {
  margin: 24px 5px 2px 5px;
}

.plan_box_price .text_area-green {
  margin: 32px 5px 12px 5px;
}

.plan_box_price-pink .text_area {
  background-color: #fbe7e8;
}

.plan_box_price-blue .text_area {
  background-color: #d6def1;
}

.plan_box_price-green .text_area {
  background-color: #e7f3ef;
}

.plan_box_price .text {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0em;
}

.plan_box_price .price {
  padding: 15px 0 0 0;
  font-size: 9px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0em;
}

.plan_box_price .price strong {
  margin-right: 3px;
  font-size: 37px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.08em;
}

.plan_box_price .comments {
  padding: 15px 8px 0 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.plan_box_price .comments_right {
  position: absolute;
  bottom: 7px;
  left: 50%;
  padding: 0 15px 0 45px;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.plan_box_rows1_area {
  margin: -26px 0px -46px 0;
}

.plan_box_rows1_area_black_top {
  margin: -3px -1px -46px -1px;
}

.plan_box_rows1_area_black_bottom {
  margin: -24px -1px 0px -1px;
}

.plan_box_rows1_area_green {
  margin: -26px -1px -7px -1px;
}

.plan_category_box_area {
  clear: both;
  position: relative;
  z-index: 1;
  height: 50px;
  margin-top: 0px;
}

.plan_category_box {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 500px;
  width: 248px;
  height: 48px;
  left: 50%;
  margin-left: -126px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  background-color: #fff;
}

.plan_category_box-pink {
  border: solid 2px #e95579;
  color: #e95579;
}

.plan_category_box-blue {
  border: solid 2px #23546c;
  color: #23546c;
}

.plan_category_box-blue2 {
  background-color: #23546c;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 3px;
}

.plan_category_box-blue2::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 500px;
  border: solid 2px #23546c;
}

.plan_category_box-green {
  border: solid 2px #00ab90;
  color: #00ab90;
}

.plan_category_box-black {
  border: solid 2px #3e3a39;
  color: #3e3a39;
}

.plan_category_box-top {
  bottom: 0px;
}

.plan_category_box-bottom {
  top: 0px;
}

.plan_text {
  margin-top: -10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}

.plan_waku_green {
  padding: 10px 10px 10px 10px;
  margin: 10px 0 12px 0;
  border: solid 2px #00ab90;
  background-color: #e7f3ef;
}

.plan_waku_green_title {
  padding: 0 0 10px 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  color: #00ab90;
  text-align: center;
}

.plan_comments {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  color: #3e3a39;
}

/*-- compensation --*/

.section-compensation {
  margin: 30px 0 30px 0;
}

.compensation_title {
  margin: 0px -2px 0px -2px;
  padding: 10px;
  border: double 4px #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

.compensation_title-pink {
  margin-top: 20px;
  background-color: #e95579;
}

.compensation_title-green {
  margin-top: 30px;
  background-color: #0a8676;
}

.compensation_title-blue {
  margin-top: 5px;
  background-color: #23546c;
}

.compensation_read {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}

.compensation_read-blue {
  margin-top: 30px;
  color: #23546c;
}

.compensation_box {
  position: relative;
  padding: 0 12px 20px 12px;
}

.compensation_box-pink {
  margin: 35px 0 0 0;
  border: solid 2px #e95579;
  background-color: #fbe7e8;
}

.compensation_box-green {
  margin: 35px 0 0 0;
  border: solid 2px #0a8676;
  background-color: #e7f3ef;
}

.compensation_box-blue {
  margin: 10px 0 0 0;
  border: solid 2px #23546c;
  background-color: #d6def1;
}

.compensation_box .number {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  left: 50%;
  border-radius: 500px;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.compensation_box-pink .number {
  background-color: #e95579;
}

.compensation_box-green .number {
  background-color: #0a8676;
}

.compensation_box-blue .number {
  background-color: #23546c;
}

.compensation_box .read {
  margin: 30px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.compensation_box-pink .read {
  color: #e95579;
}

.compensation_box-green .read {
  margin-bottom: 5px;
  color: #0a8676;
}

.compensation_box-blue .read {
  margin-top: 25px;
  color: #23546c;
}

.compensation_box .subject {
  margin: 10px 0 5px 0;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.compensation_box-pink .subject {
  color: #e95579;
}

.compensation_box-green .subject {
  color: #0a8676;
}

.compensation_box-blue .subject {
  margin: 12px 0 10px 0;
  color: #23546c;
}

.compensation_box .text {
  padding: 10px 0 5px 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #3e3a39;
  letter-spacing: 0.15em;
}

.compensation_box-blue .text-second {
  padding-bottom: 15px;
}

.compensation_box ul.list {
  padding: 10px 0 5px 22px;
  list-style-type: none;
  list-style-position: outside;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #3e3a39;
  letter-spacing: 0.15em;
  position: relative;
}

.compensation_box ul.list li:first-of-type:before {
  content: "\30A2\FF0E";
  position: absolute;
  left: 0;
}

.compensation_box ul.list li:nth-of-type(2):before {
  content: "\30A4\FF0E";
  position: absolute;
  left: 0;
}

.compensation_box .comments {
  padding: 10px 0 0 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  color: #3e3a39;
  letter-spacing: 0.15em;
}

/*-- pdf --*/

.section-pdf {
  margin: 30px 0 30px 0;
}

.pdf_box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -6px;
}

.pdf_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 12px 12px 12px;
  margin: 0 6px;
  border: solid 1px #3e3a39;
  text-align: center;
}

.pdf_box .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  height: 40px;
  font-weight: 600;
  line-height: 125%;
  color: #3e3a39;
}

.pdf_box .read-left {
  font-size: 18px;
}

.pdf_box .read-right {
  font-size: 13px;
}

.pdf_box .btn {
  margin: 12px 0 0 0;
}

.pdf_box .btn a {
  display: block;
  height: 38px;
  border: solid 1px #3e3a39;
  font-size: 10px;
  font-weight: 600;
  line-height: 38px;
  color: #3e3a39;
}

.pdf_box .btn a {
  text-decoration: none;
}

.pdf_box .btn a span {
  border-bottom: 1px solid #3e3a39;
}

/*-- case --*/

.section-case {
  margin: 50px 0 50px 0;
}

.case_title {
  margin: 60px 0 30px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #3e3a39;
  text-align: center;
}

.case_large_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 34px 25px 34px;
}

.case_large_box .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case_large_box .read {
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: var(--color-text-dark);
}

.case_large_box .price {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #9b771f;
}

.case_large_box .price .large {
  margin: 0 0 0 5px;
  font-size: 20px;
}

.case_large_box .img {
  width: 90px;
  margin: 10px 0 0 0;
}

.case_large_box .img img {
  width: 100%;
}

.case_detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 16px 20px 16px;
  padding: 10px;
  border: solid 1px #9b771f;
  border-radius: 5px;
}

.case_detail_box .img {
  width: 57px;
  height: 57px;
  border-radius: 500px;
  border: solid 1px #9b771f;
  text-align: center;
}

.case_detail_box .img img {
  width: 50px;
  margin: 3px auto;
  border-radius: 500px;
}

.case_detail_box .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 2px 0 5px 12px;
}

.case_detail_box .read {
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: var(--color-text-dark);
}

.case_detail_box .text {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-text-dark);
  letter-spacing: 0.1em;
}

.case_detail_box .price {
  margin: 8px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #9b771f;
}

.case_detail_box .price .large {
  margin: 0 0 0 5px;
  font-size: 20px;
}

.case_text {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #3e3a39;
  text-align: center;
}

/*-- flow --*/

.section-flow {
  margin: 60px 0 0 0;
}

.flow_title {
  font-size: 18px;
  font-weight: 600;
  color: #3e3a39;
  text-align: center;
}

.flow_read {
  width: 300px;
  margin: 25px auto 0 auto;
  font-size: 10px;
  font-weight: 400;
  color: #3e3a39;
}

.flow_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 25px 35px 25px;
}

.flow_box_line01 {
  position: relative;
}

.flow_box_line01::after {
  position: absolute;
  top: 60px;
  left: 7px;
  margin: 0 1rem;
  content: "";
  width: 2px;
  height: 105px;
  background-color: #8e6f39;
}

.flow_number {
  text-align: center;
  display: inline-block;
  width: 49px;
  height: 49px;
  background-color: #8e6f39;
  border-radius: 500px;
  font-size: 18px;
  font-weight: 600;
  line-height: 49px;
  color: #fff;
}

.flow_img {
  width: 88px;
  margin-left: 20px;
}

.flow_img img {
  width: 88px;
}

.flow_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.flow_text .read {
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  color: #3e3a39;
}

.flow_text .text {
  padding: 5px 0 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  color: #3e3a39;
}

/*-- faq --*/

.section-faq {
  margin: 50px 0 50px 0;
}

.faq_title {
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #3e3a39;
  text-align: center;
}

.faq_box {
}

.faq_text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq_text_area .ic {
  width: 42px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.faq_text_area .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.1em;
}

.faq_q_area {
  background-color: #8e6f39;
  color: #fff;
  padding: 25px 20px 25px 0px;
}

.faq_a_area {
  padding: 15px 20px 15px 0px;
  color: #3e3a39;
}

.faq_comments {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: right;
}

/*-- contact --*/

.section-contact {
  margin: 60px 0 0px 0;
  text-align: center;
}

.contact_title {
  font-size: 18px;
  font-weight: 600;
  color: #3e3a39;
  text-align: center;
}

.contact_text {
  padding: 15px 0 0 0;
  font-size: 10px;
  font-weight: 500;
}

.contact_link {
  padding: 15px 0 0 0;
}

.contact_link a {
  display: block;
  width: 240px;
  height: 40px;
  margin: auto;
  border: solid 1px #3e3a39;
  font-size: 10px;
  font-weight: 600;
  line-height: 40px;
  color: #3e3a39;
}

/*-- sdgs --*/

.section-sdgs {
  margin: 70px 0 0px 0;
  text-align: center;
}

.sdgs_box {
  border: solid 1px #0092c6;
}

.sdgs_box .title {
  padding: 8px;
  border-bottom: solid 1px #0092c6;
  font-size: 20px;
  font-weight: 600;
  color: #0092c6;
  text-align: center;
}

.sdgs_box .img {
  margin: 10px 15px 7px 15px;
}

.sdgs_box .img img {
  width: 100%;
}

.sdgs_box .read {
  margin: 0 15px;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  background-color: #0092c6;
  color: #fff;
  text-align: center;
}

.sdgs_box .text {
  margin: 10px 15px 20px 15px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
}

.fix-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--color-primary);
  color: white;
  text-align: center;
  min-height: 50px;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0px -2px 4.8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -2px 4.8px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-bottom: env(safe-area-inset-bottom);
}

.fix-banner.visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: banner-bounce-in 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation: banner-bounce-in 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 1;
}

@-webkit-keyframes banner-bounce-in {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(1, 1.05) translate(0, -8px);
    transform: scale(1, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

@keyframes banner-bounce-in {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(1, 1.05) translate(0, -8px);
    transform: scale(1, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

.fix-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  body {
    max-width: 100%;
    margin: auto;
  }

  .section {
    max-width: 556px;
    margin: auto;
    padding: 0;
  }

  /*-- cv --*/
  .cv_box {
    margin: 17px 0;
  }

  .cv_box a {
    padding: 40px 95px 37px 36px;
    background-image: url("../../../assets/imgs/lp/ic_arrow-pc.svg");
    background-position: center right 25px;
    background-size: 45px;
  }

  .cv_box .title {
    font-size: 40px;
  }

  .cv_box .read {
    padding: 15px 0 0 0;
    font-size: var(--font-size-pc-small);
  }

  .cv_box .text {
    max-width: 420px;
    padding: 8px 0 0 0;
    font-size: var(--font-size-pc-small);
  }

  /*-- appeal --*/

  .section-appeal {
    margin: 120px auto 0 auto;
  }

  .appeal_list {
    margin: 0 -2px;
  }

  .appeal_list ul {
    max-width: 100vw;
    margin: auto;
  }

  .section-fv .appeal_list ul {
    max-width: 100vw;
    margin: 50px 10% 0 0;
  }

  .appeal_list li {
    width: 33.333%;
    text-align: center;
  }

  .appeal_list .appeal_img {
    margin: 0 20px;
  }

  .section-fv .appeal_list .appeal_img {
    margin: 0 5px;
  }

  .appeal_list .appeal_img img {
    width: 100%;
  }

  .appeal_list .text {
    max-width: 160px;
    margin: 8px auto 0 auto;
    font-size: 12px;
    line-height: 120%;
  }

  /*-- fv --*/

  .section-fv {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url("../../../assets/imgs/lp/fv_back-pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fv_left {
    position: relative;
    width: 44%;
    margin: 70px 0 0 5%;
  }

  .fv_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 7% 0 20px;
  }

  .fv_circle_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }

  .fv_circle {
    margin: 6px;
    width: 160px;
    height: 160px;
  }

  .fv_circle:after {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  .fv_circle .border {
    font-size: 24px;
  }

  .fv_catch {
    margin: 70px 0 0 6px;
    font-size: 5.2vw;
    line-height: 120%;
  }

  .fv_logo {
    margin: 10px 0 25px 6px;
  }

  .fv_logo img {
    width: 26vw;
  }

  /*-- cancel --*/

  .section-cancel {
    margin: 130px auto 0 auto;
  }

  .cancel_title .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #3e3a39;
  }

  .cancel_title img {
    right: -10px;
    bottom: -60px;
    width: 188px;
  }

  .cancel_box {
    margin: 25px 0 0 0;
    border: solid 5px #e95377;
  }

  .cancel_box .img img {
    width: 100%;
  }

  .cancel_comments {
    margin: 3px 0 0 0;
    font-size: 10px;
  }

  .cancel_text {
    margin: 15px 0 0 0;
    font-size: var(--font-size-normal);
    line-height: 35px;
  }

  /*-- accident --*/

  .section-accident {
    margin: 170px auto 0 auto;
  }

  .accident_title {
    position: relative;
  }

  .accident_title .title {
    padding: 0 0 0 160px;
    font-size: 30px;
    line-height: 50px;
  }

  .accident_title img {
    left: -40px;
    bottom: -62px;
    width: 192px;
  }

  .accident_list {
    margin: 15px -19px 0 -19px;
  }

  .accident_list li {
    width: 50%;
  }

  .accident_box {
    margin: 19px;
    padding: 45px 15px 30px 15px;
    border: solid 5px #e95377;
  }

  .accident_box .read {
    font-size: var(--font-size-normal);
    line-height: 25px;
  }

  .accident_box .img {
    text-align: center;
  }

  .accident_box .img img {
    width: 100%;
    max-width: 260px;
    margin: 30px auto 10px auto;
  }

  .accident_box .text {
    font-size: var(--font-size-pc-small);
    line-height: 25px;
  }

  .accident_list li:last-of-type .accident_box .img img {
    margin-top: 5px;
  }

  /*-- solution --*/

  .section-solution {
    padding: 70px 0 0 0;
  }

  .solution_read {
    font-size: 40px;
    line-height: 130%;
  }

  .solution_logo {
    max-width: 520px;
    padding: 40px 0 0 0;
  }

  .solution_img {
    max-width: 520px;
    padding: 80px 0 0 0;
  }

  .solution_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  /*-- point --*/

  .section-point {
    margin: 80px auto 90px auto;
  }

  .point_read {
    font-size: 40px;
  }

  .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    padding: 10px 0 0 0;
  }

  .point_box {
    width: 250px;
    height: 250px;
    margin: 15px 10px;
  }

  .point_box .back {
    width: 238px;
    height: 238px;
    margin: 6px;
  }

  .point_box .text {
    font-size: 25px;
  }

  .point_box .text_large01 {
    margin-top: 8px;
    font-size: 50px;
    line-height: 130%;
  }

  .point_box .text_large02 {
    margin-top: 8px;
    font-size: 48px;
    line-height: 130%;
  }

  .point_box .text_current {
    margin-top: 12px;
    font-size: var(--font-size-pc-small);
  }

  /*-- plan --*/

  .section-plan {
    margin: 70px auto 50px auto;
  }

  .section-cv {
    padding-top: 30px;
  }

  .plan_title {
    margin: 0px -4px 0px -4px;
    padding: 25px 0px;
    border: double 10px #fff;
    font-size: var(--font-size-normal);
  }

  .plan_title-pink {
    margin-top: 20px;
  }

  .plan_title-blue {
    margin-top: 5px;
  }

  .plan_title-green {
    margin-top: 55px;
  }

  .plan_title-black {
    margin-top: 5px;
  }

  .plan_read {
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .plan_read-blue {
    margin-top: 80px;
  }

  .plan_read-black {
    margin-top: 80px;
  }

  .plan_box_rows3_area {
    margin: 0 -9px 0 -9px;
  }

  .plan_box_rows3_area-top1 {
    margin-top: -20px;
    margin-bottom: -44px;
  }

  .plan_box_rows3_area-top2 {
    margin-top: -20px;
    margin-bottom: -46px;
  }

  .plan_box_rows3_area-bottom {
    margin-top: -24px;
  }

  .plan_box_rows3_cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 9px;
  }

  .plan_box_name_img {
    height: auto;
    width: 100%;
    margin: 30px 0px -20px -7px;
  }

  .plan_box_name_img img {
    width: calc(100% + 16px);
  }

  .plan_box_price {
    margin-bottom: 16px;
  }

  .plan_box_price-first {
    margin-top: 220px;
  }

  .plan_box_price-pink {
    border: solid 4px #e95579;
  }

  .plan_box_price-blue {
    border: solid 4px #23546c;
  }

  .plan_box_price-blue2 {
    border: double 10px #fff;
    padding: 60px 0 60px 0;
    margin: 0px -3px 15px -3px;
  }

  .plan_box_price-green {
    border: solid 4px #00ab90;
    padding: 10px 0 0px 0;
  }

  .plan_box_price-black {
    border: solid 4px #3e3a39;
    padding: 20px 0;
  }

  .plan_box_price .text_area {
    position: relative;
  }

  .plan_box_price .text_area-top {
    margin: 28px 10px 60px 10px;
  }

  .plan_box_price .text_area-bottom {
    margin: 55px 10px 28px 10px;
  }

  .plan_box_price .text_area-center {
    margin: 55px 10px 60px 10px;
  }

  .plan_box_price .text_area-black-top {
    margin: 0px 10px 30px 10px;
    padding: 5px 0 10px 0;
  }

  .plan_box_price .text_area-black-bottom {
    margin: 44px 10px 0px 10px;
    padding: 10px 0 0 0;
  }

  .plan_box_price .text_area-green {
    margin: 55px 10px 20px 10px;
  }

  .plan_box_price .text {
    font-size: 20px;
  }

  .plan_box_price .price {
    padding: 5px 0 0 0;
    font-size: var(--font-size-normal);
  }

  .plan_box_price .price strong {
    margin-right: 3px;
    font-size: 50px;
    line-height: 100%;
  }

  .plan_box_price .comments {
    padding: 15px 0 0 0;
    font-size: var(--font-size-normal);
  }

  .plan_box_price .comments_right {
    bottom: 14px;
    left: 50%;
    padding: 0 10px 0 95px;
    font-size: var(--font-size-normal);
    text-align: left;
  }

  .plan_box_rows1_area {
    margin: -26px 0px -46px 0;
  }

  .plan_box_rows1_area_black_top {
    margin: -6px -1px -46px -1px;
  }

  .plan_box_rows1_area_black_bottom {
    margin: -24px -1px 0px -1px;
  }

  .plan_box_rows1_area_green {
    margin: -26px -1px 40px -1px;
  }

  .plan_category_box_area {
    z-index: 1;
    height: 50px;
    margin-top: 0px;
  }

  .plan_category_box {
    width: 388px;
    height: 90px;
    left: 50%;
    margin-left: -194px;
    font-size: var(--font-size-normal);
    line-height: 25px;
  }

  .plan_category_box-pink {
    margin-top: -25px;
    border: solid 4px #e95579;
  }

  .plan_category_box-blue {
    margin-top: -25px;
    border: solid 4px #23546c;
  }

  .plan_category_box-blue2 {
    border: solid 4px #fff;
    margin-top: -22px;
  }

  .plan_category_box-blue2::before {
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    border: solid 5px #23546c;
  }

  .plan_category_box-green {
    margin-top: -22px;
    border: solid 4px #00ab90;
  }

  .plan_category_box-black {
    margin-top: -18px;
    border: solid 4px #3e3a39;
  }

  .plan_category_box-top {
    bottom: 0px;
  }

  .plan_category_box-bottom {
    top: 0px;
  }

  .plan_text {
    margin-top: 0px;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .plan_waku_green {
    padding: 20px;
    margin: 10px 0 60px 0;
    border: solid 4px #00ab90;
  }

  .plan_waku_green_title {
    padding: 0 0 40px 0;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .plan_comments {
    margin: -20px 0 0 0;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  /*-- compensation --*/

  .section-compensation {
    margin: 80px auto 60px auto;
  }

  .compensation_title {
    margin: 0px -4px 0px -4px;
    padding: 20px;
    border: double 10px #fff;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .compensation_title-pink {
    margin-top: 20px;
  }

  .compensation_title-green {
    margin-top: 80px;
  }

  .compensation_title-blue {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .compensation_read {
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .compensation_read-blue {
    margin-top: 80px;
  }

  .compensation_box {
    padding: 0 30px 30px 30px;
  }

  .compensation_box-pink {
    margin: 80px 0 0 0;
    border: solid 4px #e95579;
  }

  .compensation_box-green {
    margin: 80px 0 0 0;
    border: solid 4px #0a8676;
  }

  .compensation_box-blue {
    margin: 10px 0 0 0;
    border: solid 4px #23546c;
  }

  .compensation_box .number {
    width: 60px;
    height: 60px;
    margin: -40px 0 0 -40px;
    font-size: 30px;
    line-height: 60px;
  }

  .compensation_box .read {
    margin: 60px 0 0 0;
    font-size: 30px;
    line-height: 130%;
  }

  .compensation_box-pink .read {
  }

  .compensation_box-green .read {
    margin-bottom: 5px;
  }

  .compensation_box-blue .read {
    margin-top: 25px;
  }

  .compensation_box .subject {
    margin: 20px 0 5px 0;
    font-size: var(--font-size-normal);
  }

  .compensation_box-blue .subject {
    margin: 20px 0 10px 0;
  }

  .compensation_box .text {
    padding: 20px 0 5px 0;
    font-size: var(--font-size-normal);
    line-height: 130%;
    letter-spacing: 0.15em;
  }

  .compensation_box-blue .text-second {
    padding-bottom: 15px;
  }

  .compensation_box ul.list {
    padding: 15px 0 20px 45px;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .compensation_box .comments {
    padding: 20px 0 0 0;
    font-size: var(--font-size-normal);
    line-height: 130%;
    letter-spacing: 0.15em;
  }

  /*-- pdf --*/

  .section-pdf {
    margin: 30px auto 90px auto;
  }

  .pdf_box_area {
    margin: 0 -14px;
  }

  .pdf_box {
    padding: 35px 34px 25px 34px;
    margin: 0 14px;
  }

  .pdf_box .read {
    margin: 0 -5px;
    height: 60px;
  }

  .pdf_box .read-left {
    font-size: 20px;
  }

  .pdf_box .read-right {
    font-size: 15px;
  }

  .pdf_box .btn {
    margin: 35px 0 0 0;
  }

  .pdf_box .btn a {
    height: 80px;
    font-size: var(--font-size-normal);
    line-height: 80px;
  }

  /*-- case --*/

  .section-case {
    margin: 0px auto 120px auto;
  }

  .case_title {
    margin: 100px 0 40px 0;
    font-size: 30px;
  }

  .case_title-second {
    margin-top: 160px;
  }

  .case_large_box {
    margin: 0px 0px 100px 0px;
  }

  .case_large_box .read {
    font-size: 30px;
  }

  .case_large_box .price {
    margin: 35px 0 0 0;
    font-size: 30px;
  }

  .case_large_box .price .large {
    margin: 0 0 0 5px;
    font-size: 36px;
  }

  .case_large_box .img {
    width: 167px;
    margin: 10px 0 0 0;
  }

  .case_large_box .img img {
    width: 100%;
  }

  .case_detail_box {
    margin: 10px 0px 40px 0px;
    padding: 26px 30px;
    border: solid 2px #9b771f;
  }

  .case_detail_box .img {
    width: 94px;
    height: 94px;
    border: solid 2px #9b771f;
  }

  .case_detail_box .img img {
    width: 100%;
    margin: 3px auto;
    border-radius: 500px;
  }

  .case_detail_box .text_area {
    margin: 15px 0 12px 25px;
  }

  .case_detail_box .read {
    font-size: 25px;
    line-height: 130%;
  }

  .case_detail_box .text {
    margin-top: 20px;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .case_detail_box .price {
    margin: 25px 0 0 0;
    font-size: 20px;
  }

  .case_detail_box .price .large {
    margin: 0 0 0 5px;
    font-size: 36px;
  }

  .case_text {
    margin-top: -15px;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  /*-- flow --*/

  .section-flow {
    margin: 120px auto 0 auto;
  }

  .flow_title {
    font-size: 40px;
  }

  .flow_read {
    width: 500px;
    margin: 25px auto 0 auto;
    font-size: var(--font-size-normal);
    line-height: 120%;
  }

  .flow_box {
    max-width: 520px;
    margin: 25px auto 70px auto;
  }

  .flow_box_line01::after {
    top: 120px;
    left: 25px;
    content: "";
    width: 4px;
    height: 160px;
  }

  .flow_number {
    width: 86px;
    height: 86px;
    font-size: 32px;
    line-height: 86px;
  }

  .flow_img {
    width: 135px;
    margin-left: 35px;
  }

  .flow_img img {
    width: 100%;
  }

  .flow_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
  }

  .flow_text .read {
    font-size: 24px;
  }

  .flow_text .text {
    padding: 5px 0 0 0;
    font-size: var(--font-size-normal);
  }

  .flow_text .text br {
    display: none;
  }

  /*-- faq --*/

  .section-faq {
    margin: 140px auto 100px auto;
  }

  .faq_title {
    padding: 0 0 90px 0;
    font-size: 40px;
  }

  .faq_text_area .ic {
    width: 85px;
    font-size: var(--font-size-normal);

    line-height: 130%;
  }

  .faq_text_area .text {
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  .faq_q_area {
    padding: 48px 30px 48px 5px;
  }

  .faq_a_area {
    padding: 42px 30px 45px 5px;
  }

  .faq_comments {
    margin-top: 10px;
    font-size: var(--font-size-normal);
    line-height: 130%;
  }

  /*-- contact --*/

  .section-contact {
    margin: 120px auto 0px auto;
  }

  .contact_title {
    font-size: 40px;
  }

  .contact_text {
    padding: 30px 0 0 0;
    font-size: var(--font-size-normal);
  }

  .contact_link {
    padding: 40px 0 0 0;
  }

  .contact_link a {
    width: 580px;
    height: 95px;
    font-size: var(--font-size-normal);
    line-height: 95px;
  }

  /*-- sdgs --*/

  .section-sdgs {
    margin: 100px auto 50px auto;
  }

  .sdgs_box {
    border: solid 2px #0092c6;
  }

  .sdgs_box .title {
    padding: 15px;
    border-bottom: solid 2px #0092c6;
    font-size: 36px;
  }

  .sdgs_box .img {
    margin: 15px 30px 15px 15px;
  }

  .sdgs_box .read {
    margin: 0 25px;
    padding: 10px;
    font-size: var(--font-size-normal);
    line-height: 25px;
  }

  .sdgs_box .text {
    margin: 20px 25px 30px 25px;
    font-size: var(--font-size-normal);
    line-height: 25px;
  }
  .fix-banner {
    min-height: 63px;
  }

  .fix-banner a {
    font-size: var(--font-size-pc-large);
    height: 63px;
  }

  @-webkit-keyframes banner-bounce-in {
    0% {
      -webkit-transform: scale(1, 1) translate(0, 0);
      transform: scale(1, 1) translate(0, 0);
    }
    15% {
      -webkit-transform: scale(1, 0.9) translate(0, 7px);
      transform: scale(1, 0.9) translate(0, 7px);
    }
    30% {
      -webkit-transform: scale(1.1, 1) translate(0, 15px);
      transform: scale(1.1, 1) translate(0, 15px);
    }
    50% {
      -webkit-transform: scale(1, 1.07) translate(0, -15px);
      transform: scale(1, 1.07) translate(0, -15px);
    }
    70% {
      -webkit-transform: scale(1, 0.9) translate(0, 7px);
      transform: scale(1, 0.9) translate(0, 7px);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0, 0);
      transform: scale(1, 1) translate(0, 0);
    }
    0%,
    100% {
      opacity: 1;
    }
  }

  @keyframes banner-bounce-in {
    0% {
      -webkit-transform: scale(1, 1) translate(0, 0);
      transform: scale(1, 1) translate(0, 0);
    }
    15% {
      -webkit-transform: scale(1, 0.9) translate(0, 7px);
      transform: scale(1, 0.9) translate(0, 7px);
    }
    30% {
      -webkit-transform: scale(1.1, 1) translate(0, 15px);
      transform: scale(1.1, 1) translate(0, 15px);
    }
    50% {
      -webkit-transform: scale(1, 1.07) translate(0, -15px);
      transform: scale(1, 1.07) translate(0, -15px);
    }
    70% {
      -webkit-transform: scale(1, 0.9) translate(0, 7px);
      transform: scale(1, 0.9) translate(0, 7px);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0, 0);
      transform: scale(1, 1) translate(0, 0);
    }
    0%,
    100% {
      opacity: 1;
    }
  }
}

@media screen and (max-width: 767px) {
  /*-- appeal --*/

  .section-fv .appeal_list ul {
    max-width: 600px;
    margin: 50px auto 0 auto;
  }

  /*-- fv --*/

  .section-fv {
    display: block;
    background-position: center -5%;
    background-size: 102%;
  }

  .fv_left {
    width: auto;
    margin: 0px 15px 0 15px;
  }

  .fv_right {
    margin: 0 15px 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv_left {
    margin-top: 30px;
  }
  .cv_box a {
    padding: 35px 95px 37px 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv_left {
    margin-top: 30px;
  }
  .cv_box a .title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .section-fv {
    display: block;
  }
  .fv_left {
    width: auto;
    margin: 0px 15px 0 15px;
  }
  .fv_right {
    margin: 0 20px 0 20px;
  }
  .section-fv .appeal_list ul {
    margin-left: auto;
    margin-right: auto;
  }
  .cv_box a .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  .cancel_title img,
  .accident_title img {
    width: 125px;
  }
  .cancel_title .title,
  .accident_title .title {
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 150%;
  }
  .plan_box_price .text {
    font-size: clamp(14px, 2.5vw, 16px);
  }
  .plan_box_price .price strong {
    font-size: clamp(30px, 2.5vw, 37px);
  }
  .case_large_box {
    margin: 10px 12px 25px 12px;
  }
}