@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
/* common */
.l-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-inner.--narrow {
  max-width: 1080px;
}

@media screen and (max-width: 1199px) {
  .l-inner {
    max-width: 95%;
  }
  .l-inner.--narrow {
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 4vw;
  }
  .l-inner.--narrow {
    max-width: 100%;
    padding: 0 4vw;
  }
}
/* page main */
.page-main p {
  line-height: 1.5;
}

/* section */
.l-section {
  font-size: 18px;
  line-height: 1.4;
  padding: 70px 0 80px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}
/* header */
.l-header {
  width: 100%;
  z-index: 99;
}
.l-header_finish {
  border-bottom: 1px solid #DDD;
}
.l-header_inner {
  background: #FFF;
  padding: 10px 0 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.l-header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.l-header_logo img {
  width: auto;
  height: 100%;
}
.l-header_logo p + p {
  margin-left: 14px;
}
.l-header_logo .logo-senior {
  width: 423px;
}
.l-header_logo .logo-ef {
  position: relative;
  width: 253px;
  bottom: -3px;
}
.l-header_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header_tel {
  margin-left: auto;
  padding: 0 0 0 55px;
  position: relative;
}
.l-header_tel::before {
  content: "";
  background: url(/lp/soudan_senior/img/icon_freecall.png);
  background-size: auto 100%;
  display: inline-block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header_tel_no {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.l-header_tel_time {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: auto 0 0;
}
.l-header_btn {
  margin: 0 0 0 20px;
  width: 180px;
}
.l-header_btn a {
  background: #FF7300;
  border-radius: 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 52px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header_btn a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .l-header_inner {
    max-width: 95%;
    height: auto;
  }
  .l-header_logo {
    display: block;
  }
  .l-header_logo .logo-senior img {
    width: 17.99vw;
  }
  .l-header_logo .logo-ef img {
    width: 11.6vw;
  }
  .l-header_logo p + p {
    margin-left: 0;
    margin-top: 0.56vw;
  }
  .l-header_tel {
    padding: 0 0 0 3.82vw;
    position: relative;
  }
  .l-header_tel::before {
    width: 3.47vw;
    height: 2.78vw;
  }
  .l-header_tel_no {
    font-size: 2.36vw;
  }
  .l-header_tel_time {
    font-size: 0.83vw;
  }
  .l-header_btn {
    margin: 0 0 0 1.39vw;
    width: 14.86vw;
  }
  .l-header_btn a {
    font-size: 1.25vw;
    height: 3.61vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .l-header {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .l-header_inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 15px;
    position: relative;
    width: 100%;
    height: 60px;
  }
  .l-header_logo {
    display: block;
    text-align: left;
    width: 178px;
  }
  .l-header_logo img {
    height: auto;
  }
  .l-header_logo p + p {
    margin-left: 0;
  }
  .l-header_logo .logo-senior img {
    max-width: 259px;
  }
  .l-header_logo .logo-ef {
    bottom: 0;
  }
  .l-header_logo .logo-ef img {
    max-width: 167px;
  }
}
/* footer */
.g-footer {
  background: #002259;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  padding: 2em 0;
  text-align: center;
}
.g-footer_regist {
  margin-bottom: 1em;
}
.g-footer_regist__name,
.g-footer_regist dl,
.g-footer_regist dt,
.g-footer_regist dd {
  display: inline;
  word-break: break-all;
  margin-right: 0.5em;
}

@media only screen and (max-width: 960px) {
  /* footer */
  .g-footer {
    font-size: 11px;
    font-weight: normal;
    margin-top: 20px;
    padding: 2em 1.8em;
  }
  .g-footer_regist {
    line-height: 1.5;
    text-align: left;
  }
  .g-footer_regist__name {
    display: block;
  }
}
/* pagetop */
.btn-pagetop {
  background: rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  color: #FFF;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

.btn-pagetop::before {
  content: "";
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 2px;
}

.btn-pagetop:hover {
  opacity: 0.6;
}

.btn-pagetop_base {
  position: fixed;
  right: 20px;
  bottom: 50px;
  bottom: -100px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 98;
}

.btn-pagetop_base.is-active {
  bottom: 50px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .btn-pagetop {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .btn-pagetop::before {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    width: 6px;
    height: 6px;
    margin-top: 2px;
  }
  .btn-pagetop_base {
    right: 10px;
  }
  .btn-pagetop_base.is-active {
    bottom: 10px;
  }
  .btn-pagetop_base.hasFixedCta.is-active {
    bottom: 80px;
  }
}
/* media only */
@media print, screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}
/* utility */
.u-c_blue {
  color: #039;
}
.u-c_red {
  color: #F03;
}

.u-s_small {
  font-size: 85%;
}

.u-fw_b {
  font-weight: bold !important;
}
.u-fw_n {
  font-weight: normal !important;
}

.u-ta_l {
  text-align: left !important;
}
.u-ta_c {
  text-align: center !important;
}
.u-ta_r {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .u-fs_s--sp {
    font-size: 14px;
    line-height: 1.6 !important;
  }
}

.u-sup {
  font-size: 75%;
  font-weight: normal;
  vertical-align: top;
}

.u-bg_gray {
  background-color: #F5F5F5;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(90%, #FC0));
  background: -webkit-linear-gradient(transparent 85%, #FC0 90%);
  background: linear-gradient(transparent 85%, #FC0 90%);
}

@media print, screen and (min-width: 769px) {
  .u-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .u-note {
    font-size: 12px;
  }
}
.u-note_list {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 1.5em;
}
.u-note_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.u-note_list li::before {
  content: "※";
}
.u-note_list li + li {
  margin-top: 0.25em;
}

@media screen and (max-width: 768px) {
  .u-flood_sp {
    position: relative;
    margin-right: -4vw;
    margin-left: -4vw;
  }
  .u-note_list {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* heading */
.c-heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 26px;
    line-height: 1.38;
    margin-bottom: 30px;
  }
}
/* card type */
.c-card-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4%;
  margin: 0;
  position: relative;
}
.c-card-item {
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 20px;
  max-width: 350px;
  padding: 40px;
  position: relative;
  text-align: center;
}
.c-card-item__heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
.c-card-item__desc {
  margin-top: 1em;
  text-align: left;
}
.c-card-item__desc p + p {
  margin-top: 1em;
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .c-card-item__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-list {
    display: block;
    margin: 0;
  }
  .c-card-item {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 20px;
  }
  .c-card-item__heading {
    font-size: 20px;
    margin-top: 20px;
  }
  .c-card-item__desc {
    margin-top: 0.5em;
  }
  .c-card-item__image img {
    width: 80px;
  }
}
/* faq */
.c-faq_q, .c-faq_a {
  padding-left: 49px;
  position: relative;
}
.c-faq_q::before, .c-faq_a::before {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-faq_q::before {
  color: #039;
  content: "Q";
}
.c-faq_a::before {
  color: #F03;
  content: "A";
}
.c-faq-list .c-faq_q,
.c-faq-list .c-faq_a {
  padding-left: 49px;
}
.c-faq-item {
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  overflow: hidden;
}
.c-faq-item ~ .c-faq-item {
  margin-top: 10px;
}
.c-faq-item_q, .c-faq-item_a {
  font-size: 18px;
}
.c-faq-item_q::before, .c-faq-item_a::before {
  top: 25px;
  left: 37px;
}
.c-faq-item_q {
  cursor: pointer;
  padding: 26px 60px 26px 90px;
}
.c-faq-item_q::after {
  background: url(/lp/soudan_senior/img/icon_toggle_plus.png) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-faq-item_q.is-active::after {
  background-image: url(/lp/soudan_senior/img/icon_toggle_minus.png);
}
.c-faq-item_a {
  background: #F5F5F5;
  display: none;
  line-height: 1.7;
  padding: 26px 60px 26px 90px;
}

@media screen and (max-width: 768px) {
  .c-faq_q, .c-faq_a {
    padding-left: 30px;
  }
  .c-faq_q::before, .c-faq_a::before {
    font-size: 22px;
    top: 0.1em;
  }
  .c-faq-list {
    margin-bottom: 20px;
  }
  .c-faq-list .c-faq_q,
  .c-faq-list .c-faq_a {
    padding-left: 30px;
  }
  .c-faq-list.init dt:nth-child(n+6),
  .c-faq-list.init dd:nth-child(n+7) {
    display: none;
  }
  .c-faq-item {
    border-radius: 6px;
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .c-faq-item_q, .c-faq-item_a {
    font-size: 16px;
  }
  .c-faq-item_q::before, .c-faq-item_a::before {
    font-size: 20px;
    top: 0.75em;
    left: 20px;
  }
  .c-faq-item_q {
    padding: 14px 56px 14px 54px;
  }
  .c-faq-item_q::after {
    right: 14px;
    width: 32px;
    height: 32px;
  }
  .c-faq-item_a {
    line-height: 1.5;
    padding: 14px 20px 14px 54px;
  }
  .c-faq_more {
    margin: 0 -15px;
    position: relative;
  }
  .c-faq_more button {
    border: 1px solid #B3B3B3;
    border-radius: 6px;
    display: block;
    padding: 1.3em;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .c-faq_more button::after {
    background: url(../img/icon_toggle_plus.png) no-repeat 0 0/contain;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* slider */
.c-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-slider .slick-slide {
  height: auto !important;
}
.c-slider.slick-slider button {
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  outline: none;
}
.c-slider .slick-prev,
.c-slider .slick-next {
  background: #FFF;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  display: block;
  width: 60px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.c-slider .slick-prev:before,
.c-slider .slick-next:before {
  content: "";
  display: block;
  border: 2px solid #333;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-slider .slick-prev {
  left: -28px;
}
.c-slider .slick-prev:before {
  border-width: 0 0 2px 2px;
}
.c-slider .slick-next {
  right: -28px;
}
.c-slider .slick-next:before {
  border-width: 2px 2px 0 0;
}
.c-slider.slick-dotted.slick-slider {
  padding-bottom: 35px;
}
.c-slider .slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.c-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.c-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
}
.c-slider .slick-dots li button:before {
  background: #CCC;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-slider .slick-dots li.slick-active button:before {
  background: #039 !important;
}

@media screen and (max-width: 768px) {
  .c-slider .slick-prev,
  .c-slider .slick-next {
    border-radius: 4px;
    width: 40px;
    height: 47px;
  }
  .c-slider .slick-prev:before,
  .c-slider .slick-next:before {
    width: 9px;
    height: 9px;
  }
  .c-slider .slick-prev {
    left: 13px;
  }
  .c-slider .slick-next {
    right: 13px;
  }
  .c-slider.slick-dotted.slick-slider {
    padding-bottom: 34px;
  }
  .c-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .c-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
  }
  .c-slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    bottom: 0;
    top: auto;
  }
}
/* present */
.c-present_img {
  display: inline-block;
  position: relative;
}
.c-present_img::after {
  background: url(../img/parts_present_icon.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .c-present {
    position: absolute;
  }
  .c-cta .c-present {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-cta .c-present_img::after {
    top: -20px;
    right: -38px;
  }
}
@media screen and (max-width: 768px) {
  .c-present_img::after {
    top: -16px;
    right: -39px;
  }
  .c-cta .c-present {
    margin-top: 30px;
    text-align: center;
  }
}
/* cta */
.c-cta_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cta_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cta_btn {
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 0.9em 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}
.c-cta_btn:hover {
  opacity: 0.6;
}
.c-cta_btn__label {
  display: inline-block;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.c-cta_tel__no {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.c-cta_tel__time {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.c-cta_tel .c-cta_btn {
  background: #FFF;
}
.c-cta_tel .c-cta_btn__label {
  padding: 0 0 0 65px;
  position: relative;
  text-align: left;
}
.c-cta_tel .c-cta_btn__label::before {
  content: "";
  background: url(../img/icon_freecall.png) no-repeat 0 0/contain;
  display: inline-block;
  width: 55px;
  height: 44px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-cta_tel .c-cta_btn__label span {
  display: block;
}
.c-cta_web {
  margin-left: 20px;
}
.c-cta_web .c-cta_btn {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #FF7300;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .c-cta_tel .c-cta_btn {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .c-cta_tel__no {
    font-size: 30px;
  }
  .c-cta_tel__time {
    font-size: 10px;
  }
  .c-cta_tel .c-cta_btn__label {
    padding: 0;
  }
  .c-cta_tel .c-cta_btn__label::before {
    display: none;
  }
}
/* page common */
.p-cta {
  background: #039 url(../img/bg_cta.png) no-repeat 50% 50%/cover;
  overflow: hidden;
}
.p-cta .l-inner {
  max-width: 1080px;
  padding: 55px 0 66px;
  position: relative;
  z-index: 1;
}
.p-cta .l-inner::after {
  background: url(../img/img_cta.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 421px;
  height: 290px;
  position: absolute;
  right: -98px;
  bottom: 0;
  z-index: -1;
}
.p-cta .c-cta_heading {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
}
.p-cta .c-cta_list {
  margin-top: 40px;
  max-width: 780px;
  position: relative;
  z-index: 1;
}
.p-cta .c-cta_btn {
  border: 2px solid #FFF;
}
.p-cta .c-cta_tel__no {
  font-size: 38px;
}
.p-cta .c-cta_tel .c-cta_btn__label {
  padding: 0 0 0 65px;
}
.p-cta .c-cta_tel .c-cta_btn__label::before {
  width: 55px;
  height: 44px;
}
.p-cta .c-cta_web {
  margin-left: 20px;
}
.p-cta .c-cta_web .c-cta_btn {
  font-size: 26px;
}
.p-cta.--present .l-inner::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cta .l-inner {
    padding: 20px 20px 30px;
  }
  .p-cta .l-inner::after {
    display: none;
  }
  .p-cta .c-cta_heading {
    font-size: 22px;
    text-align: center;
  }
  .p-cta .c-cta_list {
    display: block;
    margin-top: 25px;
  }
  .p-cta .c-cta_tel__no {
    font-size: 30px;
  }
  .p-cta .c-cta_tel .c-cta_btn__label {
    padding: 0;
  }
  .p-cta .c-cta_tel .c-cta_btn__label::before {
    display: none;
  }
  .p-cta .c-cta_web {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-cta .c-cta_web .c-cta_btn {
    font-size: 22px;
  }
}
/* fixed cta */
@media screen and (max-width: 768px) {
  .cta {
    background: #FFF;
    padding: 0;
  }
  .cta.fixed {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: -24.2vw;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 998;
  }
  .cta.fixed.active {
    bottom: 0;
  }
  .cta__btn {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta__btn li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta__btn li a {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cta__btn__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: px_vw(10) 0 px_vw(9);
  }
  .cta__btn__tel__label {
    color: #039;
    font-size: 17px;
    font-size: 4.53vw;
    font-weight: bold;
  }
  .cta__btn__tel__no {
    font-size: 20px;
    font-size: 5.33vw;
    font-weight: bold;
    line-height: 1;
    margin: 0.3em 0 0.1em;
    width: 100%;
  }
  .cta__btn__tel__time {
    display: block;
    font-size: 10px;
    font-size: 2.67vw;
    line-height: 1;
    padding: 0.5vw 0 0.3vw;
    text-align: center;
    width: 100%;
  }
  .cta__btn__form a {
    background: #F03;
    color: #FFF;
    font-size: 17px;
    font-size: 4.53vw;
    font-weight: bold;
  }
}
/* mv */
.p-mv {
  background: #F2F4F4 url(../img/img_mv.jpg) no-repeat 50% 0/cover;
}
.p-mv_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  padding: 79px 420px 66px 0;
  position: relative;
  text-align: center;
}
.p-mv_heading {
  margin-top: 9px;
}
.p-mv_catch {
  color: #89761F;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.093em;
}
.p-mv_catch span {
  display: inline-block;
  position: relative;
}
.p-mv_catch span::before, .p-mv_catch span::after {
  background: #89761F;
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.p-mv_catch span::before {
  left: -93px;
}
.p-mv_catch span::after {
  right: -93px;
}
.p-mv_title {
  color: #039;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 63px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
.p-mv_title sub {
  font-size: 20px;
  font-weight: normal;
  margin-left: -0.45em;
}
.p-mv_title .u-fs_s {
  font-size: 50px;
}
.p-mv_title .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(90%, #FC0));
  background: -webkit-linear-gradient(transparent 85%, #FC0 90%);
  background: linear-gradient(transparent 85%, #FC0 90%);
  display: inline-block;
  line-height: 1.2;
  padding: 0 0.25em;
}
.p-mv .u-note {
  font-size: 12px;
  margin-top: auto;
}
.p-mv .c-cta {
  margin-top: 61px;
  width: 100%;
}
.p-mv .c-cta_heading {
  font-size: 20px;
}
.p-mv .c-cta_heading span {
  display: inline-block;
  position: relative;
}
.p-mv .c-cta_heading span::before, .p-mv .c-cta_heading span::after {
  background: #666444;
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  position: absolute;
  top: -4px;
}
.p-mv .c-cta_heading span::before {
  left: -20px;
  -webkit-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
          transform: rotate(-31deg);
}
.p-mv .c-cta_heading span::after {
  right: -20px;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
}
.p-mv .c-cta_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.p-mv .c-cta_item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.p-mv .c-cta_btn {
  padding: 22px 14px;
  white-space: nowrap;
}
.p-mv .c-cta_tel {
  -webkit-flex-basis: 335px;
      -ms-flex-preferred-size: 335px;
          flex-basis: 335px;
}
.p-mv .c-cta_tel__no {
  font-size: 34px;
}
.p-mv .c-cta_tel .c-cta_btn__label {
  padding: 0 0 0 53px;
}
.p-mv .c-cta_tel .c-cta_btn__label::before {
  width: 45px;
  height: 50px;
}
.p-mv .c-cta_web {
  margin-left: 15px;
  -webkit-flex-basis: 278px;
      -ms-flex-preferred-size: 278px;
          flex-basis: 278px;
}
.p-mv .c-cta_web .c-cta_btn {
  font-size: 22px;
}
.p-mv .c-present {
  position: absolute;
  right: 0;
  width: 360px;
  bottom: 48px;
}
.p-mv .c-present_img::after {
  top: -29px;
  right: -26px;
}

@media screen and (max-width: 1199px) {
  .p-mv_inner {
    padding-right: 35%;
  }
  .p-mv_title {
    font-size: clamp(36px, 2.25rem + (1vw - 7.68px) * 5.8005, 61px);
    min-height: 0vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .p-mv_inner {
    height: 41.67vw;
    padding: 3.13vw 33.33vw 1.39vw 4.17vw;
  }
  .p-mv_catch img {
    width: 39.31vw;
  }
  .p-mv_heading {
    margin-top: 2.5vw;
  }
  .p-mv_desc {
    font-size: font-vw(20, 1440);
  }
  .p-mv_desc span::before, .p-mv_desc span::after {
    width: 9.72vw;
  }
  .p-mv_desc span::before {
    left: -10.42vw;
  }
  .p-mv_desc span::after {
    right: -10.42vw;
  }
  .p-mv_title {
    font-size: 4.38vw;
  }
  .p-mv_title .u-fs_s {
    font-size: 3.54vw;
  }
  .p-mv .u-note {
    font-size: 0.83vw;
  }
  .p-mv .c-cta {
    margin-top: 2.43vw;
  }
  .p-mv .c-cta_heading {
    font-size: 1.25vw;
  }
  .p-mv .c-cta_heading span::before, .p-mv .c-cta_heading span::after {
    height: 1.53vw;
  }
  .p-mv .c-cta_heading span::before {
    left: -1.39vw;
  }
  .p-mv .c-cta_heading span::after {
    right: -1.39vw;
  }
  .p-mv .c-cta_list {
    margin-top: 1.18vw;
  }
  .p-mv .c-cta_btn {
    padding: 1.53vw 0.97vw;
  }
  .p-mv .c-cta_tel {
    -webkit-flex-basis: 23.26vw;
        -ms-flex-preferred-size: 23.26vw;
            flex-basis: 23.26vw;
  }
  .p-mv .c-cta_tel__no {
    font-size: 2.36vw;
  }
  .p-mv .c-cta_tel__time {
    font-size: 0.83vw;
  }
  .p-mv .c-cta_tel .c-cta_btn__label {
    padding: 0 0 0 3.68vw;
  }
  .p-mv .c-cta_tel .c-cta_btn__label::before {
    width: 3.13vw;
    height: 3.47vw;
  }
  .p-mv .c-cta_web {
    margin-left: 1.04vw;
    -webkit-flex-basis: 19.31vw;
        -ms-flex-preferred-size: 19.31vw;
            flex-basis: 19.31vw;
  }
  .p-mv .c-cta_web .c-cta_btn {
    font-size: 1.53vw;
  }
  .p-mv .c-present {
    position: absolute;
    right: 0;
    width: 360px;
    bottom: 48px;
  }
  .p-mv .c-present_img::after {
    top: -29px;
    right: -26px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: #F6F8F7;
  }
  .p-mv .l-inner {
    padding: 0;
  }
  .p-mv_inner {
    background: url(../img/img_mv_sp.jpg) no-repeat 50% 100%/auto 100%;
    height: 475px;
    padding: 20px 24px 0;
    position: relative;
  }
  .p-mv_heading {
    margin-top: 12px;
  }
  .p-mv_catch {
    font-size: 17px;
  }
  .p-mv_catch span::before, .p-mv_catch span::after {
    width: 21px;
  }
  .p-mv_catch span::before {
    left: -27px;
  }
  .p-mv_catch span::after {
    right: -27px;
  }
  .p-mv_title {
    font-size: 36px;
    line-height: 1.31;
  }
  .p-mv_title sub {
    font-size: 14px;
  }
  .p-mv_title .u-fs_s {
    font-size: 26px;
  }
  .p-mv .u-note {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 10px;
    line-height: 1.5;
    padding: 5px 15px 5px 24px;
    text-align: left;
    text-indent: -1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-mv .c-cta {
    background: #FFF;
    margin-top: 0;
    padding: 14px 15px 15px;
  }
  .p-mv .c-cta_heading {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .p-mv .c-cta_heading span::before, .p-mv .c-cta_heading span::after {
    height: 15px;
    margin-top: 5px;
  }
  .p-mv .c-cta_heading span::before {
    left: -15px;
    -webkit-transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  .p-mv .c-cta_heading span::after {
    right: -15px;
    -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  .p-mv .c-cta_list {
    margin-top: 12px;
  }
  .p-mv .c-cta_btn {
    padding: 9px 15px;
  }
  .p-mv .c-cta_tel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .p-mv .c-cta_tel__no {
    font-size: 21px;
  }
  .p-mv .c-cta_tel__time {
    font-size: 9px;
  }
  .p-mv .c-cta_tel .c-cta_btn {
    border: 1px solid #B3B3B3;
  }
  .p-mv .c-cta_tel .c-cta_btn__label {
    padding: 0;
  }
  .p-mv .c-cta_tel .c-cta_btn__label::before {
    display: none;
  }
  .p-mv .c-cta_web {
    margin-left: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .p-mv .c-cta_web .c-cta_btn {
    font-size: 14px;
  }
  .p-mv .c-present {
    position: absolute;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* about */
.p-about {
  background: #2944B6 url(/lp/soudan_senior/img/bg_about.jpg) no-repeat 50% 100%/cover;
  color: #FFF;
  font-family: serif;
  min-height: 420px;
  margin-bottom: 20px;
  padding: 60px 0 188px;
  text-align: center;
}
.p-about_title {
  font-size: 38px;
}
.p-about_desc {
  margin-top: 30px;
}
.p-about p {
  font-size: 24px;
  line-height: 2;
  text-shadow: 0 0 7px #0026A5;
}

@media screen and (max-width: 768px) {
  .p-about {
    background-image: url(../img/bg_about_sp.jpg);
    margin-bottom: 0;
    min-height: 354px;
    padding: 36px 0 130px;
  }
  .p-about_title {
    font-size: 24px;
  }
  .p-about_desc {
    margin-top: 22px;
  }
  .p-about p {
    font-size: 18px;
  }
}
/* select */
.p-select .c-heading {
  padding-top: 70px;
  position: relative;
}
.p-select .c-heading .u-balloon {
  background: #FC0;
  border-radius: 28px;
  color: #039;
  font-size: 20px;
  font-weight: bold;
  padding: 9px 15px 9px 54px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-select .c-heading .u-balloon::before, .p-select .c-heading .u-balloon::after {
  content: "";
  display: block;
  position: absolute;
}
.p-select .c-heading .u-balloon::before {
  background: url(/lp/soudan_senior/img/icon_hand.svg) no-repeat 0 0/contain;
  width: 29px;
  height: 34px;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-select .c-heading .u-balloon::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FC0 transparent transparent transparent;
  border-width: 11px 7px 0px 7px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-select_title {
  color: #89761F;
  margin-bottom: 30px;
  text-align: center;
}
.p-select_title span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.p-select_title span::before, .p-select_title span::after {
  background: #89761F;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.p-select_title span::before {
  left: -120px;
}
.p-select_title span::after {
  right: -120px;
}
.p-select_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.p-select_item:nth-child(odd) {
  padding-right: 20px;
}
.p-select_item:nth-child(even) {
  padding-left: 20px;
}
.p-select_item:nth-child(n+3) {
  margin-top: 30px;
}
.p-select_item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
}
.p-select_item__label {
  background: #039;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  padding: 0.7em 0;
  text-align: center;
}
.p-select_item__desc {
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.7;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.7em 2.2em;
}
.p-select_table {
  margin-top: 80px;
  padding: 60px;
}
.p-select_table table {
  width: 100%;
}
.p-select_table table th, .p-select_table table td {
  text-align: center;
  vertical-align: middle;
}
.p-select_table table thead th {
  background: #039;
  border: 1px solid #F5F5F5;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.8em;
}
.p-select_table table thead th:first-child {
  background: transparent;
  border-bottom: 1px solid #B3B3B3;
  font-weight: normal;
  color: #666666;
  font-size: 24px;
}
.p-select_table table tbody th, .p-select_table table tbody td {
  background: #FFF;
  border: 1px solid #B3B3B3;
  padding: 1em;
}
.p-select_table table tbody th {
  color: #039;
  font-weight: bold;
}
.p-select_table__note {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1.3em;
}

@media screen and (max-width: 768px) {
  .p-select .c-heading {
    padding-top: 55px;
  }
  .p-select .c-heading .u-balloon {
    font-size: 14px;
    padding: 9px 10px 9px 42px;
  }
  .p-select .c-heading .u-balloon::before {
    width: 22px;
    height: 26px;
    left: 14px;
  }
  .p-select .c-heading .u-balloon::after {
    border-width: 11px 7px 0px 7px;
  }
  .p-select_title {
    margin-bottom: 20px;
  }
  .p-select_title span {
    font-size: 18px;
    line-height: 1.39;
  }
  .p-select_title span::before, .p-select_title span::after {
    width: 30px;
  }
  .p-select_title span::before {
    left: -40px;
  }
  .p-select_title span::after {
    right: -40px;
  }
  .p-select_item {
    width: 100%;
  }
  .p-select_item:nth-child(odd), .p-select_item:nth-child(even) {
    padding: 0;
  }
  .p-select_item:nth-child(n+2), .p-select_item:nth-child(n+3) {
    margin-top: 15px;
  }
  .p-select_item__wrap {
    display: block;
  }
  .p-select_item__label {
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    padding: 0.7em 0;
  }
  .p-select_item__desc {
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    line-height: 1.5;
    padding: 19px 14px 20px;
  }
  .p-select_table {
    margin-top: 40px;
    padding: 30px;
  }
  .p-select_table table {
    width: 300%;
  }
  .p-select_table table thead th {
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    line-height: 1.3;
    padding: 0.8em;
  }
  .p-select_table table thead th:first-child {
    font-size: 14px;
  }
  .p-select_table table tbody th, .p-select_table table tbody td {
    font-size: 11px;
  }
  .p-select_table__note {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 1em;
  }
}
/* howto */
.p-howto_intro {
  margin-bottom: 85px;
  text-align: center;
}
.p-howto_intro__catch {
  color: #039;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
}
.p-howto_intro__catch span {
  display: inline-block;
  position: relative;
}
.p-howto_intro__catch span::before, .p-howto_intro__catch span::after {
  background: #039;
  content: "";
  width: 2px;
  height: 124px;
  position: absolute;
  top: 50%;
}
.p-howto_intro__catch span::before {
  left: -49px;
  -webkit-transform: translateY(-45%) rotate(-23deg);
      -ms-transform: translateY(-45%) rotate(-23deg);
          transform: translateY(-45%) rotate(-23deg);
}
.p-howto_intro__catch span::after {
  right: -49px;
  -webkit-transform: translateY(-45%) rotate(23deg);
      -ms-transform: translateY(-45%) rotate(23deg);
          transform: translateY(-45%) rotate(23deg);
}
.p-howto_intro__example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 40px;
  padding-bottom: 140px;
  position: relative;
}
.p-howto_intro__voice {
  border: 5px solid #DDD;
  border-radius: 100px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.71;
  margin: 0 25px;
  min-width: 455px;
  padding: 59px 78px;
  position: relative;
}
.p-howto_intro__voice::after {
  background: url(/lp/soudan_senior/img/parts_voice_balloon.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 37px;
  height: 41px;
  position: absolute;
  top: 100%;
}
.p-howto_intro__voice.--left::after {
  right: 152px;
}
.p-howto_intro__voice.--right::after {
  left: 155px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-howto_intro__thumb {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 261px;
  height: 192px;
}

@media screen and (max-width: 768px) {
  .p-howto {
    padding: 36px 0;
  }
  .p-howto_intro {
    margin-bottom: 40px;
  }
  .p-howto_intro__catch {
    font-size: 24px;
  }
  .p-howto_intro__catch span {
    line-height: 1.29;
  }
  .p-howto_intro__catch span::before, .p-howto_intro__catch span::after {
    width: 2px;
    height: 63px;
  }
  .p-howto_intro__catch span::before {
    left: -24px;
  }
  .p-howto_intro__catch span::after {
    right: -24px;
  }
  .p-howto_intro__example {
    display: block;
    margin: 20px auto 40px;
    padding-bottom: 147px;
  }
  .p-howto_intro__voice {
    border: 3px solid #DDD;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 25px;
    min-width: 76vw;
    padding: 18px 24px;
  }
  .p-howto_intro__voice::after {
    background-image: url(../img/parts_voice_balloon_sp.png);
    width: 14px;
    height: 15px;
  }
  .p-howto_intro__voice.--left::after {
    left: 16%;
    right: auto;
  }
  .p-howto_intro__voice.--right {
    margin-top: 25px;
  }
  .p-howto_intro__voice.--right::after {
    left: auto;
    right: 16%;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-howto_intro__thumb {
    width: 169px;
    height: 124px;
  }
}
/* case */
.p-case_head {
  margin-bottom: 43px;
  padding-top: 95px;
  position: relative;
}
.p-case_head::before {
  background: url(/lp/soudan_senior/img/bg_consult_01.png) 50% 0/cover;
  content: "";
  display: block;
  height: 414px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-case_head__text {
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3 !important;
  text-align: center;
}
.p-case_head__text::before {
  position: absolute;
  left: 33%;
  bottom: 0.1%;
  z-index: -1;
  color: #d9f4ff;
  opacity: 0.2;
  font-size: 2em;
  line-height: 1;
  content: attr(data-word);
  pointer-events: none;
}
.p-case-item {
  background: #FFF;
  border: 1px solid #039;
  border-radius: 10px;
}
.p-case-item_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
}
.p-case-item_head__photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 160px;
}
.p-case-item_info {
  padding: 33px 40px 62px;
}
.p-case-item_info__num {
  color: #C1E3F8;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.p-case-item_info__num span {
  font-size: 48px;
}
.p-case-item_info__tag {
  color: #039;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3px;
}
.p-case-item_info__title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}
.p-case-item_body {
  border-top: 1px solid #DDD;
  padding: 30px 40px 40px;
}
.p-case-item .p-qa_q {
  line-height: 1.7;
}
.p-case-item .p-qa_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25em;
}
.p-case-item .p-qa_balloon {
  background: #F0F9FF;
  border-radius: 6px;
  color: #039;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 40px;
  position: relative;
}
.p-case-item .p-qa_balloon::after {
  content: "";
  border-color: transparent transparent transparent #F0F9FF;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-case-item .p-qa_balloon p {
  line-height: 1.7;
}
.p-case-item .p-qa_icon {
  width: 140px;
  height: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 40px;
}
.p-case-item ~ .p-case-item {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-case_head {
    margin-bottom: 30px;
    padding-top: 54px;
  }
  .p-case_head::before {
    background: #039 url(/lp/soudan_senior/img/bg_consult_01.png) 50% 0/cover;
    height: 299px;
    z-index: -1;
  }
  .p-case_head__text {
    font-size: 26px;
    line-height: 1.38 !important;
  }
  .p-case-item {
    border-radius: 6px;
  }
  .p-case-item_head {
    display: block;
    padding: 30px 30px 20px;
  }
  .p-case-item_head__photo {
    text-align: center;
    width: 100%;
  }
  .p-case-item_head__photo img {
    width: 120px;
  }
  .p-case-item_info {
    padding: 0;
  }
  .p-case-item_info__num {
    font-size: 24px;
    text-align: center;
  }
  .p-case-item_info__num span {
    font-size: 37px;
  }
  .p-case-item_info__tag {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
  }
  .p-case-item_info__title {
    font-size: 24px;
    line-height: 1.38;
  }
  .p-case-item_body {
    padding: 20px 30px 20px;
  }
  .p-case-item .p-qa_a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.72;
    margin-top: 1em;
  }
  .p-case-item .p-qa_balloon {
    padding: 15px;
  }
  .p-case-item .p-qa_balloon::after {
    border-color: #F0F9FF transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-case-item .p-qa_icon {
    margin-top: 30px;
    margin-left: 0;
    width: 100px;
    height: 100px;
  }
  .p-case-item ~ .p-case-item {
    margin-top: 20px;
  }
}
/* company */
.p-company-data {
  width: 62.5%;
}
.p-company-data table {
  width: 100%;
}
.p-company-data table th, .p-company-data table td {
  border-bottom: 1px solid #DDD;
  font-weight: normal;
  line-height: 1.5;
  padding: 13px 0;
  text-align: left;
  vertical-align: middle;
}
.p-company-data table th {
  white-space: nowrap;
  width: 20%;
}
.p-company-data_wrap {
  background: #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
}
.p-company-data_thumb {
  text-align: center;
  width: 31.25%;
}
.p-company-data_thumb img + img {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-company-data {
    width: 100%;
  }
  .p-company-data table {
    width: 100%;
  }
  .p-company-data table th, .p-company-data table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0;
    vertical-align: top;
  }
  .p-company-data table th {
    white-space: nowrap;
    width: 35%;
  }
  .p-company-data_wrap {
    border-radius: 6px;
    display: block;
    padding: 24px 30px;
  }
  .p-company-data_thumb {
    display: none;
  }
}
/* condition */
.p-condition .u-table {
  border: 1px solid #B3B3B3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-condition .u-table dt, .p-condition .u-table dd {
  line-height: 1.5;
}
.p-condition .u-table dt:nth-child(n+3), .p-condition .u-table dd:nth-child(n+3) {
  border-top: 1px solid #DDD;
}
.p-condition .u-table dt {
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1em 0.75em 2.22em;
  width: 30%;
}
.p-condition .u-table dd {
  padding: 0.75em 2.22em;
  width: 70%;
}
.p-condition_expenses {
  line-height: 1.7;
  margin-top: 30px;
}
.p-condition_expenses__title {
  color: #039;
  font-size: 20px;
  font-weight: bold;
}
.p-condition_expenses__list {
  font-size: 18px;
  margin-top: 0.75em;
}
.p-condition_expenses .u-note {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .p-condition .u-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-condition .u-table dt, .p-condition .u-table dd {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
  .p-condition .u-table dt {
    display: block;
    text-align: center;
    padding: 0.9em 1em;
  }
  .p-condition .u-table dt:nth-child(n+3) {
    border-top: 1px solid #DDD;
  }
  .p-condition .u-table dd {
    border-top: none !important;
    padding: 0.9em 1em;
  }
  .p-condition_expenses {
    line-height: 1.7;
    margin-top: 30px;
  }
  .p-condition_expenses__title {
    font-size: 18px;
  }
  .p-condition_expenses__list {
    font-size: 16px;
    margin-top: 0.25em;
  }
}
/* feature */
.p-feature {
  background: #F7F8FB;
}
.p-feature .c-card-item {
  border: 1px solid #039;
  margin-bottom: 0;
  padding-right: 39px;
  padding-left: 39px;
}
.p-feature .c-card-item__heading {
  font-size: 26px;
  margin-top: 0;
  min-height: 3em;
}
.p-feature .c-card-item__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 19px;
  height: 141px;
  width: 100%;
}
.p-feature .c-card-item__desc {
  line-height: 1.6;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .p-feature .c-card-item {
    padding: 30px 30px 38px;
  }
  .p-feature .c-card-item ~ .c-card-item {
    margin-top: 15px;
  }
  .p-feature .c-card-item__heading {
    font-size: 22px;
    margin-top: 0;
    min-height: 0;
  }
  .p-feature .c-card-item__thumb {
    display: block;
    margin-top: 20px;
    height: 115px;
  }
  .p-feature .c-card-item__thumb img {
    width: auto;
    height: 100%;
  }
  .p-feature .c-card-item__desc {
    margin-top: 1em;
  }
}
.p-information {
  margin-top: 80px;
}
.p-information a {
  font-weight: bold;
  text-decoration: underline;
}
.p-information .l-inner {
  background-color: #eff0f4;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 30px 14px;
}
.p-information_register {
  border-top: 1px solid #FFF;
  margin-top: 16px;
  padding-top: 5px;
  text-align: center;
}
.p-information_register dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 11px;
}
.p-information_register dd {
  margin-top: 4px;
}
.p-information_register dd img {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-information {
    margin-top: 50px;
  }
  .p-information a {
    font-weight: bold;
    text-decoration: underline;
  }
  .p-information .l-inner {
    font-size: 12px;
    padding: 21px 10px 16px;
  }
  .p-information_register {
    margin-top: 18px;
    padding-top: 7px;
  }
  .p-information_register dt {
    font-size: 14px;
    margin-top: 13px;
  }
}
#mail_form iframe {
  border: 0;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 3800px;
}

@media screen and (max-width: 768px) {
  #mail_form iframe {
    height: 5100px;
  }
}
.p-finish_title {
  font-size: 150%;
  margin-bottom: 1em;
}
.p-finish_text p {
  line-height: 1.8;
}
.p-finish_text p + p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-finish_title {
    font-size: 130%;
  }
  .p-finish_text {
    font-size: 16px;
  }
}