*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

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

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a:hover {
  opacity: 50%;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1366px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 1366px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .inner .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 115px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .header .inner .logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 10px;
  }
}
.header .inner .logo a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
@media screen and (max-width: 1366px) {
  .header .inner .logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .header .inner .logo a img {
    width: 86px;
    height: auto;
  }
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #e376a5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45px 0;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.header .inner .nav .header-list .menu-item {
  position: relative;
}
.header .inner .nav .header-list .menu-item::after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item {
    width: 80%;
    text-align: center;
    border-top: 2px solid white;
  }
  .header .inner .nav .header-list .menu-item::after {
    content: none;
  }
  .header .inner .nav .header-list .menu-item:last-child {
    border-bottom: 2px solid white;
  }
}
.header .inner .nav .header-list .menu-item > a {
  position: relative;
  display: block;
  font-family: Figtree;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222;
  padding: 34px 20px;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .inner .nav .header-list .menu-item > a::after {
  content: attr(title);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #919191;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a::after {
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a {
    color: #fff;
    padding: 34px 0;
  }
}
.header .inner .nav .header-list .menu-item > a:hover {
  color: #e376a5;
}
@media screen and (max-width: 1366px) {
  .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 50%;
    color: #fff;
  }
}
.header .inner .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header .inner .nav-right .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-right: 23px;
}
.header .inner .nav-right .ec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .nav-right .ec-list .link {
  position: relative;
}
.header .inner .nav-right .ec-list .link::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header .inner .nav-right .ec-list .link:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header .inner .nav-right .ec-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Figtree;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222;
  padding: 0 15px;
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 1366px) {
  .header .hamburger {
    background: #e376a5;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
  }
  .header .hamburger span {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header .hamburger span:nth-child(1) {
    top: 30%;
  }
  .header .hamburger span:nth-child(2) {
    top: 50%;
  }
  .header .hamburger span:nth-child(3) {
    top: 70%;
  }
}
.header .hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(16px) rotate(45deg);
          transform: translateY(16px) rotate(45deg);
}
.header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  border-top: 1px solid #eee;
}
.footer .w1000 {
  padding: 16px 0 32px;
}
.footer .w1000 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .w1000 .wrapper .f_logo {
    width: 40%;
  }
}
.footer .w1000 .wrapper .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.footer .w1000 .wrapper .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .w1000 .wrapper .footer-list {
    display: none;
  }
}
.footer .w1000 .wrapper .footer-list .menu-item {
  border-right: 1px dashed #cccccc;
}
.footer .w1000 .wrapper .footer-list a {
  padding: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #333;
}
.footer .copy {
  width: 100%;
  padding: 10px 0;
  background-color: #e6c3d2;
  color: #fff;
}
.footer .copy p {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copy p {
    font-size: 12px;
  }
}

.news_list .secbody {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  padding: 80px 0 120px;
}
.news_list .secbody .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 64px;
}
.news_list .secbody .news-list .news-item {
  width: 100%;
}
.news_list .secbody .news-list .news-item a {
  padding: 32px 24px;
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: auto;
  }
}
.news_list .secbody .news-list .news-item a .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-right: 8px;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .news_list .secbody .news-list .news-item a .date {
    grid-area: 1/1/2/2;
  }
}
.news_list .secbody .news-list .news-item a .ttl {
  max-width: 969px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .news_list .secbody .news-list .news-item a .ttl {
    line-height: 1.4;
  }
}
.news_list .secbody .news-list .news-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.news_list .secbody .more-wrap .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  border-radius: 50px;
  gap: 8px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
.news_list .secbody .more-wrap .more-btn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
}

.single-page .w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
.single-page .w1200 .head {
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
.single-page .w1200 .head .date {
  grid-area: 1/1/2/2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-right: 8px;
}
.single-page .w1200 .head .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.155rem + 0.4vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
  grid-area: 2/1/3/3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-page .w1200 .head .ttl {
    line-height: 1.4;
  }
}
.single-page .w1200 p:not(:last-child) {
  margin: 20px 0;
}
.single-page .w1200 figure.wp-block-image {
  max-width: 80%;
  width: 100%;
  margin: 20px auto;
  height: auto;
}
.single-page .w1200 h2.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  line-height: 180%;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.single-page .w1200 h3.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  line-height: 180%;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.single-page .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .single-page .more {
    width: 80%;
  }
}
.single-page .more a {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  background-color: #333333;
  border-radius: 25px;
}
.single-page .more p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}/*# sourceMappingURL=subpage.css.map */