@charset "UTF-8";
/******************************************
	記述順
	共通
*******************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #0b0b0b;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: "Kosugi Maru", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 500;
}

a {
  color: #0b0b0b;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

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

#contents {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  #contents {
    margin-top: 40px;
  }
}

section {
  padding: 100px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 13% 0;
  }
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.ttl__obi {
  padding: 30px 0;
  background: #cd2648;
}
.ttl__obi span {
  font-weight: normal;
  display: block;
  color: #e2a246;
}

.ff_maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg_dot {
  background: url(../images/bg.jpg) repeat center/auto;
}

.fc_red {
  color: #ce232c;
}

.fc_pink {
  color: #CE2747;
}

.txt__l {
  text-align: left;
}

.txt__c {
  text-align: center;
}

.txt__r {
  text-align: right;
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .fs14 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .fs20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .fs20 {
    font-size: 1.6rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .fs28 {
    font-size: 1.8rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .fs30 {
    font-size: 1.8rem;
  }
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

table {
  border-collapse: separate;
}
table tr {
  display: flex;
}
@media screen and (max-width: 768px) {
  table tr {
    display: block;
  }
}
table tr:nth-of-type(odd) th {
  background: #ece5dd;
}
table tr:nth-of-type(odd) td {
  background: #fdfaf8;
}
@media screen and (max-width: 768px) {
  table tr:nth-of-type(odd) td {
    background: #fff;
  }
}
table tr th, table tr td {
  padding: 20px;
  background: #fff;
  display: block;
}
table tr th {
  width: 18%;
  text-align: center;
  font-weight: 500;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  table tr th {
    width: 100%;
    background: #ece5dd;
  }
}
table tr td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  table tr td {
    width: 100%;
  }
}

/********** header **********/
.fixbnr {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 3;
  max-width: 120px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 8888;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1050px) {
  .header {
    display: block;
    padding: 10px 0;
  }
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__flex p {
  font-size: 1.3rem;
}
@media screen and (max-width: 1050px) {
  .header__flex p {
    display: none;
  }
}
.header__flex__logo {
  width: 30%;
}
@media screen and (max-width: 1398px) {
  .header__flex__logo {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1050px) {
  .header__flex__logo {
    width: 100%;
    margin-left: 0;
  }
}
.header__flex__logo a {
  display: block;
}
.header__flex__logo a img {
  max-width: 274px;
}
@media screen and (max-width: 768px1050px) {
  .header__flex__logo a img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .header__flex__logo a img {
    width: 180px;
  }
}
.header__flex__logo p {
  margin-top: 5%;
}
.header__flex__time {
  font-size: 1.3rem;
}
@media screen and (max-width: 1050px) {
  .header__flex__time {
    display: none;
  }
}
.header__flex__phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.8rem;
  color: #CE2747;
}
@media screen and (max-width: 1050px) {
  .header__flex__phone {
    display: none;
  }
}
.header__flex__phone img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media screen and (max-width: 1050px) {
  .header__flex__sns {
    display: none;
  }
}
.header__flex__sns ol {
  display: flex;
}
.header .sp-navi-button {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header .sp-navi-button {
    display: block;
  }
}
.header nav {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  .header nav {
    display: block;
    position: fixed;
    top: -100%;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    margin-top: 0;
    padding: 100px 0 20px;
    z-index: 100;
  }
  .header nav.is-active {
    top: 0;
    transition: 0.3s;
  }
}
.header nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .header nav ul {
    display: block;
  }
}
.header nav ul li {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .header nav ul li {
    padding-left: 20px;
  }
}
.header nav ul li.current a {
  color: #fff;
  background: #cd2648;
}
.header nav ul li a {
  display: block;
  padding: 20px 25px 20px 35px;
  font-size: 1.8rem;
  color: #cd2648;
  line-height: 1;
}
@media screen and (min-width: 1051px) {
  .header nav ul li ol {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 58px;
    background: #fff;
    z-index: -1;
    min-width: 340px;
  }
}
@media screen and (min-width: 1051px) {
  .header nav ul li:hover ol {
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  #globalNav li.has-sub {
    position: relative;
  }
  #globalNav li .sub-toggle {
    margin-left: 0.5em;
    inline-size: 1.75em;
    block-size: 1.75em;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 13px;
    margin: auto;
  }
  /* 矢印 */
  #globalNav li .sub-toggle::before {
    content: "▾";
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    font-size: 30px;
    color: #cd2648;
  }
  #globalNav li.current .sub-toggle::before {
    color: #fff;
  }
  #globalNav li.is-open .sub-toggle::before {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1051px) {
  /* PCではトグルボタンを見せない（ホバーでCSS表示など想定） */
  #globalNav li .sub-toggle {
    display: none;
  }
}
.hamburger {
  inline-size: 44px;
  block-size: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 110;
  -webkit-tap-highlight-color: transparent;
}
.hamburger:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 8px;
}
.hamburger .bar {
  position: absolute;
  inline-size: 26px;
  block-size: 2px;
  background: #111;
  border-radius: 999px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.hamburger .bar:nth-child(1) {
  top: calc(50% - (7px + 2px));
}
.hamburger .bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger .bar:nth-child(3) {
  top: calc(50% + 7px);
}
.hamburger.is-active .bar:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .bar:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/********** footer **********/
.footer {
  border-top: #cd2648 20px solid;
  position: relative;
  background: #F4F4F4;
}
.footer__navi {
  border-top: #cd2648 20px solid;
}
@media screen and (max-width: 768px) {
  .footer__navi {
    display: block;
    position: fixed;
    top: -100%;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    margin-top: 0;
    padding: 100px 0 20px;
    z-index: 100;
  }
  .footer__navi.is-active {
    top: 0;
    transition: 0.3s;
  }
}
.footer__navi ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__navi ul {
    display: block;
  }
}
.footer__navi ul li.current a {
  color: #fff;
  background: #ce232c;
}
.footer__navi ul li a {
  display: block;
  padding: 20px 25px;
  font-size: 1.8rem;
  color: #ce232c;
  line-height: 1;
}
.footer__logo {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 200px;
    margin: 10% auto 0;
  }
}
.footer__address {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__address {
    margin: 40px 0;
    font-size: 13px;
  }
}
.footer__address .flex {
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.footer__address__btn {
  margin-top: 50px;
  text-align: center;
}
.footer__card {
  margin-bottom: 80px;
}
.footer__card .wrap {
  max-width: 870px;
}
.footer__card__ttl {
  text-align: center;
  color: #fff;
  background: #cd2648;
  border-radius: 100vh;
  padding: 10px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  .footer__card__ttl {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.footer__card ul {
  flex-wrap: wrap;
}
.footer__card ul li {
  text-align: center;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .footer__card ul li {
    width: 32%;
  }
}

.copy {
  font-size: 13px;
  padding: 10px 0;
  color: #fff;
  background: #cd2648;
}

#page-top {
  font-size: 120%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 70px;
  }
}
#page-top a {
  text-decoration: none;
  text-align: center;
  display: block;
}

