@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.zm {
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl {
  font-family: "Barlow", sans-serif;
}

/*
Theme Name: 株式会社祐還
Theme URL: https://www.care-omoiyari.co.jp/
Description: 株式会社祐還 | 京都府京都市左京区に事務所を構える訪問介護・訪問予防介護の会社
Version: 1.0
License: 株式会社祐還
License URI: https://www.care-omoiyari.co.jp/
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  color: #333;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  transform: rotate(0.03deg);
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #dc4031;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #3BB2B8;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
/* PCやマウス操作環境でクリック無効化 */
@media (pointer: fine) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* タッチ操作環境（スマホなど）では通常通り有効 */
@media (pointer: coarse) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header--top {
  position: relative;
}
.l-header--top::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/290;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/header_bg_top.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .l-header--top::before {
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--top::before {
    width: 820px;
  }
}

.l-header--page {
  position: relative;
}
.l-header--page::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/250;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/header_bg_page.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .l-header--page::before {
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--page::before {
    width: 820px;
  }
}

.l-header__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 30px 10px 50px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px 10px 20px;
  }
}
.l-header__logo {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0;
    width: 150px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-right {
  display: flex;
  flex-flow: nowrap column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
.l-header-right__aside {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
  padding: 0 30px 0 0;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap row;
}
.l-header-right__tel-comment {
  margin-right: 20px;
}
.l-header-right__tel-outer {
  margin-right: 35px;
}
.l-header-right__tel-time {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #926A40;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.l-header-right-contact {
  width: 280px;
  height: 60px;
}
.l-header-right-contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #DE5A4C;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.l-header-right-contact a:is(:link, :visited) {
  color: #DE594C;
}
.l-header-right-contact a:is(:hover, :active) {
  color: #fff;
  border: 2px solid #E78F83;
  background: #E78F83;
}
.l-header-right-contact__txt {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
.l-header-right-contact__txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: auto;
  aspect-ratio: 23/19;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: url(images/header_contact.png) no-repeat;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.l-header-right-contact a:hover .l-header-right-contact__txt::before {
  background: url(images/header_contact_hover.png) no-repeat;
  background-size: 100%;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#g_navi .menu > li {
  position: relative;
  width: 150px;
  height: 70px;
}

#g_navi .menu > li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  bottom: 10px;
  right: 0;
  background: #E0D8C5;
  z-index: 999;
}

#g_navi .menu li a {
  cursor: pointer;
  display: flex;
  flex-flow: nowrap column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3E301E;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #3E301E;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #3E301E;
}
#g_navi .menu li a .nav-inner {
  display: block;
  margin-top: auto;
}
#g_navi .menu li a .home {
  position: relative;
}
#g_navi .menu li a .home::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 36/32;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
#g_navi .menu li a .greeting {
  position: relative;
}
#g_navi .menu li a .greeting::before {
  display: block;
  content: "";
  position: absolute;
  width: 52px;
  height: auto;
  aspect-ratio: 52/32;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
#g_navi .menu li a .guide {
  position: relative;
}
#g_navi .menu li a .guide::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: auto;
  aspect-ratio: 40/38;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_03.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
#g_navi .menu li a .voice {
  position: relative;
}
#g_navi .menu li a .voice::before {
  display: block;
  content: "";
  position: absolute;
  width: 41px;
  height: auto;
  aspect-ratio: 41/34;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_04.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
#g_navi .menu li a .recruit {
  position: relative;
}
#g_navi .menu li a .recruit::before {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: auto;
  aspect-ratio: 38/36;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_05.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
#g_navi .menu li a .info {
  position: relative;
  letter-spacing: -0.08em;
}
#g_navi .menu li a .info::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/34;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/nav_06.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #E78F83;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #E78F83;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #E78F83;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #E78F83;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  /*---------- SR案件仕様ここから ----------*/
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align: left;
    background-color: #FDF0EE;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #sp_navi {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_navi_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: auto;
    aspect-ratio: 266/95;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item .ttl {
    font-size: 15px;
    font-weight: bold;
    color: #000;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: left;
    border-bottom: rgba(0, 0, 0, 0.6) 1px solid;
    cursor: pointer;
    color: #000;
    margin: 0 auto;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 12px 0;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #000;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
    margin-bottom: 15px;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .menu .menu-item .sub-menu li {
    border-bottom: none;
  }
  #sp_navi .sub-menu li a {
    position: relative;
    display: block;
    padding: 2px 0 2px 28px;
  }
  #sp_navi .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 10px;
    height: 2px;
    background: #000;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #000;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #E78F83;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 12px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
.sp-navi-btm {
  display: flex;
  flex-flow: nowrap column;
  margin-top: 60px;
  margin-bottom: 80px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  border-radius: 8px;
  border: #FCE7E2 3px solid;
  padding: 20px 20px;
  box-sizing: border-box;
  /*---------- SR案件仕様ここまで ----------*/
}
.sp-navi-btm__btn-box {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 15px 0;
  margin-top: 20px;
}
.sp-navi-btm__tel {
  text-align: center;
}
.sp-navi-btm__tel a {
  color: #3e301e;
}
.sp-navi-btm__tel .inner {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.sp-navi-btm__tel .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: auto;
  height: 25px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/contact_tel.png) no-repeat;
  background-size: 100%;
}
.sp-navi-btm__mail {
  width: auto;
}
.sp-navi-btm__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  background: #E78F83;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.sp-navi-btm__mail a:is(:link, :visited) {
  color: #fff;
}
.sp-navi-btm__mail a:is(:hover, :active) {
  color: #fff;
  opacity: 0.8;
}
.sp-navi-btm__mail .txt {
  position: relative;
  padding-left: 30px;
}
.sp-navi-btm__mail .txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 26/21;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_contact_mail_hover.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease-in-out;
}

