@charset "UTF-8";
/* フォーマット用 */

/* @group wd-full */

.wd-full {
  margin-left: calc((100vw - var(--side) - 100%) / -2);
  width: calc(100vw - var(--side));
}

.bg-full {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

section.bg-full {
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
}

[class*="bg-full"]::before {
  background-color: var(--gray2);
  content: "";
  height: 100%;
  width: 100vw;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.bg-full > *:last-child {
  margin-bottom: 0;
}

#main-content:has( > .bg-full:last-child) {
  margin-bottom: 0;
}

#main-content > .bg-full:last-child:not(:has(.related-link)) {
  padding-bottom: 80px;
}

figure.img-frame {
  border: 1px solid var(--gray4);
}

/* @end */

/* @group heading */

.heading-h2,
.h2_default /* 旧ページ用 */ {
  color: var(--sub);
  font-size: 28px;
  font-weight: var(--fw-mid);
  letter-spacing: .1em;
  line-height: 1.75;
  margin-bottom: 30px;
}

.heading-h3,
.h3_default /* 旧ページ用 */ {
  font-size: 24px;
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.3;
  margin-bottom: calc(var(--mb) - 10px);
  padding-left: 1em;
  position: relative;
}

.heading-h3::before,
.h3_default::before /* 旧ページ用 */ {
  background-color: var(--main);
  content: "";
  height: 1.3em;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

*:not(.heading-h2) + .heading-h3,
*:not(.h2_default) + .h3_default /* 旧ページ用 */ {
  margin-top: 70px;
}

.heading-h4,
.h4_default /* 旧ページ用 */ {
  border-bottom: 1px dotted var(--gray3);
  color: var(--sub);
  font-size: 22px;
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.3;
  margin-bottom: calc(var(--mb) / 2);
  padding-bottom: 15px;
}

*:not(.heading-h3) + .heading-h4,
*:not(.h3_default) + .h4_default /* 旧ページ用 */ {
  margin-top: var(--last-mb);
}

.heading-h5 {
  color: var(--sub);
  font-size: 18px;
  font-weight: var(--fw-mid);
  line-height: 1.3;
  margin-bottom: 15px;
}

/* @end */

/* @group lead */

.lead {}

.lead-ss {
  color: #999;
  font-size: 15px;
}

/* @end */

/* @group pattern */

figure img {
  vertical-align: middle;
}

[class*="pattern1-"],
[class*="pattern2-"],
[class*="pattern3-"],
[class*="pattern4-"],
[class*="pattern1_"], /* 旧ページ用 */
[class*="pattern2_"], /* 旧ページ用 */
[class*="pattern3_"], /* 旧ページ用 */
[class*="pattern4_"] /* 旧ページ用 */ {
  --gap: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) + 10px) var(--gap);
  margin-bottom: var(--last-mb);
}

[class*="pattern1-"].reverse,
[class*="pattern2-"].reverse,
[class*="pattern3-"].reverse,
[class*="pattern4-"].reverse,
[class*="pattern1_"].reverse, /* 旧ページ用 */
[class*="pattern2_"].reverse, /* 旧ページ用 */
[class*="pattern3_"].reverse, /* 旧ページ用 */
[class*="pattern4_"].reverse /* 旧ページ用 */ {
  flex-direction: row-reverse;
}

/* pattern1-1 */

.pattern1-1 [class*="col"],
.pattern1_1 [class*="col"] /* 旧ページ用 */ {
  flex-shrink: 0;
  width: calc((100% - var(--gap)) / 2);
}

/* pattern1-2(2-1) */

@media screen and (min-width: 768px) {

  .pattern1-2 [class*="col"]:nth-child(2n+1),
  .pattern1_2 [class*="col"]:nth-child(2n+1) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc((100% - var(--gap)) / 3);
  }

  .pattern1-2 [class*="col"]:nth-child(2n),
  .pattern1_2 [class*="col"]:nth-child(2n) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc(((100% - var(--gap)) / 3) * 2);
  }

  /* pattern2-3(3-2) */

  .pattern2-3 [class*="col"]:nth-child(2n+1),
  .pattern2_3 [class*="col"]:nth-child(2n+1) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc(((100% - var(--gap)) / 5) * 2);
  }

  .pattern2-3 [class*="col"]:nth-child(2n),
  .pattern2_3 [class*="col"]:nth-child(2n) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc(((100% - var(--gap)) / 5) * 3);
  }

}

/* Youtube用 */
.pattern2_3 [class*="col"] iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {

/* pattern1-3(3-1) */

  .pattern1-3 [class*="col"]:nth-child(2n+1),
  .pattern1_3 [class*="col"]:nth-child(2n+1) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc((100% - var(--gap)) / 4);
  }

  .pattern1-3 [class*="col"]:nth-child(2n),
  .pattern1_3 [class*="col"]:nth-child(2n) /* 旧ページ用 */ {
    flex-shrink: 0;
    width: calc(((100% - var(--gap)) / 4) * 3);
  }

}

/* pattern1-1-1 */

.pattern1-1-1,
.pattern1_1_1 /* 旧ページ用 */ {
  row-gap: var(--gap);
}

.pattern1-1-1 .col,
.pattern1_1_1 .col /* 旧ページ用 */ {
  flex-shrink: 0;
  width: calc((100% - (var(--gap) * 2)) / 3);
}

.pattern1-1-1 .col figure,
.pattern1_1_1 .col figure /* 旧ページ用 */ {
  margin-bottom: 30px;
}

/* patterm1-1-1-1 */

.pattern1-1-1-1,
.pattern1_1_1_1 /* 旧ページ用 */ {
  --gap: 40px;
  gap: calc(var(--gap) + 10px) var(--gap);
}

.pattern1-1-1-1 .col,
.pattern1_1_1_1 .col /* 旧ページ用 */ {
  flex-shrink: 0;
  width: calc((100% - (var(--gap) * 3)) / 4);
}

.pattern1-1-1-1 .col figure,
.pattern1_1_1_1 .col figure /* 旧ページ用 */ {
  margin-bottom: 20px;
}

/* 子要素の余白調整 */

#main-content [class*="pattern"] [class*="col"] > :last-child {
  margin-bottom: 0;
}

/* @end */

/* @group float */

.float-l,
.float-r {
  --col-gap: 50px;
  --row-gap: 20px;
  margin-bottom: var(--row-gap);
}

.float-l {
  float: left;
  margin-right: var(--col-gap);
}

.float-r {
  float: right;
  margin-left: var(--col-gap);
}

/* @end */

/* @group caution */

.caution {
  font-size: 14px;
}

p.caution, ul.caution li, span.caution {
  letter-spacing: var(--ltrspace);
  line-height: 1.7;
  margin-left: 1.3em;
  position: relative;
}

p.caution::before, ul.caution li::before, span.caution::before {
  content: "※";
  display: inline;
  position: absolute;
  top: 0;
  left: -1.3em;
}

