<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header,
#linkout,
.contents_block,
.footer_contents {
    border: 1px solid red !important;
}
#contents_box,
.contents_blocks,
nav {
    border: 1px solid limegreen !important;
}
#contents,
.block-double,
.block-triple,
.block-triple2,
.block-quad,
.block-quad3,
.footer_logo {
    border: 1px solid lightblue !important;
} */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
  }

/*loading*/
#loader-bg {
    background: rgba(241, 141, 0, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
}
#loader-bg .bouncingLoader {
    background: rgba(241, 141, 0, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 910;
}
.bouncingLoader&gt;div,
.bouncingLoader:before,
.bouncingLoader:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgb(255, 255, 255);
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncingLoader&gt;div,
.bouncingLoader:before,
.bouncingLoader:after {
    content: "";
}
.bouncingLoader&gt;div {
    margin: 0 5px;
}
.bouncingLoader&gt;div {
    animation-delay: 0.2s;
}
.bouncingLoader:after {
    animation-delay: 0.4s;
}
@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}
/*3ã¤ã®å††ãŒä¸Šä¸‹ã«å‹•ããŸã‚ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/

/*font-styles*/
.bold {
    font-weight: bold !important;
}
.regular {
    font-weight: normal !important;
}
.large {
    font-size: 120% !important;
}
.middle {
    font-size: 80% !important;
}
.small {
    font-size: 60% !important;
}
.center {
    text-align: center !important;
}
.centering {
    margin: 0 auto 0 !important;
}

/*font-color*/
.tx_KEY {
    color: rgb(0, 0, 0) !important;
}
.tx_wt {
    color: rgb(255,255,255) !important;
}
.tx_or {
    color: rgb(241, 141, 0) !important;
}

/*background-color*/
.bg_fr {
    border: 1px solid rgb(255, 255, 255)
}

.bg_wt {
    background-color: rgb(255, 255, 255) !important;
}
.bg_bk {
    background-color: rgb(0,0,0) !important;
}
.bg_cor {
    background-color: rgba(255,255,255,.3) !important;
}
.bg_or {
    background-color: rgb(241, 141, 0) !important;
}
.bg_lor {
    background-color: rgb(250, 213, 160) !important;
}
.bg_gr {
    background-color: rgb(70,83,100) !important;
}
.bg_blr {
    backdrop-filter: blur(1vw) !important;
}
.bg_str-or {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3vw, rgba(255,140,0, 1) 3vw, rgba(255,140,0, 1) 6vw);
}

/*round-corner*/
.bg_1r {
    border-radius: 1vw;
}
.bg_hr {
    border-radius: .5vw;
}

/*wording-rule*/
.cover-catch {
    font-size: 14px;
    line-height: 2.4em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";

    width: 100%;
    max-width: 360px;
    margin: 0 0 2vh 0;
}
.rep-catch {
    font-size: 5.5vh;
    line-height: 1.2em;
    font-feature-settings: "palt";

    width: 100%;
    max-width: 360px;
    margin: 0 0 2vh 0;
}
.main-catch {
    font-size: 5.5vh;
    line-height: 1.2em;

    width: 100%;
    max-width: 720px;
    margin: 0 0 4vh 0;
}
.catch {
    font-size: 4.6vh;
    line-height: 1.6em;
    font-weight: bold;
    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}
.sub-catch {
    font-size: 3vh;
    line-height: 2.4em;
    font-feature-settings: "palt";

    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}
.lead {
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 2.6em;
    text-align: justify;
    text-justify: inter-ideograph;

    width: 100%;
    max-width: 720px;
    margin: 0 0 8vh;
}
.titling {
    font-size: 2.4vh;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.08em;

    width: 100%;
    max-width: 720px;
    margin: 0 0 4vh 0;
}
.heading {
    font-size: 2.4vh;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0;
}
.bodytext {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 2.4em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";

    width: 100%;
    max-width: 720px;
    margin: 0 0 4vh 0;
}
.dectext {
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
}
.pagetext {
    color: rgb(255,140,0);
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1em;
    text-align: left;
    font-feature-settings: "palt";
}