/********** mainvisual **********/
.mainvisual {
  padding: 0 0 120px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 14% 0;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual {
    padding: 0 0 60px 0;
  }
}
.mainvisual__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual__btn {
    position: initial;
  }
}
.mainvisual__btn__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainvisual__btn__flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__btn__flex__left {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__btn__flex__right {
    text-align: center;
  }
}
.mainvisual__btn__flex a {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mainvisual__btn__flex a {
    margin: 0 auto 20px;
  }
}
.mainvisual__btn__flex a:nth-of-type(2) {
  margin-bottom: 0;
}
.mainvisual_bg {
  position: relative;
  z-index: 0;
}
.mainvisual_bg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .concept {
    padding-top: 0;
  }
}
.concept h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .concept h2 {
    margin: 0 auto 8%;
    max-width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .concept h2 {
    margin-bottom: 30px;
  }
}
.concept p {
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .concept p {
    line-height: 1.8;
  }
}

.news {
  padding-top: 0;
}
.news__inner {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news__inner {
    box-shadow: none;
  }
}
.news__inner .flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news__inner .flex {
    display: block;
  }
}
.news__inner .flex__left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .news__inner .flex__left {
    width: auto;
    text-align: center;
    margin-bottom: 5%;
  }
  .news__inner .flex__left img {
    width: 30vw;
  }
}
.news__inner .flex__right {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .news__inner .flex__right {
    width: 100%;
  }
}
.news__inner .more__btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news__inner .more__btn {
    text-align: center;
  }
}
.news__inner .section__box__border {
  position: relative;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .news__inner .section__box__border {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .news__inner .section__box__border {
    padding: 25px 0;
  }
}
.news__inner .section__box__border:before, .news__inner .section__box__border:after {
  content: "";
  position: absolute;
  width: 60px;
  height: calc(100% + 40px);
  top: -20px;
  display: block;
  background: #cd2648;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .news__inner .section__box__border:before, .news__inner .section__box__border:after {
    display: none;
  }
}
.news__inner .section__box__border:before {
  left: -30px;
}
.news__inner .section__box__border:after {
  right: -30px;
}

.news_list_box {
  margin-bottom: 20px;
}
.news_list_box a {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .news_list_box a {
    display: block;
  }
}

