/* reset
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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;
}

html {
  font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

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

* {
  color: #262626;
}

/* Reset input 
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
/* clearfix
---------------------------------------- */
.clear {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

/* bxslier reset
---------------------------------------- */
.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

/* cmn
---------------------------------------- */
.pc-block {
  display: inline-block !important;
}

.sp-block {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: inline-block !important;
  }
}
.inner {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}

.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/* constant */
:root {
  --size-5: calc(5 / 750 * 100vw);
  --size-10: calc(10 / 750 * 100vw);
  --size-15: calc(15 / 750 * 100vw);
  --size-20: calc(20 / 750 * 100vw);
  --size-25: calc(25 / 750 * 100vw);
  --size-30: calc(30 / 750 * 100vw);
  --size-35: calc(35 / 750 * 100vw);
  --size-40: calc(40 / 750 * 100vw);
  --size-45: calc(45 / 750 * 100vw);
  --size-50: calc(50 / 750 * 100vw);
  --size-55: calc(55 / 750 * 100vw);
  --size-60: calc(60 / 750 * 100vw);
  --size-65: calc(65 / 750 * 100vw);
  --size-70: calc(70 / 750 * 100vw);
  --size-75: calc(75 / 750 * 100vw);
  --size-80: calc(80 / 750 * 100vw);
  --size-85: calc(85 / 750 * 100vw);
  --size-90: calc(90 / 750 * 100vw);
  --size-95: calc(95 / 750 * 100vw);
  --size-100: calc(100 / 750 * 100vw);
  --size-105: calc(105 / 750 * 100vw);
  --size-110: calc(110 / 750 * 100vw);
  --size-115: calc(115 / 750 * 100vw);
  --size-120: calc(120 / 750 * 100vw);
  --size-125: calc(125 / 750 * 100vw);
  --size-130: calc(130 / 750 * 100vw);
  --size-135: calc(135 / 750 * 100vw);
  --size-140: calc(140 / 750 * 100vw);
  --size-145: calc(145 / 750 * 100vw);
  --size-150: calc(150 / 750 * 100vw);
  --size-155: calc(155 / 750 * 100vw);
  --size-160: calc(160 / 750 * 100vw);
  --size-165: calc(165 / 750 * 100vw);
  --size-170: calc(170 / 750 * 100vw);
  --size-175: calc(175 / 750 * 100vw);
  --size-180: calc(180 / 750 * 100vw);
  --size-185: calc(185 / 750 * 100vw);
  --size-190: calc(190 / 750 * 100vw);
  --size-195: calc(195 / 750 * 100vw);
  --size-200: calc(200 / 750 * 100vw);
  --size-205: calc(205 / 750 * 100vw);
  --size-210: calc(210 / 750 * 100vw);
  --size-215: calc(215 / 750 * 100vw);
  --size-220: calc(220 / 750 * 100vw);
  --size-225: calc(225 / 750 * 100vw);
  --size-230: calc(230 / 750 * 100vw);
  --size-235: calc(235 / 750 * 100vw);
  --size-240: calc(240 / 750 * 100vw);
  --size-245: calc(245 / 750 * 100vw);
  --size-250: calc(250 / 750 * 100vw);
  --size-255: calc(255 / 750 * 100vw);
  --size-260: calc(260 / 750 * 100vw);
  --size-265: calc(265 / 750 * 100vw);
  --size-270: calc(270 / 750 * 100vw);
  --size-275: calc(275 / 750 * 100vw);
  --size-280: calc(280 / 750 * 100vw);
  --size-285: calc(285 / 750 * 100vw);
  --size-290: calc(290 / 750 * 100vw);
  --size-295: calc(295 / 750 * 100vw);
  --size-300: calc(300 / 750 * 100vw);
  --size-305: calc(305 / 750 * 100vw);
  --size-310: calc(310 / 750 * 100vw);
  --size-315: calc(315 / 750 * 100vw);
  --size-320: calc(320 / 750 * 100vw);
  --size-325: calc(325 / 750 * 100vw);
  --size-330: calc(330 / 750 * 100vw);
  --size-335: calc(335 / 750 * 100vw);
  --size-340: calc(340 / 750 * 100vw);
  --size-345: calc(345 / 750 * 100vw);
  --size-350: calc(350 / 750 * 100vw);
  --size-355: calc(355 / 750 * 100vw);
  --size-360: calc(360 / 750 * 100vw);
  --size-365: calc(365 / 750 * 100vw);
  --size-370: calc(370 / 750 * 100vw);
  --size-375: calc(375 / 750 * 100vw);
  --size-380: calc(380 / 750 * 100vw);
  --size-385: calc(385 / 750 * 100vw);
  --size-390: calc(390 / 750 * 100vw);
  --size-395: calc(395 / 750 * 100vw);
  --size-400: calc(400 / 750 * 100vw);
  --size-405: calc(405 / 750 * 100vw);
  --size-410: calc(410 / 750 * 100vw);
  --size-415: calc(415 / 750 * 100vw);
  --size-420: calc(420 / 750 * 100vw);
  --size-425: calc(425 / 750 * 100vw);
  --size-430: calc(430 / 750 * 100vw);
  --size-435: calc(435 / 750 * 100vw);
  --size-440: calc(440 / 750 * 100vw);
  --size-445: calc(445 / 750 * 100vw);
  --size-450: calc(450 / 750 * 100vw);
  --size-455: calc(455 / 750 * 100vw);
  --size-460: calc(460 / 750 * 100vw);
  --size-465: calc(465 / 750 * 100vw);
  --size-470: calc(470 / 750 * 100vw);
  --size-475: calc(475 / 750 * 100vw);
  --size-480: calc(480 / 750 * 100vw);
  --size-485: calc(485 / 750 * 100vw);
  --size-490: calc(490 / 750 * 100vw);
  --size-495: calc(495 / 750 * 100vw);
  --size-500: calc(500 / 750 * 100vw);
  --size-505: calc(505 / 750 * 100vw);
  --size-510: calc(510 / 750 * 100vw);
  --size-515: calc(515 / 750 * 100vw);
  --size-520: calc(520 / 750 * 100vw);
  --size-525: calc(525 / 750 * 100vw);
  --size-530: calc(530 / 750 * 100vw);
  --size-535: calc(535 / 750 * 100vw);
  --size-540: calc(540 / 750 * 100vw);
  --size-545: calc(545 / 750 * 100vw);
  --size-550: calc(550 / 750 * 100vw);
  --size-555: calc(555 / 750 * 100vw);
  --size-560: calc(560 / 750 * 100vw);
  --size-565: calc(565 / 750 * 100vw);
  --size-570: calc(570 / 750 * 100vw);
  --size-575: calc(575 / 750 * 100vw);
  --size-580: calc(580 / 750 * 100vw);
  --size-585: calc(585 / 750 * 100vw);
  --size-590: calc(590 / 750 * 100vw);
  --size-595: calc(595 / 750 * 100vw);
  --size-600: calc(600 / 750 * 100vw);
  --size-605: calc(605 / 750 * 100vw);
  --size-610: calc(610 / 750 * 100vw);
  --size-615: calc(615 / 750 * 100vw);
  --size-620: calc(620 / 750 * 100vw);
  --size-625: calc(625 / 750 * 100vw);
  --size-630: calc(630 / 750 * 100vw);
  --size-635: calc(635 / 750 * 100vw);
  --size-640: calc(640 / 750 * 100vw);
  --size-645: calc(645 / 750 * 100vw);
  --size-650: calc(650 / 750 * 100vw);
  --size-655: calc(655 / 750 * 100vw);
  --size-660: calc(660 / 750 * 100vw);
  --size-665: calc(665 / 750 * 100vw);
  --size-670: calc(670 / 750 * 100vw);
  --size-675: calc(675 / 750 * 100vw);
  --size-680: calc(680 / 750 * 100vw);
  --size-685: calc(685 / 750 * 100vw);
  --size-690: calc(690 / 750 * 100vw);
  --size-695: calc(695 / 750 * 100vw);
  --size-700: calc(700 / 750 * 100vw);
}

