@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.zm {
  font-family: "Zen Maru Gothic", serif;
}

.qs {
  font-family: "Quicksand", serif;
}

/*
Theme Name: 株式会社一笑堂
Description: 株式会社一笑堂 | 箕面市の訪問介護・訪問鍼灸マッサージ・居宅介護
Theme URI: https://www.1ace-group.co.jp
Version: 1.0
License: 株式会社一笑堂
License URI: https://www.1ace-group.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: #231815;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "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.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@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: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  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%;
}

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

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    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__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 164px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

@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;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 25px;
}

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 37px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.06em;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #231815;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #231815;
}

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

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 230px;
  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: #EDAC3F;
  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: #EDAC3F;
  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: #EDAC3F;
    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: #B3D154;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  #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);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #EDAC3F;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    z-index: 9998;
  }
  .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 {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #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: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #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: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    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 #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-mv-top {
    padding: 0 10px;
  }
}
.l-mv-top::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  bottom: 0;
  left: 0;
  background: url(images/mv_top_bg.jpg) repeat;
  background-size: 100%;
  z-index: -999;
}
.l-mv-top::after {
  display: block;
  content: "";
  position: absolute;
  width: 57.7083333333%;
  height: auto;
  aspect-ratio: 1108/505;
  bottom: -5.8%;
  left: 2.2%;
  background: url(images/mv_bg.png) no-repeat;
  background-size: 100%;
  z-index: 8000;
}
.l-mv-top__pic-outer {
  position: relative;
  width: 79.347826087%;
  margin: 0 0 0 auto;
}
.l-mv-top__pic {
  position: relative;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-top__pic-img {
    position: relative;
    left: 0%;
    width: 120%;
    z-index: 600;
  }
}
.l-mv-top__ttl {
  position: absolute;
  top: 12%;
  left: 4.6%;
  z-index: 9000;
  width: 19.7916666667%;
  height: auto;
  aspect-ratio: 380/452;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    top: 13%;
    left: 2%;
    width: 25%;
  }
}
.l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.l-mv-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-mv-page {
    padding: 0 10px;
  }
}
.l-mv-page::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  bottom: 0;
  left: 0;
  background: url(images/mv_top_bg.jpg) repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 1920px) {
  .l-mv-page::before {
    width: 1920px;
    height: 16%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/mv_top_bg.jpg) no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page::before {
    width: 100%;
    height: 22%;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    background: url(images/mv_top_bg.jpg) repeat;
    background-size: 100%;
  }
}
.l-mv-page::after {
  display: block;
  content: "";
  position: absolute;
  width: 57.7083333333%;
  height: auto;
  aspect-ratio: 1108/505;
  bottom: -5.8%;
  bottom: -8.8%;
  left: 2.2%;
  background: url(images/mv_bg.png) no-repeat;
  background-size: 100%;
  z-index: 8000;
}
@media screen and (max-width: 767px) {
  .l-mv-page::after {
    width: 73%;
  }
}
.l-mv-page__pic-outer {
  position: relative;
  width: 80.4347826087%;
  margin: 0 0 0 auto;
}
.l-mv-page__pic {
  position: relative;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: 0%;
    width: 130%;
    z-index: 600;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 36%;
  left: 6.4%;
  z-index: 9000;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(4rem, 3.2vw, 10rem);
  font-weight: bold;
  color: #221814;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    top: 30%;
    left: 3.4%;
    font-size: clamp(2.2rem, 4vw, 10rem);
  }
}

.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: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

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

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  padding: 26px 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin-bottom: 70px;
    padding: 15px 10px 15px;
  }
}
.breadcrumb_area::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/breadcrumbs_bg.jpg) repeat;
  background-size: 100%;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area::before {
    height: 100%;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #231815;
  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: #231815;
}
.breadcrumb a:is(:hover, :active) {
  color: #231815;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #231815;
  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 {
  position: relative;
}
.l-btm-sec::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_bg_leaf.jpg) no-repeat center top;
  background-size: cover;
  z-index: -999;
}
.l-btm-sec__inner {
  max-width: 1940px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 70px 10px 50px;
  }
}

.l-btm-sec-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 10px 0;
  }
}
.l-btm-sec-list__item {
  width: 340px;
  height: auto;
  aspect-ratio: 340/176;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-list__item {
    width: 280px;
  }
}
.l-btm-sec-list__item:nth-child(3) {
  padding: 45px 10px 10px;
  background: url(images/btm_contact_bg.png) no-repeat center top;
  background-size: contain;
}
.l-btm-sec-list__contact {
  width: 218px;
  height: auto;
  aspect-ratio: 218/16;
  margin-inline: auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-list__contact {
    margin-bottom: 5px;
    width: 188px;
  }
}

.l-btm-sec-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  }
}
.l-btm-sec-ttl::before {
  display: block;
  content: "Contact";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-family: "Quicksand", serif;
  font-size: 18rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::before {
    top: -50px;
    font-size: 7rem;
  }
}
.l-btm-sec-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/6;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_dot.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::after {
    width: 50px;
    bottom: -15px;
  }
}

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

_l-footer.scss フッター共通

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

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .l-footer-pc__right {
    padding-right: 90px;
  }
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 25px;
}
.l-footer__logo a {
  display: block;
}
.l-footer__zip {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-footer__zip {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.l-footer__tel {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    padding-left: 20px;
  }
}
.l-footer__tel01 {
  margin-bottom: 5px;
}
.l-footer__tel-txt01, .l-footer__tel-txt02 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-footer__tel-txt01, .l-footer__tel-txt02 {
    font-size: 1.5rem;
  }
}
.l-footer__tel-txt01::before, .l-footer__tel-txt02::before {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-footer__tel-txt01::before, .l-footer__tel-txt02::before {
    width: 15px;
    left: -21px;
  }
}
.l-footer__tel-txt01 {
  color: #EDAC3F;
}
.l-footer__tel-txt01::before {
  background: url(images/c_circle_orange.png) no-repeat;
  background-size: 100%;
}
.l-footer__tel-txt02 {
  color: #B3D154;
}
.l-footer__tel-txt02::before {
  background: url(images/c_circle_green.png) no-repeat;
  background-size: 100%;
}
.l-footer__tel-num {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-footer__tel-num {
    font-size: 1.4rem;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 16px 10px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
  background: url(images/copy_right_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.float-pc {
  display: none;
}

.float-pc {
  right: 30px;
  bottom: 210px;
}

.pagetop {
  right: 30px;
  bottom: 90px;
}

.float-pc,
.pagetop {
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .float-pc,
  .pagetop {
    display: none !important;
  }
}
.float-pc a,
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .float-pc a,
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__cat {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #EDAC3F;
  letter-spacing: 0.08em;
  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: #EDAC3F;
}
.l-footer-sitemap__cat a:is(:hover, :active) {
  color: #B3D154;
}
.l-footer-sitemap__cat a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #B3D154;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__cat a:hover::before {
  width: 100%;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 3px;
  padding-left: 20px;
}
.l-footer-sitemap__page::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  top: 18px;
  left: 0;
  background: #EDAC3F;
}
.l-footer-sitemap__page a {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  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: #231815;
}
.l-footer-link a:is(:hover, :active) {
  color: #EDAC3F;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #EDAC3F;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@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: #EDAC3F;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 20%;
    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,
  .sp_btn_list_item_icon_05 {
    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,
  .sp_btn_list_item_icon_05::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_tel.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_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_05::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: -40px auto 0;
  }
}
.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: #EDAC3F;
  border: 1px solid #EDAC3F;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #EDAC3F;
  background: #EDAC3F;
}

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: #B3D154;
  border: solid 1px #B3D154;
  color: white;
}

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

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

.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: #231815;
}
.nav-below a:is(:hover, :active) {
  color: #EDAC3F;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #EDAC3F;
  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 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}

.c-btn01--green a {
  border: 2px solid #B3D154;
  background: #B3D154;
}
.c-btn01--green a:hover {
  background: #fff;
  color: #B3D154;
}

.c-btn01--orange a {
  border: 2px solid #EDAC3F;
  background: #EDAC3F;
}
.c-btn01--orange a:hover {
  background: #fff;
  color: #EDAC3F;
}

.c-btn01--top-sec01 {
  margin-top: 35px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 {
    order: 4;
    margin: 30px auto 0;
    width: 280px;
  }
}
.c-btn01--top-sec01 a {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a {
    padding: 11px 10px;
  }
}

.c-btn01--top-sec02 {
  margin-top: 35px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 {
    order: 4;
    margin: 30px auto 0;
    width: 280px;
  }
}
.c-btn01--top-sec02 a {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 a {
    padding: 11px 10px;
  }
}

.c-btn01--top-sec04 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec04 {
    bottom: -14px;
    width: 32vw;
  }
}
.c-btn01--top-sec04 a {
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec04 a {
    padding: 1px 10px;
    font-size: 1.2rem;
  }
}

.c-btn02 a {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.4rem;
  }
}
.c-btn02 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(135deg);
}

.c-btn02--green a {
  border: 2px solid #B3D154;
  background: #B3D154;
}
.c-btn02--green a:hover {
  background: #fff;
  color: #B3D154;
}

.c-btn02--orange a {
  border: 2px solid #EDAC3F;
  background: #EDAC3F;
}
.c-btn02--orange a:hover {
  background: #fff;
  color: #EDAC3F;
}

.c-btn02--care,
.c-btn02--acupuncture {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .c-btn02--care,
  .c-btn02--acupuncture {
    width: 340px;
  }
}
.c-btn02--care a,
.c-btn02--acupuncture a {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn02--care a,
  .c-btn02--acupuncture a {
    padding: 11px 10px;
  }
}

.c-btn02--requirements01,
.c-btn02--requirements03 {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn02--requirements01,
  .c-btn02--requirements03 {
    max-width: 355px;
  }
}
.c-btn02--requirements01 a,
.c-btn02--requirements03 a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn02--requirements01 a,
  .c-btn02--requirements03 a {
    padding: 11px 10px;
  }
}

.c-btn02--requirements02 {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn02--requirements02 {
    max-width: 355px;
  }
}
.c-btn02--requirements02 a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn02--requirements02 a {
    padding: 11px 10px;
  }
}

.c-btn03 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn03 a {
    font-size: 1.4rem;
  }
}

.c-btn04 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn04 a {
    font-size: 1.4rem;
  }
}

.c-btn05 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn05 a {
    font-size: 1.4rem;
  }
}

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

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.c-headline::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/6;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/c_dot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-headline::before {
    width: 50px;
  }
}
.c-headline::after {
  display: block;
  content: "";
  position: absolute;
  width: 180px;
  height: auto;
  aspect-ratio: 180/61;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-headline::after {
    width: 130px;
    top: -40px;
  }
}

.c-headline--about::after {
  background: url(images/headline_about.png) no-repeat;
  background-size: 100%;
}

.c-headline--service::after {
  background: url(images/headline_service.png) no-repeat;
  background-size: 100%;
}

.c-headline--recruit::after {
  background: url(images/headline_recruit.png) no-repeat;
  background-size: 100%;
}

.c-headline--info::after {
  background: url(images/headline_info.png) no-repeat;
  background-size: 100%;
}

.c-ttl01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
}
.c-ttl01::before, .c-ttl01::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.c-ttl01::before {
  border: 7px solid;
  border-color: transparent;
  margin-left: -7px;
}
.c-ttl01::after {
  border: 4px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -4px;
}

.c-ttl01--orange {
  border-bottom: 2px solid #EDAC3F;
}
.c-ttl01--orange::before {
  border-top-color: #EDAC3F;
}

.c-ttl01--green {
  border-bottom: 2px solid #B3D154;
}
.c-ttl01--green::before {
  border-top-color: #B3D154;
}

.c-ttl02 {
  margin-bottom: 20px;
  padding: 9px 10px;
  border-radius: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    border-radius: 10px;
    font-size: 1.7rem;
  }
}

.c-ttl02--orange {
  background: #EDAC3F;
}

.c-ttl02--greeen {
  background: #B3D154;
}

.c-ttl03 {
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 1.6rem;
  }
}

.c-ttl04 {
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .c-ttl04 {
    font-size: 1.5rem;
  }
}

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

_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__txt420,
.c-flex-r__txt420 {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt420,
  .c-flex-r__txt420 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig600,
.c-flex-r__fig600 {
  max-width: 600px;
  width: 100%;
}

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

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__txt540,
.c-flex-r-order__txt540 {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt540,
  .c-flex-r-order__txt540 {
    display: contents;
  }
}
.c-flex-order__fig260,
.c-flex-r-order__fig260 {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig260,
  .c-flex-r-order__fig260 {
    order: 2;
    margin-bottom: 10px;
    max-width: 350px;
  }
}

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

_c-column.scss カラム共通

*****************************************/
.c-three-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list {
    gap: 40px 10px;
  }
}
.c-three-column-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-three-column-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-three-column-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-three-column-list__fig440 {
  margin-bottom: 10px;
}
.c-three-column-list__fig440 img {
  display: block;
  width: 100%;
  height: auto;
}

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

