@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap");

/*====================
 reset.css
====================*/

html {
  width: 100%;
  font-size: 62.5%;
  position: relative;
  z-index: 2;
}

* {
  background-clip: padding-box;
  box-sizing: border-box;
}

body {
  max-height: 99999px;
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", univia-pro, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1;
  vertical-align: baseline;
  counter-reset: number 0;
}

body img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  display: block;
}

body * {
  background-clip: padding-box;
  text-align: justify;
  box-sizing: border-box;
  position: relative;
}

.main *,
.main *::after,
.main *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
figure {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style: none;
}

p,
li,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 0;
}

a {
  background: transparent;
  color: #263d88;
  font-weight: 500;
  text-decoration: underline;
}

a:active {
  outline: 0;
}

input[type=image]:focus {
  outline: 0;
}

table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

button {
  border: none;
  cursor: pointer;
  outline: 0;
}

.main .clearfix {
  width: 100%;
}

.main .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

body {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

picture {
  font-size: 0;
  line-height: 0;
  display: block;
  vertical-align: bottom;
}

body a,
body a img {
  transition: all ease .3s;
}

/*====================
 kaigo.css
====================*/ 

.main {
  width: 100%;
  margin: 0;
  padding: 0;
}

/** -------------------------------------------------
 * utils
 ---------------------------------------------------- **/
 
.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
 }
  
.pc_only {
  display: inline;
}

.sp_only {
  display: none;
}

.notes {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}

p.notes_indent1em,
.notes_indent1em li {
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
}

.notes_indent2em li {
  padding-left: 2em;
  text-indent: -2em;
  color: #333;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7;
}

.pt05em {
  padding-top: .5em;
}

.pt2em {
  padding-top: 2em;
}

.bold {
  font-weight: 700;
}

.big114 {
  font-size: 114%;
}

.big160 {
  font-size: 160%;
}

.small65 {
  font-size: 65%;
}

.small75 {
  font-size: 75%;
}

.small80 {
  font-size: 80%;
}

sup {
  font-size: 50%;
  vertical-align: text-top;
}

.txt_c {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #f6efbd 60%);
}

.pink {
  color: #de6f81;
}

.green {
  color: #0abcbe;
}

.blue {
  color: #10256a;
}

.bg_white {
  background-color: #fff;
}

.bg_pink01 {
  background-color: #fae2e1;
}

.bg_pink02 {
  background-color: #fcf7f7;
}

.bg_pink03 {
  background-color: #de6f81;
}

.bg_green01 {
  background-color: #dcf0ee;
}

.bg_green02 {
  background-color: #f5fafa;
}

.bg_green03 {
  background-color: #0abcbe;
}

.tf_05em {
  transform: translateY(.5em);
  display: inline-block;
}

/** -------------------------------------------------
 * header
 ---------------------------------------------------- **/
 
.header {
  width: 100%;
  background-color: #fff;
}

.header_logo {
  max-width: 259px;
  margin: 20px auto;
}

/** -------------------------------------------------
 * fv
 ---------------------------------------------------- **/
 
.fv .inner {
  padding: 0 0 0 40px;
}

/** -------------------------------------------------
 * cv
 ---------------------------------------------------- **/
 
.cv {
  width: 100%;
  padding: 52px 0 67px;
  background-color: #fffce8;
}

.cv .btn_area {
  max-width: min(970px, calc(970/1000*100%));
  margin: 0 auto;
  align-items: flex-end;
  display: flex;
}

.cv .estimate_btn,
.cv .request_btn {
  max-width: 475px;
  display: block;
}

.cv .estimate_btn {
  margin-right: 20px;
}

/** -------------------------------------------------
 * cv.fv_cv
 ---------------------------------------------------- **/

.cv.fv_cv {
  padding: 0 0 70px;
  background-color: transparent;
  background-image: url("/lp/care/kaigo/img/fv_bg.webp");
  background-position: center top;
  background-repeat: repeat;
}

.cv.fv_cv .merit_wrap {
  max-width: calc(820/1000*100%);
  margin: 0 auto;
  padding: 30px 0;
}

.cv.fv_cv ul.merit {
  padding-bottom: 20px;
  align-items: center;
  display: flex;
}

.cv.fv_cv li.merit_item01,
.cv.fv_cv li.merit_item02 {
  max-width: calc(400/820*100%);
}

.cv.fv_cv li.merit_item01 {
  margin-right: calc(20/820*100%);
}

/** -------------------------------------------------
 * reason
 ---------------------------------------------------- **/

.reason {
  padding: 80px 0 70px;
}

.reason .inner {
  max-width: 1040px;
}

.reason_ttl {
  max-width: calc(541/1040*100%);
  margin: 0 auto;
  padding-bottom: 38px;
 }

.reason_wrap {
  max-width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.reason_box01,
.reason_box02,
.reason_box03 {
  width: calc(100%/3);
  margin-right: 20px;
  padding: min(calc(100vw*15/1000), 15px);
  border: dotted 5px #de6f81;
  border-radius: 5px;
  align-self: stretch;
  display: flex;
}

.reason_box_inner {
  width: 100%;
  height: min(32.5vw, 340px);
  padding: 10% 0 0;
  border-radius: 10px;
  background-color: #fcebeb;
  position: relative;
  overflow: hidden;
}

.reason_box_txt {
  font-feature-settings: "palt";
  font-size: min(calc(100vw*20/1000), 2.2rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .1rem;
}

.reason_box_inner .reason_img {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
}

.reason_box02 {
  border: dotted 5px #0abcbe;
}

.reason_box03 {
  margin-right: 0;
  border: dotted 5px #10256a;
}

.reason_box02 .reason_box_inner {
  background-color: #ebfafa;
}

.reason_box03 .reason_box_inner {
  background-color: #edf4fa;
}

.reason_box01 .reason_box_inner .reason_img {
  width: min(calc(100vw*116/1000), 116px);
  bottom: -10%;
}

.reason_box02 .reason_box_inner .reason_img {
  width: min(calc(100vw*150/1000), 150px);
  bottom: 9%;
}

.reason_box03 .reason_box_inner .reason_img {
  width: min(calc(100vw*191/1000), 191px);
  bottom: -28%;
}

/** -------------------------------------------------
 * cost
 ---------------------------------------------------- **/

.cost {
  padding: 76px 0;
}

.cost_ttl {
  max-width: calc(553/1000*100%);
  margin: 0 auto;
  padding-bottom: 50px;
 }

.cost_txt {
  text-align: center;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*23/1000), 2.4rem);
  font-weight: 400;
  line-height: 1.8;
}
.cost_img {
  max-width: calc(426/1000*100%);
  margin: 40px auto 0;
}

