@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.home #sec-mainv {
  background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
  padding: 0 0 80px;
}
body.home #sec-mainv .subContents .inner {
  width: 754px;
  margin: 0 auto;
}
body.home #sec-mainv .subContents .inner figure {
  margin-bottom: 35px;
}
body.home #sec-mainv .subContents .inner figure img {
  border-radius: 40px;
}
body.home #sec-mainv .subContents .inner h1 {
  color: #fff;
  font-size: 2.14rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
body.home #sec-mainv .subContents .text {
  width: 534px;
  margin: 0 auto;
}
body.home #sec-mainv .subContents .text p {
  color: #fff;
  font-size: 1.14rem;
}
body.home #sec-about {
  padding: 80px 0;
}
body.home #sec-about .div1 {
  width: 570px;
  border-bottom: solid 1px #DA5B6A;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
body.home #sec-about .div1 .h-type02 {
  font-size: 1.77rem;
}
body.home #sec-about .div1.noline {
  border-bottom: none;
}
body.home #sec-about .div1 p {
  font-size: 1.07rem;
}
body.home #sec-about .photos {
  margin-bottom: 60px;
}
body.home #sec-about .photos .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
body.home #sec-about .photos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home #sec-about .photos .slider {
  width: 510px;
}
body.home #sec-about .photos .slider ul li img {
  display: block;
  width: 100%;
  height: auto;
}
body.home #sec-about .photos .pager {
  width: 400px;
  height: 350px;
  overflow-y: scroll;
  margin-left: 75px;
  position: relative;
}
body.home #sec-about .photos .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home #sec-about .photos .pager ul li {
  width: 178px;
  margin: 6px;
}
body.home #sec-about .photos .pager ul li a img {
  display: block;
  width: 100%;
  aspect-ratio: 178/108;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #sec-about .div-nairan {
  margin: 0 0 80px;
}
body.home #sec-about .div-nairan img {
  border-radius: 40px;
}
body.home #sec-about .div-outline {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
body.home #sec-about .div-outline .h-type02 {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
body.home #sec-about .div-outline dl {
  font-size: 1.07rem;
  margin: 0 0 0 300px;
}
body.home #sec-about .div-outline dl dt {
  float: left;
}
body.home #sec-about .div-outline dl dd {
  padding: 0 0 0 150px;
}
body.home #sec-about .div-tel {
  margin: 0 0 30px;
}
body.home #sec-about .div-tel .h-type02 {
  margin: 0 0 20px;
}
body.home #sec-about .div-tel dl {
  font-size: 1.07rem;
  margin: 0 0 0 410px;
}
body.home #sec-about .div-tel dl dt {
  float: left;
}
body.home #sec-about .div-tel dl dt.tel {
  padding-top: 8px;
}
body.home #sec-about .div-tel dl dd {
  padding: 0 0 0 80px;
}
body.home #sec-about .div-tel dl dd.tel {
  font-size: 1.57rem;
}
body.home #sec-blog {
  padding: 0 0 80px;
}
body.home #sec-blog .div1 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home #sec-blog .div1 figure {
  width: 500px;
}
body.home #sec-blog .div1 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/325;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #sec-blog .div1 .text {
  width: 375px;
  margin-left: 35px;
}
body.home #sec-blog .div1 .text h3 {
  font-size: 1.36rem;
  line-height: 1.6;
}
body.home #sec-blog .div1 .text .date {
  color: #7D7775;
  font-size: 0.93rem;
  margin-bottom: 10px;
}
body.home #sec-blog .div1 .text .honbun {
  margin-bottom: 10px;
}
body.home #sec-blog .div2 {
  margin-bottom: 40px;
}
body.home #sec-blog .div2 li {
  width: 192px;
}
body.home #sec-blog .div2 li figure {
  margin-bottom: 5px;
}
body.home #sec-blog .div2 li img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/325;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #sec-blog .div2 li h3 {
  font-size: 1.07rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を指定 */
}
body.home #sec-blog .div2 li .date {
  color: #7D7775;
  font-size: 0.86rem;
}
body.home #sec-blog .div2 .btn {
  text-align: center;
  margin: 0 auto;
}
body.home #sec-blog .div2 .btn .b-type01 {
  width: 220px;
}
body.home #sec-blog .div2 .bx-wrapper .bx-controls-direction a {
  top: calc(50% - 1.6rem);
}
body.home #sec-sugoshikata {
  padding: 0 0 80px;
}
body.home #sec-sugoshikata .inner {
  width: 810px;
}
body.home #sec-sugoshikata .lead {
  font-size: 1.07rem;
  text-align: center;
  margin-bottom: 30px;
}
body.home #sec-sugoshikata .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home #sec-sugoshikata .box .left {
  width: 350px;
}
body.home #sec-sugoshikata .box .left dl {
  color: #DA5B6A;
  font-size: 1.71rem;
  line-height: 1.6;
}
body.home #sec-sugoshikata .box .left dl dt {
  width: 62px;
  text-align: right;
  float: left;
}
body.home #sec-sugoshikata .box .left dl dd {
  margin-bottom: 10px;
  padding: 0 0 0 90px;
}
body.home #sec-sugoshikata .box .right {
  width: 440px;
}
body.home #sec-sugoshikata .box .right .photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home #sec-sugoshikata .box .right .photos > div {
  margin-bottom: 10px;
}
body.home #sec-process {
  padding: 0 0 80px;
}
body.home #sec-process .inner {
  width: 480px;
}
body.home #sec-process h3 {
  color: #DA5B6A;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