.feature {
  background: url(../images/common/bg__sakura.png) no-repeat center bottom/100% auto;
}
.feature__ttl {
  background: #cd2648;
}
.feature__contents {
  padding-top: 120px;
}
.feature__box {
  position: relative;
  border: 1px solid #cd2648;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .feature__box {
    border: none;
  }
}
.feature__box__bg {
  background: #fff;
}
.feature__box__bg::before, .feature__box__bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background: #cd2648;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .feature__box__bg::before, .feature__box__bg::after {
    display: none;
  }
}
.feature__box__bg::before {
  top: -20px;
  left: -20px;
}
.feature__box__bg::after {
  bottom: -20px;
  right: -20px;
}
.feature__box .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature__box .flex {
    flex-direction: column;
  }
}
.feature__box .flex__left {
  width: 50%;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .feature__box .flex__left {
    width: 100%;
    padding: 7% 0;
  }
}
.feature__box .flex__left .ttl {
  display: flex;
  margin-bottom: 66px;
}
.feature__box .flex__left .ttl h3 {
  padding-left: 20px;
}
.feature__box .flex__left p {
  font-weight: 400;
  line-height: 2.4;
}
.feature__box .flex_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature__box .flex_right {
    width: 100%;
  }
}
.feature__box__return {
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .feature__box__return {
    margin: 14% 0;
  }
}
.feature__box__return .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature__box__return .flex {
    flex-direction: column;
  }
}
.feature__box__return .flex__left p {
  margin-bottom: 60px;
}

.map {
  line-height: 0;
}
.map iframe {
  width: 109%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 240px;
  }
}

body.page-template-default #contents .mv,
body.archive #contents .mv,
body.category #contents .mv {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body.page-template-default #contents .mv,
  body.archive #contents .mv,
  body.category #contents .mv {
    padding-bottom: 0;
  }
}
body.page-template-default #contents #first__box,
body.archive #contents #first__box,
body.category #contents #first__box {
  background: #fff;
  max-width: 980px;
  margin: -18vw auto 0 auto;
  padding: 50px;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  body.page-template-default #contents #first__box,
  body.archive #contents #first__box,
  body.category #contents #first__box {
    margin-top: 0;
    padding: 20px 0;
  }
}

body.archive .newslist {
  padding: 0;
}
body.archive .newslist .post-list li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.archive .newslist .post-list li {
    padding-bottom: 30px;
    margin-bottom: 10%;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (max-width: 480px) {
  body.archive .newslist .post-list li {
    margin-bottom: 60px;
  }
}
body.archive .newslist .post-list li .fs28 {
  margin-bottom: 10px;
}

/********** news **********/
.wp-pagenavi {
  text-align: center;
  margin: 2rem 0;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  text-decoration: none;
}

.wp-singular .mv {
  padding-top: 0;
}
.wp-singular article {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .wp-singular article {
    padding-bottom: 14%;
  }
}
@media screen and (max-width: 480px) {
  .wp-singular article {
    margin-bottom: 60px;
  }
}
.wp-singular article h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .wp-singular article h1 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .wp-singular article h1 {
    margin-bottom: 25px;
  }
}

/********** contact **********/
.page-contact #contents h1 {
  color: #CE2747;
  text-align: center;
  margin-bottom: 40px;
}
.page-contact #contents .tel {
  text-align: center;
  color: #CE2747;
  border: 2px solid #CE2747;
  font-size: 50px;
  display: block;
  max-width: 520px;
  margin: 0 auto 80px;
  padding: 15px 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-contact #contents .tel {
    font-size: 8vw;
    padding: 10px 15px;
  }
}
.page-contact #contents .tel img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.page-contact .wp-block-snow-monkey-forms-item {
  margin-bottom: 30px;
}
.page-contact .wp-block-snow-monkey-forms-item input[type=text],
.page-contact .wp-block-snow-monkey-forms-item textarea,
.page-contact .wp-block-snow-monkey-forms-item input[type=email],
.page-contact .wp-block-snow-monkey-forms-item input[type=tel],
.page-contact .wp-block-snow-monkey-forms-item select {
  width: 100%;
  padding: 15px;
}
.page-contact .smf-form .smf-select-control {
  width: 100%;
}
.page-contact div[data-name=checkboxes-1j1s2614l] {
  text-align: center;
}
.page-contact span.smf-button-control {
  display: block;
}
.page-contact span.smf-button-control .smf-button-control__control {
  background: #ce2747;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  padding: 15px;
  width: 100%;
  max-width: 360px;
  margin: 30px auto 0;
  font-size: 20px;
  display: block;
  color: #fff;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  position: relative;
}
.page-contact span.smf-button-control .smf-button-control__control:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  height: 5.958767963px;
  transform: rotate(90deg);
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.page-contact .privacypolicy {
  margin-top: 120px;
  padding: 70px 60px;
  background: #fdf4f6;
}
@media (max-width: 768px) {
  .page-contact .privacypolicy {
    margin-top: 14%;
    padding: 8% 20px;
  }
}
@media (max-width: 480px) {
  .page-contact .privacypolicy {
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.page-contact .privacypolicy__txt {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page-contact .privacypolicy__txt {
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  .page-contact .privacypolicy__txt {
    margin-bottom: 25px;
  }
}
.page-contact .privacypolicy__txt:before {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #cd2648;
}
.page-contact .privacypolicy p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-contact .privacypolicy p {
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .page-contact .privacypolicy p {
    margin-bottom: 15px;
  }
}
.page-contact .privacypolicy p:last-child {
  margin-bottom: 0;
}

/********** about **********/
.page-about #contents .greeting__ttl {
  padding: 20px;
  color: #CE2747;
  border: 2px solid #CE2747;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-about #contents .greeting__ttl {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .page-about #contents .greeting__ttl {
    margin-bottom: 25px;
  }
}
.page-about #contents .greeting p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
.page-about #contents .greeting .flex {
  gap: 5%;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-about #contents .greeting .flex {
    flex-direction: row-reverse;
  }
}
.page-about #contents .greeting__prof {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-about #contents .greeting__prof {
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .greeting__prof {
    margin-top: 40px;
  }
}
.page-about #contents .greeting__prof__name {
  width: 60%;
}
.page-about #contents .greeting__prof__photo {
  width: 30%;
  max-width: 245px;
}
.page-about #contents .pharmacy__contents {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .page-about #contents .pharmacy__contents {
    padding-top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .pharmacy__contents {
    padding-top: 50px;
  }
}
.page-about #contents .pharmacy__contents h3 {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page-about #contents .pharmacy__contents h3 {
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .pharmacy__contents h3 {
    margin: 0 auto 15px;
  }
}
.page-about #contents .pharmacy__contents p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-about #contents .pharmacy__contents p {
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .pharmacy__contents p {
    margin: 0 auto 15px;
  }
}
.page-about #contents .pharmacy .guideline {
  color: #333;
  margin-bottom: 30px;
}
.page-about #contents .pharmacy .guideline__inner {
  max-width: 780px;
  border: 2px solid #cd2648;
  border-radius: 2px;
  padding: 32px 28px;
  background: #fff;
  margin: 0 auto 0;
}
.page-about #contents .pharmacy .guideline__title {
  color: #cd2648;
  text-align: center;
  font-size: 2.7rem;
  margin: 0 0 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.page-about #contents .pharmacy .guideline__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}