@media screen and (min-width: 1000px) {
  :root {
    --size-5: 5px;
    --size-10: 10px;
    --size-15: 15px;
    --size-20: 20px;
    --size-25: 25px;
    --size-30: 30px;
    --size-35: 35px;
    --size-40: 40px;
    --size-45: 45px;
    --size-50: 50px;
    --size-55: 55px;
    --size-60: 60px;
    --size-65: 65px;
    --size-70: 70px;
    --size-75: 75px;
    --size-80: 80px;
    --size-85: 85px;
    --size-90: 90px;
    --size-95: 95px;
    --size-100: 100px;
    --size-105: 105px;
    --size-110: 110px;
    --size-115: 115px;
    --size-120: 120px;
    --size-125: 125px;
    --size-130: 130px;
    --size-135: 135px;
    --size-140: 140px;
    --size-145: 145px;
    --size-150: 150px;
    --size-155: 155px;
    --size-160: 160px;
    --size-165: 165px;
    --size-170: 170px;
    --size-175: 175px;
    --size-180: 180px;
    --size-185: 185px;
    --size-190: 190px;
    --size-195: 195px;
    --size-200: 200px;
    --size-205: 205px;
    --size-210: 210px;
    --size-215: 215px;
    --size-220: 220px;
    --size-225: 225px;
    --size-230: 230px;
    --size-235: 235px;
    --size-240: 240px;
    --size-245: 245px;
    --size-250: 250px;
    --size-255: 255px;
    --size-260: 260px;
    --size-265: 265px;
    --size-270: 270px;
    --size-275: 275px;
    --size-280: 280px;
    --size-285: 285px;
    --size-290: 290px;
    --size-295: 295px;
    --size-300: 300px;
    --size-305: 305px;
    --size-310: 310px;
    --size-315: 315px;
    --size-320: 320px;
    --size-325: 325px;
    --size-330: 330px;
    --size-335: 335px;
    --size-340: 340px;
    --size-345: 345px;
    --size-350: 350px;
    --size-355: 355px;
    --size-360: 360px;
    --size-365: 365px;
    --size-370: 370px;
    --size-375: 375px;
    --size-380: 380px;
    --size-385: 385px;
    --size-390: 390px;
    --size-395: 395px;
    --size-400: 400px;
    --size-405: 405px;
    --size-410: 410px;
    --size-415: 415px;
    --size-420: 420px;
    --size-425: 425px;
    --size-430: 430px;
    --size-435: 435px;
    --size-440: 440px;
    --size-445: 445px;
    --size-450: 450px;
    --size-455: 455px;
    --size-460: 460px;
    --size-465: 465px;
    --size-470: 470px;
    --size-475: 475px;
    --size-480: 480px;
    --size-485: 485px;
    --size-490: 490px;
    --size-495: 495px;
    --size-500: 500px;
    --size-505: 505px;
    --size-510: 510px;
    --size-515: 515px;
    --size-520: 520px;
    --size-525: 525px;
    --size-530: 530px;
    --size-535: 535px;
    --size-540: 540px;
    --size-545: 545px;
    --size-550: 550px;
    --size-555: 555px;
    --size-560: 560px;
    --size-565: 565px;
    --size-570: 570px;
    --size-575: 575px;
    --size-580: 580px;
    --size-585: 585px;
    --size-590: 590px;
    --size-595: 595px;
    --size-600: 600px;
    --size-605: 605px;
    --size-610: 610px;
    --size-615: 615px;
    --size-620: 620px;
    --size-625: 625px;
    --size-630: 630px;
    --size-635: 635px;
    --size-640: 640px;
    --size-645: 645px;
    --size-650: 650px;
    --size-655: 655px;
    --size-660: 660px;
    --size-665: 665px;
    --size-670: 670px;
    --size-675: 675px;
    --size-680: 680px;
    --size-685: 685px;
    --size-690: 690px;
    --size-695: 695px;
    --size-700: 700px;
    --size-705: 705px;
    --size-710: 710px;
    --size-715: 715px;
    --size-720: 720px;
    --size-725: 725px;
    --size-730: 730px;
    --size-735: 735px;
    --size-740: 740px;
    --size-745: 745px;
    --size-750: 750px;
    --size-755: 755px;
    --size-760: 760px;
    --size-765: 765px;
    --size-770: 770px;
    --size-775: 775px;
    --size-780: 780px;
    --size-785: 785px;
    --size-790: 790px;
    --size-795: 795px;
    --size-800: 800px;
  }
}
/* base
---------------------------------------- */
body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #303030;
}