/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#slider .l-mv-top__pic img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  #slider .l-mv-top__pic img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__pic img {
    position: relative;
    left: -40%;
    width: 180%;
  }
}
#slider .l-mv-top__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl {
    transform: translate(-50%, -38%);
    width: clamp(337px, 90vw, 854px);
    height: auto;
    aspect-ratio: 854/155;
  }
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--about {
    width: auto;
    height: 50px;
    aspect-ratio: 138/72;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--guide {
    width: auto;
    height: 50px;
    aspect-ratio: 179/72;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--voice {
    width: auto;
    height: 50px;
    aspect-ratio: 282/72;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--recruit {
    width: auto;
    height: 50px;
    aspect-ratio: 180/72;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: auto;
    height: 50px;
    aspect-ratio: 354/68;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px;
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 5px 0 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #333333;
}
.breadcrumb a:is(:hover, :active) {
  color: #333333;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    flex-flow: nowrap column;
    padding: 60px 10px;
  }
}
.l-btm-sec__fig {
  width: 32.9508196721%;
  height: auto;
  aspect-ratio: 402/212;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__fig {
    max-width: 402px;
    width: 100%;
  }
}
.l-btm-sec__fig img {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer--page {
  border-top: 1px solid #E78F83;
}

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px 0;
  }
}

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 1.4rem;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 10px;
  background: #E78F83;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.8;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #926A41;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.l-footer-sitemap-ttl::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #BAAE9A;
  margin-top: 10px;
  margin-left: 30px;
  width: auto;
  height: 1px;
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 42px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__cat {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.06em;
  line-height: 1;
}
.l-footer-sitemap__cat a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-sitemap__cat a:is(:link, :visited) {
  color: #3E301E;
}
.l-footer-sitemap__cat a:is(:hover, :active) {
  color: #E78F83;
}
.l-footer-sitemap__cat a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #E78F83;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__cat a:hover::before {
  width: 100%;
}
.l-footer-sitemap__cat--main {
  margin-bottom: 30px;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
}
.l-footer-sitemap__page::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: auto;
  aspect-ratio: 4/7;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: url(images/footer_arrow.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
.l-footer-sitemap__page a {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #333333;
}
.l-footer-link a:is(:hover, :active) {
  color: #E78F83;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #E78F83;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

.l-footer-sitemap-sr {
  margin-top: 20px;
}
.l-footer-sitemap-sr__box {
  padding: 15px 10px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.l-footer-sitemap-sr__box:first-child {
  border-top: none;
}
.l-footer-sitemap-sr__cat {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.02em;
  line-height: 1;
}
.l-footer-sitemap-sr__cat a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-sitemap-sr__cat a:is(:link, :visited) {
  color: #333;
}
.l-footer-sitemap-sr__cat a:is(:hover, :active) {
  color: #333;
}
.l-footer-sitemap-sr__list {
  display: flex;
  flex-flow: wrap row;
  gap: 10px 0;
  margin-top: 10px;
}
.l-footer-sitemap-sr__list-item {
  position: relative;
  padding-left: 15px;
  width: 50%;
}
.l-footer-sitemap-sr__list-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-70%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
}
.l-footer-sitemap-sr__list-item a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #E78F83;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sp_btn_list_item a:link, .sp_btn_list_item a:visited, .sp_btn_list_item a:hover, .sp_btn_list_item a:active {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03,
  .sp_btn_list_item_icon_04 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after,
  .sp_btn_list_item_icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_entry.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_04::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #E78F83;
  border: 1px solid #E78F83;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #E78F83;
  background: #E78F83;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #81D2D7;
  border: solid 1px #81D2D7;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 0;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #333333;
}
.nav-below a:is(:hover, :active) {
  color: #E78F83;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #E78F83;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  border-radius: 6px;
  border: 2px solid #E78F83;
  background: #E78F83;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:hover {
  color: #E78F83;
  background: #fff;
}
.c-btn01 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: auto;
  aspect-ratio: 5/11;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(images/c_btn_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.c-btn01 a:hover::before {
  background: url(images/c_btn_arrow_hover.png) no-repeat;
  background-size: 100%;
}

.c-btn01--top-about {
  margin: 40px auto 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-about {
    margin: 30px auto 0;
    width: 250px;
  }
}
.c-btn01--top-about a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-about a {
    padding: 10px;
  }
}

.c-btn01--applicant {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn01--applicant {
    width: 250px;
  }
}
.c-btn01--applicant a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--applicant a {
    padding: 10px;
  }
}

.c-btn01--top-faq {
  margin: 50px auto 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-faq {
    margin: 30px auto 0;
    width: 250px;
  }
}
.c-btn01--top-faq a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-faq a {
    padding: 10px;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #E78F83;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}
.c-headline::before {
  display: block;
  content: "";
  position: absolute;
  max-width: 110px;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline_bg.png) repeat-x;
  background-size: 24px 12px;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-headline::before {
    max-width: 90px;
    height: 6px;
    background: url(images/headline_bg.png) repeat-x;
    background-size: 12px 6px;
  }
}

