@charset "UTF-8";
/* フォント */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=春夏秋冬");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* HelveticaNeue, "Helvetica Neue", Helvetica, Arial, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
/*========= メディアクエリ ===============*/
/* media-query */
/*========= 共通のミックスイン ===============*/
/* common */
/* position */
/* フォントサイズ */
/* width & height */
/* padding & margin */
/* テキストに関する余白 */
/* screen size */
/* flex */
/* background-image */
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

a:hover {
  opacity: 0.6;
}
a:focus {
  outline: none;
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1A1411;
}

#container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

b, strong, .bold {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #1A1411;
}

ul {
  list-style: none;
}

/* ルビ */
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -14px;
  left: -2px;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  [data-ruby]::before {
    top: -1.5em;
    font-size: 0.5em;
    letter-spacing: -0.05em;
  }
}

.l-header {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 1024px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    min-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    min-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    min-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding-bottom: 20px;
  }
}
.l-header .title {
  display: block;
  z-index: 99;
}
.l-header .title .logo a {
  padding-top: 10px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .l-header .title .logo a {
    padding-top: 0;
  }
}
.l-header .title .logo img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .l-header .title .logo img {
    height: 30px;
  }
}
.l-header .top.title {
  position: relative;
}
.l-header .top.title .logo {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 840px) {
  .l-header .top.title .logo {
    top: -33px;
  }
}
.l-header .hamburger_menu {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header .hamburger_menu {
    top: 20px;
    right: 20px;
  }
}
.l-header .header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav {
    display: none;
  }
}
.l-header .header__inner .side-nav .sns {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav .sns {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: auto;
    bottom: 240px;
    right: -100%;
    transition: right 0.5s;
  }
}
.l-header .header__inner .side-nav .contact-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav .contact-icon {
    right: -100%;
    transition: right 0.5s;
    z-index: -9999;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav.active .sns {
    bottom: 200px;
    right: 10px;
  }
}
.l-header .header__inner .side-nav.active .contact-icon {
  position: fixed;
  bottom: 90px;
  right: -17px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .l-header .header__inner .side-nav.active .contact-icon {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header__inner .side-nav.active .contact-icon {
    bottom: 40px;
    right: -27px;
    z-index: 999;
  }
}

.home .l-header .header__inner {
  align-items: flex-end;
}
.home .l-header .cd-nav {
  display: none;
}

.child {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .child {
    padding-top: 0;
  }
}
.child .l-header {
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 840px) {
  .child .l-header .title {
    padding-top: 30px;
  }
}
.child .l-header .header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 70px;
}
.child .l-header .hd-nav .hamburger_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .child .l-header .hd-nav .hamburger_menu {
    display: block;
    z-index: 9999;
  }
}
.child .l-header .cd-nav {
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .child .l-header .cd-nav {
    display: none;
  }
}
.child .l-header .cd-nav .menu li a {
  color: #59ab9c;
}

