@charset "utf-8";
/*
Theme Name: グループホームかつら
Theme URI:
Description:
Author:
Version: 1.0
License:
License URI:
Tags:
*/
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap : break-word;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  /*overflow-x: hidden;*/
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
  content:"";
  display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

ul{
  padding: 0;
}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
:root {
  --primary-color: #008838;
  --primary-color2: #2a8933;
  --secondary-color: #e41371;
  --text-color: #202020;
  --link-color: #0066cc;
  --hover-color: #ff6600;
  --form-border: #777777;
}
a {
  color: var(--link-color);
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: var(--hover-color);
}
a:hover img {
  transition-duration: 0.1s;
}

html {
  color: var(--text-color);
  background: white;
  block-size: 100%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;

}
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', 'メイリオ', sans-serif;
  background-color: white;
  overflow-y: scroll;
  min-height: 100dvh;
}

#layer {
  display: none;
}
@media screen and (max-width: 767.9px) {/* @@ sm xs 767px以下(スマホ) */
  #layer {
      position: fixed;
      /*z-index: 500;*/
      background: #000000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=0);
      opacity: 0.0;
      display: none;
  }
}

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  header#page-header {
    width: min(100% - 20px, 1400px);
    margin-inline: auto;
    padding: 0;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }

  header#page-header h1 {
    display: block;
    width: 210px;
    margin-right: auto;
  }
  header#page-header h1 a {
    display: block;
    aspect-ratio: 420 / 126;
    width: 100%;
    background: url(./images/logo.webp) no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header#page-header h1 a:hover {
  }
  .header__info__p-01 {
    font-size: 13px;
    line-height: 1.25;
    margin-block: 0 4px;
  }
  .header__info__p-02 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-block: 0 8px;
    color: var(--secondary-color);
  }
  .header__info__p-03 {
    font-size: 13px;
    line-height: 1;
    margin-block: 0;
  }


  .wrap-headermenu {
    background-color: var(--primary-color);
  }
  #headermenu {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }

  #headermenu-btn {display: none;}

  ul.headermenu-list {
    font-size: 0;
    height: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    border-right: 1px solid white;
  }
  ul.headermenu-list > li {
    flex: 1;
    font-size: 16px;
    display: block;
    list-style-type: none;
    border-left: 1px solid white;
  }
  ul.headermenu-list > li > a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
  }
  ul.headermenu-list > li > a:hover {
  }

}/* PC ここまで */
@media screen and (max-width: 767.9px) {

  .wrap-header {
    background-color: white;
  }
  header#page-header {
    margin-inline: auto;
    position: relative;
    height: 80px;
    z-index: 900;
    border-bottom: 3px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 65px 0 10px;
  }

  header#page-header h1 {
    display: block;
    width: 120px;
    margin-right: auto;
  }
  header#page-header h1 a {
    display: block;
    aspect-ratio: 420 / 126;
    width: 100%;
    background: url(./images/logo.webp) no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__info__p-01 {
    font-size: 10px;
    line-height: 1.25;
    margin-block: 0 4px;
  }
  .header__info__p-02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-block: 0 8px;
    color: var(--secondary-color);
  }
  .header__info__p-03 {
    font-size: 10px;
    line-height: 1;
    margin-block: 0;
  }

  .wrap-headermenu {
    position: relative;
  }

  #headermenu-btn {
    display: block;
    width: 60px;/*★*/
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -71px;
    right: 5px;
    background-color: white;
    border: 2px solid #a0a0a0;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    z-index: 1000;
  }
  #headermenu-btn span {
    position: absolute;
    display: block;
    width: 70%;
    height: 5px;
    border-radius: 2px;
    background-color: #666;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
  }
  #headermenu-btn span:first-child {
    top: 22%;
  }
  #headermenu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  #headermenu-btn span:nth-child(3) {
    bottom: 22%;
  }
  #headermenu-btn.clicked span:first-child {
    transform: rotate(45deg);/*★*/
    top: 45%;
  }
    #headermenu-btn.clicked span:nth-child(2) {
    opacity: 0;
  }
  #headermenu-btn.clicked span:nth-child(3) {
    transform: rotate(-45deg);/*★*/
    bottom: 46%;
  }

  #headermenu {
    display: none;  /* 最初は非表示 */
    z-index: 1000;
    position: absolute;
    width: 100%;
    background-color: var(--primary-color);
    padding: 0.5em 0.5em;
    border-bottom: 1px solid #333;
  }

  .headermenu-list {
    font-size: 0;
    list-style-type: none;
    margin: 0;
  }
  .headermenu-list > li {
    font-size: 16px;
    line-height: 1.25;
    border-top: 1px dotted white;
    text-align: left;
  }
  .headermenu-list > li:last-child {
    border-bottom: 1px dotted white;
  }
  .headermenu-list > li > a {
    display: block;
    padding: 0.5em 1.75em 0.5em 0.5em;
    text-decoration: none;
    color: white;
    position: relative;
  }
  .headermenu-list > li > a:hover {
    background-color: #ccc;
  }
  .headermenu-list > li > a:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75em;
    margin: auto;
    transition-duration: 0.3s;
  }
  .headermenu-list > li > a:hover:before {
    right: 0.6em;
  }

}/* スマホ ここまで */
@media screen and (max-width: 360px) {

  header#page-header {
    padding: 0 55px 0 10px;
  }

  header#page-header h1 {
    width: 80px;
  }
  #headermenu-btn {
    width: 50px;
    top: -66px;
  }

}