.c-ttl01 {
  position: relative;
  padding: 0 0 10px 55px;
  border-bottom: 2px solid #c5c0bb;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    margin-bottom: 10px;
    padding: 0 0 5px 40px;
    font-size: 1.8rem;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 41px;
  height: auto;
  aspect-ratio: 41/30;
  top: 5px;
  left: 0;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl01::before {
    width: 30px;
    top: 2px;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt720,
.c-flex-r__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt720,
  .c-flex-r__txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex__fig440--about,
.c-flex-r__fig440--about {
  display: flex;
  justify-content: center;
  align-items: center;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt720,
.c-flex-r-order__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt720,
  .c-flex-r-order__txt720 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}
.c-flex-order__fig440 img,
.c-flex-r-order__fig440 img {
  border-radius: 10px;
}
.c-flex-order__txt760,
.c-flex-r-order__txt760 {
  width: 760px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt760,
  .c-flex-r-order__txt760 {
    display: contents;
  }
}
.c-flex-order__fig400,
.c-flex-r-order__fig400 {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig400,
  .c-flex-r-order__fig400 {
    order: 2;
    margin-bottom: 10px;
  }
}
.c-flex-order__fig400 img,
.c-flex-r-order__fig400 img {
  border-radius: 10px;
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
  border: 1px solid #de594c;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 7px;
  overflow: hidden;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  position: relative;
  background: #fdf6f5;
  font-size: 1.8rem;
  font-weight: bold;
  color: #de594c;
}
@media screen and (max-width: 767px) {
  .c-table tbody th {
    font-size: 1.4rem;
  }
}
.c-table tbody td {
  background: #fff;
  border-left: 1px solid #de594c;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table tbody td {
    border-left: none;
  }
}
.c-table tbody td p {
  line-height: 1.5;
}
.c-table tbody th,
.c-table tbody td {
  border-bottom: 1px solid #de594c;
  padding: 13px 20px 13px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 15px;
  }
}
.c-table tbody tr:last-child th,
.c-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child th {
    border-bottom: 1px solid #de594c;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th,
.p-care-table tbody th,
.p-requirements-table tbody th {
  width: 29.1666666667%;
}
.p-overview-table tbody td,
.p-care-table tbody td,
.p-requirements-table tbody td {
  width: 70.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td,
  .p-care-table tbody th,
  .p-care-table tbody td,
  .p-requirements-table tbody th,
  .p-requirements-table tbody td {
    display: block;
    width: 100%;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-about__inner {
  position: relative;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding: 30px 10px 60px;
  }
}
.p-top-about__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 255px;
  height: auto;
  aspect-ratio: 255/320;
  top: 40px;
  left: -255px;
  background: url(images/top_sec01_left_pc.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner::before {
    display: none;
  }
}
.p-top-about__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 393px;
  height: auto;
  aspect-ratio: 393/327;
  top: 75px;
  right: -255px;
  background: url(images/top_sec01_right_pc.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner::after {
    display: none;
  }
}

.p-top-about-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-about-ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
.p-top-about-ttl::before {
  display: block;
  content: "";
  position: absolute;
  max-width: 656px;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_ttl_bg.png) repeat-x;
  background-size: 32px 16px;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-about-ttl::before {
    max-width: 400px;
    height: 8px;
    background: url(images/top_sec01_ttl_bg.png) repeat-x;
    background-size: 16px 8px;
  }
}
.p-top-about-ttl .big {
  font-size: 3.6rem;
  font-weight: bold;
  color: #DE594C;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-about-ttl .big {
    font-size: 2.2rem;
  }
}

.p-top-philosophy__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 90px;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__inner {
    padding: 0px 10px 60px;
  }
}
.p-top-philosophy__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__list {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
.p-top-philosophy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  aspect-ratio: 250/227;
}
.p-top-philosophy__item:nth-child(1) {
  position: relative;
  background: url(images/top_sec02_01.png) no-repeat center top;
}
.p-top-philosophy__item:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: auto;
  aspect-ratio: 65/66;
  bottom: 10px;
  left: -40px;
  background: url(images/top_sec02_left.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
.p-top-philosophy__item:nth-child(2) {
  background: url(images/top_sec02_02.png) no-repeat center top;
}
.p-top-philosophy__item:nth-child(3) {
  position: relative;
  background: url(images/top_sec02_03.png) no-repeat center top;
}
.p-top-philosophy__item:nth-child(3)::before {
  display: block;
  content: "";
  position: absolute;
  width: 47px;
  height: auto;
  aspect-ratio: 47/78;
  top: 0;
  right: -20px;
  background: url(images/top_sec02_right.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-philosophy__txt {
  padding-top: 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-top-philosophy-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy-ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.p-top-philosophy-ttl::before, .p-top-philosophy-ttl::after {
  content: "";
  flex-grow: 1;
  width: auto;
  height: 1px;
  background: url(images/top_sec02_ttl_left.png) no-repeat;
}
.p-top-philosophy-ttl::before {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy-ttl::before {
    margin-right: 20px;
  }
}
.p-top-philosophy-ttl::after {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy-ttl::after {
    margin-left: 20px;
  }
}

.p-top-news {
  background: #FDF0EE;
}
.p-top-news__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    flex-flow: nowrap column;
    padding: 50px 10px 60px;
  }
}
.p-top-news__left {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-top-news__left {
    display: contents;
  }
}
.p-top-news__right {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .p-top-news__right {
    display: contents;
  }
}
.p-top-news__btn {
  margin-top: 35px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    order: 3;
    margin-top: 30px;
    width: 170px;
  }
}
.p-top-news__btn a {
  padding: 7px 0;
  border-radius: 6px;
  border: 2px solid #E78F83;
  background: #E78F83;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-top-news__btn a:hover {
  color: #E78F83;
  background: #fff;
}

.p-top-news-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #7A5F47;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-news-ttl {
    order: 1;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.p-top-guide__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 115px;
}
@media screen and (max-width: 767px) {
  .p-top-guide__inner {
    padding: 60px 10px;
  }
}
.p-top-guide__txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-guide__txt {
    margin-bottom: 40px;
  }
}