.l-footer {
  width: 100%;
  max-width: 100%;
  height: 660px;
  background-image: url(../../common/images/footer_back.svg);
  background-size: 2000px 600px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding-top: 40px;
    background-image: url(../../common/images/sp_arch_back01.svg);
    background-size: 390px 40px;
    background-position: center top;
  }
}
.l-footer .footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  background-image: url(../../common/images/footer_story.webp);
  background-size: 1280px 240px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 240px;
  padding-bottom: 0px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .l-footer .footer__inner {
    padding-top: 180px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer__inner {
    padding-top: 0;
    background-image: url(../../common/images/sp_footer_background.webp);
    background-size: contain;
    background-color: #fef1e6;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 280px;
  }
}
.l-footer .f_header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer .f_header {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .f_header .logo {
    padding-bottom: 20px;
  }
}
.l-footer .f_header .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer .f_header .logo a img {
    width: 220px;
  }
}
.l-footer .f-nav .menu {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav .menu {
    flex-direction: column;
  }
}
.l-footer .f-nav .menu li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav .menu li {
    padding: 0.5em 0;
  }
}
.l-footer .f-nav .menu li a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #1A1411;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .f-nav .menu li a {
    writing-mode: horizontal-tb;
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-footer .f-nav .sns {
  margin-top: 20px;
  justify-content: flex-end;
  align-items: flex-end;
}
.l-footer .f-contact {
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer .f-contact {
    padding-top: 40px;
  }
}
.l-footer .f-contact .heading {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 10px;
}
.l-footer .f-contact .address {
  padding: 5px 0;
}
.l-footer .f-contact .tel {
  font-family: Verdana, HelveticaNeue, "Helvetica Neue", Helvetica;
}
@media screen and (max-width: 767px) {
  .l-footer .f_footer {
    position: absolute;
    left: 8px;
    bottom: 4px;
  }
}
.l-footer .f_footer .copylight {
  color: #1A1411;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.l-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.l-content .content-header {
  padding-top: 20px;
  padding-bottom: 2em;
}
.l-content .content-header .content-heading {
  font-family: "Zen Antique", serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-content .content-header .content-heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.l-content .content__inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-content .content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-content .content__inner .content-wrapper {
  width: 100%;
  max-width: 100%;
}
.l-content .content__inner .content-wrapper .txt-area {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-content .content__inner .content-wrapper .txt-area {
    padding-bottom: 20px;
  }
}
.l-content .content__inner .content-wrapper .txt-area .description {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3;
}
@media screen and (max-width: 1024px) {
  .l-content .content__inner .content-wrapper .txt-area .description {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .l-content .content__inner .content-wrapper .txt-area .description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.l-content.center .content__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-content.center .content-header {
  text-align: center;
}
.l-content.center .content-wrapper .txt-area {
  text-align: center;
}

/*========== 固定ページの設定 ==========*/
.l-page {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .l-page {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}

.page-header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-header {
    padding-bottom: 40px;
  }
}
.page-header .header__inner {
  width: auto;
  margin: 0 auto;
}
.page-header .header__inner .heading {
  font-family: "Zen Antique", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .page-header .header__inner .heading {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header .header__inner .heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page-header .header__inner .description {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .page-header .header__inner .description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header .header__inner .description {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-content .page__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .page-content .page__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 380px) {
  .page-content .page__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*========== 投稿ページの設定 ==========*/
.l-archive {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-archive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-archive #news .c_cardlist, .l-archive #report .c_cardlist {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-archive #news .c_cardlist, .l-archive #report .c_cardlist {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-archive #news .c_cardlist .cardlist__inner, .l-archive #report .c_cardlist .cardlist__inner {
  grid-template-columns: 1fr;
}

.single {
  padding-top: 40px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single .page-header {
  padding-bottom: 0;
}
.single .page-header .header__inner .heading {
  max-width: 44em;
  height: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single .page-header .header__inner .heading {
    padding: 0;
  }
}
.single .page-header .header__inner .heading h1 {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single .page-header .header__inner .heading h1 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .single .page-header .header__inner .heading figure {
    display: none;
  }
}
.single .page-header .header__inner .info-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}
.single .page-header .header__inner .info-detail .category {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #57a597;
  border-radius: 1em;
  border: 1px solid #57a597;
  padding: 4px 8px;
  margin-top: 10px;
}
.single .page-header .header__inner .info-detail .date {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 10px;
}

.l-single {
  padding-top: 40px;
}
.l-single .section {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-single .section {
    padding-bottom: 0;
  }
}
.l-single .single-thumbnail {
  aspect-ratio: 1200/630;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.l-single .single-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.l-single .single-header .single-heading {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.l-single .single-content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-single .single-content {
    padding-top: 0;
  }
}
.l-single .single-content img, .l-single .single-content p, .l-single .single-content ul, .l-single .single-content ol {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .l-single .single-content img, .l-single .single-content p, .l-single .single-content ul, .l-single .single-content ol {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.l-single .single-content h2 {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .l-single .single-content h2 {
    margin-top: 40px;
  }
}
.l-single .single-content ul, .l-single .single-content ol {
  padding-left: 24px;
  list-style-position: outside;
}
.l-single .single-content ul li, .l-single .single-content ol li {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .l-single .single-content ul li, .l-single .single-content ol li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.l-single .single-content ul {
  list-style-type: disc;
}
.l-single .single-content h2, .l-single .single-content h3, .l-single .single-content h4, .l-single .single-content h5, .l-single .single-content h6, .l-single .single-content p, .l-single .single-content pre, .l-single .single-content blockquote, .l-single .single-content a, .l-single .single-content li, .l-single .single-content span {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.l-single .single-content h2, .l-single .single-content h3, .l-single .single-content h4 {
  letter-spacing: 0.04em;
}
.l-single .single-content p, .l-single .single-content a {
  font-size: 18px;
  font-size: 1.8rem;
}
.l-single .single-content p {
  line-height: 2;
  text-align: justify;
}
.l-single .single-content a {
  text-decoration: underline;
}
.l-single .single-content .wp-block-file__button {
  text-decoration: none;
}
.l-single .single-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-single .single-content img {
    max-height: auto;
  }
}
.l-single .single-content pre, .l-single .single-content blockquote {
  background-color: #f5f8fa;
  padding: 36px 25px;
}
@media screen and (max-width: 767px) {
  .l-single .single-content pre, .l-single .single-content blockquote {
    padding: 24px 18px;
  }
}
.l-single .single-content .c-btn-wrapper a {
  text-decoration: none;
}

.l-single.event .single-thumbnail {
  max-width: 480px;
  aspect-ratio: 210/297;
  background-size: contain;
}

.footer-meta {
  display: none;
}

figure {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
figure.photo {
  aspect-ratio: 400/300;
}

body h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  body h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
body h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  body h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
body h3 {
  font-size: 20px;
  font-size: 2rem;
}
body h4, body h5, body h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
body p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  body p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body a, body div, body li, body dt, body dd, body span, body b, body strong {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  body a, body div, body li, body dt, body dd, body span, body b, body strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body a, body div, body li, body dt, body dd, body span, body b, body strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p, a, div, li, dt, dd, span {
  font-weight: 400;
}

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

.only-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .only-tab {
    display: block;
  }
}

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

.txt-center {
  inline-size: fit-content;
  margin-inline: auto;
}

.txt-justfy {
  text-align: justify;
}

.txt-eng-center {
  text-align: center;
  text-wrap: balance;
}

.txt-bottom {
  padding-bottom: 1em;
}

.p-b1em {
  padding-bottom: 1em;
}

.matched-radius {
  --matched-radius-padding: 8px;
  --matched-radius-inner-size: 12px;
  padding: var(--matched-radius-padding);
  border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
}

.matched-radius__inner {
  border-radius: var(--matched-radius-inner-size);
}

.bg-bc {
  background-color: #fef1e6;
}

.bg-wh {
  background-color: #fff;
}

.p-tb__m {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-tb__l {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*========== 固定ページ用パーツ ==========*/
.c_content-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .c_content-box {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .c_content-box {
    padding: 40px 0 0;
  }
}
.c_content-box .box__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_content-box .left {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c_content-box .left {
    flex-direction: column;
  }
}
.c_content-box .left .detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.c_content-box .right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c_content-box .right {
    flex-direction: column;
  }
}
.c_content-box .right .detail {
  display: flex;
  flex-direction: column;
}
.c_content-box .txt-area {
  text-align: justify;
}

.c_content-textbox {
  width: 1024px;
  margin: 0 auto;
  padding: 120px 40px;
}
@media screen and (max-width: 1024px) {
  .c_content-textbox {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_content-textbox {
    padding: 40px 0;
  }
}
.c_content-textbox .box__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .c_content-textbox .box__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_content-textbox .box__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.c_content-textbox .box__inner .detail .txt-area p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .c_content-textbox .box__inner .detail .txt-area p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.c_content-textbox .center {
  align-items: center;
}
.c_content-textbox .center .detail .txt-area {
  text-align: center;
}

.description-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 2px #bbbbbb;
  width: 100%;
  height: 330px;
  border-radius: 50% 50% 6% 6%/54% 54% 6.6% 6.6%;
  padding: 40px 20px 20px;
}
.description-card .icon {
  width: 120px;
  height: 120px;
}
.description-card .icon img {
  width: 100%;
}
.description-card .heading {
  font-family: "Zen Antique", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
}
.description-card .text {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
}

.description-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #d5d5d5;
  border-radius: 50px;
  width: 100%;
  height: 100px;
}
.description-btn dt, .description-btn dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.description-btn dt {
  text-decoration: underline;
}
.description-btn dd span {
  font-size: 14px;
  font-size: 1.4rem;
}

.description-list {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.description-list dt {
  width: 6em;
  padding-right: 1em;
  font-family: "Zen Antique", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.description-list dd {
  width: calc(100% - 6em);
}
.description-list dd h4 {
  font-family: "Zen Antique", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.description-list dd p {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 20px;
}

.center-text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

/*========== 投稿ページ用パーツ ==========*/
.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg a {
  padding: 0 0 1em;
}
.wysiwyg ul {
  list-style-position: inside;
  list-style-type: disc;
}
.wysiwyg ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.wysiwyg blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}

/*========== フォーム用パーツ ==========*/
#wpcf7-f7-o1 .screen-reader-response p {
  width: 39em;
  padding-bottom: 1em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wpcf7-f7-o1 .screen-reader-response p {
    width: 100%;
  }
}

.contact-form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  border: dashed 4px #ff7b9b;
  border-radius: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: calc(100% - 10px);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact-form .header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .header .heading {
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 2px solid #ff7b9b;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.contact-form dl {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form dl {
    flex-direction: column;
  }
}
.contact-form dl dt, .contact-form dl dd {
  border-bottom: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contact-form dl dt, .contact-form dl dd {
    width: 100% !important;
  }
}
.contact-form dl dt p, .contact-form dl dd p {
  padding-bottom: 0 !important;
}
.contact-form dl dt, .contact-form dl dt p {
  width: 13em;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-form dl dt, .contact-form dl dt p {
    background-color: #fff;
    justify-content: flex-start;
  }
}
.contact-form dl dd {
  width: calc(100% - 13em);
}
.contact-form dl dd p {
  display: contents;
}
.contact-form dl dd span {
  width: 100%;
  max-width: 100%;
}
.contact-form dl .required {
  border-radius: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff7b9b;
  padding: 2px 6px;
}
@media screen and (max-width: 767px) {
  .contact-form dl .required {
    margin-left: 8px;
  }
}
.contact-form dl input, .contact-form dl textarea, .contact-form dl select {
  width: 100%;
  border: 1px solid #707070;
  background-color: #eff1f5;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-form dl textarea {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .contact-form dl textarea {
    height: 200px;
  }
}
.contact-form .check {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1em auto;
}
.contact-form .check .wpcf7-list-item-label {
  padding-left: 1em;
}
.contact-form .check a {
  text-decoration: underline;
}
.contact-form .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen-reader-response ul {
  display: none;
}
.screen-reader-response p {
  color: red;
  text-align: center;
}

.wpcf7-response-output {
  display: none;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box-shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.accordion-title {
  pointer-events: all;
  cursor: pointer;
  position: relative;
}

/* アコーディオンが閉じているとき */
.accordion-content {
  max-height: 0;
  transition: max-height 0.3s, padding 0.3s;
  overflow: hidden;
}

.accordion-title::before {
  display: block;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 1.5rem;
}

/* アコーディオンが開いているとき */
.accordion-title.accordion-open + .accordion-content {
  max-height: fit-content;
}

.accordion-title.accordion-open::before {
  content: "ー";
}

/*========= ナビゲーション基本設定 ==========*/
.menu {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.menu li {
  font-family: "Zen Antique", serif;
  padding: 0 10px;
}
.menu li:first-child {
  padding-left: 0;
}
.menu li:last-child {
  padding-right: 0;
}
.menu li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.menu li a:hover {
  opacity: 0.6;
}

/*========= ヘッダーナビ ==========*/
.hd-nav {
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .hd-nav {
    display: block;
    position: relative;
    width: 100%;
  }
}

/*========= サイドナビ ==========*/
.side-nav {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 130px;
  height: 130px;
  background-color: #fef1e6;
  border-radius: 100%;
}
.contact-icon span, .contact-icon i {
  color: #fff;
}
.contact-icon i {
  font-size: 50px;
}

/*========= ナビメニュー画面 ==========*/
.menu-nav {
  opacity: 0;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  z-index: -9999;
  background-color: #fef1e6;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url(../../common/images/sp_footer_background.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .menu-nav {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .menu-nav .logo {
    padding-bottom: 20px;
  }
}
.menu-nav .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .menu-nav .logo a img {
    width: 220px;
  }
}
.menu-nav .menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s;
  min-height: 30%;
  justify-content: space-evenly;
}
.menu-nav .menu li {
  position: relative;
  padding: 0.5em 0;
}
.menu-nav .menu li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.menu-nav.active {
  top: 0;
  opacity: 1;
  z-index: 99;
}
.menu-nav.active .menu {
  opacity: 1;
}

/*========= PC用グローバルナビ ==========*/
.pc-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .pc-nav {
    position: absolute;
    top: 20px;
    right: 0;
    width: 60%;
  }
}
@media screen and (max-width: 840px) {
  .pc-nav .menu {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 840px) {
  .pc-nav .menu li {
    margin-bottom: 10px;
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
  }
}
/*========= スマホ用グローバルナビ ==========*/
.sp-nav {
  display: none;
}

/*========= ハンバーガーメニュー ==========*/
.openbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger_menu {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.hamburger_menu span.line {
  position: absolute;
  background-color: #000;
  height: 2px;
  transition: all 0.4s ease-in-out;
  border-radius: 1px;
}

.hamburger_menu span.line:nth-of-type(1) {
  width: 46px;
  top: 4px;
  right: 0;
}

.hamburger_menu span.line:nth-of-type(2) {
  width: 36px;
  top: 14px;
  right: 0;
}

.hamburger_menu span.text, .hamburger_menu span.close {
  font-family: "Zen Kaku Gothic New", HelveticaNeue, "Helvetica Neue", Helvetica;
  position: absolute;
  color: #000;
  line-height: 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  text-align: center;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.hamburger_menu span.close {
  display: none;
  width: 36px;
}

.hamburger_menu.active span.line:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}

.hamburger_menu.active span.line:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}

.hamburger_menu.active span.line:nth-of-type(1) {
  width: 36px;
}

.hamburger_menu.active span.line:nth-of-type(2) {
  width: 36px;
}

.hamburger_menu.active span.text {
  display: none;
}

.hamburger_menu.active span.close {
  display: block;
}

.backcolor {
  background-color: #fff;
}

/*========= SNSアイコン ===============*/
.sns {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns li {
  list-style: none;
  padding: 12px;
  margin-left: 12px;
}
.sns li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 1em;
  background-color: #707070;
}
.sns li a i {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.c-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 10px 1.5em;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: solid 2px #000;
  border-radius: 2em;
  transition: 0.4s;
}
.c-btn span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-btn i {
  padding-right: 2px;
}
.c-btn:hover {
  background: #fff;
  color: #000;
}

.mini-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1px 8px 2px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: solid 1px #000;
  border-radius: 2em;
  transition: 0.4s;
}
.mini-btn span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.mini-btn i {
  padding-top: 1px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-right: 4px;
}
.mini-btn:hover {
  background: #fff;
  color: #000;
}

button.btn, input.wpcf7-submit, .ct-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 60px;
  position: relative;
  text-decoration: none;
  text-align: center;
  background: #ff7b9b;
  border-radius: 36px;
  border: solid 3px #ff7b9b;
  outline: none;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
button.btn span, input.wpcf7-submit span, .ct-btn span {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.2s ease;
}
button.btn:hover, input.wpcf7-submit:hover, .ct-btn:hover {
  border: solid 2px #ff7b9b;
  background-color: #fff;
  color: #ff7b9b;
}
button.btn:hover span, input.wpcf7-submit:hover span, .ct-btn:hover span {
  color: #ff7b9b;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 40px;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul.page-numbers li a.page-numbers, .pagination ul.page-numbers li span.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Helvetica Neue";
}
.pagination ul.page-numbers li a.page-numbers {
  color: #1A1411;
  transition: all 0.2s ease;
}
.pagination ul.page-numbers li a.page-numbers:hover {
  opacity: 0.6;
}
.pagination ul.page-numbers li span.page-numbers.current {
  color: rgba(14, 16, 16, 0.4);
  pointer-events: none;
}

.postlink ul.page-arrows {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.postlink ul.page-arrows li {
  margin: 0;
}
.postlink ul.page-arrows li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}
.postlink ul.page-arrows li a:hover {
  color: #707070;
}
.postlink ul.page-arrows li a:hover .prev img {
  margin-right: 2px;
}
.postlink ul.page-arrows li a:hover .next img {
  margin-left: 2px;
}
.postlink ul.page-arrows li a:has(.prev) {
  flex-direction: row-reverse;
}
.postlink ul.page-arrows li a:has(.prev):hover {
  margin-left: -2px;
}
.postlink ul.page-arrows li a:has(.next) {
  flex-direction: row;
}
.postlink ul.page-arrows li a:has(.next):hover {
  margin-right: -2px;
}
.postlink ul.page-arrows li .prev {
  margin-right: 10px;
}
.postlink ul.page-arrows li .next {
  margin-left: 10px;
}
.postlink ul.page-arrows li .prev,
.postlink ul.page-arrows li .next {
  width: 40px;
  height: 40px;
}
.postlink ul.page-arrows:has(.next) {
  justify-content: flex-end;
}
.postlink ul.page-arrows:has(.prev) {
  justify-content: space-between;
}

/*========== 投稿ページ用パーツ ==========*/
.c_article-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c_article-list {
    max-width: 100%;
  }
}
.c_article-list .list__inner {
  width: 100%;
  max-width: 100%;
}

.c_article-list.archive {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c_article-list.archive {
    padding-left: 0;
    padding-right: 0;
  }
}
.c_article-list.archive .list__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1440px) {
  .c_article-list.archive .list__inner {
    grid-template-columns: repeat(auto-fit, 360px);
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c_article-list.archive .list__inner {
    grid-template-columns: repeat(auto-fit, 280px);
  }
}
@media screen and (max-width: 767px) {
  .c_article-list.archive .list__inner {
    grid-template-columns: 1fr;
  }
}

.article-area .swiper-button-next, .article-area .swiper-button-prev {
  margin-top: 0;
  color: #ff7b9b;
}

.c_card {
  display: flex;
  position: relative;
}
.c_card .card__inner {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  transition: var(--wp--custom--transition--default);
  width: 100% !important;
}
.c_card .card-img {
  position: relative;
  background-color: #707070;
  aspect-ratio: 1200/630;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.c_card .detail {
  display: block;
  color: #1A1411;
  padding: 20px 20px 30px;
  margin-top: 4px;
}
.c_card .pickup {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 4px;
  background-color: #fef1e6;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.card-none {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 40px;
}

.news.c_card .card__inner .card-img, .report.c_card .card__inner .card-img {
  aspect-ratio: 1200/630;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  background-color: #707070;
  border: solid 1px #707070;
}
.news.c_card .card__inner .detail, .report.c_card .card__inner .detail {
  position: relative;
  background-color: #57a597;
}
.news.c_card .card__inner .detail::before, .report.c_card .card__inner .detail::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 260px;
  height: 40px;
  background-image: url(../../common/images/mt-news.svg);
  background-position: top center;
  background-size: 260px 40px;
}
@media screen and (max-width: 1024px) {
  .news.c_card .card__inner .detail::before, .report.c_card .card__inner .detail::before {
    width: 130px;
    height: 20px;
    background-size: 130px 20px;
    top: -15px;
  }
}
.news.c_card .card__inner .detail .title, .report.c_card .card__inner .detail .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .news.c_card .card__inner .detail .title, .report.c_card .card__inner .detail .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.news.c_card .card__inner .detail .date, .report.c_card .card__inner .detail .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
}
.news.c_card .card__inner .detail .category, .report.c_card .card__inner .detail .category {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 1em;
  border: 1px solid #fff;
  padding: 2px 8px;
}

.c_card.event .fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 1em;
  position: absolute;
  top: 8px;
  right: 8px;
}
.c_card.event .card__inner .card-img {
  aspect-ratio: 210/297;
  box-sizing: border-box;
  background-size: contain;
  background-color: #707070;
  border: solid 1px #707070;
}
.c_card.event .card__inner .title-back {
  background-color: #e1e1e1;
  margin-top: 4px;
  padding: 16px 1em 24px;
  min-height: 5em;
}
.c_card.event .card__inner .title-back .title {
  padding-top: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.c_card.event .card__inner .title-back .date {
  font-size: 16px;
  font-size: 1.6rem;
}

.newslist-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .newslist-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .newslist-wrapper .swiper-area {
    padding: 0 23px;
  }
}

.c_newslist {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 126px;
}
.c_newslist:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 46px;
  height: 126px;
  background-image: url(../../common/images/news-side_object.svg);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c_newslist:before {
    width: 23px;
  }
}
.c_newslist:after {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  content: "";
  display: inline-block;
  width: 46px;
  height: 126px;
  background-image: url(../../common/images/news-side_object.svg);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c_newslist:after {
    width: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c_newslist {
    width: 100%;
    max-width: 100%;
  }
}
.c_newslist .newslist__inner {
  width: calc(100% - 92px);
  height: 126px;
  padding: 20px 0;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner {
    width: calc(100% - 46px);
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 0;
  }
}
.c_newslist .newslist__inner .news-header {
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .news-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 999;
  }
}
.c_newslist .newslist__inner .news-header .heading {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .news-header .heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c_newslist .newslist__inner .news-header figure {
  padding: 0 8px;
  margin: 0;
}
.c_newslist .newslist__inner .news-header .mini-btn {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .news-header .mini-btn {
    margin-top: 0;
  }
}
.c_newslist .newslist__inner .newslist {
  width: calc(100% - 8em);
  max-height: 126px;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .newslist {
    width: 100%;
    height: 86px;
    max-height: 86px;
    position: absolute;
    bottom: 0;
  }
}
.c_newslist .newslist__inner .newslist .news-txt {
  max-height: 126px;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .newslist .news-txt {
    height: 86px;
    max-height: 86px;
  }
}
.c_newslist .newslist__inner .newslist .news-txt .detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
.c_newslist .newslist__inner .newslist .news-txt .detail .headline, .c_newslist .newslist__inner .newslist .news-txt .detail .date {
  color: #0f1111;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}
.c_newslist .newslist__inner .newslist .news-txt .detail .headline {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .c_newslist .newslist__inner .newslist .news-txt .detail .headline {
    line-height: 1.3;
  }
}
.c_newslist .newslist__inner .newslist .news-txt .detail .date, .c_newslist .newslist__inner .newslist .news-txt .detail .category {
  margin-right: 1em;
}

/*========== 固定ページ用パーツ ==========*/
.c_ordered-listbox {
  width: 100%;
  max-width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c_ordered-listbox {
    width: 100%;
  }
}
.c_ordered-listbox .listbox-card {
  position: relative;
  border: solid 3px #707070;
  border-radius: 46px;
  margin: 0 auto;
}
.c_ordered-listbox .listbox-card .number {
  font-family: "Zen Antique", serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 12px;
}

.orderedlist-unit {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .orderedlist-unit {
    flex-direction: column;
  }
}
.orderedlist-unit .image {
  padding-top: 50px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .orderedlist-unit .image {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 60px;
    width: 100%;
  }
}
.orderedlist-unit .image figure {
  position: relative;
  width: 360px;
  aspect-ratio: 400/300;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .orderedlist-unit .image figure {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .orderedlist-unit .image figure {
    width: 100%;
  }
}
.orderedlist-unit .detail {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .orderedlist-unit .detail {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.orderedlist-unit .header {
  position: relative;
  width: fit-content;
  padding: 0;
  margin-bottom: 15px;
  z-index: 9;
}
.orderedlist-unit .header .number {
  background-color: #ea9f3b;
  font-family: Verdana, HelveticaNeue, "Helvetica Neue", Helvetica;
  display: inline-block;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: left;
  line-height: 20px;
  padding-top: 24px;
  padding-left: 24px;
  border-radius: 2em;
  font-size: 28px;
  position: absolute;
  top: -48px;
  left: -44px;
  z-index: -1;
}
.orderedlist-unit .header .heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.orderedlist-unit .txt {
  text-align: justify;
  line-height: 2;
}
.orderedlist-unit .ex {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}
.orderedlist-unit .ex span {
  background-color: #59ab9c;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 4px;
  margin-right: 10px;
}
.orderedlist-unit .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .orderedlist-unit .step {
    width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.orderedlist-unit .step .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ea9f3b;
  border-radius: 100%;
  font-family: "Zen Kaku Gothic New", HelveticaNeue, "Helvetica Neue", Helvetica;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .orderedlist-unit .step .number {
    width: 100px;
    height: 50px;
    border-radius: 50px;
  }
}
.orderedlist-unit .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.orderedlist-unit .table .title, .orderedlist-unit .table .description {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
}
.orderedlist-unit .table .title {
  color: #fff;
  background-color: #59ab9c;
  margin-bottom: 10px;
}
.orderedlist-unit .table .description {
  background-color: #fff;
}

.c_slider-wrapper {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 10rem;
}

[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 24px 40px; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 18px; /* ボタンの幅 */
    height: 30px; /* ボタンの高さ */
    background-size: 18px 30px; /* 表示したいサイズ */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../../common/images/img_arrow_black_01.png);
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../../common/images/img_arrow_black_01.png);
  transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-area {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .swiper-area {
    padding: 0 20px;
  }
}

/*========== 各ページ共通 ==========*/
/*========== トップページ ==========*/
.visual {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.visual .visual__inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.visual .visual__inner .visual-content {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .visual .visual__inner .visual-content {
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
  }
}

.home .visual-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home .visual-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home .visual-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 0 0 30px;
  }
}
.mv .visual-image {
  background-size: contain;
}
.mv .visual-image.pc {
  aspect-ratio: 1440/850;
}
.mv .visual-image.sp01 {
  aspect-ratio: 380/270;
}
.mv .visual-image.sp02 {
  aspect-ratio: 380/240;
}
.mv .mv-text {
  padding-top: 20px;
}
.mv .mv-text .title {
  display: block;
  font-family: "Zen Antique", serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: right;
  padding-bottom: 0.5em;
  padding-right: 10px;
}
.mv .mv-text .description {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.l-top #news, .l-top #event, .l-top #report {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-top #news .content__inner, .l-top #event .content__inner, .l-top #report .content__inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.l-top #news .content__inner .content-wrapper, .l-top #event .content__inner .content-wrapper, .l-top #report .content__inner .content-wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

#event .content__inner .content-wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 160px;
    background-image: url(../../common/images/sp_about_back2.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}
#about .content__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #about .content__inner {
    padding-bottom: 0;
  }
}
#about .content-header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about .content-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about .content-header .content-heading {
  border-top: solid 2px #e1e1e1;
  border-bottom: solid 2px #e1e1e1;
  padding: 28px 0;
  width: 100%;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #about .content-header .content-heading br {
    display: none;
  }
}
#about .c_content-box {
  height: 360px;
}
@media screen and (max-width: 1024px) {
  #about .c_content-box {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #about .c_content-box {
    height: auto;
  }
}
#about .c_content-box .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  aspect-ratio: 480/330;
  min-width: 480px;
  width: calc(100% - 30em - 20px);
}
@media screen and (max-width: 1024px) {
  #about .c_content-box .image {
    min-width: 360px;
  }
}
#about .c_content-box .image, #about .c_content-box .txt-area p {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1280px) {
  #about .c_content-box .image, #about .c_content-box .txt-area p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#about .c_content-box .txt-area {
  width: fit-content;
}
#about .c_content-box .txt-area p {
  max-width: 30em;
  font-weight: 500;
  line-height: 2.1;
}
#about .c_content-box .txt-area p:first-child {
  padding-bottom: 1em;
}
#about .c_content-box .left .detail {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #about .c_content-box .left .detail {
    padding-right: 0;
  }
}
#about .c_content-box .right .detail {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #about .c_content-box .right .detail {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .c_content-textbox {
    padding-top: 40px;
    background-image: url(../../common/images/sp_about_back1.webp);
    background-repeat: no-repeat;
    background-position: right 55px top 4px;
    background-size: 46px 32px;
  }
}
#about .c_content-textbox .txt-area .emphasize {
  font-family: "Zen Antique", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 2px 2px 8px;
  margin: 0 8px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 1px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}