.box-bodytext {
    font-size: 1.8vh;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.bodytext:last-child,
.lead:last-child {
    margin: 0;
}

/*wording-decolation*/
.small-width {
    width: 50%;
    max-width: 300px;
}
.side-line10 {
    padding: 0 0 0 2vw !important;
    border-left: 10px solid rgb(255, 255, 255);
}
.side-line5 {
    padding: 0 0 0 2vw !important;
    border-left: 5px solid rgb(255,140,0);
}
.under-line2 {
    padding: 1vh 0 1.5vh !important;
    margin: 0 0 4vh;
    border-bottom: 2px solid rgb(255,140,0);
}
.button-nr a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vh auto;
    padding: .5em 1em;
    width: 80%;

    color: #333;
    font-size: 18px;
    background-color: rgb(241,141,0);
    border-radius: 50vh;
}
.button-nr a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
}
.button-nr a:hover {
    text-decoration: none;
    background-color: rgb(250, 213, 160);
}

.bottom-line5 {
    padding: 0 0 1vh 0 !important;
    margin: 0 auto 4vh !important;
    border-bottom: 5px solid rgb(255, 255, 255);
}

.sp_light {
  position: relative;
  display: inline-block;
  /* margin-left: 20px; */
  /* padding: 24px 16px; */
  /* width: 200px; */
  border-radius: 9999px;
  background-color: rgb(241,141,0);

  color: #000000;
}
.sp_light::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  border-style: solid;
  border-width: 5px 20px 5px 0;
  border-color: transparent rgb(241,141,0) transparent transparent;
  translate: -100% -50%;
}
.sp_left {
  position: relative;
  display: inline-block;

  background-color: rgb(241,141,0);

  color: #000000;
}
.sp_left::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent rgb(241,141,0);
  translate: 100% -50%;
}
.sp_top {
  position: relative;
  display: inline-block;
  margin: 24px 1vh 1vh 0;
  padding: 1vh 2vh;
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
}
.sp_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}
.sp_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 8px 18px 8px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