.p-top-care {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-care {
    padding: 0;
  }
}

.p-top-uninsured {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-uninsured {
    padding: 0;
  }
}

.p-top-care-flex-order,
.p-top-uninsured-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1670px;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order,
  .p-top-uninsured-flex-r-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
.p-top-care-flex-order__ttl,
.p-top-uninsured-flex-r-order__ttl {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 80px;
  border-bottom: 1px dashed #C5C0BB;
  font-size: 3.6rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__ttl,
  .p-top-uninsured-flex-r-order__ttl {
    order: 1;
    margin-bottom: 20px;
    padding: 0 0 5px 55px;
    width: 100%;
    font-size: 2.2rem;
  }
}
.p-top-care-flex-order__ttl::before,
.p-top-uninsured-flex-r-order__ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: auto;
  aspect-ratio: 65/48;
  top: 10px;
  left: 0;
  background: url(images/top_sec04_sub-ttl.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__ttl::before,
  .p-top-uninsured-flex-r-order__ttl::before {
    width: 45px;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__txt-box,
  .p-top-uninsured-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-care-flex-order__txt630,
.p-top-uninsured-flex-r-order__txt630 {
  width: 37.7245508982%;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__txt630,
  .p-top-uninsured-flex-r-order__txt630 {
    display: contents;
  }
}
.p-top-care-flex-order__fig960,
.p-top-uninsured-flex-r-order__fig960 {
  position: relative;
  overflow: hidden;
  width: 57.4850299401%;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__fig960,
  .p-top-uninsured-flex-r-order__fig960 {
    order: 2;
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-top-care-flex-order__fig960 img,
.p-top-uninsured-flex-r-order__fig960 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__fig960 img,
  .p-top-uninsured-flex-r-order__fig960 img {
    position: static;
    object-fit: fill;
    object-position: center top;
  }
}
.p-top-care-flex-order__btn,
.p-top-uninsured-flex-r-order__btn {
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__btn,
  .p-top-uninsured-flex-r-order__btn {
    order: 4;
    margin: 30px auto 0;
    max-width: 250px;
  }
}
.p-top-care-flex-order__btn a,
.p-top-uninsured-flex-r-order__btn a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__btn a,
  .p-top-uninsured-flex-r-order__btn a {
    padding: 10px;
  }
}

.p-top-care-flex-order {
  flex-flow: row wrap;
  margin: 0 0 80px auto;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order {
    flex-flow: nowrap column;
    margin: 0 auto 60px;
  }
}
.p-top-care-flex-order__fig960 {
  border-radius: 12px 0 0 12px;
  box-shadow: -15px 15px 0px #FCE9E6;
}
@media screen and (max-width: 767px) {
  .p-top-care-flex-order__fig960 {
    position: relative;
    right: -10px;
    box-shadow: -10px 10px 0px #FCE9E6;
  }
}

.p-top-uninsured-flex-r-order {
  flex-flow: row-reverse wrap;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-uninsured-flex-r-order {
    flex-flow: nowrap column;
    margin: 0 auto;
  }
}
.p-top-uninsured-flex-r-order__fig960 {
  border-radius: 0 12px 12px 0;
  box-shadow: 15px 15px 0px #FCE9E6;
}
@media screen and (max-width: 767px) {
  .p-top-uninsured-flex-r-order__fig960 {
    position: relative;
    left: -10px;
    box-shadow: 10px 10px 0px #FCE9E6;
  }
}

.p-top-flow {
  padding: 100px 0;
  background: #FAF8ED;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding: 60px 10px;
  }
}
.p-top-flow__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__inner {
    padding: 0;
  }
}
.p-top-flow__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 60px 0;
  }
}
.p-top-flow__item {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__item {
    max-width: 340px;
    width: 100%;
  }
}
.p-top-flow__item:not(:last-of-type)::after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: auto;
  aspect-ratio: 26/70;
  top: 50%;
  right: -65px;
  transform: translateY(-75%);
  background: url(images/top_sec05_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-flow__item:not(:last-of-type)::after {
    width: auto;
    height: 20px;
    aspect-ratio: 70/26;
    top: initial;
    right: initial;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/top_sec05_arrow_sp.png) no-repeat;
    background-size: 100%;
  }
}
.p-top-flow__fig {
  margin-bottom: 10px;
}
.p-top-flow__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 0;
  width: 100%;
  background: #EFE9C7;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__ttl {
    margin-bottom: 10px;
  }
}
.p-top-flow__ttl .inner {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #DE594C;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-flow__ttl .inner {
    font-size: 2rem;
  }
}
.p-top-flow__txt {
  text-align: center;
}

