@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
       # General elements
       # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
       # Selection
       # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* add */
ul {
  list-style-type: none;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 1rem > 10px */
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 735px) {
  body {
    font-size: 1.4rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

html:has(body.is-noScroll) {
  overflow: hidden;
}

body.is-noScroll {
  height: 100dvh;
}

.header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "logo text button";
  height: 98px;
  padding: 18px 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 1023px) {
  .header {
    padding: 18px 14px;
  }
}
@media (max-width: 735px) {
  .header {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "logo button" "logo text";
    padding: 28px 14px 8px;
    height: 88px;
  }
}
.header__logo-link {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 735px) {
  .header__logo-link {
    max-width: 103px;
  }
}
.header__logo-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.header__text {
  grid-area: text;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000;
  line-height: 1.783;
  letter-spacing: 0.23em;
  margin-right: 55px;
}
@media (max-width: 1023px) {
  .header__text {
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    line-height: 1.667;
    margin-right: 10px;
  }
}
@media (max-width: 735px) {
  .header__text {
    margin-top: 9px;
    margin-right: 0;
    margin-left: auto;
  }
}
.header__text-picture {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline: 11px;
}
@media (max-width: 1023px) {
  .header__text-picture {
    margin-inline: 1px;
  }
}
.header__button {
  grid-area: button;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 60px;
}
@media (max-width: 735px) {
  .header__button {
    width: 26px;
    height: 26px;
    margin-right: 0;
    margin-left: auto;
  }
}
.header__button-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 11px;
}
@media (max-width: 735px) {
  .header__button-wrapper {
    row-gap: 6px;
  }
}
.header__button-wrapper--pc {
  display: flex;
}
@media (max-width: 735px) {
  .header__button-wrapper--pc {
    display: none;
  }
}
.header__button-wrapper--sp {
  display: none;
}
@media (max-width: 735px) {
  .header__button-wrapper--sp {
    display: flex;
  }
}
.header__button-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F20012;
  transform-origin: center;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1), transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.header__button:hover .header__button-bar {
  color: #000;
}
@media screen and (min-width: 736px) {
  .header__button:hover .header__button-bar:first-child,
  .header__button:hover .header__button-bar:last-child {
    transform: scale(0.77, 1);
  }
}
@media screen and (min-width: 736px) {
  .header__button:hover .header__button-bar:nth-child(2) {
    transform: scale(1.14, 1);
  }
}

.header-modal {
  display: none;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 9999;
  max-width: 100dvw;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}
