/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
:root {
  --side-margin: 7.2rem;
  --container-width: calc(100.0rem + var(--side-margin) * 2);
}
@media only screen and (max-width: 1023px) {
  :root {
    --side-margin: 7.0rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --side-margin: 5.6rem;
  }
}

:root {
  --color-main: #DD9184;
  --color-txt: #320032;
  --color-bg: #E8E8E8;
  --color-white: #ffffff;
}

:root {
  --font-main: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Poppins", sans-serif;
  --font-main-regular: 400;
  --font-main-medium: 500;
  --font-main-bold: 900;
  --font-en-regular: 400;
  --font-en-bold: 900;
}

:root {
  --default-margin: 1.6rem;
  --margin-xs: calc(var(--default-margin) / 4);
  --margin-s: calc(var(--default-margin) / 2);
  --margin-m: var(--default-margin);
  --margin-l: calc(var(--default-margin) * 1.5);
  --margin-2l: calc(var(--default-margin) * 2);
  --margin-3l: calc(var(--default-margin) * 3);
  --margin-4l: calc(var(--default-margin) * 4);
  --margin-5l: calc(var(--default-margin) * 5);
  --margin-6l: calc(var(--default-margin) * 6);
}

:root {
  --space-1: .8rem;
  --space-2: 1.6rem;
  --space-3: 2.4rem;
  --space-4: 3.2rem;
  --space-5: 4.0rem;
  --space-6: 4.8rem;
  --space-7: 5.6rem;
  --space-8: 6.4rem;
  --space-9: 7.2rem;
  --space-10: 8.0rem;
  --space-11: 8.8rem;
  --space-12: 9.6rem;
  --space-13: 10.4rem;
  --space-14: 11.2rem;
  --space-15: 12.0rem;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: var(--font-main-medium);
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: var(--color-navy);
  color: #FFFFFF;
}

::selection {
  background: var(--color-navy);
  color: #FFFFFF;
}

input::-moz-selection, textarea::-moz-selection {
  color: #DDDDDD;
}

input::selection, textarea::selection {
  color: #DDDDDD;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* レスポンシブフォント */
  /*
  @media screen and (min-width: 1023px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1281px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1401px) {
      font-size: .7vw;
  }

  @media screen and (min-width: 2001px) {
      font-size: 87.5%;
  }

  @include tab{
      font-size: 62.5%;
  }

  @include spl{
      font-size: 62.5%;
  }
  */
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 2;
  font-family: var(--font-main);
  font-weight: var(--font-main-medium);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.4rem;
  color: var(--color-txt);
  background-color: var(--color-bg);
}
body.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: underline;
}

a.is-hover {
  text-decoration: none;
}

br.is-pcbr {
  display: block;
}

br.is-spbr {
  display: none;
}

br.is-tabbr {
  display: none;
}