.p-top-voice {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding: 60px 10px;
  }
}
.p-top-voice__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-voice__inner {
    padding: 0;
  }
}

.p-top-voice-flex-order {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-voice-flex-order__txt750 {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__txt750 {
    display: contents;
  }
}
.p-top-voice-flex-order__fig400 {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__fig400 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-top-voice-flex-order__fig400 img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-voice-flex-order__btn {
  margin-top: 60px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__btn {
    order: 4;
    max-width: 250px;
    margin: 30px auto 0;
  }
}
.p-top-voice-flex-order__btn a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-voice-flex-order__btn a {
    padding: 10px;
  }
}

.p-top-voice-ttl {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C5C0BB;
}
@media screen and (max-width: 767px) {
  .p-top-voice-ttl {
    flex-flow: nowrap column;
    align-items: flex-start;
    gap: 5px 0;
    padding-bottom: 10px;
  }
}
.p-top-voice-ttl__left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  width: 160px;
  background: #97CB63;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .p-top-voice-ttl__left {
    width: 140px;
  }
}
.p-top-voice-ttl__left .inner {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-voice-ttl__left .inner {
    font-size: 1.4rem;
  }
}
.p-top-voice-ttl__right {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-voice-ttl__right {
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }
}

.p-top-recruit {
  position: relative;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding: 60px 10px;
  }
}
.p-top-recruit::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/387;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec07_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .p-top-recruit::before {
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit::before {
    width: 1100px;
  }
}
.p-top-recruit::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/479;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec09_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .p-top-recruit::after {
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit::after {
    width: 1200px;
  }
}

.p-top-applicant__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-applicant__inner {
    padding: 0;
  }
}
.p-top-applicant__txt-box {
  padding: 60px 10px;
  border: 3px solid #EFE9C7;
  border-radius: 10px;
  background: #FAF8ED;
}
@media screen and (max-width: 767px) {
  .p-top-applicant__txt-box {
    padding: 30px 15px;
  }
}
.p-top-applicant__btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-applicant__btn-box {
    flex-flow: nowrap column;
    gap: 10px 0;
    margin-top: 30px;
  }
}

.p-top-schedule__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__inner {
    padding: 60px 0;
  }
}

.p-top-schedule-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-top-schedule-flex__txt720 {
  padding-top: 10px;
  width: 720px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__txt720 {
    margin-top: 10px;
    padding-top: 0;
    max-width: 450px;
    margin-inline: auto;
    width: 100%;
  }
}
.p-top-schedule-flex__fig420 {
  max-width: 420px;
  width: 100%;
}

.p-top-schedule-flex__box:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-top-schedule-flex__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__box {
    align-items: flex-start;
    gap: 0 10px;
  }
}
.p-top-schedule-flex__box-outer {
  position: relative;
}
.p-top-schedule-flex__box-outer::after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  transform: translateX(-50%);
  background: #97CB63;
  background-size: 4px 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__box-outer::after {
    left: 60px;
    height: calc(100% - 10px);
  }
}
.p-top-schedule-flex__box:not(:last-of-type) .p-top-schedule-flex__time {
  position: relative;
}
.p-top-schedule-flex__time {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  width: 160px;
  border-radius: 50vh;
  background: #97CB63;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__time {
    padding: 3px 0;
    width: 120px;
  }
}
.p-top-schedule-flex__time .inner {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__time .inner {
    font-size: 1.2rem;
  }
}
.p-top-schedule-flex__content {
  width: calc(100% - 190px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-flex__content {
    width: calc(100% - 130px);
    font-size: 1.6rem;
  }
}
.p-top-schedule-flex__txt {
  margin-top: 20px;
}

.p-top-staff__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-staff__inner {
    padding: 0;
  }
}

