@charset "UTF-8";
/*
Theme Name: かわせみの森
Theme URI: https://recruit.kawasemikids.com/info/
Description: テンプレート「かわせみの森」のWordPressページです。
Version: 1.1
Author: owndmedia.lab(kn)
*/
.c-ul01 {
  list-style: none;
  display: grid;
  gap: clamp(0.875rem, 0.777rem + 0.435vw, 1.125rem);
  margin: 0 0 clamp(1rem, 0.609rem + 1.739vw, 2rem) 0;
}
.c-ul01 li {
  position: relative;
  padding-left: 2em;
  /* border-bottom: 2px dotted var(--color-main03); */
}
.c-ul01 li::after,
.c-ul01 li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.c-ul01 li::before {
  top: 1.6em;
  left: 0;
  width: 17px;
  height: 17px;
  background: color-mix(in srgb, #4fbdbb 50%, transparent);
  transform: translateY(-50%);
}
.c-ul01 li::after {
  top: 0.75em;
  left: 0.45em;
  width: 14px;
  height: 14px;
  background: color-mix(in srgb, #4fbdbb 30%, transparent);
}

.u-keep-all {
  word-break: keep-all;
}

.u-auto-phrase {
  word-break: auto-phrase;
  text-wrap: balance;
}

@media screen and (max-width: 961px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none;
  }
}

* {
  letter-spacing: 0.05em;
}

html,
body {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, "TsukuARdGothic-Regular", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  background: #fff;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li,
th,
td,
address {
  font-size: 16px;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #2f7d6e;
  color: #fff;
}
::selection {
  background: #2f7d6e;
  color: #fff;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

/* タブレット切り替え */
.only-tb {
  display: none;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

/* 見出し */
.h3__ttl--left {
  position: relative;
  z-index: 1;
}
.h3__ttl--left::before {
  width: 77px;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -7%;
  z-index: -1;
}
.h3__ttl--left .circle01 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(177, 217, 182, 0.4);
  bottom: -36%;
  left: -11%;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(177, 217, 182, 0.3);
  bottom: 33%;
  left: -16%;
}

.h3__ttl--right {
  text-align: right;
  position: relative;
  z-index: 1;
}
.h3__ttl--right::before {
  width: 77px;
  height: 77px;
  background-color: rgba(177, 217, 182, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3%;
  z-index: -1;
}
.h3__ttl--right .circle01 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(177, 217, 182, 0.4);
  top: 1.3lh;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(177, 217, 182, 0.3);
  top: 0.8lh;
  right: -7%;
}

.h3__ttl--center {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.h3__ttl--center h3 {
  margin: 0 15px;
}
.h3__ttl--center .circle01,
.h3__ttl--center .circle02 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.h3__ttl--center .circle01 {
  background-color: rgba(177, 217, 182, 0.3);
}
.h3__ttl--center .circle02 {
  background-color: rgba(177, 217, 182, 0.5);
}

/* ボタン */
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(0.85rem, 0.77rem + 0.22vw, 1rem);
}

.btn01 {
  font-size: 17px;
  color: #4fbdbb;
  border: 1px solid #4fbdbb;
  border-radius: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
}
.btn01::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #fff;
  border-radius: 60px;
  width: 97%;
  height: 97%;
}
.btn01:hover {
  background-color: #4fbdbb;
  color: #fff;
  transition: all 0.3s;
}
.btn01--white {
  background-color: #fff;
}
.btn01--left {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.btn01--center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn01--right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #4fbdbb;
  border-radius: 8px;
}

/*flex*/
.flex {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

/*コンテンツ区切りウェーブ*/
svg:has(.wave01) {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  fill: #fdf3e0;
}

svg:has(.wave02) {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  fill: #fff;
}

.footer__svg {
  margin-bottom: -10px;
}

/*円*/
/***** 下層ページヘッダー *****/
.header-sub {
  position: relative;
  margin-top: -10%;
  z-index: 10;
}
.header-sub .header-sub__wrap {
  text-align: center;
}
.header-sub .header-sub__wrap .header-sub__box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.header-sub .header-sub__wrap .header-sub__box::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 99%;
  height: 98%;
}
.header-sub .header-sub__wrap .header-sub__box img {
  border-radius: 40px;
  transition: ease-in-out 0.6s;
  transition-delay: 1.4s;
  transform: scale(1.3);
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin-top: 40px;
  line-height: 1;
}
.header-sub .header-sub__wrap h2 span {
  font-size: 23px;
  color: #2f7d6e;
  display: block;
  margin-top: 20px;
}

/***** フッター *****/
footer {
  margin-top: -10px;
  padding: 70px 0 30px;
}
footer .footer__wrap .footer__container {
  display: grid;
  justify-items: center;
}
footer .footer__wrap .footer__container .footer__logo {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__logo:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container address {
  margin: 40px 0 20px;
}
footer .footer__wrap .footer__container .footer__tel {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__tel:hover {
  color: #2f7d6e;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns {
  margin: 30px 0;
}
footer .footer__wrap .footer__container .footer__sns a {
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__sns a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__sns a:first-of-type {
  margin-right: 15px;
}
footer .footer__wrap .footer__container .footer__map {
  filter: saturate(0.5);
}
footer .footer__wrap .footer__container small {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  display: block;
}

/*コンタクトボタン*/
#contact_btn {
  display: none;
}

/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding-left: 70px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.8);
}
header .header__wrap #header__gmenu .header__logo {
  max-width: 250px;
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 25px;
}
header .header__wrap #header__gmenu ul li a {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__wrap #header__gmenu ul li a span {
  font-size: 13px;
  color: #4fbdbb;
  font-family: gooddog-new, sans-serif;
  letter-spacing: 0.13em;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #2f7d6e;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .header__wrap #header__gmenu ul li a:hover::after {
  width: 100%;
}
header .header__wrap #header__gmenu.hide {
  transform: translateY(-100%);
}
header .header__wrap #header__gmenu.bg {
  background: rgba(255, 255, 255, 0.8);
}
header .header__wrap .header__tel {
  background-color: rgba(245, 187, 92, 0.7);
  display: block;
  width: auto;
  height: 100%;
  line-height: 1.8;
  padding: 0 20px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all 0.4s;
}
header .header__wrap .header__tel img {
  width: 28px;
}
header .header__wrap .header__tel span {
  font-size: 20px;
  font-weight: 600;
}
header .header__wrap .header__tel:hover {
  color: #fff;
  background-color: rgba(47, 125, 110, 0.7);
  transition: all 0.3s;
}

/* ハンバーガーメニュー */
#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #2f7d6e;
  display: none;
}

.h-menu__line,
.close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #fff;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 24px;
}

.h-menu__line--bottom {
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

#gnav-sp {
  width: 48%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: rgba(253, 243, 224, 0.9);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
  margin-bottom: 35px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
  font-size: 13px;
  color: #2f7d6e;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #2f7d6e;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a:hover::after {
  width: 100%;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading01 *****/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fdf3e0;
  text-align: center;
  color: #4fbdbb;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#splash_text svg {
  height: 2px;
}

/***** loading02 *****/
#loading-sub {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fdf3e0;
}

#loading-sub.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1.1s;
  animation-delay: unset;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #2f7d6e;
  color: #fff;
  border: 2px solid #2f7d6e;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #fff;
  color: #2f7d6e;
  border-color: #2f7d6e;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** コンタクトボタン *****/
#contact_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 78px;
  bottom: 20px;
  z-index: 20;
}

#contact_btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f5bb5c;
  color: #333;
  border: 2px solid #f5bb5c;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}

#contact_btn a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #fff;
  color: #f5bb5c;
  border-color: #f5bb5c;
}

