@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: #238243;
  --text-color: #231815;
  --form-border: #238243;
  --sp-width: 430px;
  --kids-color: #f40f7f;
}
a {
  color: var(--primary-color);
  text-decoration: underline;
  transition-duration: 0.3s;
}
a:hover {
  color: #cc3636;
}
a:hover img {
  transition-duration: 0.1s;
}

html {
  color: #333333;
  background: white;
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
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;
  }
}

/*-----------------------------------------------------
@@ サブヘッダ
------------------------------------------------------*/
.wrap-subheader {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-top: 10px;
}
.subheader__list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.subheader__list > li {
  width: 50%;
}
.subheader__list > li > a {
  display: block;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: clamp(0.75rem, 0.214rem + 2.68vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  padding: 12px 1em 11px;
  height: 100%;
  color: white;
}
.subheader__list > li > a.subheader__link-1 {
  background-color: #902624;
}
.subheader__list > li > a.subheader__link-2 {
  background-color: #306332;
}
.subheader__list > li > a > span {
  display: block;
  max-inline-size: max-content;
  position: relative;
}
.subheader__list > li > a > span:after {
}
@media screen and (min-width: 1000px) {
  .sp-subheader {display: none;}
}

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/
.wrap-header {
  width: min(100%, 1280px);
  margin: 0 auto;
  border-top: 15px solid #499a66;
}
/* ご本人・家族・地域のみなさまへ */
body.page-id-14 .wrap-header {
  border-color: #902624;
}
/* 医療・介護施設等に従事するみなさまへ
 */
body.page-id-16 .wrap-header {
  border-color: #306332;
}

@media screen and (min-width: 768px) {

  .wrap-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .wrap-header.header__normal {
    height: 223px;
  }
  .wrap-header.header__home {
    aspect-ratio: 1280 / 1027;
  }

  #page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: min(100% - 20px, 1200px);
    margin-inline: auto;
    height: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 16px;
    z-index: 2;
  }

  #page-header h1 {
    width: 332px;
    margin-right: auto;
  }
  #page-header h1 a {
    display: block;
    width: 100%;
    aspect-ratio: 331 / 52;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__normal #page-header h1 a {
    background: url(./images/logo_g.webp) no-repeat 0 0;
    background-size: contain;
  }
  .header__home #page-header h1 a {
    background: url(./images/logo_w.webp) no-repeat 0 0;
    background-size: contain;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
    /*filter: drop-shadow(0px 0px 6px rgba(35, 130, 67, 1));*/
  }
  #page-header h1 a:hover {
  }

  #page-header .header__sns__fb {
    display: block;
    width: 40px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__normal #page-header .header__sns__fb {
    background: url(./images/header__sns__fb_b.webp) no-repeat 0 0;
    background-size: contain;
  }
  .header__home #page-header .header__sns__fb {
    background: url(./images/header__sns__fb_w.webp) no-repeat 0 0;
    background-size: contain;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
  }
  #page-header .header__sns__x {
    display: block;
    width: 40px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__normal #page-header .header__sns__x {
    background: url(./images/header__sns__x_b.webp) no-repeat 0 0;
    background-size: contain;
  }
  .header__home #page-header .header__sns__x {
    background: url(./images/header__sns__x_w.webp) no-repeat 0 0;
    background-size: contain;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
  }
  #page-header .header__contact {
    display: block;
    width: 180px;
    aspect-ratio: 180 / 50;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__normal #page-header .header__contact {
    background: url(./images/header__btn-01g.webp) no-repeat 0 0;
    background-size: contain;
  }
  .header__home #page-header .header__contact {
    background: url(./images/header__btn-01w.webp) no-repeat 0 0;
    background-size: contain;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
  }
  #page-header .header__login-a,
  #page-header .header__login-b {
    display: block;
    width: 160px;
    aspect-ratio: 160 / 50;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #page-header .header__login-a {
    background: url(./images/header__btn-02a.webp) no-repeat 0 0;
    background-size: contain;
  }
  #page-header .header__login-b {
    background: url(./images/header__btn-02b.webp) no-repeat 0 0;
    background-size: contain;
  }


  .wrap-headermenu {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }

  #headermenu {
    width: min(100% - 20px, 1024px);
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
  }

  #headermenu-btn {display: none;}

  ul.headermenu-list {
    font-size: 0;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-right: 1px solid var(--primary-color);
  }
  ul.headermenu-list > li {
    flex: 1;
    font-size: min(2vw, 20px);
    display: block;
    list-style-type: none;
    border-left: 1px solid var(--primary-color);
  }
  ul.headermenu-list > li > a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: var(--primary-color);
    text-decoration: none;
    background-color: rgba(255, 255, 255, .5)
  }
  ul.headermenu-list > li > a:hover {
  }

  .headermenu-list-sub {
    display: none;
  }

}/* PC ここまで */
@media screen and (max-width: 767.9px) {

  .wrap-header {
    background-color: white;
    position: relative;
  }
  #page-header {
    margin-inline: auto;
    position: relative;
    height: 80px;
    z-index: 900;
    border-bottom: 3px solid #035089;
  }

  #page-header h1 {
    height: 100%;
    margin-left: 10px;
    position: relative;
  }
  #page-header h1 a {
    display: block;
    width: 240px;
    aspect-ratio: 331 / 52;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(./images/logo_g.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #page-header .header__sns__fb, 
  #page-header .header__sns__x, 
  #page-header .header__contact,
  #page-header .header__login-a,
  #page-header .header__login-b  {
    display: none;
  }

  .wrap-headermenu {
    position: absolute;
    top: 80px;
    width: 100%;
  }

  #headermenu-btn {
    display: block;
    width: 60px;/*★*/
    height: 60px;/*★*/
    position: absolute;
    top: 8px;
    right: 5px;
    background-color: white;
    border: 2px solid #a0a0a0;
    border-radius: 1000px;
    cursor: pointer;
    margin-bottom: 20px;
    z-index: 1000;
  }
  #headermenu-btn span {
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
  }
  #headermenu-btn span:first-child {
    top: 25%;
  }
  #headermenu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  #headermenu-btn span:nth-child(3) {
    bottom: 25%;
  }
  #headermenu-btn.clicked span:first-child {
    transform: rotate(45deg);/*★*/
    top: 47%;
  }
    #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: white;
    padding: 1em 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 #707070;
    text-align: left;
  }
  .headermenu-list > li:last-child {
    border-bottom: 1px dotted #707070;
  }
  .headermenu-list > li > a {
    display: block;
    padding: 0.5em 1.75em 0.5em 0.5em;
    text-decoration: none;
    color: #333;
    background-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 #999;
    border-right: 3px solid #999;
    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;
  }

  .headermenu-list-sub {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    list-style-type: none;
    gap: 0 16px;
    margin-top: 16px;
  }
  .headermenu-list-sub > li {
  }
  .headermenu-list-sub > li a {
    display: block;
    width: 40px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .headermenu-list-sub > li a.header__sns__fb {
    background: url(./images/header__sns__fb_b.webp) no-repeat 0 0;
    background-size: contain;
  }
  .headermenu-list-sub > li a.header__sns__x {
    background: url(./images/header__sns__x_b.webp) no-repeat 0 0;
    background-size: contain;
  }

}/* スマホ ここまで */


