@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-ja, .btn-tel .small, body, .ff-ja-b, .common-sub-menu__title, .btn-large, .title-lv3, .title-lv2, .title-lv1, .about-teikan__lede, .section-title-sub, .section-title, .section-title-sm, .global-nav__title, .ff-ja-sb, .membership-use__list, .common-news__title-ja, .page-nav__item, .bc-list, .article-nav li:nth-of-type(3), .btn-white, .btn-brown {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}

.ff-ja-sb, .membership-use__list, .common-news__title-ja, .page-nav__item, .bc-list, .article-nav li:nth-of-type(3), .btn-white, .btn-brown {
  font-weight: 600;
}

.ff-ja-b, .common-sub-menu__title, .btn-large, .title-lv3, .title-lv2, .title-lv1, .about-teikan__lede, .section-title-sub, .section-title, .section-title-sm, .global-nav__title {
  font-weight: 700;
}

.ff-en, .common-news__title-en, .catch__en, .pagination span, .pagination a, .article-date, .btn-tel, .copy, .footer-contact__title-en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ff-zen-r {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-b, .catch__ja {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 699px) {
  :target {
    scroll-margin-top: 0px;
  }
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  line-height: 1.5;
  letter-spacing: normal;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #614A3F;
  container-type: inline-size;
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}
@media screen and (max-width: 699px) {
  body {
    font-size: 15px;
  }
}

/* リンク色 */
a {
  color: #614A3F;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #614A3F;
}

/* hover時の画像 */
a:hover {
  opacity: 0.8;
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 1100px) {
  .layout-container {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* メインカラム */
.layout-main-column {
  width: 730px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .layout-main-column {
    width: 100%;
  }
}

/* サブカラム */
.layout-sub-column {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .layout-sub-column {
    width: 100%;
  }
}

/* 汎用レイアウト */
@media screen and (min-width: 699px) {
  .layout-2-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*.layout-section{
	margin-bottom: 80px;
}
.layout-half{
	width:49%;
}
.layout-1-third{
	width:32%;
}
.layout-2-third{
	width:66%;
}
.layout-3-col{
	float:left;
	width:32%;
	margin-right:2%;
	&:nth-child(3n){
		margin-right: 0;
	}
	&:nth-child(3n+1){
		clear: both;
	}
}
.layout-4-col{
	float:left;
	width:24%;
	margin-right:1%;
	&:nth-child(4n){
		margin-right: 0;
	}
	&:nth-child(4n+1){
		clear: both;
	}
}*/
@media screen and (min-width: 699px) {
  .pc-row, .donation-project__inner, .donation-vm-about, .membership-about__contact, .membership-about__image, .section-charactor, .common-news-list__item, .common-nav, .footer-bottom, .footer-contact, .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .pc-row .donation-project__content, .pc-row .donation-project__image, .donation-project__inner .col, .donation-project__inner .donation-project__content, .donation-project__inner .donation-project__image, .donation-vm-about .col, .donation-vm-about .donation-project__content, .donation-vm-about .donation-project__image, .membership-about__contact .col, .membership-about__contact .donation-project__content, .membership-about__contact .donation-project__image, .membership-about__image .col, .membership-about__image .donation-project__content, .membership-about__image .donation-project__image, .section-charactor .col, .section-charactor .donation-project__content, .section-charactor .donation-project__image, .common-news-list__item .col, .common-news-list__item .donation-project__content, .common-news-list__item .donation-project__image, .common-nav .col, .common-nav .donation-project__content, .common-nav .donation-project__image, .footer-bottom .col, .footer-bottom .donation-project__content, .footer-bottom .donation-project__image, .footer-contact .col, .footer-contact .donation-project__content, .footer-contact .donation-project__image, .footer__inner .col, .footer__inner .donation-project__content, .footer__inner .donation-project__image {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    list-style: none;
  }
}

.row, .common-news-list__info, .common-nav-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .row .donation-project__content, .row .donation-project__image, .common-news-list__info .col, .common-news-list__info .donation-project__content, .common-news-list__info .donation-project__image, .common-nav-sub ul .col, .common-nav-sub ul .donation-project__content, .common-nav-sub ul .donation-project__image {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* ヘッダー上段 */
.header-primal {
  padding: 34px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-primal__inner {
  height: 120px;
  width: 962px;
  border-bottom-left-radius: 20px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 699px) {
  .header-primal {
    padding: 6px 0 0 30px;
  }
  .header-primal__inner {
    display: none;
  }
}

.site-description {
  width: 253px;
  height: 50px;
}
.site-description a {
  width: 100%;
  height: 100%;
  background: url(../img/common/header/log--sitename.svg) top left/contain no-repeat;
  text-indent: -9999px;
  display: block;
}
@media screen and (max-width: 699px) {
  .site-description {
    width: 233px;
    height: 45px;
  }
}

.primal-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primal-nav li {
  display: inline;
}
.primal-nav li a {
  color: #614A3F;
  font-weight: 600;
  font-size: 0.94rem;
  position: relative;
  padding-bottom: 8px;
}
.primal-nav li a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.primal-nav li a:hover {
  opacity: 1;
  color: #FFCAA8;
}
.primal-nav li a:hover img {
  opacity: 1;
}

.primal-nav-item::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/common/icon/ico--btn-arrow-br.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.primal-nav-item.active {
  color: #FFCAA8;
}
.primal-nav-item.active::after {
  background-image: url(../img/common/icon/ico--btn-arrow-or.svg);
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.header-tel {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.72px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-tel::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../img/common/icon/ico--tel.svg) center center/22px auto no-repeat, rgba(255, 245, 155, 0.47);
  display: block;
}

.header-search {
  width: 216px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search .gsc-clear-button {
  display: none;
}
.header-search .gsc-control {
  width: 100%;
}
.header-search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.header-search table.gsc-search-box {
  margin-bottom: 0;
}
.header-search .gsc-input-box {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header-search .gsc-search-button {
  width: 38px;
  margin-left: 0;
}
.header-search .gsc-search-button-v2 {
  padding: 0;
  width: 100%;
}
.header-search form.gsc-search-box {
  margin-bottom: 0;
}
.header-search .gsib_a {
  padding: 3px 9px 2px 9px;
}
.header-search .gsc-search-button-v2 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 36px;
  background-color: #B4B5AD;
  border: none;
}
.header-search .gsc-search-button-v2:hover {
  background-color: #B4B5AD;
  border: none;
  opacity: 0.8;
}
.header-search .gsc-control-cse {
  padding: 0;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 35px;
}

/*ドロップダウン*/
.drop {
  position: relative;
}

.primal-drop {
  display: none;
  position: absolute;
  padding-top: 25px;
  z-index: 3;
  width: 576px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.primal-drop__list {
  background-color: #FDFAF1;
  padding: 48px 54px;
  border-radius: 20px;
  list-style: none;
}
.primal-drop__list li > a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 15px 16px;
  background: url(../img/common/icon/ico--btn-arrow-br.svg) right 14px center/18px auto no-repeat;
  border-bottom: 1px solid #E1D0C0;
}
.primal-drop__list li > a:hover {
  background-image: url(../img/common/icon/ico--btn-arrow-or.svg);
}

.header-btn {
  background-color: #D9EEE7;
  color: #614A3F;
  border: none;
  width: 70px;
  height: 62px;
  z-index: 9999;
  right: 0;
  top: 0;
  position: fixed;
  border-bottom-left-radius: 20px;
}
.header-btn::after {
  content: "";
  color: #614A3F;
  font-size: 0.57rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 22px;
  height: 2px;
  border-radius: 2px;
  background: #614A3F;
  width: 32px;
}
.header-btn span:nth-of-type(1) {
  top: 22px;
}
.header-btn span:nth-of-type(2) {
  top: 29px;
}
.header-btn span:nth-of-type(3) {
  top: 36px;
}
.header-btn.active {
  background-color: #D9EEE7;
  color: #614A3F;
}
.header-btn.active span {
  background: #614A3F;
  width: 33px;
}
.header-btn.active span:nth-of-type(1) {
  top: 24px;
  left: 22px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn.active span:nth-of-type(3) {
  top: 36px;
  left: 22px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

/*
	フッターの指定
*/
.footer {
  background: url(../img/common/footer/bgi--wave.webp) top 170px center/100% 355px no-repeat, linear-gradient(to bottom, #D9EEE7 0 415px, #FDFAF1 415px 100%);
}
.footer__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 114px;
}
.footer__inner .common-nav {
  padding-top: 20px;
}
@media (max-width: 699px) {
  .footer {
    padding-bottom: 36px;
  }
}

.footer-contact {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 90px 75px 44px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.footer-contact__content {
  width: 462px;
  max-width: 100%;
  padding-bottom: 78px;
  background: url(../img/common/footer/pic--01.webp) right bottom/245px auto no-repeat;
}
.footer-contact__btn {
  width: 460px;
  max-width: 100%;
}
.footer-contact__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.footer-contact__title-en {
  font-weight: 600;
  font-size: 1.25rem;
  color: #E1D0C0;
  margin-bottom: 28px;
  display: block;
  letter-spacing: 0;
}
.footer-contact__text {
  font-weight: 300;
  line-height: 2.5;
}
.footer-contact .btn-tel {
  margin-bottom: 33px;
}
@media (max-width: 699px) {
  .footer-contact {
    margin-inline: -30px;
    padding: 40px 30px 45px;
    margin-bottom: 40px;
  }
  .footer-contact__content {
    width: 100%;
    background-size: 174px auto;
    padding-bottom: 38px;
  }
  .footer-contact__btn {
    width: 100%;
  }
  .footer-contact__title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-contact__title-en {
    margin-bottom: 35px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-contact__text {
    font-size: 0.88rem;
  }
  .footer-contact .btn-tel {
    margin-bottom: 18px;
  }
}

.footer-info__company {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer-info__company span {
  display: block;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1;
}
.footer-info address {
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 0.94rem;
}
.footer-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 699px) {
  .footer-info {
    margin-bottom: 35px;
  }
  .footer-info address {
    font-size: 0.94rem;
  }
}

.footer-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
@media (max-width: 699px) {
  .footer-bottom {
    margin-top: 60px;
  }
}

.copy {
  font-size: 0.75rem;
}
@media (max-width: 699px) {
  .copy {
    margin-top: 36px;
    display: block;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  background-color: #FDFAF1;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav.active {
  display: block;
}
.global-nav__logo {
  width: 218px;
  margin-bottom: 20px;
}
.global-nav__list {
  list-style: none;
}
.global-nav__list li {
  margin-bottom: 24px;
}
.global-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  font-size: 1rem;
  margin-bottom: 12px;
  position: relative;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
}
.global-nav__title img {
  width: 47px;
}
.global-nav__sub {
  list-style: none;
  padding-left: 36px;
}
.global-nav__sub li {
  margin-bottom: 20px;
}
.global-nav__sub li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 0.94rem;
  background: url(../img/common/icon/ico--btn-arrow-br.svg) left center/15px auto no-repeat;
}
.global-nav__sub.global-drop {
  display: none;
}
.global-nav__sub.global-drop.active {
  display: block;
}
.global-nav .drop-btn {
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 15px;
}
.global-nav .drop-btn span {
  width: 10px;
  height: 2px;
  background-color: #614A3F;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}
.global-nav .drop-btn span:nth-of-type(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global-nav .drop-btn span:nth-of-type(2) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.global-nav .drop-btn.active span {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.global-nav .drop-btn.active span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.global-nav .btn-contact {
  margin-bottom: 20px;
}
.global-nav__tel {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.global-nav .common-nav-sub ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 699px) {
  .global-nav.active {
    display: none;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #FDFAF1;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #FDFAF1;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* セクションタイトル */
.section-title, .section-title-sm {
  font-size: 2.25rem;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
.section-title .small, .section-title-sm .small {
  font-size: 2rem;
}
.section-title::after, .section-title-sm::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  width: 50px;
  height: 5px;
  background-color: #FFCAA8;
}
@media (max-width: 699px) {
  .section-title, .section-title-sm {
    font-size: 1.38rem;
    margin-bottom: 70px;
  }
  .section-title .small, .section-title-sm .small {
    font-size: 1.13rem;
  }
}

.section-title-sm {
  font-size: 2rem;
}
@media (max-width: 699px) {
  .section-title-sm {
    font-size: 1.38rem;
  }
}

.section-title-sub {
  font-size: 1.75rem;
  color: #89705D;
  border-bottom: 1px solid #E1D0C0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 40px;
}
@media (max-width: 699px) {
  .section-title-sub {
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 見出し */
.title-lv1, .about-teikan__lede {
  font-size: 1.5rem;
}
@media (max-width: 699px) {
  .title-lv1, .about-teikan__lede {
    font-size: 1.25rem;
  }
}

.title-lv2 {
  font-size: 1.25rem;
}
@media (max-width: 699px) {
  .title-lv2 {
    font-size: 1.13rem;
  }
}

.title-lv3 {
  font-size: 1.13rem;
}
@media (max-width: 699px) {
  .title-lv3 {
    font-size: 1rem;
  }
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #FDFAF1;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #D9EEE7;
  margin-bottom: 5px;
  color: #FDFAF1;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 tr {
  border-bottom: 1px solid #E1D0C0;
}
.table-ptn--01 th {
  padding: 20px 50px;
}
.table-ptn--01 td {
  padding: 20px 50px;
}
.table-ptn--01 thead tr {
  background-color: #D9EEE7;
}
.table-ptn--01 thead th {
  font-weight: normal;
}
@media (max-width: 699px) {
  .table-ptn--01 th, .table-ptn--01 td {
    padding: 5px 10px;
  }
}

.table-ptn--02 tr {
  border-bottom: 1px solid #E1D0C0;
}
.table-ptn--02 th {
  padding: 20px 30px;
}
.table-ptn--02 td {
  padding: 20px 30px;
}
.table-ptn--02 thead tr {
  background-color: #FFFFFF;
}
.table-ptn--02 thead th {
  font-weight: normal;
}
@media (max-width: 699px) {
  .table-ptn--02 th, .table-ptn--02 td {
    padding: 5px 10px;
  }
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-tel {
  width: 460px;
  max-width: 100%;
  background-color: #D9EEE7;
  border-radius: 15px;
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  height: 100px;
  line-height: 1;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 24px;
}
.btn-tel .small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.btn-tel::before {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../img/common/icon/ico--tel.svg) center/27px 27px no-repeat, #FFFFFF;
  border-radius: 50%;
  display: block;
}
@media (max-width: 699px) {
  .btn-tel {
    font-size: 2rem;
    gap: 10px;
    padding: 16px 18px 10px;
    height: 77px;
  }
  .btn-tel .small {
    font-size: 0.81rem;
  }
  .btn-tel::before {
    width: 42px;
    height: 42px;
    background-size: 22px 22px;
  }
}

.btn-contact {
  width: 460px;
  max-width: 100%;
  background-color: #FFF59B;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-contact::before {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../img/common/icon/ico--mail.svg) center/24px 20px no-repeat, #FFFFFF;
  border-radius: 50%;
  display: block;
}
.btn-contact::after {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/common/icon/ico--btn-arrow-contact.svg) center/18px 18px no-repeat, #FFFFFF;
  border-radius: 50%;
  display: block;
}
@media (max-width: 699px) {
  .btn-contact {
    font-size: 1.13rem;
    padding: 8px 18px;
    height: 60px;
    width: 100%;
  }
  .btn-contact::before {
    width: 42px;
    height: 42px;
    background-size: 22px 18px;
  }
  .btn-contact::after {
    width: 26px;
    height: 26px;
    background-size: 10px 10px;
  }
}

.btn-brown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 60px;
  padding: 23px 30px;
  background-color: #614A3F;
  border: 1px solid #614A3F;
  color: #FFFFFF;
  font-size: 1.13rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-brown::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon/ico--btn-arrow-wh.svg) top left/contain no-repeat;
}
.btn-brown:hover {
  background-color: #fff;
  color: #614A3F;
  opacity: 1;
}
.btn-brown:hover::before {
  background-image: url(../img/common/icon/ico--btn-arrow-br.svg);
}
@media (max-width: 699px) {
  .btn-brown {
    font-size: 1rem;
  }
}

.btn-white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 60px;
  padding: 18px 46px;
  background-color: #fff;
  color: #614A3F;
  border: 1px solid #E1D0C0;
  font-size: 1.13rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*&::before{
  	content: '';
  	width: 15px;
  	height: 15px;
  	background: url(../img/common/icon/ico--btn-arrow-br.svg) top left / contain no-repeat;
  }*/
}
.btn-white:hover {
  background-color: #614A3F;
  border: 1px solid #614A3F;
  color: #FFFFFF;
  opacity: 1;
  /*&::before{
  	background-image: url(../img/common/icon/ico--btn-arrow-wh.svg);
  }*/
}
@media (max-width: 699px) {
  .btn-white {
    font-size: 1rem;
  }
}

.btn-large {
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 25px;
  width: 460px;
  height: 134px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  font-size: 1.5rem;
  gap: 25px;
}
@media (max-width: 699px) {
  .btn-large {
    padding: 20px;
    width: 100%;
    height: 88px;
    font-size: 1.13rem;
  }
}

/*
	サイト全体のリストの設定
*/
.list-col2 {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
@media (max-width: 699px) {
  .list-col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

.article-date {
  font-size: 1.25rem;
}
@media (max-width: 699px) {
  .article-date {
    font-size: 1rem;
  }
}

.article-cat {
  background-color: rgba(255, 245, 155, 0.47);
  border-radius: 60px;
  padding: 8px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article-cat::before {
  content: "・";
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 699px) {
  .article-cat {
    font-size: 0.81rem;
    padding: 5px 10px;
  }
  .article-cat::before {
    font-size: 1.5rem;
    line-height: 0;
  }
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 150px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 86px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1.63rem;
  font-weight: bold;
  color: #614A3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination a {
  border: 1px solid #614A3F;
}
.pagination a:hover {
  background-color: #614A3F;
  border: 1px solid #614A3F;
  color: #fff;
  opacity: 1;
}
.pagination .current {
  background-color: #614A3F;
  border: 1px solid #614A3F;
  color: #fff;
}
@media (max-width: 699px) {
  .pagination {
    gap: 10px;
    margin-top: 30px;
  }
  .pagination span, .pagination a {
    width: 40px;
    font-size: 1.13rem;
  }
}

.article-nav {
  width: 405px;
  max-width: 100%;
  padding-top: 1px;
  min-height: 86px;
  position: relative;
  list-style: none;
  margin: 150px auto 0;
}
.article-nav__next, .article-nav__prev {
  background-color: #fff;
  display: inline-block;
  width: 86px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1.63rem;
  color: #614A3F;
  border: 1px solid #614A3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-nav__next:hover, .article-nav__prev:hover {
  background-color: #614A3F;
  border: 1px solid #614A3F;
  color: #fff;
  opacity: 1;
}
.article-nav li:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav li:nth-of-type(3) {
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.13rem;
}
@media (max-width: 699px) {
  .article-nav {
    margin-top: 60px;
  }
  .article-nav__next, .article-nav__prev {
    width: 40px;
    font-size: 1.13rem;
  }
  .article-nav li:nth-of-type(3) {
    margin-top: 5px;
  }
}

/*
	共通のアイテムの設定
*/
.fade-body {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.fade-body.fade-in {
  opacity: 1;
}

.bc-list {
  list-style: none;
  font-size: 0.94rem;
  color: #614A3F;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.bc-list a {
  color: rgba(97, 74, 63, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bc-list a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #614A3F;
  opacity: 1;
  display: block;
  margin-left: 15px;
}
@media (max-width: 699px) {
  .bc-list {
    padding-left: 20px;
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.catch {
  background: url(../img/common/bgi/bgi--catch.webp) top center/100% 448px no-repeat, #EBFAFC;
  min-height: 510px;
  padding: 150px 130px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch__ja {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 1;
}
.catch__ja .small {
  font-size: 1.88rem;
}
.catch__en {
  font-size: 1.88rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.catch__en::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFCAA8;
  display: block;
}
@media (max-width: 699px) {
  .catch {
    background-position: left top;
    background-size: auto 227px;
    min-height: 368px;
    padding: 80px 0px 86px;
  }
  .catch__ja {
    font-size: 1.88rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .catch__ja .small {
    font-size: 1.25rem;
  }
  .catch__en {
    font-size: 1.38rem;
  }
}

.section-layout {
  padding: 130px 0px;
}
@media (max-width: 699px) {
  .section-layout {
    padding: 90px 0px;
  }
}

.first-section, .section-about01 {
  border-radius: 40px;
  margin-top: -40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 699px) {
  .first-section, .section-about01 {
    border-radius: 30px;
    margin-top: -30px;
  }
}

.section-content, .donation-project__content, .donation-nr__content, .donation-vm-about__text, .donation-vm__lede {
  font-size: 1.13rem;
  line-height: 1.8;
}
@media (max-width: 699px) {
  .section-content, .donation-project__content, .donation-nr__content, .donation-vm-about__text, .donation-vm__lede {
    font-size: 0.94rem;
    line-height: 1.5;
  }
}

.page-nav {
  padding-top: 84px;
  padding-bottom: 15px;
}
.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.page-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  padding: 0px 15px;
  font-size: 1.13rem;
}
.page-nav__item::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon/ico--btn-arrow-br.svg) top left/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page-nav__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E1D0C0;
  bottom: -14px;
  left: 0px;
  position: absolute;
}
@media (max-width: 699px) {
  .page-nav {
    padding-top: 38px;
  }
  .page-nav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 34px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 34px;
  }
  .page-nav__item {
    font-size: 0.75rem;
    padding: 0;
  }
  .page-nav__item::before {
    bottom: -12px;
  }
  .page-nav__item::after {
    width: 12px;
    height: 12px;
  }
}

.common-nav {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.common-nav dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.common-nav dd {
  font-size: 0.94rem;
  line-height: 1.78;
}
@media (max-width: 699px) {
  .common-nav dl {
    margin-bottom: 30px;
  }
  .common-nav dl:last-of-type {
    margin-bottom: 0;
  }
  .common-nav dt {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.common-nav-sub ul {
  list-style: none;
  gap: 15px;
}
.common-nav-sub li a {
  font-size: 0.94rem;
}
.common-nav-sub li::after {
  content: "/";
  margin-left: 15px;
}
.common-nav-sub li:last-of-type::after {
  content: none;
}

.bg-circle, .donation-vm {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
}
.bg-circle::before, .donation-vm::before {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-top-wh.webp) top center/100% 106px no-repeat;
  position: absolute;
  top: -106px;
  left: 0;
  z-index: 1;
}
.bg-circle::after, .donation-vm::after {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-bottom-wh.webp) top center/100% 106px no-repeat;
  position: absolute;
  bottom: -102px;
  left: 0;
  z-index: 1;
}
@media (max-width: 699px) {
  .bg-circle, .donation-vm {
    margin-top: -60px;
  }
  .bg-circle::before, .donation-vm::before {
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-top-wh-sp.webp) top center/100% 60px no-repeat;
    top: -60px;
  }
  .bg-circle::after, .donation-vm::after {
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-bottom-wh-sp.webp) top center/100% 60px no-repeat;
    bottom: -60px;
  }
}

.bg-circle-ye, .section-about02 {
  position: relative;
  z-index: 5;
  background-color: #FDFAF1;
}
.bg-circle-ye::before, .section-about02::before {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-top-ye.webp) top center/100% 106px no-repeat;
  position: absolute;
  top: -106px;
  left: 0;
  z-index: 1;
}
.bg-circle-ye::after, .section-about02::after {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-bottom-ye.webp) top center/100% 106px no-repeat;
  position: absolute;
  bottom: -102px;
  left: 0;
  z-index: 1;
}
@media (max-width: 699px) {
  .bg-circle-ye, .section-about02 {
    margin-top: -60px;
  }
  .bg-circle-ye::before, .section-about02::before {
    top: -60px;
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-top-ye-sp.webp) top center/100% 60px no-repeat;
  }
  .bg-circle-ye::after, .section-about02::after {
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-bottom-ye-sp.webp) top center/100% 60px no-repeat;
    bottom: -60px;
  }
}

.bg-circle-gr {
  position: relative;
  z-index: 5;
  background-color: rgba(217, 238, 231, 0.69);
}
.bg-circle-gr::before {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-top-gr.webp) top center/100% 106px no-repeat;
  position: absolute;
  top: -106px;
  left: 0;
  z-index: 1;
}
.bg-circle-gr::after {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/common/bgi/bgi--cir-bottom-gr.webp) top center/100% 106px no-repeat;
  position: absolute;
  bottom: -105px;
  left: 0;
  z-index: 1;
}
@media (max-width: 699px) {
  .bg-circle-gr {
    margin-top: -60px;
  }
  .bg-circle-gr::before {
    top: -60px;
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-top-gr.webp) top center/100% 60px no-repeat;
  }
  .bg-circle-gr::after {
    height: 60px;
    background: url(../img/common/bgi/bgi--cir-bottom-gr.webp) top center/100% 60px no-repeat;
    bottom: -59px;
  }
}

.common-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.common-news__title img {
  width: 82px;
}
.common-news__title-ja {
  font-size: 2.5rem;
  margin-left: 10px;
}
.common-news__title-en {
  font-weight: 600;
  color: #E1D0C0;
  margin-left: 28px;
  font-size: 1.25rem;
}
@media (max-width: 699px) {
  .common-news__title {
    margin-bottom: 5px;
  }
  .common-news__title img {
    width: 65px;
  }
  .common-news__title-ja {
    font-size: 1.75rem;
    margin-left: 10px;
  }
  .common-news__title-en {
    margin-left: 15px;
  }
}

.common-news-list {
  width: 100%;
  list-style: none;
  border-top: 1px solid #E1D0C0;
}
.common-news-list li {
  border-bottom: 1px solid #E1D0C0;
  padding: 26px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-news-list__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.common-news-list__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.common-news-list__title {
  font-weight: 500;
  font-size: 1.13rem;
}
@media (max-width: 699px) {
  .common-news-list li {
    padding: 18px 0px;
  }
  .common-news-list__info {
    margin-bottom: 15px;
    gap: 10px;
  }
  .common-news-list__title {
    font-size: 0.88rem;
  }
}

.common-sub-menu {
  background-color: #D9EEE7;
  padding: 74px 0 100px;
  position: relative;
}
.common-sub-menu::before {
  content: "";
  width: 100%;
  height: 132px;
  background: url(../img/common/footer/pic--footer-house.webp) top center/auto 132px repeat-x;
  position: absolute;
  top: -130px;
  left: 0;
}
.common-sub-menu__list {
  padding: 0px 114px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.common-sub-menu__item {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-sub-menu__title {
  font-size: 1.5rem;
  margin-top: 40px;
}
@media (max-width: 699px) {
  .common-sub-menu {
    padding: 43px 0 43px;
  }
  .common-sub-menu__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 15px;
  }
  .common-sub-menu__list img {
    width: 50px;
  }
  .common-sub-menu::before {
    height: 98px;
    top: -96px;
    background-size: auto 98px;
  }
  .common-sub-menu__item {
    border-radius: 20px;
    padding: 0px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    aspect-ratio: auto;
    height: 88px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 22px;
    width: 100%;
  }
  .common-sub-menu__title {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.page-style-02 .footer {
  padding-top: 80px;
  margin-top: 220px;
  position: relative;
}
.page-style-02 .footer::before {
  content: "";
  height: 260px;
  width: 100%;
  position: absolute;
  top: -260px;
  background: url(../img/common/footer/pic--footer-house.webp) bottom center/auto 132px repeat-x, #FDFAF1;
}
@media (max-width: 699px) {
  .page-style-02 .footer {
    margin-top: 160px;
  }
  .page-style-02 .footer::before {
    background-size: auto 98px;
    height: 200px;
    top: -200px;
  }
}

/*
	Aboutページのアイテムの設定
*/
.section-about01 {
  padding-bottom: 306px;
}
.section-about01__image {
  width: 1020px;
  max-width: 100%;
  margin-bottom: 40px;
}
.section-about01 .section-content, .section-about01 .donation-project__content, .section-about01 .donation-nr__content, .section-about01 .donation-vm-about__text, .section-about01 .donation-vm__lede {
  text-align: center;
  line-height: 3.6;
}
@media (max-width: 699px) {
  .section-about01 {
    padding-bottom: 210px;
  }
  .section-about01 .section-content, .section-about01 .donation-project__content, .section-about01 .donation-nr__content, .section-about01 .donation-vm-about__text, .section-about01 .donation-vm__lede {
    text-align: left;
    line-height: 2.4;
  }
  .section-about01__image {
    margin-bottom: 20px;
  }
}

.section-about02 {
  position: relative;
  z-index: 1;
  background: url(../img/about/index/pic--about02-01.webp) left calc(50vw - 550px - 74px) center/196px auto no-repeat, url(../img/about/index/pic--about02-02.webp) right calc(50vw - 550px - 74px) center/253px auto no-repeat, #FDFAF1;
}
.section-about02 .section-content, .section-about02 .donation-project__content, .section-about02 .donation-nr__content, .section-about02 .donation-vm-about__text, .section-about02 .donation-vm__lede {
  text-align: center;
}
@media (max-width: 699px) {
  .section-about02 .section-content, .section-about02 .donation-project__content, .section-about02 .donation-nr__content, .section-about02 .donation-vm-about__text, .section-about02 .donation-vm__lede {
    text-align: left;
  }
}

.section-about03 {
  padding-top: 200px;
}
.section-about03 .section-content, .section-about03 .donation-project__content, .section-about03 .donation-nr__content, .section-about03 .donation-vm-about__text, .section-about03 .donation-vm__lede {
  margin-bottom: 120px;
}
.section-about03 .list-col2 .title-lv1, .section-about03 .list-col2 .about-teikan__lede {
  margin-top: 20px;
}
@media (max-width: 699px) {
  .section-about03 {
    padding-top: 150px;
  }
  .section-about03 .section-content, .section-about03 .donation-project__content, .section-about03 .donation-nr__content, .section-about03 .donation-vm-about__text, .section-about03 .donation-vm__lede {
    margin-bottom: 60px;
  }
  .section-about03 .list-col2 .title-lv1, .section-about03 .list-col2 .about-teikan__lede {
    margin-top: 10px;
  }
}

.section-charactor {
  background-color: #FDFAF1;
  padding: 14px 100px 20px 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  margin-top: 100px;
}
.section-charactor__image {
  width: 203px;
  max-width: 100%;
}
.section-charactor__content {
  width: 668px;
  max-width: 100%;
}
.section-charactor__title {
  margin-bottom: 26px;
}
@media (max-width: 699px) {
  .section-charactor {
    padding: 30px 20px;
    margin-top: 60px;
  }
  .section-charactor__image {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-charactor__title span {
    display: block;
    text-align: center;
  }
}

.about-teikan {
  background-color: #D9EEE7;
}
.about-teikan__lede {
  text-align: center;
  margin-bottom: 66px;
}
.about-teikan .btn-brown {
  margin: 0px auto;
}
@media (max-width: 699px) {
  .about-teikan__lede {
    margin-bottom: 30px;
  }
}

.about-news {
  background-color: #FDFAF1;
  padding-bottom: 200px;
}
.about-news .btn-white {
  margin: 30px 15px 0px auto;
}

/*会費制度・ご寄付について*/
.membership-about {
  padding-bottom: 106px;
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 1;
  position: relative;
}
.membership-about__image {
  gap: 60px;
  margin-bottom: 60px;
}
.membership-about__contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 699px) {
  .membership-about {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .membership-about__image {
    margin-bottom: 30px;
  }
  .membership-about .col:first-of-type, .membership-about .donation-project__content:first-of-type, .membership-about .donation-project__image:first-of-type {
    margin-bottom: 30px;
  }
  .membership-about__contact .btn-tel {
    margin-bottom: 30px;
  }
}

.membership-use {
  padding-top: 140px;
}
.membership-use .section-content, .membership-use .donation-project__content, .membership-use .donation-nr__content, .membership-use .donation-vm-about__text, .membership-use .donation-vm__lede {
  text-align: center;
  margin-bottom: 40px;
}
.membership-use__list {
  background-color: #FDFAF1;
  border-radius: 30px;
  padding: 60px 60px 60px 338px;
  list-style: none;
  position: relative;
}
.membership-use__list li {
  margin-bottom: 15px;
}
.membership-use__list li:last-of-type {
  margin-bottom: 0;
}
.membership-use__list::before {
  content: "";
  width: 245px;
  aspect-ratio: 245/260;
  height: auto;
  left: -140px;
  bottom: -80px;
  background: url(../img/about/membership/pic--about-03.webp) left top/contain no-repeat;
  position: absolute;
}
.membership-use__list::after {
  content: "";
  width: 295px;
  aspect-ratio: 295/260;
  height: auto;
  right: -127px;
  top: -104px;
  background: url(../img/about/membership/pic--about-04.webp) left top/contain no-repeat;
  position: absolute;
}
@media (max-width: 699px) {
  .membership-use .section-content, .membership-use .donation-project__content, .membership-use .donation-nr__content, .membership-use .donation-vm-about__text, .membership-use .donation-vm__lede {
    text-align: left;
  }
  .membership-use__list {
    padding: 30px 20px;
  }
  .membership-use__list::before {
    content: "";
    width: 80px;
    left: -30px;
    bottom: -70px;
    background: url(../img/about/membership/pic--about-03.webp) left top/contain no-repeat;
    position: absolute;
  }
  .membership-use__list::after {
    content: "";
    width: 100px;
    right: -30px;
    top: auto;
    bottom: 50px;
    background: url(../img/about/membership/pic--about-04.webp) left top/contain no-repeat;
    position: absolute;
  }
}

.membership-howto {
  padding-top: 140px;
}
.membership-howto .table-ptn--01 {
  margin: 78px auto 60px;
  width: 890px;
  max-width: 100%;
}
@media (max-width: 699px) {
  .membership-howto {
    padding-top: 100px;
  }
  .membership-howto .table-ptn--01 {
    width: 100%;
    margin: 30px auto;
  }
}

.donation-about {
  padding-top: 190px;
  margin-top: -40px;
  background-color: #FDFAF1;
}
.donation-about__image {
  margin-bottom: 70px;
}
.donation-about .table-ptn--02 {
  margin: 100px auto 0px;
  width: 890px;
  max-width: 100%;
}
.donation-about .table-ptn--02 tbody th {
  white-space: nowrap;
}
@media (max-width: 699px) {
  .donation-about {
    padding-top: 100px;
  }
  .donation-about .table-ptn--02 {
    width: 100%;
    margin-top: 30px;
  }
  .donation-about .table-ptn--02 tbody th {
    white-space: normal;
    width: 50%;
  }
  .donation-about__image {
    margin-bottom: 30px;
  }
}

.donation-vm {
  margin-top: 235px;
}
.donation-vm .section-title-sub {
  margin-bottom: 60px;
}
.donation-vm__lede {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.donation-vm__lede::after {
  content: "";
  width: 100px;
  aspect-ratio: 100/150;
  background: url(../img/about/membership/pic--donation-02.webp) top left/contain no-repeat;
  position: absolute;
  bottom: -77px;
  right: 52px;
}
.donation-vm .title-lv2 {
  color: #89705D;
  text-align: center;
  margin-bottom: 30px;
}
.donation-vm__flow {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 699px) {
  .donation-vm {
    margin-top: 120px;
  }
  .donation-vm .section-title-sub {
    margin-bottom: 30px;
  }
  .donation-vm__lede {
    text-align: left;
  }
  .donation-vm__lede::after {
    width: 50px;
    right: 0;
    bottom: -60px;
  }
  .donation-vm__flow {
    margin-bottom: 30px;
  }
}

.donation-vm-about {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.donation-vm-about__image {
  width: 296px;
  max-width: 100%;
  margin: 0px auto;
}
.donation-vm-about__text {
  width: 670px;
  max-width: 100%;
  padding-top: 10px;
}
@media (max-width: 699px) {
  .donation-vm-about__text {
    margin-bottom: 30px;
  }
}

.donation-nr {
  padding-top: 288px;
  background-color: #D9EEE7;
}
.donation-nr__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
.donation-nr__content {
  text-align: center;
}
@media (max-width: 699px) {
  .donation-nr {
    padding-top: 120px;
  }
  .donation-nr__title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .donation-nr__content {
    text-align: left;
  }
}

.donation-project {
  padding-top: 130px;
  padding-bottom: 70px;
}
.donation-project .section-title-sub {
  margin-bottom: 77px;
  color: #614A3F;
}
.donation-project__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}
@media (max-width: 699px) {
  .donation-project {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .donation-project .section-title-sub {
    margin-bottom: 30px;
  }
  .donation-project__content {
    margin-bottom: 30px;
  }
}

.donation-project-info {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 35px 30px 30px 35px;
  margin-top: 50px;
}
@media (max-width: 699px) {
  .donation-project-info {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .donation-project-info .title-lv3 {
    margin-bottom: 15px;
  }
}

.membership-nav {
  background-color: #D9EEE7;
  padding: 80px 0px;
  margin-top: -1px;
}
.membership-nav .common-sub-menu__title {
  font-size: 1.25rem;
}
@media (max-width: 699px) {
  .membership-nav .common-sub-menu__title {
    font-size: 1.13rem;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #FDFAF1;
}

.u-color-sub {
  color: #D9EEE7;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 40px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
.u-over-parent, .donation-vm, .donation-nr {
  margin-inline: -30px;
}
@media (min-width: 699px) {
  .u-over-parent, .donation-vm, .donation-nr {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth, .donation-vm, .donation-nr {
  padding-inline: 30px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth, .donation-vm, .donation-nr {
    padding-inline: calc(50cqi - 50%);
  }
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

.u-scroll-x {
  overflow-x: scroll;
}

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

@media screen and (min-width: 699px) {
  .u-hidden-pc {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=about.css.map */