.p-top-staff-flex {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-top-staff-flex__txt750 {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__txt750 {
    width: 100%;
  }
}
.p-top-staff-flex__fig400 {
  max-width: 400px;
  width: 100%;
}
.p-top-staff-flex__fig-txt {
  margin-top: 15px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__fig-txt {
    margin: 10px auto 30px;
    font-size: 2rem;
  }
}
.p-top-staff-flex__fig-txt .inner {
  position: relative;
}
.p-top-staff-flex__fig-txt .inner::before, .p-top-staff-flex__fig-txt .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 49px;
  height: auto;
  aspect-ratio: 49/37;
  top: 50%;
  transform: translateY(-50%);
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__fig-txt .inner::before, .p-top-staff-flex__fig-txt .inner::after {
    width: 35px;
  }
}
.p-top-staff-flex__fig-txt .inner::before {
  left: -60px;
  background: url(images/top_sec09_ttl_left.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__fig-txt .inner::before {
    left: -50px;
  }
}
.p-top-staff-flex__fig-txt .inner::after {
  right: -60px;
  background: url(images/top_sec09_ttl_right.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__fig-txt .inner::after {
    right: -50px;
  }
}
.p-top-staff-flex__btn {
  margin-top: 45px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__btn {
    margin: 40px auto 0;
    max-width: 250px;
  }
}
.p-top-staff-flex__btn a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-staff-flex__btn a {
    padding: 10px;
  }
}

.p-top-staff-box:first-of-type {
  padding: 0 0 15px;
}

.p-top-staff-box {
  padding: 20px 0;
  border-bottom: 1px dashed #C5C0BB;
}
@media screen and (max-width: 767px) {
  .p-top-staff-box {
    padding: 15px 0;
  }
}
.p-top-staff-box__ttl {
  position: relative;
  margin-bottom: 10px;
  padding: 2px 0px 2px 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-staff-box__ttl {
    margin-bottom: 20px;
    padding: 0px 0px 0px 45px;
    font-size: 1.8rem;
  }
}
.p-top-staff-box__ttl::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  background: #E78F83;
  border-radius: 50%;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-staff-box__ttl::before {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.p-top-staff-box__txt {
  position: relative;
  padding: 0px 0px 0px 55px;
}
@media screen and (max-width: 767px) {
  .p-top-staff-box__txt {
    padding: 5px 0 0 45px;
  }
}
.p-top-staff-box__txt::before {
  display: block;
  content: "A";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0px;
  left: 0;
  background: #81D2D7;
  border-radius: 50%;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-staff-box__txt::before {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.p-top-faq {
  background: #FDF0EE;
}
.p-top-faq__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-faq__inner {
    padding: 60px 10px;
  }
}

.p-accordion-box:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box:not(:first-of-type) {
    margin-top: 10px;
  }
}

.p-accordion-box {
  padding: 30px 30px;
  border: 3px solid #FCE7E2;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-accordion-box {
    padding: 20px 15px;
  }
}
.p-accordion-box__ttl {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: nowrap row;
  cursor: pointer;
  margin-bottom: 15px;
}
.p-accordion-box__ttl::-webkit-details-marker {
  display: none;
}
.p-accordion-box__ttl::after {
  display: block;
  content: "+";
  position: absolute;
  right: 0px;
  top: 0;
  transition: 0.3s;
  font-size: 3rem;
  /* 記号のサイズ */
  font-weight: normal;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl::after {
    font-size: 1.6em;
    /* 記号のサイズ */
    top: 2px;
  }
}
.p-accordion-box__ttl-content {
  padding: 6px 40px 6px 70px;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl-content {
    padding: 0px 25px 0px 45px;
    font-size: 1.6rem;
  }
}
.p-accordion-box__ttl-content::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 48px;
  top: 0;
  left: 0;
  background: #E78F83;
  border-radius: 50%;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl-content::before {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.p-accordion-box__txt {
  position: relative;
  padding: 6px 0 0 70px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__txt {
    padding: 0px 0 0 45px;
  }
}
.p-accordion-box__txt::before {
  display: block;
  content: "A";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 48px;
  top: 0;
  left: 0;
  background: #97CB63;
  border-radius: 50%;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__txt::before {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

.p-accordion-box[open] .p-accordion-box__ttl::after {
  content: "−";
  transition: 0.3s;
}

/****************************************

トップ共通

*****************************************/
/*---------- トップ共通タイトル01 ----------*/
.p-top-cmn-ttl {
  display: flex;
  flex-flow: nowrap column;
  justify-content: flex-start;
  align-items: center;
}
.p-top-cmn-ttl .top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 0;
  width: 320px;
  background: #E9998D;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .top {
    margin-bottom: 15px;
    padding: 6px 0;
    width: 300px;
    font-size: 1.6rem;
  }
}
.p-top-cmn-ttl .top::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/16;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_cmn_ttl_triangle.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .top::after {
    width: auto;
    height: 10px;
    bottom: -10px;
  }
}
.p-top-cmn-ttl .btm {
  position: relative;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .btm {
    font-size: 1.6rem;
  }
}
.p-top-cmn-ttl .btm::before {
  display: block;
  content: "";
  position: absolute;
  width: 116px;
  height: auto;
  aspect-ratio: 116/100;
  top: -45px;
  left: -165px;
  background: url(images/top_cmn_ttl_left.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .btm::before {
    width: 40px;
    top: -5px;
    left: -50px;
  }
}
.p-top-cmn-ttl .btm::after {
  display: block;
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  aspect-ratio: 115/100;
  top: -65px;
  right: -165px;
  background: url(images/top_cmn_ttl_right.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .btm::after {
    width: 40px;
    top: -5px;
    right: -50px;
  }
}
.p-top-cmn-ttl .btm .big-pink {
  font-size: 4rem;
  color: #DE594C;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .btm .big-pink {
    font-size: 2.2rem;
  }
}
.p-top-cmn-ttl .btm .big-blue {
  font-size: 4rem;
  color: #3BB2B8;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl .btm .big-blue {
    font-size: 2.2rem;
  }
}

.p-top-cmn-ttl--guide {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl--guide {
    margin-bottom: 20px;
  }
}

.p-top-cmn-ttl--flow {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl--flow {
    margin-bottom: 30px;
  }
}

.p-top-cmn-ttl--voice {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl--voice {
    margin-bottom: 30px;
  }
}

.p-top-cmn-ttl--applicant {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl--applicant {
    margin-bottom: 30px;
  }
}

.p-top-cmn-ttl--faq {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl--faq {
    margin-bottom: 30px;
  }
}

/*---------- トップ共通タイトル02 ----------*/
.p-top-cmn-ttl02 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #DE594C;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl02 {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}
.p-top-cmn-ttl02::after {
  display: block;
  content: "";
  position: absolute;
  width: 456px;
  height: auto;
  aspect-ratio: 456/34;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_cmn_ttl02.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl02::after {
    width: 320px;
  }
}

.p-top-cmn-ttl02--schedule {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl02--schedule {
    margin-bottom: 20px;
  }
}

.p-top-cmn-ttl02--staff {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-cmn-ttl02--staff {
    margin-bottom: 20px;
  }
}

/*---------- トップお問い合わせ ----------*/
.p-top-contact {
  background: url(images/top_contact_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    background: url(images/top_contact_bg.jpg) no-repeat left -200px top;
    background-size: cover;
  }
}
.p-top-contact__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__inner {
    flex-flow: nowrap column;
    padding: 50px 10px 60px;
  }
}
.p-top-contact__left {
  padding-right: 80px;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__left {
    display: contents;
  }
}
.p-top-contact__right {
  padding-left: 80px;
  width: 860px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .p-top-contact__right {
    display: contents;
  }
}
.p-top-contact__txt {
  margin-bottom: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-contact__txt {
    text-align: center;
  }
}
.p-top-contact__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__box {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
.p-top-contact__time {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-contact__time {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel {
    text-align: center;
  }
}
.p-top-contact__tel a {
  color: #fff;
}
.p-top-contact__tel .inner {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel .inner {
    padding-left: 30px;
    font-size: 2.5rem;
  }
}
.p-top-contact__tel .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: auto;
  height: 39px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_contact_tel.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel .inner::after {
    height: 22px;
  }
}
.p-top-contact__mail {
  width: 420px;
}
@media screen and (max-width: 1220px) {
  .p-top-contact__mail {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__mail {
    width: 340px;
  }
}
.p-top-contact__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 10px;
  border: 2px solid #DE594C;
  border-radius: 100vh;
  background: #fff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-contact__mail a {
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}
.p-top-contact__mail a:is(:link, :visited) {
  color: #DE594C;
}
.p-top-contact__mail a:is(:hover, :active) {
  color: #fff;
  border: 2px solid #fff;
  background: #E78F83;
}
.p-top-contact__mail a:hover .txt::before {
  background: url(images/top_contact_mail_hover.png) no-repeat;
  background-size: 100%;
}
.p-top-contact__mail .txt {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__mail .txt {
    padding-left: 30px;
  }
}
.p-top-contact__mail .txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: auto;
  aspect-ratio: 26/21;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_contact_mail.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top-contact__mail .txt::before {
    width: 20px;
  }
}

