@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --color: #000;
  --border-color: #CCC;
}

body {
  background-color: #F0EFED;
  font-family: "Zen Old Mincho", serif;
  color: #2C2E2D;
  position: relative;
}
body p, body a, body h1, body h2, body h3, body small, body span {
  leading-trim: both;
  text-edge: cap;
}
body i {
  font-style: italic;
}
body#top-en {
  font-family: "Zen Old Mincho", serif;
}
body#top-ch {
  font-family: "Noto Serif TC", serif;
}
body {
  /* 確認用（スクロールバー非表示） */
}

header {
  height: 100dvh;
}
@media all and (max-width: 960px) {
  header {
    height: 100svh;
  }
}
header .top_content_wrapper {
  position: relative;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper {
    height: 100svh;
  }
}
header .top_content_wrapper .top_image_wrapper {
  height: calc(100dvh - 80px);
  width: 100%;
  position: absolute;
  top: 0;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .top_image_wrapper {
    height: calc(100svh - 175px);
    position: absolute;
    top: 117px;
  }
}
header .top_content_wrapper .top_image_wrapper .top_image {
  height: 100%;
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/top.jpg);
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .top_image_wrapper .top_image {
    width: 100%;
    margin: 0;
    background-image: url(../images/top_sp.jpg);
  }
}
header .top_content_wrapper .head_inner {
  position: absolute;
  z-index: 10;
  top: calc(100dvh - 80px);
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-right: 43px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner {
    top: 0;
    height: 100svh;
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .top_content_wrapper .head_inner.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
header .top_content_wrapper .head_inner.stop {
  position: absolute;
}
header .top_content_wrapper .head_inner.fixed .lang_button_wrapper .lang_button, header .top_content_wrapper .head_inner.stop .lang_button_wrapper .lang_button {
  display: none;
}
header .top_content_wrapper .head_inner.fixed .lang_button_wrapper .lang_button.active, header .top_content_wrapper .head_inner.stop .lang_button_wrapper .lang_button.active {
  display: block;
}
header .top_content_wrapper .head_inner.fixed .lang_button_wrapper.showall, header .top_content_wrapper .head_inner.stop .lang_button_wrapper.showall {
  padding-left: 20px;
}
header .top_content_wrapper .head_inner.fixed .lang_button_wrapper.showall .lang_button, header .top_content_wrapper .head_inner.stop .lang_button_wrapper.showall .lang_button {
  display: block;
}
header .top_content_wrapper .head_inner h1.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper {
  margin-top: -1px;
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1::after {
  content: "";
  border-right: 1px solid #E0DBCE;
  height: 40px;
  margin-left: 25px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1::after {
  margin-left: 19px;
}
body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1::after {
  margin-left: 8px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1::after {
    display: none;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element {
  margin-bottom: 2px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element {
  margin-bottom: 0px;
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element span {
  color: #00E5AC;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2.24px;
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element span > span {
  letter-spacing: 0.84px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element span {
    font-size: 22px;
    letter-spacing: 1.76px;
  }
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element span > span {
    letter-spacing: 0.66px;
  }
}
body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element_tenyear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element_tenyear span {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 0.84px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper {
    position: absolute;
  }
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1 {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 40px;
  }
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 {
    height: 0;
    margin-top: 0;
    top: 76px;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_asuka {
  text-decoration-color: #00E5AC;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_asuka {
  margin-left: 5px;
  text-underline-offset: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media all and (max-width: 960px) {
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_asuka {
    text-underline-offset: 0;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element span {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.8px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element span {
    font-size: 22px;
    line-height: 1.81;
    letter-spacing: 1.76px;
  }
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element span {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 153.846% */
  letter-spacing: 0.26px;
}
@media all and (max-width: 960px) {
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    letter-spacing: 0.2px;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.center {
  width: 30px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.center {
  width: auto;
  margin-left: 7.5px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.center {
    width: 22px;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo {
  width: 137px;
  height: 28px;
  margin-left: 5px;
  margin-bottom: 4px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo {
  height: 19px;
  width: auto;
  margin-left: 11px;
  margin-bottom: -3px;
}
body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo {
  margin-left: 1px;
}
body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo span {
  line-height: 32px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo {
    margin-left: 6px;
    margin-top: 4px;
  }
}
header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo img {
  width: 137px;
  height: 28px;
}
body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo img {
  height: 19px;
  width: auto;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element_logo img {
    width: 113px;
    height: 23px;
  }
}
@media all and (max-width: 960px) {
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title1 {
    top: 19px;
    left: 25px;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_asuka {
    width: 100%;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_and {
    width: 35px;
    margin-left: 5px;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_logo {
    width: auto;
    height: 14px;
    margin-top: -9px;
    margin-left: 10px;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_logo img {
    width: auto;
    height: 14px;
  }
  body#top-en header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 {
    margin-top: -3px;
  }
}
@media all and (max-width: 960px) {
  body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_logo {
    height: auto;
    margin-left: 2px;
  }
  body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper .title_element.title_element_logo span {
    line-height: 40px;
  }
  body#top-ch header .top_content_wrapper .head_inner h1.site-title .title_wrapper.title2 .title_element_tenyear span {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 181.818% */
    letter-spacing: 1.76px;
  }
}
header .top_content_wrapper .head_inner .lang_button_wrapper {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: -5px;
  gap: 25px;
  position: relative;
  top: 15px;
  z-index: 50;
  padding: 0 5px;
}
header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button_jp {
  margin-right: -0.5px;
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button_jp {
    margin-right: 0;
  }
}
header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button_ch a {
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.78; /* 178.571% */
  letter-spacing: 0.28px;
}
header .top_content_wrapper .head_inner .lang_button_wrapper a {
  color: #C7C0AF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.78; /* 178.571% */
  letter-spacing: 0.28px;
  padding: 0 5px;
  font-family: "Zen Old Mincho", serif;
}
@media (hover: hover) and (pointer: fine) {
  header .top_content_wrapper .head_inner .lang_button_wrapper a:hover {
    color: #2C2E2D;
  }
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner .lang_button_wrapper {
    margin: 23px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: unset;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 1px;
  }
  header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button_ch a {
    font-family: "Noto Serif TC", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.78; /* 178.571% */
    letter-spacing: 0.28px;
  }
  header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button {
    width: 40px;
    text-align: center;
  }
  header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button a {
    color: #C7C0AF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.92; /* 192.308% */
  }
}
@media (max-width: 960px) and (hover: hover) and (pointer: fine) {
  header .top_content_wrapper .head_inner .lang_button_wrapper .lang_button a:hover {
    color: #2C2E2D;
  }
}
@media all and (max-width: 960px) {
  header .top_content_wrapper .head_inner .lang_button_wrapper .middle_dot {
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background-color: #C7C0AF;
    margin-top: 2px;
  }
}
header .top_content_wrapper .head_inner .lang_button_wrapper .active a {
  color: #2C2E2D;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1.5px;
  text-decoration-color: #00E5AC;
}
header .top_content_wrapper .head_inner .lang_button_wrapper .active.stop {
  position: absolute;
}
@media all and (max-width: 960px) {
  header::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #E0DBCE;
    position: absolute;
    z-index: -1;
  }
}
@media all and (960px < width <= 1070px) {
  body#top-en header .top_image_wrapper {
    height: calc(100dvh - 120px);
  }
  body#top-en header .head_inner {
    height: 120px;
    top: calc(100dvh - 120px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body#top-en header .head_inner h1.site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  body#top-en header .head_inner h1.site-title .title_wrapper.title1::after {
    display: none;
  }
  body#top-en header .head_inner h1.site-title .title_wrapper.title1 .title_element.title_element_asuka {
    text-underline-offset: -0.5px;
  }
  body#top-en header .head_inner h1.site-title .title_wrapper.title1 .title_element_logo {
    margin-bottom: -2px;
  }
  body#top-en header .head_inner h1.site-title .title_wrapper.title2 {
    margin-left: 5px;
  }
  body#top-en header .head_inner .lang_button_wrapper {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: -8px;
  }
  body#top-en header .head_inner.fixed {
    top: 0;
  }
}

.sp_top_wrapper {
  display: none;
  height: 70px;
  width: 100%;
}
@media all and (max-width: 960px) {
  .sp_top_wrapper.active {
    position: fixed;
    top: 0;
  }
  .sp_top_wrapper.stop {
    position: absolute;
  }
  .sp_top_wrapper.active, .sp_top_wrapper.stop {
    display: block;
  }
  .sp_top_wrapper .sp_page-title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: absolute;
    top: 14px;
    left: 15px;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper.title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper.title1 .title_element_asuka {
    display: inline-block;
    white-space: nowrap;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper.title2 .title_element span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.28px;
    color: #00E5AC;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper.title2 .title_element span > span {
    letter-spacing: 0.48px;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper .title_element.title_element_asuka {
    text-decoration-color: #00FFBF;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper .title_element img {
    height: 17px;
    margin-bottom: 3px;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper .title_element span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 250% */
    letter-spacing: 1.28px;
  }
  .sp_top_wrapper .sp_page-title_wrapper .title_wrapper .title_element_logo {
    margin-left: 3.5px;
    margin-top: 1px;
  }
  .sp_top_wrapper .lang_button_wrapper {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 33px;
    text-align: center;
  }
  .sp_top_wrapper .lang_button_wrapper .lang_select-open-button {
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    border: 1px solid #E0DBCE;
    background: #F0EFED;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sp_top_wrapper .lang_button_wrapper .lang_select-open-button p {
    color: #2C2E2D;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 227.273% */
    letter-spacing: 0.22px;
  }
  body#top-jp .sp_top_wrapper .lang_button_wrapper .lang_select-open-button p {
    margin-top: -1px;
  }
  .sp_top_wrapper .lang_button_wrapper .lang_select-open-button .down-triangle {
    width: 5px;
    height: 3px;
    position: absolute;
    top: 8.5px;
  }
  .sp_top_wrapper .lang_button_wrapper .lang_select-button {
    display: none;
  }
  .sp_top_wrapper .lang_button_wrapper .lang_select-button .lang_button a {
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 227.273% */
    letter-spacing: 0.22px;
    font-family: "Zen Old Mincho", serif;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-open-button {
    display: none;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button {
    display: block;
    width: 33px;
    height: 120px;
    border-radius: 2px;
    border: 1px solid #C7C0AF;
    background: #F0EFED;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_select-close-button {
    margin-top: -0.5px;
    margin-bottom: 2px;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_select-close-button button {
    position: relative;
    top: -4px;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_button {
    display: block;
    height: 33px;
    width: 33px;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_button.active {
    display: block;
    text-align: center;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_button.active a {
    color: #2C2E2D;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: #00E5AC;
  }
  .sp_top_wrapper .lang_button_wrapper.showall .lang_select-button .lang_button.lang_button_ch a {
    font-family: "Noto Serif TC", serif;
  }
}
@media all and (max-width: 960px) {
  body#top-en .sp_top_wrapper .title_wrapper.title1 {
    margin-top: -1px;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title1 .title_element span {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
    letter-spacing: 0.15px;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title1 .title_element_asuka {
    text-underline-offset: 0;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title1 .title_element_and {
    margin-left: 4.5px;
    margin-top: 0;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title1 .title_element_logo {
    margin-left: 8px;
    margin-top: 1px;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title1 .title_element_logo img {
    height: 11px;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title2 .title_element_tenyear {
    margin-top: -3px;
  }
  body#top-en .sp_top_wrapper .title_wrapper.title2 span {
    font-size: 15px;
    line-height: 13px; /* 266.667% */
    letter-spacing: 0.15px;
  }
}
@media all and (max-width: 960px) {
  body#top-ch .sp_top_wrapper .sp_page-title_wrapper .title_wrapper.title1 .title_element_logo {
    margin-left: 0;
    margin-top: 0;
  }
}

main {
  padding-top: 136px;
  padding-bottom: 123px;
}
main body#top-ch {
  padding-bottom: 223px;
}
@media all and (max-width: 960px) {
  main {
    padding-top: 86px;
    padding-bottom: 124px;
  }
  body#top-en main {
    padding-top: 94px;
  }
}
main .contents_wrapper {
  width: 100%;
}
main .contents_wrapper .content_introduction {
  margin: 0 110px;
  margin-bottom: 150px;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_introduction {
    margin: 0 70px;
    margin-bottom: 150px;
  }
  main .contents_wrapper .content_introduction br.pc {
    display: none;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction {
    margin: 0 30px;
    margin-bottom: 73px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_introduction .content_introduction__inner {
    gap: 50px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__inner {
    display: block;
  }
}
main .contents_wrapper .content_introduction .content_introduction__title {
  width: calc((100% - 140px) / 3);
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__title {
    width: 100%;
  }
}
main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
  display: block;
  width: 40px;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.48; /* 148.148% */
  letter-spacing: 13px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: unset;
    text-align: left;
    font-size: 19px;
    line-height: 40px; /* 210.526% */
    letter-spacing: 2.28px;
  }
  body#top-en main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
    line-height: 1.57;
  }
}
body#top-jp main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
  margin-top: -10px;
}
body#top-en main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 1px;
  width: auto;
  margin: 0;
  white-space: unset;
  text-align: left;
}
body#top-ch main .contents_wrapper .content_introduction .content_introduction__title .title_wrapper h2 {
  margin-top: -10px;
}
main .contents_wrapper .content_introduction .content_introduction__contents {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: -5px;
}
body#top-en main .contents_wrapper .content_introduction .content_introduction__contents {
  margin-top: -5.5px;
  margin-left: calc((100% - 140px) / 3 + 70px);
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_introduction .content_introduction__contents {
    margin-left: 0;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents {
    margin-top: 36px;
  }
}
body#top-en main .contents_wrapper .content_introduction .content_introduction__contents .title_wrapper h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 134.615% */
  letter-spacing: 0.26px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_introduction .content_introduction__contents .title_wrapper h2 {
    font-size: 19px;
    line-height: 1.57;
    letter-spacing: 0.26px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.667; /* 166.667% */
  letter-spacing: 0.36px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .text p {
    font-size: 15px;
    line-height: 1.667; /* 166.667% */
    letter-spacing: 0.3px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .text p + p.line-break {
  margin-top: 30px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .text p + p.line-break {
    margin-top: 15px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .text p + p {
  margin-top: 0px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .text p + p {
    margin-top: 15px;
  }
}
body#top-en main .contents_wrapper .content_introduction .content_introduction__contents .top_text {
  margin-top: 60.5px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_introduction .content_introduction__contents .top_text {
    margin-top: 39px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .top_text p {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.58; /* 157.895% */
  letter-spacing: 0.38px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .top_text p {
    font-size: 15px;
    line-height: 1.67; /* 166.667% */
    letter-spacing: 0.3px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow {
  width: 100%;
  margin: 49px 0 63px 0;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow {
    margin: 28px 0 31px 0;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .image_wrapper .image_slide {
  display: none;
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .image_wrapper .image_slide.is-active {
  display: block;
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .image_wrapper .image_slide img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper {
    display: block;
    margin-top: 12.5px;
    height: auto;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__prev,
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__prev:hover svg path,
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next:hover svg path {
    fill: #C7C0AF;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__prev,
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__prev svg,
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next svg {
    height: 12px;
    width: 10px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next {
  margin-right: -6px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_button__next {
    margin-right: 0;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_middle_dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #E0DBCE;
  margin: 0 14px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .slideshow_button .slideshow_middle_dot {
    margin: 0 10px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .caption_wrapper {
  position: relative;
  width: 100%;
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .image_caption {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  padding-right: 80px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .image_caption {
    padding-right: 0;
    margin-top: 2px;
    text-align: center;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .image_caption small {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.67; /* 166.667% */
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .image_caption small {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.82; /* 181.818% */
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .image_slideshow .slideshow_meta_wrapper .image_caption.is-active {
  visibility: visible;
  pointer-events: auto;
}
main .contents_wrapper .content_introduction .content_introduction__contents .map {
  margin: 30px 0 30px 0;
  position: relative;
  z-index: -1;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_introduction .content_introduction__contents .map {
    margin: 33px 0 22px 0px;
    width: calc(100% + 60px);
    left: -30px;
  }
}
main .contents_wrapper .content_introduction .content_introduction__contents .map img {
  width: 100%;
  height: auto;
}
main .contents_wrapper .content_introduction .content_introduction__contents .map .map_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .contents_wrapper hr {
  width: 100%;
  border: none;
  border-top: 1px solid #E0DBCE;
}
main .contents_wrapper .content_stories {
  margin: 0 110px;
  margin-top: 47px;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_stories {
    margin: 0 70px;
    margin-top: 47px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories {
    margin: 0 30px;
    margin-top: 50px;
  }
}
main .contents_wrapper .content_stories .content_stories__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
main .contents_wrapper .content_stories hr {
  width: 100%;
  margin: 0 auto;
}
main .contents_wrapper .content_stories .content_stories__title {
  text-align: center;
  margin-left: 1px;
}
main .contents_wrapper .content_stories .content_stories__title h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42; /* 142.857% */
  letter-spacing: 1.4px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__title h2 {
    font-size: 19px;
    line-height: 1.57; /* 157.895% */
    letter-spacing: 0.95px;
  }
}
@media all and (max-width: 385px) {
  main .contents_wrapper .content_stories .content_stories__title h2 {
    font-size: 18px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 56px;
  margin-top: 71px;
  margin-bottom: 59px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents {
    gap: 34px;
    margin-top: 47px;
    margin-bottom: 45px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-left: -1px;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper {
    gap: 50px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper {
    display: block;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 140px) / 3 + 70px);
          flex: 0 0 calc((100% - 140px) / 3 + 70px);
  width: 100%;
  height: 100%;
  aspect-ratio: 35/27;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_image {
    width: 100%;
    margin-left: -1px;
    aspect-ratio: unset;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: -2.5px;
  margin-left: -1.5px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper {
    margin-top: 9px;
    margin-left: 1px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_title {
    margin-left: 1px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_title h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  letter-spacing: 1.76px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #C7C0AF;
  text-decoration-thickness: 1px; /* 5.556% */
  text-underline-offset: 5px;
}
body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_title h3 {
  letter-spacing: 1.4px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_title h3 {
    font-size: 18px;
    line-height: 1.67; /* 166.667% */
    letter-spacing: 1.44px;
    text-underline-offset: 3px;
  }
  body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_title h3 {
    letter-spacing: 0.95px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta {
  margin-top: 31px;
  margin-bottom: -2px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta {
    margin-top: 10px;
    gap: 15px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number {
  padding: 0 9px 0 8px;
}
body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number {
  padding: 0 8px 0 10px;
}
body#top-ch main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number {
  padding: 0.5px 10px 0 8.5px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number {
    padding: 0 9px 0 7px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number > span {
  left: 1px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number {
    height: 27px;
  }
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number span {
    line-height: 26px;
  }
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_number span > span {
    margin: 0 3px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_date {
    padding-top: 0.5px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top .content_link_warapper .story_text_wrapper .story_meta .story_date span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 208.333% */
    letter-spacing: 1.2px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #E0DBCE;
  margin-top: 48px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top::after {
    margin-top: 35px;
    margin-bottom: 1px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story.content_story_top:not(:has(+ .content_story))::after {
  display: none;
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper {
    gap: 50px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper:hover .story_image {
    border: 1px solid #2C2E2D;
  }
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper:hover .story_text_wrapper .story_title h3 {
    text-decoration-color: #2C2E2D;
  }
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper:hover .story_text_wrapper .story_meta .story_number {
    border: 1px solid #2C2E2D;
  }
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper:hover .story_text_wrapper .story_meta .story_date span {
    color: #2C2E2D;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 140px) / 3);
          flex: 0 0 calc((100% - 140px) / 3);
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  border: 1px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_image {
    width: calc(100% - 80px);
    margin: 0 auto;
    aspect-ratio: unset;
    margin-top: 0.5px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper {
    margin-top: 8px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_title {
    margin-left: 1px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  letter-spacing: 1.44px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #C7C0AF;
  text-decoration-thickness: 1px; /* 5.556% */
  text-underline-offset: 5px;
}
body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_title h3 {
  letter-spacing: 0.36px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_title h3 {
    font-size: 15px;
    line-height: 1.333; /* 133.333% */
    letter-spacing: 1.2px;
    text-underline-offset: 2px;
  }
  body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_title h3 {
    letter-spacing: 0.4px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta {
    margin-top: 10.5px;
    gap: 15px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number {
  padding: 0 8px 0 9px;
  height: 31px;
  border: 1px solid #C7C0AF;
  border-radius: 1px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number {
    height: 25px;
    padding: 0 8px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number > span {
  position: relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 178.571% */
  letter-spacing: 0;
  text-align: center;
  top: -1px;
  left: -1px;
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number > span span {
  margin: 0 3.5px;
}
body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number > span span {
  margin: 0 4.5px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number > span span {
    margin: 0 3px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_number > span {
    line-height: 24px;
    font-size: 12px;
    left: 0;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_date {
  padding-top: 2.5px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_date {
    padding-top: 0;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_date span {
  color: #C7C0AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 178.571% */
  letter-spacing: 1.4px;
}
body#top-en main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_date span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.28px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story .content_link_warapper .story_text_wrapper .story_meta .story_date span {
    line-height: 24px;
    font-size: 12px;
    line-height: 25px; /* 208.333% */
    letter-spacing: 1.2px;
  }
}
main .contents_wrapper .content_stories .content_stories__contents .content_story:nth-child(n+3) {
  margin-top: 2px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_stories .content_stories__contents .content_story:nth-child(n+3) {
    margin-top: -0.5px;
  }
}
main .contents_wrapper .content_writer_introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-top: 59px;
}
body#top-en main .contents_wrapper .content_writer_introduction {
  margin-top: 59px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_writer_introduction {
    display: block;
    margin-top: 30px;
  }
}
body#top-ch main .contents_wrapper .content_writer_introduction {
  margin-top: 58px;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction {
    display: block;
    margin-top: 30px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction {
    display: block;
    margin-top: 30px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media all and (max-width: 1000px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper {
  width: calc((100% - 140px) / 3);
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper {
    width: 100%;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.48px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_title p {
    font-size: 13px;
    line-height: 25px; /* 192.308% */
    letter-spacing: 0.39px;
  }
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.42px;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_title p {
    font-size: 13px;
    line-height: 25px; /* 192.308% */
    letter-spacing: 0.39px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
  margin-top: 4px;
  margin-bottom: 27.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
  margin-top: 11px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
    margin-top: 2px;
  }
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
  margin-top: 7px;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
    margin-top: 4px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper {
    margin-bottom: 0;
    margin-top: -0.5px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name {
  gap: 2.5px;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name {
    gap: 0;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name small.ruby {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 2.4px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name small.ruby {
    font-size: 11px;
    line-height: 25px; /* 227.273% */
    letter-spacing: 0.33px;
  }
}
body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name small.ruby {
  display: none;
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name small.ruby {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.36px;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name small.ruby {
    font-size: 11px;
    line-height: 10px; /* 227.273% */
    letter-spacing: 0.33px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 104.167% */
  letter-spacing: 5.28px;
}
body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
  font-size: 22px;
  line-height: 1.136; /* 113.636% */
  letter-spacing: 0.44px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
    font-size: 18px;
  }
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 113.636% */
  letter-spacing: 2.2px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    letter-spacing: 2.7px;
    margin-top: -9px;
  }
  body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p, body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
    margin-top: 0;
  }
  body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
    letter-spacing: 0.95px;
  }
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper .name p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    letter-spacing: 2.7px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper small {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3.08px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper small {
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 1.65px;
  }
}
body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper small, body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_text_top_wrapper .writer_text_name_wrapper .writer_name_wrapper small {
  display: none;
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: -0.5px;
}
body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
  margin-top: -1px;
}
@media all and (max-width: 960px) {
  body#top-en main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
    margin-top: 14px;
  }
}
body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
  margin-top: 0;
}
@media all and (max-width: 960px) {
  body#top-ch main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
    margin-top: 15px;
  }
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation {
    margin-top: 12.5px;
  }
}
main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.3px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .content_writer_introduction .writer_text_wrapper .writer_explanation p {
    font-size: 14px;
    line-height: 1.43; /* 142.857% */
    letter-spacing: 0.14px;
  }
}
main .contents_wrapper .copyright {
  margin-top: 300px;
  width: 100%;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .copyright {
    margin-top: 187px;
    margin-left: -1px;
  }
}
main .contents_wrapper .copyright p {
  text-align: center;
  color: #C7C0AF;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.24px;
}
@media all and (max-width: 960px) {
  main .contents_wrapper .copyright p {
    font-size: 10px;
    line-height: 25px; /* 250% */
    letter-spacing: 0.2px;
  }
}

.h-globalFooter {
  background-color: pink;
  height: 1400px;
  width: 100%;
}

@media all and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media all and (max-width: 960px) {
  .sp {
    display: block;
  }
}