#contact_btn .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** お問い合わせボタン *****/
#footer__contact {
  position: fixed;
  left: -20px;
  bottom: 30px;
  z-index: 15;
}
#footer__contact a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #4fbdbb;
  font-size: 25px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 20px;
  padding-inline: 35px 25px;
  transition: all 0.4s;
}
#footer__contact a:hover {
  transition: all 0.3s;
  background-color: #f5bb5c;
}
#footer__contact a img {
  width: 35px;
  margin-right: 15px;
}
#footer__contact .footer__contact--tel {
  font-size: 23px;
}
#footer__contact .footer__contact--tel img {
  width: 32px;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding-left: 2.5vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1.3vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 15vw;
  }
  header .header__wrap .header__tel {
    display: none;
  }
  #contact_btn {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
  .u-over-1400-only {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  header .header__wrap #header__gmenu {
    height: 90px;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 17px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 19px;
  }
  #footer__contact a {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
  #footer__contact a img {
    width: 32px;
  }
  #footer__contact .footer__contact--tel {
    font-size: 20px;
  }
  #footer__contact .footer__contact--tel img {
    width: 29px;
  }
}
@media screen and (max-width: 1280px) {
  header .header__wrap #header__gmenu ul li a {
    font-size: 16px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 17px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 1167px) {
  header .header__wrap #header__gmenu {
    padding-left: 2vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 15px;
  }
  header .header__wrap .header__tel {
    padding: 0 10px;
  }
  header .header__wrap .header__tel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 15px;
  }
  .btn01 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
  header .header__wrap #header__gmenu {
    padding: 0 3vw;
    height: 85px;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 0 0 1.5vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 17vw;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 200px;
  }
  .header-sub {
    margin-top: -8%;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 20px;
    margin-top: 15px;
  }
  .h3__ttl--right {
    margin-right: 5%;
  }
  .h3__ttl--right::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--right .circle01 {
    width: 35px;
    height: 35px;
    bottom: -75%;
  }
  .h3__ttl--right .circle02 {
    width: 27px;
    height: 27px;
    bottom: -8%;
    right: -8%;
  }
  .h3__ttl--left {
    margin-left: 5%;
  }
  .h3__ttl--left::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--left .circle01 {
    width: 43px;
    height: 43px;
  }
  .h3__ttl--left .circle02 {
    width: 27px;
    height: 27px;
    left: -15%;
  }
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 27px;
    height: 27px;
  }
  #footer__contact {
    bottom: 20px;
  }
  #footer__contact a {
    height: 47px;
    line-height: 47px;
    font-size: 19px;
    margin-top: 15px;
  }
  #footer__contact a img {
    width: 28px;
  }
  #footer__contact .footer__contact--tel {
    font-size: 17px;
  }
  #footer__contact .footer__contact--tel img {
    width: 25px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  header .header__wrap #header__gmenu {
    height: 80px;
  }
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 23vw;
  }
  #h-menu {
    display: block;
  }
  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__wrap .footer__container {
    width: 85%;
    text-align: center;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 0;
    margin-bottom: 40px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 30px 0 40px;
  }
  footer .footer__wrap .footer__container small {
    text-align: center;
  }
  .header-sub {
    margin-top: -6%;
  }
  .br-pc {
    display: none;
  }
  .only-tb {
    display: block;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 927px) {
  .header-sub .header-sub__wrap .header-sub__box img {
    transform: scale(1);
  }
  #gnav-sp {
    width: 100%;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    display: inline-block;
    width: 20%;
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul {
    text-align: center;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 14px;
  }
  .btn01 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .br-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .wrap,
  .wrap2 {
    padding: 0 30px;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 50vw;
  }
  header .header__wrap #header__gmenu {
    padding: 0 6vw;
  }
  #h-menu {
    width: 45px;
    height: 45px;
  }
  .h-menu__line,
  .close__line {
    width: 20px;
    height: 2px;
  }
  .h-menu__line {
    top: 14px;
  }
  .h-menu__line--center {
    top: 22px;
  }
  .h-menu__line--bottom {
    top: 30px;
  }
  .close__line {
    top: 22px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin-bottom: 25px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 15px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
    font-size: 12px;
  }
  footer {
    padding: 60px 0 20px;
  }
  footer .footer__wrap .footer__container {
    width: 100%;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 170px;
  }
  footer .footer__wrap .footer__container small {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container .footer__sns {
    margin: 25px 0 35px;
  }
  footer .footer__wrap .footer__container address {
    margin: 35px 0 15px;
  }
  footer .footer__wrap .footer__container .footer__map {
    height: 40vh;
  }
  .header-sub {
    margin-top: 3%;
    padding-bottom: 20px;
  }
  .header-sub .header-sub__wrap h2 {
    margin-top: 25px;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 15px;
  }
  .header-sub .header-sub__wrap .header-sub__box {
    border-radius: 20px;
  }
  .header-sub .header-sub__wrap .header-sub__box img {
    border-radius: 20px;
    transform: scale(1);
  }
  .header-sub .header-sub__wrap .header-sub__box::after {
    border-radius: 20px;
    border-width: 1px;
    width: 98%;
    height: 97%;
  }
  #page_top {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top .material-icons {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
  #contact_btn {
    bottom: 55px;
    right: 15px;
  }
  .h3__ttl--left {
    text-align: center;
    margin-left: 0;
  }
  .h3__ttl--left::before {
    left: 2%;
    width: 60px;
    height: 60px;
  }
  .h3__ttl--left .circle01 {
    width: 33px;
    height: 33px;
    bottom: -40%;
    left: -2%;
  }
  .h3__ttl--left .circle02 {
    width: 22px;
    height: 22px;
    left: -8%;
  }
  .h3__ttl--right {
    margin-right: 0;
    text-align: center;
  }
  .h3__ttl--right::before {
    width: 60px;
    height: 60px;
  }
  .h3__ttl--right .circle01 {
    width: 30px;
    height: 30px;
    bottom: -62%;
    right: 10%;
  }
  .h3__ttl--right .circle02 {
    width: 22px;
    height: 22px;
    bottom: 19%;
    right: 8%;
  }
  .h3__ttl--right::before {
    right: 18%;
  }
  .h3__ttl--center h3 {
    margin: 0 12px;
  }
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 22px;
    height: 22px;
  }
  #footer__contact {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
  }
  #footer__contact a,
  #footer__contact .footer__contact--tel {
    font-size: 15px;
    margin-top: 0;
    width: 50%;
    justify-content: center;
    padding-inline: 0;
    border-radius: 0;
    height: 45px;
    line-height: 1;
    text-align: center;
  }
  #footer__contact .footer__contact--home {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer__contact a img,
  #footer__contact .footer__contact--tel img {
    width: 22px;
    display: block;
    margin-right: 12px;
  }
  .footer__contact--tel {
    border-right: 1px solid #fff;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 15px;
  }
  p,
  a,
  li,
  th,
  td,
  address,
  select,
  input {
    font-size: 13px;
  }
  .btn01 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .wrap,
  .wrap2 {
    padding: 0 20px;
  }
  header .header__wrap #header {
    height: 60px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 14px;
  }
}
/*
Theme Name: かわせみの森
Theme URI: https://recruit.kawasemikids.com/info/
Description: テンプレート「かわせみの森」のWordPressページです。
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
.index .header__wrap svg {
  display: none;
}

#main .main__video {
  position: relative;
  width: 100%;
  height: 100svh;
}
#main .main__video svg {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: 0 30%;
  width: 100%;
}
#main .main__video__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main ul.main__slider.only-sp {
  display: none;
}
#main ul.main__slider li.main__slider__item {
  position: relative;
  margin: 0 3vw;
}
#main ul.main__slider li.main__slider__item::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 98%;
  height: 98%;
}
#main ul.main__slider li.main__slider__item img {
  width: 100%;
  border-radius: 40px;
}
#main ul.main__slider .slick-dots {
  bottom: -40px;
}
#main ul.main__slider .slick-dots li button::before {
  color: #8db6e6;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #2f7d6e;
  opacity: 1;
}
#main .main__container {
  margin-top: 120px;
  align-items: center;
  justify-content: center;
}
#main .main__container .main__heading {
  width: 40%;
  font-size: 36px;
  color: #4fbdbb;
  margin-right: 100px;
}
#main .main__container .main__txt {
  width: 60%;
  word-break: auto-phrase;
  text-wrap: balance;
}

#i-contents {
  background-color: #fdf3e0;
  padding-bottom: 1px;
}
#i-contents .h3__ttl--left {
  margin-top: 50px;
}
#i-contents .h3__ttl--left::before {
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: -7%;
}
#i-contents .h3__ttl--left .circle01 {
  width: 95px;
  height: 95px;
  bottom: -36%;
  left: -11%;
}
#i-contents .h3__ttl--left .circle02 {
  width: 50px;
  height: 50px;
  bottom: 30%;
  left: -15%;
}
#i-contents .i-contents__wrap {
  margin-top: 80px;
}
#i-contents .i-contents__wrap .i-contents__container {
  margin-bottom: 110px;
  justify-content: center;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__img {
  margin-right: -70px;
  border: 4px solid #8db6e6;
  border-radius: 50%;
  z-index: 2;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 70px 60px 80px;
  margin-top: 160px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
  position: absolute;
  bottom: -6%;
  left: -20%;
  width: 180px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(141, 182, 230, 0.5);
  position: absolute;
  border-radius: 50%;
  bottom: 35%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle02 {
  width: 45px;
  height: 45px;
  background-color: rgba(141, 182, 230, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 28%;
  left: -53%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) {
  flex-direction: row-reverse;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img {
  margin: 40px 0 0 -40px;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
  bottom: -10%;
  left: -14%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle02 {
  bottom: -18%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(141, 182, 230, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) {
  margin-bottom: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
  margin: 130px -50px 0 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__pic {
  bottom: -15%;
  right: -13%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle01 {
  bottom: -36%;
  left: -66%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .circle02 {
  bottom: -15%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container:last-of-type {
  margin-bottom: 0;
}

.i-contents__pickup {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 30px;
}
.i-contents__pickup .i-contents__pickup__inner {
  align-items: center;
  justify-content: center;
}
.i-contents__pickup .i-contents__pickup__inner img {
  width: 300px;
  aspect-ratio: 1;
  margin-right: 4vw;
  border-radius: 50%;
}
.i-contents__pickup .i-contents__pickup__inner .i-contents__pickup__box h3 {
  color: #4fbdbb;
  margin-bottom: 30px;
}
.i-contents__pickup .i-contents__pickup__inner .i-contents__pickup__box p {
  line-height: 2.8;
  margin-bottom: clamp(1rem, 0.7rem + 0.83vw, 1.6rem);
}

#i-contents-menu {
  padding-bottom: clamp(3rem, 1.15rem + 5.09vw, 6rem);
  background-color: #fdf3e0;
}
#i-contents-menu .i-contents-menu__wrap {
  margin: 20px 0;
  justify-content: center;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item {
  text-align: center;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 97%;
  height: 97%;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle:hover .i-contents-menu__img {
  transform: scale(1.2);
  transition: ease-in-out 0.4s;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle .i-contents-menu__img {
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item h4 {
  font-size: 22px;
  margin: 20px 0;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .btn01 {
  background-color: #fff;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .btn01:hover {
  background-color: #4fbdbb;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(2) {
  margin: 50px 100px 0;
}
#i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(1) {
  margin-top: 100px;
}

#i-menu {
  background-image: url(img/bg01.png);
}
#i-menu .i-menu__wrap {
  margin: 20px 0;
  justify-content: center;
}
#i-menu .i-menu__wrap .i-menu__item {
  text-align: center;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 97%;
  height: 97%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle:hover .i-menu__img {
  transform: scale(1.2);
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item h4 {
  font-size: 22px;
  margin: 20px 0;
}
#i-menu .i-menu__wrap .i-menu__item .btn01 {
  background-color: #fff;
}
#i-menu .i-menu__wrap .i-menu__item .btn01:hover {
  background-color: #4fbdbb;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
  margin: 50px 100px 0;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
  margin-top: 100px;
}

#i-news {
  margin-top: -10px;
  background-color: #fdf3e0;
}
#i-news .i-news__wrap {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#i-news .i-news__wrap a.i-news__item {
  width: 48%;
  margin-top: 40px;
  align-items: center;
  transition: all 0.4s;
}
#i-news .i-news__wrap a.i-news__item:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb {
  width: 224px;
  min-width: 224px;
  height: 149px;
  overflow: hidden;
  border-radius: 20px;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#i-news .i-news__wrap a.i-news__item .i-news__info {
  margin-left: 30px;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
  font-size: 14px;
  color: #4fbdbb;
}
#i-news .i-news__btn {
  margin-top: 60px;
  text-align: center;
}

/* かわせみの森のここが好き / .i-voices
------------------------------------------------ */
#i-voices {
  position: relative;
  z-index: 1;
}
#i-voices::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
}
#i-voices .i-voices__wrap {
  padding-block: clamp(4.375rem, 2.663rem + 7.609vw, 8.75rem);
}
#i-voices .i-voices__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.887rem + 1.39vw, 2rem);
  min-height: 400px;
}
#i-voices .i-voices__ttl {
  text-align: center;
}
#i-voices .i-voices__ttl-main {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2f7d6e;
  font-size: clamp(3rem, 1.15rem + 5.09vw, 6rem);
  font-family: gooddog-new, sans-serif;
}
#i-voices .i-voices__ttl-sub {
  font-weight: 600;
  color: #4fbdbb;
  font-size: clamp(1rem, 0.7rem + 0.83vw, 1.6rem);
}
#i-voices .i-voices__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
#i-voices .i-voices__comment {
  position: absolute;
  width: min(100%, 600px);
  display: grid;
  place-items: center;
  margin-bottom: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  padding: clamp(1.1rem, 0.826rem + 1.22vw, 1.8rem);
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #4fbdbb;
  border-radius: 20px;
  box-shadow: 0 0 10px color-mix(in srgb, #000 10%, transparent);
  font-size: clamp(1rem, 0.89rem + 0.3vw, 1.2rem);
}
#i-voices .i-voices__comment::before, #i-voices .i-voices__comment::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  height: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  transform: translate(-50%, 50%) skewY(-45deg);
  background-color: inherit;
}
#i-voices .i-voices__comment::before {
  bottom: 0px;
  -webkit-clip-path: polygon(10% 0, 100% 90%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(10% 0, 100% 90%, 100% 100%, 0 100%, 0 0);
}
#i-voices .i-voices__comment::after {
  bottom: -1px;
  -webkit-clip-path: polygon(5% 0, 100% 95%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(5% 0, 100% 95%, 100% 100%, 0 100%, 0 0);
  border-left: 2px solid;
  border-bottom: 3px solid;
  border-color: inherit;
}
#i-voices .i-voices__comment p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  word-break: auto-phrase;
  text-wrap: balance;
}
#i-voices .i-voices__comment em {
  font-style: normal;
  font-weight: 600;
  font-size: 120%;
  color: #2f7d6e;
  background: linear-gradient(transparent 60%, #f7d7a7 60%);
}