ul.caution {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

ul.caution li {
  list-style: none;
}

span.caution::before {
  top: -.1em;
}

/* @end */

/* @group box */

.box,
.caution_box {
  border: 1px solid var(--gray4);
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: var(--mb);
}

[class*="pattern"] [class*="col"].box {
  margin-bottom: 0;
}

.box-head {
  border-bottom: 1px dotted var(--gray3);
  color: var(--sub);
  font-size: 18px;
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.44;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.pickup-box {
  border: 1px solid var(--normal);
  border-radius: var(--radius);
  padding: 20px 30px 30px;
}

.pickup-box .box-head {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.pickup-box .box-head .icon {
  background-color: var(--main);
  border-radius: calc(var(--radius) / 2);
  color: #FFF;
  font-family: var(--en);
  font-size: 15px;
  font-weight: var(--fw-bold);
  letter-spacing: var(--ltrspace);
  margin: 0 20px 0 -40px;
  padding: .45em .8em;
}

.box > *:last-child,
.caution_box > *:last-child,
.pickup-box > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group ul */

ul, ol {
  --list-row-gap: 10px;
}

ul.list,
ul.item_list /* 旧ページ用 */ {
  margin-bottom: var(--mb);
}

ul.list,
ul.no-style,
ul.item_list /* 旧ページ用 */ {
  --list-line-height: 1.7;
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
}

ul.list > li,
ul.list ul > li,
ul.item_list > li, /* 旧ページ用 */
ul.item_list ul > li /* 旧ページ用 */ {
  line-height: var(--list-line-height);
  padding-left: 1.2em;
  position: relative;
}

ul.list > li::after,
ul.list ul > li::after,
ul.item_list > li::after, /* 旧ページ用 */
ul.item_list ul > li::after /* 旧ページ用 */ {
  aspect-ratio: 1 / 1;
  background-color: var(--main);
  border-radius: 100%;
  content: "";
  display: block;
  height: auto;
  width: 6px;
  position: absolute;
  top: calc(((var(--list-line-height) * 1em) - 6px) / 2);
  left: .2em;
}

ul.list ul > li::after,
ol ul.list > li::after,
ul.item_list ul > li::after /* 旧ページ用 */ {
  background-color: var(--gray3);
}

ul.no-style li {
  line-height: 1.5;
}

ul li:last-child,
ul li:last-child > *:not(ul):last-child {
  margin-bottom: 0;
}

/* @end */

/* @group ol */

ol {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-row-gap);
  margin: 0 0 var(--mb) 0;
  counter-reset: li;
}

ol > li {
  list-style: none;
  padding-left: 1.4em;
  line-height: 1.7;
  position: relative;
}

ol > li::before {
  color: var(--sub);
  content: counter(li, decimal) ". ";
  counter-increment: li;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: .1em;
}

ol ol {
  counter-reset: li-child;
}

ol ol > li::before {
  content: counter(li-child, decimal) ". ";
  counter-increment: li-child;
  top: 0;
}

ol ul.list > li::after {
  left: .2em;
}

ol.brachets > li {
  padding-left: 1.6em;
  counter-increment: cnt;
}

ol.brachets > li::before {
  color: currentColor;
  content: "(" counter(cnt) ") ";
}

ol.brachets > li:nth-of-type(n+10) {
  padding-left: 2.3em;
}

ol.no-style li {
  line-height: 1.5;
  padding: 0;
}

ol.no-style li::before {
  display: none;
}

ul.list ul,
ul ol,
ol ol,
ol ul.list {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--list-row-gap) / 2);
  margin: var(--list-row-gap) 0 0 .2em;
}

/* @end */

/* @group link */

p.link,
span.link,
ul.link-list li,
ul.link_list li /* 旧ページ用 */ {
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
}

span.link {
  display: inline-block;
}

.link a,
.link-list li a,
.link_list li a /* 旧ページ用 */ {
  display: inline;
  font-weight: 400;
  text-decoration-color: currentColor;
  transition: all .3s;
  position: relative;
}

.link a:hover, .link-list li a:hover,
.link_list li a:hover /* 旧ページ用 */ {
  color: var(--main);
  text-decoration-color: transparent;
}

.link.no-deco,
ul.no-deco li a {
  text-decoration-color: transparent;
}

a.t-link {
  transition: .3s;
}

a.t-link:hover {
  color: var(--main);
  text-decoration-color: transparent;
}

.link:has(.arrow.circle) a { vertical-align: middle; }

/* @end */

/* @group link-list */

.link-list,
.link_list /* 旧ページ用 */ {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin-bottom: var(--mb);
}

.link-list li,
.link_list li /* 旧ページ用 */ {
  list-style: none;
}

.link-list ul {
  margin: 1em 0 0 !important;
}

.link-list li:last-child,
.link-list li > *:last-child {
  margin-bottom: 0;
}

.link:has(span.arrow) a {
  text-decoration-color: transparent;
}

.link a + span.arrow {
  margin-left: 10px;
}

.link-white a,
.link-white a:hover {
  color: #FFF;
}

.link-white .arrow:not(.circle)::before,
.link-white .arrow:not(.circle)::after {
  background-color: #FFF;
}

/* @end */

/* @group link arrow */

span.arrow {
  aspect-ratio: 1 / 1;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 20px;
  position: relative;
}