body.home #sec-process ol {
  counter-reset: num;
}
body.home #sec-process ol li {
  font-size: 1.57rem;
  border: solid 1px #DA5B6A;
  border-radius: 15px;
  margin: 0 0 24px;
  padding: 5px 20px;
  position: relative;
}
body.home #sec-process ol li::before {
  counter-increment: num;
  content: "STEP. " counter(num);
  margin: 0 1rem 0 0;
}
body.home #sec-process 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.home #sec-process ol li:last-child::after {
  content: none;
}
body.home #sec-access {
  padding: 0 0 80px;
}
body.home #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.home #sec-access .inner .text {
  font-size: 1.07rem;
  width: 450px;
  border-left: solid 1px #DA5B6A;
  padding-left: 30px;
}
body.home #sec-access .inner .text .h-type02 {
  text-align: left;
}
body.home #sec-access .inner .text .address {
  margin: 0 0 1em;
}
body.home #sec-access .inner .map {
  width: 530px;
}
body.home #sec-access .inner .map iframe {
  width: 100%;
  height: 450px;
}
body.home #sec-faq {
  padding: 0 0 80px;
}
body.home #sec-faq .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home #sec-faq .cat::before, body.home #sec-faq .cat::after {
  content: " ";
  width: 245px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.home #sec-faq .cat li {
  width: 245px;
  text-align: center;
  margin-bottom: 10px;
}
body.home #sec-faq .cat li a {
  color: #DA5B6A;
  border: solid 1px #DA5B6A;
  display: block;
}
body.home #sec-faq .cat li a:hover {
  color: #fff;
  background: #DA5B6A;
}
body.home #sec-faq .qa h3 {
  margin: 50px 0 10px 0;
}
body.home #sec-faq .qa h3 span {
  color: #DA5B6A;
  border: solid 1px #DA5B6A;
  width: 245px;
  text-align: center;
  display: inline-block;
}
body.home #sec-faq .qa dl dt {
  color: #DA5B6A;
  padding: 0 0 0 1.5em;
  position: relative;
}
body.home #sec-faq .qa dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
body.home #sec-faq .qa dl dd {
  margin: 0 0 2em 1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
}
body.home #sec-faq .qa dl dd::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 756px) {
  body.home #sec-mainv {
    background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
    padding: 0 0 80px;
  }
  body.home #sec-mainv .subContents .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.home #sec-mainv .subContents .inner figure {
    margin-bottom: 6vw;
  }
  body.home #sec-mainv .subContents .inner figure img {
    border-radius: 8vw;
  }
  body.home #sec-mainv .subContents .inner h1 {
    margin-bottom: 6vw;
  }
  body.home #sec-mainv .subContents .text {
    width: 100%;
  }
  body.home #sec-about {
    padding: 15vw 0;
  }
  body.home #sec-about .div1 {
    width: 100%;
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  body.home #sec-about .photos {
    margin-bottom: 8vw;
  }
  body.home #sec-about .photos .container {
    display: block;
  }
  body.home #sec-about .photos .slider {
    width: 100%;
  }
  body.home #sec-about .photos .pager {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: 0;
  }
  body.home #sec-about .photos .pager ul {
    margin-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.home #sec-about .photos .pager ul li {
    width: 16vw;
    margin: 1vw;
  }
  body.home #sec-about .div-nairan {
    margin: 0 0 15vw;
  }
  body.home #sec-about .div-nairan img {
    border-radius: 10px;
  }
  body.home #sec-about .div-outline {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
  }
  body.home #sec-about .div-outline dl {
    margin: 0;
  }
  body.home #sec-about .div-outline dl dt {
    float: none;
  }
  body.home #sec-about .div-outline dl dd {
    margin-bottom: 3vw;
    padding: 0;
  }
  body.home #sec-about .div-tel {
    margin: 0 0 6vw;
  }
  body.home #sec-about .div-tel dl {
    margin: 0 0 0 8vw;
  }
  body.home #sec-about .div-tel dl dt.tel {
    padding-top: 8px;
  }
  body.home #sec-about .div-tel dl dd {
    padding: 0 0 0 6rem;
  }
  body.home #sec-blog {
    padding: 0 0 15vw;
  }
  body.home #sec-blog .div1 {
    margin-bottom: 8vw;
    display: block;
  }
  body.home #sec-blog .div1 figure {
    width: 70vw;
    margin: 0 auto 5vw;
  }
  body.home #sec-blog .div1 .text {
    width: 100%;
    margin-left: 0;
  }
  body.home #sec-blog .div2 {
    margin-bottom: 40px;
  }
  body.home #sec-blog .div2 li {
    width: 192px;
  }
  body.home #sec-blog .div2 li figure {
    margin-bottom: 5px;
  }
  body.home #sec-blog .div2 li img {
    width: 100%;
    aspect-ratio: 500/325;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.home #sec-blog .div2 li h3 {
    font-size: 1.07rem;
    line-height: 1.6;
  }
  body.home #sec-blog .div2 li .date {
    color: #7D7775;
    font-size: 0.86rem;
  }
  body.home #sec-blog .div2 .btn {
    text-align: center;
    margin: 0 auto;
  }
  body.home #sec-blog .div2 .btn .b-type01 {
    width: 220px;
  }
  body.home #sec-blog .div2 .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 1.6rem);
  }
  body.home #sec-sugoshikata {
    padding: 0 0 15vw;
  }
  body.home #sec-sugoshikata .inner {
    width: 100%;
  }
  body.home #sec-sugoshikata .lead {
    margin-bottom: 5vw;
  }
  body.home #sec-sugoshikata .box {
    display: block;
  }
  body.home #sec-sugoshikata .box .left {
    width: 100%;
    margin-bottom: 5vw;
  }
  body.home #sec-sugoshikata .box .left dl {
    fonot-size: 1.43rem;
  }
  body.home #sec-sugoshikata .box .left dl dt {
    width: 6rem;
  }
  body.home #sec-sugoshikata .box .left dl dd {
    margin-bottom: 5px;
    padding: 0 0 0 8rem;
  }
  body.home #sec-sugoshikata .box .right {
    width: 100%;
  }
  body.home #sec-sugoshikata .box .right .photos > div {
    margin-bottom: 10px;
  }
  body.home #sec-sugoshikata .box .right .photos > div:not(.big) {
    width: 29vw;
  }
  body.home #sec-process {
    padding: 0 0 15vw;
  }
  body.home #sec-process .inner {
    width: 100%;
  }
  body.home #sec-process h3 {
    font-size: 2rem;
  }
  body.home #sec-process ol {
    counter-reset: num;
  }
  body.home #sec-process ol li {
    font-size: 1.43rem;
  }
  body.home #sec-access {
    padding: 0 0 15vw;
  }
  body.home #sec-access .inner {
    display: block;
  }
  body.home #sec-access .inner .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  body.home #sec-access .inner .text .h-type02 {
    text-align: center;
  }
  body.home #sec-access .inner .map {
    width: 100%;
  }
  body.home #sec-access .inner .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  body.home #sec-faq {
    padding: 0 0 15vw;
  }
  body.home #sec-faq .cat::before, body.home #sec-faq .cat::after {
    width: 43vw;
  }
  body.home #sec-faq .cat li {
    width: 43vw;
  }
  body.home #sec-faq .qa h3 {
    margin: 8vw 0 4vw 0;
  }
  body.home #sec-faq .qa h3 span {
    width: 43vw;
  }
}
body.day #sec-mainv {
  background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
  padding: 0 0 80px;
}
body.day #sec-mainv .subContents .inner {
  width: 754px;
  margin: 0 auto;
}
body.day #sec-mainv .subContents .inner figure {
  margin-bottom: 35px;
}
body.day #sec-mainv .subContents .inner figure img {
  border-radius: 40px;
}
body.day #sec-mainv .subContents .inner h1 {
  color: #fff;
  font-size: 2.14rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