.header-modal.is-open {
  opacity: 1;
  display: flex;
  visibility: visible;
}
.header-modal__bg {
  display: block;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  cursor: default;
  position: fixed;
  inset: 0;
  z-index: 1;
}
.header-modal__bg.is-open {
  opacity: 0.25;
}
.header-modal__content {
  display: block;
  max-width: 1320px;
  width: 100%;
  height: 641px;
  background-color: #000;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  transform: translateX(100dvw);
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .header-modal__content {
    position: fixed;
    min-height: 100dvh;
    height: auto;
    inset: 0;
    z-index: 1;
    border-radius: 0;
  }
}
.header-modal__content.is-open {
  transform: translateX(0);
}
.header-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 114px;
  padding: 0 30px 0 50px;
}
@media (max-width: 735px) {
  .header-modal__header {
    padding: 0 15px;
    height: 60px;
  }
}
.header-modal__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 300/31;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .header-modal__logo-link {
    max-width: 177px;
  }
}
.header-modal__logo-link:hover {
  opacity: 0.8;
}
.header-modal__logo-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.header-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 735px) {
  .header-modal__button {
    width: 40px;
    height: 100%;
  }
}
.header-modal__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: #F20012;
}
@media (hover: hover) {
  .header-modal__button-icon {
    transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1), transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
}
@media (hover: none) {
  .header-modal__button-icon {
    transition: none;
  }
}
@media (max-width: 735px) {
  .header-modal__button-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 735px) {
  .header-modal__button-icon--pc {
    display: none;
  }
}
@media screen and (min-width: 736px) {
  .header-modal__button-icon--sp {
    display: none;
  }
}
@media (hover: hover) {
  .header-modal__button:hover .header-modal__button-icon {
    color: #fff;
    transform: rotate(180deg);
  }
}
@media (hover: none) {
  .header-modal__button:active .header-modal__button-icon {
    color: #fff;
    transform: rotate(180deg);
  }
}
.header-modal__footer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-modal__footer::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 736px) {
  .header-modal__footer {
    padding-inline: 20px;
  }
}
.header-modal__footer-inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 0 79px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 849px) {
  .header-modal__footer-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 61px;
  }
}
@media (max-width: 735px) {
  .header-modal__footer-inner {
    row-gap: 21px;
    padding: 0 0 79px;
  }
}
.header-modal__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 32px;
}
@media (max-width: 735px) {
  .header-modal__menu-list {
    padding: 40px 0;
    margin-inline: 20px;
    row-gap: 17px;
  }
}
.header-modal__menu-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
@media (max-width: 735px) {
  .header-modal__menu-link {
    row-gap: 4px;
  }
}
.header-modal__menu-mainText {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .header-modal__menu-mainText {
    font-size: 1.9rem;
  }
}
.header-modal__menu-subText {
  font-size: 1.4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #888888;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .header-modal__menu-subText {
    font-size: 0.9rem;
  }
}
.header-modal__menu-link:hover .header-modal__menu-mainText {
  color: #f20012;
}
.header-modal__menu-link:hover .header-modal__menu-subText {
  color: #f20012;
}
.header-modal__menu-singleLink {
  display: block;
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.header-modal__menu-singleLink:hover {
  color: #f20012;
}
.header-modal__latest {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title deco" "title news";
  gap: 22px 21px;
}
@media (max-width: 735px) {
  .header-modal__latest {
    gap: 35px 9px;
  }
}
.header-modal__latest-title {
  grid-area: title;
}
.header-modal__latest-subTitle {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.357;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-left: auto;
  margin-top: 31px;
}
.header-modal__latest-deco {
  grid-area: deco;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 29px;
}
@media (max-width: 735px) {
  .header-modal__latest-deco {
    justify-content: flex-start;
    column-gap: 22px;
  }
}
.header-modal__latest-deco::before {
  content: "";
  display: block;
  width: 339px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 735px) {
  .header-modal__latest-deco::before {
    width: 135px;
  }
}
.header-modal__latest-list {
  grid-area: news;
  display: grid;
  grid-template-columns: repeat(2, 244px);
  gap: 28px;
}
@media (max-width: 735px) {
  .header-modal__latest-list {
    grid-template-columns: repeat(1, 244px);
  }
}
.header-modal__card {
  display: block;
  padding: 16px 8px 8px 3px;
  position: relative;
}
.header-modal__card::after {
  content: "";
  display: block;
  width: 238px;
  height: 363px;
  background-color: #3170FF;
  border: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.header-modal__card-inner {
  width: 237px;
  min-height: 368px;
  background-image: url("../images/header/bg-header-newsCard-01.svg");
  padding: 13px 10px 8px 13px;
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  position: relative;
}
.header-modal__card:hover .header-modal__card-inner {
  transform: translate(-3px, -16px);
}
.header-modal__card:hover .header-modal__card-subTitle {
  text-decoration: underline;
}
.header-modal__card:hover .header-modal__card-title {
  text-decoration: underline;
}
.header-modal__card-imageWrapper {
  width: 100%;
  height: 137px;
  border: 1px solid #000;
}
.header-modal__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-modal__card-categoryUnite {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
.header-modal__card-categories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5px;
}
.header-modal__card-category {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 3px;
  width: fit-content;
  padding: 3px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.header-modal__card-seriesCategory {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  width: fit-content;
  padding: 3px 8px;
  border: 1px solid #888888;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #888888;
}
.header-modal__card-subCategory {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 9px;
  width: fit-content;
  padding: 3px 8px;
  border: 1px solid #888888;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #888888;
}
.header-modal__card-subTitle {
  margin-top: 9px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  transition: text-decoration 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.header-modal__card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #000;
  transition: text-decoration 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  margin-top: 10px;
}
.header-modal__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 211px;
  width: 100%;
  position: absolute;
  bottom: 9px;
}
.header-modal__card-footer--time {
  justify-content: flex-end;
}
.header-modal__card-footerWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 4px;
}
.header-modal__card-icon {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  border: 1px solid #000;
}
.header-modal__card-name {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000;
}
.header-modal__card-time {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.footer {
  border-radius: 50px 50px 0 0;
  background-color: #000;
  padding: 75px 10px 16px;
}
@media (max-width: 735px) {
  .footer {
    padding-bottom: 45px;
  }
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 455px;
  margin-inline: auto;
}
.footer-logo {
  max-width: 163px;
  width: 100%;
  height: fit-content;
}
.footer-logo__link {
  display: block;
  width: 100%;
  height: fit-content;
}
.footer-logo__image {
  max-width: 100%;
  width: 100%;
}
.footer-contact {
  margin-top: 60px;
  width: 100%;
  max-width: 100%;
}
.footer-contact__link {
  display: block;
  padding-top: 29px;
  padding-bottom: 15px;
  width: 100%;
}
@media (max-width: 735px) {
  .footer-contact__link {
    max-width: 269px;
    padding-top: 16px;
    padding-bottom: 5px;
    padding-left: 34px;
    margin-inline: auto;
  }
}
.footer-contact__link-inner {
  display: block;
  padding: 9px 135px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .footer-contact__link-inner {
    padding: 9px 55px;
    font-size: 1.8rem;
    line-height: 1.556;
  }
}
.footer-contact__link-inner::before {
  content: "";
  display: block;
  width: 107px;
  height: 85px;
  background-image: url("../images/footer/image-contact-button-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 20px;
  transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .footer-contact__link-inner::before {
    width: 70px;
    height: 56px;
    top: -9px;
    left: -26px;
  }
}
.footer-contact__link-inner::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background-image: url("../images/footer/icon-contact-arrow-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
@media (max-width: 735px) {
  .footer-contact__link-inner::after {
    right: 15px;
  }
}
.footer-contact__link:hover .footer-contact__link-inner {
  background-color: #f20012;
}
.footer-contact__link:hover .footer-contact__link-inner::before {
  transform: scale(1.06) rotate(32deg);
}
.footer-contact__text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 2.545;
  text-align: center;
  color: #ffffff;
  margin-top: -9px;
  pointer-events: none;
}
@media (max-width: 735px) {
  .footer-contact__text {
    font-size: 1rem;
    line-height: 2.8;
    margin-top: 8px;
  }
}
.footer-bottom {
  margin-top: 77px;
}
@media (max-width: 735px) {
  .footer-bottom {
    margin-top: 90px;
  }
}
.footer-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.footer-bottom__item:not(:first-child) {
  display: flex;
  align-items: center;
}
.footer-bottom__item:not(:first-child)::before {
  content: "｜";
  display: block;
  font-size: 1.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-right: 20px;
}
.footer-bottom__item-link {
  display: block;
  font-size: 1.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-decoration: underline;
}
.footer-bottom__item-link:hover {
  text-decoration: none;
}
.footer-bottom__text {
  margin-top: 16px;
  display: block;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
}
.footer-bottom__text-link {
  display: inline-block;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-decoration: underline;
}
.footer-bottom__text-link:hover {
  text-decoration: none;
}
.footer-bottom__copy {
  margin-top: 7px;
  display: block;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
}

.modal-button {
  position: fixed;
  bottom: 13px;
  right: 13px;
  z-index: 999;
  width: 74px;
  height: 139px;
  padding-right: 5px;
  padding-bottom: 3px;
  background-color: transparent;
}
@media (max-width: 735px) {
  .modal-button {
    width: 54px;
    height: 82px;
    padding-right: 4px;
    padding-bottom: 2px;
  }
}
.modal-button__inner {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 16px 5px 22px 10px;
  transition: transform 0.2s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .modal-button__inner {
    padding: 10px 1px 12px 4px;
  }
}
.modal-button__icon {
  width: 36px;
}
@media (max-width: 735px) {
  .modal-button__icon {
    width: 17px;
  }
}
.modal-button__text {
  margin-top: 10px;
  font-size: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.51;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 735px) {
  .modal-button__text {
    margin-top: 6px;
    font-size: 0.9rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  }
}
.modal-button::after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: calc(100% - 3px);
  background-color: #f20012;
  border-radius: 50px;
  border: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 735px) {
  .modal-button::after {
    width: calc(100% - 4px);
    height: calc(100% - 2px);
  }
}
.modal-button:hover .modal-button__inner {
  transform: translate(3px, 3px);
}

.modal-menu {
  display: none;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 9999;
  max-width: 100dvw;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}
.modal-menu.is-open {
  opacity: 1;
  display: flex;
  visibility: visible;
}
.modal-menu__bg {
  display: block;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  cursor: default;
  position: fixed;
  inset: 0;
  z-index: 1;
}
.modal-menu__bg.is-open {
  opacity: 0.25;
}
.modal-menu__content {
  display: block;
  max-width: 1320px;
  width: 100%;
  height: 717px;
  background-color: #000;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  transform: translateX(100dvw);
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .modal-menu__content {
    position: fixed;
    min-height: 100dvh;
    height: auto;
    inset: 0;
    z-index: 1;
    border-radius: 0;
  }
}
.modal-menu__content.is-open {
  transform: translateX(0);
}
.modal-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 114px;
  padding: 0 30px 0 50px;
}
@media (max-width: 735px) {
  .modal-menu__header {
    padding: 0 15px;
    height: 60px;
  }
}
.modal-menu__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 300/31;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .modal-menu__logo-link {
    max-width: 177px;
  }
}
.modal-menu__logo-link:hover {
  opacity: 0.8;
}
.modal-menu__logo-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.modal-menu__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media (max-width: 735px) {
  .modal-menu__button {
    width: 40px;
    height: 100%;
  }
}
.modal-menu__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  color: #F20012;
}
@media (hover: hover) {
  .modal-menu__button-icon {
    transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1), transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
}
@media (hover: none) {
  .modal-menu__button-icon {
    transition: none;
  }
}
@media (max-width: 735px) {
  .modal-menu__button-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 735px) {
  .modal-menu__button-icon--pc {
    display: none;
  }
}
@media screen and (min-width: 736px) {
  .modal-menu__button-icon--sp {
    display: none;
  }
}
@media (hover: hover) {
  .modal-menu__button:hover .modal-menu__button-icon {
    color: #fff;
    transform: rotate(180deg);
  }
}
@media (hover: none) {
  .modal-menu__button:active .modal-menu__button-icon {
    color: #fff;
    transform: rotate(180deg);
  }
}
.modal-menu__footer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-menu__footer::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 736px) {
  .modal-menu__footer {
    padding-inline: 20px;
  }
}
.modal-menu__footer-inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 0 79px;
}
@media (max-width: 735px) {
  .modal-menu__footer-inner {
    padding: 0 0 79px;
  }
}
@media (max-width: 735px) {
  .modal-menu__footer-wrapper {
    width: calc(100% - 50px);
    margin-inline: auto;
    padding: 27px 20px 40px;
  }
}
.modal-menu__text-content {
  display: block;
  text-align: center;
}
@media (max-width: 735px) {
  .modal-menu__text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    text-align: left;
  }
}
.modal-menu__text-icon {
  font-size: 8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media (max-width: 735px) {
  .modal-menu__text-icon {
    width: fit-content;
  }
}
.modal-menu__text-description {
  margin-top: 16px;
  font-size: 2.4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media (max-width: 735px) {
  .modal-menu__text-description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 736px) {
  .modal-menu__text-description > br {
    display: none;
  }
}
.modal-menu__category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 16px;
  margin-top: 40px;
  margin-inline: auto;
  max-width: 692px;
  width: 100%;
}
@media (max-width: 735px) {
  .modal-menu__category-list {
    gap: 13px;
  }
}
.modal-menu__category-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5px 12px;
  border-radius: 7px;
  background-color: #000;
  border: 2px solid #888888;
  font-size: 1.9rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.895;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .modal-menu__category-link {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 4px 9px;
    border-radius: 6px;
  }
}
.modal-menu__category-link:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000;
}
.modal-menu__tags {
  width: 100%;
  max-width: 100%;
  margin-top: 43px;
  margin-inline: auto;
  padding: 14.5px 0;
}
@media (max-width: 735px) {
  .modal-menu__tags {
    margin-top: 0;
    padding: 0 8px;
  }
}
.modal-menu__tag-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.modal-menu__tag-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 14px;
  font-size: 1.4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #000;
  border: 2px solid #888888;
  border-radius: 17px;
  transition: all 0.1s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .modal-menu__tag-link {
    font-size: 1.3rem;
    line-height: 1.846;
    padding-inline: 10px;
    border: 2px solid #888888;
  }
}
.modal-menu__tag-link:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.column {
  display: grid;
}
.column--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 735px) {
  .column--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-bottom {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
@media (max-width: 735px) {
  .post-bottom {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.post-bottom__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1140px;
}
.post-bottom__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media screen and (max-width: 1024px) {
  .post-bottom__wrapper {
    column-gap: 30px;
  }
}
@media (max-width: 735px) {
  .post-bottom__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-bottom__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 735px) {
  .post-bottom__content {
    row-gap: 20px;
  }
}
@media (max-width: 735px) {
  .post-bottom__list {
    row-gap: 20px !important;
  }
}

.post-about {
  border-top: solid 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
}
.post-about__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.post-about__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
.post-about__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 6px;
  text-align: center;
}
@media (max-width: 735px) {
  .post-about__title {
    font-size: 23px;
  }
}
.post-about__body {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.post-about__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2;
}
@media (max-width: 735px) {
  .post-about__text {
    font-size: 15px;
  }
}
.post-about__link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 735px) {
  .post-about__link {
    justify-content: center;
  }
}

.relation-posts__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}
.relation-posts__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.relation-posts__list {
  display: flex;
  gap: 24px;
}
.relation-posts__link {
  display: flex;
  margin-left: auto;
}
.relation-posts__link a {
  font-size: 24px;
}
.relation-posts__item {
  flex: 1;
}