span.arrow::before,
span.arrow::after {
  aspect-ratio: 1 / 1;
  background-color: var(--main);
  mask-image: url("../img/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 20px auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
}

span.arrow::before {
  opacity: 0;
  transform: translateX(-100%);
}

a:hover span.arrow::before,
a:hover + span.arrow::before {
  opacity: 1;
  transform: translateX(0);
}

a:hover span.arrow::after,
a:hover  + span.arrow::after {
  opacity: 0;
  transform: translateX(100%);
}

span.arrow.circle {
  border: 1px solid var(--gray4);
  border-radius: 100%;
  width: 30px;
  transition: .4s;
}

span.arrow.circle::before {
  background-color: #FFF;
}

a:hover span.arrow.circle,
a:hover + span.arrow.circle {
  background-color: var(--main);
}

.link a:hover ~ span.arrow.circle,
.link-btn a:hover span.arrow.circle {
  border-color: var(--main);
}

.link-white span.arrow.circle,
.link-white a:hover span.arrow.circle,
.link-white a:hover ~ span.arrow.circle {
  background-color: #FFF;
}

.link-white span.arrow.circle,
.link-white a:hover span.arrow.circle,
.link-white a:hover ~ span.arrow.circle {
  border-color: #FFF;
}

.link-white span.arrow.circle::before {
  background-color: var(--main);
}

/* @end */

/* @group link-btn */

.link-btn {
  letter-spacing: 0;
}

.center-position .link-btn,
.center-position .btn-more {
  display: inline-block;
  margin-bottom: 0;
}

.link-btn a,
.btn-more button {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  min-height: 50px;
  padding: 14px 45px 14px 20px;
  text-decoration: none;
  min-width: 185px;
  width: fit-content;
  position: relative;
}

.link-btn a:has(.arrow.circle) {
  padding-right: 55px;
}

.link-btn .arrow, .link-btn .ai {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.link-btn span.arrow::before {
  background-color: #FFF;
}

.link-btn.btn-back a {
  justify-content: center;
  padding: 14px 45px 14px 45px;
}

.link-btn.btn-back a .arrow {
  left: 15px;
  right: auto;
  transform: scaleX(-1);
}

.btn-more button {
  color: var(--normal);
}

.link-btn:not(:has(.arrow.circle)) a:hover,
.btn-more button:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: #FFF;
}

.link-btn:not(:has(.arrow.circle)) a:hover .ai::after {
  background-color: #FFF;
}

.link-btn.btn-L a {
  height: 110px;
  max-width: 396px;
  width: 100%;
  padding-left: 30px;
}

.link-btn.btn-L a:has(.arrow.circle) {
  padding-right: 70px;
}

.link-btn.btn-L:not(.link-white) a:has(.arrow.circle):hover {
  color: var(--main);
}

.link-btn.btn-L span.arrow {
  right: 30px;
}

.link-btn.fc-main a {
  color: var(--main);
}

.link-btn.link-white a:hover {
  background-color: transparent;
  border-color: currentColor;
}

.btn-more button {
  cursor: pointer;
  justify-content: center;
  padding: 0;
}

/* @end */

/* @group dl */

dl {
  margin-bottom: var(--mb);
}

dl dt {
  color: var(--sub);
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.3;
}

dl dd + dt {
  margin-top: var(--mb);
}

dl:not(.list) dt {
  font-size: 22px;
  margin-bottom: 20px;
}

dl dd {
  letter-spacing: var(--ltrspace);
  line-height: 1.75;
}

dl dd:last-child,
dl dd > *:last-child {
  margin-bottom: 0;
}

/* @group dl.list */

dl.list {
  --dt-fz: var(--fz-normal);
}

dl.list dt, dl.list dd {
  padding-left: calc(var(--dt-fz) * 1.2);
}

dl.list dt {
  font-size: var(--dt-fz);
  margin-bottom: 10px;
  position: relative;
}

dl.list dt::after {
  aspect-ratio: 1 / 1;
  background-color: var(--main);
  border-radius: 100%;
  content: "";
  display: block;
  height: auto;
  width: 6px;
  position: absolute;
  top: calc((1.3em - 6px) / 2);
  left: .2em;
}

/* @end */

/* @end of dl */

/* @group accordion */

.accordion > dl {
  margin-top: -30px;
}

.accordion > dl > dt {
  color: var(--normal);
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 0;
  padding: 33px 0 15px;
}

.accordion > dl > dt span {
  cursor: pointer;
  display: inline-block;
  margin-bottom: -7px;
  padding: 0 35px 15px 0;
  width: 100%;
  position: relative;
}

.accordion > dl > dt span::after,
.acc-btn span::after {
  background-image: url("../img/icon_arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 1px solid var(--gray4);
  border-radius: 100%;
  content: "";
  aspect-ratio: 1 / 1;
  width: 26px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
  transition: .4s; 
}

.accordion > dl > dt.open span::after {
  transform: rotate(90deg) scaleX(-1);
}

.accordion > dl > dd + dt {
  border-top: 1px solid var(--gray4);
  margin-top: 10px;
}

.accordion > dl > dd {
  display: none;
  padding: 0 0 50px 0;
  position: relative;
}

.accordion > dl > dd:last-child {
  padding-bottom: 0;
}

.accordion .sub-head {
	color: var(--sub);
	font-weight: var(--fw-mid);
	letter-spacing: var(--ltrspace);
	line-height: 1.77;
	font-size: 18px;
	margin-bottom: 10px;
}

.acc-btn span {
  cursor: pointer;
  display: inline-block;
  padding-right: 35px;
  width: 100%;
  position: relative;
}

.acc-btn + * {
  display: none;
}

/* @group Q&A */

.accordion.qa > dl > dt span,
.accordion.qa > dl > dd {
  padding-left: 40px;
}

.accordion.qa > dl > dt span::before, .accordion.qa > dl > dd::before {
  display: flex;
  justify-content: center;
  font-family: var(--en);
  font-size: 26px;
  font-weight: var(--fw-mid);
  line-height: 1;
  height: 1em;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion.qa > dl > dt span::before {
  content: "Q";
  color: var(--sub);
}

.accordion.qa > dl > dd::before {
  content: "A";
  color: var(--gray3);
}

/* @end */

/* @end of accordion */

/* @group table */

table:not(.no-style) {
  border-color: var(--gray4);
  border-style: solid;
  border-width: 1px 0 0 1px;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: var(--mb);
  width: 100%;
}

table:not(.no-style) th, table:not(.no-style) td {
  border-color: var(--gray4);
  border-style: solid;
  border-width:0 1px 1px 0;
  letter-spacing: var(--ltrspace);
  padding: 15px;
}

table:not(.no-style) th {
  background-color: var(--gray1);
  font-weight: var(--fw-normal);
  text-align: left;
}

table:not(.no-style) td {}

table:not(.no-style) td > p {
  margin-bottom: .8em;
}

table:not(.no-style) td > ul {
  margin-bottom: 1.5em;
}

table:not(.no-style) td > *:last-child {
  margin-bottom: 0 !important;
}

table.no-style th {
  font-weight: var(--fw-normal);
  text-align: left;
}

table.table-2line {
  border-width: 0;
}

table.table-2line th {
  width: 25%;
}

table.table-2line td {
  border-right-width: 0;
  width: 75%;
}

.scroll-box {
  min-height: 85px;
  margin-bottom: var(--mb);
  overflow-x: auto;
  padding-bottom: 15px;
  width: 100%
}

.scroll-box table {
  margin-bottom: 0;
}

/* @group テーブルスクロール用 */

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* @end of scroll-hint */

/* @end of table */

/* @group form */

.form-area div.row {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: var(--ltrspace);
  padding: 30px 10px;
  width: 100%;
}

.form-area div.row:first-of-type {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px), radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 3px 1px, 3px 1px;
}

.form-area div.cell1, .form-area div.cell2 {
  line-height: 1.5;
}

.form-area div.cell1 {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-weight: var(--fw-mid);
  width: 22.78%;
}

.form-area div.cell1:has(+ .cell2 input[type="text"]),
.form-area div.cell1:has(+ .cell2 select) {}

.form-area div.cell2 {
  width: 71.22%;
  position: relative;
}

.form-area div.cell1 .required {
  border: 1px solid var(--sub);
  border-radius: 9999px;
  color: var(--sub);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  height: 25px;
  width: 56px;
  padding-bottom: 1px;
  position: relative;
  top: 2px;
}

.form-area div.cell2 p {
  margin-bottom: 0;
}

.form-area .caution {
  margin-top: .5em;
}

.form-area input, .form-area select, .form-area textarea {
  font-family: var(--gothic);
  font-size: var(--fz-normal);
}

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {
  -webkit-appearance: none;
  background-color: var(--form-box-bg);
  border: none;
  border-radius: var(--form-radius);
  height: 54px;
  padding: 15px 20px;
  width: 100%;
}

.form-area input::placeholder {
  color: var(--gray3);
}

.form-area textarea {
  -webkit-appearance: none;
  background-color: var(--form-box-bg);
  border: none;
  border-radius: var(--form-radius);
  line-height: 1.8;
  height: auto;
  min-height: 180px;
  padding: 1em 1.5em;
  resize: vertical;
  width: 100%;
  margin: 0;
}

.form-area select {
  appearance: none;
  background-color: var(--form-box-bg);
  background-image: url(../img/icon_select.svg);
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: none;
  border-radius: var(--form-radius);
  color: var(--normal);
  height: 54px;
  min-width: 420px;
  max-width: 95%;
  padding: 0 60px 0 1.5em;
}

.form-area select::-ms-expand {
  display: none;
}

.form-area select:has(option:checked[value=""]) {
    color: var(--gray3);
}

.form-area ul.form-checkbox, .form-area ul.form-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 1em;
  row-gap: 20px;
}

.form-area ul.form-checkbox li, .form-area ul.form-list li {
  min-width: calc((100% - (1em * 3)) / 4);
}

.form-area input[type="radio"], .form-area input[type="checkbox"] {
  display: inline-block;
  margin-right: .5em;
}

.form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 1px) {

  .form-area input[type="radio"], .form-area input[type="checkbox"] {
    display: none;
    margin: 0;
  }

  .form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
    padding: 0 0 0 calc(18px + 10px);
  }

  .form-area input[type="radio"] ~ label::before, .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .form-area input[type="radio"] ~ label::before {
    aspect-ratio: 1 / 1;
    /* background-color: var(--form-box-bg); */
    border: 1px solid var(--gray3);
    border-radius: 100%;
    width: 20px;
    top: 2px;
  }

  .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    aspect-ratio: 1 / 1;
    /* background-color: var(--form-box-bg); */
    border: 1px solid var(--gray3);
    border-radius: var(--form-radius);
    /* box-shadow: 5px 5px 5px #edf2f2 inset; */
    width: 18px;
    top: 2px;
  }

  .form-area input[type="checkbox"]:checked + label::before, .form-area input[type="checkbox"]:checked ~ [class*="label"]::before {
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: none;
  }

  .form-area input[type="radio"] ~ label::after, .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    content: "";
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
  }

  .form-area input[type="radio"] ~ label::after {
    aspect-ratio: 1 / 1;
    background-color: transparent;
    border-radius: 100%;
    width: 10px;
    min-width: 0;
    top: 7px;
    bottom: 0;
    left: 5px;
  }

  .form-area input[type="radio"]:checked ~ label::after {
    background-color: var(--main);
  }

  .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 5px;
    width: 9px;
    margin-top: -8px;
    top: calc(50% + 5px);
    left: 5px;
    transform: rotate(-45deg);
  }
}

.form-area.error input, .form-area.error textarea, .form-area.error select, .form-area input.inputError, .form-area textarea.inputError, .form-area select.inputError {
  border: 2px solid var(--main);
}

.form-area div.error-msg {
  background-image: url('../img/icon_error.svg');
  background-position: left .35em;
  background-repeat: no-repeat;
  background-size: 0.875em auto;
  color: var(--main);
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 1.2em;
}

.form-area div.error-msg ~ input,
.form-area div.error-msg ~ textarea,
.form-area div.error-msg ~ select,
.form-area div.error-msg ~ .form-checkbox input:not(:checked) ~ label::before,
.form-area div.error-msg ~ .form-list input:not(:checked) ~ label::before {
  border: 2px solid var(--main);
}

.box:has(.form-privacy) {
  height: 140px;
  padding: 25px 30px;
}

.form-privacy {
  font-size: 14px;
  letter-spacing: var(--ltrspace);
  line-height: 1.7;
  height: 100%;
  overflow-y: auto;
}

.form-btn-area {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
  margin-top: 50px;
}

.form-btn {
  position: relative;
}

.form-btn button {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: var(--form-radius);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 52px;
  min-width: 200px;
  padding: 15px 40px 15px 20px;
  position: relative;
  transition: .4s;
}

.form-btn button .arrow {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.form-btn button .arrow::before {
  background-color: #FFF;
}

.form-btn button:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: #FFF;
}

.form-btn button:hover .arrow::before {
  opacity: 1;
  transform: translateX(0);
}

.form-btn button:hover .arrow::after {
  transform: translateX(100%);
}

.form-btn.btn-back button {
  padding: 15px 20px 15px 45px;
}

.form-btn.btn-back button .arrow {
  transform: scaleX(-1);
  left: 15px;
  right: auto;
}

/* @end */

/* @group news-list */

.news-list {}

.news-list ul {}