body.is-fixed {
  overflow: hidden;
}

/* Common Start
---------------------------------------- */
section {
  overflow: hidden;
}

.l_inner {
  margin: 0 auto;
}

.l_inner._md {
  max-width: 1040px;
  padding-left: var(--size-20);
  padding-right: var(--size-20);
}

.l_inner._sm {
  max-width: 860px;
  padding-left: var(--size-20);
  padding-right: var(--size-20);
}

/* Header Start
---------------------------------------- */
.header {
  border-bottom: 1px solid #D9D9D9;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.header .l_header_inner {
  padding: var(--size-10) var(--size-30) var(--size-10) var(--size-20);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .header .l_header_inner {
    padding: var(--size-10) var(--size-10) var(--size-10) var(--size-10);
  }
}
@media screen and (max-width: 768px) {
  .header .l_header_inner {
    padding: var(--size-15) var(--size-20) var(--size-10) var(--size-20);
  }
}
.header .p_header-logo {
  display: flex;
  align-items: center;
}

.header .c_80th-logo {
  width: 38px;
}

@media screen and (max-width: 1000px) {
  .header .c_80th-logo {
    width: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .header .c_80th-logo {
    width: var(--size-80);
  }
}
.header .c_kushiroshinbun-logo {
  width: var(--size-115);
  margin-left: var(--size-10);
}

@media screen and (max-width: 1000px) {
  .header .c_kushiroshinbun-logo {
    width: 11.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header .c_kushiroshinbun-logo {
    width: var(--size-200);
  }
}
/* PC Global Menu Start
---------------------------------------- */
.l_global-navi .p_global-navi {
  display: flex;
  gap: var(--size-20);
}

@media screen and (max-width: 1000px) {
  .l_global-navi .p_global-navi {
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l_global-navi .p_global-navi {
    gap: var(--size-30);
  }
}
.l_global-navi .p_global-navi .p_mv-logo {
  display: none;
}

.l_global-navi .p_global-navi .c_kushiroshinbun-logo {
  display: none;
}

@media screen and (max-width: 768px) {
  .l_global-navi .p_global-navi .p_mv-logo {
    width: var(--size-120);
  }
  .l_global-navi .p_global-navi .c_kushiroshinbun-logo {
    width: var(--size-240);
  }
}
.l_global-navi .p_global-navi a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #303030;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .l_global-navi .p_global-navi a {
    font-size: 4.2666666667vw;
  }
}
.l_global-navi .p_global-navi a::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin-right: var(--size-5);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M0 0v10l6-5z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M0 0v10l6-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1em;
}

.l_global-navi .p_global-navi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #87c040;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.l_global-navi .p_global-navi a:hover {
  color: #87c040;
}

.l_global-navi .p_global-navi a:hover::after {
  transform: scaleX(1);
}