.page-about #contents .pharmacy .guideline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 20px;
}
.page-about #contents .pharmacy .guideline__label {
  display: inline-block;
  background: #cd2648;
  color: #fff;
  padding: 10px 18px;
  border-radius: 2px;
  min-width: 110px;
  text-align: center;
  letter-spacing: 0.4em;
}
.page-about #contents .pharmacy .guideline__text {
  margin: 0;
  color: #cd2648;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .page-about #contents .pharmacy .guideline__inner {
    padding: 24px 18px;
  }
  .page-about #contents .pharmacy .guideline__label {
    min-width: 88px;
    padding: 8px 12px;
    letter-spacing: 0.3em;
  }
}
.page-about #contents .pharmacy__contents__logo {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .page-about #contents .pharmacy__contents__logo {
    margin-top: 18%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .pharmacy__contents__logo {
    margin-top: 80px;
  }
}
.page-about #contents .company {
  background: url(../images/common/bg__sakura.png) no-repeat center bottom/cover;
}
.page-about #contents .company__contents {
  padding: 100px 0 0;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about #contents .company__contents {
    padding-top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .page-about #contents .company__contents {
    padding-top: 50px;
  }
}

/********** line **********/
.page-line #contents .reception__ttl {
  padding: 20px;
  color: #CE2747;
  border: 2px solid #CE2747;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .reception__ttl {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .page-line #contents .reception__ttl {
    margin-bottom: 25px;
  }
}
.page-line #contents .reception p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
.page-line #contents .checklist__box {
  position: relative;
  border: 1px solid #cd2648;
  z-index: 2;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box {
    border: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .checklist__box {
    margin-bottom: 0;
  }
}
.page-line #contents .checklist__box__bg {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box__bg {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .checklist__box__bg {
    padding: 25px 0;
  }
}
.page-line #contents .checklist__box__bg::before, .page-line #contents .checklist__box__bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background: #cd2648;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box__bg::before, .page-line #contents .checklist__box__bg::after {
    display: none;
  }
}
.page-line #contents .checklist__box__bg::before {
  top: -20px;
  left: -20px;
}
.page-line #contents .checklist__box__bg::after {
  bottom: -20px;
  right: -20px;
}
.page-line #contents .checklist__box h2 {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box h2 {
    text-align: left;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .checklist__box h2 {
    margin-bottom: 25px;
  }
}
.page-line #contents .checklist__box h2 img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box h2 img {
    float: left;
  }
}
.page-line #contents .checklist__box ol {
  max-width: 800px;
  margin: 0 auto;
}
.page-line #contents .checklist__box ol li {
  line-height: 3;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box ol li {
    padding-left: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .checklist__box ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .checklist__box ol li:last-child {
    margin-bottom: 0;
  }
}
.page-line #contents .checklist__box ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 36px;
  background: url(../images/line/icon-check.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-line #contents .checklist__box ol li:before {
    bottom: auto;
  }
}
.page-line #contents .rxline {
  background: #fff;
  margin: 67px auto 0 0;
  background: url(../images/line/bg.png) no-repeat center bottom/100% auto;
  /* 上部の赤帯（アイコン＋見出し） */
  /* チェック付きの箇条書き */
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline {
    margin: 7% auto 0 -40px;
    width: calc(100% + 76px);
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .rxline {
    margin-top: 35px;
  }
}
.page-line #contents .rxline__inner {
  border: 2px solid #cd2648;
  padding: 0 24px 28px 24px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__inner {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .page-line #contents .rxline__inner {
    padding: 22px 16px;
  }
}
.page-line #contents .rxline__hero {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: #cd2648;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__hero {
    gap: 10px;
    padding: 14px;
  }
}
.page-line #contents .rxline__hero-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-line #contents .rxline__hero-title img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__hero-title img {
    max-width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .rxline__hero-title img {
    max-width: 40px;
  }
}
.page-line #contents .rxline__lead {
  max-width: 760px;
  margin: 12px auto 18px;
  text-align: center;
  line-height: 1.9;
  color: #666;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__lead {
    padding: 0 20px;
    text-align: left;
  }
}
.page-line #contents .rxline__divider {
  height: 2px;
  border: 0;
  margin: 22px auto;
  max-width: 760px;
  background: rgba(205, 38, 72, 0.35);
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__divider {
    width: 90%;
  }
}
.page-line #contents .rxline__benefits {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  display: grid;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__benefits {
    padding: 0 20px;
  }
}
.page-line #contents .rxline__benefits li {
  line-height: 3;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__benefits li {
    padding-left: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .rxline__benefits li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .rxline__benefits li:last-child {
    margin-bottom: 0;
  }
}
.page-line #contents .rxline__benefits li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 36px;
  background: url(../images/line/icon-check.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-line #contents .rxline__benefits li:before {
    bottom: auto;
  }
}
.page-line #contents .rxline__note {
  padding: 30px 0 90px;
  margin: 10px 0 0;
  text-align: center;
  color: #cd2648;
  line-height: 1.8;
}
.page-line #contents .flow h2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow h2 {
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .flow h2 {
    margin-bottom: 60px;
  }
}
.page-line #contents .flow ul {
  max-width: 725px;
  margin: 0 auto;
}
.page-line #contents .flow ul li {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .flow ul li {
    margin-bottom: 40px;
  }
}
.page-line #contents .flow ul li .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .flex {
    flex-direction: column;
  }
}
.page-line #contents .flow ul li .flex .flex-icon,
.page-line #contents .flow ul li .flex .flex-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .flex .flex-icon,
  .page-line #contents .flow ul li .flex .flex-img {
    width: 100%;
    text-align: center;
  }
}
.page-line #contents .flow ul li .flex .flex-txt {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .flex .flex-txt {
    width: 100%;
  }
}
.page-line #contents .flow ul li .flex .flex-txt img {
  display: block;
  margin: 0 auto;
}
.page-line #contents .flow ul li .step {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .step {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .flow ul li .step {
    margin-bottom: 40px;
  }
}
.page-line #contents .flow ul li .step .flex-txt {
  color: #cd2648;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #cd2648;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .step .flex-icon {
    text-align: center;
  }
}
.page-line #contents .flow ul li .point {
  border: 1px solid #000;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .point {
    margin-top: 8%;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .flow ul li .point {
    margin-top: 30px;
  }
}
.page-line #contents .flow ul li .point h3 {
  margin-bottom: 20px;
}
.page-line #contents .flow ul li .point dl {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .point dl {
    font-size: 14px;
  }
}
.page-line #contents .flow ul li .point dl dt {
  text-align: center;
  writing-mode: vertical-rl;
  color: #fff;
  background: #000;
}
.page-line #contents .flow ul li .note {
  margin-top: 40px;
  border: 1px solid #000;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .page-line #contents .flow ul li .note {
    font-size: 14px;
  }
}
.page-line #contents .faq__contents {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .page-line #contents .faq__contents {
    padding: 18% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .page-line #contents .faq__contents {
    padding: 80px 0 0;
  }
}
.page-line #contents .faq .qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}
.page-line #contents .faq .qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 0;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.page-line #contents .faq .qa-6 summary::before,
.page-line #contents .faq .qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.page-line #contents .faq .qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-bottom: 1px solid rgb(153, 153, 153);
  border-right: 1px solid rgb(153, 153, 153);
  content: "";
  transition: transform 0.5s;
}
.page-line #contents .faq .qa-6[open] summary::after {
  transform: rotate(225deg);
}
.page-line #contents .faq .qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 0;
  transition: transform 0.5s, opacity 0.5s;
}
.page-line #contents .faq .qa-6[open] p {
  transform: none;
  opacity: 1;
}