@media screen and (max-width: 767px) {
  #about .c_content-textbox .txt-area .emphasize {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #cherish {
    background-color: #fef1e6;
  }
}
#cherish .content__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #cherish .content__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #cherish .content__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #cherish .content__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#cherish .content-header {
  padding-bottom: 60px;
}
#cherish .c_ordered-listbox {
  grid-template-columns: repeat(auto-fit, 386px);
}
@media screen and (min-width: 1440px) {
  #cherish .c_ordered-listbox {
    grid-template-columns: repeat(auto-fit, 400px);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #cherish .c_ordered-listbox {
    grid-template-columns: 1fr;
  }
}
#cherish .c_ordered-listbox .listbox-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 48px 40px 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #cherish .c_ordered-listbox .listbox-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#cherish .c_ordered-listbox .listbox-card:first-child {
  border-color: #ff7b9b;
  box-shadow: 3px 6px 3px #ff7b9b;
}
#cherish .c_ordered-listbox .listbox-card:first-child .number {
  color: #ff7b9b;
}
#cherish .c_ordered-listbox .listbox-card:nth-child(2) {
  border-color: #ea9f3b;
  box-shadow: 3px 6px 3px #ea9f3b;
}
#cherish .c_ordered-listbox .listbox-card:nth-child(2) .number {
  color: #ea9f3b;
}
#cherish .c_ordered-listbox .listbox-card:nth-child(3) {
  border-color: #59ab9c;
  box-shadow: 3px 6px 3px #59ab9c;
}
#cherish .c_ordered-listbox .listbox-card:nth-child(3) .number {
  color: #59ab9c;
}
#cherish .c_ordered-listbox .listbox-card .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  aspect-ratio: 410/260;
}
#cherish .c_ordered-listbox .listbox-card .txt-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 40px;
}
#cherish .c_ordered-listbox .listbox-card .txt-area .heading {
  font-family: "Zen Antique", serif;
  font-size: 26px;
  font-size: 2.6rem;
}
#cherish .c_ordered-listbox .listbox-card .txt-area .text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-left: 1em;
  padding-bottom: 0;
}

