@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  color: #231815;
  text-decoration: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: #231815;
  text-decoration: none;
}

html, body {
  font-size: 14px;
}
@media (max-width: 756px) {
  html, body {
    font-size: 3.6vw;
  }
}

body {
  color: #231815;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.14;
  text-align: center;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

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

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

b, strong, fontBold {
  font-weight: 700;
}

/* reset ------------------------------ */
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
header, footer, section,
tr, th, td,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img, table {
  border: none;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

li img,
dt img {
  vertical-align: bottom;
}

/* textlink ------------------------------ */
a,
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #231815;
  text-decoration: none;
}

a:hover {
  color: #DA5B6A;
}

a:hover img,
input[type=submit]:hover,
input[type=image]:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*color
-----------------------------------------------*/
.green {
  color: #009944 !important;
}

.blue {
  color: #0599D9 !important;
}

.pink {
  color: #DA5B6A !important;
}

.gray {
  color: #727171 !important;
}

/*font-size
-----------------------------------------------*/
.fs12 {
  font-size: 0.86rem !important;
}

.fs14 {
  font-size: 1rem !important;
}

.fs15 {
  font-size: 1.07rem !important;
}

.fs16 {
  font-size: 1.14rem !important;
}

.fs17 {
  font-size: 1.21rem !important;
}

.fs18 {
  font-size: 1.29rem !important;
}

.fs20 {
  font-size: 1.43rem !important;
}

.fs21 {
  font-size: 1.5rem !important;
}

.fs22 {
  font-size: 1.57rem !important;
}

.fs23 {
  font-size: 1.64em !important;
}

.fs24 {
  font-size: 1.71rem !important;
}

.fs25 {
  font-size: 1.77rem !important;
}

.fs30 {
  font-size: 2.14rem !important;
}

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important;
}

.bot010px {
  margin-bottom: 10px !important;
}

.bot015px {
  margin-bottom: 15px !important;
}

.bot020px {
  margin-bottom: 20px !important;
}

.bot025px {
  margin-bottom: 25px !important;
}

.bot030px {
  margin-bottom: 30px !important;
}

.bot035px {
  margin-bottom: 35px !important;
}

.bot040px {
  margin-bottom: 40px !important;
}

.bot045px {
  margin-bottom: 45px !important;
}

.bot050px {
  margin-bottom: 50px !important;
}

.bot060px {
  margin-bottom: 60px !important;
}

.bot070px {
  margin-bottom: 70px !important;
}

.bot100px {
  margin-bottom: 100px !important;
}

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important;
}

.alcenter {
  text-align: center !important;
}

.alleft {
  text-align: left !important;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover img,
  input[type=submit]:hover,
  input[type=image]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* ----------------------- iOS用フォームのリセット ------- */
  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus,
  input[type=button]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + label {
    background: #ff0000;
  }
}
.forpc {
  display: block;
}

.forsp {
  display: none;
}

.forpcinline {
  display: inline;
}

.forspinline {
  display: none;
}

.subContents {
  width: 1010px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 756px) {
  .subContents {
    width: 100vw;
    min-width: initial;
    padding: 0 5vw;
  }
}

.subContents .inner {
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 756px) {
  .subContents .inner {
    width: 100%;
  }
}
.h-type01 {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 70px;
}
.h-type01 span {
  font-size: 2.14rem;
}

@media screen and (max-width: 756px) {
  .h-type01 {
    margin: 0 0 10vw;
  }
}
.h-type02 {
  color: #DA5B6A;
  font-size: 2.14rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 20px;
}