/********** hospice-care **********/
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .greeting {
    padding-bottom: 0;
  }
}
.page-hospice-care #contents .greeting__ttl {
  padding: 20px;
  color: #CE2747;
  border: 2px solid #CE2747;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .greeting__ttl {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .greeting__ttl {
    margin-bottom: 25px;
  }
}
.page-hospice-care #contents .greeting p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .greeting p {
    margin-bottom: 0;
  }
}
.page-hospice-care #contents .about {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about {
    padding-top: 30px;
  }
}
.page-hospice-care #contents .about__box {
  position: relative;
  border: 1px solid #cd2648;
  z-index: 2;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box {
    border: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__box {
    margin-bottom: 0;
  }
}
.page-hospice-care #contents .about__box__bg {
  padding: 50px 80px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box__bg {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__box__bg {
    padding: 25px 0;
  }
}
.page-hospice-care #contents .about__box__bg::before, .page-hospice-care #contents .about__box__bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  background: #cd2648;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box__bg::before, .page-hospice-care #contents .about__box__bg::after {
    display: none;
  }
}
.page-hospice-care #contents .about__box__bg::before {
  top: -20px;
  left: -20px;
}
.page-hospice-care #contents .about__box__bg::after {
  bottom: -20px;
  right: -20px;
}
.page-hospice-care #contents .about__box h2 {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box h2 {
    text-align: left;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__box h2 {
    margin-bottom: 25px;
  }
}
.page-hospice-care #contents .about__box h2 img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box h2 img {
    float: left;
  }
}
.page-hospice-care #contents .about__box p {
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__box p {
    line-height: 1.8;
  }
}
.page-hospice-care #contents .about__box p:last-child {
  line-height: 1.6;
  margin-top: 30px;
}
.page-hospice-care #contents .about__checklist {
  max-width: 724px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__checklist {
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__checklist {
    margin-bottom: 60px;
  }
}
.page-hospice-care #contents .about__checklist h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__checklist h3 {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__checklist h3 {
    margin-bottom: 40px;
  }
}
.page-hospice-care #contents .about__checklist ol {
  max-width: 800px;
  margin: 0 auto;
}
.page-hospice-care #contents .about__checklist ol li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__checklist ol li {
    padding-left: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__checklist ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .about__checklist ol li:last-child {
    margin-bottom: 0;
  }
}
.page-hospice-care #contents .about__checklist ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 31px;
  height: 36px;
  background: url(../images/common/icon-check.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .about__checklist ol li:before {
    bottom: auto;
  }
}
.page-hospice-care #contents .about__bg {
  line-height: 0;
}
.page-hospice-care #contents .flow {
  padding-bottom: 0;
}
.page-hospice-care #contents .flow h2 {
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .flow h2 {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .flow h2 {
    margin-bottom: 40px;
  }
}
.page-hospice-care #contents .flow__txt {
  max-width: 900px;
  margin: 0 auto;
}
.page-hospice-care #contents .flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.page-hospice-care #contents .flow ul li {
  width: 50%;
  max-width: 401px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .flow ul li {
    width: 100%;
    max-width: 100%;
  }
}
.page-hospice-care #contents .flow ul li p {
  margin-top: 20px;
}
.page-hospice-care #contents .price {
  padding-bottom: 0;
}
.page-hospice-care #contents .price h2 {
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price h2 {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price h2 {
    margin-bottom: 40px;
  }
}
.page-hospice-care #contents .price__txt .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price__txt .flex {
    flex-direction: column;
  }
}
.page-hospice-care #contents .price__txt__left, .page-hospice-care #contents .price__txt__right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price__txt__left, .page-hospice-care #contents .price__txt__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price__txt__left {
    margin-bottom: 30px;
  }
}
.page-hospice-care #contents .price__txt__left p {
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price__txt__left p {
    line-height: 2;
  }
}
.page-hospice-care #contents .price__txt__right {
  text-align: center;
}
.page-hospice-care #contents .price__txt__right div {
  font-weight: 600;
  border: 1px solid #cd2648;
  text-align: center;
  padding: 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price__txt__right div {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price__txt__right div {
    font-size: 1.6rem;
  }
}
.page-hospice-care #contents .price__txt__right img {
  margin: 20px auto;
}
.page-hospice-care #contents .price table {
  margin: 120px 0 10px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price table {
    margin: 14% 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price table {
    margin: 14% 0 10px;
  }
}
.page-hospice-care #contents .price table tr {
  display: table-row;
}
.page-hospice-care #contents .price table tr th, .page-hospice-care #contents .price table tr td {
  display: table-cell;
  border-right: 3px solid #fff;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.page-hospice-care #contents .price table tr th:nth-of-type(1), .page-hospice-care #contents .price table tr td:nth-of-type(1) {
  width: 50%;
}
.page-hospice-care #contents .price table tr th {
  color: #fff;
  background: #fff;
  padding: 10px;
}
.page-hospice-care #contents .price table tr th:nth-of-type(2) {
  background: rgb(234, 121, 139);
}
.page-hospice-care #contents .price table tr th:nth-of-type(3) {
  background: rgb(227, 164, 57);
}
.page-hospice-care #contents .price table tr:nth-of-type(even) td {
  background: #fdfaf8;
}
.page-hospice-care #contents .price table tr:nth-of-type(even) td:nth-of-type(1) {
  background: #ece5dd;
}
.page-hospice-care #contents .price table tr:nth-of-type(even) td {
  background: #fff;
}
.page-hospice-care #contents .price .note {
  margin-top: 80px;
  border: 1px solid #000;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .note {
    font-size: 14px;
  }
}
.page-hospice-care #contents .price .note p {
  margin-bottom: 30px;
}
.page-hospice-care #contents .price .area {
  margin: 120px 0 10px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area {
    margin: 14% 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price .area {
    margin: 14% 0 10px;
  }
}
.page-hospice-care #contents .price .area h3 {
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area h3 {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price .area h3 {
    margin-bottom: 40px;
  }
}
.page-hospice-care #contents .price .area__map {
  text-align: center;
}
.page-hospice-care #contents .price .area__map .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area__map .flex {
    flex-direction: column;
  }
}
.page-hospice-care #contents .price .area__map .flex table {
  border-collapse: collapse;
}
.page-hospice-care #contents .price .area__map .flex table td {
  background: #fff !important;
}
.page-hospice-care #contents .price .area__map .flex table:nth-of-type(1n) th, .page-hospice-care #contents .price .area__map .flex table:nth-of-type(1n) td, .page-hospice-care #contents .price .area__map .flex table:nth-of-type(2n) th, .page-hospice-care #contents .price .area__map .flex table:nth-of-type(2n) td {
  color: #000;
  border: 1px solid #000;
}
.page-hospice-care #contents .price .area__map .flex table:nth-of-type(1n) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area__map .flex table:nth-of-type(1n) {
    width: 100%;
  }
}
.page-hospice-care #contents .price .area__map .flex table:nth-of-type(1n) th {
  background: #b0e3f7;
}
.page-hospice-care #contents .price .area__map .flex table:nth-of-type(2n) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area__map .flex table:nth-of-type(2n) {
    width: 100%;
    margin-top: 0;
  }
}
.page-hospice-care #contents .price .area__map .flex table:nth-of-type(2n) th {
  background: #f0faff;
}
.page-hospice-care #contents .price .area__map .mapcolor {
  margin: 30px 0 140px;
}
@media screen and (max-width: 768px) {
  .page-hospice-care #contents .price .area__map .mapcolor {
    margin: 5% 0 16%;
  }
}
@media screen and (max-width: 480px) {
  .page-hospice-care #contents .price .area__map .mapcolor {
    margin: 15px 0 60px;
  }
}
.page-hospice-care #contents .price .area__map .mapcolor div {
  background: #fff;
  border: 1px solid #000;
  width: 90px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