#map .content__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #map .content__inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#map .content__inner .txt-center {
  padding: 20px;
}

.map-sp-image {
  display: none;
}
@media screen and (max-width: 767px) {
  .map-sp-image {
    display: block;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map-sp-image .inner {
    width: 200%;
  }
}
.map-sp-image .inner img {
  width: 100%;
  max-width: 100%;
}

.map-sp-image::-webkit-scrollbar {
  height: 16px;
}

.map-sp-image::-webkit-scrollbar-thumb {
  background: #009944;
  border-radius: 8px;
  border-top: 4px solid transparent; /* 透明なボーダーをつける */
  border-bottom: 4px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}

.map-sp-image::-webkit-scrollbar-track { /* 上下に余白を付ける */
  margin-top: 4px;
  margin-bottom: 4px;
}

.map-image {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  height: 700px;
  background-image: url(../../common/images/map.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1024px 700px;
}
@media screen and (max-width: 1024px) {
  .map-image {
    display: none;
  }
}
.map-image figure {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
}
.map-image figure img {
  display: block;
  position: absolute;
  width: 190px;
  height: 190px;
}
.map-image .pop01 {
  left: 488px;
  bottom: 16px;
  width: 300px;
  height: 340px;
  background-image: url(../../common/images/map-pop01.svg);
  background-size: 300px 340px;
}
.map-image .pop01 img {
  right: 5px;
  bottom: 5px;
}
.map-image .pop02 {
  top: 168px;
  left: 12px;
  width: 380px;
  height: 210px;
  background-image: url(../../common/images/map-pop02.svg);
  background-size: 380px 210px;
}
.map-image .pop02 img {
  top: 10px;
  left: 5px;
}
.map-image .pop03 {
  left: 340px;
  bottom: 0px;
  width: 200px;
  height: 300px;
  background-image: url(../../common/images/map-pop03.svg);
  background-size: 200px 300px;
}
.map-image .pop03 img {
  left: 5px;
  bottom: 5px;
}
.map-image .pop04 {
  top: 24px;
  left: 300px;
  width: 280px;
  height: 210px;
  background-image: url(../../common/images/map-pop04.svg);
  background-size: 280px 210px;
}
.map-image .pop04 img {
  top: 5px;
  left: 5px;
}
.map-image .pop05 {
  top: 0;
  right: 32px;
  width: 240px;
  height: 210px;
  background-image: url(../../common/images/map-pop05.svg);
  background-size: 240px 210px;
}
.map-image .pop05 img {
  top: 5px;
  right: 5px;
}
.map-image .pop06 {
  right: 0px;
  bottom: 66px;
  width: 440px;
  height: 290px;
  background-image: url(../../common/images/map-pop06.svg);
  background-size: 440px 290px;
}
.map-image .pop06 img {
  right: 5px;
  bottom: 5px;
}

@media screen and (max-width: 767px) {
  #annual-event {
    padding-bottom: 60px;
  }
}
#annual-event .content__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #annual-event .content__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#annual-event .c_content-box .photo {
  background-size: cover;
  border-radius: 11em;
}
@media screen and (max-width: 767px) {
  #annual-event .c_content-box .photo {
    border-radius: 8em;
  }
}
#annual-event .c_content-box .photo, #annual-event .c_content-box .detail {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  #annual-event .c_content-box .photo, #annual-event .c_content-box .detail {
    width: 100%;
  }
}
#annual-event .c_content-box .detail {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  #annual-event .c_content-box .detail {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #annual-event .c_content-box .detail {
    width: 100%;
    padding-bottom: 30px;
  }
}
#annual-event .c_content-box .detail .detail-header {
  padding-bottom: 10px;
}
#annual-event .c_content-box .detail .detail-header .detail-heading {
  font-family: "Zen Antique", serif;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 1280px) {
  #annual-event .c_content-box .detail .detail-header .detail-heading {
    font-size: 60px;
    font-size: 6rem;
  }
}
#annual-event .c_content-box .detail .detail-header.spring .detail-heading {
  color: #ff7b9b;
}
#annual-event .c_content-box .detail .detail-header.summer .detail-heading {
  color: #009944;
}
#annual-event .c_content-box .detail .detail-header.autumn .detail-heading {
  color: #ea9f3b;
}
#annual-event .c_content-box .detail .detail-header.winter .detail-heading {
  color: #81c7eb;
}
#annual-event .c_content-box .detail .txt-area p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1280px) {
  #annual-event .c_content-box .detail .txt-area p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #annual-event .c_content-box .detail .txt-area p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #history {
    padding-top: 40px;
    background-image: url(../../common/images/sp_arch_back02.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
#history .content__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #history .content__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #history .content__inner {
    padding: 20px 0 0;
  }
}
#history .content__inner .content-wrapper {
  text-align: center;
}
#history .content__inner .content-wrapper img {
  margin-top: 60px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  #history .content__inner .content-wrapper img {
    width: 100%;
  }
}