/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
#page-footer{
  clear: both;
  width: 100%;
  background-color: white;
  padding: 20px 0;
  position: sticky;
  top: 100%;
  will-change: transform;
  margin-top: 80px;
  border-top: 1px solid #d8d8d8;
}

.footer__main {
  width: min(100%, 640px);
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
}
.footer__main__left,
.footer__main__right {
  width: max(50%, 300px);
}
.footer__main__left img {
  width: min(100%, 200px);
  display: block;
  margin-inline: auto;
}
.footer__main__right p {
  font-size: 15px;
  max-inline-size: max-content;
  margin: 0 auto;
  text-align: left;
}

#page-footer p.copyright {
  border-top: 1px solid #d8d8d8;
  font-size: 15px;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
}

.footer__link {
  width: min(100% - 40px, 960px);
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 30px auto 60px;
  gap: 0 30px;
}
.footer__link ul {
  list-style-type: none;
  flex: 1;
}
.footer__link ul > li {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.footer__link ul > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.footer__link ul > li > a:hover {
  color: orange;
}

@media screen and (max-width: 767.9px) {

  .footer__link {
    flex-wrap: wrap;
    margin: 30px auto 60px;
    gap: 16px 4%;
  }
  .footer__link ul {
    width: 48%;
    flex: none;
  }
}

/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
.contents-full {
  width: min(100%, 1920px);
  margin: 0 auto;
  text-align: left;
}
.contents-normal {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
}/* PC ここまで */
@media screen and (max-width: 767.9px) {
}/* スマホ ここまで */


/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p {
  margin-block: calc((1em - 1lh) / 2) 1lh;
}
p.indent1 {
  text-indent: -1em;
  margin-left: 1em;
}

p.err-box{
  color: red;
  border: 1px solid red;
  padding: 8px;
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon  {ime-mode: active;}
.imeoff {ime-mode: disabled;}

.right  {text-align: right;}
.center {text-align: center;}
.left   {text-align: left;}

.nowrap {white-space: nowrap;}

@media screen and (min-width: 768px) {
  .sp, .smp {display: none !important;}
}
@media screen and (max-width: 767.9px) {
  .pc {display: none !important;}
}



/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
video, object {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
/* YouTube等のiframeを囲む
<div class="video169"><iframe>...</iframe></div> 16:9の場合
<div class="video34"><iframe>...</iframe></div> 4:3の場合
*/
.video169, .video34 {
  width:100%;
  height: auto;
  position: relative;
}
.video169 {aspect-ratio: 16 / 9;}
.video34  {aspect-ratio: 4 / 3;}

.video169 iframe, .video34 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @@ Googleマップ */
.gmap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 auto 20px;
}
.gmap iframe,.gmap object,.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.9px){
  .gmap {
    /*height: 300px;*/
    margin: 0 auto 10px;
  }
}


/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
.main__contents {
  width: min(100% - 40px, 960px);
  margin-inline: auto;
  padding: 60px 0 0;
}

.ttl-page {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}

.title-01 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 0.25lh;
  margin-block: 1lh;
  border-bottom: 1px solid var(--primary-color);
}

