@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

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

.hidden {
  display: none;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  main {
    padding-top: 80px;
  }

  .container {
    min-width: 1083px;
  }

  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
    min-height: 100vh;
  }

  main {
    padding-top: 0.61rem;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md {
    display: none !important;
  }
}
header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-logo .logo-image {
  display: block;
}

.menu-list a {
  color: #fff;
  display: block;
  font-weight: 500;
}

.button-header a {
  -webkit-transition: all 0.5s ease !important;
}
.button-header a:hover {
  opacity: 0.6 !important;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1100px;
    height: 80px;
  }
  header .wrapper {
    padding: 24px 0 22px;
    width: 910px;
  }

  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -49%);
        transform: translate(-50%, -49%);
  }
  .header-logo .logo-image {
    width: 171px;
    height: auto;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 18px;
  }
  .header-navigation .header-logo, .header-navigation .menu-list-two {
    -ms-flex-order: 1;
        order: 1;
  }
  .header-navigation .header-logo {
    padding: 0 20px;
  }

  .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7px;
  }
  .menu-list:first-child {
    max-width: 360px;
  }
  .menu-list:last-child {
    max-width: 400px;
  }
  .menu-list li {
    padding: 5px;
  }
  .menu-list li:not(.button-header) a::after {
    content: "";
    position: absolute;
    background: #fff;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.4s;
    bottom: -2px;
    left: 15px;
    width: calc(100% - (15px * 2));
    height: 1px;
  }
  .menu-list li:not(.button-header) a:hover::after {
    transition: transform 0.2s;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .menu-list a {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0.25em;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .wf-active .menu-list a {
    opacity: 1;
  }
  .menu-list .button-header {
    padding-left: 20px;
  }
  .menu-list .button-header a {
    padding: 3px 23px 1px;
    background: #fff;
    color: #000;
    letter-spacing: 0.15em;
  }

  .menu-list-two {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.61rem;
  }
  header .wrapper {
    text-align: right;
    padding: 0.14rem 0.2rem;
    min-height: 0.6rem;
  }

  .header-logo {
    width: 100%;
  }
  .header-logo .logo-image {
    width: 1.1rem;
    margin: 0 auto;
  }

  .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - .6rem);
    overflow-y: auto;
    top: 0.6rem;
    left: 0;
    z-index: 99999;
    background: #000;
    display: none;
  }

  .menu-list li {
    text-align: center;
    padding: 0.05rem;
  }
  .menu-list a {
    color: #fff;
    font-size: 0.16rem;
    padding: 0.15rem;
  }

  .button-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .button-menu-hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    width: 0.16rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transition-property: transform;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .button-menu-hamburger::before, .button-menu-hamburger::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .button-menu-hamburger::before {
    top: -0.06rem;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  .button-menu-hamburger::after {
    bottom: -0.06rem;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .button-menu.is-active .button-menu-hamburger {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .button-menu.is-active .button-menu-hamburger::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
  }
  .button-menu.is-active .button-menu-hamburger::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #000;
}
footer .footer-navigation a, footer .footer-link a {
  color: #fff;
  font-weight: bold;
}
footer .footer-navigation a:hover, footer .footer-link a:hover {
  opacity: 0.7;
}
footer small {
  color: #fff;
}
footer small .text-entity {
  color: transparent;
  text-shadow: 0 0 #fff;
}
footer .footer-social li {
  display: inline-block;
}
footer .footer-social a:hover {
  opacity: 0.7;
}
footer .footer-logo .logo-image {
  display: inline-block;
}
footer .footer-language a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-language .is-current {
  pointer-events: none;
}
footer .footer-language .is-current span {
  color: #fff;
}
footer .footer-language .is-current::after {
  color: #fff;
}
footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-language {
  position: relative;
}
footer .footer-language li {
  display: inline-block;
  position: relative;
}
footer .footer-language li:not(:last-child)::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.is-tablet footer .footer-language li:not(:last-child)::after {
  top: 5px;
}
footer .footer-language li span, footer .footer-language li a {
  display: inline-block;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 100px 0 110px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo .logo-image {
    width: 171px;
    height: auto;
  }

  .footer-navigation li:not(:last-child)::after, .footer-link li:not(:last-child)::after {
    content: "｜";
    color: #fff;
    display: inline-block;
  }

  .footer-navigation {
    margin-bottom: 29px;
  }
  .footer-navigation a {
    letter-spacing: 0.155em;
    font-size: 17px;
  }
  .footer-navigation li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-navigation li::after {
    margin-left: 16px;
    font-size: 17px;
  }

  .footer-social {
    margin-bottom: 26px;
  }
  .footer-social li {
    display: inline-block;
    padding: 0 15px;
  }
  .footer-social .is-instagram {
    padding-left: 18px;
  }

  .footer-link {
    margin-bottom: 12px;
  }
  .footer-link a {
    font-size: 12px;
    letter-spacing: 0.204em;
  }
  .footer-link li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-link li::after {
    margin-left: 14px;
    font-size: 12px;
  }

  .footer-bottom {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-bottom small {
    font-size: 12px;
    letter-spacing: 0.204em;
  }

  .footer-language {
    top: -3px;
  }
  .footer-language li {
    margin: 0;
  }
  .footer-language li:not(:last-child)::after {
    height: 54%;
    position: absolute;
    top: 4px;
    right: -1px;
  }
  .footer-language span, .footer-language a {
    min-width: 21px;
    font-size: 12px;
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding: 0.18rem 0 0.22rem;
  }

  .footer-logo, .footer-social, .footer-link, .footer-bottom {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .footer-logo .logo-image {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer-logo .logo-image img {
    width: 100%;
  }

  .footer-link li {
    padding: 0.045rem;
    border-top: 0.01rem solid #fff;
  }
  .footer-link a {
    font-size: 0.11rem;
    padding: 0.08rem 0.1rem;
    text-align: center;
    display: block;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .footer-social li {
    margin: 0 0.22rem;
  }
  .footer-social li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer-social .is-youtube {
    width: 0.29rem;
  }
  .footer-social .is-instagram {
    width: 0.25rem;
  }

  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom .footer-language, .footer-bottom small {
    border-top: 0.01rem solid #fff;
  }
  .footer-bottom .footer-language {
    padding: 0.08rem 0.05rem 0.07rem;
  }
  .footer-bottom small, .footer-bottom .footer-language {
    width: 100%;
  }
  .footer-bottom small {
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    font-size: 0.09rem;
    letter-spacing: 0.204em;
    font-weight: bold;
    display: block;
    padding: 0.18rem 0.05rem 0;
    color: #8d8d8d;
  }
  .footer-bottom .footer-language {
    text-align: center;
  }
  .footer-bottom .footer-language span, .footer-bottom .footer-language a {
    min-width: 48px;
    font-size: 0.11rem;
    letter-spacing: 0.25em;
    padding: 0.05rem;
  }
  .footer-bottom .footer-language li {
    margin-right: 0;
  }
  .footer-bottom .footer-language li:not(:last-child)::after {
    height: 39%;
    position: absolute;
    top: 0.07rem;
    right: -0.01rem;
  }
}
.section-sub-keyvisual {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99;
}
.section-sub-keyvisual.no-background .keyvisual-title {
  color: #000;
}
.section-sub-keyvisual .keyvisual-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: all 0.2s ease;
}
.wf-active .section-sub-keyvisual .keyvisual-title {
  opacity: 1;
}
.section-sub-keyvisual .keyvisual-title > span {
  display: block;
}
.section-sub-keyvisual .keyvisual-title .title-big {
  letter-spacing: 0.115em;
}
.section-sub-keyvisual .keyvisual-title .title-small {
  letter-spacing: 0.2em;
}
.section-sub-keyvisual .keyvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-sub-keyvisual .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-sub-keyvisual .keyvisual-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.section-sub-keyvisual.is-contact .keyvisual-background::after {
  background: rgba(0, 0, 0, 0.1);
}

@media print, (min-width: 768px) {
  .section-sub-keyvisual {
    min-height: 420px;
    padding-bottom: 136px;
    padding-top: 129px;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-bottom: 75px;
    padding-top: 156px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-sub-keyvisual {
    min-height: 1.15rem;
    padding: 15px 0;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 0.28rem;
    line-height: 1.07;
    margin-bottom: 0.04rem;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 0.09rem;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-top: 0.35rem;
    padding-bottom: 0.42rem;
  }
  .section-sub-keyvisual.no-background .title-small {
    font-size: 0.11rem;
  }
  .section-sub-keyvisual .keyvisual-background {
    max-width: 100%;
  }
}
.wp-pager {
  text-align: center;
}
.wp-pager li {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.wp-pager li a {
  color: #000;
}
.wp-pager .page-numbers {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .wp-pager li {
    font-size: 18px;
  }
  .wp-pager .page-numbers {
    letter-spacing: 0.1em;
  }
  .wp-pager .prev {
    margin-right: 8px;
  }
  .wp-pager .next {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wp-pager li {
    font-size: 18px;
    margin: 0;
  }
  .wp-pager li a:not(.dots), .wp-pager li span:not(.dots) {
    padding: 0 0.02rem;
  }
  .wp-pager li .dots {
    font-size: 0.2rem;
  }
  .wp-pager .page-numbers {
    letter-spacing: 0.1em;
  }
  .wp-pager .prev {
    margin-right: 0.09rem;
  }
  .wp-pager .next {
    margin-left: 0.09rem;
  }
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}

.label-primary {
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.label-primary::after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
}
@media print, (min-width: 768px) {
  .label-primary {
    font-size: 16px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
  .label-primary::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-primary {
    font-size: 0.14rem;
    padding-bottom: 0.02rem;
    position: relative;
  }
  .label-primary::after {
    width: 3rem;
  }
}

.title-primary {
  color: #000;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .title-primary {
    font-size: 100px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.33rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.05rem;
  }
}

.button-primary {
  color: #fff;
  background: #000;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.184em;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to right, #f0f, #00dedb);
  overflow: hidden;
  z-index: 1;
}
.button-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #000;
}
.button-primary:hover::before {
  left: 100%;
}
.button-primary > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.button-primary > input:disabled {
  background: #000;
}
@media print, (min-width: 768px) {
  .button-primary {
    min-width: 300px;
    min-height: 50px;
    padding: 16px 10px 13px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 2.6rem;
    min-height: 0.5rem;
    padding: 0.17rem 0.1rem 0.15rem;
    font-size: 0.12rem;
  }
}

.tag {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tag.tag-gray {
  background: #666;
}
.tag.tag-border {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: calc( 100% - 2px );
}
.tag.tag-border span {
  top: 0;
}

@media print, (min-width: 768px) {
  .tag {
    font-size: 14px;
    letter-spacing: 0.2em;
    min-width: 90px;
    padding: 0 2px;
  }
  .tag span {
    position: relative;
    top: 1.1px;
  }

  .is-tablet .tag {
    padding: 0 2px 3px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    font-size: 0.1rem;
    min-width: 0.7rem;
    padding: 0.01rem 0.02rem;
  }
  .tag span {
    letter-spacing: 0.12em;
    top: 0.005rem;
  }
}
.keyvisual-link {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.13em;
  z-index: 1;
  background-image: linear-gradient(to right, #f0f, #00dedb);
}
.keyvisual-link::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.keyvisual-link:hover::before {
  width: 100%;
}
.keyvisual-link > span {
  display: block;
}
.keyvisual-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-43%);
      transform: translateY(-43%);
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat center center/contain;
}
.keyvisual-link .link-text {
  opacity: 0;
  transition: all 0.24s ease;
}
.wf-active .keyvisual-link .link-text {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .keyvisual-link {
    display: block;
    position: fixed;
    top: 280px;
    right: 60px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 25px 11px 26px;
  }
  .keyvisual-link .link-title {
    font-size: 20px;
    margin-bottom: 2px;
    letter-spacing: 0.13em;
  }
  .keyvisual-link .link-text {
    font-size: 11px;
  }
  .keyvisual-link .text-small {
    font-size: 8px;
  }
  .keyvisual-link::after {
    right: 10px;
    width: 7px;
    height: 14px;
  }
}
.section-news .news-category {
  text-align: center;
}
.section-news .category-item {
  display: inline-block;
  letter-spacing: 0.28em;
}
.section-news .category-item a {
  display: inline-block;
  font-weight: bold;
  color: #808080;
}
.section-news .category-item:not(:first-child)::before {
  content: "/";
  display: inline-block;
  letter-spacing: 0.28em;
}
.section-news .is-current a {
  color: #000;
}

@media print, (min-width: 768px) {
  .section-news {
    margin-bottom: 353px;
  }
  .section-news .news-category {
    margin-bottom: 51px;
  }
  .section-news .category-item a {
    font-size: 20px;
  }
  .section-news .category-item::before {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-news .news-list {
    margin-bottom: 243px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news {
    margin-bottom: 0.63rem;
  }
  .section-news .news-category {
    margin-bottom: 0.28rem;
  }
  .section-news .category-item a {
    font-size: 0.15rem;
  }
  .section-news .category-item::before {
    font-size: 0.15rem;
    margin-right: 0.06rem;
    margin-left: 0.05rem;
  }
  .section-news .news-list {
    margin-bottom: 0.95rem;
  }
}
.news-item .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-item .item-content .content-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.news-item .item-content .content-title {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.news-item .item-content .content-description {
  font-weight: bold;
  text-align: left;
}
.news-item .item-content .content-description ul li {
  display: -ms-flexbox;
  display: flex;
}
.news-item .item-content .content-description ul li span {
  display: block;
}
.news-item .item-content .content-description ul li .text {
  display: block;
}
.news-item .item-content .content-description a {
  display: inline-block;
  color: #0071bb;
}
.news-item .item-content .time-tag {
  letter-spacing: 0.21em;
}

@media print, (min-width: 768px) {
  .news-item {
    display: -ms-flexbox;
    display: flex;
  }
  .news-item:not(:last-child) {
    margin-bottom: 175px;
  }
  .news-item .item-image {
    width: 500px;
  }
  .news-item .item-content {
    width: calc(100% - 500px);
    padding-left: 40px;
    padding-right: 40px;
  }
  .news-item .item-content .time-tag {
    font-size: 30px;
    font-weight: bold;
    padding-top: 7px;
  }
  .news-item .item-content .content-time {
    margin-bottom: 64px;
  }
  .news-item .item-content .content-title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .news-item .item-content .content-title.is-small {
    font-size: 20px;
  }
  .news-item .item-content .content-title .small {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    letter-spacing: 0.2em;
  }
  .news-item .item-content .content-description {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.155em;
  }
  .news-item .item-content .content-description ul li span:first-child {
    width: 55px;
    padding-right: 5px;
  }
  .news-item .item-content .content-description ul li .text {
    width: calc(100% - 55px);
  }
  .news-item .item-content .custom-line {
    margin-right: -42px;
  }

  .is-international .content-title {
    font-size: 20px !important;
    margin-top: 71px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-item:not(:last-child) {
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .news-item:not(:last-child)::after {
    content: "";
    background: #000;
    width: 3rem;
    height: 0.01rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .news-item .item-image {
    width: 3.1rem;
    margin: 0 auto 0.27rem;
  }
  .news-item .item-content .time-tag {
    font-size: 0.12rem;
    font-weight: 500;
  }
  .news-item .item-content .content-time {
    margin-bottom: 0.22rem;
    padding: 0 0.03rem;
  }
  .news-item .item-content .content-title {
    font-size: 0.21rem;
    margin-bottom: 0.25rem;
  }
  .news-item .item-content .content-title.is-small {
    font-size: 0.16rem;
  }
  .news-item .item-content .content-description {
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 0.17em;
  }
  .news-item .item-content .content-description p + a {
    margin-top: 0.19rem;
  }
  .news-item .item-content .content-description ul li span:first-child {
    width: 0.55rem;
    padding-right: 0.05rem;
  }
  .news-item .item-content .content-description ul li .text {
    width: calc(100% - .55rem);
  }
}

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

/* ↓250805言語切り替えボタン */

/* ===== 共通スタイル ===== */
.language-switcher-dropdown {
  position: absolute;
  z-index: 1000;
}

.language-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100px; /* 必要に応じて調整 */
  font-family: 'Roboto', sans-serif;
}

.language-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 6px 30px 6px 30px; /* 左右のアイコン分を空ける */
  background-color: #000;
  color: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* hover時の見た目 */
.language-select-wrapper select:hover {
  border-color: #aaa;
}

/* アイコン（左：🌐） */
.language-select-wrapper .icon-left {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* アイコン（右：▼） */
.language-select-wrapper .icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* ===== PC表示時（右上） ===== */
@media screen and (min-width: 768px) {
  .language-switcher-dropdown {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* ===== SP表示時（メニュー内右下） ===== */
@media screen and (max-width: 767px) {
  .language-switcher-dropdown {
    bottom: 20px;
    right: 20px;
    top: auto;
    transform: none;
  }
}