.p-top-contact-ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact-ttl {
    margin-bottom: 20px;
  }
}
.p-top-contact-ttl__jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-contact-ttl__jp {
    font-size: 2.2rem;
  }
}
.p-top-contact-ttl__en {
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-contact-ttl__en {
    font-size: 1.4rem;
  }
}

/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  max-height: 240px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    order: 2;
  }
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-radius: 8px;
  max-width: 920px;
  width: 100%;
}
.p-diary-list__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-diary-list a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 18px 20px 18px 30px;
  width: 100%;
  border-radius: 8px;
  border: 3px solid #FCE7E2;
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-diary-list a {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list a:is(:hover, :active) {
  border: 3px solid #fff;
  background: #FCE7E2;
}
.p-diary-list__date {
  position: relative;
  padding-left: 50px;
  width: 22.4719101124%;
  font-family: "Barlow", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #DE594C;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    padding-left: 30px;
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__date::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: url(images/top_sec03_ttl_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date::before {
    left: 0;
    width: 20px;
  }
}
.p-diary-list__ttl {
  width: 77.5280898876%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss ご挨拶

*****************************************/
.p-about-sec01__fig {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01__fig {
    margin-bottom: 15px;
  }
}
.p-about-sec01__ceo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec01__ceo {
    margin-bottom: 20px;
  }
}

/****************************************

_p-page-name.scss 訪問介護

*****************************************/
.p-care-sec03-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-care-sec03-flex {
    flex-flow: column wrap;
    align-items: center;
  }
}
.p-care-sec03-flex__txt720 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 10px;
  width: 720px;
  border-radius: 50vh;
  background: #fdf0ee;
}
@media screen and (max-width: 767px) {
  .p-care-sec03-flex__txt720 {
    margin-bottom: 40px;
    padding: 15px 10px;
    width: 100%;
  }
}
.p-care-sec03-flex__txt720::after {
  display: block;
  content: "";
  position: absolute;
  width: 42px;
  height: auto;
  aspect-ratio: 42/29;
  bottom: -29px;
  right: 70px;
  background: url(images/care_bubble.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-care-sec03-flex__fig340 {
  max-width: 340px;
  width: 100%;
}
.p-care-sec03-flex__txt {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-care-sec03-flex__txt {
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss 保険外サービス

*****************************************/
.p-uninsured-sec03__price {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-uninsured-sec03__price {
    font-size: 1.8rem;
  }
}

/****************************************

_p-page-name.scss ご利用者様の声

*****************************************/
.p-voice-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-voice-list__fig440 {
  position: relative;
  width: 440px;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .p-voice-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/330;
  }
}
.p-voice-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-page-name.scss 求職者の方へ

*****************************************/
.p-applicant-sec01__txt {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #3e301e;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-applicant-sec01__txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-applicant-sec01__list {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 30px 60px;
  max-width: 1060px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-applicant-sec01__list {
    gap: 20px 0;
  }
}
.p-applicant-sec01__item {
  position: relative;
  padding: 0 0 10px 60px;
  width: 47.1698113208%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-applicant-sec01__item {
    padding: 0 0 5px 35px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-applicant-sec01__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: 0;
  left: 10px;
  background: url(images/applicant_check.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-applicant-sec01__item::before {
    width: 20px;
    left: 5px;
  }
}
.p-applicant-sec01__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #fee8e4, #fee8e4 12px, transparent 12px, transparent 6px);
  background-size: 18px 3px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

/****************************************

_p-page-name.scss スタッフインタビュー

*****************************************/
.p-staff-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-staff-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-staff-list__fig400 {
  position: relative;
  width: 400px;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .p-staff-list__fig400 {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 400/330;
  }
}
.p-staff-list__fig400 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-staff-box:first-of-type {
  padding: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .p-staff-box:first-of-type {
    margin-top: 20px;
    padding: 0 0 15px;
  }
}

.p-staff-box:not(:first-of-type) {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .p-staff-box:not(:first-of-type) {
    padding: 15px 0;
  }
}

.p-staff-box {
  border-bottom: 2px solid #c5c0bb;
}
@media screen and (max-width: 767px) {
  .p-staff-box {
    padding: 15px;
  }
}
.p-staff-box__ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 0 65px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3e301e;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-staff-box__ttl {
    margin-bottom: 20px;
    padding: 0 0 0 45px;
    font-size: 1.8rem;
  }
}
.p-staff-box__ttl::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  top: 0;
  left: 10px;
  background: #E78F83;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-box__ttl::before {
    left: 0;
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.p-staff-box__txt {
  position: relative;
  padding: 0 0 0 65px;
}
@media screen and (max-width: 767px) {
  .p-staff-box__txt {
    padding: 0 0 0 45px;
  }
}
.p-staff-box__txt::before {
  display: block;
  content: "A";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  top: -2px;
  left: 10px;
  background: #81D2D7;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-box__txt::before {
    left: 0;
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}

/****************************************

_p-page-name.scss 募集要項

*****************************************/
/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
.p-accordion-box-faq:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq:not(:first-of-type) {
    margin-top: 20px;
  }
}

.p-accordion-box-faq {
  padding: 30px 30px;
  border-radius: 8px;
  background: #fff8f7;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq {
    padding: 20px 15px;
  }
}
.p-accordion-box-faq__ttl {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: nowrap row;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__ttl {
    margin-bottom: 15px;
  }
}
.p-accordion-box-faq__ttl::-webkit-details-marker {
  display: none;
}
.p-accordion-box-faq__ttl::after {
  display: block;
  content: "+";
  position: absolute;
  right: 0px;
  top: 0;
  transition: 0.3s;
  font-size: 3rem;
  /* 記号のサイズ */
  font-weight: normal;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__ttl::after {
    font-size: 1.6em;
    /* 記号のサイズ */
    top: 2px;
  }
}
.p-accordion-box-faq__ttl-content {
  padding: 0px 40px 15px 80px;
  width: 100%;
  border-bottom: 2px solid #c5c0bb;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3E301E;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__ttl-content {
    padding: 0px 25px 10px 35px;
    font-size: 1.6rem;
  }
}
.p-accordion-box-faq__ttl-content::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 26px;
  top: 5px;
  left: 20px;
  background: #E78F83;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__ttl-content::before {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 1.8rem;
  }
}
.p-accordion-box-faq__txt {
  position: relative;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__txt {
    padding: 0 0 0 35px;
  }
}
.p-accordion-box-faq__txt::before {
  content: "A";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 26px;
  top: 0;
  left: 20px;
  background: #97CB63;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-accordion-box-faq__txt::before {
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 1.8rem;
  }
}