.news-list ul li:not(:first-child) {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.news-list ul li:first-child {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px), radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 3px 1px, 3px 1px;
}

.news-list ul li a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 30px 0 30px 5px;
  text-decoration: none;
}

.news-list ul li a.no-link {
  pointer-events: none;
}

.date-cate {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}

.date-cate .date {
  color: var(--gray3);
  font-family: var(--en);
  font-size: 15px;
  letter-spacing: var(--ltrspace);
  width: 6em;
}

.date-cate .cate {
  display: flex;
  align-items: center;
  gap: 10px;
}

.date-cate .cate > span {
  border: 1px solid var(--sub);
  border-radius: 9999px;
  color: var(--sub);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: var(--fw-mid);
  height: 32px;
  padding: 0 20px;
  min-width: 124px;
}

.news-list .title {
  line-height: 1.56;
  transition: .4s;
}

.news-list a:hover .title {
  color: var(--main);
}

/* @end */

/* @group event-list */

.event-list {}

.event-list > ul > li:not(:first-child) {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.event-list > ul > li:first-child {
  background-image: radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px), radial-gradient(circle, var(--gray3) 0.5px, transparent 0.5px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 3px 1px, 3px 1px;
}

.event-list a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  text-decoration: none;
}

.event-list a > figure {
  aspect-ratio: 44 / 23;
  border: 1px solid var(--gray4);
  margin: 0;
  width: 220px;
  min-width: 0;
}

.event-list a > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s;
}

.event-list a:hover > figure img {
  transform: scale(1.05);
}

.event-list a > div {
  width: calc(100% - 220px - 50px);
}

.event-date {
  border: 1px solid var(--sub);
  border-radius: 9999px;
  color: var(--sub);
  font-size: 14px;
  font-weight: var(--fw-mid);
  line-height: 1.42;
  margin-bottom: 15px;
  padding: 6px 20px;
  width: fit-content;
}

.event-cate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
  margin-top: 12px;
}

.event-cate li {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: var(--gray3);
  font-size: 14px;
  line-height: 1.42;
  padding-left: 25px;
}

.event-list .title {
  line-height: 1.75;
  transition: .4s;
}

.event-list a:hover .title {
  color: var(--main);
}

.event-cate li:nth-child(1) {
  background-image: url("../img/icon_map_event.svg");
}

.event-cate li:nth-child(2) {
  background-image: url("../img/icon_target.svg");
}

/* @end of news-list */

/* @group pagination */

.pagination {
  margin-top: calc(var(--mb) * 2);
}

.pagination ul {
  --gap: 20px;
  --page-blank: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 0 auto;
  width: fit-content;
}

.pagination ul li {
  aspect-ratio: 1 / 1;
  font-family: var(--en);
  font-weight: var(--fw-mid);
  width: 40px;
}

.pagination ul li a {
  border-radius: 4px;
  color: var(--gray3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.pagination ul li a:hover,
.pagination ul li.active a {
  background-color: var(--main);
  color: #FFF;
}

.pagination ul li.arrow a::after {
  background-color: currentColor;
  mask-image: url("../img/icon_arrow2.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
}

.pagination ul li.prev a::after {
  transform: scaleX(-1);
}

.pagination ul li.arrow a:hover::after,
.pagination ul li.arrow.active a::after {
  background-color: #FFF;
}

/* @end */

/* @group index-pattern */

.index-pattern {}

.index-pattern a {
  display: block;
  text-decoration: none;
}

.index-pattern a > figure {
  margin-bottom: 30px;
}

[class*="index-pattern"] a > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s;
}

[class*="index-pattern"] a:hover > figure img {
  transform: scale(1.05);
}

.index-pattern a > p {
  font-size: 18px;
  letter-spacing: var(--ltrspace);
  line-height: 1.55;
  margin-bottom: 0;
  text-align: center;
}

.index-pattern a:hover > p {
  color: var(--main);
}

.index-pattern li a:has(.arrow.circle) {
  border: 1px solid currentColor;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  display: flex;
  font-size: clamp(18px, 2.34vw, 20px);
  letter-spacing: .1em;
  line-height: 1.5;
  height: auto;
  min-height: 140px;
  padding: 1.5em clamp(55px, 16.6%, 90px) 1.5em clamp(20px, 7.4%, 40px);
  width: 100%;
  position: relative;
}

.index-pattern li a span.arrow {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(20px, 7.4%, 40px);
}

.index-pattern li a:has(.arrow.circle):hover {
  color: var(--main);
}

/* index-pattern parts*/

.index-head {
  color: var(--sub);
  font-size: 18px;
  font-weight: var(--fw-mid);
  line-height: 1.5;
  margin-bottom: 8px;
}

.index-desc {
  font-size: var(--fz-normal);
  line-height: 1.68;
}

.index-arrow {
  text-align: right;
}

/* @end */

/* @group index-pattern2 */

.index-pattern2 {
  --gap: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) + 10px) var(--gap);
}

.index-pattern2 .col {
  background-color: #FFF;
  width: calc((100% - (var(--gap) * 2)) / 3);
}

body:not(#home) .index-pattern2 .col {
  border-radius: var(--radius);
}

.index-pattern2 .col a {
  display: block;
  text-decoration: none;
  position: relative;
}

.index-pattern2 .col figure {
  aspect-ratio: 344 / 140;
  height: auto;
  margin: 0 0 30px;
  width: 100%;
}

body:not(#home) .index-pattern2 .col figure {
  border-radius: var(--radius) var(--radius) 0 0;
}

.index-pattern2 .index-inner {
  padding: 0 25px 20px;
}

.index-pattern2 .index-desc {
  margin-bottom: 10px;
}

@media screen and (max-width: 1079px) {

  .index-pattern2 .col {
    width: calc((100% - var(--gap)) / 2);
  }

}

/* @end */

/* @group index-pattern3 */

.index-pattern3 {
  --gap: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) + 10px) var(--gap);
}

.index-pattern3 .col {
  background-color: #FFF;
  width: calc((100% - (var(--gap) * 3)) / 4);
}

.index-pattern3 .col a {
  display: block;
  text-decoration: none;
  position: relative;
}

.index-pattern3 .col figure {
  aspect-ratio: 253 / 141;
  border-radius: 3px;
  min-width: 0;
  margin-bottom: 20PX;
}

.index-pattern3 .index-desc {
  margin-bottom: 8px;
}

@media screen and (max-width: 1079px) {

  .index-pattern3 .col {
    width: calc((100% - (var(--gap) * 2)) / 3);
  }

}

/* @end */

/* @group anchor-link */

.anchor-link {
  --column: 6;
  margin-bottom: 50px;
}

.anchor-link ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.anchor-link ul li {
  border-color: var(--gray4);
  border-style: solid;
  border-width: 0 1px;
  min-height: 50px;
  margin-right: -1px;
  min-width: calc(100% / var(--column));
}

.anchor-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: clamp(12px, 3.75vw, 15px);
  font-weight: var(--fw-mid);
  line-height: 1.4;
  height: 100%;
  padding: 4px 1em;
  text-decoration: none;
}

.anchor-link li a:hover {
  color: var(--main);
}

.anchor-link .arrow {
  transform: rotate(90deg);
}

/* @end */

/* @group related-link */

#main-content:has(*:last-child .related-link) {
  margin-bottom: 0;
}

.heading-h2:has(+ .related-link) a {
  color: inherit;
  text-decoration-color: transparent;
}

.related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related-link .link {
  flex-shrink: 0;
}

.related-link ul {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 0;
  width: 100%;
}

.related-link li a {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  height: 100%;
  min-height: 50px;
  padding: 14px 45px 14px 20px;
  text-decoration: none;
  width: 260px;
  position: relative;
}

.related-link li.active a {
  color: var(--main);
  pointer-events: none;
}