body.day #sec-mainv .subContents .text {
  width: 534px;
  margin: 0 auto;
}
body.day #sec-mainv .subContents .text p {
  color: #fff;
  font-size: 1.14rem;
}
body.day #sec-about {
  padding: 80px 0;
}
body.day #sec-about .div1 {
  width: 570px;
  border-bottom: solid 1px #DA5B6A;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
body.day #sec-about .div1 .h-type02 {
  font-size: 1.77rem;
}
body.day #sec-about .div1.noline {
  border-bottom: none;
}
body.day #sec-about .div1 p, body.day #sec-about .div1 li {
  font-size: 1.07rem;
}
body.day #sec-about .photos {
  margin-bottom: 60px;
}
body.day #sec-about .photos .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
body.day #sec-about .photos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.day #sec-about .photos .slider {
  width: 510px;
}
body.day #sec-about .photos .slider ul li img {
  display: block;
  width: 100%;
  height: auto;
}
body.day #sec-about .photos .pager {
  width: 400px;
  height: 350px;
  overflow-y: scroll;
  margin-left: 75px;
  position: relative;
}
body.day #sec-about .photos .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.day #sec-about .photos .pager ul li {
  width: 178px;
  margin: 6px;
}
body.day #sec-about .photos .pager ul li a img {
  display: block;
  width: 100%;
  aspect-ratio: 178/108;
  -o-object-fit: cover;
     object-fit: cover;
}
body.day #sec-about .div-nairan {
  margin: 0 0 80px;
}
body.day #sec-about .div-nairan img {
  border-radius: 40px;
}
body.day #sec-about .div-outline {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
body.day #sec-about .div-outline .h-type02 {
  border-bottom: solid 1px #DA5B6A;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