@media screen and (max-width: 756px) {
  .h-type02 {
    margin: 0 0 6vw;
  }
}
.b-type01 {
  color: #fff;
  text-align: center;
  background: #DA5B6A;
  border-radius: 50vh;
  margin: 0 auto;
  padding: 2px 0;
  display: inline-block;
}
.b-type01:hover {
  color: #fff;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.symbol {
  padding: 55px 0 0 0;
  position: relative;
}
.symbol::before {
  content: "";
  width: 49px;
  height: 23px;
  background: url(../images/common/s_01.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.symbol.symbol-w::before {
  background-image: url(../images/common/s_01-w.svg);
}

.disclist li {
  list-style: disc;
  margin-left: 20px;
}

.numlist li {
  list-style: numeric;
  margin-left: 20px;
}

span.marker {
  background-color: #f8ffcb;
}

.linkarea,
.linkarea a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.linkarea:hover {
  opacity: 0.7;
}

html, body {
  position: relative;
}

header {
  text-align: center;
  padding: 30px 0;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo {
  width: 205px;
}
header .inner .logo img {
  width: 100%;
}
header .inner .menus .yumegroup {
  font-size: 0.72rem;
  margin-bottom: 5px;
}
header .inner .menus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .inner .menus ul li {
  text-align: center;
  line-height: 1.2;
  margin-left: 30px;
}
header .inner .menus ul li span {
  font-size: 0.72rem;
}

footer {
  padding: 80px 0;
}
footer .footer1 {
  border-top: solid 1px #DA5B6A;
  border-bottom: solid 1px #DA5B6A;
  padding: 80px 0;
}
footer .footer1 .subContents {
  padding: 0 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer1 .subContents .left {
  width: 450px;
  margin: 0 80px 0 0;
}
footer .footer1 .subContents .left .logo {
  margin-bottom: 20px;
}
footer .footer1 .subContents .left .address {
  margin: 0 0 20px;
}
footer .footer1 .subContents .right {
  border-left: solid 1px #231815;
  margin: 20px 0 0 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer1 .subContents .right h3 {
  margin: 0 2em 0 0;
}
footer .footer1 .subContents .right dl dd {
  margin: 0 0 0 1em;
  position: relative;
}
footer .footer1 .subContents .right dl dd::before {
  content: "└　";
}
footer .footer2 {
  background: #DA5B6A;
}
footer .footer2 p {
  color: #fff;
  font-size: 0.86rem;
  text-align: center;
  padding: 5px 0;
}
footer .copyright {
  font-size: 0.86rem;
  padding: 30px 0;
}

@media screen and (max-width: 756px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .forpcinline {
    display: none;
  }
  .forspinline {
    display: inline;
  }
  img {
    width: 100%;
  }
  header {
    text-align: center;
    padding: 5vw 0;
  }
  header .inner {
    display: block;
    position: relative;
  }
  header .inner .logo {
    width: 60vw;
  }
  header .inner .logo img {
    width: 100%;
  }
  header .inner #menuBtn {
    width: 10vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .inner .menus {
    width: 100vw;
    height: 0;
    background: #fff;
    margin: 0 -5vw;
    padding: 5vw;
    display: block;
    position: absolute;
    top: -60vh;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .inner .menus.opened {
    top: 12vw;
    height: 100vh;
    opacity: 1;
  }
  header .inner .menus .yumegroup {
    font-size: 0.72rem;
    margin-bottom: 5px;
  }
  header .inner .menus ul {
    display: block;
  }
  header .inner .menus ul li {
    text-align: center;
    line-height: 2;
    margin-left: 0;
  }
  header .inner .menus ul li a {
    border-bottom: solid 1px #ddd;
    padding: 3vw 0;
    display: block;
  }
  header .inner .menus ul li br {
    display: none;
  }
  header .inner .menus ul li span {
    margin-left: 1rem;
  }
  footer {
    padding: 15vw 0 0;
  }
  footer .footer1 {
    padding: 10vw 0;
  }
  footer .footer1 .subContents {
    padding: 0 5vw;
    display: block;
  }
  footer .footer1 .subContents .left {
    width: 100%;
    margin: 0 0 5vw;
  }
  footer .footer1 .subContents .left .logo {
    width: 50vw;
    margin: 0 auto 5vw;
  }
  footer .footer1 .subContents .left .logo img {
    width: 100%;
  }
  footer .footer1 .subContents .left .address {
    text-align: center;
    margin: 0 0 4vw;
  }
  footer .footer1 .subContents .left ul li a {
    border-bottom: solid 1px #ddd;
    padding: 0 4vw;
    display: block;
  }
  footer .footer1 .subContents .right {
    border-left: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  footer .footer1 .subContents .right h3 {
    font-size: 1.14rem;
    margin: 0 0 2vw;
  }
  footer .footer1 .subContents .right dl dt {
    border-top: solid 1px #ddd;
    padding-top: 3vw;
  }
  footer .footer1 .subContents .right dl dd a::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: solid 1px #231815;
    border-bottom: solid 1px #231815;
    position: absolute;
    top: 0.25em;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer .copyright {
    padding: 6vw 0;
  }
}
/* ----------------------- accessibility -------------- */
#sec-accessibility {
  padding: 80px 0;
}
#sec-accessibility .inner2 {
  width: 828px;
  margin: 0 auto;
}
#sec-accessibility .inner2 .honbun {
  padding: 55px 0 0 0;
}
#sec-accessibility .inner2 .honbun h3 {
  color: #DA5B6A;
  font-size: 1.29rem;
  border-bottom: solid 1px #DA5B6A;
  margin-bottom: 15px;
}
#sec-accessibility .inner2 .honbun .numlist li {
  margin-bottom: 15px;
}
#sec-accessibility .inner2 .honbun .numlist li::marker {
  color: #DA5B6A;
}
#sec-accessibility .inner2 .honbun .numlist li h4 {
  color: #DA5B6A;
}