_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%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #F1F0EC;
  font-weight: normal;
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #C7C4B4;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
    font-size: 1.4rem;
  }
}

/*---------- pages-table ----------*/
.p-fee-sec01-table th.small,
.p-fee-sec01-table td.small {
  width: 16.6666666667%;
}
.p-fee-sec01-table th.middle,
.p-fee-sec01-table td.middle {
  width: 16.6666666667%;
}

.p-fee-sec02-table--01 th,
.p-fee-sec02-table--01 td,
.p-fee-sec02-table--02 th,
.p-fee-sec02-table--02 td {
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-fee-sec01-table,
  .p-fee-sec02-table {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
  }
}
.p-fee-sec01-table th,
.p-fee-sec01-table td,
.p-fee-sec02-table th,
.p-fee-sec02-table td {
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

.p-fee-sec01-table th,
.p-fee-sec01-table td {
  padding: 20px 10px;
}

.p-fee-sec02-table th,
.p-fee-sec02-table td {
  padding: 10px 10px;
}

.p-fee-table tbody th {
  width: 31.4814814815%;
}
.p-fee-table tbody td {
  width: 68.5185185185%;
}
.p-fee-table tbody th,
.p-fee-table tbody td {
  padding: 10px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-fee-table tbody th,
  .p-fee-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.p-fee-table tbody td p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-fee-table tbody td p {
    font-size: 1.4rem;
  }
}

.p-requirements-table tbody th,
.p-overview-table tbody th {
  width: 25%;
}
.p-requirements-table tbody td,
.p-overview-table tbody td {
  width: 75%;
}
.p-requirements-table tbody th,
.p-requirements-table tbody td,
.p-overview-table tbody th,
.p-overview-table tbody td {
  padding: 19px 20px;
  font-size: 1.7rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-requirements-table tbody th,
  .p-requirements-table tbody td,
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.p-requirements-table tbody td p,
.p-overview-table tbody td p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-table tbody td p,
  .p-overview-table tbody td p {
    font-size: 1.4rem;
  }
}

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

_c-common.scss 全ページ共通

*****************************************/
.c-mail {
  width: 280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-mail {
    width: 250px;
  }
}
.c-mail a {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding: 14px 10px;
  border-radius: 8px;
  background: #EDAC3F;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-mail a {
    padding: 11px 10px;
    font-size: 1.4rem;
  }
}
.c-mail a:is(:link, :visited) {
  color: white;
}
.c-mail a:is(:hover, :active) {
  color: #fff;
  background: #B3D154;
}
.c-mail__icon {
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 24/18;
}
@media screen and (max-width: 767px) {
  .c-mail__icon {
    width: 20px;
  }
}