body.day #sec-about .div-outline dl {
  font-size: 1.07rem;
  margin: 0 0 0 300px;
}
body.day #sec-about .div-outline dl dt {
  float: left;
}
body.day #sec-about .div-outline dl dd {
  padding: 0 0 0 150px;
}
body.day #sec-about .div-tel {
  margin: 0 0 30px;
}
body.day #sec-about .div-tel .h-type02 {
  margin: 0 0 20px;
}
body.day #sec-about .div-tel dl {
  font-size: 1.07rem;
  margin: 0 0 0 410px;
}
body.day #sec-about .div-tel dl dt {
  float: left;
}
body.day #sec-about .div-tel dl dt.tel {
  padding-top: 8px;
}
body.day #sec-about .div-tel dl dd {
  padding: 0 0 0 80px;
}
body.day #sec-about .div-tel dl dd.tel {
  font-size: 1.57rem;
}
body.day #sec-blog {
  padding: 0 0 80px;
}
body.day #sec-blog .div1 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.day #sec-blog .div1 figure {
  width: 500px;
}
body.day #sec-blog .div1 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/325;
  -o-object-fit: cover;
     object-fit: cover;
}
body.day #sec-blog .div1 .text {
  width: 375px;
  margin-left: 35px;
}
body.day #sec-blog .div1 .text h3 {
  font-size: 1.36rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を指定 */
}
body.day #sec-blog .div1 .text .date {
  color: #7D7775;
  font-size: 0.93rem;
  margin-bottom: 10px;
}
body.day #sec-blog .div1 .text .honbun {
  margin-bottom: 10px;
}
body.day #sec-blog .div2 {
  margin-bottom: 40px;
}
body.day #sec-blog .div2 li {
  width: 192px;
}
body.day #sec-blog .div2 li figure {
  margin-bottom: 5px;
}
body.day #sec-blog .div2 li img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/325;
  -o-object-fit: cover;
     object-fit: cover;
}
body.day #sec-blog .div2 li h3 {
  font-size: 1.07rem;
  line-height: 1.6;
}
body.day #sec-blog .div2 li .date {
  color: #7D7775;
  font-size: 0.86rem;
}
body.day #sec-blog .div2 .btn {
  text-align: center;
  margin: 0 auto;
}
body.day #sec-blog .div2 .btn .b-type01 {
  width: 220px;
}
body.day #sec-blog .div2 .bx-wrapper .bx-controls-direction a {
  top: calc(50% - 1.6rem);
}
body.day #sec-sugoshikata {
  padding: 0 0 80px;
}
body.day #sec-sugoshikata .inner {
  width: 100%;
}
body.day #sec-sugoshikata .lead {
  font-size: 1.07rem;
  text-align: center;
  margin-bottom: 30px;
}
body.day #sec-sugoshikata .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.day #sec-sugoshikata .box .left {
  width: 420px;
}
body.day #sec-sugoshikata .box .left dl {
  color: #DA5B6A;
  font-size: 1.36rem;
  line-height: 1.6;
}
body.day #sec-sugoshikata .box .left dl dt {
  width: 62px;
  text-align: right;
  float: left;
}
body.day #sec-sugoshikata .box .left dl dd {
  margin-bottom: 15px;
  padding: 0 0 0 90px;
}
body.day #sec-sugoshikata .box .left dl dd p {
  color: #231815;
  font-size: 1.07rem;
}
body.day #sec-sugoshikata .box .right {
  width: 500px;
}
body.day #sec-sugoshikata .box .right .photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.day #sec-sugoshikata .box .right .photos > div {
  margin-bottom: 10px;
}
body.day #sec-ovview {
  padding: 0 0 80px;
}
body.day #sec-ovview .inner {
  width: 956px;
  margin: 0 auto;
}
body.day #sec-ovview .inner .box1, body.day #sec-ovview .inner .box2 {
  min-height: 310px;
  margin-bottom: 80px;
  position: relative;
}
body.day #sec-ovview .inner .box1 h2 span, body.day #sec-ovview .inner .box2 h2 span {
  color: #fff;
  font-size: 1.57rem;
  width: 240px;
  text-align: center;
  background: #DA5B6A;
  border-radius: 10px;
  display: inline-block;
}
body.day #sec-ovview .inner .box1 .subtit, body.day #sec-ovview .inner .box2 .subtit {
  color: #DA5B6A;
  font-size: 1.64em;
}
body.day #sec-ovview .inner .box1 .honbun, body.day #sec-ovview .inner .box2 .honbun {
  font-size: 1.07rem;
}
body.day #sec-ovview .inner .box1 figure, body.day #sec-ovview .inner .box2 figure {
  position: absolute;
  top: 0;
}
body.day #sec-ovview .inner .box1 figure img, body.day #sec-ovview .inner .box2 figure img {
  border-radius: 20px;
}
body.day #sec-ovview .inner .box1 .column, body.day #sec-ovview .inner .box2 .column {
  font-size: 1rem;
  border: solid 1px #DA5B6A;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px;
}
body.day #sec-ovview .inner .box1 .column p, body.day #sec-ovview .inner .box2 .column p {
  color: #DA5B6A;
}
body.day #sec-ovview .inner .box1 h2, body.day #sec-ovview .inner .box1 .subtit, body.day #sec-ovview .inner .box1 .honbun {
  width: 450px;
  margin-left: 500px;
}
body.day #sec-ovview .inner .box1 figure {
  left: 0;
}
body.day #sec-ovview .inner .box2 h2, body.day #sec-ovview .inner .box2 .subtit, body.day #sec-ovview .inner .box2 .honbun {
  width: 450px;
}
body.day #sec-ovview .inner .box2 figure {
  right: 0;
}
body.day #sec-ovview .inner .box3 {
  margin: 0 0 80px;
}
body.day #sec-ovview .inner .box3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.day #sec-ovview .inner .box3 ul li {
  width: 210px;
  font-size: 1.07rem;
  margin: 0 40px;
}
body.day #sec-ovview .inner .box3 ul li h2 {
  color: #DA5B6A;
  font-size: 1.57rem;
  text-align: center;
}
body.day #sec-ovview .inner .box3 ul li figure {
  margin-bottom: 10px;
}
body.day #sec-ovview .inner .box4 {
  border-top: solid 1px #DA5B6A;
  padding: 20px 80px 0;
}
body.day #sec-ovview .inner .box4 h2 {
  color: #DA5B6A;
  font-size: 1.57rem;
}
body.day #sec-ovview .inner .box4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.day #sec-ovview .inner .box4 .box figure {
  width: 210px;
  margin-right: 30px;
}
body.day #sec-ovview .inner .box4 .box .honbun {
  width: calc(100% - 240px);
  font-size: 1.07rem;
}
body.day #sec-access {
  padding: 80px 0;
}
body.day #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.day #sec-access .inner .text {
  font-size: 1.07rem;
  width: 450px;
  border-left: solid 1px #DA5B6A;
  padding-left: 30px;
}
body.day #sec-access .inner .text .h-type02 {
  text-align: left;
}
body.day #sec-access .inner .text .address {
  margin: 0 0 1em;
}
body.day #sec-access .inner .map {
  width: 530px;
}
body.day #sec-access .inner .map iframe {
  width: 100%;
  height: 450px;
}
body.day #sec-faq {
  padding: 0 0 80px;
}
body.day #sec-faq .qa dl dt {
  color: #DA5B6A;
  padding: 0 0 0 1.5em;
  position: relative;
}
body.day #sec-faq .qa dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
body.day #sec-faq .qa dl dd {
  margin: 0 0 2em 1.5em;
  padding: 0 0 0 1.5em;
  position: relative;
}
body.day #sec-faq .qa dl dd::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 756px) {
  body.day #sec-mainv {
    background: linear-gradient(to bottom, #ffffff 80px, #DA5B6A 81px);
    padding: 0 0 80px;
  }
  body.day #sec-mainv .subContents .inner {
    width: 100%;
    margin: 0 auto;
  }
  body.day #sec-mainv .subContents .inner figure {
    margin-bottom: 6vw;
  }
  body.day #sec-mainv .subContents .inner figure img {
    border-radius: 8vw;
  }
  body.day #sec-mainv .subContents .inner h1 {
    margin-bottom: 6vw;
  }
  body.day #sec-mainv .subContents .text {
    width: 100%;
  }
  body.day #sec-about {
    padding: 15vw 0;
  }
  body.day #sec-about .div1 {
    width: 100%;
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  body.day #sec-about .div1 .riyolist {
    width: 100%;
    margin: 0;
  }
  body.day #sec-about .photos {
    margin-bottom: 8vw;
  }
  body.day #sec-about .photos .container {
    display: block;
  }
  body.day #sec-about .photos .slider {
    width: 100%;
  }
  body.day #sec-about .photos .pager {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: 0;
  }
  body.day #sec-about .photos .pager ul {
    margin-top: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.day #sec-about .photos .pager ul li {
    width: 16vw;
    margin: 1vw;
  }
  body.day #sec-about .div-nairan {
    margin: 0 0 15vw;
  }
  body.day #sec-about .div-nairan img {
    border-radius: 10px;
  }
  body.day #sec-about .div-outline {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
  }
  body.day #sec-about .div-outline dl {
    margin: 0;
  }
  body.day #sec-about .div-outline dl dt {
    float: none;
  }
  body.day #sec-about .div-outline dl dd {
    margin-bottom: 3vw;
    padding: 0;
  }
  body.day #sec-about .div-tel {
    margin: 0 0 6vw;
  }
  body.day #sec-about .div-tel dl {
    margin: 0 0 0 8vw;
  }
  body.day #sec-about .div-tel dl dt.tel {
    padding-top: 8px;
  }
  body.day #sec-about .div-tel dl dd {
    padding: 0 0 0 6rem;
  }
  body.day #sec-blog {
    padding: 0 0 15vw;
  }
  body.day #sec-blog .div1 {
    margin-bottom: 8vw;
    display: block;
  }
  body.day #sec-blog .div1 figure {
    width: 70vw;
    margin: 0 auto 5vw;
  }
  body.day #sec-blog .div1 .text {
    width: 100%;
    margin-left: 0;
  }
  body.day #sec-blog .div2 {
    margin-bottom: 40px;
  }
  body.day #sec-blog .div2 li {
    width: 192px;
  }
  body.day #sec-blog .div2 li figure {
    margin-bottom: 5px;
  }
  body.day #sec-blog .div2 li img {
    width: 100%;
    aspect-ratio: 500/325;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.day #sec-blog .div2 li h3 {
    font-size: 1.07rem;
    line-height: 1.6;
  }
  body.day #sec-blog .div2 li .date {
    color: #7D7775;
    font-size: 0.86rem;
  }
  body.day #sec-blog .div2 .btn {
    text-align: center;
    margin: 0 auto;
  }
  body.day #sec-blog .div2 .btn .b-type01 {
    width: 220px;
  }
  body.day #sec-blog .div2 .bx-wrapper .bx-controls-direction a {
    top: calc(50% - 1.6rem);
  }
  body.day #sec-sugoshikata {
    padding: 0 0 15vw;
  }
  body.day #sec-sugoshikata .inner {
    width: 100%;
  }
  body.day #sec-sugoshikata .lead {
    margin-bottom: 5vw;
  }
  body.day #sec-sugoshikata .box {
    display: block;
  }
  body.day #sec-sugoshikata .box .left {
    width: 100%;
    margin-bottom: 5vw;
  }
  body.day #sec-sugoshikata .box .left dl {
    font-size: 1.43rem;
  }
  body.day #sec-sugoshikata .box .left dl dt {
    width: 6rem;
  }
  body.day #sec-sugoshikata .box .left dl dd {
    margin-bottom: 5px;
    padding: 0 0 0 8rem;
  }
  body.day #sec-sugoshikata .box .right {
    width: 100%;
  }
  body.day #sec-sugoshikata .box .right .photos > div {
    margin-bottom: 10px;
  }
  body.day #sec-sugoshikata .box .right .photos > div:not(.big) {
    width: 43vw;
  }
  body.day #sec-ovview {
    padding: 0 0 15vw;
  }
  body.day #sec-ovview .inner {
    width: 100%;
  }
  body.day #sec-ovview .inner .box1, body.day #sec-ovview .inner .box2 {
    min-height: initial;
    margin-bottom: 15vw;
    position: static;
  }
  body.day #sec-ovview .inner .box1 .honbun, body.day #sec-ovview .inner .box2 .honbun {
    margin-top: 5vw;
  }
  body.day #sec-ovview .inner .box1 figure, body.day #sec-ovview .inner .box2 figure {
    position: static;
  }
  body.day #sec-ovview .inner .box1 .column, body.day #sec-ovview .inner .box2 .column {
    margin-top: 6vw;
    padding: 5vw;
  }
  body.day #sec-ovview .inner .box1 h2, body.day #sec-ovview .inner .box1 .subtit, body.day #sec-ovview .inner .box1 .honbun {
    width: 100%;
    margin-left: 0;
  }
  body.day #sec-ovview .inner .box2 h2, body.day #sec-ovview .inner .box2 .subtit, body.day #sec-ovview .inner .box2 .honbun {
    width: 100%;
    margin-left: 0;
  }
  body.day #sec-ovview .inner .box3 {
    margin: 0 0 15vw;
  }
  body.day #sec-ovview .inner .box3 ul {
    display: block;
  }
  body.day #sec-ovview .inner .box3 ul li {
    width: 100%;
    margin: 0 0 10vw;
  }
  body.day #sec-ovview .inner .box3 ul li h2 {
    color: #DA5B6A;
    font-size: 1.57rem;
    text-align: center;
  }
  body.day #sec-ovview .inner .box3 ul li figure {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  body.day #sec-ovview .inner .box4 {
    padding: 5vw 0 0;
  }
  body.day #sec-ovview .inner .box4 .box {
    display: block;
  }
  body.day #sec-ovview .inner .box4 .box figure {
    width: 60vw;
    margin: 0 auto 5vw;
  }
  body.day #sec-ovview .inner .box4 .box .honbun {
    width: 100%;
  }
  body.day #sec-access {
    padding: 0 0 15vw;
  }
  body.day #sec-access .inner {
    display: block;
  }
  body.day #sec-access .inner .text {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  body.day #sec-access .inner .text .h-type02 {
    text-align: center;
  }
  body.day #sec-access .inner .map {
    width: 100%;
  }
  body.day #sec-access .inner .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  body.day #sec-faq {
    padding: 0 0 15vw;
  }
}
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 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 .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.blogs #sec-blogs h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  background: #DA5B6A;
  padding: 20px 0;
}
body.blogs #sec-blogs .h-type02 {
  margin-bottom: 50px !important;
}
body.blogs #sec-blogs .filtering {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin: 80px 0;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.blogs #sec-blogs .filtering .flt {
  width: 31%;
}
body.blogs #sec-blogs .filtering .flt select {
  width: 100%;
  height: 3em;
  background: #f4f4f4;
  border: none;
  border-radius: 50vh;
  padding: 0 15px;
}
body.blogs #sec-blogs .filtering .search_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  border-radius: 20px;
  height: 2.7em;
  width: 31%;
  background: #f4f4f4;
  overflow: hidden;
}
body.blogs #sec-blogs .filtering .search_container input[type=text] {
  border: none;
  height: 2.7em;
  background: #f4f4f4;
  padding: 3px 0;
}
body.blogs #sec-blogs .filtering .search_container input[type=text]:fucus-visible {
  outline: 0;
  border: none;
}
body.blogs #sec-blogs .filtering .search_container input[type=submit] {
  cursor: pointer;
  color: #454545;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: #f4f4f4;
  padding: 0;
  position: absolute;
  width: 2.5em;
  height: 2.7em;
  right: 10px;
  top: -20%;
  outline: none;
}
body.blogs #sec-blogs ul.blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.blogs #sec-blogs ul.blogs::before, body.blogs #sec-blogs ul.blogs::after {
  content: " ";
  width: 318px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.blogs #sec-blogs ul.blogs li {
  width: 318px;
  margin: 0 0 50px;
}
body.blogs #sec-blogs ul.blogs li .fig {
  margin: 0 0 10px;
}
body.blogs #sec-blogs ul.blogs li .fig img {
  width: 318px;
  height: auto;
  aspect-ratio: 500/325;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.blogs #sec-blogs ul.blogs li .date {
  color: #7d7775;
}
body.blogs #sec-blogs ul.blogs li h2 {
  font-size: 1.14rem;
  line-height: 1.6;
}
body.blogs #sec-blogs ul.blogs li .cat {
  color: #7d7775;
  font-size: 0.86rem;
}