/* エントリー / .i-entry
------------------------------------------------ */
#i-entry {
  background: #fdf3e0;
}
#i-entry .i-entry__wrap {
  padding-block: clamp(3.75rem, 2.283rem + 6.522vw, 7.5rem) clamp(4.375rem, 2.908rem + 6.522vw, 8.125rem);
}

.i-bnr {
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.i-bnr::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #f5bb5c;
  border-radius: 40px;
  width: 99%;
  height: 97%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.i-bnr .i-bnr__img {
  width: 100%;
  border-radius: 40px;
}
.i-bnr .i-bnr__img--sp {
  display: none;
}
.i-bnr .i-bnr__box {
  position: absolute;
  left: 17%;
  top: 0;
  bottom: 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.i-bnr .i-bnr__box .i-bnr__ttl {
  font-size: 42px;
  line-height: 1.3;
}
.i-bnr .i-bnr__box .i-bnr__ttl--sub {
  font-size: 24px;
  color: #4fbdbb;
  font-family: gooddog-new, sans-serif;
}
.i-bnr .i-bnr__box .i-bnr__txt {
  margin: 16px 0;
}
.i-bnr .i-bnr__box .btn01 {
  width: 100%;
}

/* ************************************************************************************************
   私たちについて / about.php
   ************************************************************************************************ */
#greeting {
  background: #fdf3e0;
  padding-bottom: 120px;
}
#greeting .greeting__wrap {
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
#greeting .greeting__wrap .greeting__container .greeting__txt {
  margin-top: 50px;
}
#greeting .greeting__wrap .greeting__img {
  width: min(30%, 500px);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

#feature {
  background-color: #fdf3e0;
}
#feature .feature__wrap {
  margin: 0 auto 0;
  padding-bottom: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
  text-align: center;
}
#feature .feature__wrap .feature__txt {
  margin: 50px 0;
}
#feature .feature__wrap .feature__img {
  border-radius: 20px;
}
#feature .feature__wrap .feature__points {
  margin: 80px 0 0;
}
#feature .feature__wrap .feature__points .feature__container {
  align-items: flex-start;
  justify-content: center;
}
#feature .feature__wrap .feature__points .feature__container:not(:last-child) {
  margin: 0 0 50px;
}
#feature .feature__wrap .feature__points .feature__container img {
  border: 2px solid #2f7d6e;
  border-radius: 50%;
  margin-right: -10px;
  z-index: 3;
}
#feature .feature__wrap .feature__points .feature__container .feature__box {
  width: 50%;
  text-align: left;
  z-index: 2;
}
#feature .feature__wrap .feature__points .feature__container .feature__box h4 {
  font-size: 23px;
  border-bottom: 2px solid #2f7d6e;
  padding-bottom: 5px;
  padding-left: 40px;
}
#feature .feature__wrap .feature__points .feature__container .feature__box p {
  margin-top: 25px;
  padding-left: 40px;
}
#feature .feature__wrap .feature__points .feature__container .feature__box em {
  font-style: normal;
  font-weight: 600;
  font-size: 120%;
  color: #4fbdbb;
}
#feature .feature__wrap .feature__points .feature__container .feature__box .c-ul01 {
  margin-top: 25px;
  padding-left: 40px;
}