.editor {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
@media (max-width: 735px) {
  .editor {
    row-gap: 30px;
  }
}
.editor p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 735px) {
  .editor p {
    font-size: 14px;
  }
}
.editor h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 0px;
  line-height: 1.8;
  letter-spacing: 1.3px;
}
@media (max-width: 735px) {
  .editor h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.editor h3 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 1px #888888;
  line-height: 1.6;
  letter-spacing: 1.1px;
  padding-top: 24px;
  padding-bottom: 12px;
}
@media (max-width: 735px) {
  .editor h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-top: 18px;
    padding-bottom: 9px;
  }
}
.editor h4 {
  font-size: 19px;
  font-weight: 700;
  padding-top: 24px;
  letter-spacing: 0.95px;
}
@media (max-width: 735px) {
  .editor h4 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.editor .wp-block-image {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 735px) {
  .editor .wp-block-image {
    row-gap: 18px;
  }
}
.editor .wp-block-image img {
  border: solid 1px #000;
  border-radius: 20px;
}
.editor .wp-block-image figcaption {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  line-height: 1.4;
  color: #505050;
}
@media (max-width: 735px) {
  .editor .wp-block-image figcaption {
    font-size: 12px;
  }
}
.editor .wp-block-quote {
  margin: 0 !important;
  padding: 0 !important;
  border: solid 1px #edf0f2;
}
.editor .wp-block-quote > p {
  color: #000;
  padding: 20px;
  background-color: #edf0f2;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 735px) {
  .editor .wp-block-quote > p {
    font-size: 14px;
    padding: 15px 14px;
  }
}
.editor .wp-block-quote ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 20px 25px 40px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 735px) {
  .editor .wp-block-quote ul {
    font-size: 12px;
    padding: 15px 15px 15px 30px;
    line-height: 1.6;
  }
}
.editor .wp-block-table {
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.editor .wp-block-table table {
  width: 100%;
  border-left: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
}
.editor .wp-block-table table td {
  font-size: 14px;
  line-height: 2;
  padding: 21px 20px;
  border-width: 0;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  vertical-align: top;
}
@media (max-width: 735px) {
  .editor .wp-block-table table td {
    font-size: 12px;
    padding: 15px 14px;
  }
}
.editor .wp-block-table table tr td:first-child {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  background-color: #edf0f2;
}
@media (max-width: 735px) {
  .editor .wp-block-table table tr td:first-child {
    font-size: 12px;
  }
}
.editor .wp-block-button__link {
  display: inline-flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  height: 48px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: solid 1px currentColor;
  padding: 0.8em 2.5em 0.8em 1em;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 735px) {
  .editor .wp-block-button__link {
    height: 30px;
    border-radius: 15px;
    padding: 0.5em 1.8em 0.5em 0.8em;
  }
}
.editor .wp-block-button__link:hover {
  background-color: #f20012;
}
.editor .wp-block-button__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  margin-left: auto;
  background: url("../images/post/icon-arrow-right-bk.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
}
@media (max-width: 735px) {
  .editor .wp-block-button__link::after {
    right: 0.7em;
  }
}
.editor .is-large .wp-block-button__link {
  height: 55px;
  font-size: 16px;
  border-radius: 30px;
}
@media (max-width: 735px) {
  .editor .is-large .wp-block-button__link {
    height: 48px;
  }
}
.editor a {
  word-break: break-all;
  word-wrap: break-word;
}
.editor a:not([class]) {
  display: inline;
  font-size: inherit;
  padding: 0.1em 0.3em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #1926DB;
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.editor a:not([class]):hover {
  color: #f24326;
}
.editor a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  background: url("../images/post/icon-link.svg") center center no-repeat;
  background-size: contain;
  margin-left: 13px;
  vertical-align: text-bottom;
  transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.editor a:not([class])[target=_blank]:hover::after {
  background-image: url("../images/post/icon-link-hover.svg");
}
.editor .is-arrow a {
  display: block;
  font-size: inherit;
  padding: 0.1em 0.3em;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  color: #1926DB;
}
.editor .is-arrow a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../images/post/icon-link-circle.svg") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.editor .is-arrow a:hover::before {
  background-image: url("../images/post/icon-link-circle-hover.svg");
}
.editor .is-arrow a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  background: url("../images/post/icon-link.svg") center center no-repeat;
  background-size: contain;
  margin-left: 13px;
  vertical-align: text-bottom;
  transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.editor .is-arrow a[target=_blank]:hover::after {
  background-image: url("../images/post/icon-link-hover.svg");
}
.editor .post-materials-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  color: #000;
  border: solid 1px currentColor;
  border-radius: 25px;
  column-gap: 5px;
  width: 140px;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .editor .post-materials-link {
    width: 120px;
    height: 35px;
    border-radius: 20px;
    padding: 4px 10px;
  }
}
@media (hover: hover) {
  .editor .post-materials-link:hover::after {
    background-image: url("../images/post/icon-download-hover.svg");
  }
}
@media (hover: none) {
  .editor .post-materials-link:active::after {
    background-image: url("../images/post/icon-download-hover.svg");
  }
}
.editor .post-materials-link::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: center center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .editor .post-materials-link::after {
    transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
}
@media (hover: none) {
  .editor .post-materials-link::after {
    transition: none;
  }
}
@media (max-width: 735px) {
  .editor .post-materials-link::after {
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .editor .post-materials-link--pdf:hover {
    background-color: #F24326;
  }
}
@media (hover: none) {
  .editor .post-materials-link--pdf:active {
    background-color: #F24326;
  }
}
.editor .post-materials-link--pdf::after {
  background-image: url("../images/post/icon-download-pdf.svg");
}
@media (hover: hover) {
  .editor .post-materials-link--excel:hover {
    background-color: #00c674;
  }
}
@media (hover: none) {
  .editor .post-materials-link--excel:active {
    background-color: #00c674;
  }
}
.editor .post-materials-link--excel::after {
  background-image: url("../images/post/icon-download-excel.svg");
}
@media (hover: hover) {
  .editor .post-materials-link--word:hover {
    background-color: #3170ff;
  }
}
@media (hover: none) {
  .editor .post-materials-link--word:active {
    background-color: #3170ff;
  }
}
.editor .post-materials-link--word::after {
  background-image: url("../images/post/icon-download-word.svg");
}
.editor .post-materials-link__text {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 3px;
}
.editor .post-materials-link__name {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.44px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 735px) {
  .editor .post-materials-link__name {
    font-size: 12px;
  }
}
.editor .post-materials-link__capacity {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 8px;
  color: #000;
}

.post-share {
  border-radius: 50px;
  background-color: #edf0f2;
  padding: 63px 40px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 735px) {
  .post-share {
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 25px;
  }
}
.post-share::after {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 5/3;
  background: url("../images/post/bg-share-triangle.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
@media (max-width: 735px) {
  .post-share::after {
    width: 48px;
  }
}
.post-share__inner {
  max-width: 800px;
  margin: 0 auto;
}
.post-share__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 44px;
}
.post-share__label {
  display: flex;
  align-items: center;
  column-gap: 25px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  color: #000;
}
@media screen and (max-width: 599px) {
  .post-share__label {
    column-gap: 8px;
    font-size: 14px;
  }
}
.post-share__label em {
  border-bottom: solid 2px currentColor;
}
@media screen and (max-width: 599px) {
  .post-share__label em img {
    width: 95px;
  }
}
.post-share__body {
  display: flex;
  align-items: center;
  gap: 16px 44px;
}
@media screen and (max-width: 1039px) {
  .post-share__body {
    column-gap: 18px;
  }
}
@media (max-width: 735px) {
  .post-share__body {
    flex-direction: column;
    width: 100%;
  }
}

.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.breadcrumb__inner {
  width: 96%;
  margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 6px 10px;
}
@media (max-width: 735px) {
  .breadcrumb__list {
    gap: 3px 6px;
  }
}
.breadcrumb__list-item {
  font-size: 13px;
  color: #505050;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 735px) {
  .breadcrumb__list-item {
    font-size: 10px;
    column-gap: 6px;
  }
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "／";
  display: block;
  color: currentColor;
}
.breadcrumb__link {
  color: #505050;
  padding: 0.3em 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.breadcrumb__link:hover {
  text-decoration: none;
}

.tableOfContents {
  padding: 40px 32px;
  border-radius: 10px;
  border: solid 1px #000;
}
@media (max-width: 735px) {
  .tableOfContents {
    padding: 20px 25px;
  }
}
.tableOfContents__title {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1.5;
}
@media (max-width: 735px) {
  .tableOfContents__title {
    font-size: 15px;
  }
}
.tableOfContents__body {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.tableOfContents__list li {
  padding-top: 20px;
}
@media (max-width: 735px) {
  .tableOfContents__list li {
    padding-top: 24px;
  }
}
.tableOfContents__list li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(47, 47, 47, 0.1);
}
@media (max-width: 735px) {
  .tableOfContents__list li:not(:last-child) {
    padding-bottom: 24px;
  }
}
.tableOfContents__list li a {
  color: #000;
}
.tableOfContents__sub-list {
  margin-top: 10px;
  padding-left: 25px;
  list-style-type: disc;
}
@media (max-width: 735px) {
  .tableOfContents__sub-list {
    margin-top: 20px;
  }
}
.tableOfContents__sub-list li {
  padding: 0 0 5px 0;
  border-width: 0;
}
.tableOfContents__sub-list li a {
  color: #505050;
}
@media (max-width: 735px) {
  .tableOfContents__sub-list li a {
    font-size: 14px;
  }
}
.tableOfContents__link {
  font-size: 15px;
  font-weight: 500;
  padding: 0.2em 0.4em;
  text-underline-offset: 0.15em;
}
.tableOfContents__link:hover {
  text-decoration: underline;
}

.level3-heading {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.level3-heading::before {
  content: "";
  background: currentColor;
  height: 17.3205080757px;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.post-author {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.post-author__image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #000;
  flex-shrink: 0;
}
.post-author__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-author__name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
}

.post-date {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 10px;
  color: #888888;
}

.vertical-post__link {
  display: block;
  color: currentColor;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.vertical-post__link:hover {
  opacity: 0.6;
}
.vertical-post__link:hover .vertical-post__title {
  text-decoration: underline;
}
.vertical-post__link:hover .vertical-post__image::after {
  background-color: #f24326 !important;
}
.vertical-post__link:hover .vertical-post__ranking-label {
  background-color: #f24326 !important;
}
.vertical-post__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px 24px;
}
.vertical-post__image {
  position: relative;
  z-index: 0;
  width: 33%;
}
@media (max-width: 735px) {
  .vertical-post__image {
    width: 36%;
  }
}
.vertical-post__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #505050;
  border: solid 1px #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(8px, 6px);
  z-index: -1;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .vertical-post__image::after {
    transform: translate(5px, 3px);
  }
}
.vertical-post__image img {
  border: solid 1px #000;
  display: block;
  object-fit: cover;
  width: 100%;
}
.vertical-post__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  height: 100%;
}
@media (max-width: 735px) {
  .vertical-post__body {
    row-gap: 5px;
  }
}
.vertical-post__labels {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.vertical-post__head {
  margin-top: 2px;
}
.vertical-post__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-underline-offset: 0.2em;
  transition: text-deration 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .vertical-post__title {
    font-size: 13px;
  }
}
.vertical-post__foot {
  min-height: 30px;
  margin-top: auto;
}
.vertical-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 736px) and (max-width: 969px) {
  .vertical-post__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vertical-post__date {
  margin-left: auto;
}
.vertical-post__date .post-date {
  font-size: 13px;
}
@media (max-width: 735px) {
  .vertical-post__date .post-date {
    font-size: 9px;
  }
}
.vertical-post--ranking {
  position: relative;
  z-index: 0;
}
.vertical-post__ranking-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translate(-20px, -15px);
  font-size: 14px !important;
  padding: 0.5em 1em !important;
  line-height: 1;
  border-radius: 18px;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  color: #000 !important;
  border: solid 1px currentColor;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .vertical-post__ranking-label {
    font-size: 10px !important;
    padding: 0.3em 0.5em !important;
    transform: translate(-7px, -7px);
  }
}
.vertical-post__ranking-item:nth-child(1) .vertical-post__ranking-label {
  background-color: #e3dbed;
}
.vertical-post__ranking-item:nth-child(1) .vertical-post__image::after {
  background-color: #e3dbed;
}
.vertical-post__ranking-item:nth-child(2) .vertical-post__ranking-label {
  background-color: #aee6ff;
}
.vertical-post__ranking-item:nth-child(2) .vertical-post__image::after {
  background-color: #aee6ff;
}
.vertical-post__ranking-item:nth-child(3) .vertical-post__ranking-label {
  background-color: #d35a34;
}
.vertical-post__ranking-item:nth-child(3) .vertical-post__image::after {
  background-color: #d35a34;
}
.vertical-post__ranking-item:nth-child(4) .vertical-post__ranking-label {
  background-color: #197571;
}
.vertical-post__ranking-item:nth-child(4) .vertical-post__image::after {
  background-color: #197571;
}
.vertical-post__ranking-item:nth-child(5) .vertical-post__ranking-label {
  background-color: #ffdf92;
}
.vertical-post__ranking-item:nth-child(5) .vertical-post__image::after {
  background-color: #ffdf92;
}

.vertical-post-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.mondai-card__link {
  display: block;
  color: inherit;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.mondai-card__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: 100%;
}
.mondai-card__thumb {
  width: 100%;
  border: solid 1px #000;
}
.mondai-card__thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 370/240;
}
@media (max-width: 735px) {
  .mondai-card__thumb img {
    aspect-ratio: 300/195;
  }
}
.mondai-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  height: 100%;
}
.mondai-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.mondai-card__head {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.mondai-card__sub-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: text-decoration 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.mondai-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  transition: text-decoration 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .mondai-card__title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.mondai-card__foot {
  margin-top: auto;
  min-height: 30px;
}
.mondai-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  height: 100%;
}
.mondai-card__date {
  margin-left: auto;
}
.mondai-card__link:hover {
  opacity: 0.6;
}
.mondai-card__link:hover .mondai-card__title {
  text-decoration: underline;
}
.mondai-card__link:hover .mondai-card__sub-title {
  text-decoration: underline;
}