@media screen and (max-width: 756px) {
  body.blogs #sec-blogs h1 {
    font-size: 1.86rem;
    padding: 4vw 0;
  }
  body.blogs #sec-blogs .filtering {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 10vw 0;
    padding: 5vw 8vw;
    display: block;
  }
  body.blogs #sec-blogs .filtering .flt {
    width: 100%;
    margin-bottom: 4vw;
  }
  body.blogs #sec-blogs .filtering .search_container {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
  }
  body.blogs #sec-blogs ul.blogs {
    display: block;
  }
  body.blogs #sec-blogs ul.blogs::before, body.blogs #sec-blogs ul.blogs::after {
    content: none;
  }
  body.blogs #sec-blogs ul.blogs li {
    width: 100%;
    margin: 0 0 10vw;
  }
  body.blogs #sec-blogs ul.blogs li .fig img {
    width: 100%;
  }
  body.blogs #sec-blogs ul.blogs li h2 {
    font-size: 1.14rem;
  }
}
body.blogs.single #sec-blogs .subContents {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.blogs.single #sec-blogs .subContents .mainColumn {
  width: 700px;
}
body.blogs.single #sec-blogs .subContents .mainColumn .articleTitle {
  font-size: 2.14rem;
  line-height: 1.6;
  border-left: solid 5px #DA5B6A;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}