.cover-image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 2vh;
    text-align: center;
    overflow: hidden;
}
.block-image {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 2vh;
    text-align: center;
    overflow: hidden;
}
.block-image:last-child {
    margin: 0 auto;
}
.block-image img {
    height: auto;
    max-width: 100%;
}
.circle-image {
    margin: 0 auto 2vh;
    position: relative;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    background: rgba(120, 120, 120, .5);
    border-radius: 50%;
}
.square-image {
    margin: 0 auto 2vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(120, 120, 120, .5);
}
.square-image::before,
.circle-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square-image img,
.circle-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.inline-box {
    position: relative;
    width: 100%;
    margin: 0 auto 4vh;
}
.inline-box:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.inline-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dc-coner {
    --x-gradient: linear-gradient(90deg, #fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
    --y-gradient: linear-gradient(#fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));

    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 40px, 40px 100%, 100% 40px, 40px 100%;
    background-position: top, right, bottom, left;
    margin: 2rem;
    padding: 3rem;
}
.dc-coner-b {
    --x-gradient: linear-gradient(90deg, #000 0 10px, transparent 0 calc(100% - 10px), #000 calc(100% - 10px));
    --y-gradient: linear-gradient(#000 0 10px, transparent 0 calc(100% - 10px), #000 calc(100% - 10px));

    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 40px, 40px 100%, 100% 40px, 40px 100%;
    background-position: top, right, bottom, left;
    margin: 2rem;
    padding: 3rem;
}

/* è£…é£¾ç”¨ */
.fade-in-box {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 3s; /* è¡¨ç¤ºã¾ã§ã®é…å»¶ç§’æ•° */
}
@keyframes fadeInUp {
to {
    opacity: 1;
    transform: translateY(0);
}
}
  /* è£…é£¾ç”¨ */
.fade-in-box {
    background: #f0f0f0;
    padding: 1em;
    margin: 2em auto;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.2em;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}

.bg_ripl {
background: conic-gradient(from 210deg, rgba(255,196,128, 1.000) 0.000deg, rgba(255,196,128, 1.000) 24.000deg, rgba(0,0,0, 1.000) 24.000deg, rgba(0,0,0, 1.000) 48.000deg, rgba(255,191,117, 1.000) 48.000deg, rgba(255,191,117, 1.000) 72.000deg, rgba(255,187,108, 1.000) 72.000deg, rgba(255,187,108, 1.000) 96.000deg, rgba(255,183,93, 1.000) 96.000deg, rgba(255,183,93, 1.000) 120.000deg, rgba(255,179,88, .8) 120.000deg, rgba(255,179,88, .8) 144.000deg, rgba(255,174,79, .8) 144.000deg, rgba(255,174,79, .8) 168.000deg, rgba(255,170,69, 1.000) 168.000deg, rgba(255,170,69, 1.000) 192.000deg, rgba(255,166,60, 1.000) 192.000deg, rgba(255,166,60, 1.000) 216.000deg, rgba(255,162,49, 1.000) 216.000deg, rgba(255,162,49, 1.000) 240.000deg, rgba(255,157,40, 1.000) 240.000deg, rgba(255,157,40, 1.000) 264.000deg, rgba(255,154,30, 1.000) 264.000deg, rgba(255,154,30, 1.000) 288.000deg, rgba(255,149,21, 1.000) 288.000deg, rgba(255,149,21, 1.000) 312.000deg, rgba(255,144,10, 1.000) 312.000deg, rgba(255,144,10, 1.000) 336.000deg, rgba(255,140,0, 1.000) 336.000deg 360.000deg)
}

/* table set */
tr:nth-child(even) {
    background-image: radial-gradient(rgba(255,140,0, .5) 25%, transparent 0%), radial-gradient(rgba(255,140,0, .5) 25%, transparent 0%);
    background-size: .5vh .5vh;
    background-position: 0 0, .25vh .25vh;
}
th {
    font-size: clamp(14px, 4vw, 16px);
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    letter-spacing: 0.1em;
}
td {
    font-size: clamp(14px, 4vw, 16px);
    font-weight: normal;
    font-feature-settings: "palt";
    line-height: 2em;
    text-align: left;
}

.awardtable, .shorttable, .exhitable {
  width: 100%;
  table-layout: fixed;
}
.awardtable th,
.awardtable td,
.shorttable th,
.shorttable td,
.exhitable th,
.exhitable td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.awardtable th:first-child {
    width: 15%;
    border-bottom: 2px solid rgb(0,0,0);
}
.awardtable td:nth-child(2) {
    width: 25%;
    padding: 0;
    overflow: hidden;
        border-bottom: 2px solid rgb(0,0,0);
}
.awardtable td:nth-child(3){
    width: 60%;
    padding: .5vh 2vw;
    overflow: hidden;
        border-bottom: 2px solid rgb(0,0,0);
}

.awardtable td:nth-child(2) .table-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.awardtable td:nth-child(2) .table-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.shorttable td:first-child {
    font-weight: bold;
    width: 30%;
        padding: .5vh 2vw;
            overflow: hidden;
    border-bottom: 1px solid rgb(0,0,0);
}
.shorttable td:nth-child(2) {
    width: 20%;
    padding: .5vh 2vw;
        overflow: hidden;
        border-bottom: 1px solid rgb(0,0,0);
}
.shorttable td:nth-child(3){
    width: 50%;
    padding: .5vh 2vw;
        overflow: hidden;
        border-bottom: 1px solid rgb(0,0,0);
}
.exhitable th:first-child {
    font-weight: bold;
    width: 30%;
        padding: .5vh 2vw;
            overflow: hidden;
    border-bottom: 1px solid rgb(0,0,0);
}
.exhitable td:nth-child(2) {
    width: 70%;
    padding: .5vh 2vw;
        overflow: hidden;
        border-bottom: 1px solid rgb(0,0,0);
}

/*cover slider*/
.slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slide-part {
    position: relative;
}
.slider-txt {
    font-size: 6vh;
    font-weight: bold;
    line-height: 1.6em;

    position: absolute;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 110;
}

.zoom {
    overflow: hidden;
}
.zoom img {
    width: 100%;
    height: auto;
    animation: animationZoom 10s ease-in-out infinite;
}

@keyframes animationZoom {
    50% {
        transform: scale(1.1)
    }
}


/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    background-size: cover;
    transition: all 0.2s ease 0s;
}
.show .background {
    opacity: 1;
}
.wrap {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

/* design*/
#content01_bg {
    background-image: url(../images/bg-01.jpg);
    background-attachment: fixed;
    background-position: top center;
}
#content01rep_bg {
    background-image: url(../images/bg_aw03.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
#content02_bg {
    background-image: url(../images/bg-01.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
}
#content02rep_bg {
    background-image: url(../images/bg_aw01.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
#content03_bg {
    background-image: url(../images/bg-02.jpg);
    background-attachment: local;
    background-position: top center;
}
#content03rep_bg {
    background-image: url(../images/bg_aw03.jpg);
    background-attachment: local;
    background-position: top center;
    background-size: cover;
}
#content04_bg {
    background-image: url(../images/bg-01b.jpg);
    background-attachment: local;
    background-position: top center;
}
#content04rep_bg {
    background-image: url(../images/bg_aw02.jpg);
    background-attachment: local;
    background-position: top center;
    background-size: cover;
}
#content05_bg {
    padding: 0;
}
#content06_bg {
    background-image: url(../images/bg-02.jpg);
    background-attachment: fixed;
    background-position: top center;
}
#content07_bg {
    background-image: url(../images/bg-03.jpg);
    background-attachment: fixed;
    background-position: top center;
}