/*-----------------------------------------------------
@@ フロートメニュー
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  .floatmenu__list {
    position: fixed;
    top: 190px;
    right: 0;
    list-style-type: none;
    width: min(9.375vw, 96px);
    z-index: 2;
  }
  .floatmenu__list > li:not(:last-child) {
    margin-bottom: 23px;
  }

}
@media screen and (max-width: 767.9px) {

  .floatmenu__list {
    width: min(100%, var(--sp-width));
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    list-style-type: none;
    max-height: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 2;
    z-index: 10;
  }
  .floatmenu__list > li {
    width: 50%;
  }
  .floatmenu__list > li > a img {
    /*max-width: none;
    height: 60px;*/
    max-height: 60px;
    margin: 0 auto;
  }
}

  .floatmenu__list > li > a,
  .floatmenu__list > li > a img {
    display: block;
  }

/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
#page-footer{
  clear: both;
  width: 100%;
  /*background-color: #f3f1e5;*/
  padding: 20px 0;
  position: sticky;
  top: 100%;
  will-change: transform;
  border-bottom: 15px solid #499a66;
}
@media screen and (min-width: 768px) {

  #page-footer{
    padding: 140px 0 20px;
  }
  .footer__logo {
    display: block;
    width: 98px;
    aspect-ratio: 98 / 89;
    margin: 0 auto 20px;
  }

  .footer__tel {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 22px;
    padding: 0 20px;
    list-style-type: none;
    max-inline-size: max-content;
    margin: 0 auto 26px;
  }
  .footer__tel > li {
    padding-left: 13px;
    border-left: 5px solid var(--primary-color);
    max-inline-size: max-content;
  }
  .footer__tel__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    color: var(--primary-color);
    margin: 0 0 5px;
  }
  .footer__tel__number {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.07em;
    color: var(--primary-color);
    margin: 0;
    padding-left: 23px;
    background: url(./images/footer__phone.webp) no-repeat 0 4px;
    background-size: 17px 21px;
  }
  .footer__tel__number span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .footer__bn {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    padding: 0 20px;
    list-style-type: none;
    margin: 0 auto 28px;
  }
  .footer__bn > li > img {
    max-width: none;
    height: 29px;
  }

  .footer__hr {
    border-top: none;
    border-bottom: 1px solid #bdb9b0;
    margin-bottom: 14px;
  }

  .footer__address {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
    padding: 0 20px;
    list-style-type: none;
    margin: 0 auto 18px;
  }
  .footer__bn-03 {
    display: block;
  }
  .footer__bn-03 img {
    display: block;
    max-width: none;
    height: 50px;
  }
  .footer__address > li > p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .footer__address > li > p > span {
    white-space: nowrap;
  }

  .footer__nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 40px;
    list-style-type: none;
    padding: 0 20px;
    margin: 0 auto 8px;
  }
  .footer__nav > li {
    position: relative;
    font-size: 14px;
    line-height: 1;
  }
  .footer__nav > li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--text-color);
    position: absolute;
    right: -20px;
    top: 0;
  }

  .footer__nav > li > a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
  }

  .footer__copyright {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }

}
@media screen and (max-width: 767.9px) {

  #page-footer{
    padding: 80px 0 70px;
    width: min(100%, var(--sp-width));
    margin: 0 auto;
  }
  .footer__logo {
    display: block;
    width: 98px;
    aspect-ratio: 98 / 89;
    margin: 0 auto 20px;
  }

  .footer__tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 20px;
    padding: 0 20px;
    list-style-type: none;
    max-inline-size: max-content;
    margin: 0 auto 26px;
  }
  .footer__tel > li {
    padding-left: 13px;
    border-left: 5px solid var(--primary-color);
  }
  .footer__tel__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    color: var(--primary-color);
    margin: 0 0 5px;
  }
  .footer__tel__number {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.07em;
    color: var(--primary-color);
    margin: 0;
    padding-left: 23px;
    background: url(./images/footer__phone.webp) no-repeat 0 4px;
    background-size: 17px 21px;
  }
  .footer__tel__number span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .footer__bn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    padding: 0 20px;
    list-style-type: none;
    margin: 0 auto 28px;
  }
  .footer__bn > li > img {
    max-width: none;
    height: 29px;
  }

  .footer__hr {
    border-top: none;
    border-bottom: 1px solid #bdb9b0;
    margin-bottom: 14px;
  }

  .footer__address {
    padding: 0 20px;
    list-style-type: none;
    margin: 0 auto 15px;
  }
  .footer__bn-03 {
    display: block;
  }
  .footer__bn-03 img {
    display: block;
    max-width: none;
    height: 50px;
  }
  .footer__address > li > p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }

  .footer__nav {
    padding: 0 20px;
    margin: 0 auto 16px 1.8em;
  }
  .footer__nav > li {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }

  .footer__nav > li > a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
  }

  .footer__copyright {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
  }



}


/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
.contens__wrap {
  background: white url(./images/contens__wrap__back.webp) repeat-x 0 100%;
}

.contents-full {
  width: min(100%, 1024px);
  margin: 0 auto;
  text-align: left;
}
.contents-normal {
  width: min(100% - 40px, 1024px);
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
}/* PC ここまで */
@media screen and (max-width: 767.9px) {

  .contents-full {
    width: min(100%, var(--sp-width));
  }
  .contents-normal {
    width: min(100% - 40px, var(--sp-width));
  }

}/* スマホ ここまで */


/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p{
  margin-bottom: 1em;
}
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;
  }
}


/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
@media (min-width: 768px) {

  .main__contents {
    padding-block: 76px 0px;
  }
  .main__contents_2column {
  }

  .title-01 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 76px;
  }

  /* お知らせ カテゴリー名 */
  .title-02x {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0px;
  }

  /* お知らせ　個別記事 */
  .title-03 {
    font-size: 32px;
    line-height: 1.31;
    text-align: center;
    margin-bottom: 45px;
  }
  .post__date-01 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary-color);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .main__contents {
    padding-block: 60px 0px;
  }
  .main__contents_2column {
    margin: 0 auto 80px;
  }

  .title-01 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 60px;
  }

  /* お知らせ カテゴリー名 */
  .title-02x {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0px;
  }

  /* お知らせ　個別記事 */
  .title-03 {
    font-size: 22px;
    line-height: 1.31;
    text-align: left;
    margin-bottom: 30px;
  }
  .post__date-01 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary-color);
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
  }

}/* スマホ ここまで============================ */


/* @@ 2column */
@media screen and (min-width: 768px) {

  .column-01 {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 20px;
  }
  .column-01-left {
  }
  .column-01-right {
  }

  .main__contents_2column-in {
    width: min(100% - 40px, 765px);
  }


}
@media screen and (min-width: 1200px) {

  .column-01 {
    width: min(100% - 40px, 1210px);
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .column-01-left {
    flex: 1;
  }
  .column-01-right {
    width: 280px;
    padding-top: 88px;
  }

}

@media screen and (max-width: 767.9px) {

  .column-01 {
    width: min(100% - 40px, var(--sp-width));
    margin: 0 auto;
    padding-top: 20px;
  }
  .column-01-left {
  }
  .column-01-right {
    padding-top: 60px;
  }

}


/*-----------------------------------------------------
@@ index スライダー
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  :root {
    --box1-w: 1280; /* box1の最大幅(px) */ 
    --box1-h: 922; /* box1の最大高さ(px) */ 
  }

}
@media screen and (max-width: 767.9px) {

  :root {
    --box1-w: 1280; /* box1の最大幅(px) */ 
    --box1-h: 922; /* box1の最大高さ(px) */ 
  }


}