/* ----------------------- btmcontact -------------- */
#sec-btmcontact {
  padding: 80px 0;
}
#sec-btmcontact a {
  color: #fff;
  background: #DA5B6A;
  border-radius: 20px;
  padding: 30px 60px;
  display: block;
}
#sec-btmcontact a:hover {
  color: #fff;
}
#sec-btmcontact a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec-btmcontact a > div .left {
  text-align: center;
  line-height: 1.5;
  margin-right: 30px;
}
#sec-btmcontact a > div .left span {
  font-size: 1.57rem;
}
#sec-btmcontact a > div .right {
  margin-left: 30px;
}

/* ----------------------- btmrecruit -------------- */
#sec-btmrecruit {
  background: #DA5B6A;
}

@media screen and (max-width: 756px) {
  /* ----------------------- accessibility -------------- */
  #sec-accessibility {
    padding: 15vw 0;
  }
  #sec-accessibility .inner2 {
    width: 100%;
  }
  /* ----------------------- btmcontact -------------- */
  #sec-btmcontact {
    padding: 15vw 0;
  }
  #sec-btmcontact a {
    border-radius: 20px;
    padding: 5vw 5vw;
    display: block;
  }
  #sec-btmcontact a > div {
    display: block;
  }
  #sec-btmcontact a > div .left {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #sec-btmcontact a > div .right {
    margin-left: 0;
  }
  /* ----------------------- btmrecruit -------------- */
  #sec-btmrecruit {
    background: #DA5B6A;
  }
}
/* ----------------------- 共通パーツ -------------- */
#sec-news .subContents {
  border-top: solid 2px #DA5B6A;
  border-bottom: solid 2px #DA5B6A;
  padding: 80px 0;
}
#sec-news .subContents .inner {
  padding: 0 40px;
}
#sec-news .subContents .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec-news .subContents .inner > div h2 {
  width: 160px;
  margin-right: 60px;
  margin-bottom: 0;
}
#sec-news .subContents .inner > div ul {
  margin: 0 0 20px;
}
#sec-news .subContents .inner > div ul li .date {
  margin-right: 1em;
}
#sec-news .subContents .inner > div ul li .cate {
  color: #DA5B6A;
  font-size: 0.86rem;
  width: 6em;
  line-height: 1.2;
  text-align: center;
  border: solid 1px #DA5B6A;
  border-radius: 50vh;
  margin-right: 1.5em;
  display: inline-block;
}

