@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
.mp {
  font-family: "M PLUS Rounded 1c", serif;
}

/*
Theme Name: 鍼灸マッサージ院かのん
Description: 鍼灸マッサージ院かのん|東大阪の脳梗塞・後遺症は往診専門の当院へ
Theme URI: https://www.shinkyu-massage-kanon.com
Version: 1.0
License: 鍼灸マッサージ院かのん
License URI: https://www.shinkyu-massage-kanon.com
*/
/****************************************

_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: #382C0C;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    line-height: 1.8;
  }
}

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

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

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

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

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

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

*****************************************/
a:link,
a:visited {
  color: #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: 30px 60px 14px 30px;
}
@media screen and (max-width: 1800px) {
  .l-header__inner {
    padding: 30px 30px 14px 30px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 1800px) {
  .l-header__logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 350px;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: initial;
    width: 250px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-right {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
.l-header-right__aside {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 1800px) {
  .l-header-right__aside {
    gap: 5px 0;
  }
}
.l-header-right__aside::before {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 80px;
  top: 0;
  right: 0;
  background: url(images/mv_news_bd.png) repeat-y;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 1800px) {
  .l-header-right__aside::before {
    height: 120px;
  }
}
.l-header-right__aside-top {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 1800px) {
  .l-header-right__aside-top {
    flex-flow: nowrap column;
    gap: 5px 0;
  }
}
.l-header-right__aside-sns {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
.l-header-right__zip {
  position: relative;
  padding-right: 15px;
  padding-left: 25px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.l-header-right__zip::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: auto;
  aspect-ratio: 15/20;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/header_access.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  gap: 8px 0;
  padding-left: 30px;
}
.l-header-right__time {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1800px) {
  .l-header-right__time {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

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

pc用 横ナビ

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

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

#g_navi .menu > li:not(:first-of-type) {
  position: relative;
}
#g_navi .menu > li:not(:first-of-type)::before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background: #6ACC40;
  background-size: 100%;
  border-radius: 50%;
  z-index: 999;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.7rem;
  font-weight: bold;
  color: #382C0C;
  line-height: 1.2;
  letter-spacing: 0;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 1800px) {
  #g_navi .menu li a {
    font-size: 1.5rem;
  }
}
#g_navi .menu li a:is(:link, :visited) {
  color: #382C0C;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #382C0C;
}

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

pc用 プルダウンナビ

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

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

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #6ACC40;
  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: #6ACC40;
  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: #6ACC40;
    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: #F49A2D;
    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: #6ACC40;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .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;
    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:last-of-type {
    border-bottom: 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__outer {
  position: relative;
  padding: 0 60px 60px;
}
@media screen and (max-width: 767px) {
  .l-mv-top__outer {
    padding: 0 10px 30px;
  }
}
.l-mv-top__outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  background: url(images/mv_bg.jpg) repeat-x;
  background-size: 1920px 400px;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-top__outer::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/400;
  }
}

#slider {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #slider {
    border-radius: 20px;
  }
}
#slider .l-mv-top__pic img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  #slider .l-mv-top__pic img {
    left: calc(50% - 900px);
    width: 1800px;
  }
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__pic img {
    position: relative;
    left: -20%;
    width: 140%;
  }
}
#slider .l-mv-top__ttl {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl {
    width: clamp(300px, 80vw, 400px);
    height: auto;
    aspect-ratio: 1029/243;
  }
}

.l-header-top-news {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  padding: 20px 20px 20px 20px;
  max-width: 620px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 60px 0 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header-top-news {
    position: initial;
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 30px auto 0px;
    padding: 20px 20px;
    width: calc(100% - 20px);
    border-radius: 20px;
  }
}
.l-header-top-news__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__inner {
    flex-flow: nowrap column;
    width: 100%;
  }
}
.l-header-top-news__head {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head {
    padding-right: 0;
    font-size: 1.6rem;
  }
}
.l-header-top-news__item {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  padding-left: 25px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__item {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    border-top: 2px dashed #D1AC3A;
  }
}
.l-header-top-news__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(images/mv_news_bd.png) repeat-y;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__item::before {
    display: none;
  }
}
.l-header-top-news__date {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__date {
    font-size: 1.4rem;
  }
}
.l-header-top-news__date::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/news_bg.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__date::before {
    width: 12px;
  }
}
.l-header-top-news__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  font-weight: normal;
  color: #382C0C;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.l-header-top-news__ttl:is(:link, :visited) {
  color: #382C0C;
}
.l-header-top-news__ttl:is(:hover, :active) {
  color: #6ACC40;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__ttl {
    font-size: 1.4rem;
  }
}
.l-header-top-news__ttl a {
  position: relative;
  text-decoration: none;
  color: #382C0C;
  transition: all 0.3s ease-in-out;
}
.l-header-top-news__ttl a:is(:link, :visited) {
  color: #382C0C;
}
.l-header-top-news__ttl a:is(:hover, :active) {
  font-weight: 500;
  color: #6ACC40;
}

.l-header-top-news__ttl.u-link-fade-out a::after {
  transition: all 0.5s ease-in-out;
}

.l-mv-page__outer {
  position: relative;
  padding: 0 60px 50px;
}
@media screen and (max-width: 767px) {
  .l-mv-page__outer {
    padding: 0 10px 30px;
  }
}
.l-mv-page__outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: #6acc40;
  background-size: 1920px 200px;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-page__outer::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/300;
  }
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .l-mv-page {
    border-radius: 10px;
  }
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 900px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: 440px;
  padding: 12px 10px;
  border: 2px solid #c7d0e4;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.l-mv-page__ttl .inner {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl .inner {
    font-size: 2rem;
  }
}
.l-mv-page__ttl--about, .l-mv-page__ttl--treatment, .l-mv-page__ttl--recruit, .l-mv-page__ttl--blog {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--about, .l-mv-page__ttl--treatment, .l-mv-page__ttl--recruit, .l-mv-page__ttl--blog {
    width: 180px;
  }
}
.l-mv-page__ttl--message {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--message {
    width: 320px;
  }
}
.l-mv-page__ttl--message .inner {
  letter-spacing: 0;
}
.l-mv-page__ttl--info {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: 250px;
  }
}