body.blogs.single #sec-blogs .subContents .mainColumn .date {
  color: #7d7775;
}
body.blogs.single #sec-blogs .subContents .mainColumn .honbun, body.blogs.single #sec-blogs .subContents .mainColumn .honbun *, body.blogs.single #sec-blogs .subContents .mainColumn .honbun *::before, body.blogs.single #sec-blogs .subContents .mainColumn .honbun *::after {
  all: revert;
}
body.blogs.single #sec-blogs .subContents .mainColumn .honbun img {
  max-width: 100%;
  height: auto;
}
body.blogs.single #sec-blogs .subContents .mainColumn .pagination {
  margin-top: 60px;
}
body.blogs.single #sec-blogs .subContents .mainColumn .pagination .prev {
  width: 45%;
  float: left;
}
body.blogs.single #sec-blogs .subContents .mainColumn .pagination .prev .textlink {
  color: #DA5B6A;
  text-align: left;
}
body.blogs.single #sec-blogs .subContents .mainColumn .pagination .next {
  width: 45%;
  float: right;
}
body.blogs.single #sec-blogs .subContents .mainColumn .pagination .next .textlink {
  color: #DA5B6A;
  text-align: right;
}
body.blogs.single #sec-blogs .subContents .mainColumn .btline {
  text-align: center;
  border-top: solid 1px #DA5B6A;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