.title-02 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-block: 1lh 0.5lh;
}


.list-01 {
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
  padding-left: 1.8em;
  margin-bottom: 1lh;
}
.list-01 > li {
  line-height: 2;
}


.list__num-01 {
  list-style-type: none;
  counter-reset: number;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1lh;
}
.list__num-01 > li {
  line-height: 2;
  position: relative;
  padding-left: 1.8em;
}
.list__num-01 > li:before {
  counter-increment: number;
  content: counter(number)'.';
  position: absolute;
  left: 0;
  top: 0;
}


.list__dl-01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1lh;
}
.list__dl-01 dt {
  font-weight: 700;
  line-height: 2;
}
.list__dl-01 dd {
  line-height: 2;
  margin-bottom: 1lh;
}



.list__childpage {
  list-style-type: none;
  margin-block: 120px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px 16px;
}
.list__childpage > li {
  position: relative;
}
.list__childpage > li a {
  text-decoration: none;
}
.list__childpage > li img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.list__childpage > li p {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--text-color);
}


@media (min-width: 768px) {

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .list__childpage {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

}/* スマホ ここまで============================ */






@media screen and (min-width: 768px) {

  .tbl-01,
  .tbl-05 {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
    margin-block: 30px;
  }
  .tbl-01 {
    width: 100%;
  }

  .tbl-01 th,
  .tbl-01 td,
  .tbl-05 th,
  .tbl-05 td {
    border: 1px solid #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    padding: 0.6em 1em;
    text-align: left;
    vertical-align: top;
  }
  .tbl-01 th {
    width: 10em;
  }
  .tbl-01 tr:nth-child(odd) th,
  .tbl-05 tr:nth-child(odd) th {
    background-color: #e5ffe5;
  }
  .tbl-01 tr:nth-child(even) th,
  .tbl-05 tr:nth-child(even) th {
    background-color: #f2fff2;
  }
  .tbl-01 tr:nth-child(odd) td,
  .tbl-05 tr:nth-child(odd) td {
    background-color: #ededed;
  }
  .tbl-01 tr:nth-child(even) td,
  .tbl-05 tr:nth-child(even) td {
    background-color: #f5f5f5;
  }

}
@media screen and (max-width: 767.9px) {

  .tbl-01,
  .tbl-05 {
    border-collapse: collapse;
    border-top: 1px solid #a0a0a0;
    width: 100%;
    margin-block: 30px;
  }
  .tbl-01 th,
  .tbl-01 td,
  .tbl-05 th,
  .tbl-05 td {
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    font-size: 15px;
    padding: 0.4em 0.8em;
    text-align: left;
    display: block;
  }
  .tbl-01 th,
  .tbl-05 th {
    background-color: #e5ffe5;
  }
  .tbl-01 td,
  .tbl-05 td {
    background-color: #ededed;
  }

}

.tbl-02 {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  margin: 0 auto;
}
.tbl-02 th,
.tbl-02 td {
  border: 1px solid #a0a0a0;
  font-size: 15px;
  font-weight: 400;
  padding: 0.4em 0.8em;
  vertical-align: top;
}
.tbl-02 th {
  text-align: left;
}
.tbl-02 td {
  text-align: right;
}
.tbl-02 caption {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.5em;
}





.tbl-03 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  margin-block: 0 1lh;
}
.tbl-03 th,
.tbl-03 td {
  border: 1px solid #a0a0a0;
  font-size: 15px;
  font-weight: 400;
  padding: 0.4em 0.8em;
  vertical-align: middle;
  background-color: white;
}
.tbl-03 thead th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: white;
}
.tbl-03 tbody th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: white;
}
  .tbl-03 tr:nth-child(odd) th {
    background-color: #e5ffe5;
  }
  .tbl-03 tr:nth-child(even) th {
    background-color: #f2fff2;
  }
  .tbl-03 tr:nth-child(odd) td {
    background-color: #ededed;
  }
  .tbl-03 tr:nth-child(even) td {
    background-color: #f5f5f5;
  }