.paging-card {
  height: 100%;
  position: relative;
  z-index: 0;
}
.paging-card__link {
  color: inherit;
  padding: 10px 7px 10px 3px;
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.paging-card__link:hover .paging-card__sub-title {
  text-decoration: underline;
}
.paging-card__link:hover .paging-card__title {
  text-decoration: underline;
}
.paging-card__link:hover .paging-card__inner {
  transform: translate(-3px, -11px);
}
.paging-card__link::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  background-color: #ccc;
  border: solid 1px #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.paging-card__link--prev::after {
  background-color: #3170ff;
}
.paging-card__link--next::after {
  background-color: #197571;
}
.paging-card__inner {
  padding: 18px 18px 16px;
  background: url("../images/post/bg-paging-card.png") center center no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.paging-card__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: 100%;
}
.paging-card__img {
  border: solid 1px #000;
}
.paging-card__img img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.paging-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  height: 100%;
}
.paging-card__labels {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}
.paging-card__head {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.paging-card__sub-title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-underline-offset: 0.2em;
}
.paging-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-underline-offset: 0.2em;
}
.paging-card__foot {
  margin-top: auto;
  min-height: 30px;
}
.paging-card__date {
  margin-left: auto;
}
.paging-card__meta {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.paging {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #000;
}
@media (max-width: 735px) {
  .paging {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.paging__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}
.paging__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.paging__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
@media (max-width: 735px) {
  .paging__scroll {
    overflow-x: scroll;
    margin-left: 10px;
    padding-bottom: 20px;
  }
}
.paging__item {
  min-width: 280px;
  flex: 1;
}
.paging__link {
  display: flex;
  margin-left: auto;
}
@media (max-width: 735px) {
  .paging__link {
    margin-right: auto;
  }
}
.paging__link a {
  font-size: 24px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 8px 12px;
}
.pagination__list li a,
.pagination__list li .is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  border-radius: 50%;
  font-weight: 500;
  aspect-ratio: 1;
  width: 56px;
  border: solid 1px currentColor;
  background-color: transparent;
}
@media (max-width: 735px) {
  .pagination__list li a,
  .pagination__list li .is-current {
    width: 40px;
  }
}
.pagination__list li a {
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.pagination__list li a:hover {
  background-color: #e2ffdf;
}
.pagination__list li .is-current {
  background-color: #f20012;
}
.pagination__dots {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
  color: #000;
}

.content-break {
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 37px;
}
@media (max-width: 735px) {
  .content-break {
    padding-top: 0;
    row-gap: 25px;
  }
}
.content-break__text {
  display: none;
  width: 100%;
}
.content-break__text:has(.is-next) {
  display: block;
}
.content-break__text a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: inherit;
  position: relative;
}
.content-break__text a:hover .content-break__inner {
  background-color: #f20012;
}
.content-break__text a:has(.is-next)::after {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background: url("../images/post/icon-arrow-right-bk.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
.content-break__inner {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  text-align: center;
  margin-inline: 0;
}
.content-break__inner.is-prev {
  display: none;
}
.content-break__number {
  display: flex;
  gap: 10px 8px;
  flex-wrap: wrap;
}
.content-break__number a:hover .content-break__number-item {
  background-color: #e2ffdf;
}
.content-break__number-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px currentColor;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}

.post-page-numbers.current .content-break__number-item {
  background-color: #f20012;
}

.mondai-categories {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 735px) {
  .mondai-categories {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.mondai-categories::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 735px) {
  .mondai-categories::before {
    display: none;
  }
}
.mondai-categories__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1195px;
}
.mondai-categories__block {
  background-color: #ffffff;
  padding: 10px 130px 60px;
  position: relative;
  border-radius: 40px;
  border: solid 1px #000;
  box-shadow: 7px 7px 0 #f20012;
}
@media screen and (min-width: 736px) and (max-width: 1024px) {
  .mondai-categories__block {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 899px) {
  .mondai-categories__block {
    padding-inline: 50px;
  }
}
@media (max-width: 735px) {
  .mondai-categories__block {
    border-radius: 20px;
    padding: 80px 16px 85px;
  }
}
.mondai-categories__block::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 83/10;
  background: url("../images/post/bg-mondai-categories.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -92.3%);
}
@media (max-width: 735px) {
  .mondai-categories__block::before {
    display: none;
  }
}
.mondai-categories__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 735px) {
  .mondai-categories__wrapper {
    margin-top: 0;
  }
}
.mondai-categories__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 4.8px;
  text-align: center;
}
@media (max-width: 735px) {
  .mondai-categories__title {
    font-size: 22px;
  }
}
.mondai-categories__title br {
  display: none;
}
@media screen and (max-width: 899px) {
  .mondai-categories__title br {
    display: block;
  }
}
.mondai-categories__title em {
  margin-inline: 10px;
  font-size: 22px;
  padding: 0.5em 0.8em 0.3em;
  border-radius: 25px;
  font-style: normal;
  line-height: 0.8;
  white-space: nowrap;
  border: solid 1px #000;
  background-color: #f20012;
}
@media (max-width: 735px) {
  .mondai-categories__title em {
    margin-inline: 6px;
    padding: 0.4em 0.6em 0.2em;
  }
}
.mondai-categories__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 735px) {
  .mondai-categories__body {
    row-gap: 40px;
  }
}
.mondai-categories__cats {
  max-width: 700px;
  margin: 0 auto;
}
.mondai-categories__categories-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 23px;
}
@media (max-width: 735px) {
  .mondai-categories__categories-list {
    gap: 16px;
  }
}
.mondai-categories__tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 8px;
}