/*========== 固定ページ ==========*/
.box-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .box-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.two-columns {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dl-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .dl-area {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .dl-area {
    grid-template-columns: 1fr;
  }
}

.dl-area2 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
  padding-bottom: 60px;
}

.btn-area {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.about-page .l-page {
  padding-bottom: 0;
}
.about-page .l-footer {
  background-color: #f5fafe;
}
@media screen and (max-width: 1024px) {
  .about-page .arch-box .two-columns {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .about-page .arch-box .two-columns .txt-area {
    padding-top: 20px;
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .about-page .arch-box .two-columns .list-area {
    order: 1;
  }
}

@media screen and (max-width: 1024px) {
  #about04 .two-columns {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #about04 .two-columns .txt-area {
    width: fit-content;
    margin: 0 auto;
  }
}

.arch-box {
  width: 100%;
  max-width: 100%;
}
.arch-box .shape {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.arch-box#about01 {
  background-color: #fbedd7;
}
.arch-box#about01 .shape {
  height: 60px;
  background-color: #fff;
  background-image: url(../../common/images/arch_back01.svg);
  background-size: 1440px 60px;
}
@media screen and (min-width: 1440px) {
  .arch-box#about01 .shape {
    background-size: contain;
  }
}
.arch-box#about03 {
  background-color: #fff;
}
.arch-box#about03 .shape {
  height: 70px;
  background-color: #fff;
  background-image: url(../../common/images/arch_back02.svg);
  background-size: 1440px 70px;
}
@media screen and (min-width: 1440px) {
  .arch-box#about03 .shape {
    background-size: contain;
  }
}
.arch-box#about04 {
  background-color: #f5fafe;
}
.arch-box#about04 .shape {
  height: 100px;
  background-color: #fff;
  background-image: url(../../common/images/arch_back03.svg);
  background-size: 1440px 100px;
}
@media screen and (min-width: 1440px) {
  .arch-box#about04 .shape {
    background-size: contain;
  }
}
.arch-box .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .arch-box .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.arch-box .box-header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}
.arch-box .box-header .heading {
  font-family: "Zen Antique", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .arch-box .box-header .heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.arch-box .box-header .description {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  padding-top: 30px;
}
@media screen and (max-width: 1280px) {
  .arch-box .box-header .description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .arch-box .box-header .description {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .arch-box .box-header .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.arch-box .box-content {
  align-items: center;
}
.arch-box .box-content .txt-area p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 1em;
}
.arch-box .box-content .list-area {
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
}
.arch-box .box-content .list-area li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 60px;
  background-color: #fff;
  border-radius: 2em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .arch-box .box-content .list-area li {
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.arch-box .box-content .img-area img {
  width: 100%;
  max-width: 100%;
}

.description-oblong {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  border: solid 2px #bbbbbb;
  width: 100%;
  border-radius: 24px;
  padding: 40px 40px;
}
.description-oblong .heading {
  font-family: "Zen Antique", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.description-oblong .text {
  font-size: 20px;
  font-size: 2rem;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .description-oblong .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.description-oblong.color.c01 {
  border: solid 4px #4691b1;
}
.description-oblong.color.c02 {
  border: solid 4px #806239;
}
.description-oblong.color.c03 {
  border: solid 4px #538145;
}

#about02 .dl-area {
  padding-top: 20px;
  padding-bottom: 60px;
}

.area01 {
  background-color: #39a44a;
}

.area02 {
  background-color: #55adc2;
}

.area03 {
  background-color: #ff7b9b;
}

.area04 {
  background-color: #ea9f3b;
}

.area05 {
  background-color: #84549c;
}

.area06 {
  background-color: #806239;
}

.map-nav {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.map-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 330px);
  justify-content: center;
  gap: 20px;
}
.map-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 2em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
}

.map-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  width: 100%;
  max-width: 100%;
}

.area-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border: solid 3px #707070;
  border-radius: 46px;
}
.area-box#area01 {
  border-color: #39a44a;
  box-shadow: 3px 6px 3px #39a44a;
}
.area-box#area01 .number {
  color: #39a44a;
}
.area-box#area02 {
  border-color: #55adc2;
  box-shadow: 3px 6px 3px #55adc2;
}
.area-box#area02 .number {
  color: #55adc2;
}
.area-box#area03 {
  border-color: #ff7b9b;
  box-shadow: 3px 6px 3px #ff7b9b;
}
.area-box#area03 .number {
  color: #ff7b9b;
}
.area-box#area04 {
  border-color: #ea9f3b;
  box-shadow: 3px 6px 3px #ea9f3b;
}
.area-box#area04 .number {
  color: #ea9f3b;
}
.area-box#area05 {
  border-color: #84549c;
  box-shadow: 3px 6px 3px #84549c;
}
.area-box#area05 .number {
  color: #84549c;
}
.area-box#area06 {
  border-color: #806239;
  box-shadow: 3px 6px 3px #806239;
}
.area-box#area06 .number {
  color: #806239;
}
.area-box .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 60px 60px;
}
@media screen and (max-width: 840px) {
  .area-box .inner {
    padding: 40px 30px;
  }
}
.area-box .inner:nth-child(even) {
  flex-direction: row-reverse;
}
.area-box .map-img {
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .area-box .map-img {
    width: 360px;
  }
}
@media screen and (max-width: 840px) {
  .area-box .map-img {
    width: 300px;
  }
}
.area-box .map-img img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 400/300;
}
.area-box .map-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 480px);
  height: stretch;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .area-box .map-detail {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 840px) {
  .area-box .map-detail {
    width: calc(100% - 300px);
  }
}
.area-box .map-detail .area-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Antique", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .area-box .map-detail .area-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.area-box .map-detail .area-name .number {
  font-family: "Zen Antique", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  padding-right: 12px;
  padding-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .area-box .map-detail .area-name .number {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.area-box .map-detail .heading {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  border-left: 10px solid #e1e1e1;
  padding-left: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 840px) {
  .area-box .map-detail .heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.area-box .map-detail .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .area-box .map-detail .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 840px) {
  .area-box .map-detail .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.area-box .map-detail .text:last-child {
  margin-bottom: 0;
}

#ae01.arch-box {
  background-color: #fff;
}
#ae01.arch-box .shape {
  height: 70px;
  background-color: #fff;
  background-image: url(../../common/images/arch_back02.svg);
  background-size: 1440px 70px;
}
@media screen and (min-width: 1440px) {
  #ae01.arch-box .shape {
    background-size: contain;
  }
}
#ae01.arch-box .box-header .description {
  text-align: center;
}