br.is-spsbr {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.is-pcbr {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  br.is-tabbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.is-spbr {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  br.is-spsbr {
    display: block;
  }
}
body .wp-block-heading {
  margin-bottom: var(--space-2);
}
body .wp-block-heading + * {
  margin-top: 0;
}
body .wp-block-heading + .wp-block-heading {
  margin-top: var(--space-2);
}
body h1.wp-block-heading {
  margin-top: var(--space-6);
  font-size: 3rem;
}
body h2.wp-block-heading {
  margin-top: var(--space-10);
  font-size: 1.8rem;
}
body h3.wp-block-heading {
  margin-top: var(--space-6);
  font-size: 2.8rem;
}
body h4.wp-block-heading {
  margin-top: var(--space-3);
  font-size: 2.6rem;
}
body h5.wp-block-heading {
  margin-top: var(--space-2);
  font-size: 2.4rem;
}
body h6.wp-block-heading {
  margin-top: var(--space-1);
  font-size: 2.2rem;
}
body .wp-block-image img {
  max-width: 100%;
  width: 100%;
}
body .wp-block-quote > *,
body .wp-block-details > *,
body .wp-block-column > *,
body .wp-block-group > *,
body .wp-block-group__inner-container > * {
  margin-top: var(--space-3);
}
body .wp-block-quote > *:first-child,
body .wp-block-details > *:first-child,
body .wp-block-column > *:first-child,
body .wp-block-group > *:first-child,
body .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
body .wp-block-column.has-background,
body .wp-block-columns.has-background,
body .wp-block-group.has-background,
body .wp-block-group__inner-container.has-background,
body .wp-block-details.has-background,
body .wp-block-gallery.has-background,
body .wp-block-quote.has-background {
  padding: var(--space-3);
}
body .wp-block-gallery .wp-block-image:before {
  display: none !important;
}
body .wp-block-gallery .wp-block-image img {
  border-radius: 1.6rem !important;
  width: 100% !important;
  height: auto !important;
}
body .wp-block-gallery .wp-block-image .wp-element-caption {
  position: relative !important;
  background: none !important;
  color: #555 !important;
  text-shadow: none !important;
  padding-top: 0.5em !important;
  line-height: 1.5;
}
body .wp-block-details summary + * {
  margin-top: 0;
}
body .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
}
body .wp-block-embed.is-type-wp-embed iframe {
  width: 100%;
}
body .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 1.6rem;
  overflow: hidden;
}
body .wp-block-table td {
  border: none;
}
body .wp-block-table tr td {
  padding: 0.8rem 2.4rem;
  border-bottom: 1px solid var(--color-gray);
}
body .wp-block-table tr td:first-child {
  text-align: center;
  background-color: var(--color-main);
  color: var(--color-white);
  border-bottom-color: var(--color-white);
  min-width: 11.8rem;
}
body .wp-block-table tr:last-child td {
  border-bottom: none;
}
body .wp-block-flexible-table-block-table th {
  border-color: transparent;
}
body .wp-block-flexible-table-block-table td {
  border-color: transparent;
}
body .wp-block-group__inner-container {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}
body .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
body .wp-block-button__link {
  background-color: var(--color-main);
}
body input[type=password] {
  border: 1px solid var(--color-gray);
  padding: 0.8rem;
}
body input[type=submit] {
  background-color: var(--color-main);
  color: var(--color-white);
  display: inline-block;
  padding: 0.8rem 2.4rem;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.l-container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
  z-index: 1;
  position: relative;
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .l-container {
    margin-bottom: 8.4rem;
  }
}
.l-container--top {
  margin-bottom: 0;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .l-container--top {
    margin-bottom: 6.4rem;
  }
}
.l-container--z0 {
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .l-container--z0 {
    z-index: 20;
  }
}
.l-container--z100 {
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .l-container--z100 {
    z-index: 100;
  }
}
.l-container--pz0sz100 {
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .l-container--pz0sz100 {
    z-index: 100;
  }
}
@media only screen and (max-width: 1023px) {
  .l-container.is-spmb0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--history {
    margin-bottom: 2.4rem;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-btn__gnav {
  display: inline-block;
  position: relative;
  padding-left: 2.4rem;
  font-family: var(--font-en);
  text-decoration: none;
  font-size: 2rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__gnav::before {
  content: "";
  display: block;
  width: 1.4rem;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: var(--color-txt);
  border: 2px solid var(--color-txt);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__gnav.is-current::before {
  background-color: var(--color-white);
  border-color: var(--color-txt);
}
.c-btn__gnav.is-hover {
  color: var(--color-main);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-btn__gnav.is-hover::before {
  background-color: var(--color-main);
  border-color: var(--color-main);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-btn__pagetop {
  width: 5rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-txt);
  border-radius: 999px;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
.c-btn__pagetop::before {
  content: "";
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  background-color: var(--color-txt);
  aspect-ratio: 2.2/1;
  display: block;
}
.c-btn__pagetop.is-hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.c-btn__pagetop.is-hover::before {
  background-color: var(--color-white);
}

.c-btn__type01 {
  background-color: var(--color-txt);
  border: 1px solid var(--color-txt);
  padding: 0.8em 7.2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  position: relative;
}
.c-btn__type01 span {
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
.c-btn__type01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.26, 0.06, 0, 1);
  z-index: 0;
}
.c-btn__type01.is-hover span {
  color: var(--color-txt);
}
.c-btn__type01.is-hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.c-btn__type01.is-hoverOut span {
  color: var(--color-white);
}
.c-btn__type01.is-hoverOut::before {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.c-btn__type01.is-en {
  line-height: 1;
  padding: 0.4em 7.2rem;
}
.c-btn__type01.is-en span {
  font-family: var(--font-en);
  font-weight: 200;
  font-size: 2.4rem;
}

.c-btn__menu {
  border-bottom: 1px solid var(--color-txt);
  border-right: 1px solid var(--color-txt);
  border-left: 1px solid var(--color-txt);
  width: 10rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 999px 999px;
  padding-bottom: 0.4rem;
  background-color: var(--color-bg);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__menu span {
  font-size: 2.2rem;
  font-family: var(--font-en);
  font-weight: 200;
  color: var(--color-txt);
}
.c-btn__menu.is-hover {
  background-color: var(--color-txt);
  color: var(--color-white);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-btn__menu.is-open {
  background-color: var(--color-txt);
}
.c-btn__menu.is-open span {
  display: none;
}
.c-btn__menu.is-open::before, .c-btn__menu.is-open::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-white);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn__menu.is-open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*-----------------------------------------
[.c-btn__modalnav] used in page list
- modal navigation
-----------------------------------------*/
.c-btn__modalnav {
  text-decoration: none;
}
.c-btn__modalnav span {
  font-size: 2.4rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-txt);
  color: var(--color-white);
  font-family: var(--font-en);
  font-weight: var(--font-en-bold);
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-btn__modalnav p {
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-btn__modalnav.is-current span {
  color: var(--color-txt);
  -webkit-text-stroke-color: transparent;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-logo {
  background-image: url(../img/cmn/logo-head.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  aspect-ratio: 1000/186;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
@media only screen and (max-width: 767px) {
  .c-logo {
    background-image: url(../img/cmn/logo-head@sp.svg);
    aspect-ratio: 390/287;
  }
}
.c-logo.is-hover {
  opacity: 0.8;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-line__logo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url(../img/cmn/logo-120th.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  height: 8rem;
  animation: logoline-move-x 30s linear infinite;
  position: relative;
  z-index: 100;
}
.c-line__logo--mb {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 1023px) {
  .c-line__logo {
    height: 5rem;
  }
}

@keyframes logoline-move-x {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -127.8rem center;
    @media only screen and (max-width: 1023px) {
      background-position: -79.8rem center;
    }
  }
}
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-txt__donation {
  background-image: url(../img/home/txt-donation.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  aspect-ratio: 228/32;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  height: 3.2rem;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-balloon__type01 {
  background-color: var(--color-txt);
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2rem 100%, 2rem 3.2rem);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 2rem 100%, 2rem 3.2rem);
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
  display: grid;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-balloon__type01 {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1.6rem;
  }
}
.c-balloon__type01::before {
  z-index: 0;
  background-color: var(--color-white);
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
  width: calc(100% - 3px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1.9rem 100%, 1.9rem 3.1rem);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 1.9rem 100%, 1.9rem 3.1rem);
}
@media only screen and (max-width: 767px) {
  .c-balloon__type01::before {
    -webkit-clip-path: none;
            clip-path: none;
    left: 1px;
    width: calc(100% - 2px);
  }
}
.c-balloon__type01 > * {
  position: relative;
  z-index: 1;
}
.c-balloon__type01--right {
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 3.2rem, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 3.2rem, calc(100% - 2rem) 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .c-balloon__type01--right {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1.6rem;
  }
}
.c-balloon__type01--right::before {
  left: auto;
  right: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1.9rem) 3.1rem, calc(100% - 1.9rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 1.9rem) 3.1rem, calc(100% - 1.9rem) 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .c-balloon__type01--right::before {
    -webkit-clip-path: none;
            clip-path: none;
    right: 1px;
    width: calc(100% - 2px);
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.c-card__topic {
  display: grid;
  grid-template: "img" auto "time" auto "ttl" auto/1fr;
  text-decoration: none;
  padding: 2.4rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-card__topic.is-hover {
  background-color: var(--color-bg);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 1023px) {
  .is-home .c-card__topic {
    grid-template: "time ttl img" auto/auto 1fr 10.5rem;
    padding: 0 0 1.6rem 1.6rem;
    gap: 1.6rem;
  }
}

.c-card__topic__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
  display: block;
  border: 1px solid var(--color-txt);
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .is-home .c-card__topic__img {
    border-top: none;
    border-right: none;
  }
}
.c-card__topic__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.is-hover .c-card__topic__img img {
  scale: 1.1;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-card__topic__time {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: time;
  display: block;
  font-family: var(--font-en);
}
@media only screen and (max-width: 1023px) {
  .is-home .c-card__topic__time {
    margin-top: 1.6rem;
  }
}

.c-card__topic__ttl {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: ttl;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1023px){
  .is-home .c-card__topic > .c-card__topic__img {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .is-home .c-card__topic > .c-card__topic__time {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .is-home .c-card__topic > .c-card__topic__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .is-home .c-card__topic__ttl {
    margin-top: 1.6rem;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
@media only screen and (max-width: 1023px) {
  .g-footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: var(--color-white);
    padding: 4.8rem 2.4rem;
  }
}

.g-footer__thanks {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 1023px) {
  .g-footer__thanks {
    margin-bottom: 4.8rem;
  }
}
.g-footer__thanks p {
  background-image: url(../img/home/txt-thankyou.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  aspect-ratio: 986/123;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  .g-footer__thanks p {
    aspect-ratio: 338/48;
    background-image: url(../img/home/txt-thankyou@sp.svg);
  }
}

.g-footer__inner {
  display: grid;
  grid-template: "info pagetop" auto/1fr auto;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-footer__inner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.g-footer__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
  line-height: 1.8;
  font-size: 1.3rem;
}

.g-footer__info__address {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.g-footer__info__copyright {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.g-footer__pagetop {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: pagetop;
  align-self: self-end;
}
@media only screen and (max-width: 1023px) {
  .g-footer__pagetop {
    align-self: self-start;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-header {
  padding: 4.375vw 0 1.875vw;
}
@media only screen and (max-width: 1023px) {
  .g-header {
    padding-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-header {
    padding-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.g-header__nav {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .g-header__nav {
    display: none;
  }
}
.g-header__nav.is-floating {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background-color: var(--color-bg);
  border-bottom: 2px solid var(--color-txt);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  z-index: 1000;
  transition: top 0.3s ease-out;
}
.g-header__nav.is-floating.is-active {
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .g-header__nav.is-floating {
    display: none;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-list__gnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875vw;
  padding: 2.5vw 0;
}
.is-floating .g-list__gnav {
  padding: 0.8rem 0;
}

.g-list__hometopics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .g-list__hometopics {
    grid-template-columns: 1fr;
  }
}
.g-list__hometopics::before, .g-list__hometopics::after {
  content: "";
  display: block;
  width: calc(100% + 8rem);
  height: 1px;
  margin-left: -4rem;
  margin-right: -4rem;
  background-color: var(--color-txt);
  position: absolute;
  top: 0;
  left: 0;
}
.g-list__hometopics::after {
  top: auto;
  bottom: 0;
}
.g-list__hometopics li {
  border-right: 1px solid var(--color-txt);
}
@media only screen and (max-width: 1023px) {
  .g-list__hometopics li {
    border-right: none;
    border-top: 1px solid var(--color-txt);
  }
}
.g-list__hometopics li:first-child {
  border-left: 1px solid var(--color-txt);
}
@media only screen and (max-width: 1023px) {
  .g-list__hometopics li:first-child {
    border-left: none;
    border-top: none;
  }
}

.g-list__archivetopics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--color-txt);
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 1023px) {
  .g-list__archivetopics {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-list__archivetopics {
    grid-template-columns: 1fr;
  }
}
.g-list__archivetopics li {
  border-right: 1px solid var(--color-txt);
  border-bottom: 1px solid var(--color-txt);
}
.g-list__archivetopics li:nth-child(-n+4) {
  border-top: 1px solid var(--color-txt);
}
@media only screen and (max-width: 1023px) {
  .g-list__archivetopics li:nth-child(-n+4) {
    border-top: none;
  }
}
@media only screen and (max-width: 1023px) {
  .g-list__archivetopics li:nth-child(-n+2) {
    border-top: 1px solid var(--color-txt);
  }
}
@media only screen and (max-width: 767px) {
  .g-list__archivetopics li:nth-child(-n+2) {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .g-list__archivetopics li:first-child {
    border-top: 1px solid var(--color-txt);
  }
}
.g-list__archivetopics a {
  background-color: var(--color-white);
}

.g-list__history {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-list__history.is-archive {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .g-list__history {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-list__history {
    margin-left: 0;
    margin-right: 0;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
@media only screen and (max-width: 1023px) {
  .g-wrapper {
    overflow-x: hidden;
    width: 100vw;
    padding-top: 8rem;
  }
}
.g-wrapper::before, .g-wrapper::after {
  width: 5.5rem;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  content: "";
  background-image: url(../img/cmn/logo-120th-line-v.png);
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 5.5rem auto;
  animation: logoline-move-y 30s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .g-wrapper::before, .g-wrapper::after {
    width: 3.4rem;
    background-size: 3.4rem auto;
  }
}
.g-wrapper::before {
  left: 0;
}
.g-wrapper::after {
  right: 0;
}

@keyframes logoline-move-y {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -90rem;
    @media only screen and (max-width: 1023px) {
      background-position: center -55.2rem;
    }
  }
}
/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-donation {
  background-color: var(--color-main);
  border: 1px solid var(--color-txt);
  padding: 4.8rem 5.6rem;
}
@media only screen and (max-width: 1023px) {
  .g-donation {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    border: none;
  }
}

.g-donation__header {
  border-bottom: 1px solid var(--color-txt);
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-donation__header {
    border-bottom: none;
  }
}

.g-donation__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7.2rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-donation__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.g-donation__catch {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .g-donation__catch {
    font-size: 2rem;
    text-align: center;
  }
}

.g-donation__txt {
  line-height: 2.2;
}

.g-donation__viewmore {
  margin-inline: auto;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-section--min {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-section--min {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-section--min {
    margin-left: 0;
    margin-right: 0;
  }
}

.g-section__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
}
.g-section__header.is-min {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-section__header.is-min {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-section__header.is-min {
    margin-left: 0;
    margin-right: 0;
  }
}
.g-section__header.is-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .g-section__header {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
    padding-bottom: 0;
  }
}

.g-section__header__en {
  font-size: 4rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-txt);
  color: var(--color-white);
  font-family: var(--font-en);
  font-weight: var(--font-en-bold);
  line-height: 1;
  letter-spacing: 0.1em;
}

.g-section__header__ja {
  align-self: center;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-greeting__list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding-top: 2.4rem;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-card__message {
  display: flex;
  gap: 2.4rem;
}
.g-card__message--right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .g-card__message {
    flex-direction: column;
    align-items: center;
  }
}

.g-card__message__person {
  flex-shrink: 0;
  flex-basis: 17rem;
}
@media only screen and (max-width: 767px) {
  .g-card__message__person {
    width: 17rem;
  }
}
.g-card__message__person picture {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-txt);
}
.g-card__message__person picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.g-card__message__person p {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .g-card__message__person p {
    text-align: center;
  }
}
.g-card__message__person p b {
  font-size: 1.6rem;
}

/*-----------------------------------------
[.g-card__history] used in page list
- home
-----------------------------------------*/
.g-card__history {
  display: grid;
  grid-template: "year pic text" auto/20% 20% 1fr;
  text-decoration: none;
  transition: margin-left 0.3s cubic-bezier(0.26, 0.06, 0, 1), margin-right 0.3s cubic-bezier(0.26, 0.06, 0, 1), background-color 0.3s cubic-bezier(0.26, 0.06, 0, 1);
  border: 2px solid var(--color-txt);
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: #C0C1C1;
}
@media only screen and (max-width: 767px) {
  .g-card__history {
    grid-template: "year pic" auto/1fr 1fr;
  }
}
.is-active .g-card__history {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transition: margin-left 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), margin-right 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), background-color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  background-color: var(--color-main);
}
@media only screen and (max-width: 767px) {
  .is-active .g-card__history {
    grid-template: "year pic" auto "year text" auto/35% 1fr;
  }
}

.g-card__history__year {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  padding: 1.6rem;
  grid-area: year;
}
@media only screen and (max-width: 767px) {
  .g-card__history__year {
    font-size: 2.4rem;
  }
}
.is-active .g-card__history__year {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .is-active .g-card__history__year {
    border-right: 1px solid var(--color-txt);
  }
}
.g-card__history__year span {
  font-weight: 200;
  font-family: var(--font-en);
}

.g-card__history__pic {
  display: flex;
}
.g-card__history__pic figure {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  border-left: 2px solid var(--color-txt);
  border-right: 2px solid var(--color-txt);
  display: block;
  position: relative;
  overflow: hidden;
  grid-area: pic;
  aspect-ratio: 190/127;
  min-height: 19rem;
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .g-card__history__pic figure {
    border-right: none;
    border-left: none;
    aspect-ratio: 1/1;
    min-height: 0;
    width: 100%;
    height: 100%;
  }
}
.is-active .g-card__history__pic figure {
  aspect-ratio: 1/1;
  min-height: 30rem;
}
@media only screen and (max-width: 767px) {
  .is-active .g-card__history__pic figure {
    aspect-ratio: 1/1;
    min-height: 0;
    width: 100%;
    height: 100%;
  }
}
.g-card__history__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.g-card__history__pic img.is-notrimming {
  -o-object-fit: contain;
     object-fit: contain;
}

.g-card__history__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: flex;
  justify-content: center;
  padding: 1.6rem;
  grid-area: text;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .g-card__history__text {
    display: none;
  }
  .is-active .g-card__history__text {
    display: flex;
    background-color: var(--color-white);
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-topics__inner {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .g-topics__inner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 3.2rem;
  }
}
.g-topics__inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--color-white);
  z-index: 0;
}
.g-topics__inner > * {
  position: relative;
  z-index: 1;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-lead {
  display: grid;
  grid-template: "pic catch" auto "pic txt" auto "en txt" 1fr/min(50%, 56rem) 1fr;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
  row-gap: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .g-lead {
    grid-template: "pic catch" auto "pic txt" auto "en txt" 1fr/50% 1fr;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 2.4rem;
  }
  .g-lead > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .g-lead {
    margin-left: calc(50% - 50vw);
    grid-template: "pic pic" auto "en catch" auto "en txt" 1fr/auto 1fr;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
  .g-lead > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.g-lead__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: pic;
}

.g-lead > .g-lead__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}
.g-lead__pic picture {
  display: block;
  aspect-ratio: 560/374;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 2px solid var(--color-txt);
}
@media only screen and (max-width: 767px) {
  .g-lead__pic picture {
    border: 1px solid var(--color-txt);
  }
}
.g-lead__pic picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-lead__en {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: en;
  align-self: self-start;
}
@media only screen and (max-width: 767px) {
  .g-lead__en {
    align-self: self-end;
    padding-left: var(--side-margin);
  }
}
.g-lead__en p {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .g-lead__en p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.2rem;
  }
}

.g-lead__catch {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: catch;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: var(--font-main-medium);
  padding-top: 6.4rem;
}
@media only screen and (max-width: 1023px) {
  .g-lead__catch {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-lead__catch {
    padding-top: 1.6rem;
    font-size: 2rem;
  }
}

.g-lead__txt {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: txt;
  display: grid;
  gap: 2.4rem;
}

@media only screen and (max-width: 767px){
  .g-card__history__year {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .is-active .g-card__history > .g-card__history__year {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .g-card__history__pic figure {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .is-active .g-card__history > figure {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .is-active .g-card__history > .g-card__history__text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .g-lead__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .is-active .g-card__history > .g-lead__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .g-lead > .g-lead__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .g-lead__en {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .g-lead__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .g-lead__txt {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}

@media only screen and (max-width: 1023px){
  .g-lead > .g-lead__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .g-lead__en {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .g-lead__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .g-lead__txt {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 767px) {
  .g-lead__txt {
    align-self: self-start;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .g-history__inner {
    padding-top: 2.4rem;
  }
}

.g-history__viewmore {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .g-history__viewmore {
    margin-top: 3.2rem;
  }
}
.g-history__viewmore a {
  width: 100%;
  display: block;
  aspect-ratio: 1025/414;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url(../img/home/more-history.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) transform;
}
.g-history__viewmore a.is-hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(4644%) hue-rotate(274deg) brightness(107%) contrast(118%);
  transform: scale(1.05);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) transform;
}

.g-history__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .g-history__header {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.g-history__noresults__message {
  text-align: center;
  padding: 4.8rem 0;
}
@media only screen and (max-width: 1023px) {
  .g-history__noresults__message {
    padding: 0;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-modalbtn {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1100;
}
@media only screen and (max-width: 1023px) {
  .g-modalbtn {
    display: block;
  }
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-modalnav {
  z-index: 1000;
  background-color: var(--color-main);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  padding: 2.4rem 3.2rem 5vh;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8vh;
  display: none;
}

.g-modalnav__list {
  display: grid;
  gap: 2.4rem;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-gutenberg {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
}
.g-gutenberg > * {
  margin-top: var(--space-3);
}
.g-gutenberg > *:first-child {
  margin-top: 0 !important;
}
.g-gutenberg .wp-block-image {
  border: 1px solid var(--color-txt);
}
.g-gutenberg .wp-block-image img {
  max-width: 100%;
  width: 100%;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-single__header {
  padding-top: 2.4rem;
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 3.2rem;
}

.g-single__header__title {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .g-single__header__title {
    font-size: 2rem;
  }
}

.g-single__header__meta {
  text-align: right;
  font-size: 1.3rem;
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-fillter {
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .g-fillter {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-fillter {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .g-fillter {
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.g-fillter__select {
  background-color: var(--color-txt);
  padding: 0.4rem 0.8rem;
  position: relative;
}
.g-fillter__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-white);
}
.g-fillter__select select {
  display: block;
  width: 100%;
  color: var(--color-white);
  position: relative;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-fillter__select select {
    font-size: 1.2rem;
    max-width: 7rem;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 520px) {
  .g-fillter__select select {
    max-width: 6rem;
    font-size: 2.972972973vw;
  }
}

.g-fillter__checkbox {
  position: relative;
  padding-left: 1.4em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .g-fillter__checkbox {
    padding-left: 1.8em;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-fillter__checkbox {
    font-size: 2.972972973vw;
  }
}
.g-fillter__checkbox input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-txt);
  background-color: var(--color-white);
  cursor: pointer;
}
.g-fillter__checkbox input:checked {
  background-color: var(--color-txt);
  border-color: var(--color-txt);
}

/*レスポンシブ用*/
/*-----------------------------------------
mixins
-----------------------------------------*/
.g-archive__noitem {
  padding-top: 5.6rem;
  background-color: var(--color-bg);
  color: var(--color-text);
}

.u-mat {
  padding: var(--margin-4l) 0;
  position: relative;
}
.u-mat > * {
  position: relative;
}
.u-mat::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .u-mat::before {
    margin-left: calc(var(--side-margin) * -1);
    margin-right: calc(var(--side-margin) * -1);
  }
}

.u-m__xs {
  margin: var(--margin-xs);
}

.u-m__s {
  margin: var(--margin-s);
}

.u-m__m {
  margin: var(--margin-m);
}

.u-m__l {
  margin: var(--margin-l);
}

.u-m__2l {
  margin: var(--margin-2l);
}

.u-m__3l {
  margin: var(--margin-3l);
}

.u-m__4l {
  margin: var(--margin-4l);
}

.u-m__5l {
  margin: var(--margin-5l);
}

.u-mt__xs {
  margin-top: var(--margin-xs);
}

.u-mt__s {
  margin-top: var(--margin-s);
}

.u-mt__m {
  margin-top: var(--margin-m);
}

.u-mt__l {
  margin-top: var(--margin-l);
}

.u-mt__2l {
  margin-top: var(--margin-2l);
}

.u-mt__3l {
  margin-top: var(--margin-3l);
}

.u-mt__4l {
  margin-top: var(--margin-4l);
}

.u-mt__5l {
  margin-top: var(--margin-5l);
}

.u-mb__xs {
  margin-bottom: var(--margin-xs);
}

.u-mb__s {
  margin-bottom: var(--margin-s);
}

.u-mb__m {
  margin-bottom: var(--margin-m);
}

.u-mb__l {
  margin-bottom: var(--margin-l);
}

.u-mb__2l {
  margin-bottom: var(--margin-2l);
}

.u-mb__3l {
  margin-bottom: var(--margin-3l);
}

.u-mb__4l {
  margin-bottom: var(--margin-4l);
}

.u-mb__5l {
  margin-bottom: var(--margin-5l);
}

.u-margin-ia {
  margin-inline: auto;
}

.u-p__xs {
  padding: var(--margin-xs);
}

.u-p__s {
  padding: var(--margin-s);
}

.u-p__m {
  padding: var(--margin-m);
}

.u-p__l {
  padding: var(--margin-l);
}

.u-p__2l {
  padding: var(--margin-2l);
}

.u-p__3l {
  padding: var(--margin-3l);
}

.u-p__4l {
  padding: var(--margin-4l);
}

.u-p__5l {
  padding: var(--margin-5l);
}

.u-pt__xs {
  padding-top: var(--margin-xs);
}

.u-pt__s {
  padding-top: var(--margin-s);
}

.u-pt__m {
  padding-top: var(--margin-m);
}

.u-pt__l {
  padding-top: var(--margin-l);
}

.u-pt__2l {
  padding-top: var(--margin-2l);
}

.u-pt__3l {
  padding-top: var(--margin-3l);
}

.u-pt__4l {
  padding-top: var(--margin-4l);
}

.u-pt__5l {
  padding-top: var(--margin-5l);
}

.u-pb__xs {
  padding-bottom: var(--margin-xs);
}

.u-pb__s {
  padding-bottom: var(--margin-s);
}

.u-pb__m {
  padding-bottom: var(--margin-m);
}

.u-pb__l {
  padding-bottom: var(--margin-l);
}

.u-pb__2l {
  padding-bottom: var(--margin-2l);
}

.u-pb__3l {
  padding-bottom: var(--margin-3l);
}

.u-pb__4l {
  padding-bottom: var(--margin-4l);
}

.u-pb__5l {
  padding-bottom: var(--margin-5l);
}

.u-fs__p10s10 {
  font-size: 1rem;
}

.u-fs__p10s11 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p10s12 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p10s13 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p10s14 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p10s15 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p10s16 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p10s17 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p10s18 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p10s19 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p10s20 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s20 {
    font-size: 2rem;
  }
}

.u-fs__p11s10 {
  font-size: 1.1rem;
}

.u-fs__p11s11 {
  font-size: 1.1rem;
}

.u-fs__p11s12 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p11s13 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p11s14 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p11s15 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p11s16 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p11s17 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p11s18 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p11s19 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p11s20 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s20 {
    font-size: 2rem;
  }
}

.u-fs__p12s10 {
  font-size: 1.2rem;
}

.u-fs__p12s11 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p12s12 {
  font-size: 1.2rem;
}

.u-fs__p12s13 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p12s14 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p12s15 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p12s16 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p12s17 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p12s18 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p12s19 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p12s20 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s20 {
    font-size: 2rem;
  }
}

.u-fs__p13s10 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s10 {
    font-size: 1rem;
  }
}

.u-fs__p13s11 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p13s12 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p13s13 {
  font-size: 1.3rem;
}

.u-fs__p13s14 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p13s15 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p13s16 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p13s17 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p13s18 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p13s19 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p13s20 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s20 {
    font-size: 2rem;
  }
}

.u-fs__p14s10 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s10 {
    font-size: 1rem;
  }
}

.u-fs__p14s11 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p14s12 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p14s13 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p14s14 {
  font-size: 1.4rem;
}

.u-fs__p14s15 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p14s16 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p14s17 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p14s18 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p14s19 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p14s20 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s20 {
    font-size: 2rem;
  }
}

.u-fs__p15s10 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s10 {
    font-size: 1rem;
  }
}

.u-fs__p15s11 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p15s12 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p15s13 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p15s14 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p15s15 {
  font-size: 1.5rem;
}

.u-fs__p15s16 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p15s17 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p15s18 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p15s19 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p15s20 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s20 {
    font-size: 2rem;
  }
}

.u-fs__p16s10 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s10 {
    font-size: 1rem;
  }
}

.u-fs__p16s11 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p16s12 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p16s13 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p16s14 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p16s15 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p16s16 {
  font-size: 1.6rem;
}

.u-fs__p16s17 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p16s18 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p16s19 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p16s20 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s20 {
    font-size: 2rem;
  }
}

.u-fs__p17s10 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s10 {
    font-size: 1rem;
  }
}

.u-fs__p17s11 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p17s12 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p17s13 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p17s14 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p17s15 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p17s16 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p17s17 {
  font-size: 1.7rem;
}

.u-fs__p17s18 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p17s19 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p17s20 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s20 {
    font-size: 2rem;
  }
}

.u-fs__p18s10 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s10 {
    font-size: 1rem;
  }
}

.u-fs__p18s11 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p18s12 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p18s13 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p18s14 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p18s15 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p18s16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p18s17 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p18s18 {
  font-size: 1.8rem;
}

.u-fs__p18s19 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p18s20 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s20 {
    font-size: 2rem;
  }
}

.u-fs__p19s10 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s10 {
    font-size: 1rem;
  }
}

.u-fs__p19s11 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p19s12 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p19s13 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p19s14 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p19s15 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p19s16 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p19s17 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p19s18 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p19s19 {
  font-size: 1.9rem;
}

.u-fs__p19s20 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s20 {
    font-size: 2rem;
  }
}

.u-fs__p20s10 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s10 {
    font-size: 1rem;
  }
}

.u-fs__p20s11 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p20s12 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p20s13 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p20s14 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p20s15 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p20s16 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p20s17 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p20s18 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p20s19 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p20s20 {
  font-size: 2rem;
}

.u-color__blue {
  color: var(--color-main);
}

.u-color__black {
  color: var(--color-txt);
}

.u-width__short {
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}

.u-ff__en {
  font-family: var(--font-en);
}

.u-ff__ja {
  font-family: var(--font-ja);
}

.u-home__messagemat {
  padding-top: getpc_vw(70);
  padding-bottom: getpc_vw(70);
}
@media only screen and (max-width: 767px) {
  .u-home__messagemat {
    padding-top: getsp_vw(70);
    padding-bottom: getsp_vw(70);
  }
}

.u-home__policymat {
  padding-bottom: getpc_vw(70);
}
@media only screen and (max-width: 767px) {
  .u-home__policymat {
    padding-bottom: getsp_vw(70);
  }
}

.u-home__profilemat {
  padding-right: var(--margin-5l);
  padding-left: var(--margin-5l);
}
@media only screen and (max-width: 767px) {
  .u-home__profilemat {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.u-home__topicsmat {
  text-align: center;
}

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