.c-sec {
  border-bottom: 3px dotted #A7A38B;
}

.c-sec--cmn {
  padding: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-sec--cmn {
    padding: 40px 0;
  }
}

.c-sec--first {
  padding: 0 0 40px;
}

.c-btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn-box {
    flex-flow: nowrap column;
    align-items: center;
  }
}

.c-form-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  gap: 30px 60px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 767px) {
  .c-form-box {
    margin: 40px auto;
  }
}
.c-form-box__tel {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-form-box__tel {
    width: 220px;
  }
}

/*---------- サイトポリシー ----------*/
.c-form-sec01-policy {
  padding: 20px 30px 30px;
  background: #F1F0EC;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-sec01-policy {
    padding: 20px;
  }
}
.c-form-sec01-policy__ttl {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-form-sec01-policy__ttl {
    margin-bottom: 5px;
  }
}
.c-form-sec01-policy__ttl, .c-form-sec01-policy__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-form-sec01-policy__ttl, .c-form-sec01-policy__txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

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

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  position: relative;
  background: url(images/top_sec01_bg_gray.jpg) no-repeat center top;
  background-size: cover;
}
.p-top-sec01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/153;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec02_roof.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 1920px) {
  .p-top-sec01::after {
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01::after {
    width: auto;
    height: 100px;
  }
}
.p-top-sec01__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px 13% 60px;
}
@media screen and (max-width: 1920px) {
  .p-top-sec01__inner {
    padding: 120px 20px 250px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01__inner {
    padding: 30px 10px 150px;
  }
}

.p-top-sec01-flex-order {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt620 {
  padding-top: 25px;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt620 {
    display: contents;
  }
}
.p-top-sec01-flex-order__fig439 {
  position: relative;
  max-width: 439px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig439 {
    order: 2;
    margin-bottom: 15px;
  }
}
.p-top-sec01-flex-order__fig439::after {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: auto;
  aspect-ratio: 400/140;
  bottom: 0;
  left: 0;
  background: url(images/top_sec01_bg_tree.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig439::after {
    width: 160px;
  }
}

.p-top-sec01-ttl {
  position: relative;
  margin-bottom: 45px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 35px;
    font-size: clamp(1.8rem, 4.9vw, 2.2rem);
  }
}
.p-top-sec01-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/6;
  bottom: -25px;
  left: 0;
  background: url(images/c_dot.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl::after {
    width: 50px;
    bottom: -10px;
  }
}

.p-top-sec02-inner {
  position: relative;
}
.p-top-sec02-inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 740px;
  aspect-ratio: 1920/740;
  bottom: 0;
  left: 0;
  background: url(images/top_sec02_bg_wood.jpg) repeat-x;
  background-size: 1920px 740px;
  z-index: -9999;
}
@media screen and (max-width: 1920px) {
  .p-top-sec02-inner::before {
    height: 42.3825887743%;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/top_sec02_bg_wood.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-inner::before {
    height: 10%;
  }
}
.p-top-sec02-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 73.9583333333%;
  height: auto;
  aspect-ratio: 1420/853;
  bottom: 230px;
  left: 0;
  background: url(images/top_sec02_bg_sky.jpg) no-repeat;
  background-size: 100%;
  z-index: -8888;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-inner::after {
    width: 1420px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-top-sec02 {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px 90px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 20px 10px 60px;
  }
}

.p-top-sec02-flex-order {
  flex-flow: row wrap;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order {
    margin: 0 auto 60px;
  }
}
.p-top-sec02-flex-order__fig760::before {
  display: block;
  content: "";
  position: absolute;
  width: 304px;
  height: auto;
  aspect-ratio: 304/135;
  top: -170px;
  right: 0;
  background: url(images/top_sec02_02_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig760::before {
    width: 85px;
    top: -110px;
    right: 40px;
  }
}

.p-top-sec02-flex-r-order {
  flex-flow: row-reverse wrap;
  margin: 0 auto 60px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-r-order {
    margin: 0 auto 60px;
  }
}
.p-top-sec02-flex-r-order__fig760::before {
  display: block;
  content: "";
  position: absolute;
  width: 356px;
  height: auto;
  aspect-ratio: 356/205;
  top: -180px;
  left: 0;
  background: url(images/top_sec02_01_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-r-order__fig760::before {
    width: 105px;
    top: -130px;
  }
}

.p-top-sec02-flex-order,
.p-top-sec02-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  width: 100%;
  padding: 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order,
  .p-top-sec02-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__ttl,
  .p-top-sec02-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt-box,
  .p-top-sec02-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec02-flex-order__txt540,
.p-top-sec02-flex-r-order__txt540 {
  position: relative;
  width: 39.1304347826%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt540,
  .p-top-sec02-flex-r-order__txt540 {
    display: contents;
  }
}
.p-top-sec02-flex-order__fig760,
.p-top-sec02-flex-r-order__fig760 {
  position: relative;
  max-width: 760px;
  width: 55.0724637681%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig760,
  .p-top-sec02-flex-r-order__fig760 {
    order: 2;
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-top-sec02-flex-order__fig760 img,
.p-top-sec02-flex-r-order__fig760 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig760 img,
  .p-top-sec02-flex-r-order__fig760 img {
    position: static;
    object-fit: fill;
    object-position: center top;
  }
}

.p-top-sec02__bnr-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 40px 0;
    margin-top: 0;
  }
}
.p-top-sec02__bnr {
  width: 30.9523809524%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr {
    max-width: 520px;
    width: 100%;
  }
}
.p-top-sec02__bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-sec02__bnr:has(.p-top-sec02__bnr-ttl:hover) .p-top-sec02__fig a img.img_opacity {
  opacity: 0.75;
}
.p-top-sec02__bnr-ttl {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-ttl {
    margin-top: 10px;
  }
}
.p-top-sec02__bnr-ttl a {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  align-items: flex-end;
  gap: 0 15px;
  padding-left: 55px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-ttl a {
    gap: 0 10px;
    padding-left: 30px;
  }
}
.p-top-sec02__bnr-ttl a::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_sec02_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-ttl a::before {
    width: 20px;
  }
}
.p-top-sec02__bnr-ttl a .jp {
  font-size: 3rem;
  font-weight: bold;
  color: #211813;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-ttl a .jp {
    font-size: 2rem;
  }
}
.p-top-sec02__bnr-ttl a .en {
  position: relative;
  top: -5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #B2ACAC;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__bnr-ttl a .en {
    font-size: 1.2rem;
  }
}