.ae-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: solid 3px #b6a188;
  border-radius: 46px;
}
.ae-box#spring {
  border-color: #ff7b9b;
  box-shadow: 3px 6px 3px #ff7b9b;
}
.ae-box#summer {
  border-color: #009944;
  box-shadow: 3px 6px 3px #009944;
}
.ae-box#autumn {
  border-color: #ea9f3b;
  box-shadow: 3px 6px 3px #ea9f3b;
}
.ae-box#winter {
  border-color: #81c7eb;
  box-shadow: 3px 6px 3px #81c7eb;
}
.ae-box .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 60px 60px;
}
.ae-box .box-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 0px);
  height: stretch;
}
.ae-box .box-header .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Antique", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 20px;
}
.ae-box .box-header .heading .season {
  font-family: "Zen Antique", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  padding-right: 12px;
  padding-bottom: 8px;
}
.ae-box .box-header .description {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .ae-box .box-header .description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.ae-box .box-header .description:last-child {
  margin-bottom: 0;
}

.history-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border: solid 3px #b6a188;
  box-shadow: 3px 6px 3px #b6a188;
  border-radius: 46px;
}
.history-box .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 60px 60px;
}
.history-box .box-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 0px);
  height: stretch;
}
.history-box .box-header .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Zen Antique", serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .history-box .box-header .heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.history-box .box-header .heading .number {
  font-family: "Zen Antique", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  padding-right: 32px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .history-box .box-header .heading .number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.history-box .box-header .description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1em;
}
@media screen and (max-width: 840px) {
  .history-box .box-header .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.history-box .box-header .description:last-child {
  margin-bottom: 0;
}
.history-box .box-content {
  padding-top: 40px;
}
.history-box .box-content .text-area {
  padding-right: 20px;
}
.history-box .box-content .text, .history-box .box-content .bold {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .history-box .box-content .text, .history-box .box-content .bold {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.history-box .box-content .text {
  text-align: justify;
  margin-bottom: 1em;
}
.history-box .box-content .text:last-child {
  margin-bottom: 0;
}
.history-box .box-content .text .bold {
  font-weight: 700;
}
.history-box .box-content .object img {
  width: 100%;
  max-width: 100%;
}
.history-box .box-content .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-box .box-content .img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 400/300;
  background-color: #e1e1e1;
  border-radius: 1em;
}
.history-box .center-text {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 60px 0 0;
}
.history-box .center-text p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .history-box .center-text p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .history-box .center-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.history-area {
  width: 100%;
  max-width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}

.history-card {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.history-card dt, .history-card dd {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#history01 .history-area {
  padding-top: 20px;
  grid-template-columns: 1fr;
  gap: 10px;
}
#history01 .history-area .history-card {
  border-radius: 1em;
  border: solid 2px #009944;
  padding: 30px 20px;
}
#history01 .history-area .history-card dt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
#history01 .history-area .history-card dd {
  font-size: 18px;
  font-size: 1.8rem;
}
#history01 .history-area .text-area {
  padding-top: 20px;
}
#history01 .history-area .text-area .text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1em;
}
#history01 .history-area .text-area .text:last-child {
  margin-bottom: 0;
}