.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: 1140px;
  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 {
  width: 100%;
  padding: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0;
  }
}

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

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #382C0C;
  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;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    padding-bottom: 40px;
  }
}
.l-btm-sec::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_bg_green.jpg) no-repeat;
  background-size: 100%;
  z-index: -999;
}
.l-btm-sec::after {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/55;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_bg_home.png) no-repeat;
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .l-btm-sec::after {
    bottom: 40px;
    width: auto;
    height: 30px;
  }
}
.l-btm-sec__inner {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
.l-btm-sec__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 1600px;
  height: auto;
  aspect-ratio: 1600/400;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_bg_yellow_01.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner::before {
    width: auto;
    height: 100%;
  }
}
.l-btm-sec__content {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__content {
    flex-flow: nowrap column;
    padding: 50px 0 60px;
  }
}
.l-btm-sec__content::after {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: auto;
  aspect-ratio: 400/250;
  bottom: -40px;
  right: -175px;
  background: url(images/btm_flower.png) no-repeat center top;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__content::after {
    width: 120px;
    bottom: -30px;
    right: 0px;
  }
}
.l-btm-sec__txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt {
    font-size: 1.4rem;
  }
}
.l-btm-sec__txt820 {
  width: 820px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt820 {
    width: 100%;
  }
}
.l-btm-sec__contact-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 0 30px;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__contact-box {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__tel {
    width: 240px;
  }
}

.l-btm-sec-ttl {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 30px;
  }
}
.l-btm-sec-ttl__en {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.04em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__en {
    text-align: center;
    font-size: 1.4rem;
  }
}
.l-btm-sec-ttl__jp {
  display: block;
  margin-bottom: 25px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__jp {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.2rem;
  }
}

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

_l-footer.scss フッター共通

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

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

.l-footer__logo {
  display: inline-block;
  margin-bottom: 30px;
}
.l-footer__logo a {
  display: block;
}
.l-footer__txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 1.4rem;
  }
}
.l-footer__area {
  margin-top: 20px;
  padding: 15px 20px;
  border: 1px dashed #D1AC3A;
  border-radius: 14px;
}
.l-footer__area-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0;
  line-height: 1.8;
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 30px 10px 10px;
  border-top: 1px solid rgba(56, 44, 12, 0.1);
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 10px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

.l-footer-sns {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer-sns {
    justify-content: center;
    margin-top: 20px;
  }
}

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

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

.pagetop {
  bottom: 30px;
}

.float-contact {
  bottom: 240px;
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 55px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__cat-independence {
  margin-bottom: 25px;
}
.l-footer-sitemap__cat-connotation {
  margin-bottom: 10px;
}
.l-footer-sitemap__cat-divided {
  margin-top: 20px;
}
.l-footer-sitemap__cat {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0;
  line-height: 1.4;
}
.l-footer-sitemap__cat::before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: auto;
  aspect-ratio: 18/19;
  top: 1px;
  left: -25px;
  background: url(images/footer_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.l-footer-sitemap__cat a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-sitemap__cat a:is(:link, :visited) {
  color: #6ACC40;
}
.l-footer-sitemap__cat a:is(:hover, :active) {
  color: #F49A2D;
}
.l-footer-sitemap__cat a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #F49A2D;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__cat a:hover::before {
  width: 100%;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 0px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2;
}
.l-footer-sitemap__page::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  background: #6ACC40;
}
.l-footer-sitemap__page a {
  font-size: 1.5rem;
  letter-spacing: 0;
  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: #382C0C;
}
.l-footer-link a:is(:hover, :active) {
  color: #6ACC40;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #6ACC40;
  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: #6ACC40;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sp_btn_list_item a:link, .sp_btn_list_item a:visited, .sp_btn_list_item a:hover, .sp_btn_list_item a:active {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03,
  .sp_btn_list_item_icon_04 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after,
  .sp_btn_list_item_icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_blog.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_04::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

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

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 20px auto 0;
  }
}
.l-single-sec__ttl {
  margin-bottom: 15px;
  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: #6ACC40;
  border: 1px solid #6ACC40;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #6ACC40;
  background: #6ACC40;
}

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

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

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

.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: #382C0C;
}
.nav-below a:is(:hover, :active) {
  color: #6ACC40;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #6ACC40;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

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

_c-button.scss ボタン共通

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

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  border-radius: 32px;
  outline: #fff 1px dashed;
  outline-offset: -6px;
  filter: drop-shadow(5px 5px 0px rgba(244, 154, 45, 0.2));
  background: #F49A2D;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:hover {
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #6ACC40;
  color: #fff;
}
.c-btn01 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(images/btn_arrow.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
}

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

.c-btn01--top-sec02 {
  margin: auto auto 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 {
    width: 250px;
  }
}
.c-btn01--top-sec02 a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 a {
    padding: 16px 10px 13px;
  }
}

.c-btn02 a {
  position: relative;
  border-radius: 32px;
  outline: #D1AC3A 1px dashed;
  outline-offset: -6px;
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.6rem;
  }
}
.c-btn02 a:hover {
  outline: #fff 1px dashed;
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #6ACC40;
  color: #fff;
}
.c-btn02 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(images/btm_btn_arrow.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.c-btn02 a:hover:before {
  background: url(images/btn_arrow.png) no-repeat center top;
  background-size: 100%;
}

.c-btn02--btm {
  width: 300px;
}
.c-btn02--btm a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .c-btn02--btm a {
    padding: 18px 10px 14px;
  }
}