.p-top-sec02-sub-ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  gap: 15px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-sub-ttl {
    gap: 10px 0;
    margin-bottom: 20px;
  }
}
.p-top-sec02-sub-ttl .en {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #B2ACAC;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-sub-ttl .en {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.p-top-sec02-sub-ttl .en::before {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-sub-ttl .en::before {
    width: 15px;
  }
}
.p-top-sec02-sub-ttl .jp {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .p-top-sec02-sub-ttl .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-sub-ttl .jp {
    font-size: 2rem;
  }
}

.p-top-sec02-sub-ttl--orange,
.p-top-sec02-sub-ttl--green {
  position: relative;
}
.p-top-sec02-sub-ttl--orange::before,
.p-top-sec02-sub-ttl--green::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7.5%;
  z-index: -777;
  font-family: "Quicksand", serif;
  font-size: 18rem;
  font-weight: normal;
  color: #F0EFEB;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .p-top-sec02-sub-ttl--orange::before,
  .p-top-sec02-sub-ttl--green::before {
    right: 0;
    left: 345px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-sub-ttl--orange::before,
  .p-top-sec02-sub-ttl--green::before {
    left: 276px;
    font-size: 7rem;
  }
}

.p-top-sec02-sub-ttl--orange::before {
  content: "01";
}
.p-top-sec02-sub-ttl--orange .en::before {
  background: url(images/c_circle_orange.png) no-repeat;
  background-size: 100%;
}