.cost_wrap {
  margin-bottom: 84px;
  padding: min(calc(100vw*25/1000), 25px);
  border-radius: 10px;
  background-color: #f5f5f5;
  display: flex;
  align-self: stretch;
}

.cost_box01,
.cost_box02 {
  width: calc(100%/2);
  margin-right: 20px;
  padding: min(calc(100vw*30/1000), 30px);
  border-radius: 10px;
  background-color: #e8f2fa;
}

.cost_box02 {
  margin-right: 0;
  background-color: #dbf1f1;
}

.cost_box01 .cost_box_ttl,
.cost_box02 .cost_box_ttl {
  width: 100%;
  padding: min(calc(100vw*28/1000), 28px) 0 min(calc(100vw*28/1000), 28px) min(calc(100vw*110/1000), 110px);
  background-image: url("/lp/care/kaigo/img/cost_graph01_ttl.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: min(calc(100vw*30/1000), 3rem);
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1;
}

.cost_box02 .cost_box_ttl {
  background-image: url("/lp/care/kaigo/img/cost_graph02_ttl.webp");
}

.cost_box01 .cost_box_txt,
.cost_box02 .cost_box_txt {
  padding: min(calc(100vw*18/1000), 18px) 0;
  text-align: center;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*20/1000), 2.1rem);
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.45;
}

.cost_box01 .cost_graph,
.cost_box02 .cost_graph {
  max-width: min(calc(100vw*405/1000), 405px);
  margin: 0 auto;
}

.cost_subttl {
  width: min(calc(100vw*750/1000), 750px);
  padding: min(calc(100vw*35/1000), 35px) 0 min(calc(100vw*35/1000), 35px) min(calc(100vw*90/1000), 90px);
  border-radius: 10px;
  background-image: url("/lp/care/kaigo/img/cost_subttl.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: min(calc(100vw*38/1000), 3.8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: .05rem;
  line-height: 1.3;
  position: relative;
}

.cost_subttl::after {
  width: min(calc(100vw*207/1000), 207px);
  height: min(calc(100vw*203/1000), 203px);
  background-image: url("/lp/care/kaigo/img/cost_subttl_img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: min(calc(100vw*60/1000), 60px);
  bottom: 0;
}

.cost_subttl_txt {
  padding: 35px 0;
  text-align: center;
  font-size: min(calc(100vw*24/1000), 2.4rem);
  line-height: 1.8;
}

.cost .notes_indent2em {
  max-width: 750px;
  margin: 0 auto;
}

/** -------------------------------------------------
 * plan
 ---------------------------------------------------- **/

.plan {
  padding: 90px 0 80px;
  background-image: url("/lp/care/kaigo/img/plan_bg.webp");
  background-position: center top;
  background-repeat: repeat;
}

.plan_ttl {
  max-width: calc(482/1000*100%);
  margin: 0 auto;
  padding-bottom: 30px;
 }

.plan_txt {
  text-align: center;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*23/1000), 2.4rem);
  font-weight: 400;
  line-height: 1.8;
}

.plan_img {
  max-width: 100%;
  margin: 40px auto 20px;
}

.plan_links {
  padding: 30px 0 0 1.4em;
  text-align: center;
  font-size: min(calc(100vw*25/1000), 2.5rem);
}