@media screen and (max-width: 756px) {
  #sec-news .subContents {
    padding: 10vw 0;
  }
  #sec-news .subContents .inner {
    padding: 0 5vw;
  }
  #sec-news .subContents .inner > div {
    display: block;
  }
  #sec-news .subContents .inner > div h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  #sec-news .subContents .inner > div ul {
    margin: 0 0 5vw;
  }
  #sec-news .subContents .inner > div ul li {
    margin: 0 0 4vw;
  }
  #sec-news .subContents .inner > div ul li .date {
    margin-right: 1em;
  }
  #sec-news .subContents .inner > div ul li .text {
    display: block;
  }
}
/* ----------------------- form -------------- */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 7px 10px;
}
form textarea {
  height: 100px;
}
form select {
  color: #231815;
  height: calc(2em + 14px);
  border: solid 1px #999;
  border-radius: 6px;
  padding: 0 10px;
  width: 100%;
}
form input[type=submit] {
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #DA5B6A;
  border-radius: 50vh;
  margin-bottom: 15px;
  padding: 10px 100px;
  cursor: pointer;
}
form input[type=submit][name=submitBack] {
  font-size: 0.9375rem;
  color: #231815;
  text-align: center;
  text-decoration: underline;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
form input[type=radio] + span,
form input[type=checkbox] + span {
  font-weight: 700;
}
form .error-input input[type=text],
form .error-input input[type=email],
form .error-input input[type=tel],
form .error-input input[type=url] {
  border: solid 2px #ed5353;
  background: #ffe2e2;
}
form .sizeZip {
  width: 120px !important;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

@media screen and (max-width: 756px) {
  form input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
.formTable {
  width: 100%;
  margin: 0 0 30px;
}
.formTable th {
  width: 210px;
  padding: 5px 0 5px 0;
  position: relative;
}
.formTable th.required::after {
  content: "必須";
  color: #fff;
  font-size: 0.86rem;
  background: #DA5B6A;
  border-radius: 50vh;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formTable td {
  padding: 5px 0;
}
.formTable tr.agree th, .formTable tr.agree td {
  padding-top: 30px;
}
.formTable tr.agree a {
  color: #DA5B6A;
  text-decoration: underline;
}

form .btn {
  text-align: center;
}

form .alert {
  color: #DA5B6A;
  text-align: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 756px) {
  .formTable {
    margin: 0 0 10vw;
  }
  .formTable th {
    width: 100%;
    padding: 0 0 5px;
    position: relative;
    display: block;
  }
  .formTable td {
    padding: 0 0 20px;
    display: block;
  }
  .formTable tr.agree th {
    display: none;
  }
  .formTable tr.agree th, .formTable tr.agree td {
    padding-top: 0;
  }
  form .btn {
    text-align: center;
  }
  form .alert {
    color: #DA5B6A;
    text-align: center;
    margin: 20px 0 0 0;
  }
}
body.careplan #sec-mainv {
  background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
  padding: 0;
}
body.careplan #sec-mainv .subContents .inner {
  width: 754px;
  margin: 0 auto;
}
body.careplan #sec-mainv .subContents .inner figure {
  margin-bottom: 35px;
}
body.careplan #sec-mainv .subContents .inner figure img {
  border-radius: 40px;
}
body.careplan #sec-mainv .subContents .inner h1 {
  color: #fff;
  font-size: 2.14rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
body.careplan #sec-mainv .subContents .text {
  width: 534px;
  margin: 0 auto;
}
body.careplan #sec-mainv .subContents .text p {
  color: #fff;
  font-size: 1.14rem;
}
body.careplan #sec-about {
  padding: 80px 0;
}
body.careplan #sec-about .div1 {
  width: 480px;
  border-bottom: solid 1px #DA5B6A;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