/* SP Hamburger Start
---------------------------------------- */
.c_hamburger {
  display: none;
  width: var(--size-60);
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.c_hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.c_hamburger span:nth-child(1) {
  top: 6px;
}

.c_hamburger span:nth-child(2) {
  top: 15px;
}

.c_hamburger span:nth-child(3) {
  bottom: 6px;
}

.c_hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.c_hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c_hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* SP  Hamburger Start
---------------------------------------- */
@media screen and (max-width: 768px) {
  .c_hamburger {
    display: block;
  }
  .l_global-navi {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1000;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  .l_global-navi.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p_global-navi {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .p_global-navi a {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .p_global-navi li {
    opacity: 0;
    transform: translateY(10px);
  }
  .l_global-navi.is-open .p_global-navi li {
    animation: fadeUp 0.5s ease forwards;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(1) {
    animation-delay: 0.1s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(2) {
    animation-delay: 0.2s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(3) {
    animation-delay: 0.3s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(4) {
    animation-delay: 0.4s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(5) {
    animation-delay: 0.5s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(6) {
    animation-delay: 0.6s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(7) {
    animation-delay: 0.7s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(8) {
    animation-delay: 0.8s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(9) {
    animation-delay: 0.9s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(10) {
    animation-delay: 1s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(11) {
    animation-delay: 1.1s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(12) {
    animation-delay: 1.2s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(13) {
    animation-delay: 1.3s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(14) {
    animation-delay: 1.4s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(15) {
    animation-delay: 1.5s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(16) {
    animation-delay: 1.6s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(17) {
    animation-delay: 1.7s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(18) {
    animation-delay: 1.8s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(19) {
    animation-delay: 1.9s;
  }
  .l_global-navi.is-open .p_global-navi li:nth-child(20) {
    animation-delay: 2s;
  }
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* MV Start
---------------------------------------- */
.mv {
  background: url("../img/mv_pc.png");
  height: 600px;
  background-size: cover;
  position: relative;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .mv {
    height: var(--size-640);
  }
}
.mv .p_mv-block {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv .p_mv-block {
    top: 55%;
  }
}
.mv .p_mv-logo {
  width: var(--size-170);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
}

.mv .p_mv-text {
  width: var(--size-610);
  margin-top: var(--size-20);
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .mv .p_mv-text {
    width: var(--size-360);
  }
}
.mv .p_mv-text img {
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.9)) drop-shadow(0 0px 15px rgba(0, 0, 0, 0.9));
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Intro Start
---------------------------------------- */
.intro {
  padding-bottom: var(--size-70);
  background: url("../img/bg.png");
  background-size: cover;
}

.intro .l_inner {
  position: relative;
  padding-top: var(--size-90);
}

.intro .l_inner:before {
  content: "";
  display: block;
  background: url("../img/80th_text.svg");
  width: 810px;
  height: 153px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .intro .l_inner:before {
    width: 100%;
  }
}
.intro .c_heading h2 {
  padding: var(--size-10) 4.8611111111vw var(--size-10) 0;
  display: inline-block;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.3333333333;
  display: inline-block;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1000px) {
  .intro .c_heading h2 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .intro .c_heading h2 {
    font-size: 6.4vw;
  }
}
.intro .c_heading h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: calc(48vw + 50%);
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.intro .p_textarea {
  padding: var(--size-30);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1000px) {
  .intro .p_textarea {
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .intro .p_textarea {
    padding: 2.6666666667vw;
  }
}
.intro .l_intro-container {
  display: flex;
  margin-top: var(--size-20);
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro .l_intro-container {
    flex-flow: column;
  }
}
.intro .l_intro-container .p_textarea {
  max-width: 545px;
  position: relative;
  z-index: 3;
  margin-left: var(--size-40);
}

@media screen and (max-width: 1000px) {
  .intro .l_intro-container .p_textarea {
    max-width: 54.5vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro .l_intro-container .p_textarea {
    max-width: 100%;
    font-size: 3.7333333333vw;
  }
}
.intro .l_intro-container .l_image-block {
  position: absolute;
  max-width: 440px;
  right: 0;
  top: var(--size-50);
}

@media screen and (max-width: 768px) {
  .intro .l_intro-container .l_image-block {
    position: initial;
    margin-top: var(--size-40);
  }
}
.intro .l_intro-container .l_image-block .c_name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .intro .l_intro-container .l_image-block .c_name {
    font-size: 3.2vw;
  }
}
/* Anniversary Logo Start
---------------------------------------- */
.anniversary-logo {
  padding-top: var(--size-85);
  padding-bottom: var(--size-80);
  background: url("../img/bg02.png");
  background-repeat: repeat-y;
  background-size: contain;
}

.anniversary-logo .l_concept-block {
  display: grid;
  grid-template-areas: "heading img" "text img";
  grid-template-columns: 1fr var(--size-250);
  grid-template-rows: 1fr 100%;
  gap: 0 var(--size-15);
}

@media screen and (max-width: 1000px) {
  .anniversary-logo .l_concept-block {
    grid-template-columns: 1fr var(--size-160);
  }
}
@media screen and (max-width: 768px) {
  .anniversary-logo .l_concept-block {
    display: block;
  }
}
.anniversary-logo .c_heading {
  grid-area: heading;
  display: inline-block;
}

.anniversary-logo .c_heading h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-optical-sizing: auto;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .anniversary-logo .c_heading h2 {
    font-size: 6.4vw;
  }
}
.anniversary-logo .c_heading .c_heading-block {
  display: inline-block;
}

.anniversary-logo .c_heading .p_line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.anniversary-logo .c_heading .p_line span {
  height: 4px;
}

.anniversary-logo .c_heading .p_line span:first-child {
  background: #F38200;
}

.anniversary-logo .c_heading .p_line span:nth-child(2) {
  background: #004B9E;
}

.anniversary-logo .c_heading .p_line span:nth-child(3) {
  background: #008A32;
}

.anniversary-logo .c_img {
  grid-area: img;
}

@media screen and (max-width: 768px) {
  .anniversary-logo .c_img {
    width: var(--size-280);
    margin: var(--size-30) auto;
  }
}
.anniversary-logo .c_txt {
  grid-area: text;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 2.1;
  margin-top: var(--size-30);
}

@media screen and (max-width: 1000px) {
  .anniversary-logo .c_txt {
    margin-top: var(--size-10);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .anniversary-logo .c_txt {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
}
.anniversary-logo .l_anniversary-logo-about {
  margin-top: var(--size-40);
}

.anniversary-logo .l_anniversary-logo-about .c_heading {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  align-items: center;
  margin-bottom: var(--size-20);
}

@media screen and (max-width: 768px) {
  .anniversary-logo .l_anniversary-logo-about .c_heading {
    font-size: 4.8vw;
  }
}
.anniversary-logo .l_anniversary-logo-about .c_heading:before {
  content: "";
  display: block;
  width: var(--size-5);
  height: var(--size-25);
  background: #303030;
  margin-right: var(--size-10);
}

@media screen and (max-width: 768px) {
  .anniversary-logo .l_anniversary-logo-about .c_heading:before {
    height: var(--size-40);
  }
}
.anniversary-logo .l_anniversary-logo-about .c_text {
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .anniversary-logo .l_anniversary-logo-about .c_text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
/* Parallax Start
---------------------------------------- */
.parallax {
  position: relative;
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .parallax {
    height: var(--size-350);
  }
}
.parallax .p_parallax__bg {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 150%;
  background: url("../img/bg_essay_contest.png");
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.parallax .p_parallax__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.parallax .p_essay-contest-block .c_80th-logo {
  width: var(--size-80);
  margin-left: auto;
  margin-right: auto;
}

.parallax .p_essay-contest-block .c_essay-contest_heading {
  text-align: center;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.1666666667;
  margin-top: var(--size-5);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .parallax .p_essay-contest-block .c_essay-contest_heading {
    font-size: 5.6vw;
  }
}
.parallax .p_essay-contest-block .c_essay-contest_heading span {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .parallax .p_essay-contest-block .c_essay-contest_heading span {
    font-size: 4.2666666667vw;
  }
}
.parallax .p_essay-contest-block .c_essay-contest_heading .fs-lead {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .parallax .p_essay-contest-block .c_essay-contest_heading .fs-lead {
    font-size: 4.2666666667vw;
  }
}
.parallax .p_essay-contest-block .c_essay-contest_heading .fs-lg {
  font-size: 4.8rem;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.075em;
  margin-top: var(--size-10);
}

@media screen and (max-width: 768px) {
  .parallax .p_essay-contest-block .c_essay-contest_heading .fs-lg {
    font-size: 7.7333333333vw;
  }
}
.parallax .p_essay-contest-block .c_essay-contest_heading .fs-md {
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  color: #40320d;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .parallax .p_essay-contest-block .c_essay-contest_heading .fs-md {
    font-size: 6.4vw;
  }
}
/* Essayc Cntest Start
---------------------------------------- */
.essayc-contest {
  padding-top: var(--size-40);
  padding-bottom: var(--size-100);
  background: url("../img/bg03.png");
}

.essayc-contest .p_essayc-ontest_heading {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .essayc-contest .p_essayc-ontest_heading {
    width: var(--size-320);
    margin: 0 auto;
  }
}
.essayc-contest .c_lead {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9090909091;
  text-align: center;
  margin-top: var(--size-40);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .essayc-contest .c_lead {
    font-size: 4.5333333333vw;
  }
}
.essayc-contest .c_lead:before {
  content: "";
  display: block;
  width: var(--size-30);
  height: 1px;
  background: #303030;
  margin-right: var(--size-5);
}

@media screen and (max-width: 768px) {
  .essayc-contest .c_lead:before {
    width: var(--size-15);
  }
}
.essayc-contest .c_lead:after {
  content: "";
  display: block;
  width: var(--size-30);
  height: 1px;
  background: #303030;
  margin-left: var(--size-5);
}

@media screen and (max-width: 768px) {
  .essayc-contest .c_lead:after {
    width: var(--size-15);
  }
}
.essayc-contest .c_text {
  text-align: center;
  margin-top: var(--size-15);
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .essayc-contest .c_text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.essayc-contest .p_essayc-ontest-_block .c_note {
  font-size: 1.4rem;
  margin-top: var(--size-15);
}

@media screen and (max-width: 768px) {
  .essayc-contest .p_essayc-ontest-_block .c_note {
    font-size: 3.2vw;
  }
}
.essayc-contest .p_essayc-ontest-_block .l_essayc-ontest_apply {
  text-align: center;
  border-top: 1px solid #50996F;
  border-bottom: 1px solid #50996F;
  padding-top: var(--size-30);
  padding-bottom: var(--size-30);
}

@media screen and (max-width: 768px) {
  .essayc-contest .p_essayc-ontest-_block .l_essayc-ontest_apply {
    font-size: 3.7333333333vw;
  }
}
.essayc-contest .p_essayc-ontest-_block .l_essayc-ontest_apply .p_ssayc-ontest_apply_heading {
  font-size: 2rem;
  margin-bottom: var(--size-10);
}

@media screen and (max-width: 768px) {
  .essayc-contest .p_essayc-ontest-_block .l_essayc-ontest_apply .p_ssayc-ontest_apply_heading {
    font-size: 4.8vw;
  }
}
.essayc-contest .p_essayc-ontest-_block + .p_essayc-ontest-_block {
  margin-top: var(--size-50);
}

.essayc-contest .l_judge_container {
  margin-top: var(--size-40);
}

.essayc-contest .l_judge_block {
  display: flex;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_block {
    flex-flow: column;
  }
}
.essayc-contest .l_judge_block .p_image {
  width: var(--size-300);
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_block .p_image {
    width: var(--size-480);
  }
}
.essayc-contest .l_judge_detail {
  flex: 1;
  padding: var(--size-30) var(--size-30) var(--size-40) var(--size-30);
  background: rgba(255, 255, 255, 0.9);
  margin-left: calc(-1 * var(--size-25));
  margin-top: var(--size-50);
  border-radius: var(--size-10);
  box-shadow: 0 0 var(--size-10) rgba(0, 0, 0, 0.1);
  position: relative;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail {
    margin-left: var(--size-50);
    margin-top: calc(-1 * var(--size-50));
  }
}
.essayc-contest .l_judge_detail .c_name {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_name {
    font-size: 6.4vw;
  }
}
.essayc-contest .l_judge_detail .c_name .fs-md {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  top: 0.3em;
  margin-right: var(--size-15);
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_name .fs-md {
    font-size: 3.7333333333vw;
  }
}
.essayc-contest .l_judge_detail .c_name .fs-sm {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  top: 0.5em;
  margin-right: var(--size-15);
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_name .fs-sm {
    font-size: 3.7333333333vw;
  }
}
.essayc-contest .l_judge_detail .c_name:before {
  content: "";
  display: block;
  background: #8CB808;
  width: var(--size-10);
  height: var(--size-45);
  margin-right: var(--size-15);
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_name:before {
    height: var(--size-70);
  }
}
.essayc-contest .l_judge_detail .c_name:after {
  content: "";
  display: block;
  background: #8CB808;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.essayc-contest .l_judge_detail .c_name_en {
  font-size: 6rem;
  font-family: "Newsreader", serif;
  color: #C3E0D8;
  opacity: 0.4;
  position: absolute;
  top: -4.5rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_name_en {
    font-size: 11.2vw;
    top: -8.5333333333vw;
    right: 0;
  }
}
.essayc-contest .l_judge_detail .c_judge_lead {
  margin-top: var(--size-10);
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #40320d;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_judge_lead {
    font-size: 4.2666666667vw;
    margin-top: var(--size-20);
  }
}
.essayc-contest .l_judge_detail .c_text {
  line-height: 1.625;
  margin-top: var(--size-10);
  text-align: left;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .essayc-contest .l_judge_detail .c_text {
    font-size: 3.7333333333vw;
    margin-top: var(--size-20);
  }
}
.essayc-contest .l_judge_block + .l_judge_block {
  margin-top: var(--size-40);
}

.p_cm_table {
  margin-top: var(--size-40);
  border: 1px solid #D1D1D1;
  border-radius: var(--size-10);
}

@media screen and (max-width: 768px) {
  .p_cm_table {
    font-size: 3.7333333333vw;
  }
}
.p_cm_table .p_row {
  display: flex;
}

.p_cm_table .p_row .c_column_title {
  width: var(--size-160);
  background: #C0E8D1;
  color: #50996F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F5FFF9;
  padding-top: var(--size-10);
  padding-bottom: var(--size-10);
}

@media screen and (max-width: 768px) {
  .p_cm_table .p_row .c_column_title {
    width: var(--size-200);
  }
}
.p_cm_table .p_row .c_column_title._orange {
  background: #EE7A00;
  color: #FFFFFF;
  border-bottom: 1px solid #FFE1C1;
}

.p_cm_table .p_row .c_column_item {
  flex: 1;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: var(--size-40);
  padding-top: var(--size-10);
  padding-bottom: var(--size-10);
  padding-right: var(--size-10);
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .p_cm_table .p_row .c_column_item {
    padding-left: var(--size-20);
  }
}
.p_cm_table .p_row .c_column_item .red {
  color: #c40d0d;
}

.p_cm_table .p_row .c_column_item .c_column_text span {
  font-size: 1.4rem;
}

.p_cm_table .p_row:first-child .c_column_title {
  border-radius: var(--size-10) 0 0 0;
}

.p_cm_table .p_row:first-child .c_column_item {
  border-radius: 0 var(--size-10) 0 0;
}

.p_cm_table .p_row:last-child .c_column_item {
  border-bottom: none;
  border-radius: 0 0 var(--size-10) 0;
}

.p_cm_table .p_row:last-child .c_column_title {
  border-bottom: none;
  border-radius: 0 0 0 var(--size-10);
}

/* Event Start
---------------------------------------- */
.event {
  background: url("../img/bg04.png");
  padding-top: var(--size-85);
  padding-bottom: var(--size-80);
  position: relative;
}

.event:before {
  display: block;
  content: "";
  width: 100%;
  height: var(--size-10);
  background: url("../img/deco03.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  background-position: center;
  top: 0;
}

.event:after {
  display: block;
  content: "";
  width: 100%;
  height: var(--size-10);
  background: url("../img/deco03.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  background-position: center;
  bottom: 0;
}

.event .l_event_heading_block {
  text-align: center;
}

.event .p_event_heading_block {
  display: inline-flex;
  text-align: center;
  margin: 0 auto;
  flex-flow: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.event .p_event_heading_block:before {
  content: "";
  display: block;
  width: 88px;
  height: 102px;
  background: url("../img/character01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(-1 * var(--size-120));
}

@media screen and (max-width: 768px) {
  .event .p_event_heading_block:before {
    width: 17.6vw;
    height: 20.4vw;
    left: calc(-1 * var(--size-160));
  }
}
.event .p_event_heading_block:after {
  content: "";
  display: block;
  width: 98px;
  height: 130px;
  background: url("../img/character02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(-1 * var(--size-130));
  top: calc(-1 * var(--size-20));
}

@media screen and (max-width: 768px) {
  .event .p_event_heading_block:after {
    width: 19.6vw;
    height: 26vw;
    right: calc(-1 * var(--size-190));
    top: calc(-1 * var(--size-40));
  }
}
.event .p_event_heading_block .c_event_heading_en {
  font-family: "Newsreader", serif;
  color: #F38200;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event .p_event_heading_block .c_event_heading_en {
    font-size: 9.6vw;
  }
}
.event .p_event_heading_block .c_event_heading_ja {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event .p_event_heading_block .c_event_heading_ja {
    font-size: 4.8vw;
  }
}
.event .l_event_block {
  margin-top: var(--size-30);
}

.event .l_event_block .p_heading {
  text-align: center;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .event .l_event_block .p_heading {
    font-size: 6.1333333333vw;
    margin-top: var(--size-50);
  }
}
.event .l_event_block .p_heading:before {
  content: "";
  display: block;
  width: var(--size-30);
  height: var(--size-30);
  background: url("../img/deco04.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.event .l_event_block .p_heading:after {
  content: "";
  display: block;
  width: var(--size-30);
  height: var(--size-30);
  background: url("../img/deco05.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.event .l_event_block .p_lead {
  text-align: center;
  line-height: 1.75;
  margin-top: var(--size-15);
}

@media screen and (max-width: 768px) {
  .event .l_event_block .p_lead {
    font-size: 3.7333333333vw;
  }
}
.event .l_post {
  margin-top: var(--size-40);
}

.event .l_post .p_post_heading h3 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  line-height: 1.4583333333;
}

@media screen and (max-width: 768px) {
  .event .l_post .p_post_heading h3 {
    font-size: 4.8vw;
  }
}
.event .l_post .p_post_text {
  margin-top: var(--size-25);
  margin-bottom: var(--size-30);
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .event .l_post .p_post_text {
    font-size: 3.7333333333vw;
  }
}
.event .l_post .c_note {
  margin-top: var(--size-10);
}

@media screen and (max-width: 768px) {
  .event .l_post .c_note {
    font-size: 3.2vw;
  }
}
/* 80th-event Start
---------------------------------------- */
.sec-80th-event {
  background: url("../img/bg.png");
  background-size: cover;
  padding-bottom: var(--size-100);
}

.l_80th-event_block._flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l_80th-event_block._flex {
    flex-flow: column;
  }
}
.l_80th-event_block._flex .p_image {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  height: 395px;
  overflow: hidden;
  margin-right: var(--size-40);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block._flex .p_image {
    height: var(--size-300);
    width: 90vw;
    margin-left: calc(90% - 90vw);
  }
}
.l_80th-event_block._flex .p_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l_80th-event_block._flex .p_contents_block {
  flex: 1;
}

.l_80th-event_block._flex02 {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .l_80th-event_block._flex02 {
    flex-flow: column;
  }
}
.l_80th-event_block._flex02 .p_image {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  height: 337px;
  overflow: hidden;
  margin-left: var(--size-40);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block._flex02 .p_image {
    height: var(--size-300);
    width: 90vw;
    margin-left: auto;
    margin-right: calc(90% - 90vw);
  }
}
.l_80th-event_block._flex02 .p_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l_80th-event_block._flex02 .p_contents_block {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .l_80th-event_block._flex02 .p_contents_block {
    margin-left: var(--size-70);
  }
}
.l_80th-event_block .p_heading {
  margin-bottom: var(--size-25);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_heading {
    margin-top: var(--size-30);
  }
}
.l_80th-event_block .p_heading .c_heading {
  font-size: 3.6rem;
  font-family: "Newsreader", serif;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_heading .c_heading {
    font-size: 6.1333333333vw;
  }
}
.l_80th-event_block .p_heading .c_heading:before {
  content: "";
  display: block;
  width: var(--size-45);
  height: var(--size-40);
  background: url("../img/80th_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--size-10);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_heading .c_heading:before {
    width: var(--size-60);
    height: var(--size-55);
    margin-right: var(--size-20);
  }
}
.l_80th-event_block .p_text._mb30 {
  margin-bottom: var(--size-30);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_text {
    font-size: 3.7333333333vw;
  }
}
.l_80th-event_block .p_list_block .item {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_list_block .item {
    font-size: 3.7333333333vw;
  }
}
.l_80th-event_block .p_list_block .item .c_name {
  width: var(--size-120);
  border-bottom: 3px solid #C6BCA1;
  padding-bottom: var(--size-10);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_list_block .item .c_name {
    width: var(--size-160);
  }
}
.l_80th-event_block .p_list_block .item .c_txt {
  flex: 1;
  border-bottom: 3px solid #DBDBDB;
  padding-bottom: var(--size-10);
}

@media screen and (max-width: 768px) {
  .l_80th-event_block .p_list_block .item .c_txt {
    font-size: 3.7333333333vw;
  }
}
.l_80th-event_block .p_list_block .item + .item {
  margin-top: var(--size-10);
}

.l_80th-event_block + .l_80th-event_block {
  margin-top: var(--size-70);
}

.p_btn {
  margin-top: var(--size-30);
}

@media screen and (max-width: 768px) {
  .p_btn {
    text-align: center;
  }
}
.p_btn .c_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #008A32;
  padding: var(--size-15) var(--size-105);
  color: #FFF;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p_btn .c_link_btn {
    font-size: 3.7333333333vw;
  }
}
.p_btn .c_link_btn:before {
  content: "";
  display: block;
  width: 22px;
  height: 27px;
  background: url("../img/icon_pdf.svg") no-repeat center/contain;
  margin-right: var(--size-10);
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p_btn .c_link_btn:before {
    width: 4.2666666667vw;
    height: 4.9333333333vw;
  }
}
.p_btn .c_link_btn:after {
  content: "";
  position: absolute;
  right: var(--size-5);
  bottom: var(--size-5);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #8CB808 transparent;
  transition: transform 0.3s ease;
}

.p_btn .c_link_btn:hover {
  background: #00a03c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.p_btn .c_link_btn:hover::after {
  transform: translate(-3px, -3px) scale(1.15);
}

.p_btn .c_link_btn._apply:before {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 22px;
  height: 27px;
  background: url("../img/icon_pen.svg") no-repeat center/contain;
  margin-right: var(--size-10);
  transition: transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p_btn .c_link_btn._apply:before {
    width: 4.2666666667vw;
    height: 4.9333333333vw;
  }
}
/* Footer Start
---------------------------------------- */
.footer {
  background: #505050;
  text-align: center;
  padding: var(--size-20) 0;
}

.footer .p_copy {
  color: #FFF;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer .p_copy {
    font-size: 2.6666666667vw;
  }
}
/* Decoration Start
---------------------------------------- */
._deco01 {
  position: relative;
  z-index: 2;
}

._deco01:before {
  content: "";
  display: block;
  background: url("../img/deco01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--size-160);
  height: 197px;
  position: absolute;
  z-index: -1;
}

._deco01._type01:before {
  top: calc(-1 * var(--size-180));
  right: calc(-1 * var(--size-50));
}

._deco01._type02:before {
  top: calc(-1 * var(--size-230));
  right: calc(-1 * var(--size-140));
}

._deco01._type03:before {
  top: calc(-1 * var(--size-90));
  left: calc(-1 * var(--size-120));
  z-index: 3;
}

._deco01._type04:before {
  top: calc(-1 * var(--size-90));
  right: calc(-1 * var(--size-190));
  z-index: 3;
}

._deco01._type05:before {
  top: calc(-1 * var(--size-170));
  right: calc(-1 * var(--size-120));
  z-index: -1;
}

._deco02 {
  position: relative;
  z-index: 2;
}

._deco02:after {
  content: "";
  display: block;
  background: url("../img/deco02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--size-75);
  height: var(--size-75);
  position: absolute;
  z-index: -1;
}

._deco02._type01:after {
  bottom: calc(-1 * var(--size-40));
  left: calc(-1 * var(--size-120));
}

._deco02._type02:after {
  bottom: calc(-1 * var(--size-40));
  left: calc(-1 * var(--size-120));
}

._deco02._type03:after {
  top: calc(-1 * var(--size-140));
  right: calc(-1 * var(--size-70));
}

._deco02._type04:after {
  bottom: var(--size-230);
  left: calc(-1 * var(--size-140));
}

._deco02._type05:after {
  top: calc(-1 * var(--size-90));
  left: calc(-1 * var(--size-60));
}
/*# sourceMappingURL=style.css.map */