body.blogs.single #sec-blogs .subContents .mainColumn .btline a {
  color: #DA5B6A;
}
body.blogs.single #sec-blogs .subContents .side {
  width: 220px;
}
body.blogs.single #sec-blogs .subContents .side h3 {
  color: #DA5B6A;
  border: solid 1px #DA5B6A;
  text-align: center;
  margin: 60px 0 10px;
  padding: 6px 0;
}
body.blogs.single #sec-blogs .subContents .side ul li {
  line-height: 1.6;
  border-bottom: dotted 1px #232323;
}
body.blogs.single #sec-blogs .subContents .side ul li a {
  padding: 8px 0 8px 20px;
  display: block;
  position: relative;
}
body.blogs.single #sec-blogs .subContents .side ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 756px) {
  body.blogs.single #sec-blogs .subContents {
    margin: 15vw auto;
    display: block;
  }
  body.blogs.single #sec-blogs .subContents .mainColumn {
    width: 100%;
    margin-bottom: 15vw;
  }
  body.blogs.single #sec-blogs .subContents .mainColumn .articleTitle {
    font-size: 1.86rem;
  }
  body.blogs.single #sec-blogs .subContents .side {
    width: 100%;
  }
  body.blogs.single #sec-blogs .subContents .side h3 {
    margin: 10vw 0 10px;
  }
}