#faq {
  display: none;
  background: #b1d9b6;
}
#faq .faq__wrap {
  margin: 70px auto 80px;
}
#faq .faq__wrap .faq01__unit {
  margin: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  color: #363636;
}
#faq .faq__wrap .faq01__unit .faq01__box--q,
#faq .faq__wrap .faq01__unit .faq01__box--a {
  position: relative;
  display: flex;
  padding: 36px 20px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::before,
#faq .faq__wrap .faq01__unit .faq01__box--a::before {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0.8em;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 18px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q .faq01__txt,
#faq .faq__wrap .faq01__unit .faq01__box--a .faq01__txt {
  margin-top: 6px;
  font-size: 18px;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::before {
  content: "Q";
  background-color: #2f7d6e;
  color: #fff;
}
#faq .faq__wrap .faq01__unit .faq01__box--q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 90%;
  height: 4px;
  background-image: url(img/line02.png);
  background-repeat: repeat-x;
}
#faq .faq__wrap .faq01__unit .faq01__box--a::before {
  content: "A";
  border: 2px solid #2f7d6e;
  color: #2f7d6e;
}

.h3__ttl--center {
  margin-bottom: 80px;
}

.circle-list__container {
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.3rem, 0.83rem + 2.09vw, 2.5rem);
}
.circle-list__container .circle-list__item {
  width: 350px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: clamp(1rem, 0.7rem + 0.83vw, 1.6rem);
  border: 1px solid #2f7d6e;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle-list__container .circle-list__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #2f7d6e;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
.circle-list__container .circle-list__item p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
.circle-list__container .circle-list__item p small {
  display: block;
  font-size: clamp(0.7rem, 0.64rem + 0.15vw, 0.8rem);
  color: #2f7d6e;
}

.circle-list__container--small .circle-list__item {
  width: 280px;
}

.circle-list__container01 {
  margin-bottom: 40px;
}

#overview {
  background-color: #fdf3e0;
}
#overview .overview__wrap {
  margin-top: 70px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 120px;
}
#overview .overview__wrap .overview__img {
  margin-right: 70px;
  border-radius: 20px;
}
#overview .overview__wrap .overview__tbl tr {
  border-bottom: 1px solid #2f7d6e;
}
#overview .overview__wrap .overview__tbl tr th,
#overview .overview__wrap .overview__tbl tr td {
  padding: 10px 15px;
}
#overview .overview__wrap .overview__tbl tr th {
  color: #4fbdbb;
  padding-right: 50px;
  font-weight: normal;
}

/* ************************************************************************************************
   welfare.php
   ************************************************************************************************ */
#message {
  padding-bottom: clamp(1.3rem, 0.478rem + 3.65vw, 3.4rem);
  background: #fdf3e0;
}

#welfare-list {
  padding-bottom: clamp(3rem, 0.26rem + 7.54vw, 7.5rem);
  background: #fdf3e0;
}
#welfare-list h3 {
  margin-bottom: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
}

.p-welfare-message .p-welfare-message__inner {
  margin: 0 auto;
  padding-block: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
  text-align: center;
}
.p-welfare-message .p-welfare-message__inner .p-welfare-message__txt {
  margin: 50px 0;
  font-size: clamp(1rem, 0.7rem + 0.83vw, 1.6rem);
  line-height: 2.2;
}

.p-welfare-list {
  container-type: inline-size;
}
.p-welfare-list .p-welfare-list__inner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: clamp(3rem, 1.15rem + 5.09vw, 6rem);
}
.p-welfare-list .p-welfare-list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-content: start;
  gap: clamp(1.3rem, 0.635rem + 2.957vw, 3rem);
}
@container (max-width: 800px) {
  .p-welfare-list .p-welfare-list__item {
    grid-template-columns: 1fr;
  }
}
.p-welfare-list .p-welfare-list__img {
  aspect-ratio: 1.414/1;
}
.p-welfare-list .p-welfare-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.p-welfare-list .p-welfare-list__desc {
  margin-bottom: clamp(1rem, 0.7rem + 0.83vw, 1.6rem);
}
.p-welfare-list .p-welfare-list__desc em {
  font-style: normal;
  font-weight: 600;
  font-size: 120%;
  color: #4fbdbb;
}

#others .wrap2 {
  padding-block: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
}

/* ************************************************************************************************
   requirements.php
   ************************************************************************************************ */
#recuirements01 {
  background-color: #fdf3e0;
}
#recuirements01 .recuirements01__wrap {
  margin: 0 auto 0;
  padding-block: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
  text-align: center;
}
#recuirements01 .recuirements01__wrap .recuirements01__txt {
  margin: 50px 0;
}
#recuirements01 .recuirements01__wrap .recuirements01__img {
  border-radius: 20px;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points {
  margin: 80px 0 0;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container {
  align-items: center;
  justify-content: center;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container:not(:last-child) {
  margin: 0 0 50px;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container img {
  border: 2px solid #2f7d6e;
  border-radius: 50%;
  margin-right: -10px;
  z-index: 3;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box {
  width: 50%;
  text-align: left;
  z-index: 2;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box h4 {
  font-size: 23px;
  border-bottom: 2px solid #2f7d6e;
  padding-bottom: 5px;
  padding-left: 40px;
}
#recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box p {
  margin-top: 25px;
  padding-left: 40px;
}

#recuirements02 {
  padding-bottom: 150px;
  border-bottom: 1px solid #2f7d6e;
}
#recuirements02 svg {
  margin-top: -100px;
}
#recuirements02 .recuirements02__wrap .recuirements02__tbl {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
#recuirements02 .recuirements02__wrap .recuirements02__tbl tr {
  border-bottom: 1px solid #2f7d6e;
}
#recuirements02 .recuirements02__wrap .recuirements02__tbl tr th,
#recuirements02 .recuirements02__wrap .recuirements02__tbl tr td {
  padding: 10px 15px;
}
#recuirements02 .recuirements02__wrap .recuirements02__tbl tr th {
  width: 20%;
  color: #4fbdbb;
  text-align: center;
  font-weight: 500;
}
#recuirements02 .recuirements02__wrap .recuirements02__btn {
  margin-top: 70px;
  text-align: center;
}
#recuirements02 .recuirements02__wrap .recuirements02__btn .btn01 {
  margin-top: 25px;
}

/* ************************************************************************************************
   index.php(WP)
   ************************************************************************************************ */
