@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

body {
  font-family: "Arial","Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a, body button {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a, body button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover, body button:hover {
    opacity: 0.6;
  }
}
body a:hover, body button:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 1000px) {
  body main article {
    padding-top: 100px;
  }
  body main article section p {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    color: #1A1C1E;
    text-align: center;
  }
  body main article section .gradient {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.1);
  }
  body main article section .btn-g,
  body main article section .btn-b,
  body main article section .btn-r {
    display: grid;
    place-items: center;
    width: 350px;
    height: 64px;
    border-radius: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    line-height: 36px;
  }
  body main article section .btn-g::after,
  body main article section .btn-b::after,
  body main article section .btn-r::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body main article section .btn-g {
    background-color: #D2D7DA;
    color: #1A1C1E;
  }
  body main article section .btn-g::after {
    background-image: url("../img/icon-tab-black.png");
  }
  body main article section .btn-b {
    background-color: #007BF6;
  }
  body main article section .btn-r {
    background-color: #E70012;
  }
  body main article section .btn-b,
  body main article section .btn-r {
    color: #fff;
  }
  body main article section .btn-b::after,
  body main article section .btn-r::after {
    background-image: url("../img/icon-tab-white.png");
  }
  body main article section .sec-inner {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    padding: 60px 0 120px;
    box-sizing: border-box;
  }
  body main article section .sec-inner2 {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    padding: 60px 0;
    box-sizing: border-box;
  }
  body main article section .sec-inner .title-area h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    color: #1A1C1E;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 48px 0 48px 130px;
    position: relative;
  }
  body main article section .sec-inner .title-area h2 span {
    position: relative;
    z-index: 1;
  }
  body main article section .sec-inner .title-area h2::before {
    content: "";
    display: block;
    width: 180px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 0;
  }
    body main article section .sec-inner .title-area h3 {
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    color: #1A1C1E;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 48px 0 48px 0;
    position: relative;
  }
  body main article section .sec-inner .title-area h3 span {
    position: relative;
    z-index: 1;
  }
  body main article section .sec-inner .title-area h3::before {
    content: "";
    display: block;
    width: 180px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 0;
  }
  body main article section .sec-inner .title-area p {
    margin-top: 42px;
  }
  body main article section .sec-inner .title-area .btn-g {
    margin: 30px auto 0;
  }
  body main article section .sec-inner .content {
    margin-top: 100px;
  }
  body main article section .sec-inner .content .content-set {
    display: flex;
    justify-content: space-between;
  }
  body main article section .sec-inner .content .content-set:nth-of-type(n+2) {
    margin-top: 100px;
  }
  body main article section .sec-inner .content .content-set .content-image {
    border-radius: 20px;
    overflow: hidden;
  }
  body main article section .sec-inner .content .content-set .content-image img {
    display: block;
    width: 100%;
  }
  body main article section .sec-inner .content .content-set .content-texts .content-date {
    font-size: 20px;
    font-weight: 700;
    color: #007BF6;
    text-align: left;
    margin-bottom: 8px;
  }
  body main article section .sec-inner .content .content-set .content-texts .content-text {
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
  }
  body main article section.fv {
    padding-bottom: 60px;
  }
  body main article section.fv .kv {
    width: 100%;
    height: 700px;
    position: relative;
  }
  body main article section.fv .kv::before, body main article section.fv .kv::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  body main article section.fv .kv::before {
    width: auto;
    height: 100%;
    aspect-ratio: 768/700;
    background-image: url("../img/kv-sub-l.png");
    left: 0;
  }
  body main article section.fv .kv::after {
    width: auto;
    height: 100%;
    aspect-ratio: 695/700;
    background-image: url("../img/kv-sub-r.png");
    right: 0;
  }
  body main article section.fv .kv .kv-main {
    display: block;
    width: auto;
    height: 35.7142857143%;
    aspect-ratio: 712/250;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  body main article section.fv .kv .kv-main img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1919px) {
  body main article section.fv .kv {
    height: auto;
    aspect-ratio: 1920/700;
  }
}
@media screen and (min-width: 1000px) {
  body main article section.fv .fv-text {
    margin: 80px auto 0;
    width: 90%;
    max-width: 1320px;
  }
  body main article section.fv .news {
    width: 90%;
    max-width: 1320px;
    margin: 80px auto 0;
    border-radius: 20px;
    padding: 40px 80px 80px;
    box-sizing: border-box;
  }
  body main article section.fv .news .news-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #4C4C4C;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 24px 0 24px 70px;
    position: relative;
  }
  body main article section.fv .news .news-title span {
    position: relative;
    z-index: 1;
  }
  body main article section.fv .news .news-title::before {
    content: "";
    display: block;
    width: 100px;
    height: 78px;
    background-image: url("../img/icon-news.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 0;
  }
  body main article section.fv .news .news-inner {
    margin-top: 30px;
  }
  body main article section.fv .news .news-inner .news-con {
    display: flex;
    gap: 30px;
  }
  body main article section.fv .news .news-inner .news-con:nth-of-type(n+2) {
    margin-top: 20px;
  }
  body main article section.fv .news .news-inner .news-con .news-date {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #4C4C4C;
    display: block;
    width: 160px;
  }
  body main article section.fv .news .news-inner .news-con .news-text {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #4C4C4C;
    text-decoration: underline;
    display: block;
    width: fit-content;
    max-width: calc(100% - 190px);
  }
  body main article section.theme {
    background-color: #F6F6F6;
  }
  body main article section.theme .sec-inner .title-area h2::before {
    background-image: url("../img/icon-theme.png");
  }
  body main article section.theme .sec-inner .content .content-set:nth-of-type(2n+1) {
    flex-direction: row-reverse;
  }
  body main article section.theme .sec-inner .content .content-set .content-image {
    width: calc(100% - 608px);
    height: fit-content;
  }
  body main article section.theme .sec-inner .content .content-set .content-texts {
    width: 568px;
  }
  body main article section.theme .sec-inner .content .content-set .content-texts .theme-content-title {
    margin-bottom: 30px;
  }
  body main article section.expo .sec-inner .title-area h2::before {
    background-image: url("../img/icon-expo.png");
  }
  body main article section.expo .sec-inner .content .content-set:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  body main article section.expo .sec-inner .content .content-set .content-image {
    width: calc(100% - 720px);
    height: fit-content;
  }
  body main article section.expo .sec-inner .content .content-set .content-texts {
    width: 660px;
  }
  body main article section.expo .sec-inner .content .content-set:nth-of-type(2n) .content-texts {
    width: 680px;
  }
  body main article section.info {
    background-color: #F6F6F6;
  }
  body main article section.info .sec-inner .title-area h2::before {
    background-image: url("../img/icon-info.png");
  }
  body main article section.info .sec-inner .info-links {
    margin-top: 42px;
  }
  body main article section.info .sec-inner .info-links .info-links-inner {
    display: flex;
    justify-content: center;
    gap: 80px 30px;
    flex-wrap: wrap;
  }
  body main article section.info .sec-inner .info-links .info-links-inner a {
    display: block;
    width: 420px;
  }
  body main article section.info .sec-inner .info-links .info-links-inner a img {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  body main article section.info .sec-inner .info-links .info-links-inner a p {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    color: #007BF6;
    margin-top: 14px;
    padding-right: 46px;
    position: relative;
  }
  body main article section.info .sec-inner .info-links .info-links-inner a p::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/icon-tab-blue.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  body main article footer {
    padding: 30px 0;
  }
  body main article footer .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  body main article footer .footer-links a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #4C4C4C;
    position: relative;
  }
  body main article footer .footer-links a:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #D4D9DD;
    position: absolute;
    top: 0;
    left: -30px;
  }
  body main article footer .copy {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #4C4C4C;
    text-align: center;
    margin-top: 30px;
  }
  body main article footer .copy.copy1 {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D9DD;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body main article {
    padding-top: 50px;
  }
  body main article section p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #1A1C1E;
    text-align: center;
  }
  body main article section .gradient {
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.1);
  }
  body main article section .btn-g,
  body main article section .btn-b,
  body main article section .btn-r {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 89.3333333333vw;
    height: 32px;
    border-radius: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    line-height: 1;
  }
  body main article section .btn-g::after,
  body main article section .btn-b::after,
  body main article section .btn-r::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  body main article section .btn-g {
    background-color: #D2D7DA;
    color: #1A1C1E;
  }
  body main article section .btn-g::after {
    background-image: url("../img/icon-tab-black.png");
  }
  body main article section .btn-b {
    background-color: #007BF6;
  }
  body main article section .btn-r {
    background-color: #E70012;
  }
  body main article section .btn-b,
  body main article section .btn-r {
    color: #fff;
  }
  body main article section .btn-b::after,
  body main article section .btn-r::after {
    background-image: url("../img/icon-tab-white.png");
  }
  body main article section .sec-inner {
    padding: 30px 0 50px;
    box-sizing: border-box;
  }
  body main article section .sec-inner .title-area {
    width: 89.3333333333%;
    margin: auto;
  }
  body main article section .sec-inner .title-area h2 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #1A1C1E;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 24px 0 24px 65px;
    position: relative;
  }
  body main article section .sec-inner .title-area h2 span {
    position: relative;
    z-index: 1;
  }
  body main article section .sec-inner .title-area h2::before {
    content: "";
    display: block;
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 0;
  }
    body main article section .sec-inner .title-area h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #1A1C1E;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 24px 0 24px 0;
    position: relative;
  }
  body main article section .sec-inner .title-area h3 span {
    position: relative;
    z-index: 1;
  }
  body main article section .sec-inner .title-area h3::before {
    content: "";
    display: block;
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 0;
  }
  body main article section .sec-inner .title-area p {
    margin: 21px auto 0;
  }
  body main article section .sec-inner .title-area .btn-g {
    margin: 15px auto 0;
  }
  body main article section .sec-inner .content {
    margin-top: 20px;
    width: 100%;
    overflow: auto;
  }
  body main article section .sec-inner .content .content-inner {
    width: fit-content;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 30px;
  }
  body main article section .sec-inner .content .content-set {
    width: 270px;
  }
  body main article section .sec-inner .content .content-set .content-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  body main article section .sec-inner .content .content-set .content-image img {
    display: block;
    width: 100%;
  }
  body main article section .sec-inner .content .content-set .content-texts {
    margin-top: 15px;
  }
  body main article section .sec-inner .content .content-set .content-texts .content-date {
    font-size: 10px;
    font-weight: 700;
    color: #007BF6;
    text-align: left;
    margin-bottom: 4px;
  }
  body main article section .sec-inner .content .content-set .content-texts .content-text {
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
    min-height: 44px;
  }
  body main article section.fv {
    padding-bottom: 30px;
  }
  body main article section.fv .kv {
    width: 100%;
    height: 310px;
    position: relative;
  }
  body main article section.fv .kv::before, body main article section.fv .kv::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  body main article section.fv .kv::before {
    width: auto;
    height: 130.9677419355%;
    aspect-ratio: 234/812;
    background-image: url("../img/kv-sub-l-sp.png");
    left: 0;
  }
  body main article section.fv .kv::after {
    width: auto;
    height: 29.5161290323%;
    aspect-ratio: 409/183;
    background-image: url("../img/kv-sub-r-sp.png");
    right: 0;
  }
  body main article section.fv .kv .kv-main {
    display: block;
    width: auto;
    height: 32.0967741935%;
    aspect-ratio: 564/199;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  body main article section.fv .kv .kv-main img {
    display: block;
    width: 100%;
  }
	body main article section.fv .kv .kv-maintuna img {
    display: block;
    width: 150%;
  }
}
@media screen and (max-width: 999px) and (max-width: 374px) {
  body main article section.fv .kv {
    height: auto;
    aspect-ratio: 750/620;
  }
}
@media screen and (max-width: 999px) {
  body main article section.fv .fv-text {
    width: 64%;
    margin: auto;
  }
  body main article section.fv .news {
    width: 92%;
    margin: 40px auto 0;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  body main article section.fv .news .news-title {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #4C4C4C;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 12px 0 12px 45px;
    position: relative;
  }
  body main article section.fv .news .news-title span {
    position: relative;
    z-index: 1;
  }
  body main article section.fv .news .news-title::before {
    content: "";
    display: block;
    width: 50px;
    height: 39px;
    background-image: url("../img/icon-news.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 0;
  }
  body main article section.fv .news .news-inner {
    margin-top: 16px;
  }
  body main article section.fv .news .news-inner .news-con {
    display: flex;
    gap: 15px;
  }
  body main article section.fv .news .news-inner .news-con:nth-of-type(n+2) {
    margin-top: 15px;
  }
  body main article section.fv .news .news-inner .news-con .news-date {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: #4C4C4C;
    display: block;
    width: 80px;
  }
  body main article section.fv .news .news-inner .news-con .news-text {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: #4C4C4C;
    text-decoration: underline;
    display: block;
    width: fit-content;
    max-width: calc(100% - 95px);
  }
  body main article section.theme {
    background-color: #F6F6F6;
  }
  body main article section.theme .sec-inner .title-area h2::before {
    background-image: url("../img/icon-theme.png");
  }
  body main article section.theme .sec-inner .content .content-set .content-texts .theme-content-title {
    margin-bottom: 10px;
  }
  body main article section.theme .sec-inner .content .content-set .content-texts .theme-content-title img {
    display: block;
    width: 100%;
  }
  body main article section.theme .sec-inner .content .content-set:nth-of-type(1) .content-texts .theme-content-title {
    width: 94.0740740741%;
  }
  body main article section.theme .sec-inner .content .content-set:nth-of-type(2) .content-texts .theme-content-title {
    width: 81.4814814815%;
  }
  body main article section.expo .sec-inner .title-area h2::before {
    background-image: url("../img/icon-expo.png");
  }
  body main article section.info {
    background-color: #F6F6F6;
  }
  body main article section.info .sec-inner .title-area h2::before {
    background-image: url("../img/icon-info.png");
  }
  body main article section.info .sec-inner .info-links {
    margin-top: 26px;
    width: 100%;
    overflow: auto;
  }
  body main article section.info .sec-inner .info-links .info-links-inner {
    width: fit-content;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 30px;
  }
  body main article section.info .sec-inner .info-links a {
    display: block;
    width: 270px;
  }
  body main article section.info .sec-inner .info-links a img {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  body main article section.info .sec-inner .info-links a p {
    font-size: 10px;
    line-height: 20px;
    text-align: right;
    color: #007BF6;
    margin-top: 12px;
    padding-right: 23px;
    position: relative;
  }
  body main article section.info .sec-inner .info-links a p::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url("../img/icon-tab-blue.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  body main article footer {
    padding: 20px 0 70px;
    position: relative;
  }
  body main article footer::before, body main article footer::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  body main article footer::before {
    width: auto;
    height: 167px;
    aspect-ratio: 107/335;
    background-image: url("../img/footer-sp-l.png");
    left: 0;
  }
  body main article footer::after {
    width: auto;
    height: 218px;
    aspect-ratio: 349/436;
    background-image: url("../img/footer-sp-r.png");
    right: 0;
  }
  body main article footer .footer-links a {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #4C4C4C;
  }
  body main article footer .footer-links a:nth-of-type(n+2) {
    margin-top: 15px;
  }
  body main article footer .copy {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: #4C4C4C;
    text-align: center;
    margin-top: 15px;
  }
  body main article footer .copy.copy1 {
    width: 66.6666666667%;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D4D9DD;
  }
  .sp_none {
    display: none !important;
  }
}
body main article header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px 0 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
body main article header .logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
body main article header .logo img {
  display: block;
  width: 140px;
}
body main article header .logo p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
body main article header .nav-open {
  display: none;
}
body main article header .nav {
  width: calc(100% - 520px);
  max-width: 900px;
  height: 100%;
  padding-right: 240px;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  position: relative;
}
body main article header .nav .language {
  position: absolute;
  right: 0;
  top: 20px;
}
body main article header .nav .language .acordion-open {
  display: grid;
  place-items: center;
  width: 180px;
  height: 60px;
  background-color: transparent;
  border-left: 1px solid #D4D9DD;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
body main article header .nav .language .acordion-inner {
  display: none;
}
body main article header .nav .language .acordion-inner a.now {
  pointer-events: none;
}
body main article header .nav .anchors {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main article header .nav .anchors a {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}
body main article section.fv .news .news-inner {
  transition: height 0.2s ease-out;
  overflow: hidden;
}
body main article section.fv .news .news-btn {
  display: none;
}
body main article section.fv .news.dropdown .news-btn {
  display: block;
  width: 100%;
  height: 36px;
  background-color: transparent;
  margin-top: 24px;
  position: relative;
}
body main article section.fv .news.dropdown .news-btn::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/icon-news-arrow.png") no-repeat center/100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body main article section.fv .news.dropdown.open .news-btn::after {
  transform: rotate(180deg);
}

@media screen and (min-width: 1500px) {
  body main article header .nav .language .acordion-open {
    position: relative;
  }
  body main article header .nav .language .acordion-open::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url("../img/icon-acordion.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform 0.2s linear;
  }
  body main article header .nav .language .acordion-open.on::after {
    transform: rotate(180deg);
  }
  body main article header .nav .language .acordion-inner {
    display: none;
    width: 180px;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px solid #D4D9DD;
    background-color: #fff;
    margin-top: 20px;
  }
  body main article header .nav .language .acordion-inner a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body main article header .nav .language .acordion-inner a:nth-of-type(n+2) {
    margin-top: 20px;
  }
  body main article header .nav .language .acordion-inner a.now {
    pointer-events: none;
  }
}
@media screen and (max-width: 1499px) {
  body main article header {
    display: block;
    padding: 0;
  }
  body main article header .header-inner {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  body main article header .header-inner .nav-open {
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #1A1C1E;
    position: relative;
  }
  body main article header .header-inner .nav-open::before, body main article header .header-inner .nav-open::after, body main article header .header-inner .nav-open span {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article header .header-inner .nav-open::before, body main article header .header-inner .nav-open::after {
    content: "";
    transition: transform 0.2s linear;
  }
  body main article header .header-inner .nav-open::before {
    transform: translateY(-300%);
  }
  body main article header .header-inner .nav-open::after {
    transform: translateY(300%);
  }
  body main article header .header-inner .nav-open span {
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  body main article header .header-inner .nav-open.on::before {
    transform: translateY(0) rotate(45deg);
  }
  body main article header .header-inner .nav-open.on::after {
    transform: translateY(0) rotate(-45deg);
  }
  body main article header .header-inner .nav-open.on span {
    opacity: 0;
  }
  body main article header .nav {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9;
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
  }
  body main article header .nav.on {
    transform: translateY(0);
  }
  body main article header .nav .language {
    position: static;
    border-bottom: 1px solid #4C4C4C;
  }
  body main article header .nav .language .acordion-open {
    display: grid;
    place-items: center;
    width: 100%;
    height: 62px;
    background-color: #D2D7DA;
    position: relative;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
  }
  body main article header .nav .language .acordion-open::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/icon-acordion.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: transform 0.2s linear;
  }
  body main article header .nav .language .acordion-open.on::after {
    transform: rotate(180deg);
  }
  body main article header .nav .language .acordion-inner {
    display: none;
  }
  body main article header .nav .language .acordion-inner a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body main article header .nav .anchors {
    display: block;
    width: 100%;
    max-width: none;
    background-color: #D2D7DA;
    padding: 15px 0;
    border-bottom: 1px solid #4C4C4C;
  }
  body main article header .nav .anchors a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  body main article header {
    height: 50px;
  }
  body main article header .header-inner {
    height: 50px;
    padding: 0 0 0 10px;
  }
  body main article header .header-inner .logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body main article header .header-inner .logo img {
    display: block;
    width: 70px;
  }
  body main article header .header-inner .logo p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
  }
  body main article header .header-inner .nav-open::before, body main article header .header-inner .nav-open::after, body main article header .header-inner .nav-open span {
    width: 18px;
    height: 2px;
  }
  body main article header .nav {
    top: 50px;
  }
}