.p-top-sec02-sub-ttl--green::before {
  content: "02";
}
.p-top-sec02-sub-ttl--green .en::before {
  background: url(images/c_circle_green.png) no-repeat;
  background-size: 100%;
}

.p-top-sec02-ttl,
.p-top-sec04-ttl {
  position: relative;
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl,
  .p-top-sec04-ttl {
    font-size: 2.2rem;
  }
}
.p-top-sec02-ttl::before,
.p-top-sec04-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/6;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/c_dot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl::before,
  .p-top-sec04-ttl::before {
    width: 50px;
  }
}
.p-top-sec02-ttl::after,
.p-top-sec04-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 180px;
  height: auto;
  aspect-ratio: 180/61;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl::after,
  .p-top-sec04-ttl::after {
    width: 130px;
    top: -40px;
  }
}

.p-top-sec02-ttl {
  margin-bottom: 70px;
}
.p-top-sec02-ttl::after {
  background: url(images/top_sec02_ttl_bg.png) no-repeat;
  background-size: 100%;
}

.p-top-sec04-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl {
    margin-bottom: 30px;
  }
}
.p-top-sec04-ttl::after {
  background: url(images/top_sec04_ttl_bg.png) no-repeat;
  background-size: 100%;
}

.p-top-sec03__inner {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner {
    flex-flow: nowrap column;
    align-items: center;
    padding: 40px 10px 110px;
  }
}
.p-top-sec03__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 1000vw;
  height: 340px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background: rgba(237, 172, 63, 0.1);
  background-size: 100%;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner::before {
    width: 100%;
    left: 0;
    transform: translateY(-58%);
    height: 330px;
  }
}

.p-top-sec03-ttl {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.p-top-sec03-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/6;
  top: 70px;
  left: 0;
  background: url(images/c_dot.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl::after {
    width: 50px;
    top: initial;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-top-sec04 {
  background: url(images/top_sec04_bg_gray.jpg) no-repeat center top;
  background-size: cover;
}
.p-top-sec04__inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 165px 10px 120px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__inner {
    padding: 80px 10px 60px;
  }
}
.p-top-sec04__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 130px;
  height: auto;
  aspect-ratio: 130/93;
  top: 100px;
  right: -50px;
  background: url(images/top_sec04_bg_bird.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__inner::after {
    width: 90px;
    top: 20px;
    right: 10px;
  }
}

.p-top-sec04-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 100px 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list {
    gap: 40px 10px;
    margin-top: 30px;
  }
}
.p-top-sec04-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec04-list__item:has(.p-top-sec04-list__fig:hover) .c-btn01--top-sec04 a {
  background: #fff;
  color: #B3D154;
}
.p-top-sec04-list__item:has(.c-btn01--top-sec04:hover) .p-top-sec04-list__fig img.img_opacity {
  opacity: 0.75;
}

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

newsトップ用

*****************************************/
.p-diary-list-box {
  position: relative;
  max-width: 840px;
  width: 100%;
  height: auto;
  aspect-ratio: 840/420;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box {
    height: 360px;
    aspect-ratio: initial;
  }
}
.p-diary-list-box::before {
  display: block;
  content: "";
  position: absolute;
  width: 162px;
  height: auto;
  aspect-ratio: 162/147;
  bottom: 0;
  left: -240px;
  background: url(images/top_sec03_bg_bee_.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box::before {
    width: 80px;
    bottom: -90px;
    left: 0px;
  }
}
.p-diary-list-box__inner01 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner01::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/diary_top.png) no-repeat;
    background-size: cover;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner01::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/diary_bottom.png) no-repeat;
    background-size: cover;
    z-index: 999;
  }
}
.p-diary-list-box__inner02 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner02::before {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/diary_left.png) no-repeat;
    background-size: cover;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner02::after {
    display: block;
    content: "";
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(images/diary_right.png) no-repeat;
    background-size: cover;
    z-index: 1000;
  }
}
.p-diary-list-box__inner03 {
  position: relative;
  padding: 60px 70px 50px 50px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner03 {
    padding: 40px 25px;
  }
}
.p-diary-list-box__inner03::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  background: #fff;
  background-size: 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner03::before {
    height: 100%;
  }
}
.p-diary-list-box__inner03::after {
  display: block;
  content: "";
  position: absolute;
  width: 840px;
  height: auto;
  aspect-ratio: 840/420;
  top: 0;
  left: 0;
  background: url(images/top_sec03_bg_wood.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-diary-list-box__inner03::after {
    display: none;
  }
}

.p-diary-list {
  margin-inline: auto;
  max-width: 720px;
  width: 100%;
  height: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    max-height: 280px;
  }
}
.p-diary-list__item {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px dotted #AAAAAA;
  padding: 24px 70px 24px 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 30px 10px 10px;
  }
}
.p-diary-list__item:after {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: solid 2px;
  border-color: #B3D154 #B3D154 transparent transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 30px 10px 10px;
  }
}
.p-diary-list__date {
  width: 22.2222222222%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #EDAC3F;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 77.7777777778%;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #231815;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #EDAC3F;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #EDAC3F;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

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

_p-page-name.scss ページ名

*****************************************/
.p-about-sec01,
.p-about-sec02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01,
  .p-about-sec02 {
    margin-bottom: 60px;
  }
}
.p-about-sec01__box,
.p-about-sec02__box {
  position: relative;
  padding: 45px 50px;
  max-width: 760px;
  margin-inline: auto;
  border: 10px solid #F1F0EC;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-sec01__box,
  .p-about-sec02__box {
    padding: 20px 15px;
    border: 5px solid #F1F0EC;
    border-radius: 15px;
  }
}