#content01 .wrap {
    width: 100vw;
    height: 100vh;
}
#content01rep .wrap {
    width: 100vw;
    height: 50vh;
    margin: 10vh 0 0;
}
#content02 .wrap {
    padding: 2vh 0;
    background-color: rgba(255, 255, 255, 0.8);
}
#content02rep .wrap {
    padding: 2vh 0;
    background-color: rgba(255, 255, 255, 0.8);
}
#content03 .wrap {
    padding: 100px 0;
    background-color: rgba(0,0,0, .5);
}
#content03rep .wrap {
    padding: 2vh 0;
    background-color: rgba(255, 255, 255, 0.8);
}
#content04 .wrap {
    padding: 2vh 0;
    background-color: rgba(255, 255, 255, .9);
}
#content04rep .wrap {
    padding: 2vh 0;
background: conic-gradient(from 210deg, rgba(255,196,128, 1.000) 0.000deg, rgba(255,196,128, 1.000) 24.000deg, rgba(0,0,0, 1.000) 24.000deg, rgba(0,0,0, 1.000) 48.000deg, rgba(255,191,117, 1.000) 48.000deg, rgba(255,191,117, 1.000) 72.000deg, rgba(255,187,108, 1.000) 72.000deg, rgba(255,187,108, 1.000) 96.000deg, rgba(255,183,93, 1.000) 96.000deg, rgba(255,183,93, 1.000) 120.000deg, rgba(255,255,255, .9) 120.000deg, rgba(255,255,255, .9) 144.000deg, rgba(255,174,79, .4) 144.000deg, rgba(255,174,79, .4) 168.000deg, rgba(255,170,69, .6) 168.000deg, rgba(255,170,69, .6) 192.000deg, rgba(255,166,60, 1.000) 192.000deg, rgba(255,166,60, 1.000) 216.000deg, rgba(255,162,49, 1.000) 216.000deg, rgba(255,162,49, 1.000) 240.000deg, rgba(255,157,40, 1.000) 240.000deg, rgba(255,157,40, 1.000) 264.000deg, rgba(255,154,30, 1.000) 264.000deg, rgba(255,154,30, 1.000) 288.000deg, rgba(255,149,21, 1.000) 288.000deg, rgba(255,149,21, 1.000) 312.000deg, rgba(255,144,10, 1.000) 312.000deg, rgba(255,144,10, 1.000) 336.000deg, rgba(255,140,0, 1.000) 336.000deg 360.000deg)
}
#content05 .wrap {
    background-image: url(../images/bg-02.jpg);
    background-attachment: fixed;
    background-position: center center;
}
#content06 .wrap {
    padding: 16vh 0;
    background-image: url(../images/bg-03.jpg);
    background-attachment: fixed;
    background-position: top center;
}
#content07 .wrap {
    padding: 16vh 0;
    background-color: rgba(241, 141, 0, .8);
}

@media screen and (max-width:767px) {

    td,th {
        line-height: 1.8em !important;
    }
    .main-catch {
        font-size: 8vw;
        line-height: 1.2em;
    }
    .catch {
        font-size: 6vw;
        line-height: 1.6em;
    }
    .heading {
        font-size: 5vw;
        line-height: 1.5em;
        margin: 0 0 2vh 0;
    }
    .lead {
        line-height: 2em;
        margin: 0 0 4vh;
    }
    .bodytext {
        line-height: 1.8em;
        margin: 0 0 2vh;

    }
    .dectext {
        line-height: 1.8em;
    }

  }</pre></body></html>