@charset "UTF-8";
/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q::after,
q::before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #333;
  font-display: swap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  word-wrap: break-word;
}

#wrapper {
  overflow: hidden;
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  header
--------------------------------------------------- */
.lp-header {
  align-items: center;
  display: flex;
  height: 55px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .lp-header {
    margin: 0 auto;
    width: 990px;
  }
}

.lp-header__logo {
  margin-left: 12px;
  width: 64.87%;
}
.lp-header__logo img {
  max-height: 32px;
}
@media screen and (min-width: 768px) {
  .lp-header__logo img {
    margin-top: 4px;
    max-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-header__logo img {
    margin-top: 8px;
    max-height: 42px;
  }
}

.lp-header__entry-btn {
  width: 29.48%;
}
@media screen and (min-width: 768px) {
  .lp-header__entry-btn {
    margin-right: 12px;
    width: 200px;
  }
}
.lp-header__entry-btn a {
  align-items: center;
  background-color: #f26d00;
  border-radius: 0 0 0 6px;
  color: #fff;
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  font-weight: 700;
  height: 55px;
  line-height: 1.3;
  padding-left: 15%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-header__entry-btn a {
    border-radius: 0 0 6px 6px;
    font-size: 1.8rem;
  }
}
.lp-header__entry-btn a::before {
  background-image: url(../images/lp_icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  margin-right: 6px;
  width: 16px;
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  footer
--------------------------------------------------- */
.site-footer {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin: 0;
    padding: 15px 0 0;
  }
}

.site-info {
  background-color: #fff;
  border-top: 2px solid #fdd23e;
  color: #999;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-info {
    font-size: 1rem;
    padding: 12px 0;
  }
  .site-info span {
    display: block;
  }
}

/* ページトップへ
---------------------------------------------------- */
#pagetop {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  #pagetop {
    bottom: 40px;
    right: 40px;
  }
}