.index__slider {
  width: min(100%, 1920px);
  /*aspect-ratio: 1280 / 922;*/
  aspect-ratio: var(--box1-w) / var(--box1-h);
  margin: 0 auto;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: black;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  position: relative;
}
.index__slider__catch {
  display: block;
  position: absolute;
  top: calc(101 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
  left: 0;
  right: 0;
  margin: auto;
  width: calc(191 / var(--box1-w) * 100%); /* 画像の幅(px) */
  aspect-ratio: 191 / 406; /* 画像の幅と高さ(px) */
  z-index: 2;
  background: url(./images/index__slider__catch.webp) no-repeat 50% 50%;
  background-size: contain;
}

.index__slider .swiper-wrapper img {
  width: 100%;
  display: block;
  aspect-ratio: 1280 / 922;
  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__catch {
    top: calc(240 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    width: calc(350 / var(--box1-w) * 100%); /* 画像の幅(px) */
  }


  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
  }

}

/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  :root {
    --index01-w: 1016; /* box1の最大幅(px) */ 
    --index01-h: 1177; /* box1の最大高さ(px) */ 
  }

  .index__img-01 {
    aspect-ratio: var(--index01-w) / var(--index01-h);
    margin: 120px auto 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(./images/index__img-01-pc.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .index__p-00 {
    width: min(100% - 40px,850px);
    font-size: 18px;
    font-size: clamp(1rem, 0.625rem + 0.78vw, 1.125rem);
    font-weight: 700;
    line-height: min(5.707vw, 3.6em);
    text-align: center;
    color: var(--primary-color);
  }

  .index__title-01 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 13px 48px 16px;
    margin: 0 auto 57px;
    max-inline-size: max-content;
    font-feature-settings: "palt" 1;
  }
  .index__p-01 {
    /*font-size: 18px;*/
    font-size: clamp(1rem, 0.625rem + 0.78vw, 1.125rem);
    font-weight: 500;
    line-height: 2.78;
    text-align: center;
    margin-bottom: 60px;
  }
  .index__p-01 .strong {
    /*font-size: 22px;*/
    font-size: clamp(1.25rem, 0.875rem + 0.78vw, 1.375rem);
    font-weight: 700;
    color: var(--primary-color);
  }

  .index__box-01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    margin: 0 auto 100px;
  }
  .index__box-01__in1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .index__box-01__in2 {
     grid-area: 2 / 1 / 3 / 2;
  }
  .index__box-01__in3 {
     grid-area: 2 / 2 / 3 / 3;
  }
  .index__box-01__in4 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .index__box-01__in1 img,
  .index__box-01__in2 img,
  .index__box-01__in3 img,
  .index__box-01__in4 img {
    display: block;
    width: min(47.071vw, 482px);
    margin: 0 auto;
  }

  .index__box-02 {
    width: min(100% - 40px, 745px);
    margin: 0 auto 60px;
  }

  .index__title-02 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.6em;
    text-align: center;
    color: var(--primary-color);
    margin: 136px auto 60px;
  }

  .index__box-03 {
    width: min(100% - 40px, 1024px);
    margin: 0 auto 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style-type: none;
  }
  .index__box-03 > li {
    width: 31.25%;
  }
  .index__box-03 > li a,
  .index__box-03 > li a img {
    display: block;
  }
  .index__box-03__title-01,
  .index__box-03__title-02,
  .index__box-03__title-03 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: white;
    padding: 4px 0 5px;
    width: 6.25em;
    display: block;
    margin-top: 8px;
  }

  .index__link-01 {
    font-size: 18px;
    line-height: 1;
    padding: 0 20px 10px 0;
    /*text-decoration: none;*/
    max-inline-size: max-content;
    color: var(--primary-color);
    /*border-bottom: 2px solid var(--primary-color);*/
    display: block;
    margin: 60px auto 60px;
    background: url(./images/arrow01.webp) no-repeat 100% 2px;
    background-size: 10px 18px;
  }

  .index__title-03 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 13px 48px 16px;
    margin: 123px auto 85px;
    max-inline-size: max-content;
    font-feature-settings: "palt" 1;
    position: relative;
  }
  .index__p-02 {
    font-size: 14px;
    color: var(--primary-color);
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .index__link-02 {
    display: block;
    width: min(100% - 40px, 300px);
    margin: 0 auto 48px;
  }

  .index__box-04 {
    width: min(100% - 40px, 1024px);
    margin: 0 auto 98px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .index__box-04 > li {
    width: 47.657%;
  }

  .index__p-03 {
    width: min(100% - 40px, 597px);
    margin: 0 auto 32px;
  }
  .index__list-01 {
    width: min(100% - 40px, 838px);
    margin: 0 auto 32px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 39px;
  }

  .index__p-04 {
    width: min(100% - 40px, 597px);
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
  }
  .index__link-03 {
    display: block;
    width: min(100% - 40px, 606px);
    margin: 0 auto 60px;
  }


}
@media screen and (max-width: 767.9px) {

  .index__img-01 {
    position: relative;
  }
  .index__img-01:before,
  .index__img-01:after {
    content: "";
    display: block;
    width: min(100%, var(--sp-width));
    margin: 0 auto;
    aspect-ratio: 375 / 150;
  }
  .index__img-01:before {
    margin: 60px auto 0;
    background: url(./images/index__img-01-sp-top.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .index__img-01:after {
    margin: 0 auto 60px;
    background: url(./images/index__img-01-sp-bottom.webp) no-repeat 50% 50%;
    background-size: contain;
  }

  .index__p-00 {
    width: min(100% - 40px, var(--sp-width));
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
    color: var(--primary-color);
  }

  .index__title-01 {
    width: min(100%, var(--sp-width));
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 13px 0 16px;
    margin: 0 auto 30px;
    font-feature-settings: "palt" 1;
  }
  .index__p-01 {
    width: min(100%, var(--sp-width));
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 60px;
  }
  .index__p-01 span {
    font-size: 120%;
    font-weight: 700;
    color: var(--primary-color);
  }

  .index__box-01 {
    width: min(100%, var(--sp-width));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    margin: 0 auto 60px;
  }
  .index__box-01__in1 img,
  .index__box-01__in2 img,
  .index__box-01__in3 img,
  .index__box-01__in4 img {
    display: block;
    width: min(100%, 482px);
    margin: 0 auto;
  }

  .index__box-02 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 60px;
  }

  .index__title-02 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.6em;
    text-align: center;
    color: var(--primary-color);
    margin: 136px auto 60px;
  }

  .index__box-03 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    list-style-type: none;
  }
  .index__box-03 > li {
  }
  .index__box-03 > li a,
  .index__box-03 > li a img {
    display: block;
    width: 100%;
  }
  .index__box-03__title-01,
  .index__box-03__title-02,
  .index__box-03__title-03 {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: white;
    padding: 4px 0 5px;
    width: 6.25em;
    display: block;
    margin-top: 8px;
  }

  .index__link-01 {
    font-size: 16px;
    line-height: 1;
    padding: 0 20px 10px 0;
    text-decoration: none;
    max-inline-size: max-content;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    display: block;
    margin: 28px auto 30px;
    background: url(./images/arrow01.webp) no-repeat 100% 2px;
    background-size: 10px 18px;
  }

  .index__title-03 {
    width: min(100%, var(--sp-width));
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 13px 0 16px;
    margin: 100px auto 60px;
    font-feature-settings: "palt" 1;
    position: relative;
  }
  .index__p-02 {
    font-size: 12px;
    color: var(--primary-color);
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .index__link-02 {
    display: block;
    width: min(100% - 40px, 300px);
    margin: 0 auto 48px;
  }

  .index__box-04 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 98px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .index__box-04 > li {
  }

  .index__p-03 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 32px;
  }
  .index__list-01 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 32px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .index__list-01 li img {
    height: 28px;
  }

  .index__p-04 {
    width: min(100%, var(--sp-width));
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
  }
  .index__link-03 {
    display: block;
    width: min(100%, var(--sp-width));
    margin: 0 auto 60px;
  }



}

  .index__box-03__title-01 {
    background-color: var(--primary-color)
  }
  .index__box-03__title-02 {
    background-color: #46b2e7;
  }
  .index__box-03__title-03 {
    background-color: #f18f60;
  }