body.careplan #sec-about .div1 .h-type02 {
  font-size: 1.77rem;
}
body.careplan #sec-about .div1.noline {
  border-bottom: none;
}
body.careplan #sec-about .div1.totalcare {
  width: 600px;
}
body.careplan #sec-about .div1.totalcare p {
  width: 480px;
  margin: 0 auto 40px;
}
body.careplan #sec-about .div1 p, body.careplan #sec-about .div1 li {
  font-size: 1.07rem;
}
body.careplan #sec-about .div-outline {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
body.careplan #sec-about .div-outline .h-type02 {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
body.careplan #sec-about .div-outline dl {
  font-size: 1.07rem;
  margin: 0 0 0 300px;
}
body.careplan #sec-about .div-outline dl dt {
  float: left;
}
body.careplan #sec-about .div-outline dl dd {
  padding: 0 0 0 150px;
}
body.careplan #sec-about .div-tel {
  margin: 0 0 30px;
}
body.careplan #sec-about .div-tel .h-type02 {
  margin: 0 0 20px;
}
body.careplan #sec-about .div-tel dl {
  font-size: 1.07rem;
  margin: 0 0 0 410px;
}
body.careplan #sec-about .div-tel dl dt {
  float: left;
}
body.careplan #sec-about .div-tel dl dt.tel {
  padding-top: 8px;
}
body.careplan #sec-about .div-tel dl dd {
  padding: 0 0 0 80px;
}
body.careplan #sec-about .div-tel dl dd.tel {
  font-size: 1.57rem;
}
body.careplan #sec-process {
  padding: 0;
}
body.careplan #sec-process .inner {
  width: 628px;
}
body.careplan #sec-process .inner ol {
  width: 520px;
  margin: 60px auto 0;
}
body.careplan #sec-process .inner ol li {
  color: #fff;
  font-size: 1.57rem;
  background: #DA5B6A;
  border-radius: 15px;
  margin: 0 0 24px;
  padding: 5px 20px;
  position: relative;
}
body.careplan #sec-process .inner ol li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 6px 0px 6px;
  border-color: #DA5B6A transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.careplan #sec-process .inner ol li:last-child::after {
  content: none;
}
body.careplan #sec-access {
  padding: 80px 0;
}
body.careplan #sec-access .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.careplan #sec-access .inner .text {
  font-size: 1.07rem;
  width: 450px;
  border-left: solid 1px #DA5B6A;
  padding-left: 30px;
}
body.careplan #sec-access .inner .text .h-type02 {
  text-align: left;
}
body.careplan #sec-access .inner .text .address {
  margin: 0 0 1em;
}
body.careplan #sec-access .inner .map {
  width: 530px;
}
body.careplan #sec-access .inner .map iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 756px) {
  body.careplan #sec-mainv {
    background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
    padding: 0;
  }
  body.careplan #sec-mainv .subContents .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.careplan #sec-mainv .subContents .inner figure {
    margin-bottom: 6vw;
  }
  body.careplan #sec-mainv .subContents .inner figure img {
    border-radius: 8vw;
  }
  body.careplan #sec-mainv .subContents .inner h1 {
    margin-bottom: 6vw;
  }
  body.careplan #sec-mainv .subContents .text {
    width: 100%;
  }
  body.careplan #sec-about {
    padding: 15vw 0;
  }
  body.careplan #sec-about .div1 {
    width: 100%;
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  body.careplan #sec-about .div1 .riyolist {
    width: 100%;
    margin: 0;
  }
  body.careplan #sec-about .div1.totalcare {
    width: 100%;
  }
  body.careplan #sec-about .div1.totalcare p {
    width: 100%;
    margin: 0 auto 10vw;
  }
  body.careplan #sec-about .div-outline {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
  }
  body.careplan #sec-about .div-outline dl {
    margin: 0;
  }
  body.careplan #sec-about .div-outline dl dt {
    float: none;
  }
  body.careplan #sec-about .div-outline dl dd {
    margin-bottom: 3vw;
    padding: 0;
  }
  body.careplan #sec-about .div-tel {
    margin: 0 0 6vw;
  }
  body.careplan #sec-about .div-tel dl {
    margin: 0 0 0 8vw;
  }
  body.careplan #sec-about .div-tel dl dt.tel {
    padding-top: 8px;
  }
  body.careplan #sec-about .div-tel dl dd {
    padding: 0 0 0 6rem;
  }
  body.careplan #sec-process {
    padding: 0 0 15vw;
  }
  body.careplan #sec-process .inner {
    width: 100%;
  }
  body.careplan #sec-process .inner ol {
    width: 100%;
    margin: 10vw auto 0;
  }
  body.careplan #sec-process .inner ol li {
    font-size: 1.29rem;
  }
  body.careplan #sec-access {
    padding: 0 0 15vw;
  }
  body.careplan #sec-access .inner {
    display: block;
  }
  body.careplan #sec-access .inner .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  body.careplan #sec-access .inner .text .h-type02 {
    text-align: center;
  }
  body.careplan #sec-access .inner .map {
    width: 100%;
  }
  body.careplan #sec-access .inner .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