a.btn-totop {
  align-items: center;
  background: #fdd23e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
}
@media screen and (min-width: 1025px) {
  a.btn-totop {
    height: 60px;
    opacity: 0.7;
    width: 60px;
  }
  a.btn-totop:hover {
    opacity: 1;
  }
}
a.btn-totop .totop-txt {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 1025px) {
  a.btn-totop .totop-txt {
    font-size: 1rem;
  }
}
a.btn-totop img {
  display: block;
  margin: 12px auto 6px;
  width: 16px;
}
@media screen and (min-width: 1025px) {
  a.btn-totop img {
    margin: 15px auto 8px;
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  a.btn-totop:hover {
    color: #fff;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  common
--------------------------------------------------- */
a {
  color: #2f8faf;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.blinking {
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
.bnr-iwaikin {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bnr-iwaikin {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .bnr-iwaikin {
    margin-top: 60px;
  }
}
.bnr-iwaikin img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .bnr-iwaikin img {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .bnr-iwaikin img {
    width: 580px;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  five
--------------------------------------------------- */
.five {
  padding: 50px 0 120px;
  position: relative;
  background-color: #fff7df;
  background-image: linear-gradient(#fef1c5 1px, transparent 0), linear-gradient(90deg, #fef1c5 1px, transparent 0);
  background-size: 14px 14px;
}
@media screen and (min-width: 768px) {
  .five {
    background-size: 18px 18px;
  }
}
@media screen and (min-width: 1025px) {
  .five {
    padding: 60px 0 160px;
  }
}

.five__ttl {
  text-align: center;
}
.five__ttl img {
  width: 44%;
}
@media screen and (min-width: 768px) {
  .five__ttl img {
    width: 36%;
  }
}
@media screen and (min-width: 1025px) {
  .five__ttl img {
    width: 280px;
  }
}

ul.five__point-list {
  margin: 0 auto;
  padding-top: 1em;
  width: 90%;
}
@media screen and (min-width: 768px) {
  ul.five__point-list {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  ul.five__point-list {
    padding-top: 1.5em;
    width: 560px;
  }
}
ul.five__point-list li {
  background-color: #fff;
  border: 1px solid #fdd23e;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0.9em 0 1em;
}
@media screen and (min-width: 1025px) {
  ul.five__point-list li {
    padding: 1em 0 1.2em;
  }
}

dl.five__point-item {
  align-items: center;
  display: flex;
}
dl.five__point-item dt {
  margin: 0 4%;
  width: 9.1%;
}
@media screen and (min-width: 768px) {
  dl.five__point-item dt {
    margin: 0 5%;
    width: 8%;
  }
}
@media screen and (min-width: 1025px) {
  dl.five__point-item dt {
    width: 48px;
  }
}
dl.five__point-item dd {
  flex: 1;
  font-feature-settings: "palt" 1;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  dl.five__point-item dd {
    font-size: 2.8vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  dl.five__point-item dd {
    font-size: 2.4rem;
  }
}
dl.five__point-item dd strong {
  border-bottom: 2px solid #f26d00;
  color: #f26d00;
  font-size: 5.2vw;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  dl.five__point-item dd strong {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.five__point-item dd strong {
    font-size: 3rem;
  }
}

.five__person,
.five__kirakira {
  position: absolute;
}

.five__person {
  bottom: 0;
  right: -2%;
  width: 35%;
}
@media screen and (min-width: 1025px) {
  .five__person {
    left: 62%;
    right: auto;
  }
}

.five__kirakira {
  bottom: 30px;
  left: 50px;
  width: 140px;
}
@media screen and (min-width: 1025px) {
  .five__kirakira {
    left: calc(50% - 180px);
    width: 180px;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  flow
--------------------------------------------------- */
.flow {
  background-color: #fff7df;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .flow {
    padding: 60px 0;
  }
}

.flow__ttl {
  text-align: center;
}
.flow__ttl img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .flow__ttl img {
    width: 340px;
  }
}

ul.flow__list {
  margin: 0 auto;
  width: 72%;
}
@media screen and (min-width: 768px) {
  ul.flow__list {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  ul.flow__list {
    width: 990px;
  }
}
ul.flow__list li {
  margin-top: 6.6em;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.flow__list li {
    margin-top: 5.5em;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  ul.flow__list li {
    margin-top: 6.6em;
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  ul.flow__list li:first-child {
    margin-top: 5em;
  }
}
ul.flow__list li::after {
  background-image: url(../images/lp_step_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  width: 30px;
}
@media screen and (max-width: 767px) {
  ul.flow__list li::after {
    bottom: -50px;
    left: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  ul.flow__list li::after {
    height: 30px;
    right: -28px;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
    width: 20px;
  }
}
@media screen and (min-width: 1025px) {
  ul.flow__list li::after {
    height: 40px;
    right: -48px;
    top: calc(50% - 15px);
    width: 30px;
  }
}
ul.flow__list li:last-child::after {
  display: none;
}

dl.flow__item {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  dl.flow__item {
    height: 220px;
  }
}
@media screen and (min-width: 1025px) {
  dl.flow__item {
    height: 230px;
  }
}
dl.flow__item dt {
  text-align: center;
}
dl.flow__item dt img {
  margin-top: -2.5em;
  width: 36px;
}
dl.flow__item dd {
  padding: 0.75em 2em 1.5em;
}
@media screen and (min-width: 768px) {
  dl.flow__item dd {
    padding: 0.75em 1.5em 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.flow__item dd {
    padding: 1em 2.5em 2.2em;
  }
}
dl.flow__item dd h3 {
  border-bottom: 4px dotted #fdd23e;
  color: #603813;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 0.4em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  dl.flow__item dd h3 {
    font-size: 2rem;
  }
}
dl.flow__item dd p {
  line-height: 1.7;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  dl.flow__item dd p {
    font-size: 1.6rem;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  form
--------------------------------------------------- */
.form {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .form {
    margin: 0 auto;
    padding: 60px 0;
  }
}

.form__ttl {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .form__ttl {
    width: 740px;
  }
}
.form__ttl img {
  width: 36%;
}
@media screen and (min-width: 768px) {
  .form__ttl img {
    width: 200px;
  }
}
.form__ttl::before, .form__ttl::after {
  border-bottom: 4px dotted #fdd23e;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: calc(50% - 5px);
  width: 28%;
}
@media screen and (min-width: 768px) {
  .form__ttl::before, .form__ttl::after {
    width: 32%;
  }
}
.form__ttl::before {
  left: 0;
}
.form__ttl::after {
  right: 0;
}

table.form {
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  margin: 2em auto 0;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  table.form {
    width: 740px;
  }
}
table.form th,
table.form td {
  border-right: 2px solid #e6e6e6;
  display: block;
  line-height: 1.6;
  padding: 0.75em;
}
@media screen and (min-width: 768px) {
  table.form th,
  table.form td {
    display: table-cell;
  }
}
table.form th {
  background-color: #fbf7ee;
  color: #603813;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5em 0.75em;
}
@media screen and (min-width: 768px) {
  table.form th {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.75em;
    width: 24%;
  }
}
table.form td {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  table.form td {
    font-size: 1.6rem;
  }
}

span.required {
  background-color: #f00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  height: 18px;
  line-height: 1.42;
  margin-left: 10px;
  padding: 0 0.5em;
}

input.form-input,
input.form-tel,
textarea.form-textarea {
  border: 1px solid #e6e6e6;
  font-size: 1.6rem;
  padding: 0.2em;
}

input.form-input,
textarea.form-textarea {
  width: 100%;
}

span.vertical-item {
  display: block;
  margin: 0.1em 0;
}

span.horizontal-item {
  margin-right: 20px;
}

.btn-submit {
  margin: 2em auto 0;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .btn-submit {
    width: 740px;
  }
}

span.error {
  color: #f00;
  display: block;
  font-size: 1.4rem;
}

input.form-btn {
  background-image: linear-gradient(to bottom, #f89a27 0%, #f26d00 100%);
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0.5em;
  text-shadow: 1px 1px 3px rgba(163, 44, 0, 0.5);
  transition: all 0.3s ease;
  width: 54%;
}
@media screen and (min-width: 768px) {
  input.form-btn {
    font-size: 2.4rem;
    width: 220px;
  }
}
input.form-btn:hover {
  background-image: linear-gradient(to bottom, #f88527 0%, #f24d00 100%);
}

.lp section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .lp section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .lp section {
    padding: 60px 0;
  }
}

.form-message {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .form-message {
    width: 740px;
  }
}
.form-message p {
  line-height: 1.8;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .form-message p {
    line-height: 1.6;
  }
}
.form-message p.error, .form-message p.confirm, .form-message p.complete {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.form-message p.error::before, .form-message p.confirm::before, .form-message p.complete::before {
  color: #f00;
  content: "\f071";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.form-message p.error {
  background-color: #fff0f0;
}
.form-message p.confirm {
  background-color: #fff7df;
}
.form-message p.confirm::before {
  color: #fdd23e;
}
.form-message p.complete {
  background-color: #e6f6e5;
}
.form-message p.complete::before {
  color: #319f2c;
  content: "\f058";
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  fv
--------------------------------------------------- */
.lp-fv {
  background-color: #fdd23e;
  margin-top: 3px;
  padding-top: 121.28%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-fv {
    margin-top: 6px;
    padding-top: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-fv {
    height: 500px;
    margin-top: 10px;
    padding-top: 0;
  }
}

ul.lp-fv__label,
.lp-fv__ttl,
.lp-fv__person-small,
.lp-fv__bosyu,
.lp-fv__person-big {
  position: absolute;
}

ul.lp-fv__label {
  align-items: center;
  display: flex;
  height: 14.79%;
  justify-content: space-between;
  left: 3%;
  top: 4%;
  width: 94%;
}
@media screen and (min-width: 768px) {
  ul.lp-fv__label {
    height: 12%;
    left: 6%;
    width: 88%;
  }
}
@media screen and (min-width: 1025px) {
  ul.lp-fv__label {
    height: 16%;
    left: calc(50% - 350px);
    width: 680px;
  }
}
ul.lp-fv__label li {
  background-color: #fff;
  border: 2px solid #f26d00;
  border-radius: 10px;
  display: block;
  font-size: 5vw;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.lp-fv__label li {
    font-size: 3rem;
  }
}
ul.lp-fv__label li:first-child {
  width: 45.94%;
}
@media screen and (min-width: 768px) {
  ul.lp-fv__label li:first-child {
    width: 35%;
  }
}
ul.lp-fv__label li:last-child {
  width: 51.35%;
}
@media screen and (min-width: 768px) {
  ul.lp-fv__label li:last-child {
    width: 62%;
  }
}
ul.lp-fv__label li::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.lp-fv__label li div {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
ul.lp-fv__label li strong {
  color: #f26d00;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  ul.lp-fv__label li strong {
    font-size: 3.6rem;
  }
}

.lp-fv__ttl {
  left: 7.25%;
  top: 22.51%;
  width: 85.5%;
}
@media screen and (min-width: 768px) {
  .lp-fv__ttl {
    left: 4%;
    top: 20%;
    width: 69%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-fv__ttl {
    left: calc(50% - 350px);
    top: 29%;
    width: 520px;
  }
}

.lp-fv__person-small {
  left: 43.58%;
  top: 58.77%;
  width: 25.64%;
}
@media screen and (min-width: 768px) {
  .lp-fv__person-small {
    left: 39%;
    top: 59%;
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-fv__person-small {
    left: calc(50% + 170px);
    top: 28%;
    width: 160px;
  }
}
.lp-fv__person-small img {
  border-radius: 50%;
}

.lp-fv__bosyu {
  left: 4.48%;
  top: 59.61%;
  width: 43.33%;
}
@media screen and (min-width: 768px) {
  .lp-fv__bosyu {
    left: 4%;
    top: 60%;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-fv__bosyu {
    left: calc(50% - 520px);
    top: 55%;
    width: 200px;
  }
}

.lp-fv__person-big {
  bottom: 0;
  right: -5%;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .lp-fv__person-big {
    right: -6%;
    width: 56.5%;
  }
}
@media screen and (min-width: 1025px) {
  .lp-fv__person-big {
    left: 61%;
    right: auto;
    width: 460px;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  lifestyle
--------------------------------------------------- */
.lifestyle {
  padding-top: 40px;
}
.lifestyle p {
  font-feature-settings: "palt" 1;
  font-size: 4.1vw;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lifestyle p {
    font-size: 1.8rem;
  }
}
.lifestyle p strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
  color: #f26d00;
  font-size: 4.8vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lifestyle p strong {
    font-size: 2.2rem;
  }
}
.lifestyle p + p {
  padding-top: 3em;
}

figure.lifestyle__img {
  background-color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  padding: 5px;
}

.lifestyle__img-01 {
  background-image: url(../images/lp_lifestyle_circle_01.png);
  background-position: -12% top;
  background-repeat: no-repeat;
  background-size: 82%;
  padding: 3.5em 0;
}
@media screen and (min-width: 768px) {
  .lifestyle__img-01 {
    background-size: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .lifestyle__img-01 {
    background-position: 27% top;
    background-size: contain;
  }
}
.lifestyle__img-01 figure.lifestyle__img {
  margin: 0 15% 0 auto;
  transform: rotate(5deg);
  width: 46%;
}
@media screen and (min-width: 768px) {
  .lifestyle__img-01 figure.lifestyle__img {
    margin: 0 30% 0 auto;
    width: 340px;
  }
}

.lifestyle__img-02 {
  background-image: url(../images/lp_lifestyle_circle_02.png);
  background-position: 103% bottom;
  background-repeat: no-repeat;
  background-size: 43%;
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .lifestyle__img-02 {
    background-position: 65% bottom;
    background-size: 23%;
  }
}
.lifestyle__img-02 figure.lifestyle__img {
  margin: 0 auto 0 15%;
  transform: rotate(-5deg);
  width: 46%;
}
@media screen and (min-width: 768px) {
  .lifestyle__img-02 figure.lifestyle__img {
    margin: 0 auto 0 25%;
    width: 340px;
  }
}

.lifestyle__img-03 {
  background-image: url(../images/lp_lifestyle_circle_03.png);
  background-position: 108% bottom;
  background-repeat: no-repeat;
  background-size: 90%;
  padding: 3em 0 2em;
}
.lifestyle__img-03 figure.lifestyle__img {
  margin: 0 auto;
  transform: rotate(5deg);
  width: 44%;
}
@media screen and (min-width: 768px) {
  .lifestyle__img-03 figure.lifestyle__img {
    width: 350px;
  }
}

/*
Theme Name: りゅうじん訪問看護 LP
Author: Design Factory CUE
Version: 2023.10.03
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  recruit
--------------------------------------------------- */
.recruit {
  margin-top: 40px;
  padding: 40px 0;
  background-image: linear-gradient(#f7f7f7 1px, transparent 0), linear-gradient(90deg, #f7f7f7 1px, transparent 0);
  background-size: 14px 14px;
}
@media screen and (min-width: 768px) {
  .recruit {
    background-size: 18px 18px;
  }
}
@media screen and (min-width: 768px) {
  .recruit {
    margin-top: 50px;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .recruit {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.recruit__ttl {
  text-align: center;
}
.recruit__ttl img {
  width: 42%;
}
@media screen and (min-width: 768px) {
  .recruit__ttl img {
    width: 240px;
  }
}

table.recruit__hyo {
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  margin: 2em auto 0;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  table.recruit__hyo {
    width: 780px;
  }
}
table.recruit__hyo th,
table.recruit__hyo td {
  border-right: 2px solid #e6e6e6;
  display: block;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.recruit__hyo th,
  table.recruit__hyo td {
    display: table-cell;
    font-size: 1.6rem;
  }
}
table.recruit__hyo th {
  background-color: #fbf7ee;
  color: #603813;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.6em 1.2em;
}
@media screen and (min-width: 768px) {
  table.recruit__hyo th {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  table.recruit__hyo th {
    width: 21%;
  }
}
table.recruit__hyo td {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.7em 1.2em;
}
@media screen and (min-width: 1025px) {
  table.recruit__hyo td {
    padding: 1em 1.4em;
  }
}
table.recruit__hyo td p {
  line-height: 1.7;
}
table.recruit__hyo td p + p,
table.recruit__hyo td p + ul.kome-list,
table.recruit__hyo td p + ul.dot-list {
  padding-top: 1em;
}
table.recruit__hyo td ul.kome-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
  color: #666;
  font-size: 1.2rem;
}
table.recruit__hyo td ul.kome-list li::before {
  content: "※";
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  table.recruit__hyo td ul.kome-list li {
    font-size: 1.4rem;
  }
}
table.recruit__hyo td ul.dot-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
table.recruit__hyo td ul.dot-list li::before {
  content: "・";
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 0.1em;
}
table.recruit__hyo tr:last-child td {
  border-bottom: none;
}

.recruit__hyo-column {
  background-color: #fffaec;
  border-radius: 10px;
  margin: 1em 0 0.5em;
  padding: 0.8em 1.2em;
}
.recruit__hyo-column p strong {
  color: #f26d00;
  display: block;
  font-size: 3.7vw;
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit__hyo-column p strong {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=maps/lp_style.css.map */