.c-btn03 a {
  position: relative;
  border-radius: 50vh;
  outline: #fff 1px dashed;
  outline-offset: -6px;
  background: #F49A2D;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-btn03 a {
    font-size: 1.6rem;
  }
}
.c-btn03 a:hover {
  background: #6ACC40;
  color: #fff;
}

.c-btn03--flow {
  width: 200px;
}
.c-btn03--flow a {
  padding: 13px 10px 9px;
}

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

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 45px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.c-headline::before {
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: auto;
  aspect-ratio: 70/3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.c-ttl01 {
  position: relative;
  padding: 0 0 5px 40px;
  border-bottom: 3px solid #f1e6c4;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding: 0 0 5px 35px;
    font-size: 1.8rem;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/29;
  top: 0;
  left: 0;
  background: url(images/ttl01_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl01::before {
    top: -2px;
    width: 25px;
  }
}

.c-ttl01--blog {
  margin-bottom: 10px;
}

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

_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 .txt640,
.c-flex-r .txt640 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt640,
  .c-flex-r .txt640 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .txt560,
.c-flex-r .txt560 {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt560,
  .c-flex-r .txt560 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .fig440,
.c-flex-r .fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex .fig440 img,
.c-flex-r .fig440 img {
  border-radius: 15px;
}

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

_c-column.scss カラム共通

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

_c-post.scss 投稿共通

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

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

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #eee;
  font-weight: bold;
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #000;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th {
  width: 50%;
}
.p-overview-table tbody td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

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

_c-common.scss 全ページ共通

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

.c-btn-box--flow {
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn-box--flow {
    margin: 20px auto 0;
  }
}

.c-btn-box--requirement {
  justify-content: center;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .c-btn-box--requirement {
    margin: 20px auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-tel {
    width: auto;
    height: 25px;
    aspect-ratio: 259/35;
  }
}

.c-tel--contact {
  width: 259px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .c-tel--contact {
    width: auto;
    height: 25px;
    aspect-ratio: 259/35;
  }
}

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

_el-reset.scss リセットCSS（エレメンター）

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

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

ボタン

*****************************************/
.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  width: 100%;
}

.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  text-shadow: none !important;
}

.elementor-button {
  border-radius: 0px;
}

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

_el-title.scss 見出し共通（エレメンター）

*****************************************/
/** トップ **/
.el-top-sec01-ttl .elementor-heading-title {
  margin-bottom: 35px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.6 !important;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .el-top-sec01-ttl .elementor-heading-title {
    margin-bottom: 20px;
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }
}
.el-top-sec01-ttl .elementor-heading-title .inner {
  padding: 0 5px;
  background-image: linear-gradient(transparent 65%, rgba(209, 172, 58, 0.2) 0%);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-ttl .elementor-heading-title .inner {
    font-size: clamp(2.1rem, 5.6vw, 2.4rem);
  }
}

.el-top-sec01-sub-ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.6 !important;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .el-top-sec01-sub-ttl .elementor-heading-title {
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
}
.el-top-sec01-sub-ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/47;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_icon01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-sub-ttl .elementor-heading-title::before {
    width: 50px;
  }
}
.el-top-sec01-sub-ttl .elementor-heading-title .inner {
  font-size: 3.6rem;
  color: #6ACC40;
  letter-spacing: 0em;
  text-shadow: 4px 4px 1px #ffffff, -4px 4px 1px #ffffff, 4px -4px 1px #ffffff, -4px -4px 1px #ffffff, 4px 0px 1px #ffffff, 0px 4px 1px #ffffff, -4px 0px 1px #ffffff, 0px -4px 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-sub-ttl .elementor-heading-title .inner {
    font-size: clamp(2rem, 5.1vw, 2.4rem);
  }
}

.el-top-sec02-ttl .elementor-heading-title {
  margin-bottom: 40px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5 !important;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl .elementor-heading-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.el-top-sec03-ttl {
  width: 180px !important;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl {
    width: 140px !important;
  }
}

.el-top-sec03-ttl .elementor-heading-title {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.5 !important;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title {
    padding-left: 40px;
    font-size: 2.2rem;
  }
}
.el-top-sec03-ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 36/43;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_sec03_bg_ttl.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title::before {
    width: 26px;
  }
}

.el-top-sec04-ttl .elementor-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1120px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-ttl .elementor-heading-title {
    font-size: 2.2rem;
  }
}
.el-top-sec04-ttl .elementor-heading-title::before, .el-top-sec04-ttl .elementor-heading-title::after {
  content: "";
  flex-grow: 1;
  width: auto;
  height: 2px;
  background-image: linear-gradient(to right, #BF9B2D, #BF9B2D 2px, transparent 2px, transparent 5px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
.el-top-sec04-ttl .elementor-heading-title::before {
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-ttl .elementor-heading-title::before {
    margin-right: 20px;
  }
}
.el-top-sec04-ttl .elementor-heading-title::after {
  margin-left: 55px;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-ttl .elementor-heading-title::after {
    margin-left: 20px;
  }
}
.el-top-sec04-ttl .elementor-heading-title .inner {
  position: relative;
  display: inline-block;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-ttl .elementor-heading-title .inner {
    padding-left: 30px;
  }
}
.el-top-sec04-ttl .elementor-heading-title .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/top_sec04_insta.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec04-ttl .elementor-heading-title .inner::before {
    width: 22px;
  }
}

/** 下層 **/
.el-headline .elementor-heading-title {
  line-height: 1.5 !important;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 45px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.el-headline .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: auto;
  aspect-ratio: 70/3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.el-ttl01 .elementor-heading-title {
  line-height: 1.5 !important;
  position: relative;
  padding: 0 0 5px 40px;
  border-bottom: 3px solid #f1e6c4;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .el-ttl01 .elementor-heading-title {
    padding: 0 0 5px 35px;
    font-size: 1.8rem;
  }
}
.el-ttl01 .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/29;
  top: 0;
  left: 0;
  background: url(images/ttl01_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-ttl01 .elementor-heading-title::before {
    top: -2px;
    width: 25px;
  }
}

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

_el-button.scss ボタン共通（エレメンター）

*****************************************/
/*---------------------button共通*/
.el-btn .elementor-widget-container .elementor-button-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  line-height: 1.5 !important;
}

/*---------------------buttonトップ、下層*/
.el-btn01 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  border-radius: 32px;
  outline: #fff 1px dashed;
  outline-offset: -6px;
  filter: drop-shadow(5px 5px 0px rgba(244, 154, 45, 0.2));
  background: #F49A2D;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .el-btn01 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.6rem;
  }
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a:hover {
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #6ACC40;
  color: #fff;
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a::before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(images/btn_arrow.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
}

.el-btn01--top-sec01 {
  margin: 40px auto 0 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec01 {
    margin: 30px auto 0;
    width: 250px;
  }
}
.el-btn01--top-sec01 .elementor-widget-container .elementor-button-wrapper a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec01 .elementor-widget-container .elementor-button-wrapper a {
    padding: 16px 10px 13px;
  }
}

.el-btn01--top-sec02 {
  margin: auto auto 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec02 {
    width: 250px;
  }
}
.el-btn01--top-sec02 .elementor-widget-container .elementor-button-wrapper a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec02 .elementor-widget-container .elementor-button-wrapper a {
    padding: 16px 10px 13px;
  }
}

.el-btn02 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  border-radius: 32px;
  outline: #D1AC3A 1px dashed;
  outline-offset: -6px;
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .el-btn02 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.6rem;
  }
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a:hover {
  outline: #fff 1px dashed;
  filter: drop-shadow(5px 5px 0px rgba(106, 204, 64, 0.2));
  background: #6ACC40;
  color: #fff;
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a::before {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(images/btm_btn_arrow.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a:hover:before {
  background: url(images/btn_arrow.png) no-repeat center top;
  background-size: 100%;
}

.el-btn02--btm {
  width: 300px;
}
.el-btn02--btm .elementor-widget-container .elementor-button-wrapper a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .el-btn02--btm .elementor-widget-container .elementor-button-wrapper a {
    padding: 18px 10px 14px;
  }
}

.el-btn03 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  border-radius: 50vh;
  outline: #fff 1px dashed;
  outline-offset: -6px;
  background: #F49A2D;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .el-btn03 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.6rem;
  }
}
.el-btn03 .elementor-widget-container .elementor-button-wrapper a:hover {
  background: #6ACC40;
  color: #fff;
}

.el-btn03--flow {
  width: 200px;
}
.el-btn03--flow .elementor-widget-container .elementor-button-wrapper a {
  padding: 13px 10px 9px;
}

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

_c-column.scss カラム共通

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

_el-flex.scss 見出し、テキスト、画像のセット（エレメンター）

*****************************************/
.el-flex .elementor-container {
  flex-flow: row wrap;
}

.el-flex-r .elementor-container {
  flex-flow: row-reverse wrap;
}

.el-flex .elementor-container,
.el-flex-r .elementor-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container,
  .el-flex-r .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.el-flex .elementor-container .txt640,
.el-flex-r .elementor-container .txt640 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt640,
  .el-flex-r .elementor-container .txt640 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .txt560,
.el-flex-r .elementor-container .txt560 {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt560,
  .el-flex-r .elementor-container .txt560 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .fig440,
.el-flex-r .elementor-container .fig440 {
  max-width: 440px;
  width: 100%;
}
.el-flex .elementor-container .fig440 img,
.el-flex-r .elementor-container .fig440 img {
  border-radius: 15px;
}

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

_el-faq.scss よくある質問（アコーディオン）（エレメンター）

*****************************************/
.elementor-accordion .elementor-tab-title a {
  display: block;
  text-decoration: none;
  font-family: "Noto Serif JP";
  font-weight: 600 !important;
  font-size: 2rem !important;
  color: #000;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  padding: 0 30px 15px 30px;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a {
    font-size: 1.8rem !important;
    padding: 0 30px 12px 35px;
  }
}

.elementor-accordion .elementor-tab-title a::before {
  position: absolute;
  content: "Q．";
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a::before {
    font-size: 1.8rem;
    left: 10px;
  }
}

.elementor-accordion .elementor-tab-content {
  position: relative;
  border-top: none !important;
}

.elementor-accordion .elementor-tab-content::before {
  position: absolute;
  content: "A．";
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 1.8rem;
  color: #000;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content::before {
    font-size: 1.4rem;
    left: 10px;
  }
}

.elementor-accordion .elementor-tab-content P {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content P {
    font-size: 1.4rem;
  }
}

.elementor-accordion-item {
  margin-bottom: 20px;
}

.elementor-accordion div:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item {
  padding: 20px;
  background: #f9f5f2;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-accordion-item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .elementor-accordion-icon-right {
    position: relative;
    top: 10px;
  }
}

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

_el-table.scss テーブル共通（エレメンター）

*****************************************/
/**border,padding,width,fontなどの設定は案件によって変更する**/
/**ボーダーの指定 ul 上左右**/
.el-table .elementor-price-list {
  border-left: 1px solid #216404;
  /**案件ごとに変更**/
  border-right: 1px solid #216404;
  /**案件ごとに変更**/
  border-top: 1px solid #216404;
  /**案件ごとに変更**/
}

/**ボーダーの指定 li 下**/
.el-table .elementor-price-list li {
  border-bottom: 1px solid #216404;
  /**案件ごとに変更**/
}

/**ボーダーの指定 th 右**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #216404;
  /**案件ごとに変更**/
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.el-table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.el-table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 20px;
  line-height: 1.5 !important;
  letter-spacing: 0.12em !important;
  /**案件ごとに変更**/
}

/** th **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: stretch;
  max-width: 100% !important;
  background: #d7f6ca;
  /**案件ごとに変更**/
  font-size: 2rem !important;
  /**案件ごとに変更**/
  font-weight: normal;
  /**案件ごとに変更**/
  color: #216404;
  /**案件ごとに変更**/
}

/** th span **/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  background: #fff;
  /**案件ごとに変更**/
  font-size: 1.8rem !important;
  /**案件ごとに変更**/
  font-weight: normal;
  color: #382c0c;
  /**案件ごとに変更**/
}

/**thとtdの間のタグいらないので削除**/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .el-table--overview .elementor-price-list .elementor-price-list-item .elementor-price-list-text,
  .el-table--requirement .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .el-table--overview .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el-table--requirement .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #216404;
  }
  /** td **/
  .el-table--overview .elementor-price-list .elementor-price-list-item p.elementor-price-list-description,
  .el-table--requirement .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/*---------------------sample-table*/
.el-table--overview,
.el-table--requirement {
  width: 100%;
}

/** th **/
.el-table--overview .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el-table--requirement .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 26.7857142857% !important;
}

/** td **/
.el-table--overview .elementor-price-list .elementor-price-list-item p.elementor-price-list-description,
.el-table--requirement .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 73.2142857143% !important;
}

.el-table--charge {
  width: 100%;
}

/** th **/
.el-table--charge .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 26.7857142857% !important;
  font-weight: bold;
  text-align: center;
}

/** td **/
.el-table--charge .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 73.2142857143% !important;
}

/** th **/
/** td **/
/* ───────────────────────────────
角丸テーブル（PC・スマホ共通）
   ─────────────────────────────── */
.el-table .elementor-price-list {
  /* 4 辺を１本で囲い、角丸を付ける */
  border: 1px solid #216404;
  /* 案件ごとに変更可 */
  border-radius: 12px;
  /* 角丸の大きさ */
  overflow: hidden;
  /* 角からはみ出る内側の角をカット */
  padding: 0;
  /* UL の余白を念のためリセット */
}

/* 最終行だけ二重線にならないように下線を外す */
.el-table .elementor-price-list li:last-child {
  border-bottom: none;
}

/* スマホでも同じ丸みを維持 */
@media screen and (max-width: 767px) {
  .el-table .elementor-price-list {
    border-radius: 12px;
  }
}
/****************************************

_el-others.scss その他（エレメンター）

*****************************************/
/** section **/
/** p **/
/** figure **/
/**  ul　（アイコンリスト） **/
/**  ul　（内部セクションを複製して、CSSで作るリスト） **/
/****************************************

_el-common.scss 全ページ共通（エレメンター）

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

_el-title.scss トップ（エレメンター）

*****************************************/
.p-top-sec01-box01 {
  position: relative;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box01 {
    padding: 30px 10px 80px;
  }
}
.p-top-sec01-box01::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/943;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_bg_pic.jpg) no-repeat center top;
  background-size: cover;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box01::before {
    top: initial;
    bottom: -20px;
    left: initial;
    right: -220px;
    opacity: 0.6;
    transform: translateX(0);
  }
}

.p-top-sec01-flex {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.p-top-sec01-flex .elementor-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-top-sec01-flex .txt620 {
  margin-top: 30px;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex .txt620 {
    margin-top: 10px;
    width: 100%;
  }
}
.p-top-sec01-flex .fig484 {
  max-width: 484px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex .fig484 {
    margin: 0 auto 10px;
  }
}

.p-top-sec01-box02 {
  position: relative;
  padding: 130px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box02 {
    padding: 90px 10px 60px;
  }
}
.p-top-sec01-box02::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/1044;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_bg_yellow.png) no-repeat;
  background-size: cover;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box02::before {
    top: initial;
    width: auto;
    height: 100%;
    background-size: 100%;
  }
}
.p-top-sec01-box02::after {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/56;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_bg_home.png) no-repeat;
  background-size: 100%;
  z-index: -777;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box02::after {
    width: auto;
    height: 30px;
  }
}

.p-top-sec01-notes {
  margin: 25px auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-notes {
    margin: 25px auto 30px;
  }
}

.p-top-sec01-box02-bnr {
  width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-box02-bnr {
    max-width: 870px;
    width: 100%;
  }
}

.p-top-sec01-list {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.p-top-sec01-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .elementor-container {
    gap: 25px 10px;
  }
}
.p-top-sec01-list .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
  min-height: 140px;
  width: 360px;
  background: #fff;
  border-radius: 25px;
  outline: #D1AC3A 2px dashed;
  outline-offset: -10px;
  font-size: 2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .item {
    padding: 25px 20px;
    min-height: initial;
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-top-sec01-list .item::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/42;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_icon02.png) no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .item::before {
    width: 40px;
  }
}

.p-top-sec02 {
  position: relative;
  padding: 50px 20px 100px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 50px 10px 60px;
  }
}
.p-top-sec02::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/280;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec02_bg_green.jpg) no-repeat;
  background-size: 100%;
  z-index: -999;
}

.p-top-sec02-list {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding: 80px 80px 0px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list {
    padding: 60px 20px 0px;
  }
}
.p-top-sec02-list::before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec02_bg_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec02-list .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .elementor-container {
    flex-flow: nowrap column;
    gap: 50px 0;
  }
}
.p-top-sec02-list .item {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item {
    width: 100%;
  }
}
.p-top-sec02-list .item .fig400 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 10px;
}
.p-top-sec02-list .item .fig400 img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-sec02-list .item .txt {
  margin-bottom: 20px;
}
.p-top-sec02-list .item .ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px 15px 60px;
  border-bottom: 3px solid #D1AC3A;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item .ttl .elementor-heading-title {
    margin-bottom: 10px;
    padding: 0 0px 5px 40px;
    border-bottom: 2px solid #D1AC3A;
    font-size: 2rem;
  }
}
.p-top-sec02-list .item .ttl .elementor-heading-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 21.7391304348%;
  height: inherit;
  border-bottom: 3px solid #6ACC40;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item .ttl .elementor-heading-title::before {
    bottom: -2px;
    border-bottom: 2px solid #6ACC40;
  }
}
.p-top-sec02-list .item .ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
}
.p-top-sec02-list .item:nth-child(1) .ttl .elementor-heading-title::after {
  bottom: 15px;
  left: 10px;
  width: 32px;
  height: auto;
  aspect-ratio: 32/50;
  background: url(images/top_sec02_01_bg.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item:nth-child(1) .ttl .elementor-heading-title::after {
    bottom: 10px;
    left: 0;
    width: 25px;
  }
}
.p-top-sec02-list .item:nth-child(2) .ttl .elementor-heading-title::after {
  bottom: 20px;
  left: 0px;
  width: 46px;
  height: auto;
  aspect-ratio: 46/38;
  background: url(images/top_sec02_02_bg.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item:nth-child(2) .ttl .elementor-heading-title::after {
    bottom: 10px;
    width: 25px;
  }
}
.p-top-sec02-list .item:nth-child(3) .ttl .elementor-heading-title::after {
  bottom: 20px;
  left: 5px;
  width: 38px;
  height: auto;
  aspect-ratio: 38/39;
  background: url(images/top_sec02_03_bg.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-list .item:nth-child(3) .ttl .elementor-heading-title::after {
    bottom: 10px;
    width: 25px;
  }
}

.p-top-sec03 {
  padding: 80px 0;
  background: url(images/top_sec03_bg_pic.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 {
    padding: 60px 10px;
  }
}
.p-top-sec03 .elementor-container.elementor-column-gap-no {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .elementor-container.elementor-column-gap-no {
    flex-flow: nowrap column;
  }
}
.p-top-sec03 .box01 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .box01 {
    width: 100%;
  }
}
.p-top-sec03 .box01 .elementor-container {
  display: flex;
  flex-flow: nowrap column;
}
.p-top-sec03 .box01 .top {
  margin-bottom: 25px;
  width: 100% !important;
}
.p-top-sec03 .box01 .top .elementor-widget-wrap {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top-sec03 .box01 .btm {
  padding: 40px;
  width: 100% !important;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .box01 .btm {
    padding: 30px 20px;
  }
}
.p-top-sec03 .box02 {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .box02 {
    width: 100%;
  }
}

.p-top-sec03-btn {
  width: 143px !important;
  max-width: initial !important;
}
.p-top-sec03-btn .elementor-widget-container .elementor-button-wrapper a {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.p-top-sec03-btn .elementor-widget-container .elementor-button-wrapper a::before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 22/23;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(images/top_sec03_bg_arrow_01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-btn .elementor-widget-container .elementor-button-wrapper a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #6ACC40;
  transition: all 0.3s ease-in-out;
}
.p-top-sec03-btn .elementor-widget-container .elementor-button-wrapper a:hover::after {
  width: 0;
}

.p-top-sec03-list {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list {
    margin-top: 40px;
  }
}
.p-top-sec03-list .elementor-container {
  display: flex;
  flex-flow: nowrap column !important;
}
.p-top-sec03-list .item {
  border-bottom: 1px solid #BF9B2D;
  width: 100% !important;
}
.p-top-sec03-list .item a {
  position: relative;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 130px;
  width: 100%;
  height: 100%;
  padding-left: 110px;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list .item a {
    padding-left: 65px;
    min-height: 70px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.p-top-sec03-list .item a:is(:hover, :active) {
  background: rgba(106, 204, 64, 0.2);
}
.p-top-sec03-list .item a::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(images/top_sec03_bg_arrow_02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-list .item a::before {
  display: block;
  content: "";
  position: absolute;
  width: 86px;
  height: auto;
  aspect-ratio: 86/87;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list .item a::before {
    width: 50px;
  }
}
.p-top-sec03-list .item:nth-child(1) a::before {
  background: url(images/top_sec03_bg_01.png) no-repeat;
  background-size: 100%;
}
.p-top-sec03-list .item:nth-child(2) a::before {
  background: url(images/top_sec03_bg_02.png) no-repeat;
  background-size: 100%;
}
.p-top-sec03-list .item:nth-child(3) a::before {
  background: url(images/top_sec03_bg_03.png) no-repeat;
  background-size: 100%;
}
.p-top-sec03-list .item:nth-child(4) a::before {
  background: url(images/top_sec03_bg_04.png) no-repeat;
  background-size: 100%;
}

.p-top-sec04 {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04 {
    padding: 60px 10px;
  }
}
.p-top-sec04 .insta {
  margin-inline: auto;
  width: 1120px;
  height: auto;
  aspect-ratio: 1120/372;
}
@media screen and (max-width: 767px) {
  .p-top-sec04 .insta {
    width: 100%;
  }
}

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

_p-top.scss トップページ

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

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 540px;
  width: 100%;
  height: 100%;
  max-height: 350px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    max-width: initial;
  }
}
.p-diary-list__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 20px 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item:first-child {
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 10px 10px;
  }
}
.p-diary-list__date {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    margin-bottom: 10px;
    padding-left: 18px;
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__date::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  top: 0px;
  left: 0;
  background: url(images/news_bg.png) no-repeat center top;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date::before {
    width: 12px;
  }
}
.p-diary-list__ttl {
  width: 100%;
  font-size: 1.7rem;
  font-weight: normal;
  color: #382C0C;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #382C0C;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #6ACC40;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6ACC40;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

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

_p-page-name.scss 当院紹介

*****************************************/
.p-about-sec01 .box {
  padding: 54px 20px;
  background: url(images/about_01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-sec01 .box {
    padding: 30px 10px;
    background-position: center top;
  }
}
.p-about-sec01 .list .item {
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-sec01 .list .item {
    text-align: left;
    font-size: 1.6rem;
  }
}

.p-about-sec02 .ttl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #6ACC40;
}
@media screen and (max-width: 767px) {
  .p-about-sec02 .ttl {
    padding-bottom: 6px;
  }
}
.p-about-sec02 .ttl .elementor-heading-title {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 15px;
}
.p-about-sec02 .ttl .reason {
  font-size: 2.2rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-about-sec02 .ttl .reason {
    font-size: 1.7rem;
  }
}
.p-about-sec02 .ttl .jp {
  font-size: 2.2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-about-sec02 .ttl .jp {
    font-size: 1.7rem;
  }
}

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

_p-page-name.scss 施術内容

*****************************************/
.p-service-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 20px;
}
@media screen and (max-width: 767px) {
  .p-service-list .elementor-container {
    gap: 30px 10px;
  }
}
.p-service-list .item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .p-service-list .item {
    width: calc((100% - 10px) / 2);
  }
}
.p-service-list .fig265 {
  margin-bottom: 10px;
}
.p-service-list .fig265 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.p-service-list .ttl .elementor-heading-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #6ACC40;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
  line-height: 1.3 !important;
}
@media screen and (max-width: 767px) {
  .p-service-list .ttl .elementor-heading-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.p-service-list .txt {
  line-height: 1.6 !important;
}

.p-service-list02 .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 10px 0;
}
.p-service-list02 .item {
  position: relative;
  padding: 0 0 0 40px;
  border-bottom: 2px solid #6ACC40;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .p-service-list02 .item {
    padding: 0 0 5px 25px;
    width: 100%;
  }
}
.p-service-list02 .item::before {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: auto;
  aspect-ratio: 26/25;
  top: 5px;
  left: 0;
  background: url(images/service_list.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-service-list02 .item::before {
    width: 16px;
  }
}

.p-service-sec03 .sub-ttl .elementor-heading-title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-service-sec03 .sub-ttl .elementor-heading-title {
    font-size: 1.7rem;
  }
}

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

_p-page-name.scss ご利用の流れ

*****************************************/
.p-flow-sec:not(:last-of-type) {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-flow-sec:not(:last-of-type)::before {
  display: block;
  content: "";
  position: absolute;
  width: 180px;
  height: auto;
  aspect-ratio: 180/70;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/flow_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:last-of-type)::before {
    width: 130px;
    height: auto;
    aspect-ratio: 130/52;
    bottom: -50px;
    background: url(images/flow_arrow_sp.png) no-repeat;
    background-size: 100%;
  }
}

.p-flow-sec {
  padding: 30px;
  background: #fff;
  border: 10px solid #6ACC40;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec {
    padding: 20px;
    border: 5px solid #6ACC40;
  }
}
.p-flow-sec .sub-ttl {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #ebf7e6;
  font-size: 2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-flow-sec .sub-ttl {
    font-size: 1.6rem;
  }
}

.p-flow-arrow {
  width: 80px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-flow-arrow {
    margin: 0 auto 40px;
  }
}

.p-flow-font {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-flow-font {
    font-size: 1.4rem;
  }
}

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

_p-page-name.scss 料金について

*****************************************/
.p-charge-sec02-sub-ttl01 .elementor-heading-title {
  margin-bottom: 70px;
  padding: 10px;
  max-width: 800px;
  margin-inline: auto;
  background: #ebf7e6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #389a0e;
  letter-spacing: 0.01em;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-sub-ttl01 .elementor-heading-title {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}

.p-charge-sec02-flex01,
.p-charge-sec02-flex02 {
  max-width: 750px;
  margin-inline: auto;
}

.p-charge-sec02-flex01 {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 {
    flex-flow: nowrap column;
    align-items: initial;
    gap: 10px 0;
    margin-bottom: 15px;
  }
}
.p-charge-sec02-flex01 .inner {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .inner {
    justify-content: center;
    gap: 0 8px;
  }
}
.p-charge-sec02-flex01 .circle,
.p-charge-sec02-flex01 .plus,
.p-charge-sec02-flex01 .total {
  display: inline-block;
}
.p-charge-sec02-flex01 .circle {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  width: 230px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fce8cf;
  border-radius: 50vh;
  outline: #F49A2D 3px dashed;
  outline-offset: -10px;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .circle {
    gap: 5px 0;
    padding-top: 18px;
    width: 160px;
    outline: #F49A2D 2px dashed;
    outline-offset: -8px;
  }
}
.p-charge-sec02-flex01 .circle::before {
  display: block;
  content: "";
  position: absolute;
  width: 189px;
  height: auto;
  aspect-ratio: 189/69;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/charge_bg_line.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .circle::before {
    top: -45px;
    width: 120px;
  }
}
.p-charge-sec02-flex01 .circle .txt-small {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .circle .txt-small {
    font-size: 1.3rem;
  }
}
.p-charge-sec02-flex01 .circle .txt-big {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .circle .txt-big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .plus {
    width: 20px;
  }
}
.p-charge-sec02-flex01 .total {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex01 .total {
    width: 370px;
    margin-inline: auto;
    text-align: center;
    font-size: 2rem;
  }
}

.p-charge-sec02-flex02 {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 35px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex02 {
    flex-flow: nowrap column;
    gap: 10px 0;
    padding-left: 0;
    align-items: center;
  }
}
.p-charge-sec02-flex02 .left,
.p-charge-sec02-flex02 .right {
  display: inline-block;
}
.p-charge-sec02-flex02 .left .txt01 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex02 .left .txt01 {
    font-size: 1.6rem;
  }
}
.p-charge-sec02-flex02 .right .txt02--top {
  letter-spacing: 0.5em;
}
.p-charge-sec02-flex02 .right .txt02--btm {
  letter-spacing: 0.01em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex02 .right .txt02--btm {
    text-align: center;
  }
}
.p-charge-sec02-flex02 .right .txt02 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex02 .right .txt02 {
    font-size: 1.6rem;
  }
}
.p-charge-sec02-flex02 .right .txt02 .num {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 4.6rem;
  font-weight: bold;
  color: #6ACC40;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-flex02 .right .txt02 .num {
    font-size: 3rem;
  }
}

.p-charge-sec02-sub-ttl02 .elementor-heading-title {
  padding: 15px 15px;
  background: #ebf7e6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-sub-ttl02 .elementor-heading-title {
    font-size: 1.8rem;
  }
}

.p-charge-sec02-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-list .elementor-container {
    justify-content: center;
    gap: 10px;
  }
}
.p-charge-sec02-list .elementor-container .item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  width: calc((100% - 80px) / 5);
  border: 5px solid #6acc40;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-list .elementor-container .item {
    min-height: 100px;
    width: calc((100% - 10px) / 2);
  }
}
.p-charge-sec02-list .elementor-container .item .txt {
  display: inline-block;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #216404;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-list .elementor-container .item .txt {
    font-size: 2rem;
  }
}
.p-charge-sec02-list .elementor-container .item .txt .inner {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-charge-sec02-list .elementor-container .item .txt .inner {
    font-size: 1.6rem;
  }
}

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

_p-page-name.scss ケアマネージャー・施設の方へ

*****************************************/
.p-message-sec03 {
  position: relative;
  padding: 50px 30px;
  background: #ebf7e6;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-message-sec03 {
    padding: 20px 15px 120px;
  }
}
.p-message-sec03::before {
  display: block;
  content: "";
  position: absolute;
  width: 414px;
  height: auto;
  aspect-ratio: 414/272;
  bottom: 0;
  left: 0;
  background: url(images/message_flower.png) no-repeat;
  background-size: 100%;
  z-index: 999;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-message-sec03::before {
    width: 165px;
  }
}

.p-message-sec03-ttl .elementor-heading-title {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #6ACC40;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #216404;
  letter-spacing: 0.01em;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-ttl .elementor-heading-title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.8rem;
  }
}

.p-message-sec03-sub-ttl .elementor-heading-title {
  margin-bottom: 15px;
  padding: 15px 10px;
  border: 3px solid #216404;
  background: #fff;
  border-radius: 7px;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-sub-ttl .elementor-heading-title {
    margin-bottom: 10px;
    border: 2px solid #216404;
    font-size: 1.6rem;
  }
}

.p-message-sec03-list .elementor-container {
  display: flex;
  flex-flow: nowrap column;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-list .elementor-container {
    gap: 3px 0;
  }
}
.p-message-sec03-list .item {
  position: relative;
  padding: 0 0 0 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-list .item {
    padding: 0 0 5px 25px;
    width: 100%;
  }
}
.p-message-sec03-list .item::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/29;
  top: 5px;
  left: 0;
  background: url(images/message_list.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-list .item::before {
    width: 16px;
  }
}
.p-message-sec03-list .item p {
  font-size: 2.2rem;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-list .item p {
    font-size: 1.6rem;
  }
}

.p-message-sec03-flex {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-flex {
    flex-flow: nowrap column;
    align-items: center;
    gap: 20px 0;
  }
}
.p-message-sec03-flex .bubble-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 405px;
  height: auto;
  aspect-ratio: 405/159;
  background: url(images/message_bubble.png) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-flex .bubble-txt {
    width: 300px;
  }
}
.p-message-sec03-flex .bubble-txt .inner {
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-message-sec03-flex .bubble-txt .inner {
    font-size: 1.6rem;
  }
}
.p-message-sec03-flex .pic img {
  border-radius: 15px;
}

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

_p-page-name.scss 先輩社員の声

*****************************************/
.p-voice-item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-voice-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.p-voice-box .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-voice-box .ttl {
    font-size: 1.7rem;
  }
}
.p-voice-box .txt:not(:last-of-type) {
  margin-bottom: 20px;
}

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

_p-page-name.scss 募集要項

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

_p-blog.scss ブログ

*****************************************/
.p-journal-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-journal-list__txt {
  margin-bottom: 30px;
}
.p-journal-list__btn {
  margin: 0 0 0 auto;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin: 0 auto;
    width: 250px;
  }
}
.p-journal-list__btn a {
  padding: 22px 10px 16px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn a {
    padding: 16px 10px 13px;
  }
}
.p-journal-list__fig440 {
  position: relative;
  width: 440px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/310;
  }
}
.p-journal-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

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

_p-page-name.scss スタッフ紹介

*****************************************/
.p-staff-item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-staff-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.p-staff-box .ttl {
  margin-bottom: 10px;
  padding: 0px 10px;
  background: #ebf7e6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-staff-box .ttl {
    font-size: 1.7rem;
  }
}
.p-staff-box .txt:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-staff-all .elementor-widget-container {
    position: relative;
    width: 100%;
    height: 220px;
  }
}
.p-staff-all .elementor-widget-container img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-staff-all .elementor-widget-container img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center top;
  }
}

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

_p-overview.scss 院概要

*****************************************/
/*---------- アクセス ----------*/
/****************************************

_p-contact.scss お問い合わせ

*****************************************/
/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: #f3fbf0;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 20px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #382C0C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.5rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.2rem;
  }
}

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

Contact Form7

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

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

.wpcf7 {
  width: 100%;
}

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

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

.form_row .form_label {
  width: 300px;
}

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

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

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

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

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

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

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

.form_row .form_input_post {
  width: 180px;
}

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

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #6ACC40;
  border-radius: 8px;
  background-color: #6ACC40;
  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: #6ACC40;
}

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

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

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

_u-color.scss カラー指定

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

.u-main-color {
  color: #6ACC40;
}

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

.u-red {
  color: #ff0000;
}

.u-orange {
  color: #F49A2D;
}

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

_u-font.scss フォント調整

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

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

.u-font-jp {
  font-family: "M PLUS Rounded 1c", serif;
}

.u-font-en {
  font-family: "M PLUS Rounded 1c", serif;
}

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