/********** recruit **********/
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting {
    padding-bottom: 0;
  }
}
.page-recruit #contents .greeting__ttl {
  padding: 20px;
  color: #CE2747;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting__ttl {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting__ttl {
    margin-bottom: 25px;
  }
}
.page-recruit #contents .greeting__ttl span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting__ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting__ttl span {
    font-size: 1.8rem;
  }
}
.page-recruit #contents .greeting p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .greeting p {
    margin-bottom: 0;
  }
}
.page-recruit #contents .recruitbox {
  padding: 20px 0 120px;
}
.page-recruit #contents .jobcard {
  position: relative;
  min-height: 340px;
  isolation: isolate;
  /* 画像（右側） */
  /* 赤い背面ブロック */
  /* 白い情報プレート */
  /* タイトル部 */
  /* CTA（プレート下部の横線＋中央リンク） */
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard {
    margin-bottom: 50px;
  }
}
.page-recruit #contents .jobcard__media {
  position: absolute;
  inset: 0 0 0 36%;
  overflow: hidden;
}
.page-recruit #contents .jobcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__media {
    position: static;
    inset: auto;
    height: auto;
    margin-bottom: 8px;
  }
  .page-recruit #contents .jobcard__media img {
    height: auto;
  }
}
.page-recruit #contents .jobcard__deco {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 120px;
  height: 120px;
  background: #cd2648;
  z-index: -1;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__deco {
    display: none;
  }
}
.page-recruit #contents .jobcard__plate {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #cd2648;
  padding: 30px;
  width: 34%;
  border-radius: 2px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__plate {
    position: static;
    transform: none;
    width: 100%;
    padding: 16px 0 0;
    border: none;
  }
}
.page-recruit #contents .jobcard__title {
  margin: 0 0 50px;
  font-size: 2.5rem;
  color: #cd2648;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__title {
    font-size: 1.8rem;
  }
}
.page-recruit #contents .jobcard__title small {
  font-weight: 400;
  font-size: 1.4rem;
}
.page-recruit #contents .jobcard__title .jobcard__en {
  display: block;
  color: #cd2648;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__title {
    margin: 0 0 12px;
  }
}
.page-recruit #contents .jobcard__cta {
  border-top: 2px solid #cd2648;
  padding-top: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__cta {
    padding: 10px 0 14px;
  }
}
.page-recruit #contents .jobcard__link {
  color: #cd2648;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit #contents .jobcard__link {
    font-size: 1.4rem;
  }
}
.page-recruit #contents .jobcard__link:hover {
  opacity: 0.85;
}
.page-recruit #contents .jobcard__arrow {
  line-height: 1;
}
.page-recruit #contents .jobcard-return .jobcard__media {
  inset: 0 36% 0 0;
}
.page-recruit #contents .jobcard-return .jobcard__plate {
  left: auto;
  right: 6%;
}
.page-recruit #contents .jobcard-return .jobcard__deco {
  right: 5%;
  left: auto;
}