/*-----------------------------------------------------
@@ お知らせ（一覧）
------------------------------------------------------*/
:root {
  --cat01: #4bb1e3;
  --cat02: #ef8d66;
  --cat03: #5dc655;
  --cat04: #e37060;
  --cat05: #8f62e0;
  --cat06: #b6b6b6;
}

@media screen and (min-width: 768px) {

  .notice__list-01,
  .notice__list-02 {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2cqi 3.125%;
  }
  .notice__list-01 > li,
  .notice__list-02 > li {
    width: 31.25%;
  }

  .wrap__notice-01 {
    width: min(100%, 1152px);
    margin: 100px auto;
    padding: 50px 0;
    background-color: #f2f0e5;
  }

}
@media screen and (max-width: 767.9px) {

  .notice__list-01,
  .notice__list-02 {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
  }
  .notice__list-01 > li,
  .notice__list-02 > li {
  }

  .wrap__notice-01 {
    width: min(100%, 1152px);
    margin: 60px auto;
    padding: 30px 0;
    background-color: #f2f0e5;
  }

}

.notice__list-02 {
  width: min(100% - 40px, 1024px);
  margin: 0 auto;
}

.notice__info-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-block: 8px 0;
}
.notice__cat {
  display: block;
  max-inline-size: max-content;
  font-size: 16px;
  line-height: 1;
  padding: 4px 16px 6px;
  margin-block: 0;
}
.notice__cat__cat01 {
  color: white;
  background-color: var(--cat01)
}
.notice__cat__cat02 {
  color: white;
  background-color: var(--cat02)
}
.notice__cat__cat03 {
  color: white;
  background-color: var(--cat03)
}
.notice__cat__cat04 {
  color: white;
  background-color: var(--cat04)
}
.notice__cat__cat05 {
  color: white;
  background-color: var(--cat05)
}
.notice__cat__cat06 {
  color: white;
  background-color: var(--cat06)
}

.notice__date {
  font-size: 14px;
  color: var(--text-color);
  margin-block: 0;
}
.notice__title {
  font-size: 16px;
  color: var(--primary-color);
  margin-block: 8px 0;
}
.notice__list-01 > li > a,
.notice__list-02 > li > a {
  text-decoration: none;
  display: block;
}