.custom-overview-block {
  width: 100%;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
@media (max-width: 735px) {
  .custom-overview-block {
    padding: 30px 20px;
  }
}
.custom-overview-block__inner {
  width: 100%;
  max-width: 896px;
  margin-inline: auto;
}
.custom-overview-block__inner > *:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.custom-overview-block__title {
  font-size: 2rem !important;
  letter-spacing: 0.05em;
  line-height: 1 !important;
  font-weight: bold !important;
  font-family: "BIZ UDPGothic", sans-serif;
  padding-bottom: 18px;
  color: #000;
}
@media (max-width: 735px) {
  .custom-overview-block__title {
    font-size: 1.5rem !important;
  }
}
.custom-overview-block__title--only {
  padding-bottom: 0;
}
.custom-overview-block__lead {
  width: 100%;
  padding: 16px 0 16px 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__lead {
    padding: 24px 0;
  }
}
.custom-overview-block__lead--noTitle {
  padding: 0 0 16px 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__lead--noTitle {
    padding: 0 0 24px;
  }
}
.custom-overview-block__lead--noText {
  padding: 16px 0 0 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__lead--noText {
    padding: 24px 0 0;
  }
}
.custom-overview-block__lead--only {
  padding: 0 0 0 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__lead--only {
    padding: 0;
  }
}
.custom-overview-block__lead > p {
  font-size: 1.5rem !important;
  letter-spacing: 0.05em;
  line-height: 2 !important;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000;
}
@media (max-width: 735px) {
  .custom-overview-block__lead > p {
    font-size: 1.4rem !important;
  }
}
.custom-overview-block__text {
  width: 100%;
  padding: 24px 0 0 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__text {
    padding: 24px 0 0;
  }
}
.custom-overview-block__text--noTop {
  padding: 0 0 0 20px;
}
@media (max-width: 735px) {
  .custom-overview-block__text--noTop {
    padding: 0;
  }
}
.custom-overview-block__text > p {
  font-size: 1.5rem !important;
  letter-spacing: 0.05em;
  line-height: 2 !important;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold !important;
  color: #000;
}

.rounded-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f20012;
  color: #000;
  font-size: 12px;
  padding: 0.8em 1.2em;
  width: 260px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #f20012;
  line-height: 1.2;
}
.rounded-btn span {
  margin-inline: auto;
}
.rounded-btn--border {
  border-color: currentColor;
}
.rounded-btn--large {
  font-size: 21px;
  letter-spacing: 0.42px;
  padding: 0.8em 1.2em;
  height: 84px;
  border-radius: 42px;
}
@media screen and (max-width: 1039px) {
  .rounded-btn--share {
    font-size: 16px;
    width: 190px;
    height: 60px;
  }
}
@media (max-width: 735px) {
  .rounded-btn--share {
    width: 100%;
  }
}
.rounded-btn--x {
  color: #ffffff;
  background-color: #141313;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--x {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--x:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--x {
    transition: none;
  }
  .rounded-btn--x:active {
    background-color: #ffffff;
    color: #000;
  }
}
.rounded-btn--line {
  color: #ffffff;
  background-color: #00c674;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--line {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--line:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--line {
    transition: none;
  }
  .rounded-btn--line:active {
    background-color: #ffffff;
    color: #000;
  }
}
.rounded-btn--fb {
  color: #ffffff;
  background-color: #3170ff;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--fb {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--fb:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--fb {
    transition: none;
  }
  .rounded-btn--fb:active {
    background-color: #ffffff;
    color: #000;
  }
}