#history03 {
  background-image: url(../../common/images/history05-back.svg);
  background-size: 236px 192px;
  background-repeat: no-repeat;
  background-position: right 70px bottom 60px;
}
@media screen and (max-width: 840px) {
  #history03 {
    background-size: 118px 96px;
  }
}
#history03 .history-area {
  width: fit-content;
  padding-top: 20px;
  grid-template-columns: 1fr;
  gap: 10px;
}
#history03 .history-area .history-card {
  padding: 16px 20px 20px;
  border-bottom: 2px solid #e1e1e1;
  z-index: -1;
}
#history03 .history-area .history-card dt {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 40px;
}
#history03 .history-area .history-card dt .number {
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Zen Antique", serif;
  color: #b6a188;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
#history03 .history-area .history-card dd {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 2em;
}
#history03 .left-text {
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 40px 0 0;
}
#history03 .left-text p {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2;
}

#history05 .history-area {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #history05 .history-area {
    grid-template-columns: 1fr 1fr;
  }
}
#history05 .history-area .history-card .img {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
#history05 .history-area .history-card .img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 400/300;
  background-color: #e1e1e1;
  border-radius: 1em;
}
#history05 .history-area .history-card dt {
  width: calc(100% - 20px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: solid 8px #e1e1e1;
  border-bottom: solid 2px #e1e1e1;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  #history05 .history-area .history-card dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#history05 .history-area .history-card dd {
  width: calc(100% - 20px);
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 840px) {
  #history05 .history-area .history-card dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#history06 .history-area {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#history06 .history-area .history-card {
  border-radius: 5em;
  border: solid 2px #009944;
  padding: 30px 40px;
}
#history06 .history-area .history-card:first-child {
  border-color: #80b53f;
}
#history06 .history-area .history-card:first-child .number {
  color: #80b53f;
}
#history06 .history-area .history-card:nth-child(2) {
  border-color: #009944;
}
#history06 .history-area .history-card:nth-child(2) .number {
  color: #009944;
}
#history06 .history-area .history-card:nth-child(3) {
  border-color: #ea9f3b;
}
#history06 .history-area .history-card:nth-child(3) .number {
  color: #ea9f3b;
}
#history06 .history-area .history-card:nth-child(4) {
  border-color: #4691b1;
}
#history06 .history-area .history-card:nth-child(4) .number {
  color: #4691b1;
}
#history06 .history-area .history-card:nth-child(5) {
  border-color: #ff7b9b;
}
#history06 .history-area .history-card:nth-child(5) .number {
  color: #ff7b9b;
}
#history06 .history-area .history-card dt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}
#history06 .history-area .history-card dt .number {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  padding-right: 0.25em;
  margin-left: -0.25em;
}
#history06 .history-area .history-card dd {
  font-size: 16px;
  font-size: 1.6rem;
}

#history07 {
  background-image: url(../../common/images/history06-back.webp);
  background-size: 440px 160px;
  background-repeat: no-repeat;
  background-position: right 70px bottom 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  #history07 {
    background-size: 330px 120px;
    background-position: right 70px bottom 30px;
  }
}
@media screen and (max-width: 840px) {
  #history07 {
    padding-bottom: 120px;
  }
}
#history07 .history-area {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 840px) {
  #history07 .history-area {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#history07 .history-area .history-card {
  border-radius: 2em;
  border: solid 2px #b6a188;
  padding: 30px 40px;
}
#history07 .history-area .history-card dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 2px #b6a188;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  #history07 .history-area .history-card dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#history07 .history-area .history-card dd {
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 4.5em;
}
@media screen and (max-width: 840px) {
  #history07 .history-area .history-card dd {
    min-height: fit-content;
  }
}

@media screen and (max-width: 840px) {
  #history08 .center-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#history09 .end-text {
  padding-top: 60px;
}
#history09 .end-text p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Antique", serif;
  text-align: center;
}

/*========== 記事一覧ページ ==========*/
#news {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #news {
    padding-left: 0;
    padding-right: 0;
  }
}
#news .section-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#news .section-header .section-heading {
  color: #fef1e6;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