/***** アーカイブ *****/
.archive-news {
  background-color: #fdf3e0;
}
.archive-news .archive-news__wrap {
  margin: 70px 0 80px;
  justify-content: space-between;
}
.archive-news .archive-news__wrap .archive-news__container {
  width: 70%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item {
  width: 48%;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__thumbnail {
  text-align: center;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__thumbnail img {
  border-radius: 20px;
  height: auto;
  aspect-ratio: 1.414;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__date {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #4fbdbb;
}
.archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__ttl {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
}
.archive-news .archive-news__svg {
  margin-bottom: -11px;
}

/***** シングル *****/
.single {
  border-bottom: 1px solid #8ac6d1;
}
.single .single__wrap {
  margin: 70px 0 130px;
  justify-content: space-between;
}
.single .single__wrap .single__container {
  width: 70%;
  z-index: 10;
}
.single .single__wrap .single__container .single__info {
  padding: 0 10px 10px;
  border-bottom: 1px solid #2f7d6e;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #4fbdbb;
}
.single .single__wrap .single__container .single__info h3 {
  font-size: 25px;
}
.single .single__wrap .single__container .single__category {
  margin-top: 20px;
  text-align: right;
}
.single .single__wrap .single__container .single__category ul li {
  display: inline-block;
  margin-left: 20px;
}
.single .single__wrap .single__container .single__category ul li a {
  font-size: 15px;
  color: #4fbdbb;
  border: 1px solid #4fbdbb;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 10px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #4fbdbb;
  color: #fff;
  transition: all 0.3s;
}
.single .single__wrap .single__container .single__thumbnail {
  margin-top: 40px;
  text-align: center;
}
.single .single__wrap .single__container .single__thumbnail img {
  height: auto;
  border-radius: 20px;
}
.single .single__wrap .single__container .single__content {
  margin-top: 40px;
}
.single .single__wrap .single__container .single__content img {
  height: auto;
}

/***** サイドバー *****/
.sidebar {
  width: 22%;
  text-align: center;
  z-index: 10;
}
.sidebar .sidebar__item {
  margin-bottom: 50px;
}
.sidebar .sidebar__item h3 {
  font-size: 20px;
  color: #4fbdbb;
  border-bottom: 1px solid #2f7d6e;
  padding: 0 5px 5px;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar .sidebar__item ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar__item ul li a {
  transition: all 0.4s;
}
.sidebar .sidebar__item ul li a:hover {
  color: #2f7d6e;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #2f7d6e solid;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=text] {
  border: 1px solid #2f7d6e;
  width: 70%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=submit] {
  color: #fff;
  background-color: #4fbdbb;
  width: 25%;
  border-radius: 60px;
  transition: all 0.4s;
}
.sidebar .sidebar__item input[type=submit]:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/***** ページネーション *****/
.pagination {
  width: 100%;
}

.pagination .page-numbers {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  background: #b1d9b6;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 20px;
}
.pagination .page-numbers li a {
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #2f7d6e;
  transition: all 0.3s;
}

.nav-below {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 70%;
  max-width: 700px;
  margin: 45px auto 0;
}
.nav-below .nav-previous a,
.nav-below .nav-next a {
  color: #fff;
  background-color: #2f7d6e;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover,
.nav-below .nav-next a:hover {
  background-color: #4fbdbb;
  transition: all 0.3s;
}

/* ===============================================
  先輩の声
=============================================== */
/* アーカイブ
------------------------------------------------ */
.archive-interview {
  background-color: #fdf3e0;
}
.archive-interview .archive-interview__wrap {
  margin: 70px 0 80px;
  justify-content: space-between;
}
.archive-interview .archive-interview__wrap .archive-interview__container {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__thumbnail {
  margin-bottom: 12px;
  text-align: center;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__thumbnail img {
  border-radius: 20px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__date {
  margin: 15px 0 5px;
  font-size: 14px;
  color: #4fbdbb;
}
.archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__ttl {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
}

/* シングル
------------------------------------------------ */
.single-interview {
  border-bottom: 1px solid #8ac6d1;
}
.single-interview .single-interview__wrap {
  margin: 70px 0 130px;
  justify-content: space-between;
}
.single-interview .single-interview__wrap .single-interview__container {
  width: 100%;
  z-index: 10;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__info {
  padding: 0 10px 10px;
  border-bottom: 1px solid #2f7d6e;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__info .single-interview__date {
  color: #4fbdbb;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__info h3 {
  font-size: 25px;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__category {
  margin-top: 20px;
  text-align: right;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li {
  display: inline-block;
  margin-left: 20px;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li a {
  font-size: 15px;
  color: #4fbdbb;
  border: 1px solid #4fbdbb;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
  padding: 0 10px;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li a:hover {
  background-color: #4fbdbb;
  color: #fff;
  transition: all 0.3s;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__thumbnail {
  margin-top: 40px;
  max-width: 800px;
  text-align: center;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__thumbnail img {
  height: auto;
  border-radius: 20px;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__content {
  margin-top: 40px;
}
.single-interview .single-interview__wrap .single-interview__container .single-interview__content img {
  height: auto;
}
.single-interview .staff__txt:not(:has(.staff__txt--heading)) {
  margin-bottom: 28px;
}
.single-interview .staff__txt--heading {
  color: #4fbdbb;
  font-size: 25px;
}

/* ===============================================
  かわせみの森のここが好きページ（アーカイブ） / archive-voices.php
=============================================== */
/* コンテンツ1 / .p-archive-voices-contents01
------------------------------------------------ */
.p-archive-voices-contents01 {
  background-color: #fdf3e0;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__inner {
  padding-block: clamp(1.25rem, 0.859rem + 1.74vw, 2.25rem);
}
.p-archive-voices-contents01 .p-archive-voices-contents01__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(1.3rem, 0.83rem + 2.09vw, 2.5rem);
  margin-bottom: clamp(1.8rem, 0.743rem + 4.7vw, 4.5rem);
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item {
  max-width: 500px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  padding: clamp(1.1rem, 0.826rem + 1.22vw, 1.8rem);
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #4fbdbb;
  border-radius: 20px;
  box-shadow: 0 0 10px color-mix(in srgb, #000 10%, transparent);
  font-size: clamp(0.85rem, 0.77rem + 0.22vw, 1rem);
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item::before, .p-archive-voices-contents01 .p-archive-voices-contents01__item::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  height: clamp(1.625rem, 1.405rem + 0.978vw, 2.188rem);
  transform: translate(-50%, 50%) skewY(-45deg);
  background-color: inherit;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item::before {
  bottom: 0px;
  -webkit-clip-path: polygon(10% 0, 100% 90%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(10% 0, 100% 90%, 100% 100%, 0 100%, 0 0);
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item::after {
  bottom: -1px;
  -webkit-clip-path: polygon(5% 0, 100% 95%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(5% 0, 100% 95%, 100% 100%, 0 100%, 0 0);
  border-left: 2px solid;
  border-bottom: 3px solid;
  border-color: inherit;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  word-break: auto-phrase;
  text-wrap: balance;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item em {
  font-style: normal;
  font-weight: 600;
  font-size: 120%;
  color: #2f7d6e;
  background: linear-gradient(transparent 60%, #f7d7a7 60%);
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+1) {
  grid-column: span 3;
  justify-self: end;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+2) {
  grid-column: span 3;
}
.p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+3), .p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+4), .p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+5) {
  grid-column: span 2;
}

/* ************************************************************************************************
   contact
   ************************************************************************************************ */
/* お問い合わせページ
------------------------------------------------ */
#contact {
  background-color: #fdf3e0;
}

/*** p-contact-tel ***/
.p-contact-tel {
  margin-bottom: clamp(2rem, -3.6rem + 16vw, 6rem);
}

.p-contact-tel .p-contact-tel__box {
  margin: clamp(1.875rem, -1.625rem + 10vw, 4.375rem) auto;
  padding: clamp(2rem, 1.609rem + 1.739vw, 3rem) clamp(1rem, 0.902rem + 0.435vw, 1.25rem);
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.p-contact-tel .p-contact-tel__message {
  margin-bottom: 0.5rem;
}

.p-contact-tel .p-contact-tel__number {
  margin: 0;
  font-size: clamp(1.125rem, 0.88rem + 1.087vw, 1.75rem);
}

.p-contact-tel .p-contact-tel__number a {
  text-decoration: none;
  color: #f5bb5c;
}

.p-contact-tel .p-contact-tel__number a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239c675e' d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239c675e' d='M478.047 400.316c-19.356-18.424-81.443-56.049-97.112-61.134-15.659-5.096-36.341 8.668-43.342 27.382-7.012 18.715-16.85 16.022-16.85 16.022s-37.242-17.472-101.504-93.726-75.167-115.92-75.167-115.92-.984-10.16 18.662-13.898c19.615-3.729 36.693-21.769 34.321-38.071-2.34-16.301-28.904-83.876-43.776-106.06C138.377-7.262 105.153.61 97.593 5.146c-7.571 4.536-86.756 45.692-71.842 135.492 14.934 89.801 57.26 164.294 105.904 222.022 48.644 57.726 114.884 112.087 200.863 142.018 85.958 29.93 139.956-41.136 145.704-47.826 5.749-6.68 19.139-38.091-.175-56.536'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-contact-tel .p-contact-tel__notes {
  font-size: clamp(0.75rem, 0.701rem + 0.217vw, 0.875rem);
}

/*** p-contact-form ***/
.p-contact-form {
  padding: clamp(1rem, 0.413rem + 2.609vw, 2.5rem) clamp(0rem, -0.978rem + 4.348vw, 2.5rem);
  box-sizing: border-box;
}

.p-contact-form .p-contact-form__input-group {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  gap: clamp(1.3rem, 0.478rem + 3.65vw, 3.4rem) clamp(1.3rem, 0.83rem + 2.09vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 0.913rem + 2.609vw, 3rem);
}

.p-contact-form .p-contact-form__input-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  row-gap: 0;
  align-items: center;
}

.p-contact-form .p-contact-form__input-title {
  margin: 0;
  font-size: clamp(0.875rem, 0.826rem + 0.217vw, 1rem);
}

.p-contact-form .p-contact-form__input-label {
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.1em 1.3em;
  border-radius: 3px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-size: clamp(0.75rem, 0.701rem + 0.217vw, 0.875rem);
}

.p-contact-form .p-contact-form__input-label--required {
  background-color: #af2b31;
}

.p-contact-form .p-contact-form__input-label--optional {
  background-color: #333;
}

.p-contact-form .p-contact-form__input-content {
  grid-column: 3;
}

.p-contact-form .p-contact-form__input-content--multiline {
  grid-row: span 2;
}

.p-contact-form :nth-child(n+2 of .p-contact-form__input-content) {
  margin-top: clamp(0.75rem, 0.652rem + 0.435vw, 1rem);
}

.p-contact-form .p-contact-form__input-sub-title {
  display: block;
  margin-bottom: 0;
  font-size: clamp(0.75rem, 0.701rem + 0.217vw, 0.875rem);
}

.p-contact-form input,
.p-contact-form select,
.p-contact-form textarea {
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #f5bb5c;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.p-contact-form select {
  width: -moz-min-content;
  width: min-content;
  field-sizing: content;
}

.p-contact-form textarea {
  width: 100%;
  height: 150px;
  min-height: -moz-min-content;
  min-height: min-content;
  field-sizing: content;
  line-height: 1.7;
  resize: vertical;
}

.p-contact-form input.p-postal-code {
  width: 160px;
}

.p-contact-form span.wpcf7-list-item-label {
  line-height: 2.6;
}

.p-contact-form .p-contact-form__submit-group {
  display: grid;
  gap: clamp(1.25rem, 1.152rem + 0.435vw, 1.5rem);
}

.p-contact-form .p-contact-form__privacy-embed {
  height: 400px;
  padding: clamp(1.5rem, 1.304rem + 0.87vw, 2rem);
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #f4f4f4;
}

.p-contact-form .p-contact-form__privacy-embed h3 {
  margin-bottom: 1.25rem;
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.125rem, 0.88rem + 1.087vw, 1.75rem);
}

.p-contact-form .p-contact-form__privacy-embed h4 {
  margin-bottom: 12px;
  font-size: clamp(1rem, 0.825rem + 0.5vw, 1.125rem);
}

.p-contact-form .p-contact-form__privacy-embed p {
  margin-bottom: 22px;
  line-height: 2.4;
  font-size: clamp(0.75rem, 0.701rem + 0.217vw, 0.875rem);
}

.p-contact-form .p-contact-form__consent-check {
  text-align: center;
}

.p-contact-form .p-contact-form__submit-btn {
  display: block;
  width: min(100%, 400px);
  max-width: 350px;
  margin: 0 auto;
}

.p-contact-form .p-contact-form__submit-btn input[type=submit] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: clamp(1rem, 0.3rem + 2vw, 1.5rem) 0;
  background-color: #f5bb5c;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #fff;
}

.p-contact-form .p-contact-form__submit-btn input[type=submit]:is(:hover, :focus) {
  border-color: transparent;
  background-color: #f7d7a7;
  color: #fff;
}

/*** CF7 ***/
.wpcf7 {
  background: #fdf3e0;
  border: none;
  border-radius: 20px;
}

.wpcf7-spinner {
  position: absolute;
}

/* エラー時入力フィールド */
.wpcf7 .wpcf7-not-valid {
  border-color: #dc3232;
  background-color: #fff8f8;
}

/* エラー時コンテナ */
.wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff8f8;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #dc3232;
  font-size: 14px;
  font-weight: bold;
  animation: errorShake 0.3s ease-in-out;
}

@keyframes errorShake {
  0% {
    translate: 0;
  }
  25% {
    translate: -10px;
  }
  75% {
    translate: 10px;
  }
  100% {
    translate: 0;
  }
}
/*** p-contact-notification ***/
.p-contact-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  pointer-events: none;
  animation: contact-notification-fade-in-out 2.5s forwards;
}

@keyframes contact-notification-fade-in-out {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
.p-contact-notification.p-contact-notification--success {
  background-color: rgba(14, 133, 14, 0.8);
}

.p-contact-notification.p-contact-notification--error {
  background-color: rgba(0, 0, 0, 0.8);
}

.p-contact-notification .p-contact-notification__message {
  margin: 0;
  font-size: 1rem;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (max-width: 1366px) {
  #main ul.main__slider li.main__slider__item {
    margin: 0 2.5vw;
  }
  .i-bnr {
    width: 90%;
  }
  .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 30px;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 48px;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 23px;
  }
  #greeting .h3__ttl--left {
    margin-left: 7%;
  }
  #greeting .greeting__wrap .greeting__img {
    width: 50%;
  }
  #greeting .h3__ttl--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 33px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #i-voices .i-voices__ttl {
    font-size: clamp(1.8rem, 0.743rem + 4.7vw, 4.5rem);
  }
  .circle-list__container .circle-list__item p {
    font-size: 17px;
  }
  .circle-list__container .circle-list__item {
    width: 280px;
  }
}
@media screen and (max-width: 1167px) {
  .circle-list__container .circle-list__item {
    margin: 0 2%;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #main .main__container .main__heading {
    font-size: 30px;
    margin-right: 2vw;
  }
  #main .main__container .main__heading br {
    display: block;
  }
  #i-contents .h3__ttl--left {
    margin-left: 11%;
  }
  #i-contents .h3__ttl--left::before {
    width: 130px;
    height: 130px;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 75px;
    height: 75px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 40px;
    height: 40px;
    bottom: 26%;
    left: -14%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    padding: 50px 60px 50px 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 370px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 23px;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item h4 {
    font-size: 20px;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(2) {
    margin: 50px 7% 0;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 50px 7% 0;
  }
  .i-bnr {
    width: 100%;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 45px;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 20px;
  }
  .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 15px 0 20px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 13px;
  }
  /***** 私たちについて / about.php @1025px *****/
  #greeting .greeting__wrap {
    flex-direction: column;
    align-items: center;
  }
  #greeting .greeting__wrap .greeting__container {
    margin-right: 0;
  }
  #greeting .greeting__wrap .greeting__img {
    width: 70%;
    margin-top: 50px;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box h4 {
    font-size: 21px;
  }
  .circle-list__container .circle-list__item {
    width: 280px;
  }
  .circle-list__container--small .circle-list__item {
    width: 200px;
  }
  .circle-list__container .circle-list__item p {
    font-size: 16px;
  }
  #overview .overview__wrap .overview__img {
    width: 35%;
    margin-right: 5%;
  }
  #overview .overview__wrap .overview__tbl {
    width: 60%;
  }
  #overview .overview__wrap .overview__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  /***** schedule.php @1025px *****/
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 21px;
    width: 17%;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    font-size: 19px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #schedule .schedule__wrap .schedule__line {
    margin-left: 3.4vw;
  }
  /***** recruit.php @1025px *****/
  #recuirements01 .recuirements01__wrap .recuirements01__points .recuirements01__container .recuirements01__box h4 {
    font-size: 21px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box h4 {
    font-size: 21px;
  }
  #recuirements02 {
    padding-bottom: 130px;
  }
  /***** index.php(WP) @1025px *****/
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__date {
    font-size: 13px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__ttl {
    font-size: 16px;
    width: 85%;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__thumbnail img {
    width: 85%;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 23px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 14px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 18px;
  }
  .pagination .page-numbers li {
    font-size: 15px;
  }
  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 45px;
    line-height: 45px;
  }
  /***** 先輩の声 @1025px *****/
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__date {
    font-size: 13px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__ttl {
    font-size: 16px;
    width: 85%;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__thumbnail img {
    width: 85%;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__info h3 {
    font-size: 23px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li a {
    font-size: 14px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #main ul.main__slider li.main__slider__item {
    margin: 0 50px;
  }
  #main .main__container {
    margin-top: 80px;
    flex-direction: column;
    align-items: flex-start;
  }
  #main .main__container .main__heading {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #main .main__container .main__txt {
    width: 100%;
    text-align: center;
  }
  #i-contents {
    padding-bottom: 70px;
  }
  #i-contents .h3__ttl--left::before {
    left: -12%;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: -16%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -20%;
  }
  #i-contents .i-contents__wrap {
    margin-top: 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img {
    margin: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    margin-top: -40px;
    padding: 60px 60px 50px 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    margin-top: -40px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    margin-bottom: 20px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    bottom: -28%;
    left: -3%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    bottom: -14%;
    left: -4%;
  }
  #i-contents .i-contents__wrap .i-contents__pickup {
    margin: 0 auto;
    padding: 50px 20px;
    width: 85%;
  }
  #i-contents .i-contents__wrap .i-contents__pickup .i-contents__pickup__inner {
    flex-direction: column;
  }
  #i-contents .i-contents__wrap .i-contents__pickup .i-contents__pickup__inner img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #i-contents .i-contents__wrap .i-contents__pickup .i-contents__pickup__inner .i-contents__pickup__box h3 {
    text-align: center;
  }
  #i-news .i-news__wrap a.i-news__item {
    width: 100%;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 30px;
  }
  #i-news .i-news__wrap {
    margin-top: 10px;
  }
  #i-news .i-news__btn {
    margin-top: 50px;
  }
  .i-bnr::after {
    border-width: 1px;
  }
  .i-bnr .i-bnr__box {
    left: 10%;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 35px;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 17px;
  }
  .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 10px 0 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 190px;
    min-width: 190px;
    height: 130px;
  }
  .i-bnr .i-bnr__box .btn01 {
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  #i-entry .wrap2 {
    padding: 0 30px;
  }
  /***** 私たちについて / about.php @960px *****/
  #greeting .greeting__wrap .greeting__img {
    margin-top: 50px;
  }
  .h3__ttl--center {
    margin-bottom: 60px;
  }
  .circle-list__container {
    flex-wrap: wrap;
  }
  .circle-list__container01 {
    margin-bottom: 0;
  }
  #feature {
    padding-bottom: 20px;
  }
  #feature .feature__wrap .feature__txt {
    margin: 40px 0;
  }
  #feature .feature__wrap .feature__img {
    width: 80%;
  }
  #feature .feature__wrap .feature__points {
    margin: 80px 0 0;
  }
  /* #feature .feature__wrap .feature__points .feature__container {
    align-items: flex-start;
  } */
  #feature .feature__wrap .feature__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #feature .feature__wrap .feature__points .feature__container img {
    width: 200px;
    margin-right: -15px;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box {
    width: 67%;
  }
  #overview .overview__wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
    padding-bottom: 100px;
  }
  #overview .overview__wrap .overview__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #overview .overview__wrap table.overview__tbl {
    width: 90%;
  }
  /***** schedule.php @960px *****/
  #schedule .schedule__wrap {
    margin: 60px auto 80px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 12px 20px 12px 0;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 4%;
  }
  #schedule .schedule__wrap .schedule__line {
    margin-left: 4.4vw;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    width: auto;
    margin-right: 7%;
  }
  /***** recruit.php @960px *****/
  #recuirements01 {
    padding-bottom: 20px;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__txt {
    margin: 40px 0;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__img {
    width: 80%;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__points {
    margin: 80px 0 0;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__points .recuirements01__container {
    align-items: flex-start;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__points .recuirements01__container img {
    width: 200px;
    margin-right: -15px;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__points .recuirements01__container .recuirements01__box {
    width: 67%;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points {
    margin: 80px 0 0;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container {
    align-items: flex-start;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container img {
    width: 200px;
    margin-right: -15px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box {
    width: 67%;
  }
  #recuirements02 {
    padding-bottom: 100px;
  }
  #recuirements02 svg {
    margin-top: 0;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__tbl {
    width: 85%;
    max-width: 100%;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__btn {
    margin-top: 50px;
  }
  /***** index.php(WP) @960px *****/
  .archive-news .archive-news__wrap {
    margin: 60px 0 80px;
    flex-direction: column;
    align-items: center;
  }
  .archive-news .archive-news__wrap .archive-news__container {
    width: 90%;
    margin-bottom: 70px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item {
    margin-bottom: 40px;
  }
  .single .single__wrap {
    margin: 60px 0 100px;
    flex-direction: column;
    align-items: center;
  }
  .single .single__wrap .single__container {
    width: 90%;
    margin-bottom: 90px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 15px;
  }
  .sidebar {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sidebar .sidebar__item {
    width: 28%;
    margin-bottom: 0;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 6%;
  }
  .sidebar .sidebar__item h3 {
    text-align: center;
  }
  .sidebar .btn01 {
    margin-top: 50px;
  }
  /***** 先輩の声 @960px *****/
  .archive-interview .archive-interview__wrap {
    margin: 60px 0 80px;
    flex-direction: column;
    align-items: center;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container {
    width: 90%;
    margin-bottom: 70px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item {
    margin-bottom: 40px;
  }
  .single-interview .single-interview__wrap {
    margin: 60px 0 100px;
    flex-direction: column;
    align-items: center;
  }
  .single-interview .single-interview__wrap .single-interview__container {
    width: 90%;
    margin-bottom: 90px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__content {
    font-size: 15px;
  }
  /***** かわせみの森のここが好きページ（アーカイブ） / archive-voices.php @960px *****/
  .p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+3), .p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+4), .p-archive-voices-contents01 .p-archive-voices-contents01__item:nth-child(5n+5) {
    grid-column: span 3;
  }
}
/* ************************************************************************************************
   768px
   ************************************************************************************************ */
@media screen and (max-width: 768px) {
  /* 私たちについてページ@768px
  ------------------------------------------------ */
  #faq .faq__wrap .faq01__unit {
    margin: 30px 0;
  }
  /* お問い合わせページ@768px
  ------------------------------------------------ */
  .p-contact-form .p-contact-form__input-row {
    grid-template-columns: repeat(2, auto) 1fr;
    gap: clamp(1.25rem, 1.152rem + 0.435vw, 1.5rem);
  }
  .p-contact-form .p-contact-form__input-title .th-inner {
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .p-contact-form .p-contact-form__input-content {
    grid-column: 1/-1;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 737px) {
  .i-bnr {
    height: 65vh;
  }
  .i-bnr .i-bnr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .circle-list__container .circle-list__item {
    width: 250px;
    height: 250px;
  }
  .circle-list__container .circle-list__item p {
    font-size: 15px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  #main ul.main__slider.only-sp {
    display: block;
  }
  #main ul.main__slider.only-pc {
    display: none;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 30px;
  }
  #main ul.main__slider li.main__slider__item img {
    border-radius: 20px;
  }
  #main ul.main__slider li.main__slider__item::after {
    width: 97%;
    height: 96%;
    border-radius: 20px;
    border-width: 1px;
  }
  #main .main__container {
    margin-top: 70px;
  }
  #main .main__container .main__heading {
    font-size: 24px;
    text-align: center;
  }
  #main .main__container .main__txt {
    text-align: left;
  }
  #i-contents .wrap {
    padding: 0 20px;
  }
  #i-contents .i-contents__wrap {
    margin-top: 45px;
  }
  #i-contents .h3__ttl--left {
    margin-left: 0;
  }
  #i-contents .h3__ttl--left::before {
    width: 100px;
    height: 100px;
    left: 9%;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 48px;
    height: 48px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 30px;
    height: 30px;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: 4%;
    bottom: -24%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -4%;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 250px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 18px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box {
    border-radius: 20px;
    padding: 60px 25px 50px 25px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 98px;
    bottom: -10%;
    left: unset;
    right: 2%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic {
    width: 90px;
    bottom: -16%;
    left: 9%;
  }
  #i-contents .i-contents__wrap .i-contents__pickup {
    width: 100%;
    border-radius: 20px;
    padding: 40px 20px;
    margin: 0 auto;
  }
  #i-contents .i-contents__wrap .i-contents__pickup .i-contents__pickup__inner .i-contents__pickup__box h3 {
    margin-bottom: 20px;
  }
  #i-contents .i-contents__wrap .i-contents__pickup .i-contents__pickup__inner img {
    margin-bottom: 30px;
    width: 65%;
  }
  #i-contents-menu .i-contents-menu__wrap {
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle .i-contents-menu__img {
    width: 140px;
    height: auto;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item .i-contents-menu__circle::after {
    border-width: 1px;
    width: 96%;
    height: 96%;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(1) {
    margin: 0;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(2) {
    margin: 30px 0;
  }
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(1),
  #i-contents-menu .i-contents-menu__wrap .i-contents-menu__item:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  #i-menu .i-menu__wrap {
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
    width: 140px;
    height: auto;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
    border-width: 1px;
    width: 96%;
    height: 96%;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) {
    margin: 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin: 30px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  #i-news {
    padding-top: 30px;
  }
  #i-news .wrap {
    padding: 0 20px;
  }
  #i-news .i-news__wrap {
    margin-top: 20px;
  }
  #i-news .i-news__wrap a.i-news__item {
    margin-top: 30px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 140px;
    min-width: 140px;
    height: 95px;
    border-radius: 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 12px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 15px;
  }
  #i-news .i-news__btn {
    margin-top: 40px;
  }
  .i-bnr::after {
    border-radius: 20px;
    width: 98%;
    height: 98%;
  }
  .i-bnr .i-bnr__img {
    border-radius: 20px;
    opacity: 0.6;
  }
  .i-bnr .i-bnr__box {
    left: 7%;
  }
  .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 32px;
  }
  .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 25px;
  }
  #i-voices {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #i-voices .i-voices__comment {
    width: 70%;
    font-size: clamp(0.8rem, 0.74rem + 0.15vw, 0.9rem);
  }
  /***** 私たちについて / about.php @560px *****/
  #greeting {
    padding-bottom: 50px;
  }
  #greeting .h3__ttl--left {
    margin-left: 0;
  }
  #greeting .greeting__wrap .greeting__container .greeting__txt {
    margin-top: 40px;
  }
  #greeting .greeting__wrap .greeting__img {
    margin-top: 40px;
    width: 100%;
  }
  .h3__ttl--center {
    margin: 40px 0 35px;
  }
  .circle-list__container {
    gap: clamp(0.7rem, 0.64rem + 0.15vw, 0.8rem);
  }
  .circle-list__container .circle-list__item {
    width: 250px;
    margin: 0 0 30px;
  }
  .circle-list__container .circle-list__item p {
    font-size: 15px;
  }
  .circle-list__container--small .circle-list__item {
    width: 48%;
  }
  #feature {
    padding-bottom: 30px;
  }
  #faq .faq__wrap .faq01__unit {
    margin: 20px 0;
  }
  #faq .faq__wrap .faq01__unit .faq01__box--q::before,
  #faq .faq__wrap .faq01__unit .faq01__box--a::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  #faq .faq__wrap .faq01__unit .faq01__box--q .faq01__txt,
  #faq .faq__wrap .faq01__unit .faq01__box--a .faq01__txt {
    font-size: 16px;
  }
  #feature .feature__wrap {
    margin: 50px auto 0;
  }
  #feature .feature__wrap .feature__img {
    width: 100%;
  }
  #feature .feature__wrap .feature__txt {
    margin: 30px 0;
    text-align: left;
  }
  #feature .feature__wrap .feature__points {
    margin: 60px 0 0;
  }
  #feature .feature__wrap .feature__points .feature__container {
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
  #feature .feature__wrap .feature__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box {
    width: 100%;
    margin-top: 15px;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box h4 {
    padding-left: 0;
    text-align: center;
    font-size: 19px;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box p {
    padding-left: 0;
    margin-top: 20px;
  }
  #feature .feature__wrap .feature__points .feature__container .feature__box .c-ul01 {
    padding-left: 0;
    margin-top: 20px;
  }
  #feature .feature__wrap .feature__points .feature__container img {
    margin-right: 0;
    width: 180px;
  }
  #overview .overview__wrap {
    margin-top: 40px;
    padding-bottom: 70px;
  }
  #overview .overview__wrap table.overview__tbl {
    width: 100%;
  }
  #overview .overview__wrap .overview__tbl tr th {
    width: 25%;
  }
  #overview .overview__wrap .overview__img {
    margin: 40px 0 0 0;
  }
  #overview .h3__ttl--right {
    margin-top: 50px;
  }
  #overview .h3__ttl--right::before {
    right: 26%;
  }
  #overview .h3__ttl--right .circle01 {
    right: 18%;
  }
  #overview .h3__ttl--right .circle02 {
    right: 16%;
  }
  /***** schedule.php @560px *****/
  #schedule .schedule__wrap {
    margin: 50px auto;
  }
  #schedule .schedule__wrap .schedule__container {
    flex-direction: column;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    font-size: 19px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__time {
    margin: 0;
    font-size: 16px;
    width: 63px;
    min-width: 63px;
    height: 63px;
    line-height: 63px;
  }
  #schedule .schedule__wrap .schedule__container .schedule__heading {
    margin: 15px 0;
    text-align: center;
  }
  #schedule .schedule__wrap .schedule__line {
    display: block;
    margin: 15px auto;
  }
  #schedule .schedule__wrap .schedule__container .schedule__img {
    margin-left: 0;
    width: 100px;
    margin-top: 15px;
  }
  /***** recruit.php @560px *****/
  #recuirements01 {
    padding-bottom: 30px;
  }
  #recuirements01 .recuirements01__wrap {
    margin: 50px auto 0;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__img {
    width: 100%;
  }
  #recuirements01 .recuirements01__wrap .recuirements01__txt {
    margin: 30px 0;
    text-align: left;
  }
  #recuirements01 .recuirements01--b__wrap {
    margin-top: 60px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points {
    margin: 40px 0 0;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container {
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box {
    width: 100%;
    margin-top: 15px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box h4 {
    padding-left: 0;
    text-align: center;
    font-size: 19px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container .recuirements01--b__box p {
    padding-left: 0;
    margin-top: 20px;
  }
  #recuirements01 .recuirements01--b__wrap .recuirements01--b__points .recuirements01--b__container img {
    margin-right: 0;
    width: 180px;
  }
  #recuirements02 {
    padding-bottom: 70px;
  }
  #recuirements02 .recuirements02__wrap {
    margin-top: 50px;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__tbl {
    margin: 40px auto 0;
    width: 100%;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__tbl tr th,
  #recuirements02 .recuirements02__wrap .recuirements02__tbl tr td {
    padding: 10px;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__tbl tr th {
    width: 29%;
  }
  #recuirements02 .recuirements02__wrap .recuirements02__btn {
    margin-top: 40px;
  }
  /***** index.php(WP) @560px *****/
  .archive-news .archive-news__wrap {
    margin: 50px 0 60px;
  }
  .archive-news .archive-news__wrap .archive-news__container {
    width: 100%;
    margin-bottom: 60px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__ttl {
    font-size: 14px;
    width: auto;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__thumbnail {
    width: 45%;
    min-width: 140px;
    margin-right: 20px;
    border-radius: 15px;
  }
  .archive-news .archive-news__wrap .archive-news__container a.archive-news__item .archive-news__thumbnail img {
    width: 100%;
  }
  .archive-news .archive-news__info {
    text-align: left;
  }
  .single .single__wrap {
    margin: 50px 0 70px;
  }
  .single .single__wrap .single__container {
    width: 100%;
    margin-bottom: 70px;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 18px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 14px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 13px;
  }
  .single .single__wrap .single__container .single__category ul li {
    margin: 5px 0 5px 15px;
  }
  .single .single__wrap .single__container .single__thumbnail {
    margin-top: 30px;
  }
  .single .single__wrap .single__container .single__content {
    margin-top: 30px;
  }
  .sidebar {
    flex-direction: column;
    align-items: center;
  }
  .sidebar .sidebar__item {
    width: 57%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 16px;
  }
  .sidebar .btn01 {
    margin-top: 20px;
  }
  .pagination .page-numbers li {
    font-size: 14px;
  }
  .nav-below {
    width: 95%;
    margin: 30px auto 0;
  }
  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  /***** 先輩の声 @560px *****/
  .archive-interview .archive-interview__wrap {
    margin: 50px 0 60px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container {
    width: 100%;
    margin-bottom: 60px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__date {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__ttl {
    font-size: 14px;
    width: auto;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__thumbnail {
    width: 45%;
    min-width: 140px;
    margin-right: 20px;
    border-radius: 15px;
  }
  .archive-interview .archive-interview__wrap .archive-interview__container a.archive-interview__item .archive-interview__thumbnail img {
    width: 100%;
  }
  .archive-interview .archive-interview__info {
    text-align: left;
  }
  .single-interview .single-interview__wrap {
    margin: 50px 0 70px;
  }
  .single-interview .single-interview__wrap .single-interview__container {
    width: 100%;
    margin-bottom: 70px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__info h3 {
    font-size: 18px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__content {
    font-size: 14px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li a {
    font-size: 13px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__category ul li {
    margin: 5px 0 5px 15px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__thumbnail {
    margin-top: 30px;
  }
  .single-interview .single-interview__wrap .single-interview__container .single-interview__content {
    margin-top: 30px;
  }
  /***** かわせみの森のここが好きページ（アーカイブ） / archive-voices.php @560px *****/
  .p-archive-voices-contents01 .p-archive-voices-contents01__item {
    grid-column: span 6;
  }
  .p-archive-voices-contents01:nth-child(5n+2) {
    grid-column: span 6;
  }
  .p-archive-voices-contents01:nth-child(5n+3), .p-archive-voices-contents01:nth-child(5n+4), .p-archive-voices-contents01:nth-child(5n+5) {
    grid-column: span 6;
  }
  /***** contact @560px *****/
  .p-contact-tel .p-contact-tel__number {
    font-size: 24px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 341px) {
  .h3__ttl--center .circle01,
  .h3__ttl--center .circle02 {
    width: 18px;
    height: 18px;
  }
}/*# sourceMappingURL=style.css.map */