.p-about-sec01__box::after {
  display: block;
  content: "";
  position: absolute;
  width: 116px;
  height: auto;
  aspect-ratio: 116/114;
  top: -30px;
  left: 10px;
  background: url(images/c_bird_01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-about-sec01__box::after {
    width: 55px;
    top: -40px;
  }
}

.p-about-sec02__box::after {
  display: block;
  content: "";
  position: absolute;
  width: 130px;
  height: auto;
  aspect-ratio: 130/93;
  top: -30px;
  right: 10px;
  background: url(images/c_bird_02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-about-sec02__box::after {
    width: 70px;
  }
}

.p-about-sec02-list__item {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-list__item {
    padding-left: 22px;
  }
}
.p-about-sec02-list__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/c_circle_green.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-list__item::before {
    width: 15px;
  }
}
.p-about-sec02-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-about-sec03__ceo {
  margin-top: 15px;
  text-align: right;
  font-weight: bold;
}

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

_p-page-name.scss ページ名

*****************************************/
.p-care-sec01-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-care-sec01-box {
    flex-flow: nowrap column;
    gap: 20px 0;
    margin-top: 40px;
  }
}
.p-care-sec01-box__left, .p-care-sec01-box__right {
  display: flex;
  flex-flow: nowrap column;
  max-width: 520px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-care-sec01-box__left, .p-care-sec01-box__right {
    max-width: initial;
    width: 100%;
  }
}
.p-care-sec01-box__ttl {
  padding: 9px 10px;
  border-radius: 20px 20px 0 0;
  background: #B3D154;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-care-sec01-box__ttl {
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    font-size: 1.7rem;
  }
}
.p-care-sec01-box__txt-box {
  flex-grow: 1;
  padding: 40px;
  border-radius: 0 0 20px 20px;
  background: #F1F0EC;
}
@media screen and (max-width: 767px) {
  .p-care-sec01-box__txt-box {
    flex-grow: initial;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
}

.p-care-sub-ttl {
  margin-bottom: 15px;
  padding: 0px 10px 0px 15px;
  border-left: 3px solid #B3D154;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #B3D154;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-care-sub-ttl {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.p-care-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 10px;
}
.p-care-list__item {
  position: relative;
  padding: 10px 10px 10px 20px;
  background: #E4EFC4;
  border-radius: 8px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-care-list__item {
    font-size: 1.4rem;
  }
}
.p-care-list__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50vh;
  background-size: 100%;
  z-index: 999;
}
.p-care-list__item--half {
  width: calc((100% - 10px) / 2);
}
.p-care-list__item--max {
  width: 100%;
}

.p-care-btn {
  max-width: 460px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-care-btn {
    max-width: 340px;
    margin: 40px auto 0;
  }
}

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

_p-page-name.scss ページ名

*****************************************/
.p-acupuncture-sec02-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-acupuncture-sec02-list {
    flex-flow: nowrap column;
    gap: 10px;
  }
}
.p-acupuncture-sec02-list__item {
  position: relative;
  padding: 19px 10px 19px 50px;
  width: calc((100% - 20px) / 2);
  background: #F1F0EC;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-acupuncture-sec02-list__item {
    padding: 13px 10px 13px 35px;
    width: 100%;
  }
}
.p-acupuncture-sec02-list__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url(images/acupuncture_check.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-acupuncture-sec02-list__item::before {
    left: 10px;
    width: 15px;
  }
}

.p-acupuncture-btn {
  max-width: 460px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-acupuncture-btn {
    max-width: 340px;
    margin: 40px auto 0;
  }
}

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

_p-page-name.scss ページ名

*****************************************/
.p-flow-sec__inner {
  display: flex;
  flex-flow: nowrap column;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__inner {
    gap: 20px 0;
  }
}
.p-flow-sec__inner--orange, .p-flow-sec__inner--green {
  position: relative;
}
.p-flow-sec__inner--orange::before, .p-flow-sec__inner--green::before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 99px;
  background-size: 100%;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__inner--orange::before, .p-flow-sec__inner--green::before {
    display: none;
    left: 54px;
  }
}
.p-flow-sec__inner--orange::before {
  background: #EDAC3F;
}
.p-flow-sec__inner--green::before {
  background: #B3D154;
}

.p-flow-sub-sec {
  position: relative;
  padding: 40px;
  min-height: 200px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec {
    padding: 30px 20px;
    min-height: auto;
    border-radius: 10px;
  }
}
.p-flow-sub-sec::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -99999;
}

.p-flow-sub-sec--orange::before,
.p-flow-sub-sec--green::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec--orange::before,
  .p-flow-sub-sec--green::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.p-flow-sub-sec--orange::before {
  border: 10px solid #FCF0DC;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec--orange::before {
    border: 5px solid #FCF0DC;
  }
}

.p-flow-sub-sec--green::before {
  border: 10px solid #F1F7E0;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec--green::before {
    border: 5px solid #F1F7E0;
  }
}

.p-flow-flex-r {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r {
    flex-flow: nowrap column-reverse;
    align-items: center;
  }
}
.p-flow-flex-r__txt840 {
  width: 840px;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__txt840 {
    width: 100%;
    margin-top: 10px;
  }
}
.p-flow-flex-r__fig120 {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__fig120 {
    max-width: 100px;
  }
}
.p-flow-flex-r__ttl {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
.p-flow-flex-r__tel {
  margin-top: 10px;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .p-flow-flex-r__tel {
    max-width: 190px;
  }
}

.p-flow-sub-sec {
  position: relative;
  overflow: hidden;
}

.p-flow-sub-sec:first-child .p-flow-flex-r__fig120 {
  position: relative;
}
.p-flow-sub-sec:first-child .p-flow-flex-r__fig120::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100vh;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background: #EDAC3F;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec:first-child .p-flow-flex-r__fig120::after {
    display: none;
    width: 2px;
    top: 0px;
  }
}

.p-flow-sub-sec:last-child .p-flow-flex-r__fig120 {
  position: relative;
}
.p-flow-sub-sec:last-child .p-flow-flex-r__fig120::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100vh;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background: #EDAC3F;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec:last-child .p-flow-flex-r__fig120::after {
    display: none;
    width: 2px;
    bottom: 80px;
  }
}