.p-accordion-box-faq[open] .p-accordion-box-faq__ttl::after {
  content: "−";
  transition: 0.3s;
}

/****************************************

_p-blog.scss お知らせ

*****************************************/
.p-journal-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-journal-list__date {
  margin-bottom: 5px;
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E78F83;
}
.p-journal-list__txt {
  margin-bottom: 30px;
}
.p-journal-list__btn {
  margin: 0 0 0 auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin: 0 auto;
    width: 250px;
  }
}
.p-journal-list__btn a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn a {
    padding: 10px;
  }
}
.p-journal-list__fig440 {
  position: relative;
  width: 440px;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/330;
  }
}
.p-journal-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-overview.scss 会社概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  margin-top: 20px;
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
.p-form__tel-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__tel-box {
    margin-top: 20px;
  }
}
.p-form__no-thanks {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__no-thanks {
    font-size: 1.4rem;
  }
}
.p-form__tel {
  text-align: center;
}
.p-form__tel a {
  color: #3e301e;
}
.p-form__tel .inner {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form__tel .inner {
    padding-left: 35px;
    font-size: 2.5rem;
  }
}
.p-form__tel .inner::after {
  display: block;
  content: "";
  position: absolute;
  width: auto;
  height: 35px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/contact_tel.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-form__tel .inner::after {
    height: 25px;
  }
}

/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: #fdf6f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3e301e;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.8rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.4rem;
  }
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "メイリオ", sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #E78F83;
  border-radius: 8px;
  background-color: #E78F83;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #E78F83;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc {
    text-align: center;
  }
}

.u-tcc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #333333;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #E78F83;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #E78F83;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #333333;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333333;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #333333;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #E78F83;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #E78F83;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #333333;
}

.u-main-color {
  color: #E78F83;
}

.u-accent-color {
  color: #81D2D7;
}

.u-red {
  color: #dc4031;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "メイリオ";
}

.u-font-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-font-en {
  font-family: "Barlow", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */