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

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

/*
Theme Name: ルシエル合同会社
Theme URL: https://www.leciel0704.co.jp
Description: 群馬県伊勢崎市の児童発達支援・放課後等デイサービスは「多機能型事業所 ゆうがくかん りとる」
Version: 1.0
License: ルシエル合同会社
License URI: https://www.leciel0704.co.jp
*/
/****************************************

_reset.scss リセットCSS

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

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

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

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

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

input,
select {
  vertical-align: middle;
}

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

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

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

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

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

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

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

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

@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;
  text-underline-offset: 3px;
  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%;
}

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

電話リンク設定

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

FancyBox

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

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

_variable.scss variable 変数

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

_mixin.scss mixin

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

_l-header.scss ヘッダー共通

*****************************************/
.l-header {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.l-header::before {
  display: block;
  content: "";
  position: absolute;
  width: 13.90625%;
  height: auto;
  aspect-ratio: 267/220;
  top: 0;
  left: 0;
  background: url(images/header_left_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-header::before {
    min-width: 70px;
  }
}
.l-header::after {
  display: block;
  content: "";
  position: absolute;
  width: 16.6666666667%;
  height: auto;
  aspect-ratio: 320/190;
  top: 0;
  right: 0;
  background: url(images/header_right_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-header::after {
    min-width: 90px;
  }
}
.l-header__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 35px 10px 35px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px 10px 20px;
  }
}
.l-header__logo-box a {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.l-header__logo-box a:is(:hover, :active) {
  opacity: 0.77;
}
.l-header__logo-txt01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-header__logo-txt01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 245px;
    height: auto;
    aspect-ratio: 414/53;
  }
}
.l-header__logo-txt02 {
  margin-top: 5px;
  padding: 0 22px;
  height: 28px;
  line-height: 28px;
  background: #F1E8D9;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-header__logo-txt02 {
    padding: 0 15px;
    font-size: 1.2rem;
  }
}
.l-header__top {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-header__top {
    margin-bottom: 0;
  }
}
.l-header__tel {
  position: absolute;
  top: 25px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    display: none;
  }
}

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

pc用 横ナビ

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

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

#g_navi .menu > li:not(:last-child) {
  border-right: 1px solid #E0CFCA;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #523B13;
  line-height: 1;
  letter-spacing: 0.05em;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #523B13;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #523B13;
}

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

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 160%;
  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 20px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: bold;
  background: #8EC53E;
  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: #8EC53E;
  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: #8EC53E;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: -10px;
  }
  .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: #8EC53E;
    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: #8EC53E;
    opacity: 0.95;
    z-index: 8888;
    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 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-mv-top {
    overflow: visible;
  }
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
.l-mv-top__ttl {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: clamp(420px, 36vw, 688px);
  height: auto;
  aspect-ratio: 688/114;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    top: initial;
    bottom: -60px;
    width: clamp(300px, 36vw, 688px);
  }
}
.l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-mv-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
}
.l-mv-page::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/698;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/mv_page_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-page::before {
    width: 120%;
  }
}
.l-mv-page__pic-img {
  position: relative;
  display: block;
  margin-inline: auto;
  max-width: 1847px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1847px) {
  .l-mv-page__pic-img {
    left: calc(50% - 923px);
    width: 1847px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -35%;
    width: 170%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--about {
    width: auto;
    height: 20px;
    aspect-ratio: 302/40;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--guide {
    width: auto;
    height: 20px;
    aspect-ratio: 322/43;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: auto;
    height: 20px;
    aspect-ratio: 240/42;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--recruit {
    width: auto;
    height: 20px;
    aspect-ratio: 190/42;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--contact {
    width: auto;
    height: 20px;
    aspect-ratio: 281/42;
  }
}

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

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

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

_l-main.scss メイン共通

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

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

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

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

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  position: relative;
  z-index: 999;
  margin: -80px auto 20px;
  max-width: 1220px;
  width: 100%;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto;
    padding: 0 10px 20px;
  }
}

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

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

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

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

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec__inner {
  max-width: 1940px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 0px;
}

.l-btm-sec-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__jp {
    font-size: 2.2rem;
  }
}

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

_l-footer.scss フッター共通

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

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__container {
  background: url(images/footer_bg.png) no-repeat center top;
  background-size: cover;
}
.l-footer__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 10px 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 40px 10px 10px;
  }
}
.l-footer__ttl {
  position: relative;
  left: -25px;
  margin: 0 auto 20px;
  width: 509px;
  height: auto;
  aspect-ratio: 509/120;
}
@media screen and (max-width: 767px) {
  .l-footer__ttl {
    left: -10px;
    max-width: 509px;
    width: 100%;
    width: 320px;
  }
}
.l-footer__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-top: 30px;
}
.l-footer__map {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .l-footer__map {
    height: 200px;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .l-footer__map iframe {
    height: 200px;
  }
}
.l-footer__instagram {
  margin: 20px auto 30px;
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .l-footer__instagram {
    margin: 10px auto 10px;
    width: 30px;
  }
}

.l-footer__logo {
  display: block;
  margin: 90px auto 15px;
  width: 414px;
  height: auto;
  aspect-ratio: 414/83;
}
.l-footer__logo a {
  display: block;
}

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

/* ----------- ページトップ ----------- */
.pc-float {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-float {
    display: none !important;
    opacity: 0;
  }
}

.pagetop,
.pc-float__insta,
.pc-float__contact {
  position: fixed;
  z-index: 9999;
}
.pagetop a,
.pc-float__insta a,
.pc-float__contact a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a img,
.pc-float__insta a img,
.pc-float__contact a img {
  display: block;
  width: 100%;
  height: 100%;
}

.pc-float__insta {
  right: 0;
  bottom: 410px;
}

.pc-float__contact {
  right: 0;
  bottom: 130px;
}

.pagetop {
  right: 0;
  bottom: 50px;
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
.l-footer-sitemap__page {
  padding: 0 17px;
  height: 20px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  line-height: 20px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.l-footer-sitemap__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap__page:first-child {
  border-left: none;
}
.l-footer-sitemap__page:last-child {
  border-right: none;
}
.l-footer-sitemap__page + .l-footer-sitemap__page {
  border-left: none;
}

.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 20px;
  height: 20px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  line-height: 20px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.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: #333;
}
.l-footer-link a:is(:hover, :active) {
  color: #523B13;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #523B13;
  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: #8EC53E;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sp_btn_list_item a:link, .sp_btn_list_item a:visited, .sp_btn_list_item a:hover, .sp_btn_list_item a:active {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03,
  .sp_btn_list_item_icon_04 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after,
  .sp_btn_list_item_icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_company.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_04::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

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

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

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

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

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

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

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

.aligncenter {
  display: block;
}

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

_c-button.scss ボタン共通

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

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

.c-btn01--green a {
  background: #8EC53E;
}
.c-btn01--green a:hover {
  background: #E8B609;
}

.c-btn01--yellow a {
  background: #E8B609;
}
.c-btn01--yellow a:hover {
  background: #8EC53E;
}

.c-btn01--top-sec01 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 {
    width: 250px;
  }
}
.c-btn01--top-sec01 a {
  padding: 15px 10px;
}

.c-btn01--top-sec05 {
  position: absolute;
  top: 95px;
  right: 10px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec05 {
    position: initial;
    top: initial;
    right: initial;
    margin: 30px auto 0;
  }
}
.c-btn01--top-sec05 a {
  padding: 10px 10px;
}

.c-btn01--schedule {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .c-btn01--schedule {
    width: 250px;
  }
}
.c-btn01--schedule a {
  padding: 15px 10px;
}

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

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  margin: 0px auto 60px;
  max-width: 830px;
  text-align: center;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
  background-image: linear-gradient(transparent 70%, rgba(232, 182, 9, 0.5) 0%);
  background-repeat: no-repeat;
  background-size: calc(100% + 12px) 100%;
  background-position: -15px 0px;
  padding: 0 12px 0px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin: 0px auto 30px;
    max-width: 355px;
    background-image: linear-gradient(transparent 65%, rgba(232, 182, 9, 0.5) 0%);
    padding: 0 12px 3px;
    font-size: 2.2rem;
  }
}

.c-headline--contact {
  margin: 0px auto 30px;
}
@media screen and (max-width: 767px) {
  .c-headline--contact {
    margin: 0px auto 20px;
  }
}

.c-ttl01 {
  position: relative;
  padding-bottom: 25px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
}
.c-ttl01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  aspect-ratio: 720/15;
  bottom: 0;
  left: 0;
  background: url(images/c_ttl_01.png) repeat-x;
  background-size: 720px 15px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl01::after {
    height: 10px;
    background-size: 480px 10px;
  }
}

.c-ttl02 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.c-ttl02__inner {
  position: relative;
}
.c-ttl02__inner::before, .c-ttl02__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 37px;
  height: auto;
  aspect-ratio: 37/28;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-ttl02__inner::before, .c-ttl02__inner::after {
    width: 27px;
    transform: translateY(-33%);
  }
}
.c-ttl02__inner::before {
  left: -50px;
  background: url(images/c_ttl_02_left.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-ttl02__inner::before {
    left: -35px;
  }
}
.c-ttl02__inner::after {
  right: -50px;
  background: url(images/c_ttl_02_right.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-ttl02__inner::after {
    right: -35px;
  }
}

.c-ttl03 {
  padding: 16px 20px;
  border-radius: 6px;
  background: url(images/green_bg.png) no-repeat center top;
  background-size: cover;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    padding: 11px 20px;
    font-size: 1.8rem;
  }
}

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

_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;
  align-items: flex-start;
}
.c-flex__txt970,
.c-flex-r__txt970 {
  padding-top: 20px;
  width: 970px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt970,
  .c-flex-r__txt970 {
    margin-top: 10px;
    padding-top: 0;
    width: calc(100% - 90px);
  }
}
.c-flex__fig180,
.c-flex-r__fig180 {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex__fig180,
  .c-flex-r__fig180 {
    max-width: 70px;
  }
}

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

c-flex-order

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

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

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

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt720,
.c-flex-r-order__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt720,
  .c-flex-r-order__txt720 {
    display: contents;
  }
}
.c-flex-order__fig430,
.c-flex-r-order__fig430 {
  position: relative;
  border-radius: 6px;
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig430,
  .c-flex-r-order__fig430 {
    order: 2;
    margin-bottom: 20px;
    padding-right: 10px;
  }
}
.c-flex-order__fig430 img,
.c-flex-r-order__fig430 img {
  box-shadow: 10px 10px 0px #F2EEC4;
  border-radius: 6px;
}
.c-flex-order__txt970,
.c-flex-r-order__txt970 {
  padding-top: 20px;
  width: 970px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt970,
  .c-flex-r-order__txt970 {
    display: contents;
  }
}
.c-flex-order__fig180,
.c-flex-r-order__fig180 {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig180,
  .c-flex-r-order__fig180 {
    order: 2;
    margin-bottom: 10px;
  }
}

.c-flex-order {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-flex-order {
    padding-right: 0;
  }
}

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

_c-column.scss カラム共通

*****************************************/
.c-three-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.c-three-column-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-three-column-list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-three-column-list__fig380 {
    max-width: 380px;
    margin-inline: auto;
  }
}
.c-three-column-list__fig380 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.c-three-column-list--schedule-development {
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list--schedule-development {
    margin: 40px auto 60px;
  }
}

.c-three-column-list--schedule-daycare {
  margin: 50px auto 80px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list--schedule-daycare {
    margin: 40px auto 60px;
  }
}

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

_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: #F2EEC4;
  font-weight: bold;
}
.c-table tbody td {
  background: #FCFCF3;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #DED45E;
  padding: 13px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}

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

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

_c-common.scss 全ページ共通

*****************************************/
.c-cmn-box {
  padding: 40px;
  border-radius: 6px;
  background: #F2EEC4;
}
@media screen and (max-width: 767px) {
  .c-cmn-box {
    padding: 30px 15px;
  }
}
.c-cmn-box__ttl {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-cmn-box__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.c-cmn-box--flow {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-cmn-box--flow {
    margin-top: 40px;
  }
}

.c-cmn-box--schedule {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-cmn-box--schedule {
    margin-top: 40px;
  }
}

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

_p-top.scss トップページ

*****************************************/
.p-top-sec01__inner {
  width: 100%;
  margin: 0 auto;
  padding: 45px 10px 100px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__inner {
    padding: 100px 10px 60px;
  }
}
.p-top-sec01__btn-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  gap: 10px 30px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__btn-box {
    margin-top: 30px;
  }
}
.p-top-sec01__txt {
  line-height: 2.2;
}

.p-top-sec01-ttl {
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  font-size: 3.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
.p-top-sec01-ttl__inner {
  background-image: linear-gradient(transparent 70%, rgba(232, 182, 9, 0.5) 0%);
  background-repeat: no-repeat;
  background-size: calc(100% + 12px) 100%;
  /* 下線中央 */
  background-position: -15px 0px;
  /* 左に5pxずらすことで左側を長く見せる */
  padding: 0 12px 2px;
  /* 2pxで、下線を下にずらす */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-top-sec01-ttl__big {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl__big {
    font-size: 2.2rem;
  }
}

.top-sec02-sec03-box {
  background: #F6F6DD;
  border-top: 1px solid #E8E8C8;
  border-bottom: 1px solid #E8E8C8;
}
.top-sec02-sec03-box__inner {
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  padding: 145px 10px 100px;
}
@media screen and (max-width: 767px) {
  .top-sec02-sec03-box__inner {
    padding: 30px 10px 60px;
  }
}

.p-top-sec02__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__inner {
    padding: 60px 0 0;
  }
}
.p-top-sec02__txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__txt {
    margin-bottom: 20px;
  }
}
.p-top-sec02__list:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list:first-child {
    margin-top: 0;
  }
}
.p-top-sec02__list:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list:not(:first-of-type) {
    margin-top: 10px;
  }
}
.p-top-sec02__list {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list {
    padding-left: 55px;
  }
}
.p-top-sec02__list::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  width: 65px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list::before {
    width: 40px;
    top: 0px;
    left: 0px;
    transform: translateY(0%);
  }
}
.p-top-sec02__list:nth-child(1)::before {
  background: url(images/top_sec02_num01.png) no-repeat;
  background-size: 100%;
}
.p-top-sec02__list:nth-child(2)::before {
  background: url(images/top_sec02_num02.png) no-repeat;
  background-size: 100%;
}
.p-top-sec02__list:nth-child(3)::before {
  background: url(images/top_sec02_num03.png) no-repeat;
  background-size: 100%;
}
.p-top-sec02__list:nth-child(4)::before {
  background: url(images/top_sec02_num04.png) no-repeat;
  background-size: 100%;
}
.p-top-sec02__list:nth-child(5)::before {
  background: url(images/top_sec02_num05.png) no-repeat;
  background-size: 100%;
}
.p-top-sec02__list-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-sec02__list-ttl {
    font-size: 2rem;
  }
}

.top-sec02-flex {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-sec02-flex {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.top-sec02-flex__txt530 {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .top-sec02-flex__txt530 {
    margin-top: 20px;
    width: 100%;
  }
}
.top-sec02-flex__fig621 {
  max-width: 621px;
  width: 51.75%;
}
@media screen and (max-width: 767px) {
  .top-sec02-flex__fig621 {
    width: 100%;
  }
}
.top-sec02-flex__fig621 img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-sec02-ttl,
.p-top-sec04-ttl {
  position: relative;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl,
  .p-top-sec04-ttl {
    font-size: 2.2rem;
  }
}
.p-top-sec02-ttl__outer,
.p-top-sec04-ttl__outer {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-top-sec02-ttl__inner,
.p-top-sec04-ttl__inner {
  position: relative;
}
.p-top-sec02-ttl__inner::before, .p-top-sec02-ttl__inner::after,
.p-top-sec04-ttl__inner::before,
.p-top-sec04-ttl__inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-top-sec02-ttl__inner::before,
.p-top-sec04-ttl__inner::before {
  width: auto;
  height: 15px;
  aspect-ratio: 432/15;
  left: -467px;
  background: url(images/top_sec0204_ttl_left.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__inner::before,
  .p-top-sec04-ttl__inner::before {
    left: -307px;
    height: 10px;
  }
}
.p-top-sec02-ttl__inner::after,
.p-top-sec04-ttl__inner::after {
  width: auto;
  height: 15px;
  aspect-ratio: 430/15;
  right: -465px;
  background: url(images/top_sec0204_ttl_right.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__inner::after,
  .p-top-sec04-ttl__inner::after {
    right: -307px;
    height: 10px;
  }
}

.p-top-sec02-ttl::before,
.p-top-sec04-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 160px;
  height: auto;
  aspect-ratio: 160/40;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl::before,
  .p-top-sec04-ttl::before {
    width: auto;
    height: 30px;
    top: -35px;
  }
}

.p-top-sec02-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl {
    margin-bottom: 20px;
  }
}
.p-top-sec02-ttl::before {
  background: url(images/top_sec02_ttl_top.png) no-repeat;
  background-size: 100%;
}

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

.p-top-sec03 {
  margin-top: 65px;
  padding: 65px 0 55px;
  border-radius: 10px;
  border: 4px solid #E8E8C8;
  background: #fff;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 {
    margin-top: 60px;
    padding: 40px 15px;
    border: 3px solid #E8E8C8;
  }
}
.p-top-sec03__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}

.p-top-sec03-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list {
    flex-flow: nowrap column;
    justify-content: flex-start;
    gap: 0;
  }
}
.p-top-sec03-list__item {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__item {
    padding: 30px 0;
    width: 100%;
  }
}
.p-top-sec03-list__item:not(:last-child) {
  border-right: 1px solid rgba(179, 175, 168, 0.7);
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(179, 175, 168, 0.7);
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__item:last-child {
    padding: 30px 0 0;
  }
}
.p-top-sec03-list__fig {
  margin-bottom: 15px;
}
.p-top-sec03-list__ttl {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__ttl {
    font-size: 2rem;
  }
}
.p-top-sec03-list__ttl--01::before {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: auto;
  aspect-ratio: 64/33;
  top: -35px;
  left: 15px;
  background: url(images/top_sec03_ttl_01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-list__ttl--02::before {
  display: block;
  content: "";
  position: absolute;
  width: 67px;
  height: auto;
  aspect-ratio: 67/31;
  top: -35px;
  left: 15px;
  background: url(images/top_sec03_ttl_02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-list__ttl--03::before {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: auto;
  aspect-ratio: 65/32;
  top: -30px;
  left: 15px;
  background: url(images/top_sec03_ttl_03.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-list__ttl--04::before {
  display: block;
  content: "";
  position: absolute;
  width: 65px;
  height: auto;
  aspect-ratio: 65/32;
  top: -30px;
  left: 15px;
  background: url(images/top_sec03_ttl_04.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-top-sec03-list__txt {
  width: 100%;
}

.p-top-sec03-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}
.p-top-sec03-ttl__inner {
  position: relative;
}
.p-top-sec03-ttl__inner::before, .p-top-sec03-ttl__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 37px;
  height: auto;
  aspect-ratio: 37/28;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__inner::before, .p-top-sec03-ttl__inner::after {
    width: 27px;
    transform: translateY(-33%);
  }
}
.p-top-sec03-ttl__inner::before {
  left: -50px;
  background: url(images/top_sec03_ttl_left.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__inner::before {
    left: -35px;
  }
}
.p-top-sec03-ttl__inner::after {
  right: -50px;
  background: url(images/top_sec03_ttl_right.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__inner::after {
    right: -35px;
  }
}

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

.p-top-sec04-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list {
    flex-flow: nowrap column;
    justify-content: flex-start;
    gap: 40px 0;
  }
}
.p-top-sec04-list__item {
  width: 336px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list__item {
    width: 100%;
  }
}
.p-top-sec04-list__fig {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04-list__fig {
    max-width: 335px;
    margin: 0 auto 10px;
  }
}
.p-top-sec04-list__txt {
  text-align: center;
}

.p-top-sec05 {
  position: relative;
  border-top: 1px solid #DDC69B;
  border-bottom: 1px solid #DDC69B;
}
.p-top-sec05::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/top_sec05_bg.jpg) no-repeat;
  background-size: cover;
  z-index: -9999;
}
.p-top-sec05__inner {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 10px 100px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__inner {
    padding: 60px 10px;
  }
}

.p-top-sec05-ttl {
  margin-bottom: 45px;
  text-align: center;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  font-size: 3.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.p-top-sec05-ttl__inner {
  position: relative;
}
.p-top-sec05-ttl__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 119px;
  height: auto;
  aspect-ratio: 119/68;
  top: 0;
  right: -75px;
  background: url(images/top_sec05_ttl_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl__inner::after {
    width: 80px;
    right: -50px;
  }
}

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

newsトップ用

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

newsトップ用（リンク全幅）

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  max-height: 220px;
  overflow-y: scroll;
}
.p-diary-list__item {
  border-bottom: 1px dotted #B3AFA8;
  width: 100%;
}
.p-diary-list__item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 20px 20px 20px 50px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item a {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item a:is(:hover, :active) {
  background: rgba(232, 182, 9, 0.2);
}
.p-diary-list__date {
  position: relative;
  width: 12%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8EC53E;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__date::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: auto;
  aspect-ratio: 4/8;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: url(images/top_sec05_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-diary-list__ttl {
  width: 88%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}

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

_p-page-name.scss りとるについて

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

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

*****************************************/
.p-flow-sec:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:first-of-type) {
    margin-top: 40px;
  }
}

.p-flow-sec {
  position: relative;
}
.p-flow-sec__outer {
  position: relative;
  overflow: hidden;
}
.p-flow-sec__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.p-flow-sec__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__box {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}

.p-flow-sec--green::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100vh;
  top: 0;
  left: 88px;
  background: #8DC53E;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-flow-sec--green::before {
    width: 3px;
    left: 34px;
  }
}

.p-flow-sec--green:last-child .c-flex-r__fig180::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 88px;
  background: rgb(252, 252, 243);
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-flow-sec--green:last-child .c-flex-r__fig180::before {
    width: 3px;
    left: 34px;
  }
}

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

_p-page-name.scss 1日の流れ

*****************************************/
.p-schedule-sec:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec:not(:first-of-type) {
    margin-top: 40px;
  }
}

.p-schedule-sec {
  position: relative;
}
.p-schedule-sec__outer {
  position: relative;
  overflow: hidden;
}
.p-schedule-sec__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.p-schedule-sec--green::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100vh;
  top: 0;
  left: 88px;
  background: #8DC53E;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec--green::before {
    width: 3px;
    left: 34px;
  }
}