.plan_links a {
  padding-bottom: .3em;
  border-bottom: solid 2px #263d88;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}

.plan_links a::before {
  width: min(calc(100vw*29/1000), 29px);
  height: min(calc(100vw*29/1000), 29px);
  background-image: url("/lp/care/kaigo/img/icon_question.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.4em;
}

/** -------------------------------------------------
 * price
 ---------------------------------------------------- **/

.price {
  padding: 80px 0 50px;
}

.price_ttl {
  max-width: calc(667/1000*100%);
  margin: 0 auto;
  padding-bottom: 53px;
 }

.price_tab {
  width: 100%;
  align-items: flex-end;
  display: flex;
}

.price_tab li {
  width: calc(100%/2);
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: min(calc(100vw*40/1000), 4rem);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.price_tab_female {
  margin-right: 6px;
  padding: .3em 0;
  border: solid 5px #de6f81;
  border-bottom: 0;
  color: #de6f81;
}

.price_tab_male {
  padding: .3em 0;
  border: solid 5px #0abcbe;
  border-bottom: 0;
  color: #0abcbe;
}

.price_tab_female.active {
  padding: .6em 0;
  border: 0;
  background-color: #de6f81;
  color: #fff;
}

.price_tab_male.active {
  padding: .6em 0;
  border: 0;
  background-color: #0abcbe;
  color: #fff;
}

.price .notes_indent1em {
  margin-top: 35px;
}

.price_table {
  width: 100%;
  padding: 30px 55px 50px;
  text-align: center;
  display: none;
  line-height: 1;
}

.price_table.female.active {
  border: solid 5px #de6f81;
  display: block;
}

.price_table.male.active {
  border: solid 5px #0abcbe;
  display: block;
}

.price_table_ttl {
  margin-bottom: 24px;
  padding: .3em 1.2em .45em;
  border-radius: 100px;
  background-color: #94908f;
  color: #fff;
  font-size: min(calc(100vw*27/1000), 2.7rem);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.price_table_wrap {
  width: 100%;
  border: solid 3px #dbb5b4;
  border-radius: 10px;
  overflow: hidden;
}

.price_table.male .price_table_wrap {
  border: solid 3px #b4d7db;
}

.price_table_data {
  width: 100%;
  border-collapse: collapse;
  font-size: min(calc(100vw*32/1000), 3.2rem);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.price_table_data .table_header {
  color: #fff;
  font-size: min(calc(100vw*27/1000), 2.7rem);
  font-weight: 700;
  line-height: 1.13;
}

.price_table_data .row {
  border-bottom: 1px solid #dbb5b4;
  display: flex;
  line-height: 1;
}

.price_table.male .price_table_data .row {
  border-bottom: 1px solid #b4d7db;
}

.price_table_data .row:last-child {
  border-bottom: none;
}

.price_table.male .row:last-child {
  border-bottom: none;
}

.price_table_data .cell {
  width: calc(100%/4);
  padding: .85em 0 1em;
  border-right: 1px solid #dbb5b4;
  text-align: center;
  flex: 1;
  line-height: 1;
}

.price_table.male .price_table_data .cell {
  border-right: 1px solid #b4d7db;
}

.price_table_data .cell:last-child {
  border-right: none;
}

.price_table.male .cell:last-child {
  border-right: none;
}

/** -------------------------------------------------
 * information
 ---------------------------------------------------- **/

.information {
  padding: 96px 0 0;
  background-image:
    url("/lp/care/kaigo/img/information_arrow.webp"),
    url("/lp/care/kaigo/img/information_bg.webp");
  background-position:
    center top,
    center top;
  background-repeat:
    no-repeat,
    repeat;
  background-size:
    750px auto,
    auto auto;
}

.information_ttl {
  max-width: calc(462/1000*100%);
  margin: 0 auto;
  transform: translateX(-23px);
 }

.information_img {
  max-width: calc(810/1000*100%);
  margin: -15px auto 0;
}

/** -------------------------------------------------
 * service
 ---------------------------------------------------- **/

.service {
  padding: 74px 0 80px;
  background-image: url("/lp/care/kaigo/img/service_bg_pc.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 598px;
}

.service .inner {
  max-width: 940px;
}

.service_ttl {
  max-width: min(calc(100vw*721/900), 721px);
  margin: 0 auto;
  padding-bottom: 50px;
}

.service_wrap {
  padding: min(calc(100vw*60/900), 60px) min(calc(100vw*50/900), 50px) min(calc(100vw*43/900), 43px);
  border: solid 5px #de6f81;
  border-radius: 20px;
  background-color: #fff;
}

.service_wrap + .service_wrap {
  margin-top: 50px;
}

.service_wrap_ttl {
  width: 100%;
  margin-bottom: min(calc(100vw*30/900), 30px);
  padding: 1.2em 0 1em min(calc(100vw*120/900), 120px);
  border-top: dotted 5px #de6f81;
  border-bottom: dotted 5px #de6f81;
  text-align: left;
  font-size: min(calc(100vw*35/900), 3.5rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.service_wrap_ttl::before {
  width: min(calc(100vw*74/900), 74px);
  height: min(calc(100vw*74/900), 74px);
  background-image: url("/lp/care/kaigo/img/service_ttl01_icon.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: min(calc(100vw*20/900), 20px);
  left: min(calc(100vw*30/900), 30px);
}

.service_wrap_ttl .ribbon_wrap {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: min(calc(100vw*27/900), 2.7rem);
  display: inline-block;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
}

.service_wrap_ttl .ribbon {
  width: 8em;
  height: min(calc(100vw*48/900), 48px);
  margin: 0 auto;
  padding-bottom: .1em;
  background-color: #de6f81;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service_wrap_ttl .ribbon::after,
.service_wrap_ttl .ribbon::before {
  border-top: min(calc(100vw*24/900), 24px) solid #de6f81;
  border-right: .5em solid transparent;
  border-bottom: min(calc(100vw*24/900), 24px) solid #de6f81;
  border-left: .5em solid transparent;
  content: "";
  display: block;
  position: absolute;
  top:0;
}

.service_wrap_ttl .ribbon::after {
  left: -.5em;
}
.service_wrap_ttl .ribbon::before {
  right: -.5em;
}

.service_lead {
  margin-bottom: min(calc(100vw*30/900), 30px);
  text-align: center;
  color: #000;
  font-size: min(calc(100vw*20/900), 2.0rem);
  font-weight: 400;
  line-height: 1.7;
}

.service_item_wrap {
  width: min(calc(100vw*645/900), 645px);
  margin: 0 auto min(calc(100vw*20/900), 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service_item_box {
  width: calc(100%/3);
  margin-bottom: min(calc(100vw*30/900), 30px);
}

.service_item_img {
  width: min(calc(100vw*192/900), 192px);
  margin: 0 auto min(calc(100vw*10/900), 10px);
}

.service_item_txt {
  text-align: center;
  color: #000;
  font-size: min(calc(100vw*19/900), 1.9rem);
  font-weight: 500;
  line-height: 1.26;
}

.service_wrap.service02 {
  padding-bottom: 0;
}

.service_wrap.service02 .service_wrap_ttl::before {
  width: min(calc(100vw*81/900), 81px);
  height: min(calc(100vw*84/900), 84px);
  background-image: url("/lp/care/kaigo/img/service_ttl02_icon.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: min(calc(100vw*15/900), 15px);
  left: min(calc(100vw*25/900), 25px);
}

.service_wrap.service02 .service_lead {
  padding: 0 25px;
  text-align: left;
}

.service_wrap.service02 .notes_indent1em {
  margin: 0 25px;
}

.service_wrap.service02 .service_item_img {
  width: min(calc(100vw*427/900), 427px);
  margin: 0 auto;
}

/** -------------------------------------------------
 * faq
 ---------------------------------------------------- **/

.faq {
  padding: 80px 0 100px;
  background-image: url("/lp/care/kaigo/img/faq_bg.webp");
  background-position: center top;
  background-repeat: repeat;
  background-size: 1920px auto;
}

.faq .inner {
  max-width: 840px;
}

.faq_ttl {
  max-width: min(calc(100vw*404/800), 404px);
  margin: 0 auto;
  padding-bottom: 50px;
}

.faq_wrap {
  border-radius: 10px;
  background-color: #fff;
}

.faq_wrap + .faq_wrap {
  margin-top: min(calc(100vw*40/800), 40px);
}

.faq_acc {
  padding: min(calc(100vw*42/800), 42px) min(calc(100vw*50/800), 50px);
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.faq_acc::before{
  width: min(calc(100vw*24/800), 24px);
  height: 3px;
  background-color:#333;
  content: "";
  position: absolute;
  top: 50%;
  right:  min(calc(100vw*50/800), 50px);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.faq_acc::after{
  width: min(calc(100vw*24/800), 24px);
  height: 3px;
  background-color:#333;
  content: "";
  position: absolute;
  top: 50%;
  right:  min(calc(100vw*50/800), 50px);
  transition: all .3s ease-in-out;
}

.faq_acc.open::before {
  transform: rotate(180deg);
}

.faq_acc.open::after {
  opacity:0;
}

.faq_icon {
  max-width: min(calc(100vw*74/800), 74px);
}

.faq_q_ttl {
  max-width: min(calc(100vw*580/800), 580px);
  margin: 0;
  padding: 0 0 0 .5em;
  text-align: left;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*27/800), 2.7rem);
  font-weight: 700;
  line-height: 1.5;
}

.faq_acc_detail {
  margin: 0 min(calc(100vw*50/800), 50px);
  padding: min(calc(100vw*42/800), 42px) 0 min(calc(100vw*60/800), 60px);
  border-top: dotted 5px #de6f81;
  display: none;
}

.faq_a_txt {
  padding-bottom: min(calc(100vw*40/800), 40px);
  font-size: min(calc(100vw*24/800), 2.4rem);
  line-height: 1.8;
}

.faq_list01 li {
  margin-bottom: min(calc(100vw*40/800), 40px);
  padding-bottom: min(calc(100vw*40/800), 40px);
  padding-left: 1.3em;
  border-bottom: dotted 4px #999999;
  text-align: left;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*20/800), 2rem);
  line-height: 1.7;
  position: relative;
}

.faq_list01 li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.faq_list01 li::before {
  color: #de6f81;
  font-size: 1em;
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.faq_dotted_box {
  width: 100%;
  margin-top: min(calc(100vw*40/800), 40px);
  padding: min(calc(100vw*30/800), 30px) min(calc(100vw*60/800), 60px) min(calc(100vw*40/800), 40px);
  border: dotted 5px #94908f;
  border-radius: 5px;
  text-align: center;
}

.faq_detail_ttl_gray {
  margin-bottom: min(calc(100vw*25/800), 2.5rem);
  padding: .4em 4.5em .5em;
  border-radius: 100px;
  background-color: #94908f;
  text-align: center;
  color: #fff;
  font-size: min(calc(100vw*24/800), 2.4rem);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.q03 .faq_detail_ttl_gray {
  padding: .4em 2.5em .5em;
  font-size: min(calc(100vw*28/800), 2.8rem);
}

.faq_list02 li {
  padding-left: .5em;
  text-align: left;
  text-indent: -.5em;
  font-size: min(calc(100vw*18/800), 1.8rem);
  line-height: 1.5;
}

.faq_detail_ttl_pink {
  margin-bottom: min(calc(100vw*25/800), 2.5rem);
  padding: .4em 4.5em .5em;
  border-radius: 100px;
  background-color: #dea49b;
  text-align: center;
  color: #fff;
  font-size: min(calc(100vw*24/800), 2.4rem);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.q03 .faq_detail_ttl_pink {
  padding: .4em 2.5em .5em;
  font-size: min(calc(100vw*28/800), 2.8rem);
}

.faq_detail_img_wrap {
  margin-top:  min(calc(100vw*25/800), 25px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.faq_detail_img_box {
  width: min(calc(100vw*161/800), 161px);
  padding: min(calc(100vw*5/800), 5px);
}

.faq_detail_img_txt {
  margin-top: .5em;
  text-align: center;
  font-size: min(calc(100vw*18/800), 1.8rem);
  font-weight: 500;
  line-height: 1.4;
}

.faq_pink_box {
  width: 100%;
  margin-bottom: min(calc(100vw*40/800), 40px);
  padding: min(calc(100vw*35/800), 35px) min(calc(100vw*30/800), 30px) min(calc(100vw*40/800), 40px);
  border-radius: 5px;
  background-color: #faf3f2;
  text-align: center;
}

.faq_gray_box {
  width: 100%;
  padding: min(calc(100vw*40/800), 40px) min(calc(100vw*30/800), 30px) min(calc(100vw*40/800), 40px);
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
}

.q01 .faq_pink_box {
  margin-bottom: min(calc(100vw*15/800), 15px);
  padding: min(calc(100vw*50/800), 50px) min(calc(100vw*60/800), 60px) min(calc(100vw*60/800), 60px);
}

.q03 .faq_pink_box .faq_a_txt,
.q03 .faq_gray_box .faq_a_txt {
  margin: 0 min(calc(100vw*20/800), 20px);
}

.q03 .faq_gray_box .faq_a_txt {
  padding-bottom: 0;
}

.q03 .faq_pink_box .notes_indent1em {
  margin: 0 min(calc(100vw*20/800), 20px);
}

/** -------------------------------------------------
 * step
 ---------------------------------------------------- **/

.step {
  padding: 80px 0;
  background-image: url("/lp/care/kaigo/img/step_bg_pc.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 357px;
}

.step .inner {
  max-width: 870px;
  padding: 0 60px;
}

.step_ttl {
  max-width: min(calc(100vw*568/750), 568px);
  margin: 0 auto;
  padding-bottom: min(calc(100vw*25/750), 25px);
}

.step_wrap {
  width: 100%;
}

.step_wrap + .step_wrap {
  margin-top: min(calc(100vw*80/750), 80px);
}

.step_wrap_ttl {
  width: min(calc(100vw*580/750), 580px);
  margin-bottom: min(calc(100vw*26/750), 26px);
  padding: .4em 0 .5em;
  border-radius: 100px;
  background-color: #0abcbe;
  text-align: center;
  color: #fff;
  font-size: min(calc(100vw*30/750), 3rem);
  font-weight: 500;
  line-height: 1;
}

.step_mail .step_wrap_ttl {
  background-color: #de6f81;
}

.step_wrap_box {
  padding: min(calc(100vw*40/750), 40px) min(calc(100vw*70/750), 70px);
  border: solid 4px #a8d2d2;
  border-radius: 14px;
  position: relative;
}

.step_mail .step_wrap_box {
  border: solid 4px #e6bcc2;
}

.step_wrap_box + .step_wrap_box {
  margin-top: min(calc(100vw*26/750), 26px);
}

.step_wrap_box::after {
  width: min(calc(100vw*54/750), 54px);
  height: min(calc(100vw*36/750), 36px);
  margin: 0 auto;
  background-image: url("/lp/care/kaigo/img/step_arrow.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 2;
}

.step_wrap_box:last-of-type::after {
  background-image: none;
}

.step_wrap_box_txt {
  text-align: left;
  font-feature-settings: "palt";
  font-size: min(calc(100vw*32/750), 3.2rem);
  font-weight: 500;
  line-height: 1.25;
}

.step_wrap_box_num {
  width: min(calc(100vw*80/750), 80px);
  border-radius: 100%;
  background-color: #0abcbe;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.step_mail .step_wrap_box_num {
  background-color: #de6f81;
}

.step_wrap_box_icon {
  padding: min(calc(100vw*8/750), 8px) 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.step_web .step01 .step_wrap_box_icon {
  width: min(calc(100vw*89/750), 89px);
  right: -44px;
}

.step_web .step02 .step_wrap_box_icon {
  width: min(calc(100vw*83/750), 83px);
  right: -41px;
}

.step_web .step04 .step_wrap_box_icon {
  width: min(calc(100vw*78/750), 78px);
  right: -39px;
}

.step_mail .step01 .step_wrap_box_icon {
  width: min(calc(100vw*69/750), 69px);
  right: -34px;
}

.step_mail .step02 .step_wrap_box_icon {
  width: min(calc(100vw*83/750), 83px);
  right: -41px;
}

.step_mail .step04 .step_wrap_box_icon {
  width: min(calc(100vw*84/750), 84px);
  right: -42px;
}

/** -------------------------------------------------
 * footer
 ---------------------------------------------------- **/

.footer {
  padding: 40px 0 0;
}

.footer .inner {
  max-width: 1000px;
}

.footer_notes_wrap {
  padding-bottom: 100px;
}

.footer_notes_ttl,
.footer_notes_wrap .notes_indent1em li,
.footer_notes_txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

.footer_copy {
  width: 100%;
  padding: 30px 0;
  background-color: #10256a;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

/** -------------------------------------------------
 * floating_btn
 ---------------------------------------------------- **/
 
.floating_btn {
  width: 100%;
  padding: 18px 0;
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: .5s;
  opacity: 1;
}

.floating_btn .inner {
  max-width: 1000px;
}

.floating_head {
  width: 338px;
  margin: 0 auto 10px;
}

.floating_btn_area {
  display: flex;
}

.floating_btn_area a {
  max-width: 480px;
  padding: 0 10px;
}

.floating_hide {
  cursor: none;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  /*====================
   reset.css
  ====================*/

  a:hover {
    outline: 0;
  }

  body a:hover,
  body a img:hover {
    filter: brightness(1.05);
    text-decoration: none;
  }

  /** -------------------------------------------------
   * fv
   ---------------------------------------------------- **/
 
  .fv {
    width: 100%;
    margin: 0 auto;
    background-image: url("/lp/care/kaigo/img/fv_img_pc.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .fv .fv_copy {
    max-width: calc(489/1000*100%);
    min-width: 390px;
    margin-left: 0;
    padding: 32px 0;
  }

  /** -------------------------------------------------
   * cv
   ---------------------------------------------------- **/

  body .cv a.estimate_btn:hover,
  body .cv a.request_btn:hover {
    filter: none;
  }

  body .cv a.estimate_btn img:hover,
  body .cv a.request_btn img:hover {
    filter: none;
    opacity: .8;
  }

  /** -------------------------------------------------
   * plan
   ---------------------------------------------------- **/

  .plan_links a:hover {
    border-color: transparent;
  }

  /** -------------------------------------------------
   * reason
   ---------------------------------------------------- **/

  .reason_box_txt sup {
    transform: translateY(-.3em);
    display: inline-block;
  }

  /** -------------------------------------------------
   * faq
   ---------------------------------------------------- **/

  .q03 .faq_pink_box .faq_a_txt {
    padding-bottom: min(calc(100vw*20/800), 20px);
  }

}

@media only screen and (max-width: 767.98px) {
  /** -------------------------------------------------
   * utils
   ---------------------------------------------------- **/

  .inner {
    width: 100%;
    max-width: calc(690/750*100%);
    padding: 0;
  }

  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: inline;
  }
  
  sup {
    vertical-align: top;
  }

  .notes,
  p.notes_indent1em,
  .notes_indent1em li,
  .notes_indent2em li {
    font-size: min(calc(100vw*20/750), 2rem);
    line-height: 1.3;
  }

  /** -------------------------------------------------
   * header
   ---------------------------------------------------- **/

  .header_logo {
    max-width: calc(259/750*100%);
    margin: calc(20/750*100%) auto;
  }

  /** -------------------------------------------------
   * fv
   ---------------------------------------------------- **/
 
  .fv .inner {
    max-width: 100%;
    padding: 0;
  }

  .fv .fv_copy {
    max-width: 100%;
    margin: 0;
  }

  /** -------------------------------------------------
   * cv
   ---------------------------------------------------- **/

  .cv {
    padding: calc(65/750*100%) 0 calc(80/750*100%);
  }

  .cv .btn_area {
    max-width: 100%;
    align-items: initial;
    display: block;
  }

  .cv .estimate_btn,
  .cv .request_btn {
    max-width: 100%;
  }

  .cv .estimate_btn {
    margin: 0 0 calc(24/750*100%) 0;
  }

  /** -------------------------------------------------
   * cv.fv_cv
   ---------------------------------------------------- **/

  .cv.fv_cv {
    padding: 0 0 calc(60/750*100%);
  }

  .cv.fv_cv .merit_wrap {
    max-width: 100%;
    padding: calc(26/750*100%) 0 calc(40/750*100%);
  }

  .cv.fv_cv ul.merit {
    padding-bottom: calc(20/750*100%);
  }

  .cv.fv_cv li.merit_item01,
  .cv.fv_cv li.merit_item02 {
    max-width: calc(336/690*100%);
  }

  .cv.fv_cv li.merit_item01 {
    margin-right: calc(18/690*100%);
  }

  /** -------------------------------------------------
   * reason
   ---------------------------------------------------- **/

  .reason {
    padding: calc(65/750*100vw) 0 calc(70/750*100vw);
  }

  .reason .inner {
    max-width: calc(635/750*100vw);
  }

  .reason_ttl {
    max-width: calc(600/750*100vw);
    padding-bottom: calc(45/750*100vw);
   }

  .reason_wrap {
    padding-bottom: calc(28/750*100vw);
    display: block;
  }

  .reason_box01,
  .reason_box02,
  .reason_box03 {
    width: 100%;
    margin: 0 0 calc(18/750*100vw) 0;
    padding: calc(20/750*100vw);
    border: dotted 3px #de6f81;
    border-radius: 5px;
  }

  .reason_box_inner {
    height: 100%;
    padding: calc(40/750*100vw) 0 calc(40/750*100vw) calc(48/750*100vw);
    border-radius: 6px;
    overflow: inherit;
  }

  .reason_box_txt {
    text-align: left;
    font-feature-settings: "palt";
    font-size: min(calc(100vw*30/750), 3rem);
    line-height: 1.3;
    position: relative;
  }

  .reason_box_txt span.big160 {
    font-size: 120%;
  }

  .reason_box02 {
    border: dotted 3px #0abcbe;
  }

  .reason_box03 {
    margin: 0;
    border: dotted 3px #10256a;
  }

  .reason_box01 .reason_box_txt,
  .reason_box03 .reason_box_txt {
    padding-left: calc(160/750*100vw);
  }
  
  .reason_box01 .reason_box_txt sup {
    position: absolute;
    right: 8%;
    bottom: 28%;
  }
  
  .reason_box02 .reason_box_txt sup {
    position: absolute;
    top: 1.7rem;
    left: 16rem;
  }

  .reason_box01 .reason_box_inner .reason_img {
    width: calc(130/750*100vw);
    margin: 0 auto 0 calc(40/750*100vw);
    bottom: 0;
  }

  .reason_box02 .reason_box_inner .reason_img {
    width: calc(167/750*100vw);
    margin: 0 calc(-7/750*100vw) 0 auto;
    bottom: 20%;
  }
  
  .reason_box03 .reason_box_inner .reason_img {
    width: calc(164/750*100vw);
    margin: 0 auto 0 calc(23/750*100vw);
    bottom: -1%;
  }

  /** -------------------------------------------------
   * cost
   ---------------------------------------------------- **/

  .cost {
    padding: calc(80/750*100vw) 0 calc(70/750*100vw);
  }

  .cost_ttl {
    max-width: calc(615/750*100vw);
    padding-bottom: calc(40/750*100vw);
   }

  .cost_txt {
    text-align: left;
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.5;
  }
  .cost_img {
    max-width: calc(473/750*100vw);
    margin: calc(5/750*100vw) auto 0;
  }

  .cost_wrap {
    margin-bottom: calc(84/750*100vw);
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
  }

  .cost_box01,
  .cost_box02 {
    width: 100%;
    margin: 0 0 calc(30/750*100vw) 0;
    padding: calc(60/750*100vw) calc(45/750*100vw) calc(45/750*100vw);
    border-radius: 6px;
  }

  .cost_box02 {
    margin-bottom: 0;
  }

  .cost_box01 .cost_box_ttl,
  .cost_box02 .cost_box_ttl {
    padding: calc(40/750*100vw) 0 calc(40/750*100vw) calc(165/750*100vw);
    font-size: min(calc(100vw*45/750), 4.5rem);
  }

  .cost_box01 .cost_box_txt,
  .cost_box02 .cost_box_txt {
    padding: calc(30/750*100vw) 0 calc(32/750*100vw);
    font-size: min(calc(100vw*32/750), 3.2rem);
    letter-spacing: .05rem;
  }

  .cost_box01 .cost_graph {
    max-width: calc(586/750*100vw);
    margin: 0 auto;
  }

  .cost_box02 .cost_graph {
    max-width: calc(596/750*100vw);
    margin: 0 auto;
  }

  .cost_subttl {
    width: calc(690/750*100vw);
    padding: calc(35/750*100vw) 0 calc(35/750*100vw) calc(35/750*100vw);
    border-radius: 6px;
    font-size: min(calc(100vw*40/750), 4rem);
    letter-spacing: 0;
  }

  .cost_subttl::after {
    width: calc(230/750*100vw);
    height: calc(226/750*100vw);
    right: calc(17/750*100vw);
  }

  .cost_subttl_txt {
    padding: calc(30/750*100vw) 0 calc(20/750*100vw);
    text-align: center;
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.43;
  }

  .cost .notes_indent2em {
    max-width: 100%;
    margin: 0 auto;
  }

  /** -------------------------------------------------
   * plan
   ---------------------------------------------------- **/

  .plan {
    padding: calc(80/750*100vw) 0;
  }

  .plan_ttl {
    max-width: calc(535/750*100vw);
    margin: 0 auto;
    padding-bottom: calc(40/750*100vw);
   }

  .plan_txt {
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.43;
  }

  .plan_img {
    margin: calc(35/750*100vw) auto calc(20/750*100vw);
  }

  .plan_links {
    padding: calc(20/750*100vw) 0 0 1.4em;
    text-align: left;
    font-size: min(calc(100vw*28/750), 2.8rem);
  }

  .plan_links a {
    border-bottom: solid 1px #263d88;
  }

  .plan_links a::before {
    width: calc(32/750*100vw);
    height: calc(32/750*100vw);
  }

  /** -------------------------------------------------
   * price
   ---------------------------------------------------- **/

  .price {
    padding: calc(55/750*100vw) 0 calc(45/750*100vw);
  }

  .price_ttl {
    max-width: calc(667/750*100vw);
    padding-bottom: calc(30/750*100vw);
   }

  .price_tab li {
    border-radius: 10px 10px 0 0;
    font-size: min(calc(100vw*45/750), 4.5rem);
  }

  .price_tab_female {
    margin-right: calc(4/750*100vw);
    padding: .5em 0;
    border: solid 3px #de6f81;
    border-bottom: 0;
  }

  .price_tab_male {
    padding: .5em 0;
    border: solid 3px #0abcbe;
    border-bottom: 0;
  }

  .price_tab_female.active {
    padding: .8em 0;
  }

  .price_tab_male.active {
    padding: .8em 0;
  }

  .price_table {
    padding: calc(40/750*100vw) calc(28/750*100vw);
    display: none;
  }

  .price_table.female.active {
    border: solid 3px #de6f81;
  }

  .price_table.male.active {
    border: solid 3px #0abcbe;
  }

  .price_table_ttl {
    margin-bottom: calc(25/750*100vw);
    padding: .3em 1.2em .45em;
    font-size: min(calc(100vw*32/750), 3.2rem);
  }

  .price_table_wrap {
    border: solid 1px #dbb5b4;
    border-radius: 6px;
  }

  .price_table.male .price_table_wrap {
    border: solid 1px #b4d7db;
  }

  .price .notes_indent1em {
    margin-top: calc(30/750*100vw);
  }

  .price_table_data {
    font-size: min(calc(100vw*32/750), 3.2rem);
  }

  .price_table_data .table_header {
    font-size: min(calc(100vw*28/750), 2.8rem);
  }

  /** -------------------------------------------------
   * information
   ---------------------------------------------------- **/

  .information {
    padding: calc(110/750*100vw) 0 0;
    background-image:
      url("/lp/care/kaigo/img/information_arrow.webp"),
      url("/lp/care/kaigo/img/information_bg.webp");
    background-position:
      center top,
      center top;
    background-repeat:
      no-repeat,
      repeat;
    background-size:
      contain,
      auto auto;
  }

  .information_ttl {
    max-width: calc(513/750*100vw);
    margin: 0 auto;
    transform: translateX(calc(10/750*100vw));
   }

  .information_img {
    max-width: calc(610/750*100vw);
    margin: 0 auto;
  }

  /** -------------------------------------------------
   * service
   ---------------------------------------------------- **/

  .service {
    padding: calc(60/750*100vw) 0 calc(70/750*100vw);
    background-image: url("/lp/care/kaigo/img/service_bg_sp.webp");
    background-size: 100% calc(664/750*100vw);
  }

  .service .inner {
    max-width: calc(690/750*100vw);
  }

  .service_ttl {
    max-width: calc(544/750*100vw);
    padding-bottom: calc(45/750*100vw);
  }

  .service_wrap {
    padding: calc(70/750*100vw) calc(45/750*100vw) calc(54/750*100vw);
    border: solid 3px #de6f81;
    border-radius: 10px;
  }

  .service_wrap + .service_wrap {
    margin-top: calc(40/750*100vw);
  }

  .service_wrap_ttl {
    margin-bottom: calc(35/750*100vw);
    padding: .8em 0 .6em 3em;
    border-top: dotted 3px #de6f81;
    border-bottom: dotted 3px #de6f81;
    text-align: left;
    font-size: min(calc(100vw*44/750), 4.4rem);
    line-height: 1.36;
  }

  .service_wrap_ttl::before {
    width: calc(107/750*100vw);
    height: calc(107/750*100vw);
    top: 1em;
    left: .1em;
  }

  .service_wrap_ttl .ribbon_wrap {
    font-size: min(calc(100vw*35/750), 3.5rem);
    top: -1em;
  }

  .service_wrap_ttl .ribbon {
    width: 7.2em;
    height: calc(58/750*100vw);
    padding-bottom: .12em;
  }

  .service_wrap_ttl .ribbon::after,
  .service_wrap_ttl .ribbon::before {
    border-top: calc(29/750*100vw) solid #de6f81;
    border-bottom: calc(29/750*100vw) solid #de6f81;
  }

  .service_lead {
    margin-bottom: calc(30/750*100vw);
    text-align: left;
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.43;
  }

  .service_item_wrap {
    width: 100%;
    margin: 0 auto calc(20/750*100vw);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .service_item_box {
    width: calc(100%/2);
    margin-bottom: calc(30/750*100vw);
  }

  .service_item_img {
    width: calc(267/750*100vw);
    margin: 0 auto calc(15/750*100vw);
  }

  .service_item_txt {
    font-size: min(calc(100vw*27/750), 2.7rem);
    line-height: 1.25;
  }

  .service_wrap.service02 {
    padding-bottom: 0;
  }

  .service_wrap.service02 .service_wrap_ttl::before {
    width: calc(102/750*100vw);
    height: calc(103/750*100vw);
    top: 1em;
    left: .3em;
  }

  .service_wrap.service02 .service_lead {
    padding: 0;
  }

  .service_wrap.service02 .notes_indent1em {
    margin: 0;
    padding: 0 0 0 1em;
  }

  .service_wrap.service02 .service_item_img {
    width: calc(570/750*100vw);
    margin: 0 auto;
  }

  /** -------------------------------------------------
   * faq
   ---------------------------------------------------- **/

  .faq {
    padding: calc(80/750*100vw) 0 calc(100/750*100vw);
  }

  .faq .inner {
    max-width: calc(690/750*100vw);
  }

  .faq_ttl {
    max-width: calc(449/750*100vw);
    padding-bottom: calc(45/750*100vw);
  }

  .faq_wrap {
    border-radius: 6px;
  }

  .faq_wrap + .faq_wrap {
    margin-top: calc(24/750*100vw);
  }

  .faq_acc {
    padding: calc(35/750*100vw) calc(40/750*100vw) calc(38/750*100vw);
  }
  
  .faq_acc::before{
    width: calc(24/750*100vw);
    height: 2px;
    right:  calc(40/750*100vw);
  }

  .faq_acc::after{
    width: calc(24/750*100vw);
    height: 2px;
    right: calc(40/750*100vw);
  }

  .faq_icon {
    max-width: calc(83/750*100vw);
  }

  .faq_q_ttl {
    max-width: calc(510/750*100vw);
    padding: 0 0 0 .2em;
    font-size: min(calc(100vw*39/750), 3.9rem);
    line-height: 1.3;
  }

  .faq_acc_detail {
    margin: 0 calc(40/750*100vw);
    padding: calc(30/750*100vw) 0 calc(45/750*100vw);
    border-top: dotted 3px #de6f81;
  }

  .faq_a_txt {
    padding-bottom: calc(30/750*100vw);
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.43;
  }

  .faq_list01 li {
    margin-bottom: calc(25/750*100vw);
    padding-bottom: calc(25/750*100vw);
    padding-left: 1.5em;
    border-bottom: dotted 2px #999999;
    font-size: min(calc(100vw*32/750), 3.2rem);
    line-height: 1.43;
  }

  .faq_list01 li::before {
    font-size: 1.2em;
    left: 0;
    top: -.1em;
  }

  .faq_dotted_box {
    margin-top: calc(45/750*100vw);
    padding: calc(40/750*100vw) calc(30/750*100vw) calc(45/750*100vw);
    border: dotted 3px #94908f;
    border-radius: 3px;
  }

  .faq_detail_ttl_gray {
    margin-bottom: calc(20/750*100vw);
    padding: .3em 4.5em .4em;
    font-size: min(calc(100vw*32/750), 3.2rem);
  }
  
  .q03 .faq_detail_ttl_gray {
    padding: .2em 1em .3em;
    font-size: min(calc(100vw*37/750), 3.7rem);
  }

  .faq_list02 li {
    font-size: min(calc(100vw*24/750), 2.4rem);
  }

  .faq_detail_ttl_pink {
    margin-bottom: calc(20/750*100vw);
    padding: .3em 4.5em .4em;
    font-size: min(calc(100vw*32/750), 3.2rem);
  }

  .q03 .faq_detail_ttl_pink{
    padding: .2em 1em .3em;
    font-size: min(calc(100vw*37/750), 3.7rem);
  }
  
  .faq_detail_img_wrap {
    margin-top: calc(30/750*100vw);
    flex-wrap: wrap;
  }

  .faq_detail_img_box {
    width:  calc(227/750*100vw);
    padding: calc(10/750*100vw);
  }

  .faq_detail_img_txt {
    font-size: min(calc(100vw*28/750), 2.8rem);
  }

  .faq_pink_box {
    margin-bottom: calc(30/750*100vw);
    padding: calc(45/750*100vw) calc(35/750*100vw) calc(45/750*100vw);
  }

  .faq_gray_box {
    padding: calc(45/750*100vw) calc(35/750*100vw) calc(45/750*100vw);
  }

  .q01 .faq_pink_box {
    margin-bottom: calc(30/750*100vw);
    padding: calc(40/750*100vw) calc(30/750*100vw);
  }

  .q03 .faq_pink_box .faq_a_txt,
  .q03 .faq_gray_box .faq_a_txt {
    margin: 0;
  }

  .q03 .faq_gray_box .faq_a_txt {
    padding-bottom: 0;
  }

  .q03 .faq_pink_box .notes_indent1em {
    margin: 0;
  }

  /** -------------------------------------------------
   * step
   ---------------------------------------------------- **/

  .step {
    padding: calc(80/750*100vw) 0 calc(50/750*100vw);
    background-image: url("/lp/care/kaigo/img/step_bg_sp.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .step .inner {
    max-width: calc(690/750*100vw);
    padding: 0;
  }

  .step_ttl {
    max-width: calc(632/750*100vw);
    padding-bottom: calc(27/750*100vw);
  }

  .step_wrap {
    width: calc(660/750*100vw);
    margin: 0 auto;
  }

  .step_wrap + .step_wrap {
    margin-top: calc(67/750*100vw);
  }

  .step_wrap_ttl {
    width: 100%;
    margin-bottom: calc(30/750*100vw);
    font-feature-settings: "palt";
    font-size: min(calc(100vw*38/750), 3.8rem);
  }

  .step_mail .step_wrap_ttl {
    background-color: #de6f81;
  }

  .step_wrap_box {
    width: calc(563/750*100vw);
    margin: 0 auto;
    padding: min(calc(100vw*35/750), 35px) min(calc(100vw*60/750), 70px)  min(calc(100vw*40/750), 40px) min(calc(100vw*80/750), 80px);
    border: solid 2.5px #a8d2d2;
    border-radius: 7px;
  }

  .step_mail .step_wrap_box {
    border: solid 2.5px #e6bcc2;
  }

  .step_wrap_box + .step_wrap_box {
    margin-top: calc(30/750*100vw);
  }

  .step_wrap_box::after {
    width: calc(67/750*100vw);
    height: calc(45/750*100vw);
    bottom: calc(-47/750*100vw);
  }

  .step_wrap_box_txt {
    font-size: min(calc(100vw*40/750), 4rem);
  }

  .step_wrap_box_txt .small80 {
    display: inline-block;
  }

  .step_wrap_box_num {
    width: calc(101/750*100vw);
    left: calc(-50/750*100vw);
  }

  .step_wrap_box_icon {
    padding: calc(15/750*100vw) 0;
  }

  .step_web .step01 .step_wrap_box_icon {
    width: calc(112/750*100vw);
    right: calc(-56/750*100vw);
  }

  .step_web .step02 .step_wrap_box_icon {
    width: calc(103/750*100vw);
    right: calc(-52/750*100vw);
  }

  .step_web .step04 .step_wrap_box_icon {
    width: calc(102/750*100vw);
    right: calc(-51/750*100vw);
  }

  .step_mail .step01 .step_wrap_box_icon {
    width: calc(91/750*100vw);
    right: calc(-45/750*100vw);
  }

  .step_mail .step02 .step_wrap_box_icon {
    width: calc(103/750*100vw);
    right: calc(-52/750*100vw);
  }

  .step_mail .step04 .step_wrap_box_icon {
    width: calc(105/750*100vw);
    right: calc(-52/750*100vw);
  }

  /** -------------------------------------------------
   * footer
   ---------------------------------------------------- **/

  .footer {
    padding: 0;
  }

  .footer .inner {
    max-width: calc(690/750*100vw);
  }

  .footer_notes_wrap {
    padding-bottom: calc(80/750*100vw);
  }

  .footer_notes_ttl,
  .footer_notes_wrap .notes_indent1em li,
  .footer_notes_txt {
    font-feature-settings: "palt";
    font-size: min(calc(100vw*24/750), 2.4rem);
    line-height: 1.4;
    letter-spacing: .02em;
  }
  
  .footer_copy {
    padding: calc(45/750*100vw) 0;
    font-size: min(calc(100vw*20/750), 2rem);
  }

  /** -------------------------------------------------
   * floating_btn
   ---------------------------------------------------- **/

  .floating_btn {
    padding: calc(24/750*100vw) 0;
  }

  .floating_btn .inner {
    max-width: calc(690/750*100vw);
  }

  .floating_head {
    width: calc(450/750*100vw);
    margin: 0 auto calc(15/750*100vw);
  }

  .floating_btn_area {
    display: flex;
  }

  .floating_btn_area a {
    max-width: calc(345/750*100vw);
    padding: 0 calc(5/750*100vw);
  }

  .floating_hide {
    cursor: none;
    opacity: 0;
    pointer-events: none;
  }
}