body.helperstation #sec-mainv {
  background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
  padding: 0 0 80px;
}
body.helperstation #sec-mainv .subContents .inner {
  width: 754px;
  margin: 0 auto;
}
body.helperstation #sec-mainv .subContents .inner figure {
  margin-bottom: 35px;
}
body.helperstation #sec-mainv .subContents .inner figure img {
  border-radius: 40px;
}
body.helperstation #sec-mainv .subContents .inner h1 {
  color: #fff;
  font-size: 2.14rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
body.helperstation #sec-mainv .subContents .text {
  width: 534px;
  margin: 0 auto;
}
body.helperstation #sec-mainv .subContents .text p {
  color: #fff;
  font-size: 1.14rem;
}
body.helperstation #sec-about {
  padding: 80px 0;
}
body.helperstation #sec-about .div1 {
  width: 480px;
  border-bottom: solid 1px #DA5B6A;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
body.helperstation #sec-about .div1 .h-type02 {
  font-size: 1.77rem;
}
body.helperstation #sec-about .div1.noline {
  border-bottom: none;
}
body.helperstation #sec-about .div1.totalcare {
  width: 600px;
}
body.helperstation #sec-about .div1.totalcare p {
  width: 480px;
  margin: 0 auto 40px;
}
body.helperstation #sec-about .div1 p, body.helperstation #sec-about .div1 li {
  font-size: 1.07rem;
}
body.helperstation #sec-about .div-naiyo {
  width: 950px;
  margin: 0 auto 80px;
}
body.helperstation #sec-about .div-naiyo ul li {
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.helperstation #sec-about .div-naiyo ul li figure {
  width: 450px;
}
body.helperstation #sec-about .div-naiyo ul li figure img {
  border-radius: 30px;
}
body.helperstation #sec-about .div-naiyo ul li .text {
  width: 450px;
}
body.helperstation #sec-about .div-naiyo ul li .text h3 {
  color: #DA5B6A;
  font-size: 1.71rem;
  margin-bottom: 15px;
}
body.helperstation #sec-about .div-naiyo ul li .text p {
  font-size: 1.07rem;
}
body.helperstation #sec-about .div-outline {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
body.helperstation #sec-about .div-outline .h-type02 {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
body.helperstation #sec-about .div-outline dl {
  font-size: 1.07rem;
  margin: 0 0 0 300px;
}
body.helperstation #sec-about .div-outline dl dt {
  float: left;
}
body.helperstation #sec-about .div-outline dl dd {
  padding: 0 0 0 150px;
}
body.helperstation #sec-about .div-tel {
  margin: 0 0 30px;
}
body.helperstation #sec-about .div-tel .h-type02 {
  margin: 0 0 20px;
}
body.helperstation #sec-about .div-tel dl {
  font-size: 1.07rem;
  margin: 0 0 0 410px;
}
body.helperstation #sec-about .div-tel dl dt {
  float: left;
}
body.helperstation #sec-about .div-tel dl dt.tel {
  padding-top: 8px;
}
body.helperstation #sec-about .div-tel dl dd {
  padding: 0 0 0 80px;
}
body.helperstation #sec-about .div-tel dl dd.tel {
  font-size: 1.57rem;
}
body.helperstation #sec-access {
  padding: 80px 0;
}
body.helperstation #sec-access .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.helperstation #sec-access .inner .text {
  font-size: 1.07rem;
  width: 450px;
  border-left: solid 1px #DA5B6A;
  padding-left: 30px;
}
body.helperstation #sec-access .inner .text .h-type02 {
  text-align: left;
}
body.helperstation #sec-access .inner .text .address {
  margin: 0 0 1em;
}
body.helperstation #sec-access .inner .map {
  width: 530px;
}
body.helperstation #sec-access .inner .map iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 756px) {
  body.helperstation #sec-mainv {
    background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
    padding: 0 0 15vw;
  }
  body.helperstation #sec-mainv .subContents .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.helperstation #sec-mainv .subContents .inner figure {
    margin-bottom: 6vw;
  }
  body.helperstation #sec-mainv .subContents .inner figure img {
    border-radius: 8vw;
  }
  body.helperstation #sec-mainv .subContents .inner h1 {
    margin-bottom: 6vw;
  }
  body.helperstation #sec-mainv .subContents .text {
    width: 100%;
  }
  body.helperstation #sec-about {
    padding: 15vw 0;
  }
  body.helperstation #sec-about .div1 {
    width: 100%;
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  body.helperstation #sec-about .div1 .riyolist {
    width: 100%;
    margin: 0;
  }
  body.helperstation #sec-about .div1.totalcare {
    width: 100%;
  }
  body.helperstation #sec-about .div1.totalcare p {
    width: 100%;
    margin: 0 auto 10vw;
  }
  body.helperstation #sec-about .div-naiyo {
    width: 100%;
    margin: 0 auto 15vw;
  }
  body.helperstation #sec-about .div-naiyo ul li {
    margin: 10vw 0 0 0;
    display: block;
    position: relative;
  }
  body.helperstation #sec-about .div-naiyo ul li figure {
    width: 100%;
    position: absolute;
    top: 14vw;
    left: 0;
  }
  body.helperstation #sec-about .div-naiyo ul li figure img {
    width: 100%;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.helperstation #sec-about .div-naiyo ul li .text {
    width: 100%;
  }
  body.helperstation #sec-about .div-naiyo ul li .text h3 {
    margin-bottom: 50vw;
    text-align: center;
  }
  body.helperstation #sec-about .div-outline {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
  }
  body.helperstation #sec-about .div-outline dl {
    margin: 0;
  }
  body.helperstation #sec-about .div-outline dl dt {
    float: none;
  }
  body.helperstation #sec-about .div-outline dl dd {
    margin-bottom: 3vw;
    padding: 0;
  }
  body.helperstation #sec-about .div-tel {
    margin: 0 0 6vw;
  }
  body.helperstation #sec-about .div-tel dl {
    margin: 0 0 0 8vw;
  }
  body.helperstation #sec-about .div-tel dl dt.tel {
    padding-top: 8px;
  }
  body.helperstation #sec-about .div-tel dl dd {
    padding: 0 0 0 6rem;
  }
  body.helperstation #sec-access {
    padding: 0 0 15vw;
  }
  body.helperstation #sec-access .inner {
    display: block;
  }
  body.helperstation #sec-access .inner .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  body.helperstation #sec-access .inner .text .h-type02 {
    text-align: center;
  }
  body.helperstation #sec-access .inner .map {
    width: 100%;
  }
  body.helperstation #sec-access .inner .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}