.p-schedule-sec--green:last-child .c-flex-r__fig180::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 88px;
  background: rgb(252, 252, 243);
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec--green:last-child .c-flex-r__fig180::before {
    width: 3px;
    left: 34px;
  }
}

.p-schedule-sec--yellow::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100vh;
  top: 0;
  left: 88px;
  background: #E8B609;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec--yellow::before {
    width: 3px;
    left: 34px;
  }
}

.p-schedule-sec--yellow:last-child .c-flex-r__fig180::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 88px;
  background: rgb(252, 252, 243);
  background-size: 100%;
  z-index: -888;
}
@media screen and (max-width: 767px) {
  .p-schedule-sec--yellow:last-child .c-flex-r__fig180::before {
    width: 3px;
    left: 34px;
  }
}

.p-schedule__btn-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-schedule__btn-box {
    margin-bottom: 30px;
  }
}
.p-schedule__ttl {
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  color: #523B13;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-schedule__ttl {
    font-size: 2rem;
  }
}
.p-schedule__ttl-inner {
  background-repeat: no-repeat;
  background-size: calc(100% + 8px) 100%;
  background-position: 0px 0px;
  padding: 0 8px 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-schedule__ttl-inner--green {
  background-image: linear-gradient(transparent 70%, rgba(149, 201, 75, 0.5) 0%);
}
.p-schedule__ttl-inner--yellow {
  background-image: linear-gradient(transparent 70%, rgba(232, 182, 9, 0.5) 0%);
}

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

_p-overview.scss 事業所概要

*****************************************/
.p-overview-link a {
  position: relative;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-overview-link a {
    color: #333;
  }
}
.p-overview-link a:is(:link, :visited) {
  color: #333;
}
.p-overview-link a:is(:hover, :active) {
  color: #333;
}
.p-overview-link a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-overview-link a::after {
    background: #333;
  }
}
.p-overview-link a:hover::after {
  width: 0;
}

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

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