.p-flow-sub-sec:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120 {
  position: relative;
}
.p-flow-sub-sec:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100vh;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background: #EDAC3F;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::after {
    display: none;
    width: 2px;
    bottom: 40px;
  }
}
.p-flow-sub-sec:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100vh;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background: #EDAC3F;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-flow-sub-sec:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::before {
    display: none;
    width: 2px;
    top: 40px;
  }
}

.p-flow-sub-sec--orange:first-child .p-flow-flex-r__fig120::after {
  background: #EDAC3F;
}

.p-flow-sub-sec--orange:last-child .p-flow-flex-r__fig120::after {
  background: #EDAC3F;
}

.p-flow-sub-sec--orange:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::after {
  background: #EDAC3F;
}
.p-flow-sub-sec--orange:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::before {
  background: #EDAC3F;
}

.p-flow-sub-sec--green:first-child .p-flow-flex-r__fig120::after {
  background: #B3D154;
}

.p-flow-sub-sec--green:last-child .p-flow-flex-r__fig120::after {
  background: #B3D154;
}

.p-flow-sub-sec--green:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::after {
  background: #B3D154;
}
.p-flow-sub-sec--green:not(:first-of-type):not(:last-of-type) .p-flow-flex-r__fig120::before {
  background: #B3D154;
}

/*---------- back up ----------*/
/****************************************

_p-page-name.scss ページ名

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

_p-page-name.scss ページ名

*****************************************/
.p-faq-box:not(:first-of-type) {
  margin-top: 60px;
}

.p-faq-box__ttl {
  position: relative;
  margin-bottom: 10px;
  padding: 1px 0px 1px 60px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl {
    padding: 0px 0px 0px 45px;
    font-size: 1.8rem;
  }
}
.p-faq-box__ttl::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0px;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-family: "Quicksand", serif;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq-box__ttl::before {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.p-faq-box__txt {
  padding: 30px 30px;
  background: #F1F0EC;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq-box__txt {
    padding: 20px;
  }
}

.p-faq-box__ttl--orange::before {
  background: #EDAC3F;
}

.p-faq-box__ttl--green::before {
  background: #B3D154;
}

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

_p-page-name.scss ページ名

*****************************************/
.p-seeker-sec01-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 50px 0px;
  max-width: 900px;
  width: 100%;
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  .p-seeker-sec01-list {
    justify-content: center;
    gap: 30px 15px;
    margin: 10px auto 0px;
  }
}
.p-seeker-sec01-list__item {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-seeker-sec01-list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 570px) {
  .p-seeker-sec01-list__item {
    max-width: 170px;
    width: calc((100% - 15px) / 2);
  }
}
.p-seeker-sec01-list__fig200 {
  margin-bottom: 10px;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seeker-sec01-list__fig200 {
    max-width: 120px;
  }
}
.p-seeker-sec01-list__fig200 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-seeker-sec01-list__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #B3D154;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-seeker-sec01-list__ttl {
    font-size: 1.4rem;
  }
}

.p-seeker-flex-order,
.p-seeker-flex-r-order {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__ttl,
  .p-seeker-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__txt-box,
  .p-seeker-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-seeker-flex-order__txt520,
.p-seeker-flex-r-order__txt520 {
  margin-top: 40px;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__txt520,
  .p-seeker-flex-r-order__txt520 {
    display: contents;
  }
}
.p-seeker-flex-order__fig600,
.p-seeker-flex-r-order__fig600 {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__fig600,
  .p-seeker-flex-r-order__fig600 {
    order: 2;
    margin-bottom: 10px;
  }
}

.p-seeker-flex-order {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.p-seeker-flex-order__txt520 {
  position: absolute;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__txt520 {
    position: initial;
    left: auto;
    z-index: 0;
  }
}
.p-seeker-flex-order__fig600 {
  position: relative;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-order__fig600 {
    position: initial;
    right: auto;
  }
}

.p-seeker-flex-r-order {
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.p-seeker-flex-r-order__txt520 {
  position: absolute;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-r-order__txt520 {
    position: initial;
    right: auto;
    z-index: 0;
  }
}
.p-seeker-flex-r-order__fig600 {
  position: relative;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-seeker-flex-r-order__fig600 {
    position: initial;
    left: auto;
  }
}

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

_p-page-name.scss ページ名

*****************************************/
.p-schedule-sec-outer {
  max-width: 900px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec-outer {
    width: calc(100% - 30px);
  }
}

.p-schedule-sec-inner {
  position: relative;
}
.p-schedule-sec-inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 60px);
  top: 35px;
  left: -49px;
  background: #EDAC3F;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec-inner::before {
    top: 16px;
    left: -23px;
    height: calc(100% + 40px);
  }
}

.p-schedule-sec {
  padding: 30px;
  border-radius: 20px;
  background: #F1F0EC;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec {
    padding: 20px;
    border-radius: 10px;
  }
}

.p-schedule-sec01,
.p-schedule-sec02,
.p-schedule-sec03,
.p-schedule-sec04 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec01,
  .p-schedule-sec02,
  .p-schedule-sec03,
  .p-schedule-sec04 {
    margin-bottom: 40px;
  }
}

.p-schedule-sec {
  position: relative;
}
.p-schedule-sec::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 35px;
  left: -60px;
  background: #fff;
  border: 2px solid #EDAC3F;
  border-radius: 50%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec::before {
    width: 16px;
    height: 16px;
    top: 16px;
    left: -32px;
  }
}
.p-schedule-sec::after {
  display: block;
  position: absolute;
  top: 35px;
  left: -180px;
  z-index: 999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #EDAC3F;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-schedule-sec01::after {
  content: "9:00～";
}

.p-schedule-sec02::after {
  content: "10:30～";
}

.p-schedule-sec03::after {
  content: "12:00～";
}

.p-schedule-sec04::after {
  content: "13:00～";
}

.p-schedule-sec05::after {
  content: "18:00～";
}