@media screen and (max-width: 767.9px) {

  .scroll{
    overflow: auto;  /*tableをスクロールさせる*/
    white-space: nowrap;  /*tableのセル内にある文字の折り返しを禁止*/
    padding-bottom: 8px;
  }
  .scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
    height: 16px;
  }
  .scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }

}


.tbl-04 {
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
}
.tbl-04 th,
.tbl-04 td {
  border-top: 1px solid #a0a0a0;
  font-size: 15px;
  font-weight: 400;
  padding: 0.4em 2em;
  background-color: white;
  text-align: left;
  vertical-align: top;
  position: relative;
}
.tbl-04 th {
  padding-left: 2em;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
.tbl-04 th:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: url(./images/border-01.webp) repeat-y 0 0;
  position: absolute;
  top: 0;
  left: 1.3em;
}
.tbl-04 th:after {
  content: "●";
  color: var(--secondary-color);
  position: absolute;
  top: 0.4em;
  left: 0.8em;
  height: 1lh;
}
@media screen and (max-width: 767.9px) {

  .tbl-04 th {
    padding: 0.4em 0.4em 0.4em 1em;
  }
  .tbl-04 td {
    padding: 0.4em 0;
  }
  .tbl-04 th {
    font-size: 16px;
  }
  .tbl-04 th:before {
    left: 0.5em;
  }
  .tbl-04 th:after {
    left: 0;
  }

}

.ul-01 {
  list-style-type: disc;
  padding-left: 1.8em;
}
.ul-01 > li {
}

/* @@ なんか */


/*-----------------------------------------------------
@@ index インデックス スライダー
------------------------------------------------------*/
.index__slider {
  width: min(100%, 1920px);
  aspect-ratio: 16 / 7;
  max-height: 1080px;
  /*height: clamp(600px, 100vh - 196px, 1080px);*/
  margin: 0 auto 60px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: black;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
.index__slider .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.index__slider .swiper-button-prev,
.index__slider .swiper-button-next {
  width: 50px;
  aspect-ratio: 1 / 1;
}
.index__slider .swiper-button-prev::after,
.index__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: auto;
  opacity: 0.5;
}
.index__slider .swiper-button-prev::after {
  background-image: url(./images/arrow03-left.webp);
}
.index__slider .swiper-button-next::after {
  background-image: url(./images/arrow03-right.webp);
}
@media screen and (max-width: 767.9px) {

  .index__slider {
  aspect-ratio: 16 / 9;
    margin: 0 auto 30px;
    --swiper-pagination-bullet-size: 12px;
  }
  .index__slider .swiper-button-prev,
  .index__slider .swiper-button-next {
    width: 32px;
  }

}




/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/
.index__sec-01 {
  margin-block: 60px;
}

.index__title-01 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}

.index__list-01 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 4%;
}
.index__list-01-home {
  margin-bottom: 30px;
}
.index__list-01 > li {
  width: 48%;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
.index__list-01 > li:first-child,
.index__list-01 > li:nth-child(2) {
  border-top: 1px solid #d8d8d8;
}
.index__list-01 > li > a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  text-decoration: none;
}
.index__list-01 > li > a > img {
  width: 100px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-right: 20px;
}
.index__list-01 > li > a > p {
  flex: 1;
  display: block;
  margin: 0;
}
.index__list-01__title {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: #222222;
}
.index__list-01__date {
  display: block;
  font-size: 14px;
  color: #222222;
  margin-top: 2px;
}
.index__list-01__cat {
  display: block;
  max-inline-size: max-content;
  font-size: 12px;
  color: #222222;
  border-radius: 1000px;
  margin-top: 6px;
  padding: 2px 14px 3px;
  border: 1px solid #646464;
  background-color: #eeeeee;
}
.index__list-01__cat-cat01 {
  border-color: #ea5506;
  background-color: #fce2c4;
}
.index__list-01__cat-cat02 {
  border-color: #007b43;
  background-color: #c3d825;
}
@media screen and (max-width: 767.9px) {

  .index__title-01 {
    font-size: 28px;
  }

  .index__list-01 > li {
    width: 100%;
  }
.index__list-01 > li:nth-child(2) {
  border-top: none;
}

}


.index__sec-02 {
  margin-block: 60px;
  background: url(./images/index__img-01.webp) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 60px;
}
.index__sec-02__in {
  background-color: rgba(255,255,255, 0.5);
  padding: 60px 0;
}
.index__sec-02__in p {
  font-size: 30px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0;
}

