@charset "UTF-8";
/* Scss Document */
/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  font-display: optional;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  position: relative;
}

/* common */
.pc_hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_hide {
    display: block;
  }
}

.sp_hide {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp_hide {
    display: block;
  }
}

.red {
  color: #c7010b;
}

.yellow {
  color: #fff582;
}

.orange {
  color: #f6921d;
}

@media only screen and (min-width: 769px) {
  .inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  a img {
    transition: all 0.8s;
  }
}
@media only screen and (min-width: 769px) {
  a:hover img {
    opacity: 0.5;
  }
}

.title {
  text-align: center;
}

h3 {
  text-align: center;
}

.note p {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.note p::before {
  position: absolute;
  top: 0;
  left: 0;
}

/* header */
header {
  background: #fff;
}
header .header_inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
    padding: 12px;
  }
}
header .header_inner .logo img {
  width: 101px;
}
@media only screen and (max-width: 768px) {
  header .header_inner .logo img {
    width: 84px;
  }
}

/**/
.fv {
  background: #ecf9f3;
}
.fv .inner {
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  .fv .inner {
    padding: 12px 8px;
  }
}

/* btn_area */
.btn_area .inner {
  padding: 48px 0;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner {
    padding: 40px 16px;
  }
}
.btn_area .inner .title img {
  max-width: 684px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .title img {
    max-width: 77%;
    margin-bottom: 24px;
  }
}
.btn_area .inner .title + div {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .title + div {
    margin-bottom: 40px;
  }
}
.btn_area .inner .cta_btn_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .cta_btn_wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.btn_area .inner .contact_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.btn_area .inner .contact_wrap p:not(.tel) {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap p:not(.tel) {
    font-size: 18px;
  }
}
.btn_area .inner .contact_wrap .tel {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap .tel {
    gap: 8px;
  }
}
.btn_area .inner .contact_wrap .tel img {
  width: 77px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap .tel img {
    width: 60px;
  }
}
.btn_area .inner .contact_wrap .tel p {
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap .tel p {
    font-size: 29px;
  }
}
@media only screen and (min-width: 769px) {
  .btn_area .inner .contact_wrap .tel p a {
    pointer-events: none;
  }
}
.btn_area .inner .contact_wrap + p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .contact_wrap + p {
    margin-top: 18px;
  }
}
.btn_area .inner .hours {
  text-align: center;
}
.btn_area .inner .important_points {
  margin-top: 96px;
  border: solid #aeaeae 1px;
  background: #fff;
  padding: 33px 40px;
}
@media only screen and (max-width: 768px) {
  .btn_area .inner .important_points {
    margin-top: 39px;
    padding: 25px 15px;
  }
}
.btn_area .inner .important_points .attention {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.btn_area .inner .important_points .attention .caution {
  width: 23px;
  height: 20px;
}
.btn_area .inner .important_points .text {
  color: #6d6d6d;
  line-height: 1.6;
}

/*公的介護保険のしくみ*/
.content01 {
  background: #ecf9f3;
}
.content01 .inner {
  padding: 96px 0 32px;
}
@media only screen and (max-width: 768px) {
  .content01 .inner {
    padding: 39px 16px 20px 16px;
  }
}
.content01 .title {
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .content01 .title {
    margin-bottom: 39px;
  }
}
.content01 .title img {
  max-width: 724px;
}
@media only screen and (max-width: 768px) {
  .content01 .title img {
    max-width: 87%;
  }
}
.content01 .main_wrap {
  background: #fff;
  border-radius: 16px;
  padding: 30px 48px;
}
@media only screen and (max-width: 768px) {
  .content01 .main_wrap {
    padding: 30px 16px;
  }
}
.content01 .main_wrap h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content01 .main_wrap h3 {
    margin-bottom: 23px;
  }
}
.content01 .main_wrap h3 img {
  max-width: 525px;
}
@media only screen and (max-width: 768px) {
  .content01 .main_wrap h3 img {
    max-width: 240px;
  }
}
.content01 .main_wrap ul li p {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  color: #4c4948;
}
.content01 .main_wrap ul li p::before {
  position: absolute;
  content: "●";
  color: #ffb066;
  top: 0;
  left: 0;
}
.content01 .main_wrap ul li p .underline {
  background: linear-gradient(transparent 70%, #fff582 70%, #fff582 95%, transparent 95%);
}
.content01 .main_wrap ul + div {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content01 .main_wrap ul + div {
    margin-top: 25px;
  }
}
.content01 .image_bottom {
  text-align: center;
}
.content01 .image_bottom img {
  max-width: 705px;
}
@media only screen and (max-width: 768px) {
  .content01 .image_bottom img {
    max-width: 94%;
  }
}

/*公的介護保険以外の備え*/
.content02 .inner {
  padding: 96px 0;
}
@media only screen and (max-width: 768px) {
  .content02 .inner {
    padding: 40px 8px;
  }
}
.content02 .title img {
  max-width: 882px;
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .content02 .title img {
    max-width: 93%;
    margin-bottom: 30px;
  }
}
.content02 .main_wrap .cost {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost {
    padding: 0 8px;
  }
}
.content02 .main_wrap .cost_primary {
  position: relative;
  background: #fffdef;
  padding: 44px 48px 35px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary {
    padding: 32px 16px 25px;
  }
}
.content02 .main_wrap .cost_primary h3 {
  text-align: center;
  margin-bottom: 23px;
}
.content02 .main_wrap .cost_primary h3 img {
  max-width: 405px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary h3 img {
    max-width: 255px;
  }
}
.content02 .main_wrap .cost_primary .example_title {
  text-align: center;
  background: #00a672;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 7px 0 6px;
  border-radius: 50px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary .example_title {
    margin-bottom: 12px;
  }
}
.content02 .main_wrap .cost_primary ul {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary ul {
    flex-direction: column;
    gap: 12px;
  }
}
.content02 .main_wrap .cost_primary ul + div {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary ul + div {
    margin-top: 14px;
  }
}
.content02 .main_wrap .cost_primary .note p {
  color: #4c4948;
}
.content02 .main_wrap .cost_primary .note p::before {
  content: "●";
}
.content02 .main_wrap .cost_primary::after {
  position: absolute;
  content: "";
  background: #fffdef;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 100%;
  left: 0;
  width: 100%;
  height: 73px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_primary::after {
    height: 26px;
  }
}
.content02 .main_wrap .cost_youshienplus {
  position: relative;
  background: #ecf9f3;
  padding: 113px 48px 58px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus {
    padding: 58px 16px 32px;
  }
}
@media only screen and (min-width: 769px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap {
    display: flex;
    align-items: flex-end;
    gap: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top {
    width: 541px;
    min-width: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top {
    position: static;
    z-index: 1;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top h3 {
    text-align: left;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top h3 {
    margin-bottom: 16px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top h3 img {
  max-width: 467px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top h3 img {
    max-width: 228px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .case {
  background: #00a672;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 4px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .case {
    font-size: 16px;
    padding: 4px 0 3px;
  }
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .case .mark {
    font-size: 14px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .case + div {
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .case + div {
    margin-top: 16px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap {
  display: flex;
  gap: 14px;
}
@media only screen and (min-width: 769px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap {
    flex-direction: column;
    gap: 13px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap .detail {
  color: #4c4948;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap .detail {
    width: 161px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap .detail span {
  display: block;
  text-align: center;
}
.content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap .detail span:nth-of-type(2) {
  width: 100%;
  margin-top: 3px;
  border: #4c4948 solid 1px;
  background: #fff;
  padding: 2px 0 1px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .top .price_wrap .price img {
    max-width: 194px;
  }
}
.content02 .main_wrap .cost_youshienplus .top_wrap .image_people {
  max-width: calc(38% - 30px);
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .top_wrap .image_people {
    position: absolute;
    content: "";
    top: 270px;
    right: 16px;
    width: 110px;
    height: 112px;
    z-index: 0;
  }
}
.content02 .main_wrap .cost_youshienplus .note {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus .note {
    margin-top: 20px;
  }
}
.content02 .main_wrap .cost_youshienplus .note p {
  padding-left: 2em;
}
.content02 .main_wrap .cost_youshienplus .note p.first::before {
  content: "※1";
}
.content02 .main_wrap .cost_youshienplus .note p.second::before {
  content: "※2";
}
.content02 .main_wrap .cost_youshienplus + div {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost_youshienplus + div {
    margin-top: 24px;
  }
}
.content02 .main_wrap .cost .accordion {
  cursor: pointer;
  width: 100%;
  background: url(../image/content02_accordion_off_pc.png) no-repeat center/contain;
  height: 89px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost .accordion {
    background: url(../image/content02_accordion_off_sp.png) no-repeat center/contain;
    height: 13vw;
  }
}
.content02 .main_wrap .cost .accordion.open {
  background: url(../image/content02_accordion_on_pc.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost .accordion.open {
    background: url(../image/content02_accordion_on_sp.png) no-repeat center/contain;
  }
}
.content02 .main_wrap .cost .accordion_box {
  display: none;
  background: #fffdef;
  padding: 30px 48px 39px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost .accordion_box {
    padding: 15px 8px 25px;
  }
}
.content02 .main_wrap .cost .accordion_box .top_text {
  font-weight: 600;
}
.content02 .main_wrap .cost .accordion_box .image {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost .accordion_box .image {
    margin: 15px 0;
  }
}
.content02 .main_wrap .cost .accordion_box .note p {
  line-height: 1.25;
}
.content02 .main_wrap .cost .accordion_box .note p::before {
  content: "※";
}
.content02 .main_wrap .cost .note_point {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .content02 .main_wrap .cost .note_point {
    margin-top: 15px;
  }
}
.content02 .main_wrap .cost .note_point ul li p {
  position: relative;
  padding-left: 1em;
}
.content02 .main_wrap .cost .note_point ul li p::before {
  position: absolute;
  top: 0;
  left: 0;
}
.content02 .main_wrap .cost .note_point ul li:first-child p::before {
  content: "①";
}
.content02 .main_wrap .cost .note_point ul li:nth-child(2) p::before {
  content: "②";
}
.content02 .main_wrap .cost .note_point ul li:nth-child(3) p::before {
  content: "③";
}
.content02 .main_wrap .cost .note_point ul li:nth-child(4) p::before {
  content: "④";
}
.content02 .main_wrap .cost .note_point ul li:nth-child(5) p::before {
  content: "⑤";
}

/*資料請求後の流れ*/
.content03 {
  background: #ecf9f3;
}
.content03 .inner {
  padding: 57px 0;
}
@media only screen and (max-width: 768px) {
  .content03 .inner {
    padding: 32px 16px 40px;
  }
}
.content03 .title {
  margin-bottom: 47px;
}
@media only screen and (max-width: 768px) {
  .content03 .title {
    margin-bottom: 31px;
  }
}
.content03 .title img {
  max-width: 412px;
}
@media only screen and (max-width: 768px) {
  .content03 .title img {
    max-width: 80%;
  }
}

/**/
footer {
  background: #00a672;
}

.footer_text {
  color: #fff;
  font-size: 14px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 0;
}
@media only screen and (min-width: 769px) {
  .footer_text {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .footer_text {
    font-size: 12px;
    padding: 20px 10px 15px 8px;
  }
}
.footer_text .copyright {
  text-align: left;
}
.footer_text .number {
  text-align: right;
}

/**/
.nav {
  position: fixed;
  right: 0;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .nav {
    top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
}
.nav .side_nav {
  display: flex;
  flex-direction: column;
  width: 70px;
}
.nav .bottom_nav {
  display: flex;
  width: 100%;
}/*# sourceMappingURL=style.css.map */