_p-page-name.scss 事業所評価

*****************************************/
.p-evaluation-post-list__item {
  border-bottom: 1px dotted #B3AFA8;
  width: 100%;
}
.p-evaluation-post-list__item a {
  display: block;
  position: relative;
  padding: 21px 0px 21px 70px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-evaluation-post-list__item a {
    padding: 15px 0px 15px 50px;
  }
}
.p-evaluation-post-list__item a:is(:hover, :active) {
  background: rgba(232, 182, 9, 0.2);
}
.p-evaluation-post-list__item a::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/38;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url(images/pdf.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-evaluation-post-list__item a::before {
    width: 25px;
  }
}
.p-evaluation-post-list__ttl {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-evaluation-post-list__ttl {
    font-size: 1.4rem;
  }
}

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

_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: 280px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin: 0 auto;
    width: 250px;
  }
}
.p-journal-list__btn a {
  padding: 15px 10px;
}
.p-journal-list__fig430 {
  position: relative;
  width: 430px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig430 {
    max-width: 430px;
    width: 100%;
    height: auto;
    aspect-ratio: 430/300;
  }
}
.p-journal-list__fig430 img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

_p-page-name.scss 求人情報

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

_p-contact.scss お問い合わせ

*****************************************/
.p-form-sec01__tel {
  margin: 30px auto 0;
  width: auto;
  height: 30px;
  aspect-ratio: 234/30;
}
@media screen and (max-width: 767px) {
  .p-form-sec01__tel {
    margin: 20px auto 0;
    height: 25px;
  }
}

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

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

Contact Form7

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

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

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

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

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

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

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

_u-display.scss 表示、非表示

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

_u-arrange.scss 余白調整

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

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

.u-tc {
  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-mb15 {
  margin-bottom: 15px;
}

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

.u-mb25 {
  margin-bottom: 25px;
}

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

.u-mb35 {
  margin-bottom: 35px;
}

.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-mb30 {
    margin-bottom: 20px;
  }
}

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

/* 下線そのまま、改行しても全ての行に下線が付く */
.u-link-stay a {
  position: relative;
  text-decoration: none;
  color: #333;
  background-image: linear-gradient(#333, #333);
  background-size: 100% 1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  .u-link-stay a {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

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

_u-color.scss カラー指定

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

.u-main-color {
  color: #8EC53E;
}

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

.u-red {
  color: #ff0000;
}

.u-green {
  color: #8EC53E;
}

.u-yellow {
  color: #E8B609;
}

.u-orange {
  color: #FC7F00;
}

.u-brown {
  color: #523B13;
}

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

_u-font.scss フォント調整

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

.u-medium {
  font-weight: 500;
}

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

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

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

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