.index__sec-03 {
  margin-block: 60px;
}
@media screen and (max-width: 767.9px) {

  .index__sec-02 {
    padding: 60px 20px;
  }
  .index__sec-02__in {
    padding: 40px 10px;
  }
  .index__sec-02__in p {
    font-size: 20px;
    line-height: 2.5;
    text-align: left;
  }

}


.index__list-02 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1cqi 4%;
}
.index__list-02 > li {
  width: 48%;
}
.index__list-02 > li > a {
  color: var(--text-color);
  text-decoration: none;
}
.index__list-02 > li > a > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.index__list-02 > li > a > p {
  font-size: 16px;
  text-align: center;
  padding-top: 0.8em;
}

@media screen and (max-width: 767.9px) {

  .index__sec-04 iframe {
    height: 400px;
  }

}

/*-----------------------------------------------------
@@ お知らせ
------------------------------------------------------*/
.single__title {
  font-size: 33px;
}
.single__date {
  font-size: 14px;
  margin: 0;
}
.single__cat {
  margin: 0;
}


/* かつらの日記 インポートした画像用 */
.diary-img-01 {
  width: min(100%, 480px);
  margin-inline: auto;
}

/*-----------------------------------------------------
@@ 事業内容
------------------------------------------------------*/
.business__list-01 {
  list-style-type: none;
  margin-block: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.business__list-01 > li {
}
@media screen and (max-width: 767.9px) {

  .business__list-01 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

}

.business_img-01 {
  width: min(100%, 480px);
  margin: 60px auto;
}


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ 施設案内
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  .facility__box-01 {
    margin-block; 30px;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 12px;
  }
  .facility__box-01-02 {
    grid-row: span 2 / span 2;
  }
  .facility__box-01-03 {
    grid-row-start: 2;
  }


}
@media screen and (max-width: 767.9px) {

  .facility__box-01 {
    margin-block; 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
  .facility__box-01-01 {
    width: 100%;
  }

}

.facility__box-01-02 img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.facility__title-01 {
  font-size: 28px;
  border-bottom: 3px solid var(--primary-color);
  border-top: 3px solid var(--primary-color);
  padding: 0.2em 0;
  margin-bottom: 0.5em;
}
.facility__p-01 {
  font-size: 14px;
  margin: 0;
}
.facility__p-02 {
  font-size: 15px;
  margin-top: 12px;
}

.facility__list-01 {
  list-style-type: none;
  margin-block: 30px 90px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px 16px;
}
.facility__list-01 > li {
}
.facility__list-01 > li img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.facility__list-01 > li p {
  margin: 12px 0 0 0;
  font-size: 14px;
}


/*-----------------------------------------------------
@@ 料金
------------------------------------------------------*/
.price__kaitei {
  border: 1px solid #ff8b8b;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  max-inline-size: max-content;
  margin: 0 auto 30px;
  background-color: #fff8f8;
}
.price__kaitei h2 {
  font-size: 18px;
  font-weight: 700;
  color: red;
}

.price__p-01 {
  margin-block: 1lh;
  color: red;
}
.price__p-02 {
  margin-block: 1lh;
}

.price__list-01 {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.5em;
}


/*-----------------------------------------------------
@@ 介護施設の種類
------------------------------------------------------*/

.type__list-01 {
  margin-block: 0 30px;
}
.type__list-01 dt {
  font-size: 20px;
  font-weight: 700;
}
.type__list-01 dd {
  /*margin-left: 1em;*/
  margin-bottom: 1lh;
}

.type__list__sisetsu {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  margin-top: 8px;
  font-size: 14px;
  background-color: #fff4f4;
}
.type__list__sisetsu strong {
  color: var(--secondary-color);
}

/*-----------------------------------------------------
@@ 介護保険について
------------------------------------------------------*/
.about__title-02 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-block: 1lh 0.5lh;
}

.about__list-01 {
  margin-block: 0 1lh;
  padding-left: 1.5em;
  margin-block: 0 1lh;
}
.about__list-01 > li {
  margin-bottom: 0.5lh;
}