.notice__list-01 > li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.notice__list-02 > li img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.notice__title-02 {
  font-size: 16px;
  line-height: 1.31;
  color: white;
  background-color: var(--primary-color);
  margin-block: 10px 0;
  min-height: 46px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* カテゴリーリスト */
.cat__list-01 {
  list-style-type: none;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.cat__list-01 > li {
}
.cat__list-01 > li > a {
  display: block;
  font-size: 20px;
  line-height: 1;
  width: 7.5em;
  padding: 5px 0px 5px;
  text-align: center;
  text-decoration: none;
}
.cat__list-01 > li > a.cat__cat01 {
  color: white;
  background-color: var(--cat01)
}
.cat__list-01 > li > a.cat__cat02 {
  color: white;
  background-color: var(--cat02)
}
.cat__list-01 > li > a.cat__cat03 {
  color: white;
  background-color: var(--cat03)
}
.cat__list-01 > li > a.cat__cat04 {
  color: white;
  background-color: var(--cat04)
}
.cat__list-01 > li > a.cat__cat05 {
  color: white;
  background-color: var(--cat05)
}
.cat__list-01 > li > a.cat__cat06 {
  color: white;
  background-color: var(--cat06)
}


.notece__p__back-01 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

/*-----------------------------------------------------
@@ お知らせ（個別記事）
------------------------------------------------------*/
.entry {
  width: min(100%, 720px);
  margin: 0 auto;
}

.entry__move__link-01 {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: min(100%, 600px);
  margin: 60px auto;
}
.entry__move__link-01 > li {
  width: 33.333%;
  text-align: center;
}
.entry__move__link-01 > li:first-child {
  border-right: 1px solid var(--primary-color);
}
.entry__move__link-01 > li:nth-child(2) {
  border-right: 1px solid var(--primary-color);
}
.entry__move__link-01 > li:last-child {
}
.entry__move__link-01 > li > a {
  /*display: block;*/
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: var(--primary-color);
  position: relative;
  padding: 0.5em 0;
}
.entry__move__link-01 > li:first-child > a {
  padding-left: 1.5em;
}
.entry__move__link-01 > li:last-child > a {
  padding-right: 1.5em;
}
.entry__move__link-01 > li:first-child > a:before,
.entry__move__link-01 > li:last-child > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.3s;
}
.entry__move__link-01 > li:first-child > a:before {
  transform: rotate(-135deg);
  left: 0;
}
.entry__move__link-01 > li:last-child > a:before {
  transform: rotate(45deg);
  right: 0;
}

@media screen and (max-width: 767.9px) {

  .entry__move__link-01 > li > a {
    font-size: 14px;
    padding: 0.1em 0;
  }
  .entry__move__link-01 > li:first-child > a {
    padding-left: 1.2em;
  }
  .entry__move__link-01 > li:last-child > a {
    padding-right: 1.2em;
  }
  .entry__move__link-01 > li:first-child > a:before,
  .entry__move__link-01 > li:last-child > a:before {
    width: 11px;
    height: 11px;
  }

}




/*-----------------------------------------------------
@@ ご本人・家族・地域のみなさまへ
------------------------------------------------------*/
.personal__img-01 {
  width: min(100%, 850px);
  margin: 0 auto 28px;
}
.personal__p-01 {
  font-size: 20px;
  line-height: 1.75;
  color: var(--primary-color);
  margin-bottom: 0px;
}


@media screen and (min-width: 768px) {

  .personal__box-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 2.746%;
    margin-top: 136px;
    margin-bottom: 144px;
  }
  .personal__box-01-left,
  .personal__box-01-right {
    width: 48.627%;
    border-radius: 34px;
    padding: 45px 34px 115px;
    position: relative;
  }
  .personal__box-01-left h2,
  .personal__box-01-right h2 {
    font-size: 24px;
    color: white;
    text-align: center;
    margin-block: 0 20px;
  }
  .personal__box-01-left p,
  .personal__box-01-right p {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    color: white;
    margin: 0;
  }
  .personal__box-01-left a,
  .personal__box-01-right a {
    display: block;
  }
  .personal__img-04,
  .personal__img-05 {
    display: block;
    width: min(100%, 300px);
    height: auto;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .personal__img-05 {
    filter: drop-shadow(0px 5px 0px #d30c60);
  }

  .personal__box-01-left:after,
  .personal__box-01-right:after {
    content: "";
    display: block;
    width: 200px;
    aspect-ratio: 2 / 1;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .personal__box-01-left:after {
    background: url(./images/personal__img-02.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .personal__box-01-right:after {
    background: url(./images/personal__img-03.webp) no-repeat 50% 50%;
    background-size: contain;
  }


}
@media screen and (max-width: 767.9px) {

  .personal__box-01 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .personal__box-01-left,
  .personal__box-01-right {
    border-radius: 34px;
    padding: 45px 20px 20px;
    position: relative;
  }
  .personal__box-01-left {
    margin-bottom: 100px;
  }


  .personal__box-01-left h2,
  .personal__box-01-right h2 {
    font-size: 24px;
    color: white;
    text-align: center;
    margin-block: 0 20px;
  }
  .personal__box-01-left p,
  .personal__box-01-right p {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    color: white;
    margin-block: 0 30px;
  }
  .personal__box-01-left a,
  .personal__box-01-right a {
    display: block;
  }
  .personal__img-04,
  .personal__img-05 {
    display: block;
    width: min(100%, 300px);
    margin-inline: auto;
  }

  .personal__box-01-left:after,
  .personal__box-01-right:after {
    content: "";
    display: block;
    width: 200px;
    aspect-ratio: 2 / 1;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .personal__box-01-left:after {
    background: url(./images/personal__img-02.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .personal__box-01-right:after {
    background: url(./images/personal__img-03.webp) no-repeat 50% 50%;
    background-size: contain;
  }


}

.personal__box-01-left {
  background-color: #ed902b;
}
.personal__box-01-right {
  background-color: #f40f7f;
}

/* @@ ご利用方法 */
@media screen and (min-width: 768px) {

  .personal__ttl-01 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 2px;
  }

  .personal__box-02 {
    margin-bottom: 100px
  }
  .personal__box-03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 6.929%;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--primary-color);
  }
  .personal__box-03-left {
    width: 27.712%;
  }
  .personal__box-03-right {
    width: 65.359%;
  }
  .personal__box-03-right h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
  }
  .personal__box-03-right p {
    margin: 0;
  }

}
@media screen and (max-width: 767.9px) {

  .personal__ttl-01 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 2px;
  }

  .personal__box-02 {
    margin-bottom: 80px
  }
  .personal__box-03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--primary-color);
  }
  .personal__box-03-left img {
    width: min(100% - 40px, 200px);
    margin-inline: auto;
  }
  .personal__box-03-right h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
  }
  .personal__box-03-right p {
    margin: 0;
  }

}

/* @@ はじめ方 */
.personal__ttl-02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: white;
  background-color: var(--primary-color);
  border-radius: 1000px;
  padding: 15px 0.5em 15px;
  margin-block: 100px 46px;
}

.personal__box-04 {
  width: min(100%, 685px);
  margin-inline: auto;
}
.personal__box-04 h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-block: 46px 10px;
}
.personal__box-04 p {
  margin: 0;
}
.personal__box-04 p strong {
  font-weight: 400;
  color: var(--primary-color);
}

.personal__img-12 {
  width: min(100%, 358px);
  margin-block: 16px 16px;
}
.personal__img-13 {
  display: block;
  max-inline-size: max-content;
  margin-top: 16px;
}
.personal__img-13 img {
  width: min(100%, 332px);
}


.personal__box-06 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0px 0;
  margin-bottom: 70px;
}
.personal__box-06-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 0;
}
.personal__box-06-in:not(:last-child) {
  border-bottom: 2px dotted var(--primary-color);
}
.personal__p-02 {
  width: 100%;
  color: var(--primary-color);
  margin-bottom: 15px !important;
}
.personal__box-06-in-left {
  width: 51.825%;
}
.personal__box-06-in-right {
  width: 48.175%;
}

.personal__p-03 {
  font-size: 20px;
  text-align: center;
}
.personal__p-04 {
  font-size: 20px;
  text-align: center;
}

.personal__list__num-01 {
  padding-left: 1.8em;
  margin: 0;
}

@media screen and (min-width: 768px) {

  .personal__box-05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 45px;
  }
  .personal__box-05-in {
    width: 50%;
    text-align: center;
  }
  .personal__box-05-in img {
    width: min(100%, 242px);
    margin: 0 auto 8px;
  }

}
@media screen and (max-width: 767.9px) {

  .personal__ttl-02 {
    font-size: 20px;
    line-height: 1.25;
    padding: 15px 0.5em 15px;
  margin-block: 30px 30px;
  }

  .personal__box-05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    margin-top: 30px;
  }
  .personal__box-05-in {
    text-align: center;
  }
  .personal__box-05-in img {
    width: min(100%, 200px);
    margin: 0 auto 8px;
  }
  .personal__box-05-in p {
    font-size: 14px;
  }

  .personal__box-06-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 22px 0;
    gap: 20px 0;
  }
  .personal__box-06-in-left {
    width:100%;
  }
  .personal__box-06-in-right {
    width:100%;
  }

}




/*-----------------------------------------------------
@@ 参加登録施設一覧
------------------------------------------------------*/
.shisetu__title-01 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.shisetu__title-01 span {
  font-size: 16px;
}
.shisetu__title-02 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.shisetu__box-01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 20px;
}
.shisetu__box-01 label {
  color: var(--primary-color);
}


.btn__shisetsu__clear {
  border: none;
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 8px;
  margin-block: 30px;
}

#hospital-list .section {
  background-color: white;
  margin-bottom: 15px;
}
#hospital-list .section .branch {
  font-size: 16px;
  font-weight: 700;
  color: white;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 12px 30px 13px 30px;
}
#hospital-list .section .category .shisetsu__title__cat {
  font-size: 16px;
  font-weight: 700;
  background-color: white;
  color: var(--primary-color);
  border-right: 1px solid #040000;
  border-bottom: 1px solid var(--primary-color);
  border-left: 1px solid #040000;
  padding: 12px 30px 13px 30px;
}
#hospital-list .section .category .item {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 30px 5px 30px;
  background-color: white;
  border-right: 1px solid #040000;
  border-bottom: 1px solid #040000;
  border-left: 1px solid #040000;
}