.p-schedule-ttl {
  margin-bottom: 10px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-schedule-ttl {
    font-size: 1.8rem;
  }
}

.p-schedule-time {
  margin: 0 auto 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #EDAC3F;
  letter-spacing: 0.06em;
  line-height: 1;
}

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

_p-page-name.scss ページ名

*****************************************/
.p-staff-list__item:first-child .p-staff-list__skill {
  display: none;
}

.p-staff-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-staff-list {
    gap: 40px 10px;
  }
}
.p-staff-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-staff-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-staff-list__fig340 {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 255px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-staff-list__fig340 {
    max-width: 340px;
    width: 100%;
    height: auto;
    aspect-ratio: 340/255;
  }
}
.p-staff-list__fig340 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-list__ttl-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 0 0 20px 20px;
  background: #F1F0EC;
}
@media screen and (max-width: 767px) {
  .p-staff-list__ttl-box {
    margin-bottom: 10px;
    padding: 15px 15px;
  }
}
.p-staff-list__ttl-box::after {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #EDAC3F;
  background-size: 100%;
  z-index: 999;
}
.p-staff-list__ttl {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-staff-list__ttl {
    font-size: 1.5rem;
  }
}
.p-staff-list__skill {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-staff-list__skill {
    flex-flow: nowrap column;
    gap: 5px 0;
  }
}
.p-staff-list__skill-ttl {
  display: block;
  padding: 4px 0;
  width: 56px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #EDAC3F;
  background: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #EDAC3F;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-staff-list__skill-ttl {
    height: 24px;
    font-size: 1.4rem;
  }
}
.p-staff-list__skill-name {
  display: block;
  width: calc(100% - 66px);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-staff-list__skill-name {
    width: 100%;
    font-size: 1.4rem;
  }
}

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

_p-page-name.scss ページ名

*****************************************/
.p-voice-flex-r-order {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-voice-flex-r-order__txt700 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .p-voice-flex-r-order__txt700 {
    display: contents;
  }
}
.p-voice-flex-r-order__fig340 {
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 255px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice-flex-r-order__fig340 {
    order: 2;
    margin-bottom: 10px;
    max-width: 340px;
    width: 100%;
    height: auto;
    aspect-ratio: 340/255;
  }
}
.p-voice-flex-r-order__fig340 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice-list__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #EDAC3F;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-voice-list__ttl {
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
}
.p-voice-list__ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 42px;
  height: auto;
  aspect-ratio: 42/38;
  top: 5px;
  left: -10px;
  background: url(images/voice_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-voice-list__ttl::before {
    width: 30px;
    top: 0;
    left: 0;
  }
}
.p-voice-list__box:not(:last-child) {
  margin-bottom: 20px;
}
.p-voice-list__sub-ttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice-list__sub-ttl {
    padding-left: 30px;
    font-size: 1.7rem;
  }
}
.p-voice-list__sub-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  top: 22px;
  left: 0;
  background: #B3D154;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-voice-list__sub-ttl::before {
    width: 20px;
    top: 13px;
  }
}

.p-voice-list__item:not(:first-child) {
  padding: 50px 0;
  border-bottom: 3px dotted #A7A38B;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item:not(:first-child) {
    padding: 30px 0;
  }
}
.p-voice-list__item:first-child {
  padding: 0 0 50px;
  border-bottom: 3px dotted #A7A38B;
}
@media screen and (max-width: 767px) {
  .p-voice-list__item:first-child {
    padding: 0 0 30px;
  }
}

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

_p-page-name.scss ページ名

*****************************************/
.p-requirements-sec01-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 34px 0px;
  background: #F1F0EC;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list {
    flex-flow: nowrap column;
    padding: 30px 20px;
  }
}
.p-requirements-sec01-list__item {
  display: flex;
  flex-flow: nowrap column;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list__item {
    width: 100%;
  }
}
.p-requirements-sec01-list__tel01, .p-requirements-sec01-list__tel02 {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list__tel01, .p-requirements-sec01-list__tel02 {
    max-width: 220px;
  }
}
.p-requirements-sec01-list__item:nth-child(1), .p-requirements-sec01-list__item:nth-child(2) {
  border-right: 3px dotted #A7A38B;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list__item:nth-child(1), .p-requirements-sec01-list__item:nth-child(2) {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 3px dotted #A7A38B;
  }
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list__item:nth-child(2), .p-requirements-sec01-list__item:nth-child(3) {
    padding-top: 30px;
  }
}
.p-requirements-sec01-list__contact {
  width: 166px;
  height: auto;
  aspect-ratio: 166/16;
  margin-inline: auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01-list__contact {
    width: 144px;
  }
}

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

_p-page-name.scss ページ名

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

_p-overview.scss 会社概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  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 お問い合わせ

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

Contact Form7

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

.tc input[type=submit] {
  font-family: "Noto Sans JP", 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 #EDAC3F;
  border-radius: 8px;
  background-color: #EDAC3F;
  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: #EDAC3F;
}

.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;
  }
}

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;
  }
}
.form_row .form_input_time {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .form_row .form_input_time {
    width: 130px;
  }
}
.form_row .form_input_time .contact-time {
  display: block;
  width: 100%;
}
.form_row .form_input_time .contact-time select.wpcf7-form-control {
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form_row .form_input_time .contact-time select.wpcf7-form-control {
    padding: 5px;
    font-size: 1.4rem;
  }
}

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

_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: #231815;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #EDAC3F;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #EDAC3F;
  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: #231815;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #231815;
  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: #231815;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #EDAC3F;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #231815;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #EDAC3F;
}

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

_u-color.scss カラー指定

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

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

.u-accent-color {
  color: #B3D154;
}

.u-red {
  color: #ff0000;
}

.u-orange {
  color: #EDAC3F;
}

.u-green {
  color: #B3D154;
}

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

_u-font.scss フォント調整

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

.u-font-base {
  font-family: "Noto Sans JP";
}

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

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

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