/*-----------------------------------------------------
@@ 介護Q&A
------------------------------------------------------*/
.faq_list-01 {
  list-style-type: none;
}
.faq_list-01 > li {
  margin: 0 0 30px;
}
.faq_list-01 .faq-q {
  font-size: 18px;
  line-height: 1.25;
  padding: 0.5em 0.8em;
  color: white;
  background-color: var(--primary-color);
}
.faq_list-01 .faq-a {
  font-size: 16px;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  background-color: #d8e698;
}

.a__back__list {
  text-align: center;
  margin: 30px auto;
}
.a__back__list a {
    /*color: var(--text-color)*/
}

@media (min-width: 768px) {

  .navigation.post-navigation {
    width: min(100% - 40px, 960px);
    margin: 0 auto;
  }
  .navigation.post-navigation .nav-links {
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .nav-previous,
  .nav-next {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
  }
  .nav-previous {
    text-align: left;
  }
  .nav-next {
    text-align: right;
  }
  .nav-previous a,
  .nav-next a {
    /*color: var(--text-color);
    text-decoration: none;*/
    display: block;
    position: relative;
    word-break: auto-phrase;
  }
  .nav-previous a:hover,
  .nav-next a:hover {
    /*text-decoration: underline;*/
  }
  .nav-previous a {
    padding-left: 1.5em;
  }
  .nav-next a {
    padding-right: 1.5em;
  }
  .nav-previous a:after {
    content: "";
    width: 10px;
    aspect-ratio: 225 / 385;
    background: url(images/angle-left-solid.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .nav-next a:after {
    content: "";
    width: 10px;
    aspect-ratio: 225 / 385;
    background: url(images/angle-right-solid.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .contens-m.contents-m-no {
    width: 100%;
  }

  .navigation.post-navigation {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    font-size: 0;
    list-style-type: none;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 16px;
  }
  .navigation.post-navigation .nav-links {
    font-size: 14px;
    line-height: 1.5;
  }
  .nav-previous {
    text-align: left;
    margin-bottom: 8px;
  }
  .nav-next {
    text-align: right;
  }
  .nav-previous a,
  .nav-next a {
    /*color: var(--text-color);
    text-decoration: none;*/
    display: block;
    position: relative;
    word-break: auto-phrase;
  }
  .nav-previous a:hover,
  .nav-next a:hover {
    /*text-decoration: underline;*/
  }
  .nav-previous a {
    padding-left: 1.5em;
  }
  .nav-next a {
    padding-right: 1.5em;
  }
  .nav-previous a:after {
    content: "";
    width: 10px;
    aspect-ratio: 225 / 385;
    background: url(images/angle-left-solid.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .nav-next a:after {
    content: "";
    width: 10px;
    aspect-ratio: 225 / 385;
    background: url(images/angle-right-solid.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

}/* スマホ ここまで============================ */

/*-----------------------------------------------------
@@ 求人情報
------------------------------------------------------*/
.intervew__box-01 {
  width: min(100%, 612px);
  margin: 0 auto 30px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 0;
}
.intervew__box-01 li.intervew__box-01__type-01 {
  width: 50%;
}
.intervew__box-01 li.intervew__box-01__type-01 p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.intervew__box-01 li.intervew__box-01__type-02 {
  width: 100%;
}
@media screen and (max-width: 767.9px) {

  .intervew__box-01 {
    width: min(100%, 400px);
  }

  .intervew__box-01 li.intervew__box-01__type-01 {
    width: 100%;
  }

}


.interview__p-01 {
  text-align: right;
  margin-block: 0.5lh 1lh;
}


.interview_list-01 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1cqi 2%;
}
.interview_list-01 > li {
  width: 32%;
  border-radius: 8px;
  border: 1px solid var(--text-color);
  background-color: #f0f0f0;
}
.interview_list-01 .interview__title {
  font-size: 18px;
  line-height: 1.25;
  padding: 0.8em 1em;
  border-radius: 8px 8px 0 0;
  background-color: #ffbb73;
}
.interview_list-01 .interview__content {
  font-size: 16px;
  line-height: 1.5;
  padding: 0.8em 1em 1em;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767.9px) {

  .interview_list-01 > li {
    width: 100%;
  }

}


/*-----------------------------------------------------
@@ 資格取得支援制度
------------------------------------------------------*/
.qualification__p-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5 !important;
  color: var(--primary-color);
  max-inline-size: max-content;
  margin-inline: auto;
}

.qualification__list-01 {
  list-style-type: none;
  counter-reset: number;
  max-inline-size: max-content;
  margin-inline: auto;
}
.qualification__list-01 > li {
  font-size: 18px;
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
}
.qualification__list-01 > li span {
  color: var(--secondary-color);;
  font-size: 22px;
}

.qualification__list-01 > li:before {
  counter-increment: number;
  content: counter(number)'.';
  position: absolute;
  left: 0;
  top: 4px;
  font-family: 'Times New Roman', serif;
  font-size: 32px;
  font-style: italic;
  color: orange;
}

.qualification__p-02 {
  max-inline-size: max-content;
  margin-inline: auto;
}


/*-----------------------------------------------------
@@ 福利厚生
------------------------------------------------------*/
.welfare__p-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5 !important;
  color: var(--primary-color);
  margin: 0 0 0.5lh !important;
}
.welfare__p-02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5 !important;
  color: #ff9900;
  margin: 0 0 0.5lh !important;
}


.welfare__box-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0 4%;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 18px;
  margin-block: 30px 60px;
}
.welfare__box-01-in {
  width: 48%;
}

.welfare__list-01 {
  list-style-type: none;
}
.welfare__list-01 > li {
  margin-bottom: 1lh;
}
.welfare__list-01 > li > span {
  font-size: 18px;
  /*padding-left: 1em;*/
  display: block;
  font-weight: 700;
}
.welfare__list-01 > li > span:before {
  content: "●";
  color: var(--secondary-color);
}

@media screen and (max-width: 767.9px) {

  .welfare__box-01 {
    display: block;
  }
  .welfare__box-01-in {
    width: 100%;
  }

}


/*-----------------------------------------------------
@@ スキルアップ
------------------------------------------------------*/
.reskilling__tbl-01 {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  width: 100%;
  margin-bottom: 60px;
}
.reskilling__tbl-01 th,
.reskilling__tbl-01 td {
  border: 1px solid #a0a0a0;
  padding: 4px 8px;
}
.reskilling__tbl-01 thead th {
  white-space: nowrap;
  background-color: #e5ffe5;
}
.reskilling__tbl-01 th.th1 {
  writing-mode: tb-rl;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.25em;
}
.reskilling__tbl-01 th.th2 {
  white-space: nowrap;
}
.reskilling__tbl-01 .hth1 {
  width: 150px;
}
.reskilling__tbl-01 .hth2 {
  width: 150px;
}
.reskilling__tbl-01 .hth3 {
  width: 250px;
}
.reskilling__tbl-01 .td1 {
  text-align: center;
}
.reskilling__tbl-01 .td2 {
  text-align: center;
}
.reskilling__tbl-01 tbody tr:nth-child(odd) th.th2 {
  background-color: #e5ffe5;
}
.reskilling__tbl-01 tbody tr:nth-child(even) th.th2 {
  background-color: #f2fff2;
}

.reskilling__tbl-01 tbody tr:nth-child(odd) td {
  background-color: #ededed;
}
.reskilling__tbl-01 tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.reskilling__tbl-01 .c1 {
  background-color: #ed7b18;
  color: white;
}
.reskilling__tbl-01 .c2 {
  background-color: #eda15f;
}
.reskilling__tbl-01 .c3 {
  background-color: #edc7a6;
}


.reskilling__title-01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.reskilling__list-01 {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
.reskilling__list-01 > li {
  margin-bottom: 0.5lh;
}

.reskilling_img-001 {
  width: min(100%, 360px);
  margin-inline: auto;
}


/*-----------------------------------------------------
@@ ボランティア募集
------------------------------------------------------*/
.volunteer__box-01 {
  width: min(100%, 600px);
  margin-inline: auto;
}


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
form {
  vertical-align:baseline;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid var(--form-border);
  padding: 4px;
  margin: 2px 4px 2px 0;
  font-size: 16px;
  line-height: 1.5;
}
select{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%; 
  padding: 4px 2.5em 4px 4px;
  margin: 2px 4px 2px 0;
  outline: none;
  border: 1px solid var(--form-border);
  background: white url(images/arrow-select.png) no-repeat right 8px top 50%;
  background-size: 15px 15px;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}

textarea{
  overflow: auto;/* 内容が少ないのに薄くスクロールバーが出る事への対策。IEのみ  */
  resize: vertical;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border: 1px solid var(--form-border);
  background-color: #ffe9ec;
  /*box-shadow:0px 0px 0px 2px rgba(58, 169, 255, .3);*/
}
textarea:read-only:focus,
select:read-only:focus,
input[type="text"]:read-only:focus,
input[type="email"]:read-only:focus,
input[type="password"]:read-only:focus,
input[type="tel"]:read-only:focus {
  background-color: white;
}

input[type="submit"],
input[type="button"],
button {
  border: 1px solid var(--form-border);
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  overflow:visible;
  background-color: #eeeeee;
  color: #333;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  color: #ccc;
}

label{
  font-size: 16px;
  margin-right: 1em;
  cursor: pointer;
  position: relative;
}

::placeholder{
  color: #999;
}


/* @@ チェックボックス、ラジオ */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #eb3434;
    --active-inner: #fff;
    --focus: 2px rgba(58, 169, 255, .3);
    --border: #777777;
    --border-hover: #349beb;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    font-family: Arial;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  /*input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }*/
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 6px;
    height: 10px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

/*-----------------------------------------------------
@@ お問い合わせ
------------------------------------------------------*/

input[type="submit"].btn-01, input[type="button"].btn-01, button.btn-01 {
  font-size: 24px;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 40px 15px;
  margin: 0;
  color: var(--text-color);
  background-color: white;
  border: 1px solid var(--text-color);
  text-decoration: none;
}
.btn-01:hover {
  color: var(--text-color);
  background-color: #b4cfd4;
}
.form-btn-01 {
  width: min(100% - 40px, 777px);
  margin: 30px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 8px; /* 横方向の余白 */
  position: relative;
}

.box-btn-01 {
  text-align: center;
}

/*.wpcf7-response-output {
  width: min(100% - 40px, 777px);
  margin: 0 auto !important;
}*/
.wpcf7-list-item input[type='checkbox']{
  margin: 0 4px 0 0;
}
.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  top: 0;
  right: 0;
}

/*-----------------------------------------------------
@@ 
------------------------------------------------------*/


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/



/*-----------------------------------------------------
@@ WordPress純正のページネーション
------------------------------------------------------*/

ul.page-numbers {
  font-size: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4px; /* 横方向の余白 */
  row-gap: 4px; /* 縦方向の余白 */
  margin: 0 auto 60px;
}
.page-numbers > li {
  font-size: 14px;
  line-height: 1;
  margin: 2px 0;
}
.page-numbers > li > a,
.page-numbers > li > span {
  border-radius: 4px;
  padding: 3px 8px;
  display: block;
  text-decoration: none;
  padding: 0.5em 0.75em 0.6em;
  line-height: 1;
}
.page-numbers > li > a {
  border: 1px solid var(--text-color);
  font-weight: 500;
  color: white;
  background-color: var(--text-color);
}
.page-numbers > li > a:hover {
  opacity: 0.8;
}
.page-numbers > li > span {
  border: 1px solid var(--text-color);
  font-weight: 700;
  background-color: white;
  color: var(--text-color);
}
.page-numbers > li > span.current {
  border: 1px solid var(--secondary-color);
  font-weight: 700;
  background-color: var(--secondary-color);
  color: white;
}

/*-----------------------------------------------------
@@ for WordPress
http://hijiriworld.com/web/wp-native-css/
------------------------------------------------------*/
.single-waku strong { font-weight: bold; }
.single-waku em { font-style: italic; }
.single-waku blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.entry {
  margin-top: 30px;
}
.entry p {
  line-height: 2;
  margin-bottom: 1lh;
}
.wp-block-image {
  margin-block: 30px;
}

/* ｛All in One SEO」の管理バーへの表示を隠す */
#wp-admin-bar-aioseo-main {
  display: none !important;
}

/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top {
  width: 40px;
  aspect-ratio: 1 / 1;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary-color) url(images/arrow02.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -100%;/* 表示領域の外（下）へ */
}

/*-----------------------------------------------------
@@ Google ReCAPTCHA
------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.p-recaptcha {
  font-size: 13px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .p-recaptcha {
    text-align: left;
  }
}
