@charset "UTF-8";
/*------------------------------------------------------------
breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
font family
------------------------------------------------------------*/
/*------------------------------------------------------------
font size
------------------------------------------------------------*/
/*------------------------------------------------------------
reading-width 可読性に優れた横幅 / 1行 35〜45文字程度
------------------------------------------------------------*/
/*------------------------------------------------------------
bg
------------------------------------------------------------*/
/*------------------------------------------------------------
container
------------------------------------------------------------*/
/*------------------------------------------------------------
list dot
------------------------------------------------------------*/
/*------------------------------------------------------------
link decoration
------------------------------------------------------------*/
/*------------------------------------------------------------
横並び写真
------------------------------------------------------------*/
/* 3枚 */
/*------------------------------------------------------------
Reset SCSS - 2025年向けモダンベース
------------------------------------------------------------*/
/* 1. 基本のリセット */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 2. HTML要素の初期化 */
html, body {
  height: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}

/* 3. リスト要素 */
ul, ol {
  list-style: none;
}

/* 4. aタグ */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* 5. メディア要素 */
img,
picture,
video,
canvas,
svg:not(.svg-defs) {
  display: block;
  max-width: 100%;
  height: auto;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* 6. フォーム要素 */
input,
button,
textarea,
select,
select option {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* 7. テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 8. その他 */
address {
  font-style: normal;
}

fieldset {
  border: none;
}

/* 9. Utility（任意） */
:where(:focus-visible) {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}

/*------------------------------------------------------------
colors
------------------------------------------------------------*/
/*------------------------------------------------------------
font
------------------------------------------------------------*/
/*------------------------------------------------------------
setting
------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  background: url("../img/bg_01.png") repeat;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-size: calc(clamp(0.8rem, 0.7091rem + 0.4545vw, 1rem));
  color: #5e3a1c;
  letter-spacing: 0.08rem;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  backdrop-filter: blur(8px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow: hidden;
}
body.is-fixed:before {
  opacity: 1;
}

main.main {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  main.main {
    margin-bottom: 10rem;
  }
}

/*------------------------------------------------------------
汎用レイアウト
------------------------------------------------------------*/
.l-sty-01 {
  position: relative;
}
.l-sty-01 .intro {
  text-align: center;
  margin: 0 auto 3rem;
  width: 90dvw;
  max-width: 750px;
}
@media (max-width: 767px) {
  .l-sty-01 .intro {
    margin-bottom: 2rem;
  }
}
.l-sty-01 .intro .ttl {
  margin-bottom: 1rem;
  line-height: 1;
}
.l-sty-01 .intro .ttl .sub {
  display: block;
  font-size: calc(clamp(0.8rem, 0.6575rem + 0.7127vw, 1rem));
}
.l-sty-01 .cnt {
  position: relative;
  margin-left: 3dvw;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .l-sty-01 .cnt {
    padding-bottom: 3rem;
  }
}
.l-sty-01 .cnt:before {
  content: "";
  position: absolute;
  background: url("../img/bg_03.png") repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}
.l-sty-01 .cnt:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-sty-01 .cnt:after {
    display: none;
  }
}
.p-wani .l-sty-01 .cnt:before {
  top: 0;
}
.p-wani .l-sty-01 .cnt .ttl {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.l-sty-01 .cnt .main-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.l-sty-01 .cnt .main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4dvw;
  margin: 0 auto 8rem;
  width: 90dvw;
  max-width: 1400px;
}
@media (max-width: 1023px) {
  .l-sty-01 .cnt .main {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.p-hoikuen .l-sty-01 .cnt .main:after {
  content: "";
  position: absolute;
  background: url("../img/ico_05.svg") no-repeat center/contain;
  width: clamp(120px, 25vw, 350px);
  aspect-ratio: 300 / 304;
  top: -2dvw;
  right: -4dvw;
  opacity: .2;
  transform: rotate(10deg);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .p-hoikuen .l-sty-01 .cnt .main:after {
    top: inherit;
    right: 0;
    bottom: -30px;
  }
}
.p-wani .l-sty-01 .cnt .main .meta {
  padding-top: 0 !important;
}
.l-sty-01 .cnt .main .img {
  position: relative;
  max-width: 800px;
}
@media (max-width: 1023px) {
  .l-sty-01 .cnt .main .img {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .l-sty-01 .cnt .main .img {
    width: 45dvw;
  }
}
.l-sty-01 .cnt .main .meta {
  flex: 1;
}
.l-sty-01 .cnt .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 6dvw;
  margin: 0 auto;
  width: 70dvw;
}
@media (max-width: 767px) {
  .l-sty-01 .cnt .sub {
    width: 90dvw;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .l-sty-01 .cnt .sub {
    gap: 4rem;
  }
}
.l-sty-01 .cnt .sub .img {
  margin-bottom: 1.5rem;
}
.l-sty-01 .cnt .meta .cat {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: .75rem;
  border-bottom: 1px solid;
  width: fit-content;
  margin-bottom: .5rem;
}
.l-sty-01 .cnt .meta .ttl {
  margin-bottom: .4rem;
}
.l-sty-01 .cnt .meta .txt {
  font-size: calc(clamp(0.8rem, 0.5rem + 0.625vw, 1rem));
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .l-sty-01 .cnt .meta .txt {
    margin-bottom: 1.2rem;
  }
}
.l-sty-01.npt {
  padding-top: 0;
}
.l-sty-01.rev .cnt {
  margin-left: 0;
  margin-right: 3dvw;
}
.l-sty-01.rev .cnt:before {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 1024px) {
  .l-sty-01.rev .cnt .main {
    flex-direction: row-reverse;
  }
}
.l-sty-01.type-02 .cnt {
  padding-bottom: 2rem;
}
.l-sty-01.type-02 .cnt .main {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .l-sty-01.type-02 .cnt .main .meta {
    padding-top: 4rem;
  }
}
.l-sty-01.ico-01:after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 3dvw;
  background: url("../img/ico_05.svg") no-repeat;
  aspect-ratio: 300/304;
  width: 20dvw;
  height: auto;
  opacity: .2;
  transform: rotate(8deg);
}
@media (min-width: 768px) {
  .l-sty-01.ico-01:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-sub .l-sty-01.ico-01:after {
    display: none;
  }
}
.l-sty-01.ico-01 .cnt:after {
  background: url("../img/ico_05.svg") no-repeat;
  top: -7dvw;
  right: -2dvw;
  width: clamp(120px, 25vw, 350px);
  aspect-ratio: 300/304;
  opacity: .2;
  transform: rotate(8deg);
}
@media (min-width: 1440px) {
  .l-sty-01.ico-01 .cnt:after {
    top: -5dvw;
    right: 1dvw;
  }
}
@media (min-width: 1700px) {
  .l-sty-01.ico-01 .cnt:after {
    top: -3dvw;
  }
}
.l-sty-01.ico-02:after {
  content: "";
  position: absolute;
  background: url("../img/ico_12.svg") no-repeat;
  aspect-ratio: 300/302;
  width: 20dvw;
  height: auto;
  top: 4rem;
  left: 1dvw;
  opacity: .2;
  transform: rotate(-8deg);
}
@media (min-width: 768px) {
  .l-sty-01.ico-02:after {
    display: none;
  }
}
.l-sty-01.ico-02 .cnt:after {
  background: url("../img/ico_12.svg") no-repeat;
  top: 52dvh;
  left: 1dvw;
  aspect-ratio: 300/302;
  width: 28dvw;
  height: auto;
  max-width: 380px;
  opacity: .2;
  transform: rotate(-8deg);
}
@media (min-width: 1024px) {
  .l-sty-01.ico-02 .cnt:after {
    top: 180px;
    left: 100px;
  }
}
@media (min-width: 1440px) {
  .l-sty-01.ico-02 .cnt:after {
    left: inherit;
    right: 65dvw;
  }
}
@media (min-width: 1700px) {
  .l-sty-01.ico-02 .cnt:after {
    top: 22dvw;
  }
}
.l-sty-01.ico-02 .main {
  margin-bottom: 6rem;
  align-items: center;
  /*.img {
  
  &:after {
  content: "";
  position: absolute;
  background:  url("../img/img_06.png") no-repeat;
  background-size: contain;
  bottom: -60px;
  left: -120px;
  width: 15dvw;
  height: 15dvw;
  @media (max-width: 767px) {
  display: none;
  }
  @media (max-width: 1023px) {
  left: 0;
  }
  }
  }*/
}
@media (max-width: 767px) {
  .l-sty-01.ico-02 .main {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .l-sty-01.ico-02 .main {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .l-sty-01.ico-02 .main .meta {
    flex: inherit;
    width: 600px;
  }
}
.l-sty-01.ico-02 .sub {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4dvw;
  width: 90dvw;
}
@media (max-width: 767px) {
  .l-sty-01.ico-02 .sub {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .l-sty-01.ico-02 .sub .item:nth-child(1) {
    margin-top: 6rem;
  }
  .l-sty-01.ico-02 .sub .item:nth-child(2) {
    margin-top: 3rem;
  }
}
.l-sty-01.ico-03:after {
  content: "";
  position: absolute;
  background: url("../img/ico_13.svg") no-repeat;
  aspect-ratio: 300/302;
  width: 21dvw;
  height: auto;
  top: 4rem;
  right: -3dvw;
  opacity: .2;
}
@media (min-width: 768px) {
  .l-sty-01.ico-03:after {
    display: none;
  }
}
.l-sty-01.ico-03 .cnt:after {
  background: url("../img/ico_13.svg") no-repeat;
  top: 53dvw;
  right: 2dvw;
  aspect-ratio: 300/302;
  width: 25dvw;
  height: auto;
  max-width: 380px;
  opacity: .2;
}
@media (min-width: 1024px) {
  .l-sty-01.ico-03 .cnt:after {
    top: 150px;
  }
}
.l-sty-01.ico-03 .main {
  align-items: center;
}
.l-sty-01.ico-03 .main .txt {
  margin-bottom: 0;
}
.l-sty-01.ico-03 .sub {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4dvw;
  width: 90dvw;
}
@media (max-width: 767px) {
  .l-sty-01.ico-03 .sub {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .l-sty-01.ico-03 .sub .item:nth-child(3) {
    margin-top: 6rem;
  }
  .l-sty-01.ico-03 .sub .item:nth-child(2) {
    margin-top: 3rem;
  }
}
.l-sty-01.single .cnt .main {
  align-items: flex-start;
}
.p-sakuranomori .l-sty-01.single .cnt .main, .p-chanoma .l-sty-01.single .cnt .main, .p-sakuranotsubomi .l-sty-01.single .cnt .main {
  align-items: center;
}
.l-sty-01.single .cnt .meta {
  position: relative;
}
@media (min-width: 1024px) {
  .l-sty-01.single .cnt .meta {
    margin-top: 4rem;
  }
  .p-sakuranomori .l-sty-01.single .cnt .meta, .p-chanoma .l-sty-01.single .cnt .meta, .p-sakuranotsubomi .l-sty-01.single .cnt .meta {
    margin-top: 0;
  }
}
.l-sty-01.single .cnt .meta .txt {
  font-family: kinuta-maruminold-stdn, sans-serif;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .l-sty-01.single .cnt .meta .txt {
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .l-sty-01.single .cnt .meta .txt {
    font-size: 1.2rem;
  }
}
@media (min-width: 1440px) {
  .l-sty-01.single .cnt .meta .txt {
    font-size: 1.3rem;
  }
}
.l-sty-02 {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .l-sty-02 {
    margin-bottom: 8rem;
  }
}
.l-sty-02 .ttl {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .l-sty-02 .ttl {
    margin-bottom: 3rem;
  }
}
.l-sty-02 .ttl .sub {
  display: block;
  font-size: calc(clamp(0.8rem, 0.6575rem + 0.7127vw, 1rem));
}
.l-sty-02-cnt {
  display: flex;
  flex-direction: row-reverse;
  gap: 5dvw;
  position: relative;
  margin-left: 5dvw;
}
@media (max-width: 768px) {
  .l-sty-02-cnt {
    flex-direction: column !important;
    margin: 0 auto !important;
    width: 90dvw !important;
  }
  .l-sty-02-cnt img, .l-sty-02-cnt .prx-01 {
    border-radius: 10px !important;
  }
}
.l-sty-02-cnt .wrap {
  position: sticky;
}
@media (max-width: 768px) {
  .l-sty-02-cnt .wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .l-sty-02-cnt .wrap {
    max-width: 55dvw;
  }
}
@media (min-width: 769px) {
  .l-sty-02-cnt .sticky-img {
    min-width: 290px;
    max-width: 600px;
  }
  .l-sty-02-cnt .sticky-img img {
    border-radius: 10px 0 0 10px;
  }
}
.l-sty-02.event .l-sty-02-cnt {
  flex-direction: row;
  margin-left: 0;
  margin-right: 5dvw;
}
.l-sty-02.event .l-sty-02-cnt img {
  border-radius: 0 10px 10px 0;
}
.l-sty-02.event .l-sty-02-cnt dl {
  margin-left: 0;
}
.l-sty-02.lunch .l-sty-02-cnt {
  align-items: center;
  gap: 8dvw;
  margin: 0 5dvw;
  width: fit-content;
}
@media (min-width: 1280px) {
  .l-sty-02.lunch .l-sty-02-cnt {
    margin: 0 auto;
  }
}
.l-sty-02.lunch .txt {
  max-width: 20em;
  line-height: 2;
}
.l-sty-02.lunch .txt .smaller {
  display: block;
  font-size: smaller;
  margin-top: 1rem;
}
.l-sty-02.lunch .prx-01 {
  height: 40dvh;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-sty-02.lunch .prx-01 {
    border-radius: 10px;
    max-height: 200px;
  }
}
@media (min-width: 960px) {
  .l-sty-02.lunch .prx-01 {
    max-height: inherit;
  }
}
.l-sty-02.gaiyo a {
  border-bottom: 1px dotted;
}
.l-sty-02.gaiyo a:hover {
  border-bottom: 0px dotted;
}
.l-sty-02.access {
  margin-bottom: 0;
}
.l-sty-02.access a {
  border-bottom: 1px dotted;
}
.l-sty-02.access a:hover {
  border-bottom: 0px dotted;
}
.l-sty-02.access #access {
  margin: 2rem 0 0 5dvw;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-sty-02.access #access {
    margin-top: 3rem;
  }
}
.l-sty-02.access #access #mapArea {
  height: 350px;
  width: 100%;
}
.l-sty-03 {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .l-sty-03 {
    margin-bottom: 8rem;
  }
}
.l-sty-03 .ttl {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .l-sty-03 .ttl {
    margin-bottom: 3rem;
  }
}
.l-sty-03-items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 1024px) {
  .l-sty-03-items {
    gap: 12rem;
  }
}
.l-sty-03-item:nth-child(odd) .photos {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  margin-left: 3dvw;
}
@media (max-width: 768px) {
  .l-sty-03-item:nth-child(odd) .photos {
    border-radius: 10px 0 0 10px;
  }
}
.l-sty-03-item:nth-child(even) .photos {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  margin-right: 3dvw;
}
@media (max-width: 768px) {
  .l-sty-03-item:nth-child(even) .photos {
    border-radius: 0 10px 10px 0;
  }
}
.l-sty-03-item .photos {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.l-sty-03-item .photos li {
  width: calc(100% / 3);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.l-sty-03-item .photos li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .l-sty-03-item .photos {
    margin-bottom: 3rem;
  }
}
.l-sty-03-item .dsc {
  font-family: kinuta-maruminold-stdn, sans-serif;
  line-height: 1.8;
  width: 90dvw;
  margin: 0 auto;
}
.l-sty-03-item .dsc-ttl {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-sty-03-item .dsc-ttl {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .l-sty-03-item .dsc-ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .l-sty-03-item .dsc p {
    margin-bottom: .5rem;
  }
}
.l-sty-04-cnt {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5dvw;
  position: relative;
}
@media (max-width: 767px) {
  .l-sty-04-cnt {
    width: 90dvw;
    flex-direction: column;
  }
}
.l-sty-04-cnt .img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-sty-04-cnt .img {
    width: 40dvw;
    max-width: 600px;
    border-radius: 20px;
  }
}
.l-sty-04-cnt .dsc {
  flex: 1;
  font-family: kinuta-maruminold-stdn, sans-serif;
  line-height: 1.8;
}
.l-sty-04-cnt .dsc-ttl {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .l-sty-04-cnt .dsc-ttl {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
slide photo
------------------------------------------------------------*/
.l-sld {
  overflow-x: hidden;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .l-sld {
    margin-bottom: 2rem;
  }
}
.l-sld .trk {
  display: flex;
  will-change: transform;
}
.l-sld .trk li {
  flex: 0 0 auto;
  margin-right: 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: fit-content;
}
@media (max-width: 767px) {
  .l-sld .trk li {
    margin-right: 16px;
  }
}
.l-sld .trk li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-sld .trk li.typ-a {
  width: 42vw;
  aspect-ratio: 400 / 250;
  margin-top: 2%;
}
@media (min-width: 768px) {
  .l-sld .trk li.typ-a {
    width: 32vw;
  }
}
.l-sld .trk li.typ-b {
  width: 50vw;
  aspect-ratio: 460 / 280;
}
@media (min-width: 768px) {
  .l-sld .trk li.typ-b {
    width: 40vw;
  }
}

/*------------------------------------------------------------
私たちの想い
------------------------------------------------------------*/
.l-omoi-index {
  overflow: hidden;
  background: url("../img/bg_02.png") repeat;
  position: relative;
  display: flex;
  align-items: stretch;
  color: #F2EEDC;
  /*&:after {
  content: "";
  position: absolute;
  background:  url("../img/ico_03.svg") no-repeat;
  top: -10dvw;
  right: 20dvw;
  aspect-ratio: 300/338;
  width: 16dvw;
  height: auto;
  max-width: 170px;
  
  @media (min-width: 1024px) {
  top: -8dvw;
  width: 14dvw;
  }
  @media (min-width: 1280px) {
  top: -6dvw;
  }
  @media (min-width: 1700px) {
  top: -4dvw;
  }
  
  }*/
}
@media (max-width: 767px) {
  .l-omoi-index {
    flex-direction: column-reverse;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .l-omoi-index {
    max-height: 400px;
  }
}
@media (min-width: 1280px) {
  .l-omoi-index {
    align-items: center;
  }
}
.l-omoi-index .cnt {
  flex: 1;
  margin-left: 6dvw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-omoi-index .cnt {
    width: 90dvw;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .l-omoi-index .cnt {
    padding: 2rem 0;
  }
}
.l-omoi-index .cnt .ttl {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(1rem, 0.6818rem + 1.5909vw, 1.7rem));
  letter-spacing: -2px;
}
@media (min-width: 1024px) {
  .l-omoi-index .cnt .ttl {
    margin-bottom: 1rem;
  }
}
.l-omoi-index .cnt .txt {
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .l-omoi-index .cnt .txt {
    margin-bottom: 1.5rem;
  }
}
.l-omoi-index .cnt .txt .line-02, .l-omoi-index .cnt .txt .line-03 {
  display: none;
}
@media (min-width: 1200px) {
  .l-omoi-index .cnt .txt .line-02 {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .l-omoi-index .cnt .txt .line-03 {
    display: inline-block;
  }
}
.l-omoi-index .cnt .btn-01 {
  background: #F2EEDC;
  color: #5e3a1c;
}
.l-omoi-index .cnt .btn-01:hover {
  background: #D9A981;
}
@media (max-width: 767px) {
  .l-omoi-index .img {
    margin-left: -40px;
    margin-bottom: 2rem;
    height: 220px;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-omoi-index .img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .l-omoi-index .img {
    width: 50dvw;
  }
}
.l-omoi-index .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: left center;
}
@media (max-width: 767px) {
  .l-omoi-index .img img {
    object-position: right bottom;
  }
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.l-news {
  	/*------------------------------------------------------------
  	l-news-all
      ------------------------------------------------------------*/
  	/*------------------------------------------------------------
  	l-news-single
      ------------------------------------------------------------*/
}
.l-news-index {
  background: url("../img/bg_03.png") repeat;
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}
@media (max-width: 1023px) {
  .l-news-index {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.l-news-index:after {
  content: "";
  position: absolute;
  background: url("../img/ico_04.svg") no-repeat;
  top: -1.2dvw;
  left: 3dvw;
  aspect-ratio: 300/338;
  width: 14dvw;
  height: auto;
  max-width: 200px;
}
.l-news-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.l-news-ttl .sub {
  color: #539987;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.l-news-ttl .main {
  font-size: 2.25rem;
}
.l-news-list {
  display: grid;
  margin: 0 auto;
}
.l-news-item > a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 10px;
  transition: .3s;
}
@media (max-width: 767px) {
  .l-news-item > a {
    gap: 5dvw;
  }
}
.l-news-item > a:hover {
  background: #f5edd5;
}
.l-news-item > a:hover .l-news-thumb img {
  transform: scale(1.15);
}
.l-news-thumb {
  aspect-ratio: 210 / 130;
  max-width: 210px;
  width: 30dvw;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.l-news-thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.l-news-meta {
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.l-news-meta time {
  font-size: calc(clamp(0.6rem, 0.5425rem + 0.3285vw, 0.7rem));
  white-space: nowrap;
}
.l-news-tag {
  white-space: nowrap;
  padding: 0.25rem .5rem 0.2rem;
  border-radius: 100vmax;
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(0.6rem, 0.5425rem + 0.3285vw, 0.7rem));
  color: #F2EEDC;
  letter-spacing: 0;
  line-height: 1;
  background: #539987;
}
.l-news-txt {
  font-size: calc(clamp(0.8rem, 0.7286rem + 0.3571vw, 0.9rem));
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-news-btn-wrap {
  text-align: center;
  margin-top: 4rem;
}
.l-news-all {
  max-width: inherit;
  width: 90dvw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.l-news-all-ttl {
  font-family: kinuta-maruminold-stdn, sans-serif;
  margin: 0 auto 2rem;
  width: fit-content;
  text-align: center;
  /*.sub {
  margin: 0 auto;
  width: fit-content;
  color: $col-acn;
  font-size: calc(clamp(1rem, 0.8871rem + 0.6452vw, 1.3rem));
  letter-spacing: 0.1em;
  }*/
}
.l-news-all-ttl .main {
  font-size: calc(clamp(2.4rem, 1.986rem + 2.3656vw, 3.5rem));
}
.l-news-all .l-news-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .l-news-all .l-news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-news-all .l-news-list {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .l-news-all .l-news-list {
    gap: 1rem;
  }
}
.l-news-all .l-news-item {
  opacity: 1;
  transition: opacity 0.4s ease;
  display: block;
}
.l-news-all .l-news-item.is-hiding {
  opacity: 0;
}
.l-news-all .l-news-item.is-hidden {
  display: none;
}
.l-news-all .l-news-item > a {
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .l-news-all .l-news-item > a {
    gap: 1rem;
    padding: 0;
  }
}
.l-news-all .l-news-thumb {
  width: 100%;
  max-width: inherit;
}
.l-news-single {
  width: 80dvw;
  max-width: 700px;
  margin: 0 auto;
}
.l-news-single .l-news-ttl {
  text-align: left;
  font-family: kinuta-maruminold-stdn, sans-serif;
}
.l-news-single .l-news-thumb {
  width: 100%;
  max-width: inherit;
  aspect-ratio: inherit;
  border-radius: 0;
  margin-bottom: 2rem;
}
.l-news-single .l-news-txt {
  display: inherit;
  line-height: 1.8;
}
.l-news-single .l-news-txt p a {
  transition: .3s;
  border-bottom: 1px solid #7d7d7d;
}
.l-news-single .l-news-txt p a:hover {
  color: #539987;
  border-bottom: none;
}

/*------------------------------------------------------------
サブページ KV 汎用レイアウト
------------------------------------------------------------*/
.l-kv-01 {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .l-kv-01 {
    margin-bottom: 10dvw;
  }
}
.l-kv-01-hdr {
  display: flex;
  align-items: center;
}
.l-kv-01-hdr-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30dvw;
  gap: .5rem;
}
@media (min-width: 768px) {
  .l-kv-01-hdr-ttl {
    gap: 1rem;
  }
}
.l-kv-01-hdr-ttl .sub {
  color: #539987;
  font-size: calc(clamp(0.55rem, 0.4063rem + 0.8214vw, 0.8rem));
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.l-kv-01-hdr-ttl .main {
  writing-mode: vertical-rl;
  font-size: calc(clamp(1.25rem, 0.2438rem + 5.7495vw, 3rem));
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-kv-01-hdr-ttl .main {
    letter-spacing: .15em;
  }
}
.l-kv-01-hdr-img {
  flex: 1;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  aspect-ratio: 224 / 200;
  max-height: 70dvh;
}
.l-kv-01-hdr-img img {
  will-change: transform;
  transition: transform 0.2s ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
内部コンテンツ sec > 子育て支援事業
------------------------------------------------------------*/
.l-shien-sub {
  width: 90dvw;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .l-shien-sub {
    margin-bottom: 8rem;
  }
}
.l-shien-sub .ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.l-shien-sub .txt {
  margin: 0 auto 3rem;
  max-width: 42em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .l-shien-sub .txt {
    margin-bottom: 2rem;
  }
}
.l-shien-sub .img {
  display: flex;
}
@media (max-width: 768px) {
  .l-shien-sub .img {
    flex-direction: column;
    gap: 1rem;
  }
}
.l-shien-sub .img a {
  transition: filter 0.6s ease;
}
.l-shien-sub .img a:hover {
  filter: brightness(80%);
}

/*------------------------------------------------------------
    header
------------------------------------------------------------*/
.hdr {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.hdr.is-hidden {
  transform: translateY(-10vh);
}
@media (min-width: 1024px) {
  .hdr {
    height: 120px;
    padding: 40px 2dvw;
  }
  .hdr.is-hidden {
    transform: translateY(-15vh);
  }
}
.hdr .logo {
  will-change: transform;
  transition: .8s;
  max-width: 300px;
  width: 40dvw;
}
.hdr .logo.is-hidden {
  transform: translateY(-20vh);
}
@media (max-width: 1023px) {
  .hdr .logo {
    position: fixed;
    top: 5dvw;
    left: 3dvw;
  }
}
.hdr .gnav {
  font-family: kinuta-maruminold-stdn, sans-serif;
  will-change: transform;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #5e3a1c;
  color: #F2EEDC;
  padding: 15dvw 8dvw;
  width: 80dvw;
  height: 100dvh;
  border-radius: 20px 0 0 0;
  transform: translateX(100%);
  pointer-events: none;
  transition: .5s;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .hdr .gnav {
    width: 50dvw;
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .hdr .gnav {
    padding: 12dvw 4dvw;
  }
}
.hdr .gnav.is-open {
  transition-delay: .3s;
  transform: translateX(0);
  pointer-events: auto;
}
.hdr .gnav-blk {
  position: relative;
}
.hdr .gnav-blk-01 {
  font-size: calc(clamp(0.9rem, 0.8286rem + 0.3571vw, 1rem));
  font-weight: bold;
}
.hdr .gnav-blk ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.hdr .gnav-blk li a {
  position: relative;
  padding-left: 1em;
}
.hdr .gnav-blk li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background-color: #F2EEDC;
  border-radius: 50%;
}
.hdr .gnav-blk-sub {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hdr .gnav-ttl {
  font-size: calc(clamp(0.9rem, 0.8286rem + 0.3571vw, 1rem));
  margin-bottom: .6rem;
}
.hdr .gnav-ttl-sub {
  margin-bottom: 1rem;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.ftr {
  position: relative;
  font-family: kinuta-maruminold-stdn, sans-serif;
  color: #F2EEDC;
}
.ftr:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_02.png") repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .ftr:before {
    top: 30px;
  }
}
.ftr-inr {
  width: 90dvw;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ftr-inr {
    width: 95dvw;
  }
}
.ftr-inr .txt {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .ftr-inr .txt {
    margin-bottom: 2rem;
  }
}
.ftr .gnav {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ftr .gnav {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .ftr .gnav {
    font-size: 0.8125rem;
  }
}
.ftr .gnav-blk-01 ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ftr .gnav-blk-01 ul a {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-left: 1em;
}
.ftr .gnav-blk-01 ul a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background-color: #F2EEDC;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ftr .gnav-blk-01 ul a {
    font-size: .9rem;
  }
}
.ftr .gnav-blk-02 .gnav-blk-sub {
  display: flex;
  gap: 120px;
}
@media (max-width: 767px) {
  .ftr .gnav-blk-02 .gnav-blk-sub {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .ftr .gnav-blk-02 .gnav-blk-sub {
    gap: 20px;
  }
}
.ftr .gnav-blk-sub ul li {
  margin-bottom: .8rem;
}
@media (max-width: 767px) {
  .ftr .gnav-blk-sub ul li {
    margin-bottom: .3rem;
  }
}
.ftr .gnav-blk-sub ul li a {
  position: relative;
  padding-left: 1em;
}
.ftr .gnav-blk-sub ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  background-color: #F2EEDC;
  border-radius: 50%;
}
.ftr .gnav-ttl {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .ftr .gnav-ttl {
    margin-bottom: .5rem;
  }
}
@media (max-width: 1023px) {
  .ftr .gnav-ttl {
    font-size: .9rem;
  }
}
.ftr .gnav-ttl-sub {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .ftr .gnav-ttl-sub {
    font-size: .8rem;
  }
}
.ftr-info {
  font-size: 0.6875rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ftr-info {
    font-size: 0.54rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.ftr-sns {
  display: flex;
  gap: 16px;
}
.ftr-sns img {
  width: 24px;
  height: 24px;
}
.ftr-logo {
  max-width: 160px;
  width: 50dvw;
  margin-bottom: 28px;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.btn-01 {
  font-family: kinuta-maruminold-stdn, sans-serif;
  background: #5e3a1c !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F2EEDC;
  font-size: calc(clamp(0.9rem, 0.8091rem + 0.4545vw, 1.1rem));
  padding: 0 1.5rem;
  border-radius: 100vmax;
  aspect-ratio: 249/51;
  width: 70dvw;
  max-width: 200px;
  height: auto;
  overflow: hidden;
  transition: .6s;
}
@media (min-width: 1024px) {
  .btn-01 {
    max-width: 220px;
  }
}
@media (min-width: 1280px) {
  .btn-01 {
    max-width: 250px;
  }
}
.btn-01.type-02 {
  background: #F2EEDC !important;
}
.btn-01:after {
  content: "";
  position: absolute;
  transition: .6s;
  top: -10%;
  left: 3%;
  width: 120%;
  height: 120%;
  opacity: .10;
}
.btn-01:hover {
  cursor: pointer;
  background: #D9A981 !important;
}
.btn-01:hover:after {
  left: 6% !important;
}
.btn-01 .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  pointer-events: none;
}
.btn-01 .ico-arw {
  right: 21px;
  width: .8rem;
}
.btn-01 .ico-bln {
  right: 19px;
  width: 0.8125rem;
}
.l-omoi-index .btn-01:after {
  background: url("../img/ico_03.svg") no-repeat;
}
.l-news-index .btn-01:after {
  background: url("../img/ico_04.svg") no-repeat;
}
.hoikuen-index .btn-01:after {
  background: url("../img/ico_05_02.svg") no-repeat;
}
.shien-index .btn-01:after {
  background: url("../img/ico_12.svg") no-repeat;
  mix-blend-mode: plus-lighter;
}
.network-index .btn-01:after {
  background: url("../img/ico_13.svg") no-repeat;
  mix-blend-mode: plus-lighter;
}
.btn-01 > * {
  position: relative;
  z-index: 1;
}
.btn-02 {
  position: relative;
  background-color: #539987;
  color: #F2EEDC;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.ttl-01 {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(1.875rem, 1.5909rem + 1.4205vw, 2.5rem));
}
.ttl-02 {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(1.2rem, 0.9rem + 0.625vw, 1.4rem));
}
.ttl-03 {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(1.5rem, 1.2rem + 1.5vw, 2.16rem));
}
.ttl-04 {
  font-size: 1rem;
}
.ttl-kazari-01 {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding-bottom: 2rem;
}
.ttl-kazari-01:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/ico_08_02.svg) no-repeat center/contain;
  opacity: 0.5;
  pointer-events: none;
  bottom: 0;
  background-size: 120%;
  left: -10%;
  right: -10%;
  top: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ttl-kazari-01:after {
    bottom: -20px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.l-tbl-01 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 1rem;
  margin: 0 auto;
  max-width: 700px;
}
@media (max-width: 767px) {
  .l-tbl-01 {
    column-gap: 0;
  }
}
.l-tbl-01 > dt {
  padding: 2rem 0.75rem 1rem;
  align-self: start;
  border-top: 1px solid #d2c9ae;
}
.l-tbl-01 > dt.full {
  grid-column: 1 / -1;
  border: none;
  padding: 0;
}
.l-tbl-01 > dd {
  margin: 0;
  padding: 2rem 0.75rem 1rem;
  border-top: 1px solid #e7e2d4;
}
.l-tbl-01 > dd.full {
  grid-column: 1 / -1;
  border: none;
  padding-top: 0;
}
.l-tbl-01 > dd strong {
  display: block;
  margin-bottom: 0.5rem;
}
.l-tbl-01 > dd .inr {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem 2rem;
}
.l-tbl-02 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .l-tbl-02 {
    grid-template-columns: max-content 1fr;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .l-tbl-02 > dd {
    margin-bottom: 1rem;
  }
}
.l-tbl-02 dt, .l-tbl-02 dd {
  font-weight: 500 !important;
  padding: 0 !important;
}
.l-tbl-03 {
  width: 100%;
}
.l-tbl-03 th, .l-tbl-03 td {
  border: 1px solid #e7e2d4;
  padding: .5rem;
}
.l-tbl-03 th[scope="col"] {
  width: calc(100% / 3);
  font-weight: 500;
}
.l-tbl-03 th[scope="row"] {
  font-weight: 500;
}
.l-tbl-03 td {
  text-align: center;
}

/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
.l-form input,
.l-form button,
.l-form textarea,
.l-form select {
  background: #fff;
  padding: 1rem;
}
.l-form button,
.l-form select {
  cursor: pointer;
}
.l-form .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.l-form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.6rem;
}
.l-form .select-wrap:after {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #5e3a1c;
  border-right: 1px solid #5e3a1c;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.l-form .l-tbl-01 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e2d4;
}
@media (max-width: 768px) {
  .l-form .l-tbl-01 {
    grid-template-columns: 1fr;
  }
  .l-form .l-tbl-01 dt {
    padding-bottom: 0;
  }
  .l-form .l-tbl-01 dd {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .l-form .l-tbl-01 dt {
    padding-top: 3rem;
  }
}
.l-form .l-tbl-01 input,
.l-form .l-tbl-01 button,
.l-form .l-tbl-01 textarea,
.l-form .l-tbl-01 select {
  width: 100%;
}
.l-form .consent {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 3rem;
  width: fit-content;
  font-size: calc(clamp(0.8rem, 0.7643rem + 0.1786vw, 0.85rem));
}
.l-form .consent:hover {
  cursor: pointer;
}
.l-form .consent-inr {
  position: relative;
  padding-left: 3rem;
}
.l-form .consent-inr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 100vmax;
  background: #fff;
  transition: all 0.6s ease;
}
.l-form .consent-inr:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease;
}
.l-form .consent input[type="checkbox"]:checked + .consent-inr::before {
  background: #5e3a1c;
}
.l-form .consent input[type="checkbox"]:checked + .consent-inr::after {
  opacity: 1;
  transform: scale(1);
}
.l-form .consent a {
  text-decoration: underline;
}
.l-form .consent a:hover {
  text-decoration: none;
}
.l-form .consent #agree {
  display: none;
}

/*------------------------------------------------------------
パスワードで保護されたコンテンツへのフォーム
------------------------------------------------------------*/
.post-password-form p:has(label) {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.post-password-form p:has(label) > label {
  display: flex;
  gap: .5rem;
}
@media (max-width: 489px) {
  .post-password-form p:has(label) > label {
    flex-direction: column;
  }
}
@media (min-width: 490px) {
  .post-password-form p:has(label) > label {
    align-items: center;
    gap: 1rem;
  }
}
.post-password-form input[type="password"] {
  background: #fff;
  padding: 1rem;
}
.post-password-form input[type="submit"] {
  font-family: kinuta-maruminold-stdn, sans-serif;
  background: #5e3a1c !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F2EEDC;
  padding: 0 1.5rem;
  border-radius: 100vmax;
  aspect-ratio: 249/51;
  width: 70dvw;
  max-width: 200px;
  height: auto;
  overflow: hidden;
  transition: .6s;
}

/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
リスト　汎用レイアウト
------------------------------------------------------------*/
.list-sty-01 {
  display: flex;
  flex-direction: column;
  gap: 12dvh;
}
@media (max-width: 767px) {
  .list-sty-01 {
    gap: 16dvw;
  }
}
.list-sty-01 .item {
  display: flex;
  gap: 5dvw;
  align-items: center;
  margin: 0 10dvw;
}
@media (max-width: 767px) {
  .list-sty-01 .item {
    flex-direction: column;
    gap: 2rem;
  }
}
.list-sty-01 .item .img {
  aspect-ratio: 240 / 240;
  width: 30%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .list-sty-01 .item .img {
    width: 80%;
  }
}
.list-sty-01 .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-sty-01 .item .img.circle {
  border-radius: 100vmax;
}
.list-sty-01 .item .img.triangle {
  width: 33%;
  clip-path: url(#rounded-triangle);
  -webkit-clip-path: url(#rounded-triangle);
}
@media (max-width: 767px) {
  .list-sty-01 .item .img.triangle {
    width: 80%;
  }
}
.list-sty-01 .item .txt {
  flex: 1;
}
.list-sty-01 .item .txt .ttl {
  font-size: calc(clamp(0.85rem, 0.1888rem + 3.7782vw, 2rem));
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .list-sty-01 .item .txt .ttl {
    margin-bottom: 1rem;
  }
}
.list-sty-01 .item .txt .desc {
  max-width: 700px;
  text-align: justify;
  line-height: 1.8;
}
.list-sty-01 .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .list-sty-01 .item:nth-child(even) {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .list-sty-01 .item:nth-child(even) .txt {
    text-align: right;
  }
}
.list-sty-01 .item:nth-child(even) .txt .desc {
  margin-left: auto;
}
.list-sty-02 {
  display: grid;
  gap: 2dvw;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .list-sty-02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .list-sty-02 {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
.gnav a, .gnav a:before, .gnav a svg {
  transition: .3s;
}
.gnav a:hover {
  color: #D9A981;
}
.gnav a:hover:before {
  background: #D9A981 !important;
}
.gnav a:hover svg {
  fill: #D9A981;
}

.gnav-btn {
  will-change: transform;
  position: absolute;
  top: 3dvw;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  box-sizing: content-box;
  width: 17dvw;
  max-width: 200px;
  padding-right: 2dvw;
  height: 51px;
  border-radius: 100vmax 0 0 100vmax;
  background: #5e3a1c;
  color: #F2EEDC;
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .gnav-btn {
    font-size: .9rem;
    height: 39px;
    min-width: 120px;
    padding-left: .5rem;
  }
}
.gnav-btn:after {
  content: "";
  position: absolute;
  background: url("../img/ico_01_02.svg") no-repeat;
  transition: .6s;
  top: 0;
  right: -5%;
  width: 90px;
  height: 50px;
  opacity: .10;
}
.gnav-btn:hover {
  background: #D9A981;
}
.gnav-btn:hover:after {
  right: 0% !important;
}
.gnav-btn.is-hidden {
  transform: translateY(-20vh);
}
.gnav-btn-ico {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: #F2EEDC;
  transition: all 0.3s ease;
}
.gnav-btn-ico:before, .gnav-btn-ico:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  width: 20px;
  height: 2px;
  background: #F2EEDC;
  transition: all 0.3s ease 0.1s;
  will-change: transform;
}
.gnav-btn-ico:before {
  transform: translateX(-50%) translateY(-6px) translateZ(0);
}
.gnav-btn-ico:after {
  transform: translateX(-50%) translateY(6px) translateZ(0);
}
.gnav-btn.is-open {
  transition-delay: .6s;
  background: transparent;
}
.gnav-btn.is-open .gnav-btn-ico {
  background: transparent;
}
.gnav-btn.is-open .gnav-btn-ico:before, .gnav-btn.is-open .gnav-btn-ico:after {
  top: 0;
  background: #F2EEDC;
  width: 160%;
}
.gnav-btn.is-open .gnav-btn-ico:before {
  transform: translateX(-50%) rotate(25deg);
}
.gnav-btn.is-open .gnav-btn-ico:after {
  transform: translateX(-50%) rotate(-25deg);
}

.nav-cat a {
  padding: .3rem .8rem .2rem;
  border-radius: 100vmax;
  transition: .3s ease;
}
.nav-cat a:hover, .nav-cat a.active {
  color: #F2EEDC;
  background: #539987;
}
.nav-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem .5rem;
}
.nav-cat-news {
  font-family: kinuta-maruminold-stdn, sans-serif;
  font-size: calc(clamp(0.8rem, 0.7643rem + 0.1786vw, 0.85rem));
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .nav-cat-news {
    padding-left: 20px;
  }
}

/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  transition: .3s;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    gap: 2rem;
  }
}
.wp-pagenavi .pgr-item {
  list-style: none;
}
.wp-pagenavi .current {
  pointer-events: none;
  color: #539987;
  border-bottom: 2px solid #539987;
}
.wp-pagenavi a {
  transition: .3s;
}
.wp-pagenavi a:hover {
  color: #539987;
}
.pgr-02 .wp-pagenavi {
  justify-content: space-between;
  font-size: calc(clamp(0.6rem, 0.5425rem + 0.3285vw, 0.7rem));
}

/*------------------------------------------------------------
  loading
------------------------------------------------------------*/
.c-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f3ed;
  overflow: hidden;
  z-index: 99999999;
  opacity: 1;
  pointer-events: none;
}
.c-loading__content {
  width: 270px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .c-loading__content {
    width: 270px;
  }
}
.c-loading__content img {
  transition: all .8s ease-in;
  opacity: 0;
}
.c-loading__content .txt {
  width: 100%;
  height: 40px;
  background-color: #f6f4ed;
  position: absolute;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 834px) {
  .c-loading__content .txt {
    height: 30px;
  }
}
.c-loading.logo {
  transition: all .8s ease-in;
}
.c-loading.logo .c-loading__content {
  transition: all .5s ease-in;
  opacity: 1;
}
.c-loading.logo .c-loading__content img {
  opacity: 1;
}

.completed .c-loading {
  opacity: 0;
}
.completed .c-loading .c-loading__content {
  transition: all .4s ease-in;
  opacity: 0;
}

/*------------------------------------------------------------
ページ内リンク上部余白
------------------------------------------------------------*/
.anchor {
  scroll-margin-top: 70px;
}
@media (min-width: 768px) {
  .anchor {
    scroll-margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .anchor {
    scroll-margin-top: 120px;
  }
}

/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.d-f {
  display: flex;
}
.d-n {
  display: none;
}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-h {
  margin-bottom: .5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

/*------------------------------------------------------------
text font
------------------------------------------------------------*/
.taj {
  text-align: justify;
}

.tac {
  text-align: center;
}

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}

.note {
  font-size: calc(clamp(0.8rem, 0.7643rem + 0.1786vw, 0.85rem));
}

.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
icon / bg-icon
------------------------------------------------------------*/
.blank {
  display: inline-flex;
  align-items: center;
  gap: .4em;
}
.blank .ico {
  width: 12px;
  height: auto;
  fill: #7d7d7d;
}

.bg-ico:after {
  content: "";
  position: absolute;
  opacity: .2;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-ico-01:after {
  background-image: url("../img/ico_12.svg");
  width: clamp(200px, 30vw, 400px);
  aspect-ratio: 300 / 304;
  top: -2dvw;
  right: -4dvw;
  transform: rotate(-10deg);
}
@media (max-width: 1023px) {
  .bg-ico-01:after {
    top: 55dvw;
    right: 0;
  }
}
.bg-ico-02:after {
  background-image: url("../img/ico_13.svg");
  width: clamp(200px, 30vw, 400px);
  aspect-ratio: 300 / 304;
  top: 0;
  left: -4dvw;
  transform: rotate(-10deg);
}
@media (max-width: 1023px) {
  .bg-ico-02:after {
    top: 55dvw;
    left: 0;
  }
}
.bg-ico-03:after {
  left: 0;
  bottom: 0;
  background-image: url("../img/ico_01_02.svg");
  aspect-ratio: 1/1;
  width: clamp(300px, 60vw, 800px);
  transform: rotate(-7deg);
  opacity: 1;
  z-index: -1;
}
@media (min-width: 769px) {
  .bg-ico-03:after {
    left: -70%;
  }
}

/*------------------------------------------------------------
fade/fadein variation
------------------------------------------------------------*/
.fade {
  position: relative;
  /* 順番にフェードイン */
}
.fade.fadein {
  opacity: 1;
}
.fade-01 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s ease-in-out .6s;
}
.fade-seq > * {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-seq.fadein > *:nth-child(1) {
  opacity: 1;
  transition-delay: 0.3s;
}
.fade-seq.fadein > *:nth-child(2) {
  opacity: 1;
  transition-delay: 0.6s;
}
.fade-seq.fadein > *:nth-child(3) {
  opacity: 1;
  transition-delay: 0.9s;
}
.fade-seq.fadein > *:nth-child(4) {
  opacity: 1;
  transition-delay: 1.2s;
}
.fade-seq.fadein > *:nth-child(5) {
  opacity: 1;
  transition-delay: 1.5s;
}
.fade-seq.fadein > *:nth-child(6) {
  opacity: 1;
  transition-delay: 1.8s;
}
.fade-seq.fadein > *:nth-child(7) {
  opacity: 1;
  transition-delay: 2.1s;
}
.fade-seq.fadein > *:nth-child(8) {
  opacity: 1;
  transition-delay: 2.4s;
}
.fade-seq.fadein > *:nth-child(9) {
  opacity: 1;
  transition-delay: 2.7s;
}
.fade-seq.fadein > *:nth-child(10) {
  opacity: 1;
  transition-delay: 3s;
}
.fade-seq.fadein > *:nth-child(11) {
  opacity: 1;
  transition-delay: 3.3s;
}
.fade-seq.fadein > *:nth-child(12) {
  opacity: 1;
  transition-delay: 3.6s;
}
.fade-seq.fadein > *:nth-child(13) {
  opacity: 1;
  transition-delay: 3.9s;
}
.fade-seq.fadein > *:nth-child(14) {
  opacity: 1;
  transition-delay: 4.2s;
}
.fade-seq.fadein > *:nth-child(15) {
  opacity: 1;
  transition-delay: 4.5s;
}
.fade-seq.fadein > *:nth-child(16) {
  opacity: 1;
  transition-delay: 4.8s;
}
.fade-seq.fadein > *:nth-child(17) {
  opacity: 1;
  transition-delay: 5.1s;
}
.fade-seq.fadein > *:nth-child(18) {
  opacity: 1;
  transition-delay: 5.4s;
}
.fade-seq.fadein > *:nth-child(19) {
  opacity: 1;
  transition-delay: 5.7s;
}
.fade-seq.fadein > *:nth-child(20) {
  opacity: 1;
  transition-delay: 6s;
}
.fade-seq.fadein > *:nth-child(21) {
  opacity: 1;
  transition-delay: 6.3s;
}
.fade-seq.fadein > *:nth-child(22) {
  opacity: 1;
  transition-delay: 6.6s;
}
.fade-seq.fadein > *:nth-child(23) {
  opacity: 1;
  transition-delay: 6.9s;
}
.fade-seq.fadein > *:nth-child(24) {
  opacity: 1;
  transition-delay: 7.2s;
}
.fade-seq.fadein > *:nth-child(25) {
  opacity: 1;
  transition-delay: 7.5s;
}
.fade-seq.fadein > *:nth-child(26) {
  opacity: 1;
  transition-delay: 7.8s;
}
.fade-seq.fadein > *:nth-child(27) {
  opacity: 1;
  transition-delay: 8.1s;
}
.fade-seq.fadein > *:nth-child(28) {
  opacity: 1;
  transition-delay: 8.4s;
}
.fade-seq.fadein > *:nth-child(29) {
  opacity: 1;
  transition-delay: 8.7s;
}
.fade-seq.fadein > *:nth-child(30) {
  opacity: 1;
  transition-delay: 9s;
}
.fade-seq.fadein > *:nth-child(31) {
  opacity: 1;
  transition-delay: 9.3s;
}
.fade-seq.fadein > *:nth-child(32) {
  opacity: 1;
  transition-delay: 9.6s;
}
.fade-seq.fadein > *:nth-child(33) {
  opacity: 1;
  transition-delay: 9.9s;
}
.fade-seq.fadein > *:nth-child(34) {
  opacity: 1;
  transition-delay: 10.2s;
}
.fade-seq.fadein > *:nth-child(35) {
  opacity: 1;
  transition-delay: 10.5s;
}
.fade-seq.fadein > *:nth-child(36) {
  opacity: 1;
  transition-delay: 10.8s;
}
.fade-seq.fadein > *:nth-child(37) {
  opacity: 1;
  transition-delay: 11.1s;
}
.fade-seq.fadein > *:nth-child(38) {
  opacity: 1;
  transition-delay: 11.4s;
}
.fade-seq.fadein > *:nth-child(39) {
  opacity: 1;
  transition-delay: 11.7s;
}
.fade-seq.fadein > *:nth-child(40) {
  opacity: 1;
  transition-delay: 12s;
}
.fade-seq.fadein > *:nth-child(41) {
  opacity: 1;
  transition-delay: 12.3s;
}
.fade-seq.fadein > *:nth-child(42) {
  opacity: 1;
  transition-delay: 12.6s;
}
.fade-seq.fadein > *:nth-child(43) {
  opacity: 1;
  transition-delay: 12.9s;
}
.fade-seq.fadein > *:nth-child(44) {
  opacity: 1;
  transition-delay: 13.2s;
}
.fade-seq.fadein > *:nth-child(45) {
  opacity: 1;
  transition-delay: 13.5s;
}
.fade-seq.fadein > *:nth-child(46) {
  opacity: 1;
  transition-delay: 13.8s;
}
.fade-seq.fadein > *:nth-child(47) {
  opacity: 1;
  transition-delay: 14.1s;
}
.fade-seq.fadein > *:nth-child(48) {
  opacity: 1;
  transition-delay: 14.4s;
}
.fade-seq.fadein > *:nth-child(49) {
  opacity: 1;
  transition-delay: 14.7s;
}
.fade-seq.fadein > *:nth-child(50) {
  opacity: 1;
  transition-delay: 15s;
}
.fade-seq.fadein > *:nth-child(51) {
  opacity: 1;
  transition-delay: 15.3s;
}
.fade-seq.fadein > *:nth-child(52) {
  opacity: 1;
  transition-delay: 15.6s;
}
.fade-seq.fadein > *:nth-child(53) {
  opacity: 1;
  transition-delay: 15.9s;
}
.fade-seq.fadein > *:nth-child(54) {
  opacity: 1;
  transition-delay: 16.2s;
}
.fade-seq.fadein > *:nth-child(55) {
  opacity: 1;
  transition-delay: 16.5s;
}
.fade-seq.fadein > *:nth-child(56) {
  opacity: 1;
  transition-delay: 16.8s;
}
.fade-seq.fadein > *:nth-child(57) {
  opacity: 1;
  transition-delay: 17.1s;
}
.fade-seq.fadein > *:nth-child(58) {
  opacity: 1;
  transition-delay: 17.4s;
}
.fade-seq.fadein > *:nth-child(59) {
  opacity: 1;
  transition-delay: 17.7s;
}
.fade-seq.fadein > *:nth-child(60) {
  opacity: 1;
  transition-delay: 18s;
}
.fade-seq.fadein > *:nth-child(61) {
  opacity: 1;
  transition-delay: 18.3s;
}
.fade-seq.fadein > *:nth-child(62) {
  opacity: 1;
  transition-delay: 18.6s;
}
.fade-seq.fadein > *:nth-child(63) {
  opacity: 1;
  transition-delay: 18.9s;
}
.fade-seq.fadein > *:nth-child(64) {
  opacity: 1;
  transition-delay: 19.2s;
}
.fade-seq.fadein > *:nth-child(65) {
  opacity: 1;
  transition-delay: 19.5s;
}
.fade-seq.fadein > *:nth-child(66) {
  opacity: 1;
  transition-delay: 19.8s;
}
.fade-seq.fadein > *:nth-child(67) {
  opacity: 1;
  transition-delay: 20.1s;
}
.fade-seq.fadein > *:nth-child(68) {
  opacity: 1;
  transition-delay: 20.4s;
}
.fade-seq.fadein > *:nth-child(69) {
  opacity: 1;
  transition-delay: 20.7s;
}
.fade-seq.fadein > *:nth-child(70) {
  opacity: 1;
  transition-delay: 21s;
}
.fade-seq.fadein > *:nth-child(71) {
  opacity: 1;
  transition-delay: 21.3s;
}
.fade-seq.fadein > *:nth-child(72) {
  opacity: 1;
  transition-delay: 21.6s;
}
.fade-seq.fadein > *:nth-child(73) {
  opacity: 1;
  transition-delay: 21.9s;
}
.fade-seq.fadein > *:nth-child(74) {
  opacity: 1;
  transition-delay: 22.2s;
}
.fade-seq.fadein > *:nth-child(75) {
  opacity: 1;
  transition-delay: 22.5s;
}
.fade-seq.fadein > *:nth-child(76) {
  opacity: 1;
  transition-delay: 22.8s;
}
.fade-seq.fadein > *:nth-child(77) {
  opacity: 1;
  transition-delay: 23.1s;
}
.fade-seq.fadein > *:nth-child(78) {
  opacity: 1;
  transition-delay: 23.4s;
}
.fade-seq.fadein > *:nth-child(79) {
  opacity: 1;
  transition-delay: 23.7s;
}
.fade-seq.fadein > *:nth-child(80) {
  opacity: 1;
  transition-delay: 24s;
}
.fade-seq.fadein > *:nth-child(81) {
  opacity: 1;
  transition-delay: 24.3s;
}
.fade-seq.fadein > *:nth-child(82) {
  opacity: 1;
  transition-delay: 24.6s;
}
.fade-seq.fadein > *:nth-child(83) {
  opacity: 1;
  transition-delay: 24.9s;
}
.fade-seq.fadein > *:nth-child(84) {
  opacity: 1;
  transition-delay: 25.2s;
}
.fade-seq.fadein > *:nth-child(85) {
  opacity: 1;
  transition-delay: 25.5s;
}
.fade-seq.fadein > *:nth-child(86) {
  opacity: 1;
  transition-delay: 25.8s;
}
.fade-seq.fadein > *:nth-child(87) {
  opacity: 1;
  transition-delay: 26.1s;
}
.fade-seq.fadein > *:nth-child(88) {
  opacity: 1;
  transition-delay: 26.4s;
}
.fade-seq.fadein > *:nth-child(89) {
  opacity: 1;
  transition-delay: 26.7s;
}
.fade-seq.fadein > *:nth-child(90) {
  opacity: 1;
  transition-delay: 27s;
}
.fade-seq.fadein > *:nth-child(91) {
  opacity: 1;
  transition-delay: 27.3s;
}
.fade-seq.fadein > *:nth-child(92) {
  opacity: 1;
  transition-delay: 27.6s;
}
.fade-seq.fadein > *:nth-child(93) {
  opacity: 1;
  transition-delay: 27.9s;
}
.fade-seq.fadein > *:nth-child(94) {
  opacity: 1;
  transition-delay: 28.2s;
}
.fade-seq.fadein > *:nth-child(95) {
  opacity: 1;
  transition-delay: 28.5s;
}
.fade-seq.fadein > *:nth-child(96) {
  opacity: 1;
  transition-delay: 28.8s;
}
.fade-seq.fadein > *:nth-child(97) {
  opacity: 1;
  transition-delay: 29.1s;
}
.fade-seq.fadein > *:nth-child(98) {
  opacity: 1;
  transition-delay: 29.4s;
}
.fade-seq.fadein > *:nth-child(99) {
  opacity: 1;
  transition-delay: 29.7s;
}
.fade-seq.fadein > *:nth-child(100) {
  opacity: 1;
  transition-delay: 30s;
}

/*------------------------------------------------------------
parallax
------------------------------------------------------------*/
.prx-02-txt {
  will-change: transform;
  transition: transform 0.2s ease-out;
}

/*------------------------------------------------------------
sticky image
------------------------------------------------------------*/
.sticky-img {
  flex: 1;
  position: relative;
}
.sticky-img img {
  width: 100%;
  position: sticky;
  top: 10px;
}

/*------------------------------------------------------------
画像フチぼかし
------------------------------------------------------------*/
.img-fade-01 {
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent), linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent), linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/*------------------------------------------------------------
toppage
------------------------------------------------------------*/
.p-top .sec-hero {
  display: flow-root;
  padding-bottom: 5dvh;
  padding-top: 4dvh;
}
@media (min-width: 768px) {
  .p-top .sec-hero {
    padding-top: 11dvh;
  }
}
@media (min-width: 1024px) {
  .p-top .sec-hero {
    padding-bottom: 10dvh;
  }
}
.p-top .sec-hero-cnt {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-top .sec-hero-txt {
  margin-top: 16dvh;
  margin-right: 8dvw;
}
@media (min-width: 768px) {
  .p-top .sec-hero-txt {
    margin-top: 8dvh;
    margin-right: 10dvw;
  }
}
@media (min-width: 1440px) {
  .p-top .sec-hero-txt {
    margin-right: 100px;
  }
}
.p-top .sec-hero-txt ul {
  display: flex;
  flex-direction: row-reverse;
  gap: .8rem;
}
@media (min-width: 768px) {
  .p-top .sec-hero-txt ul {
    gap: 1.5rem;
  }
}
.p-top .sec-hero-txt ul li {
  transition: 1s;
  transition-delay: .4s;
}
.p-top .sec-hero-txt ul li:nth-child(2) {
  margin-top: 20px;
  transition-delay: .8s;
}
@media (min-width: 768px) {
  .p-top .sec-hero-txt ul li:nth-child(2) {
    margin-top: 60px;
  }
}
.p-top .sec-hero-txt ul li:nth-child(3) {
  margin-top: 80px;
  transition-delay: 1.2s;
}
@media (min-width: 768px) {
  .p-top .sec-hero-txt ul li:nth-child(3) {
    margin-top: 220px;
  }
}
.p-top .sec-hero-txt ul li img {
  width: 8dvw;
  height: auto;
}
@media (min-width: 768px) {
  .p-top .sec-hero-txt ul li img {
    width: 6dvw;
    max-width: 60px;
  }
}
.p-top .sec-hero-kv {
  position: relative;
  flex: 1;
}
.p-top .sec-hero-kv:after {
  content: "";
  position: absolute;
  left: 55%;
  bottom: -5dvh;
  aspect-ratio: 1/1;
  width: clamp(200px, 40vw, 450px);
  height: auto;
  background: url("../img/ico_11.svg") no-repeat;
  opacity: .6;
  z-index: -1;
  transform: rotate(7deg);
}
@media (min-width: 414px) {
  .p-top .sec-hero-kv:after {
    bottom: -3dvh;
  }
}
@media (min-width: 1024px) {
  .p-top .sec-hero-kv:after {
    top: 20dvh;
  }
}
.p-top .sec-hero-kv .kv-item {
  position: absolute;
}
.p-top .sec-hero-kv .kv-item-01 {
  width: 40dvw;
  z-index: 1;
  right: 0;
  top: 6dvh;
}
@media (min-width: 414px) {
  .p-top .sec-hero-kv .kv-item-01 {
    top: 3dvh;
  }
}
@media (min-width: 600px) {
  .p-top .sec-hero-kv .kv-item-01 {
    right: 7dvw;
    top: 5dvh;
  }
}
@media (min-width: 768px) {
  .p-top .sec-hero-kv .kv-item-01 {
    width: 37dvw;
    top: -2dvh;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .p-top .sec-hero-kv .kv-item-01 {
    width: 35dvw;
    right: 8dvw;
    max-width: 350px;
  }
}
@media (min-width: 1280px) {
  .p-top .sec-hero-kv .kv-item-01 {
    left: 380px;
    top: -4dvh;
  }
}
@media (min-width: 1440px) {
  .p-top .sec-hero-kv .kv-item-01 {
    top: -4dvh;
    max-width: 500px;
  }
}
.p-top .sec-hero-kv .kv-item-02 {
  width: 57dvw;
  z-index: 0;
  right: 18dvw;
  top: 16dvh;
}
@media (min-width: 414px) {
  .p-top .sec-hero-kv .kv-item-02 {
    top: 12dvh;
  }
}
@media (min-width: 600px) {
  .p-top .sec-hero-kv .kv-item-02 {
    right: 25dvw;
  }
}
@media (min-width: 768px) {
  .p-top .sec-hero-kv .kv-item-02 {
    width: 54dvw;
    top: 4dvh;
    right: 27dvw;
    max-width: 420px;
  }
}
@media (min-width: 1024px) {
  .p-top .sec-hero-kv .kv-item-02 {
    width: 50dvw;
    right: 33dvw;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .p-top .sec-hero-kv .kv-item-02 {
    left: 0;
  }
}
@media (min-width: 1440px) {
  .p-top .sec-hero-kv .kv-item-02 {
    max-width: 650px;
    left: -100px;
  }
}
.p-top .sec-hero-news {
  width: 80dvw;
  max-width: 300px;
  margin-left: auto;
  margin-right: 8dvw;
  margin-top: 3rem;
  transition-delay: 1.6s;
  text-align: justify;
  font-size: calc(clamp(0.75rem, 0.6786rem + 0.3571vw, 0.85rem));
}
@media (min-width: 768px) {
  .p-top .sec-hero-news {
    width: 50dvw;
    margin-left: auto;
    margin-right: 12dvw;
  }
}
@media (min-width: 1024px) {
  .p-top .sec-hero-news {
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .p-top .sec-hero-news {
    margin-right: 15dvw;
  }
}
.p-top .sec-hero-news a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.p-top .l-sty-01 {
  padding-top: 120px;
}
@media (max-width: 1023px) {
  .p-top .l-sty-01 {
    padding-top: 4rem;
  }
}

/*------------------------------------------------------------
サブページ共通
------------------------------------------------------------*/
.p-sub {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .p-sub {
    padding-top: 10rem;
  }
}

/*------------------------------------------------------------
news / お知らせ一覧
------------------------------------------------------------*/
.p-news .main {
  background: url("../img/bg_03.png") repeat;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .p-news .main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-news .sec-blk {
  width: 90dvw;
  margin: 0 auto;
  margin-bottom: 5rem;
  line-height: 1.8;
}
.p-news .sec-blk p {
  margin-bottom: 2rem;
}
.p-news .sec-blk p:last-child {
  margin-bottom: 0;
}
.p-news .sec-ttl {
  width: 90dvw;
  margin: 0 auto;
  margin-bottom: 3dvw;
  font-size: calc(clamp(1rem, 0.0591rem + 5.3763vw, 3.5rem));
  text-align: justify;
}
@media (min-width: 850px) {
  .p-news .sec-ttl {
    width: fit-content;
  }
}

/*------------------------------------------------------------
about(omoi) / 私たちの想い・事業紹介
------------------------------------------------------------*/
.p-about {
  /* 団体概要 */
}
.p-about .sec-01 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-about .sec-01 {
    padding-bottom: 8rem;
  }
}
.p-about .sec-01-ttl {
  text-align: center;
  margin: 0 3dvw 2rem;
  letter-spacing: -2px;
}
@media (min-width: 769px) {
  .p-about .sec-01-ttl {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .p-about .sec-01-ttl br {
    display: none;
  }
}
.p-about .sec-01-cnt {
  position: relative;
  margin-left: 3dvw;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt {
    padding-bottom: 2rem;
  }
}
.p-about .sec-01-cnt:before {
  content: "";
  position: absolute;
  background: url("../img/bg_03.png") repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}
.p-about .sec-01-cnt .cnt-item-01 {
  position: relative;
  display: flex;
  gap: 3rem;
  width: 90dvw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-01 {
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-01 {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .p-about .sec-01-cnt .cnt-item-01 {
    width: fit-content;
  }
}
.p-about .sec-01-cnt .cnt-item-01 .txt {
  position: relative;
  flex: 1;
  max-width: 42em;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-01 .txt {
    margin-top: 4rem;
  }
}
.p-about .sec-01-cnt .cnt-item-01 .txt .ttl {
  font-family: kinuta-maruminold-stdn, sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-01 .txt .ttl {
    margin-top: 5rem;
  }
}
.p-about .sec-01-cnt .cnt-item-01 .txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-about .sec-01-cnt .cnt-item-01 .img {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-01 .img {
    width: 90dvw;
    max-width: 500px;
    margin: -20px auto 1rem;
  }
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-01 .img {
    width: 40dvw;
    max-width: 550px;
    margin-left: -4dvw;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-01 .img-sub {
    position: relative;
    width: 90dvw;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-01 .img-sub {
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 30dvw;
    max-width: 400px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-02 {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.p-about .sec-01-cnt .cnt-item-02 .txt {
  width: 90dvw;
  margin: 0 auto;
  max-width: 42em;
}
@media (min-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-02 .txt {
    margin-bottom: 3rem;
  }
}
.p-about .sec-01-cnt .cnt-item-02 .img {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 90dvw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-02 .img {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-02 .img li:nth-child(2) img {
    margin-left: auto;
    margin-top: -50px;
  }
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-02 .img li:nth-child(2) img {
    margin-top: 60px;
  }
}
.p-about .sec-01-cnt .cnt-item-02 .img img {
  border-radius: 10px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .p-about .sec-01-cnt .cnt-item-02 .img img {
    width: 60dvw;
  }
}
@media (min-width: 769px) {
  .p-about .sec-01-cnt .cnt-item-02 .img img {
    width: 100%;
  }
}
.p-about .sec-02 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-about .sec-02 {
    padding-bottom: 8rem;
  }
}
.p-about .sec-02 .cnt {
  margin-left: 0;
  margin-right: 3dvw;
  padding-bottom: 0;
}
.p-about .sec-02 .cnt:before {
  border-radius: 0 10px 10px 0;
}
.p-about .sec-02 .main {
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .p-about .sec-02 .main {
    align-items: flex-start;
  }
}
.p-about .sec-02 .main .img {
  max-width: 640px;
}
.p-about .sec-02 .main .img img {
  border-radius: 10px;
}
.p-about .sec-02 .main .meta {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .p-about .sec-02 .main .meta {
    margin-top: 5rem;
  }
}
.p-about .sec-02 .main .meta .ttl {
  margin-bottom: 1rem;
}
.p-about .sec-02 .main .meta .l-tbl-01 {
  margin: 0 auto;
}
.p-about .sec-02 .l-sty-02 {
  margin-bottom: 0;
}
.p-about .sec-02 .l-sty-02-cnt {
  flex-direction: row;
}
@media (min-width: 1024px) {
  .p-about .sec-02 .l-sty-02-cnt {
    padding-right: 5dvw;
  }
}
.p-about .sec-02 .l-sty-02-cnt .ttl {
  margin-bottom: 1rem;
}
.p-about .sec-02 .l-sty-02-cnt p {
  margin-bottom: 1rem;
}
.p-about .sec-03 {
  margin-bottom: 0;
}
.p-about .sec-03-ttl {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .p-about .sec-03-ttl {
    margin-bottom: 3rem;
  }
}
.p-about .sec-03 .l-sty-02-cnt {
  margin-left: 0;
  flex-direction: row;
}
.p-about .sec-03 .l-sty-02-cnt .wrap {
  max-width: 700px;
  margin: 0 auto;
}
.p-about .sec-03 .l-sty-02-cnt .img img {
  border-radius: 0 10px 10px 0;
}
.p-about .sec-03-cnt {
  position: relative;
  margin-left: 3dvw;
  line-height: 1.8;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .p-about .sec-03-cnt {
    padding-bottom: 3rem;
    padding-top: 4rem;
  }
}
.p-about .sec-03-cnt:before {
  content: "";
  position: absolute;
  background: url("../img/bg_03.png") repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  top: 0;
}
.p-about .sec-03-cnt .item-01 {
  margin-bottom: 3rem;
}
.p-about .sec-03-cnt .item-02 .ttl {
  margin-bottom: 1rem;
  text-align: left;
}
.p-about .sec-04 .cnt {
  position: relative;
  margin-left: 0;
  margin-right: 3dvw;
  padding: 4rem 0;
}
.p-about .sec-04 .cnt:before {
  content: "";
  position: absolute;
  background: url("../img/bg_03.png") repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  top: 0;
  border-radius: 0 10px 10px 0;
}
.p-about .sec-04 .cnt .ttl {
  text-align: center;
  margin-bottom: 1rem;
}
.p-about .sec-04 .cnt .item {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  gap: 2rem;
}
@media (max-width: 599px) {
  .p-about .sec-04 .cnt .item {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-about .sec-05 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-about .sec-05 {
    padding-bottom: 8rem;
  }
}
.p-about .sec-05-ttl {
  text-align: center;
  margin: 0 3dvw 2rem;
  letter-spacing: -2px;
}
@media (min-width: 769px) {
  .p-about .sec-05-ttl {
    margin-bottom: 3rem;
  }
  .p-about .sec-05-ttl br {
    display: none;
  }
}
.p-about .sec-05-ttl span {
  display: block;
  font-size: calc(clamp(0.8rem, 0.6575rem + 0.7127vw, 1rem));
}
.p-about .sec-05-cnt {
  position: relative;
  margin-right: 3dvw;
  line-height: 1.8;
}
.p-about .sec-05-cnt:before {
  content: "";
  position: absolute;
  background: url("../img/bg_03.png") repeat;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px 0 0 10px;
}
.p-about .sec-05-cnt .cnt-item-01 {
  max-width: 1300px;
  display: flex;
  gap: 3rem;
  width: 90dvw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-01 {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-01 {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.p-about .sec-05-cnt .cnt-item-01 .txt {
  flex: 1;
  max-width: 42em;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-01 .txt {
    margin-top: 4rem;
  }
}
.p-about .sec-05-cnt .cnt-item-01 .txt .ttl {
  font-family: kinuta-maruminold-stdn, sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-01 .txt .ttl {
    margin-top: 5rem;
  }
}
.p-about .sec-05-cnt .cnt-item-01 .txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-about .sec-05-cnt .cnt-item-01 .img {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-01 .img {
    width: 90dvw;
    max-width: 620px;
    margin: -20px auto 0;
  }
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-01 .img {
    width: 40dvw;
    max-width: 550px;
    margin-left: -4dvw;
  }
}
.p-about .sec-05-cnt .cnt-item-02 {
  max-width: 1300px;
  width: 90dvw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-02 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .p-about .sec-05-cnt .cnt-item-02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 85dvw;
    gap: 2rem;
  }
}
.p-about .sec-05-cnt .cnt-item-02 .txt {
  width: 90dvw;
  margin: 0 auto;
  max-width: 42em;
}
@media (min-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-02 .txt {
    margin-bottom: 3rem;
  }
}
.p-about .sec-05-cnt .cnt-item-02 .txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-about .sec-05-cnt .cnt-item-02 .img {
  position: relative;
}
.p-about .sec-05-cnt .cnt-item-02 .img img {
  border-radius: 10px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-02 .img img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-02 .img img {
    width: 100%;
  }
}
.p-about .sec-05-cnt .cnt-item-03 {
  max-width: 1300px;
  width: 90dvw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-03 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .p-about .sec-05-cnt .cnt-item-03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85dvw;
    gap: 2rem;
  }
}
.p-about .sec-05-cnt .cnt-item-03 .txt {
  width: 90dvw;
  margin: 0 auto;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-03 .txt {
    margin-bottom: 3rem;
  }
}
.p-about .sec-05-cnt .cnt-item-03 .txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-about .sec-05-cnt .cnt-item-03 .img {
  position: relative;
}
@media (min-width: 1280px) {
  .p-about .sec-05-cnt .cnt-item-03 .img {
    flex: 1;
  }
}
.p-about .sec-05-cnt .cnt-item-03 .img img {
  border-radius: 10px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .p-about .sec-05-cnt .cnt-item-03 .img img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-about .sec-05-cnt .cnt-item-03 .img img {
    width: 100%;
  }
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact .main {
  background: url("../img/bg_03.png") repeat;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .p-contact .main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-contact .sec-contact {
  width: 90dvw;
  max-width: 42em;
  margin: 0 auto;
}
.p-contact .sec-contact .ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.p-contact .sec-contact .note {
  font-size: calc(clamp(0.8rem, 0.7643rem + 0.1786vw, 0.85rem));
  margin-bottom: 1rem;
  text-align: right;
}

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
.p-privacy .main {
  background: url("../img/bg_03.png") repeat;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .p-privacy .main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-privacy .sec-privacy {
  width: 90dvw;
  margin: 0 auto;
  max-width: 42em;
}
.p-privacy .sec-privacy .intro {
  margin-bottom: 3rem;
}
.p-privacy .sec-privacy .intro .ttl {
  margin-bottom: 2rem;
}
.p-privacy .sec-privacy .intro .ttl .sub {
  font-size: calc(clamp(0.8rem, 0.6575rem + 0.7127vw, 1rem));
  display: block;
}
.p-privacy .sec-privacy .cnt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-privacy .sec-privacy .cnt .item .ttl {
  font-family: kinuta-maruminold-stdn, sans-serif;
  margin-bottom: 1rem;
}

/*------------------------------------------------------------
p-wani
------------------------------------------------------------*/
.p-wani .sec-01 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-wani .sec-01 {
    margin-bottom: 8rem;
  }
}
.p-wani .sec-01 .main-01 .img {
  width: 40%;
  margin: 0 auto;
}
.p-wani .sec-01 .main-01 .img img {
  transform: rotate(3deg);
  width: 330px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-wani .sec-01 .main-02 .img {
    width: 40%;
    margin: 0 auto;
  }
  .p-wani .sec-01 .main-02 .img img {
    transform: rotate(-3deg);
  }
}
.p-wani .sec-01 .main-02 .aside .l {
  font-weight: bold;
  font-size: calc(clamp(1.2rem, 0.9rem + 0.625vw, 1.4rem));
  line-height: 1.6;
  margin: .5rem 0;
}
.p-wani .sec-01 .photos {
  display: flex;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  margin-left: 3dvw;
}
.p-wani .sec-01 .photos li {
  width: calc(100% / 3);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-wani .sec-01 .photos li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-wani .sec-01 .photos {
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .p-wani .sec-01 .photos {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .p-wani .sec-02 .main-02 {
    align-items: flex-end !important;
  }
  .p-wani .sec-02 .main-02 .img {
    width: 40%;
  }
}
.p-wani .sec-02 .photos {
  display: flex;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  margin-right: 3dvw;
  margin-top: 1rem;
}
.p-wani .sec-02 .photos li {
  width: calc(100% / 3);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-wani .sec-02 .photos li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-wani .sec-02 .photos {
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 1024px) {
  .p-wani .sec-02 .photos {
    margin-top: 4rem;
  }
}
.p-wani #shokudo-01 .bg-ico-01::after {
  left: 0;
}

/*------------------------------------------------------------
network
------------------------------------------------------------*/
.p-network .s {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-network .s {
    font-size: 1.2rem;
  }
}
.p-network .sec-01 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-network .sec-01 {
    margin-bottom: 8rem;
  }
}
.p-network .sec-01 .cnt {
  flex-direction: row;
  padding-left: 5dvw;
  padding-right: 5dvw;
}
.p-network .sec-01 .cnt::after {
  content: "";
  position: absolute;
  background: url("../img/ico_13.svg") no-repeat;
  aspect-ratio: 300/302;
  width: 35dvw;
  max-width: 500px;
  height: auto;
  top: 50%;
  left: 25%;
  transform: rotate(-8deg);
  opacity: .2;
}
@media (min-width: 1024px) {
  .p-network .sec-01 .cnt .main {
    flex-direction: row;
  }
}
.p-network .sec-01 .cnt .wrap {
  max-width: 42em;
}
@media (min-width: 1024px) {
  .p-network .sec-01 .cnt .wrap {
    margin-top: 4rem;
    flex: 1;
  }
}
.p-network .sec-01 .cnt .wrap .ttl {
  margin-bottom: 1rem;
}
.p-network .sec-01 .cnt .wrap .txt {
  margin-bottom: 2rem;
}
.p-network .sec-01 .cnt .wrap .txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .p-network .sec-01 .cnt .img-sub {
    position: relative;
    width: 80dvw;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .p-network .sec-01 .cnt .img-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30dvw;
  }
}
.p-network .sec-02 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-network .sec-02 {
    margin-bottom: 8rem;
  }
}
.p-network .sec-02 .cnt {
  padding-left: 5dvw;
  padding-right: 5dvw;
}
@media (min-width: 1024px) {
  .p-network .sec-02 .cnt .main {
    flex-direction: row-reverse;
  }
}
.p-network .sec-02 .cnt .wrap {
  max-width: 42em;
}
@media (min-width: 1024px) {
  .p-network .sec-02 .cnt .wrap {
    margin-top: 4rem;
    flex: 1;
  }
}
.p-network .sec-02 .cnt .wrap .ttl {
  margin-bottom: 1rem;
}
.p-network .sec-02 .cnt .wrap .txt {
  margin-bottom: 2rem;
}
.p-network .sec-03 {
  margin-bottom: 0;
}
.p-network .sec-03 .l-sty-02-cnt {
  flex-direction: row;
}
.p-network .sec-03 .cnt {
  padding-left: 5dvw;
  padding-right: 5dvw;
}
.p-network .sec-03 .cnt .wrap {
  max-width: 42em;
}
@media (min-width: 1024px) {
  .p-network .sec-03 .cnt .wrap {
    margin-top: 4rem;
    flex: 1;
  }
}
.p-network .sec-03 .cnt .wrap .ttl {
  margin-bottom: 1rem;
}
.p-network .sec-03 .cnt .wrap .txt {
  margin-bottom: 2rem;
}
.p-network .sec-03 .cnt .wrap .l-tbl-01 {
  grid-template-columns: 1fr;
}
@media (max-width: 1023px) {
  .p-network .sec-03 .cnt .wrap .l-tbl-01 dt {
    padding-bottom: 0;
  }
  .p-network .sec-03 .cnt .wrap .l-tbl-01 dd {
    padding-top: 1rem;
  }
}
.p-network .sec-03 .cnt .wrap .l-tbl-01 dt {
  font-weight: bold;
}
.p-network .sec-03 .cnt .wrap .l-tbl-02 {
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .p-network .sec-03 .cnt .img-sub {
    position: relative;
    width: 80dvw;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .p-network .sec-03 .cnt .img-sub {
    position: absolute;
    bottom: 100px;
    left: 15dvw;
    width: 30dvw;
    max-width: 400px;
  }
}
.p-network .sec-03 .cnt .img-sub img {
  border-radius: 12px;
}