.related-link a .arrow {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.related-link a .arrow.circle {
  background-color: transparent !important;
  border: none;
  width: 20px;
}

.related-link a .arrow::before {
  background-color: #FFF;
}

.related-link a:hover {
  background-color: var(--main);
  color: #FFF;
}

/* @end */

/* @group topics-list */

.topics-list {
  --gap: clamp(40px, 3.7vw, 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px var(--gap);
}

.topic-col {
  width: calc((100% - (var(--gap) * 2)) / 3);
}

.topic-col a {
  display: block;
  text-decoration: none;
}

.topic-col figure {
  border: 1px solid var(--gray1);
  margin-bottom: 20px;
  aspect-ratio: 40 / 21;
}

.topic-col figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s;
}

.topic-col a:hover figure img {
  transform: scale(1.05);
}

.topic-col .tag {
  color: var(--sub);
  font-size: 13px;
  font-weight: var(--fw-mid);
  line-height: 1.5;
  margin-bottom: 15px;
}

.topic-col .tag li {
  background: linear-gradient(transparent 97%, currentColor 97%);
  display: inline;
  margin-right: 7px;
  position: relative;
}

.topic-col .head {
  font-size: clamp(15px, 1.38vw, 20px);
  font-weight: var(--fw-mid);
  line-height: 1.8;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.topic-col .date {
  color: #8D8D8D;
  font-family: var(--en);
  font-size: 13px;
  letter-spacing: var(--ltrspace);
  margin-bottom: 0;
  text-align: right;
}

@media screen and (max-width: 1079px) {

  .topics-list {
    --gap: 30px;
  }
  
  .topic-col figure {
    margin-bottom: 15px;
  }

  .topic-col .tag {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .topic-col .head {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
  }

}

/* @end */

/* @group messages list */

.donation-msg {
  position: relative;
}

.donation-msg:not(:has(.msg-slider)) .item {
  background-color: inherit;
  border-radius: inherit;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.donation-msg .item::before {
  background-color: var(--gray4);
  content: "";
  height: 1px;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.donation-msg .item > div:first-of-type {
  display: flex;
  align-items: center;
}

.donation-msg .item .icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #D5758D;
  color: #FFF;
  font-weight: var(--fw-bold);
  font-size: 18px;
  flex-shrink: 0;
}

.donation-msg .item .name-c-yellow {
  background-color: #D5B475;
}

.donation-msg .item .name-c-blue {
  background-color: #7584D5;
}

.donation-msg .item .name-c-purple {
  background-color: #A575D5;
}

.donation-msg .item .name-c-green {
  background-color: #B0D575;
}

.donation-msg:not(:has(.msg-slider)) .item > div:first-of-type > div:last-of-type {
  display: flex;
  align-items: center;
}

.donation-msg:not(:has(.msg-slider)) .item div:has( > .name) {
  width: 122px;
  margin-right: 20px;
}

.donation-msg .item .name {
  font-weight: var(--fw-mid);
  font-size: 15px;
  margin-bottom: -5px;
}

.donation-msg.msg-thanks .item .name {
  color: var(--sub);
}

.donation-msg .item .name::after {
  content: "さん";
  font-size: 11px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

.donation-msg .item .other,
.donation-msg .msg-slider .item .date {
  font-weight: var(--fw-mid);
  font-size: 11px;
  color: var(--gray3);
  margin: 0;
}

.donation-msg:not(:has(.msg-slider)) .item .date {
  font-family: var(--en);
  font-weight: var(--fw-normal);
  font-size: 13px;
  color: #8D8D8D;
  width: 114px;
  margin: 0;
}

.donation-msg .item div:has( > .msg) {
  display: flex;
  justify-content: space-between;
}

.donation-msg:not(:has(.msg-slider)) .item div:has( > .msg) {
  margin-top: 0;
  align-items: center;
  width: calc(100% - 310px);
}

.donation-msg .item .msg {
  font-size: 15px;
  margin-bottom: 0;
}

.donation-msg:not(:has(.msg-slider)) .item .msg + figure {
  border-radius: 3px;
  display: flex;
  flex-shrink: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 40px;
  width: 180px;
}

/* @group messages list slider */

.donation-msg .msg-slider {
  margin-right: calc(50% - 50vw);
}

.donation-msg .msg-slider .item {
  background-color: var(--gray2);
  border-radius: var(--radius);
  width: 380px;
  height: 224px;
  position: relative;
  padding: 20px 30px 30px;
  margin-right: 30px;
}

.donation-msg .msg-slider .item::before {
  background-color: var(--gray1);
  height: 2px;
  top: 74px;
}

.donation-msg.msg-thanks .msg-slider .item .date {
  display: none;
}

.donation-msg .msg-slider .item div:has(.msg) {
  margin-top: 32px;
}

.donation-msg .msg-slider .item .msg {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.donation-msg .msg-slider .item .msg + figure {
  border-radius: 3px;
  flex-shrink: 0;
  height: 99px;
  width: 99px;
  margin-bottom: 0;
  margin-left: 18px;
}

/* @end */

/* @end of messages list */

/* @group flow-box */

.flow-box {
  margin-left: 20px;
  margin-bottom: var(--mb);
  padding: 7px 0 0 40px;
  position: relative;
}

.flow-box:has( + .flow-box) {
  margin-bottom: 10px;
  padding-bottom: 25px;
}

.flow-box:has( + .flow-box):before {
  background-color: var(--gray4);
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow-box .num {
  aspect-ratio: 1 / 1;
  background-color: var(--main);
  border-radius: 100%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--en);
  font-size: 18px;
  font-weight: var(--fw-mid);
  height: auto;
  width: 40px;
  position: absolute;
  top: 0;
  left: -20px;
}

.flow-box .head {
  font-size: 18px;
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.44;
  margin-bottom: 15px;
}

.flow-box > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group sns LINE */

.sns-line {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (min-width: 1668px) {
  .sns-line {
    border-radius: var(--radius);
    overflow: hidden;
  }
}

.sns-line figure {
  border-radius: 0;
  margin: 0;
	width: 50%;
}

.sns-line figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sns-line > div {
  background-color: var(--main);
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 60px var(--main-pd);
  width: 50%;
}

.sns-line h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.sns-line h2 span {
  background-color: #FFF;
  border-radius: 9999px;
  color: var(--main);
  font-size: 18px;
  font-weight: var(--fw-mid);
  letter-spacing: .1em;
  line-height: 1.77;
  padding: 0 15px;
}

.sns-line .lead {
  font-size: 18px;
  font-weight: var(--fw-mid);
  letter-spacing: var(--ltrspace);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.sns-line .box {
  border-color: #FFF;
  margin: 5px 0 10px;
}

.sns-line .link-btn a {
  background-color: var(--line) !important;
  border: none;
  font-size: 15px;
}

.sns-line .list li::after {
  background-color: #FFF;
}

.sns-line .qr-link {
  color: #FFF;
}

.qr-link {
  color: var(--sub);
  cursor: pointer;
  font-size: 15px;
  text-decoration: underline;
  transition: .3s;
}

.qr-link:hover {
  text-decoration-color: transparent;
}

.qr-box {
  background-color: #FFF;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 400px;
  position: relative;
}

.qr-box figure {
  margin-bottom: 25px;
}

.qr-box p {
  letter-spacing: var(--ltrspace);
  margin: 0;
}

/* @end of sns LINE */

/* @group modal */

.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}

html:has(.modal.active) {
  overflow: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  max-height: 85vh;
  max-width: 85vw;
}

.modal-close {
  aspect-ratio: 1 / 1;
  background-image: url("../img/icon_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  height: auto;
  width: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* @end of modal */

/* @group common */

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.tel-link {}

.txt-break { word-break: break-all; }

html .radius { border-radius: var(--radius) !important; }
html .no-radius { border-radius: 0 !important; }

/* backgroun-color */
.bgc-normal { background-color: var(--normal); }
.bgc-main { background-color: var(--main); }
.bgc-sub { background-color: var(--sub); }
.bgc-gray1 { background-color: var(--gray1); }
.bgc-gray2 { background-color: var(--gray2); }
.bgc-line { background-color: var(--line); }
.bgc-white { background-color: #FFF; }

/* color */
.fc-normal { color: var(--normal); }
.fc-main { color: var(--main); }
.fc-sub { color: var(--sub); }
.fc-gray2 { color: var(--gray2); }
.fc-gray3 { color: var(--gray3); }
.fc-black { color: #000; }
.fc-white { color: #FFF; }

/* display */
.inline { display: inline; }
.block { display: block; }
.inline-block { display: inline-block; }

/* font family */
html .ff-normal { font-family: var(--gothic) !important; }
html .ff-en { font-family: var(--en) !important; }
html .ff-en-mincho { font-family: var(--en-mincho) !important; }

/* font color */
html .fc-normal { color: var(--normal) !important; }
html .fc-main { color: var(--main) !important; }

/* font weight */
html .fw-normal { font-weight: var(--fw-normal) !important; }
html .fw-mid { font-weight: var(--fw-mid) !important; }
html .fw-bold { font-weight: var(--fw-bold) !important; }

/* font size */
.fz-ss { font-size: 69% !important; }
.fz-s { font-size: 85% !important; }
.fz-m { font-size: 100% !important; }
.fz-l { font-size: 115% !important; }
.fz-ll { font-size: 130% !important; }
.fz-lll { font-size: 146% !important; }
.fz-llll { font-size: 176% !important; }
html .fz-normal { font-size: var(--fz-normal) !important; }

/* flexbox */
.flexbox { display: flex !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-center { justify-content: center !important; }
.items-center { align-items: center !important; }
.items-stretch { align-items: stretch !important; }

/* position */
.left-position,
tr.left-position th,
tr.left-position td,
table.left-position th,
table.left-position td {
  text-align: left !important;
}

.right-position,
tr.right-position th,
tr.right-position td,
table.right-position th,
table.right-position td {
  text-align: right !important;
}

.center-position,
tr.center-position th,
tr.center-position td,
table.center-position th,
table.center-position td,
table.center-position-th th {
  text-align: center !important;
}

.middle-position,
tr.middle-position th,
tr.middle-position td,
table.middle-position th,
table.middle-position td {
  vertical-align: middle !important;
}

.nowrap,
.nowrap-th th {
  white-space: nowrap;
}
.word-wrap { word-wrap: break-word; }

/* margin */
.m-auto { margin: 0 auto !important;}

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb1hem { margin-bottom: 1.5em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb2hem { margin-bottom: 2.5em !important; }
.mb3em { margin-bottom: 3em !important; }

html .last-para { margin-bottom: var(--mb) !important; }
.last-para2 { margin-bottom: var(--last-mb) !important; }

.ml-auto { margin-left: auto !important; }
.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }

.mr-auto { margin-right: auto !important; }
.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-100 { margin-right: 100px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important;}
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }

/* padding */
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-100 { padding-bottom: 100px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-100 { padding-right: 100px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-100 { padding-top: 100px !important; }

/* width */
.wd-100p { width: 100% !important; }
.wd-90p { width: 90% !important; }
.wd-85p { width: 85% !important; }
.wd-80p { width: 80% !important; }
.wd-75p { width: 75% !important; }
.wd-70p { width: 70% !important; }
.wd-65p { width: 65% !important; }
.wd-60p { width: 60% !important; }
.wd-55p { width: 55% !important; }
.wd-50p { width: 50% !important; }
.wd-45p { width: 45% !important; }
.wd-40p { width: 40% !important; }
.wd-35p { width: 35% !important; }
.wd-30p { width: 30% !important; }
.wd-25p { width: 25% !important; }
.wd-20p { width: 20% !important; }
.wd-15p { width: 15% !important; }
.wd-auto { width: auto !important; }
.wd-fit { width: fit-content !important; }

.max-wd-100p { 	max-width: 100% !important; }

.indent-1em {
  padding-left: 1em !important;
  text-indent: -1em;
}

.indent-1hem {
  padding-left: 1.5em !important;
  text-indent: -1.5em;
}

.indent-2em {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.indent-2hem {
  padding-left: 2.5em !important;
  text-indent: -2.5em;
}

.indent-3em {
  padding-left: 3em !important;
  text-indent: -3em;
}

.indent-3hem {
  padding-left: 3.5em !important;
  text-indent: -3.5em;
}

.indent-4em {
  padding-left: 4em !important;
  text-indent: -4em;
}

.indent-4hem {
  padding-left: 4.5em !important;
  text-indent: -4.5em;
}

.indent-5em {
  padding-left: 5em !important;
  text-indent: -5em;
}

.indent-5hem {
  padding-left: 5.5em !important;
  text-indent: -5.5em;
}

.indent-6em {
  padding-left: 6em !important;
  text-indent: -6em;
}

.indent-6hem {
  padding-left: 6.5em !important;
  text-indent: -6.5em;
}

.indent-7em {
  padding-left: 7em !important;
  text-indent: -7em;
}

.indent-7hem {
  padding-left: 7.5em !important;
  text-indent: -7.5em;
}

/* @end of common */

/* @group clearfix */

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* @end of clearfix */


/**************************** 
 SP
**************************** */

@media screen and (max-width: 767px) {

/* @group wd-full */

.wd-full {
  margin-left: calc(var(--main-pd) * -1);
  width: 100vw;
}

.bg-full {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.bg-full {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#main-content > .bg-full:last-child:not(:has(.related-link)) {
  padding-bottom: 60px;
}

/* @end */

/* @group heading */

.heading-h2,
.h2_default /* 旧ページ用 */ {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.heading-h3,
.h3_default /* 旧ページ用 */ {
  font-size: 20px;
}

*:not(.heading-h2) + .heading-h3,
*:not(.h2_default) + .h3_default /* 旧ページ用 */ {
  margin-top: 45px;
}

.heading-h4,
.h4_default /* 旧ページ用 */ {
  font-size: 18px;
}
  
*:not(.heading-h3) + .heading-h4,
*:not(.h3_default) + .h4_default {
	margin-top: 40px;
}
  
.heading-h5 {
	font-size: var(--fz-normal);
}

/* @end */

/* @group lead */

.lead {}

/* @end */

/* @group pattern */

[class*="pattern1-"], [class*="pattern2-"], [class*="pattern3-"], [class*="pattern4-"],
[class*="pattern1_"], [class*="pattern2_"], [class*="pattern3_"], [class*="pattern4_"] /* 旧ページ用 */ {
  --gap: 25px;
  flex-direction: column;
}

[class*="pattern"]:has(.sp-order1) {
  flex-direction: column-reverse;
}

[class*="pattern"] [class*="col"] {
  width: 100%;
}

[class*="col"] figure {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

[class*="col"] figure figcaption {
  text-align: left;
}

.pattern1-1-1,
.pattern1-1-1-1,
.pattern1_1_1, /* 旧ページ用 */
.pattern1_1_1_1 /* 旧ページ用 */ {
  row-gap: var(--last-mb);
}

/* @end */

/* @group float */

.float-l, .float-r {
  --col-gap: 0;
  float: none;
}

/* @end */

/* @group caution */

.caution {
  font-size: 13px;
}

ul.caution li {
  line-height: 1.9;
  margin-bottom: .7em;
}

/* @end */

/* @group box */

.box, .pickup-box {
  padding: 20px;
}

/* @end */

/* @group ul */
/* @end */

/* @group ol */
/* @end */

/* @group link */
/* @end */

/* @group link-list */
/* @end */

/* @group link arrow */  
/* @end */

/* @group link-btn */

.center-position-sp .link-btn,
.center-position-sp .btn-more {
  display: inline-block;
}

.center-position-sp .link-btn:last-child,
.center-position-sp .btn-more:last-child {
  margin-bottom: 0;
}

.link-btn {}

.link-btn a {}

.link-btn.btn-L a {
  height: 90px;
  padding-left: 30px;
}

.link-btn.btn-L span.arrow {
  right: 24px;
}

/* @end */

/* @group dl */

dl:not(.list) dt {
  font-size: 18px;
  margin-bottom: 15px;
}

dl dd {}

dl dd > *:last-child {
  margin-bottom: 0;
  }

/* @end */

/* @group accordion */

.accordion > dl {
  margin-top: -22px;
}

.accordion > dl > dt {
  font-size: var(--fz-normal);
  line-height: 1.62;
  padding: 10px 0;
}

.accordion > dl > dt span {
  padding: 12px 25px 12px 0;
}

.accordion > dl > dt span::after, .acc-btn span::after {
  margin: auto 0;
  bottom: 0;
}

/* @group Q&A */

.accordion.qa > dl > dt span::before, .accordion.qa > dl > dd::before {
  font-size: 22px;
}

.accordion.qa > dl > dt span::before {
  top: 14px;
}

.accordion > dl > dd {
  padding-bottom: 15px;
}

.accordion.qa > dl > dd::before {
  top: 0;
}

/* @end */

/* @end of accordion */

/* @group table */

table {}

table:not(.no-style) th, table:not(.no-style) td {
  padding: 14px;
}

table.table-2line th,
table.table-2line td {
  display: block;
  width: 100%;
}

table.table-2line th {
  border: none;
  border-top: 1px solid #d5e2eb;
  padding: 14px 12px;

}

table.table-2line td {
  border: none;
  padding: 18px 12px;
}

.scroll-box {
  padding-right: var(--main-pd);
  width: calc(100% + var(--main-pd));
}

.scroll-box.scroll-hint {
  white-space: nowrap;
}

.scroll-hint-icon {
  top: 5%;
  bottom: auto;
}

/* @end */

/* @group form */

.form-area div.row {
  flex-direction: column;
  row-gap: 20px;
  padding: 30px 0;
}

.form-area div.cell1, .form-area div.cell2 {
  width: 100%;
}

.form-area div.cell1 {}

.form-area div.cell1 .required {}

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {}

.form-area textarea {}

.form-area select {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
}

.form-area div.error-msg {
  position: relative;
  top: -.5em;
}

.box:has(.form-privacy) {
  height: 160px;
  padding: 15px 20px;
}

.form-btn-area {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-top: 40px;
}

/* @end */

/* @group news-list */

.news-list ul li a {
  padding: 25px 0;
  flex-direction: column;
  row-gap: 15px;
}

.date-cate {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}

.date-cate .date {
  font-size: 14px;
}

.date-cate .cate {
  gap: 5px;
}

.date-cate .cate > span {
  font-size: 13px;
  min-width: 110px;
  padding: 0 15px;
}

/* @end */

/* @group event-list */

.event-list a {
  flex-direction: column;
  padding: 25px 0;
  row-gap: 20px;
}

.event-list a > figure {
  aspect-ratio: 44 / 23;
  margin: 0 auto;
  width: 77.77%;
  min-width: 280px;
}

.event-list a > div {
  width: 100%;
}

.event-date {
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
}

.event-cate {
  flex-direction: column;
  align-items: flex-start;
}

.event-cate li {
  font-size: 13px;
}

/* @end */

/* @group pagination */

.pagination ul {
  --gap: 5px;
  --page-blank: 20px;
}

.pagination ul li {
  width: 9.6vw;
  max-width: 36px;
}

/* @end */

/* @group index-pattern */

.index-pattern a > figure {
  margin-bottom: 20px;
}

.index-pattern a > p {
  font-size: var(--fz-normal);
}

.index-pattern:not(:has(.col a figure)) {
  row-gap: 20px;
}

.index-pattern .link-btn a:has(.arrow.circle) {
  font-size: clamp(16px, 5vw, 18px);
  padding: 1em clamp(40px, 19.4%, 70px) 1em clamp(20px, 8.33%, 40px);
  min-height: 100px;
}

/* @end */

/* @group index-pattern2 */

.index-pattern2 {
  --gap: 20px;
}

.index-pattern2 .col {
  width: calc((100% - var(--gap)) / 2);
}

@media screen and (max-width: 540px) {
  .index-pattern2 .col {
    width: 100%;
  }
}


/* @end */

/* @group index-pattern3 */

.index-pattern3 .col {
  width: calc((100% - var(--gap)) / 2);
}

@media screen and (max-width: 540px) {
  .index-pattern3 .col {
    width: 100%;
  }
}

/* @end */

/* @group anchor-link */

.anchor-link {
  margin-bottom: 30px;
}

.anchor-link ul li {
  width: calc(100% / 2);
  min-width: inherit;
}

.anchor-link li a {
  padding-right: 5px;
}

/* @end */

/* @group related-link */

.related-link ul {
  --gap: 20px;
  justify-content: center;
}

/* @end */

/* @group topics-list */

.topic-col {
  width: calc((100% - var(--gap)) / 2);
}

@media screen and (max-width: 540px) {
  .topic-col {
    width: 100%;
  }
}

.topic-col .tag {
  font-size: 11px;
}

.topic-col .date {
  font-size: 11px;
}

.topics-list.list-col3 {
  --gap: 40px;
}


/* @end */

/* @group messages list */

.donation-msg {}

.donation-msg:not(:has(.msg-slider)) .item {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0;
}

.donation-msg:not(:has(.msg-slider)) .item > div:first-of-type {
  width: 100%;
}

.donation-msg:not(:has(.msg-slider)) .item > div:first-of-type > div:last-of-type {
  width: 100%;
  justify-content: space-between;
}

.donation-msg:not(:has(.msg-slider)) .item div:has(> .name),
.donation-msg:not(:has(.msg-slider)) .item .date {
  width: fit-content;
}

.donation-msg:not(:has(.msg-slider)) .item div:has(> .msg) {
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 30px;
}

.donation-msg:not(:has(.msg-slider)) .item .msg + figure {
  margin: 0 0 23px 0;
}

/* @group messages list slider */

.msg-slider .item {
  width: 330px;
  height: 214px;
}

.donation-msg .msg-slider .item .msg {
  font-size: 14px;
}

/* @end */

/* @end of messages list */

/* @group flow-box */
/* @end */

/* @group sns LINE */
  
.sns-line {
  flex-direction: column;
}
  
.sns-line figure {
	width: 100%;
}
  
.sns-line > div {
	width: 100%;
}
  
.sns-line h2 img {
	max-height: 30px;
}
  
.sns-line .list li {
	font-size: var(--fz-normal);
}
  
/* @end */

/* @group modal */
/* @end of modal */

/* @group common */

.tel-link a {
  color: inherit;
  text-decoration: underline;
}

html .radius-sp { border-radius: var(--radius) !important; }
html .no-radius-sp { border-radius: 0 !important; }

/* fontsize */
.fz-ss-sp { font-size: 69% !important; }
.fz-s-sp { font-size: 85% !important; }
.fz-m-sp { font-size: 100% !important; }
.fz-l-sp { font-size: 115% !important; }
.fz-ll-sp { font-size: 130% !important; }
.fz-lll-sp { font-size: 146% !important; }
.fz-llll-sp { font-size: 176% !important; }
.fz-normal { font-size: 15px !important; }

/* font weight */
.fw-normal-sp { font-weight: var(--fw-normal); }
.fw-mid-sp { font-weight: var(--fw-mid); }
.fw-bold-sp { font-weight: var(--fw-bold); }

/* position */
.left-position-sp,
tr.left-position-sp th,
tr.left-position-sp td,
table.left-position-sp th,
table.left-position-sp td {
  text-align: left !important;
}

.right-position-sp,
tr.right-position-sp th,
tr.right-position-sp td,
table.right-position-sp th,
table.right-position-sp td {
  text-align: right !important;
}

.center-position-sp,
tr.center-position-sp th,
tr.center-position-sp td,
table.center-position-sp th,
table.center-position-sp td,
table.center-position-sp-th th {
  text-align: center !important;
}

.middle-position-sp,
tr.middle-position-sp th,
tr.middle-position-sp td,
table.middle-position-sp th,
table.middle-position-sp td {
  vertical-align: middle !important;
}

/* margin */
.m-auto-sp { margin: 0 auto !important;}

.mb-0-sp { margin-bottom: 0px !important; }
.mb-5-sp { margin-bottom: 5px !important; }
.mb-10-sp { margin-bottom: 10px !important; }
.mb-15-sp { margin-bottom: 15px !important; }
.mb-20-sp { margin-bottom: 20px !important; }
.mb-25-sp { margin-bottom: 25px !important; }
.mb-30-sp { margin-bottom: 30px !important; }
.mb-35-sp { margin-bottom: 35px !important; }
.mb-40-sp { margin-bottom: 40px !important; }
.mb-45-sp { margin-bottom: 45px !important; }
.mb-50-sp { margin-bottom: 50px !important; }
.mb-55-sp { margin-bottom: 55px !important; }
.mb-60-sp { margin-bottom: 60px !important; }
.mb-65-sp { margin-bottom: 65px !important; }
.mb-70-sp { margin-bottom: 70px !important; }
.mb-75-sp { margin-bottom: 75px !important; }
.mb-80-sp { margin-bottom: 80px !important; }
.mb-85-sp { margin-bottom: 85px !important; }
.mb-90-sp { margin-bottom: 90px !important; }
.mb-95-sp { margin-bottom: 95px !important; }
.mb-100-sp { margin-bottom: 100px !important; }

.mb05em-sp { margin-bottom: 0.5em !important; }
.mb1em-sp { margin-bottom: 1em !important; }
.mb1hem-sp { margin-bottom: 1.5em !important; }
.mb2em-sp { margin-bottom: 2em !important; }
.mb2hem-sp { margin-bottom: 2.5em !important; }

.ml-auto-sp { margin-left: auto !important; }
.ml-0-sp { margin-left: 0px !important; }
.ml-5-sp { margin-left: 5px !important; }
.ml-10-sp { margin-left: 10px !important; }
.ml-15-sp { margin-left: 15px !important; }
.ml-20-sp { margin-left: 20px !important; }
.ml-25-sp { margin-left: 25px !important; }
.ml-30-sp { margin-left: 30px !important; }
.ml-35-sp { margin-left: 35px !important; }
.ml-40-sp { margin-left: 40px !important; }
.ml-45-sp { margin-left: 45px !important; }
.ml-50-sp { margin-left: 50px !important; }
.ml-55-sp { margin-left: 55px !important; }
.ml-60-sp { margin-left: 60px !important; }
.ml-65-sp { margin-left: 65px !important; }
.ml-70-sp { margin-left: 70px !important; }
.ml-75-sp { margin-left: 75px !important; }
.ml-80-sp { margin-left: 80px !important; }
.ml-85-sp { margin-left: 85px !important; }
.ml-90-sp { margin-left: 90px !important; }
.ml-95-sp { margin-left: 95px !important; }
.ml-100-sp { margin-left: 100px !important; }

.mr-auto-sp { margin-right: auto !important; }
.mr-0-sp { margin-right: 0px !important; }
.mr-5-sp { margin-right: 5px !important; }
.mr-10-sp { margin-right: 10px !important; }
.mr-15-sp { margin-right: 15px !important; }
.mr-20-sp { margin-right: 20px !important; }
.mr-25-sp { margin-right: 25px !important; }
.mr-30-sp { margin-right: 30px !important; }
.mr-35-sp { margin-right: 35px !important; }
.mr-40-sp { margin-right: 40px !important; }
.mr-45-sp { margin-right: 45px !important; }
.mr-50-sp { margin-right: 50px !important; }
.mr-55-sp { margin-right: 55px !important; }
.mr-60-sp { margin-right: 60px !important; }
.mr-65-sp { margin-right: 65px !important; }
.mr-70-sp { margin-right: 70px !important; }
.mr-75-sp { margin-right: 75px !important; }
.mr-80-sp { margin-right: 80px !important; }
.mr-85-sp { margin-right: 85px !important; }
.mr-90-sp { margin-right: 90px !important; }
.mr-95-sp { margin-right: 95px !important; }
.mr-100-sp { margin-right: 100px !important; }

.mt-0-sp { margin-top: 0 !important; }
.mt-5-sp { margin-top: 5px !important;}
.mt-10-sp { margin-top: 10px !important; }
.mt-15-sp { margin-top: 15px !important; }
.mt-20-sp { margin-top: 20px !important; }
.mt-25-sp { margin-top: 25px !important; }
.mt-30-sp { margin-top: 30px !important; }
.mt-35-sp { margin-top: 35px !important; }
.mt-40-sp { margin-top: 40px !important; }
.mt-45-sp { margin-top: 45px !important; }
.mt-50-sp { margin-top: 50px !important; }
.mt-55-sp { margin-top: 55px !important; }
.mt-60-sp { margin-top: 60px !important; }
.mt-65-sp { margin-top: 65px !important; }
.mt-70-sp { margin-top: 70px !important; }
.mt-75-sp { margin-top: 75px !important; }
.mt-80-sp { margin-top: 80px !important; }
.mt-85-sp { margin-top: 85px !important; }
.mt-90-sp { margin-top: 90px !important; }
.mt-95-sp { margin-top: 95px !important; }
.mt-100-sp { margin-top: 100px !important; }

/* padding */
.pb-0-sp { padding-bottom: 0px !important; }
.pb-5-sp { padding-bottom: 5px !important; }
.pb-10-sp { padding-bottom: 10px !important; }
.pb-15-sp { padding-bottom: 15px !important; }
.pb-20-sp { padding-bottom: 20px !important; }
.pb-25-sp { padding-bottom: 25px !important; }
.pb-30-sp { padding-bottom: 30px !important; }
.pb-35-sp { padding-bottom: 35px !important; }
.pb-40-sp { padding-bottom: 40px !important; }
.pb-45-sp { padding-bottom: 45px !important; }
.pb-50-sp { padding-bottom: 50px !important; }
.pb-55-sp { padding-bottom: 55px !important; }
.pb-60-sp { padding-bottom: 60px !important; }
.pb-65-sp { padding-bottom: 65px !important; }
.pb-70-sp { padding-bottom: 70px !important; }
.pb-75-sp { padding-bottom: 75px !important; }
.pb-80-sp { padding-bottom: 80px !important; }
.pb-85-sp { padding-bottom: 85px !important; }
.pb-90-sp { padding-bottom: 90px !important; }
.pb-95-sp { padding-bottom: 95px !important; }
.pb-100-sp { padding-bottom: 100px !important; }

.pl-0-sp { padding-left: 0px !important; }
.pl-5-sp { padding-left: 5px !important; }
.pl-10-sp { padding-left: 10px !important; }
.pl-15-sp { padding-left: 15px !important; }
.pl-20-sp { padding-left: 20px !important; }
.pl-25-sp { padding-left: 25px !important; }
.pl-30-sp { padding-left: 30px !important; }
.pl-35-sp { padding-left: 35px !important; }
.pl-40-sp { padding-left: 40px !important; }
.pl-45-sp { padding-left: 45px !important; }
.pl-50-sp { padding-left: 50px !important; }
.pl-55-sp { padding-left: 55px !important; }
.pl-60-sp { padding-left: 60px !important; }
.pl-65-sp { padding-left: 65px !important; }
.pl-70-sp { padding-left: 70px !important; }
.pl-75-sp { padding-left: 75px !important; }
.pl-80-sp { padding-left: 80px !important; }
.pl-85-sp { padding-left: 85px !important; }
.pl-90-sp { padding-left: 90px !important; }
.pl-95-sp { padding-left: 95px !important; }
.pl-100-sp { padding-left: 100px !important; }

.pr-0-sp { padding-left: 0px !important; }
.pr-5-sp { padding-left: 5px !important; }
.pr-10-sp { padding-left: 10px !important; }
.pr-15-sp { padding-left: 15px !important; }
.pr-20-sp { padding-left: 20px !important; }
.pr-25-sp { padding-left: 25px !important; }
.pr-30-sp { padding-left: 30px !important; }
.pr-35-sp { padding-left: 35px !important; }
.pr-40-sp { padding-left: 40px !important; }
.pr-45-sp { padding-left: 45px !important; }
.pr-50-sp { padding-left: 50px !important; }
.pr-55-sp { padding-left: 55px !important; }
.pr-60-sp { padding-left: 60px !important; }
.pr-65-sp { padding-left: 65px !important; }
.pr-70-sp { padding-left: 70px !important; }
.pr-75-sp { padding-left: 75px !important; }
.pr-80-sp { padding-left: 80px !important; }
.pr-85-sp { padding-left: 85px !important; }
.pr-90-sp { padding-left: 90px !important; }
.pr-95-sp { padding-left: 95px !important; }
.pr-100-sp { padding-left: 100px !important; }

.pt-0-sp { padding-top: 0px !important; }
.pt-5-sp { padding-top: 5px !important; }
.pt-10-sp { padding-top: 10px !important; }
.pt-15-sp { padding-top: 15px !important; }
.pt-20-sp { padding-top: 20px !important; }
.pt-25-sp { padding-top: 25px !important; }
.pt-30-sp { padding-top: 30px !important; }
.pt-35-sp { padding-top: 35px !important; }
.pt-40-sp { padding-top: 40px !important; }
.pt-45-sp { padding-top: 45px !important; }
.pt-50-sp { padding-top: 50px !important; }
.pt-55-sp { padding-top: 55px !important; }
.pt-60-sp { padding-top: 60px !important; }
.pt-65-sp { padding-top: 65px !important; }
.pt-70-sp { padding-top: 70px !important; }
.pt-75-sp { padding-top: 75px !important; }
.pt-80-sp { padding-top: 80px !important; }
.pt-85-sp { padding-top: 85px !important; }
.pt-90-sp { padding-top: 90px !important; }
.pt-95-sp { padding-top: 95px !important; }
.pt-100-sp { padding-top: 100px !important; }

/* width */
.wd-100p-sp { width: 100% !important; }
.wd-95p-sp { width: 95% !important; }
.wd-90p-sp { width: 90% !important; }
.wd-85p-sp { width: 85% !important; }
.wd-80p-sp { width: 80% !important; }
.wd-75p-sp { width: 75% !important; }
.wd-70p-sp { width: 70% !important; }
.wd-65p-sp { width: 65% !important; }
.wd-60p-sp { width: 60% !important; }
.wd-55p-sp { width: 55% !important; }
.wd-50p-sp { width: 50% !important; }
.wd-45p-sp { width: 45% !important; }
.wd-40p-sp { width: 40% !important; }
.wd-35p-sp { width: 35% !important; }
.wd-30p-sp { width: 30% !important; }
.wd-25p-sp { width: 25% !important; }
.wd-20p-sp { width: 20% !important; }
.wd-15p-sp { width: 15% !important; }
.wd-auto-sp { width: auto !important; }

}

@media screen and (max-width: 360px) {

  .event-date {
    max-width: 200px;
  }

  .pagination ul {
    --gap: 4px;
  }

  @media (orientation: portrait){
  }

}