/*-----------------------------------------------------
@@ sidebar slider
------------------------------------------------------*/
.sidebar__slider {
  width: min(100%, 280px);
  /*aspect-ratio: 3 / 2;*/
  margin: 0 auto;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-inactive-color: black;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
.sidebar__slider .swiper-wrapper img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/*.sidebar__slider-02 .swiper-wrapper img {
  aspect-ratio: 2 / 3;
}*/

.sidebar__slider .swiper-button-prev,
.sidebar__slider .swiper-button-next {
  width: 28px;
  aspect-ratio: 1 / 1;
}
.sidebar__slider .swiper-button-prev {
  left: 5px;
}
.sidebar__slider .swiper-button-next {
  right: 5px;
}
.sidebar__slider .swiper-button-prev::after,
.sidebar__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: auto;
  opacity: 0.5;
}
.sidebar__slider .swiper-button-prev::after {
  background-image: url(./images/arrow03-left.webp);
}
.sidebar__slider .swiper-button-next::after {
  background-image: url(./images/arrow03-right.webp);
}


/* ページネーション */
.swiper-pagination-1,
.swiper-pagination-2 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 8px 0;
}
.swiper-pagination-1 .swiper-pagination-bullet,
.swiper-pagination-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-1 .swiper-pagination-bullet-active,
.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.sidebar__p-01 {
  text-align: center;
  margin-block: 4px 56px;
}

.sidebar__list-01 {
  width: min(100%, 280px);
  margin: 0 auto 50px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px 0;
}
.sidebar__list-01 > li {
  text-align: center;
}
.sidebar__list-01 > li img {
  margin-bottom: 6px;
}


/*-----------------------------------------------------
@@ マニュアル・資料
------------------------------------------------------*/
.manual__p-01 {
  width: min(100%, 790px);
  margin: 0 auto 45px;
}
.manual__list-03 {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 40px;
  margin: 0 auto 68px;
}
.manual__list-03 a {
  color: white;
  background-color: var(--primary-color);
  display: block;
  text-decoration: none;
  padding: 3px 3.75em 4px; 
}
@media screen and (max-width: 767.9px) {

  .manual__list-03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
  }
.manual__list-03 li {
  width: min(100%, 300px);
}
.manual__list-03 a {
  text-align: center;
  padding: 4px 0 5px; 
}

}


.manual__title-01 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 4px;
  border-bottom: 2px dashed var(--primary-color);
  margin-bottom: 44px;
}
.manual__title-02 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 26px;
}


.manual__list-01 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.6cqi 9.766%;
  margin: 0 auto 72px;
}
.manual__list-01 > li {
  width: 20.508%;
}
.manual__list-01 a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text-color);
}
.manual__list-01 .thumbimg {
  margin-bottom: 7px;
}
.manual__list-01 .thumbimg img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid #ccc;
}
.manual__list-01 .title {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.manual__list-01 .filetype {
  font-size: 16px;
  display: block;
  color: white;
  background-color: var(--primary-color);
  margin-top: auto;
  padding: 0 3em;
}
@media screen and (max-width: 767.9px) {

  .manual__list-01 {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 4%;
    margin: 0 auto 60px;
  }
  .manual__list-01 > li {
    width: 48%;
  }
  .manual__list-01 .title {
    font-size: 15px;
  }
  .manual__list-01 .filetype {
    font-size: 15px;
  }

}


.manual__list-02 {
  list-style-type: none;
  width: min(100%, 470px);
  margin-bottom: 60px;
}
.manual__list-02 > li {
  margin-bottom: 16px;
}
.manual__list-02 > li > a {
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.manual__list-02 .title {
  font-size: 16px;
  display: block;
  text-align: center;
}
.manual__list-02 .filetype {
  font-size: 16px;
  display: block;
  color: white;
  background-color: var(--primary-color);
  padding: 0;
  width: 100px;
  text-align: center;
}


.manual__title-03 {
  font-size: 16px;
  margin-bottom: 1lh;
  color: var(--primary-color);
  margin-bottom: 1lh;
}
.manual__list-04 {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 2lh;
}
.manual__list-04 > li {
  margin-bottom: 4px;
}


/*-----------------------------------------------------
@@ キッズナラティブ秋田
------------------------------------------------------*/
body.page-id-21 .contens__wrap {
  background-image: none;
}
#kids__header {
}
.kids__header__body {
  width: min(100% - 40px, 1024px);
  height: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.kids__header__body a {
  width: 215px;
  aspect-ratio: 215 / 25;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(./images/kids/logo.webp) no-repeat 0 0;
  background-size: contain;
}

.kids__content-01 {
  width: min(100%, 1280px);
  margin-inline: auto;
}


/* @@ sec-01 ------------------------ */

.kids__sec-01 .kids__content-01 {
  padding-top: 138px;
  padding-bottom: 184px;
  background: #ffe5f2 url(./images/kids/sec-01__back.webp) no-repeat 50% 0;
  background-size: 1280px auto;
  position: relative;
}
.kids__sec-01 .kids__content-01:after {
  content: "";
  display: block;
  width: 212px;
  aspect-ratio: 212 / 174;
  position: absolute;
  top: 62px;
  right: 54px;
  background: url(./images/kids/img-001.webp) no-repeat 50% 0;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {

  .kids__sec-01 .kids__content-01 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: contain;
  }
  .kids__sec-01 .kids__content-01:after {
    width: 25vw;
    top: -5vw;
    right: 15px;
    z-index: 2;
  }

}


.kids__title-01 {
  font-size: 36px;
  font-weight: 900;
  color: var(--kids-color);
  margin-bottom: 75px;
  font-feature-settings: "palt" 1;
  position: relative;
  z-index: 3;
}
.kids__p-01 {
  font-size: 18px;
  line-height: 2.778;
  margin-bottom: 113px;
}
.kids__img-002 {
  width: min(100%, 842px);
  margin-inline: auto;
}

@media screen and (max-width: 767.9px) {
  .kids__title-01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .kids__p-01 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

/* @@ sec-02 ------------------------ */

.kids__sec-02 .kids__content-01 {
  padding-top: 137px;
  padding-bottom: 148px;
}
.kids__title-02 {
  font-size: 36px;
  font-weight: 900;
  color: var(--kids-color);
  margin-bottom: 65px;
  font-feature-settings: "palt" 1;
}

.kids__list-01 {
  list-style-type: none;
}
.kids__list-01 > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /*align-items: center;*/
  /*gap: 0 6.929%;*/
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 2px dashed var(--kids-color);
}
.kids__list-01 > li .kids__list-01-left {
  width: 21.680%;
}
.kids__list-01 > li .kids__list-01-right {
  width: 69.727%;
  padding-right: 7%;
}
.kids__list-01 > li .kids__list-01-right h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--kids-color);
  margin-bottom: 10px;
  font-feature-settings: "palt" 1;
}
.kids__list-01 > li .kids__list-01-right p {
    margin: 0;
}
@media screen and (max-width: 767.9px) {

  .kids__sec-02 .kids__content-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .kids__title-02 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .kids__list-01 > li {
    display: block;
  }
  .kids__list-01 > li .kids__list-01-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .kids__list-01 > li .kids__list-01-left img {
    margin-inline: auto;
  }
  .kids__list-01 > li .kids__list-01-right {
    width: 100%;
    padding-right: 0;
  }
  .kids__list-01 > li .kids__list-01-right h3 {
    line-height: 1.25;
  }
}