.link-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.link-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../../images/top/icon-arrow-black-right-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.link-btn:hover {
  background-color: #f20012;
}

.text-link {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  color: #000;
}
.text-link:hover .text-link__inner::after {
  transform: translateY(3px);
}
.text-link:hover .text-link__icon path:first-child {
  fill: #f20012;
}
.text-link__inner {
  font-size: 18px;
  position: relative;
}
.text-link__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(12px);
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.text-link__icon {
  margin-top: 3px;
}
.text-link__icon path:first-child {
  transition: fill 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.text-link--white .text-link__inner {
  color: #ffffff;
}

.label {
  display: inline-block;
  white-space: nowrap;
  padding: 0.5em 0.6em;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.65px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  border: solid 1px currentColor;
}
@media (max-width: 735px) {
  .label {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.label--large {
  font-size: 19px;
  letter-spacing: 0.95px;
  padding: 0.5em 0.8em;
}
@media (max-width: 735px) {
  .label--large {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.label--mondai {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.label--series {
  color: #888888;
  border-color: currentColor;
  background-color: #ffffff;
}

.tag {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  border: solid 1px currentColor;
  background-color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.5em 0.8em;
  border-radius: 15px;
}
@media (max-width: 735px) {
  .tag {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.tag--large {
  height: 30px;
  border-radius: 15px;
  font-size: 16px;
  padding: 0.4em 1.2em;
}
.tag--black {
  color: #000;
}
.tag--gray {
  color: #888888;
}

.cat-tag {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.6em 1.5em;
  border-radius: 25px;
  color: #000;
  border: solid 1px currentColor;
  background-color: #edf0f2;
  letter-spacing: 1px;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 735px) {
  .cat-tag {
    font-size: 13px;
    letter-spacing: 0.65px;
    padding: 0.8em 2em;
  }
}
.cat-tag--all {
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.cat-tag--all:hover {
  color: #ffffff;
  background-color: #000;
}
.cat-tag--all.is-current {
  color: #ffffff;
  background-color: #000;
}
.cat-tag--living:hover {
  background-color: #f24326;
}
.cat-tag--working:hover {
  background-color: #3170ff;
}
.cat-tag--politics:hover {
  background-color: #197571;
}
.cat-tag--economy:hover {
  background-color: #ffdf92;
}
.cat-tag--learning:hover {
  background-color: #e2ffdf;
}
.cat-tag--care:hover {
  background-color: #00c674;
}
.cat-tag--food:hover {
  background-color: #FFE6C9;
}
.cat-tag--environment:hover {
  background-color: #aee6ff;
}
.cat-tag--preparedness:hover {
  background-color: #d35a34;
}
.cat-tag--safety:hover {
  background-color: #be71a9;
}
.cat-tag--culture:hover {
  background-color: #F86E4C;
}
.cat-tag--connection:hover {
  background-color: #F796DC;
}
.cat-tag--diversity:hover {
  background-color: #8B9CE2;
}
.cat-tag--series {
  transition: color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.cat-tag--series:hover {
  color: #ffffff;
  background-color: #000;
}
.cat-tag--series.is-current {
  color: #ffffff;
  background-color: #000;
}

a.label {
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
a.label:hover {
  opacity: 0.5;
}
a.tag {
  transition: opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
a.tag:hover {
  opacity: 0.5;
}

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