/********** yakuzaishi **********/
.page-yakuzaishi #contents .greeting__ttl,
.page-yakuzaishi-part #contents .greeting__ttl,
.page-chouzaijimu #contents .greeting__ttl,
.page-chouzaijimu-part #contents .greeting__ttl {
  padding: 20px;
  color: #CE2747;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting__ttl,
  .page-yakuzaishi-part #contents .greeting__ttl,
  .page-chouzaijimu #contents .greeting__ttl,
  .page-chouzaijimu-part #contents .greeting__ttl {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting__ttl,
  .page-yakuzaishi-part #contents .greeting__ttl,
  .page-chouzaijimu #contents .greeting__ttl,
  .page-chouzaijimu-part #contents .greeting__ttl {
    margin-bottom: 25px;
  }
}
.page-yakuzaishi #contents .greeting__ttl span,
.page-yakuzaishi-part #contents .greeting__ttl span,
.page-chouzaijimu #contents .greeting__ttl span,
.page-chouzaijimu-part #contents .greeting__ttl span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting__ttl span,
  .page-yakuzaishi-part #contents .greeting__ttl span,
  .page-chouzaijimu #contents .greeting__ttl span,
  .page-chouzaijimu-part #contents .greeting__ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting__ttl span,
  .page-yakuzaishi-part #contents .greeting__ttl span,
  .page-chouzaijimu #contents .greeting__ttl span,
  .page-chouzaijimu-part #contents .greeting__ttl span {
    font-size: 1.8rem;
  }
}
.page-yakuzaishi #contents .greeting h3,
.page-yakuzaishi-part #contents .greeting h3,
.page-chouzaijimu #contents .greeting h3,
.page-chouzaijimu-part #contents .greeting h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting h3,
  .page-yakuzaishi-part #contents .greeting h3,
  .page-chouzaijimu #contents .greeting h3,
  .page-chouzaijimu-part #contents .greeting h3 {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480x) {
  .page-yakuzaishi #contents .greeting h3,
  .page-yakuzaishi-part #contents .greeting h3,
  .page-chouzaijimu #contents .greeting h3,
  .page-chouzaijimu-part #contents .greeting h3 {
    margin-bottom: 20px;
  }
}
.page-yakuzaishi #contents .greeting p,
.page-yakuzaishi-part #contents .greeting p,
.page-chouzaijimu #contents .greeting p,
.page-chouzaijimu-part #contents .greeting p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .greeting p,
  .page-yakuzaishi-part #contents .greeting p,
  .page-chouzaijimu #contents .greeting p,
  .page-chouzaijimu-part #contents .greeting p {
    margin-bottom: 0;
  }
}
.page-yakuzaishi #contents .information,
.page-yakuzaishi-part #contents .information,
.page-chouzaijimu #contents .information,
.page-chouzaijimu-part #contents .information {
  background: url(../images/yakuzaishi/bg-sakura.png) no-repeat center bottom/100% auto;
}
.page-yakuzaishi #contents .information .wrap,
.page-yakuzaishi-part #contents .information .wrap,
.page-chouzaijimu #contents .information .wrap,
.page-chouzaijimu-part #contents .information .wrap {
  max-width: 980px;
  margin: 0 auto;
}
.page-yakuzaishi #contents .information table th,
.page-yakuzaishi-part #contents .information table th,
.page-chouzaijimu #contents .information table th,
.page-chouzaijimu-part #contents .information table th {
  vertical-align: middle;
}
.page-yakuzaishi #contents .information .cta,
.page-yakuzaishi-part #contents .information .cta,
.page-chouzaijimu #contents .information .cta,
.page-chouzaijimu-part #contents .information .cta {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .page-yakuzaishi #contents .information .cta,
  .page-yakuzaishi-part #contents .information .cta,
  .page-chouzaijimu #contents .information .cta,
  .page-chouzaijimu-part #contents .information .cta {
    margin-bottom: 14%;
  }
}
@media screen and (max-width: 480x) {
  .page-yakuzaishi #contents .information .cta,
  .page-yakuzaishi-part #contents .information .cta,
  .page-chouzaijimu #contents .information .cta,
  .page-chouzaijimu-part #contents .information .cta {
    margin-bottom: 60px;
  }
}

.sp-navi {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .sp-navi {
    display: flex;
    justify-content: space-between;
  }
}
.sp-navi a {
  width: 25%;
  display: block;
  padding: 5px 10px;
  text-align: center;
  border-right: 2px solid #ddd;
  line-height: 0;
}
.sp-navi a svg {
  max-width: 17px;
}
.sp-navi a:nth-of-type(1) svg {
  fill: rgb(99, 201, 86);
}
.sp-navi a:nth-of-type(2) svg {
  fill: rgb(60, 90, 153);
}
.sp-navi a:nth-of-type(4) {
  border: none;
}
.sp-navi a:nth-of-type(4) svg {
  fill: rgb(0, 185, 0);
}/*# sourceMappingURL=style.css.map */