/* @@ sec-03 ------------------------ */

.kids__sec-03 .kids__content-01 {
  padding-top: 138px;
  padding-bottom: 126px;
  background-color: #fffde1;
  position: relative;
}
.kids__sec-03 .kids__content-01:after {
  content: "";
  display: block;
  width: 264px;
  aspect-ratio: 264 / 125;
  position: absolute;
  top: 60px;
  right: 60px;
  background: url(./images/kids/img-007.webp) no-repeat 50% 0;
  background-size: contain;
}
.kids__title-03 {
  font-size: 36px;
  font-weight: 900;
  color: var(--kids-color);
  margin-bottom: 45px;
  font-feature-settings: "palt" 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {

  .kids__sec-03 .kids__content-01 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: contain;
  }
  .kids__sec-03 .kids__content-01:after {
    width: 25vw;
    top: -5vw;
    right: 15px;
    z-index: 2;
  }
  .kids__title-03 {
    font-size: 22px;
    margin-bottom: 30px;
  }

}

@media screen and (min-width: 768px) {

  .kids__breadcrumb {
    list-style : none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    aspect-ratio: 1024 / 100;
    background: url(./images/kids/breadcrumb-pc.webp) no-repeat 50% 0;
    background-size: contain;
    margin-bottom: 68px;
  }
  .kids__breadcrumb > li {
    width: 20%;
  }
  .kids__breadcrumb > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }

}
@media screen and (max-width: 767.9px) {

  .kids__breadcrumb {
    list-style : none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px 0;
    margin-bottom: 60px;
  }
  .kids__breadcrumb > li {
    width: 100%;
  }
  .kids__breadcrumb > li > a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1em;
    color: white;
  }
  .kids__breadcrumb > li:first-child > a {
    background-color: #fa97c7;
  }
  .kids__breadcrumb > li:nth-child(2) > a {
    background-color: #f984bd;
  }
  .kids__breadcrumb > li:nth-child(3) > a {
    background-color: #f871b3;
  }
  .kids__breadcrumb > li:nth-child(4) > a {
    background-color: #f75ea9;
  }
  .kids__breadcrumb > li:nth-child(5) > a {
    background-color: #f64a9f;
  }

}

.kids__title-04 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--kids-color);
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--kids-color);
  margin-top: 60px;
  margin-bottom: 30px;
}
.kids__p-02 {
  font-size: 14px;
  color: var(--kids-color);
  margin-block: 1lh;
}

.kids__list-02 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 49.75px;
  margin-bottom: 25px;
}
.kids__list-02 > li {
  width: 165px;
}
.kids__list-02 > li > img {
  margin: 16px auto 0;
}
@media screen and (max-width: 767.9px) {

  .kids__list-02 {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .kids__list-02 > li {
    width: 48%;
  }

}

.kids__box-01 {
  background-color: #f987bf;
  padding: 16px 28px 17px;
  color: white;
  max-inline-size: max-content;
  border-radius: 8px;
  margin-block: 30px;
}
.kids__box-01 strong {
  font-weight: 400;
  color: #ffff80;
}

.kids__title-05 {
  font-size: 16px;
  font-weight: 700;
  color: var(--kids-color);
  margin-block: 1.5lh 1lh;
}

.kids__list-03 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 50px;
  margin-bottom: 25px;
}
.kids__list-03 > li {
}
.kids__list-03 > li > img {
  margin: 8px auto 0;
}
@media screen and (max-width: 767.9px) {

  .kids__list-03 {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .kids__list-03 > li {
    width: 48%;
  }

}

.kids__caution-01 {
  background-color: var(--kids-color);
  padding: 6px 28px 7px;
  color: white;
  max-inline-size: max-content;
}
.kids__caution-01 strong {
  font-weight: 400;
  color: #ffff80;
}

.kids__p-03 {
  line-height: 2;
}

.kids__list-04 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 25px;
}
.kids__list-04 > li {
  width: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.kids__list-04 > li > p {
  margin-bottom: auto;
}
.kids__list-04 > li > span {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-block: 8px;
  width: 100%;
}
.kids__list-04 > li > img {
  margin: 0 auto;
  width: auto;
  height: 200px;
}
@media screen and (max-width: 767.9px) {

  .kids__list-04 {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .kids__list-04 > li {
    width: 48%;
  }

}

.kids__img-021 {
  width: min(100%, 530px);
  margin-block: 0 30px;
}

.kids__title-06 {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-block: 0 26px;
}

.kids__list-05 {
  list-style-type: none;
}
.kids__list-05 > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.kids__list-05 > li:not(:last-child) {
  margin-bottom: 30px;
}
.kids__list-05 > li .kids__list-05-left {
  width: 167.5px;
  margin-right: 30px;
}
.kids__list-05 > li .kids__list-05-right {
  flex: 1;
}
.kids__list-05 > li .kids__list-05-right p {
    color: white;
    margin-block: 0 13px;
}
@media screen and (max-width: 767.9px) {

  .kids__list-05 > li {
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px dashed var(--kids-color);
    margin-bottom: 20px;
  }
  .kids__list-05 > li .kids__list-05-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .kids__list-05 > li .kids__list-05-left img {
    margin-inline: auto;
  }
  .kids__list-05 > li .kids__list-05-right {
    width: 100%;
    padding-right: 0;
  }
  .kids__list-05 > li .kids__list-05-right p {
  }
}
.btn-cp {
  background-color: #fffde2;
  color: var(--kids-color);
  font-size: 14px;
  line-height: 1;
  padding: 9px 7px;
  border: none;
  border-radius: 4px;
}

.kids__p-03 {
  font-size: 14px;
  color: white;
  margin-top: 7px;
  margin-bottom: 19px;
}

.kids__list-06 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.kids__list-06 li {
}
.kids__list-06 li img {
  height: 200px;
  width: auto;
  margin-inline: auto;
}

.kids__list-07 {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.kids__list-07 > li {
  width: 240px;
}
.kids__list-07 > li > a {
  text-decoration: none;
  color: var(--text-color);
}
.kids__box-01 .kids__list-07 > li > a {
  color: white;
}
.kids__list-07 > li img {
}
.kids__list-07 > li p {
  font-size: 14px;
  text-align: center;
  margin-block: 10px 0;
}
@media screen and (max-width: 767.9px) {

  .kids__list-07 > li {
    margin-inline: auto;
  }

}

/* @@ sec-04 ------------------------ */

.kids__sec-04 .kids__content-01 {
  padding-top: 153px;
  padding-bottom: 153px;
  background-color: #fde6f1;
}
@media screen and (max-width: 767.9px) {

  .kids__sec-04 .kids__content-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

.kids__title-07 {
  font-size: 36px;
  line-height: 1;
  color: white;
  background-color: var(--kids-color);
  padding: 21px 66px 23px;
  position: relative;
}
.kids__title-07:after {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 56 / 28;
  background: url(./images/kids/img-038.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 66px;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.accordion-header.active.kids__title-07:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {

  .kids__title-07 {
    font-size: 22px;
    line-height: 1.25;
    padding: 10px 36px 10px 10px;
  }
  .kids__title-07:after {
    width: 30px;
    right: 10px;
  }

}

.kids__list-08 {
  list-style-type: none;
  background-color: white;
  padding: 60px;
}
.kids__list-08-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12px 16px 13px;
  border-bottom: 1px dashed black;
}
.kids__list-08-top-01 {
  width: 65px;
}
.kids__list-08-top-02 {
  flex: 1;
}
.kids__list-08-bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12px 16px 13px;
  border-bottom: 1px solid black;
}
.kids__list-08-bottom-01 {
  flex: 1;
  font-weight: 700;
}
.kids__list-08-bottom-02 {
  width: 108px;
}
.kids__list-08-bottom-03 {
  width: 354px;
}
@media screen and (max-width: 1023.9px) {

  .kids__list-08 {
    padding: 15px 10px;
  }

  .kids__list-08-bottom-01 {
    width: 100%;
    font-weight: 700;
  }
  .kids__list-08-bottom-02 {
    width: 100%;
    font-size: 15px;
  }
  .kids__list-08-bottom-03 {
    width: 100%;
    font-size: 15px;
  }

}


.accordion-header {
  cursor: pointer;
}
.accordion-content {
  display: none;
}


/*-----------------------------------------------------
@@ ソーシャルメディアポリシー
------------------------------------------------------*/
body.page-id-3 .entry {
  width: min(100% - 40px, 1024px);
  margin-inline: auto;
}

.policy__tbl-01 {
  border-collapse: collapse;
  margin: 0 auto;
}
.policy__tbl-01 th,
.policy__tbl-01 td {
  font-size: 14px;
  line-height: 1.714;
  font-weight: 400;
}
.policy__tbl-01 th {
  text-align: left;
  padding-right: 4px;
}
.policy__tbl-01 td {
  text-align: right;
}
.policy__p-02 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 72px;
}

.policy__title-01 {
  font-size: 20px;
  color: var(--primary-color);
  margin-block: 1rem 1rem;
}
.policy__p-01 {
  line-height: 1.5 !important;
  margin-block: 0 1lh;
}

.policy__list-01 {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-block: 1lh;
}

.policy__list__num-01 {
  list-style-type: none;
}
.policy__list__num-01 > li {
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
}
.policy__list__num-01 > li:before {
  display: marker;
  content: "("counter(cnt)") ";
  position: absolute;
  top: 0;
  left: 0;
}

.policy__p-03 {
  text-align: right;
}

/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
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,
input[type="button"]:hover,
button:hover {
  cursor: pointer;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
  cursor: not-allowed;
  color: #ccc;
}

label{
  font-size: 16px;
  margin-right: 1em;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.8em;
}

::placeholder{
  color: #999;
}


/* @@ チェックボックス、ラジオ */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: var(--primary-color);
    --active-inner: #fff;
    --focus: 2px rgba(58, 169, 255, .3);
    --border: #238243;
    --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;
  }
}

/*-----------------------------------------------------
@@ お問い合わせ
------------------------------------------------------*/
.required {
  color: #ce1228;
}

/* ラジオの右の余白を削除 */
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item-label {
  padding-bottom: 2px;
}
.contact__tbl-01 th p,
.contact__tbl-01 td p {
  margin: 0;
}

.text-01 {
  width: min(100%, 640px);
}
.textarea-01 {
  width: min(100%, 640px);
  height: 250px;
}

@media screen and (min-width: 768px) {

  body.page-id-19 .title-01 {
    margin-bottom: 40px;
  }

  .contact__p-01 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 65px;
  }

  .contact__tbl-01 {
    width: min(100%, 860px);
    margin-inline: auto;
  }
  .contact__tbl-01 th,
  .contact__tbl-01 td {
    font-weight: 400;
    vertical-align: top;
    color: var(--primary-color);
    font-size: 18px;
  }
  .contact__tbl-01 th {
    padding: 14px 30px 10px 0;
    text-align: right;
    white-space: nowrap;
  }
  .contact__tbl-01 td {
    padding: 10px 0;
  }

  .contact__box-01 {
    width: min(100%, 1152px);
    margin: 20px auto 20px;
    background-color: #e9f4ed;
    padding: 43px 20px 40px;
  }
  .contact__box-01 p:not([class]) {
    margin: 0;
  }
  .contact__p-02 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 36px;
  }
  .contact__p-03 {
    max-inline-size: max-content;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .contact__box-01 .wpcf7-form-control-wrap {
    text-align: center;
    display: block;
  }
  .accept-text {
    font-size: 24px;
  }


}
@media screen and (max-width: 767.9px) {

  body.page-id-19 .title-01 {
    margin-bottom: 20px;
  }

  .contact__p-01 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
  }

  .contact__tbl-01 {
    width: min(100% - 40px, 400px);
    margin-inline: auto;
  }
  .contact__tbl-01 th,
  .contact__tbl-01 td {
    display: block;
    font-weight: 400;
    vertical-align: top;
    color: var(--primary-color);
    font-size: 18px;
  }
  .contact__tbl-01 th {
    padding: 0;
    font-weight: 700;
    padding: 0 0 8px;
  }
  .contact__tbl-01 td {
    padding: 0 0 20px;
  }

  .contact__box-01 {
    width: min(100%, 400px);
    margin: 20px auto 20px;
    background-color: #e9f4ed;
    padding: 30px 20px;
  }
  .contact__box-01 p:not([class]) {
    margin: 0;
  }
  .contact__p-02 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
  }
  .contact__p-03 {
    max-inline-size: max-content;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .contact__box-01 .wpcf7-form-control-wrap {
    text-align: center;
    display: block;
  }
  .accept-text {
    font-size: 24px;
  }

}

.contact__p-04 {
  width: calc(100% - 40px);
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
}



input.text-01:read-only,
textarea.textarea-01:read-only {
  border-color: transparent;
  background-color: transparent;
}
textarea.textarea-01:read-only {
  height: auto;
}



input[type="submit"].btn-01, input[type="button"].btn-01, button.btn-01 {
  font-size: 18px;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 40px 15px;
  margin: 0;
  color: white;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-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: 60px auto 60px;
}
.page-numbers > li {
  font-size: 16px;
  line-height: 1;
  margin: 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: var(--primary-color);
  /*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(--primary-color);
  font-weight: 700;
  background-color: var(--primary-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 p{
  line-height: 2;
}


/* ｛All in One SEO」の管理バーへの表示を隠す */
#wp-admin-bar-aioseo-main {
  display: none !important;
}


/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top {
  width: 70px;
  aspect-ratio: 1 / 1;
  position: fixed;
  right: calc(50vw - 512px);
  bottom: -70px;/* 表示領域の外（下）へ */
  z-index: 10;
}
#page_top a {
  display: block;
  aspect-ratio: 1/ 1;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(./images/top_arrow.webp) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {

  #page_top {
    width: 50px;
    right: 10px;
    bottom: -50px;/* 表示領域の外（下）へ */
  }

}
/*-----------------------------------------------------
@@ 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;
  }
}
