body {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 801px) {
  body {
    min-width: 960px;
  }
}
.anniv40th {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1;
  color: #333;
}
.anniv40th *,
.anniv40th *::before,
.anniv40th *::after {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anniv40th header,
.anniv40th main,
.anniv40th section,
.anniv40th footer {
  display: block;
}
.anniv40th ul, .anniv40th ol {
  list-style: none;
}
.anniv40th a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.anniv40th img {
  border: none;
  vertical-align: bottom;
}
.anniv40th button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
.anniv40th sup,
.anniv40th sub {
  font-size: 70%;
}
@media (min-width: 801px) {
  .anniv40th .is-sp {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .anniv40th img {
    width: 100%;
  }
  .anniv40th .is-pc {
    display: none !important;
  }
}

.an40-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #009944;
  background: #fff;
}
@media (min-width: 801px) {
  .an40-header {
    padding: 0 20px;
  }
  .an40-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    height: 70px;
  }
  .an40-header__logo {
    padding-top: 5px;
  }
}
@media (max-width: 800px) {
  .an40-header {
    padding: 0 4vw;
  }
  .an40-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12.5vw;
  }
  .an40-header__logo {
    padding-top: 1.25vw;
    width: 43.5vw;
  }
  .an40-header__40th {
    width: 12.75vw;
  }
}

.an40-footer {
  position: relative;
  z-index: 3;
  background: #fff;
}
.an40-footer__copyright {
  background: url("/library/kyousai/kokumin/40th/images/ft_bg_03.png") top right 50px/120px 45px no-repeat, url("/library/kyousai/kokumin/40th/images/ft_bg_02.png") top left 50px/95px 45px no-repeat, url("/library/kyousai/kokumin/40th/images/ft_bg_01.png") top 0px left/1px 45px repeat-x;
  text-align: center;
}
@media (min-width: 801px) {
  .an40-footer {
    padding: 80px 0 30px;
  }
  .an40-footer__pagetop {
    position: absolute;
    top: 30px;
    right: 42px;
  }
  .an40-footer__pagetop a {
    display: block;
    padding-top: 66px;
    width: 67px;
    height: 115px;
    background: url("/library/kyousai/kokumin/40th/images/ft_btn_02.png") no-repeat;
    text-align: center;
    font-size: 12px;
    line-height: 1.1667;
    color: #009944;
  }
  .an40-footer__pagetop a:hover {
    text-decoration: underline;
  }
  .an40-footer__btn {
    margin: 0 auto 22px;
    padding: 0 20px;
    max-width: 1140px;
  }
  .an40-footer__copyright {
    padding-top: 40px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .an40-footer {
    padding: 7.5vw 0 5vw;
  }
  .an40-footer__pagetop {
    display: none;
  }
  .an40-footer__btn {
    padding: 0 6.75vw;
    text-align: right;
  }
  .an40-footer__btn img {
    width: 43.25vw;
  }
  .an40-footer__copyright {
    padding-top: 55px;
    font-size: 3.25vw;
  }
}

.an40-order {
  position: relative;
  z-index: 2;
}

.an40-shadow,
.slick-arrow,
.slick-dots {
  background: #fff;
}
.an40-shadow.is-green,
.slick-arrow.is-green,
.slick-dots.is-green {
  background: #E5F5EC;
}
.an40-shadow.is-yellow,
.slick-arrow.is-yellow,
.slick-dots.is-yellow {
  background: #FFFFE4;
}
@media (min-width: 801px) {
  .an40-shadow,
.slick-arrow,
.slick-dots {
    -webkit-box-shadow: 0px 0px 10px 10px #fff;
            box-shadow: 0px 0px 10px 10px #fff;
  }
  .an40-shadow.is-green,
.slick-arrow.is-green,
.slick-dots.is-green {
    -webkit-box-shadow: 0px 0px 10px 10px #E5F5EC;
            box-shadow: 0px 0px 10px 10px #E5F5EC;
  }
  .an40-shadow.is-yellow,
.slick-arrow.is-yellow,
.slick-dots.is-yellow {
    -webkit-box-shadow: 0px 0px 10px 10px #FFFFE4;
            box-shadow: 0px 0px 10px 10px #FFFFE4;
  }
}
@media (max-width: 800px) {
  .an40-shadow,
.slick-arrow,
.slick-dots {
    -webkit-box-shadow: 0px 0px 5px 5px #fff;
            box-shadow: 0px 0px 5px 5px #fff;
  }
  .an40-shadow.is-green,
.slick-arrow.is-green,
.slick-dots.is-green {
    -webkit-box-shadow: 0px 0px 5px 5px #E5F5EC;
            box-shadow: 0px 0px 5px 5px #E5F5EC;
  }
  .an40-shadow.is-yellow,
.slick-arrow.is-yellow,
.slick-dots.is-yellow {
    -webkit-box-shadow: 0px 0px 5px 5px #FFFFE4;
            box-shadow: 0px 0px 5px 5px #FFFFE4;
  }
}

span.an40-shadow {
  display: inline-block;
}

.an40-btn-next {
  text-align: center;
}
.an40-btn-next a {
  position: relative;
  border-radius: 50vw;
  background: #009944;
  font-weight: bold;
  color: #fff;
}
.an40-btn-next a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  border: solid #fff;
  width: 0.5em;
  height: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 801px) {
  .an40-btn-next a {
    width: 350px;
    font-size: 20px;
    line-height: 60px;
  }
  .an40-btn-next a::after {
    border-width: 2px 2px 0 0;
  }
}
@media (max-width: 800px) {
  .an40-btn-next a {
    width: 100%;
    max-width: 87.5vw;
    font-size: 5vw;
    line-height: 15vw;
  }
  .an40-btn-next a::after {
    border-width: 0.5vw 0.5vw 0 0;
  }
}

.an40-btn-back {
  text-align: center;
}
.an40-btn-back a {
  position: relative;
  border: solid #009944;
  border-radius: 50vw;
  background: #fff;
  font-weight: bold;
  color: #009944;
}
.an40-btn-back a::before {
  position: absolute;
  top: 50%;
  left: 0.8em;
  border: solid #009944;
  width: 0.5em;
  height: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 801px) {
  .an40-btn-back a {
    border-width: 2px;
    width: 350px;
    font-size: 20px;
    line-height: 1.35em;
    padding: 1% 1%;
  }
  .an40-btn-back a::before {
    border-width: 2px 0 0 2px;
  }
}
@media (max-width: 800px) {
  .lh-mulch {
    line-height: 7vw !important;
  }
  .an40-btn-back a {
    border-width: 0.5vw;
    width: 100%;
    max-width: 87.5vw;
    font-size: 5vw;
    line-height: 14vw;
    padding: 2.5% 2%;
  }
  .an40-btn-back a::before {
    border-width: 0.5vw 0 0 0.5vw;
  }
}

.an40__hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 801px) {
  .an40__hover:hover {
    opacity: 0.7;
  }
}
.an40__hdg {
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.an40__hdg span {
  position: relative;
}
.an40__hdg span::before, .an40__hdg span::after {
  position: absolute;
  top: 50%;
  border: solid #009944;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.an40__hdg span::before {
  left: 0;
}
.an40__hdg span::after {
  right: 0;
}
@media (min-width: 801px) {
  .an40__hdg {
    padding-top: 90px;
  }
  .an40__hdg span {
    padding: 0 130px;
    font-size: 32px;
  }
  .an40__hdg span::before, .an40__hdg span::after {
    border-width: 2px 0 0;
    width: 110px;
  }
}
@media (max-width: 800px) {
  .an40__hdg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-top: 16.25vw;
    width: 88.75vw;
    overflow: hidden;
  }
  .an40__hdg span {
    padding: 0 16.25vw;
    white-space: nowrap;
    font-size: 6vw;
  }
  .an40__hdg span::before, .an40__hdg span::after {
    border-width: 0.5vw 0 0;
    width: 12.5vw;
  }
}

.an40__msg {
  text-align: center;
}
.an40__msg strong {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 801px) {
  .an40__msg {
    margin: 15px 0 32px;
    font-size: 20px;
    line-height: 1.8;
  }
  .an40__msg strong {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .an40__msg {
    margin: 3.75vw 0 8vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40__msg strong {
    margin-bottom: 2.5vw;
    font-size: 5.5vw;
  }
}

.an40-confetti {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 801px) {
  .an40-confetti span {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 800px) {
  .an40-confetti span {
    width: 1.75vw;
    height: 1.75vw;
  }
}

.an40-confetti span {
  position: absolute;
  top: -10%;
}
.an40-confetti span:nth-child(1) {
  left: 0%;
}
.an40-confetti span:nth-child(2) {
  left: 1%;
}
.an40-confetti span:nth-child(3) {
  left: 2%;
}
.an40-confetti span:nth-child(4) {
  left: 3%;
}
.an40-confetti span:nth-child(5) {
  left: 4%;
}
.an40-confetti span:nth-child(6) {
  left: 5%;
}
.an40-confetti span:nth-child(7) {
  left: 6%;
}
.an40-confetti span:nth-child(8) {
  left: 7%;
}
.an40-confetti span:nth-child(9) {
  left: 8%;
}
.an40-confetti span:nth-child(10) {
  left: 9%;
}
.an40-confetti span:nth-child(11) {
  left: 10%;
}
.an40-confetti span:nth-child(12) {
  left: 11%;
}
.an40-confetti span:nth-child(13) {
  left: 12%;
}
.an40-confetti span:nth-child(14) {
  left: 13%;
}
.an40-confetti span:nth-child(15) {
  left: 14%;
}
.an40-confetti span:nth-child(16) {
  left: 15%;
}
.an40-confetti span:nth-child(17) {
  left: 16%;
}
.an40-confetti span:nth-child(18) {
  left: 17%;
}
.an40-confetti span:nth-child(19) {
  left: 18%;
}
.an40-confetti span:nth-child(20) {
  left: 19%;
}
.an40-confetti span:nth-child(21) {
  left: 20%;
}
.an40-confetti span:nth-child(22) {
  left: 21%;
}
.an40-confetti span:nth-child(23) {
  left: 22%;
}
.an40-confetti span:nth-child(24) {
  left: 23%;
}
.an40-confetti span:nth-child(25) {
  left: 24%;
}
.an40-confetti span:nth-child(26) {
  left: 25%;
}
.an40-confetti span:nth-child(27) {
  left: 26%;
}
.an40-confetti span:nth-child(28) {
  left: 27%;
}
.an40-confetti span:nth-child(29) {
  left: 28%;
}
.an40-confetti span:nth-child(30) {
  left: 29%;
}
.an40-confetti span:nth-child(31) {
  left: 30%;
}
.an40-confetti span:nth-child(32) {
  left: 31%;
}
.an40-confetti span:nth-child(33) {
  left: 32%;
}
.an40-confetti span:nth-child(34) {
  left: 33%;
}
.an40-confetti span:nth-child(35) {
  left: 34%;
}
.an40-confetti span:nth-child(36) {
  left: 35%;
}
.an40-confetti span:nth-child(37) {
  left: 36%;
}
.an40-confetti span:nth-child(38) {
  left: 37%;
}
.an40-confetti span:nth-child(39) {
  left: 38%;
}
.an40-confetti span:nth-child(40) {
  left: 39%;
}
.an40-confetti span:nth-child(41) {
  left: 40%;
}
.an40-confetti span:nth-child(42) {
  left: 41%;
}
.an40-confetti span:nth-child(43) {
  left: 42%;
}
.an40-confetti span:nth-child(44) {
  left: 43%;
}
.an40-confetti span:nth-child(45) {
  left: 44%;
}
.an40-confetti span:nth-child(46) {
  left: 45%;
}
.an40-confetti span:nth-child(47) {
  left: 46%;
}
.an40-confetti span:nth-child(48) {
  left: 47%;
}
.an40-confetti span:nth-child(49) {
  left: 48%;
}
.an40-confetti span:nth-child(50) {
  left: 49%;
}
.an40-confetti span:nth-child(51) {
  left: 50%;
}
.an40-confetti span:nth-child(52) {
  left: 51%;
}
.an40-confetti span:nth-child(53) {
  left: 52%;
}
.an40-confetti span:nth-child(54) {
  left: 53%;
}
.an40-confetti span:nth-child(55) {
  left: 54%;
}
.an40-confetti span:nth-child(56) {
  left: 55%;
}
.an40-confetti span:nth-child(57) {
  left: 56%;
}
.an40-confetti span:nth-child(58) {
  left: 57%;
}
.an40-confetti span:nth-child(59) {
  left: 58%;
}
.an40-confetti span:nth-child(60) {
  left: 59%;
}
.an40-confetti span:nth-child(61) {
  left: 60%;
}
.an40-confetti span:nth-child(62) {
  left: 61%;
}
.an40-confetti span:nth-child(63) {
  left: 62%;
}
.an40-confetti span:nth-child(64) {
  left: 63%;
}
.an40-confetti span:nth-child(65) {
  left: 64%;
}
.an40-confetti span:nth-child(66) {
  left: 65%;
}
.an40-confetti span:nth-child(67) {
  left: 66%;
}
.an40-confetti span:nth-child(68) {
  left: 67%;
}
.an40-confetti span:nth-child(69) {
  left: 68%;
}
.an40-confetti span:nth-child(70) {
  left: 69%;
}
.an40-confetti span:nth-child(71) {
  left: 70%;
}
.an40-confetti span:nth-child(72) {
  left: 71%;
}
.an40-confetti span:nth-child(73) {
  left: 72%;
}
.an40-confetti span:nth-child(74) {
  left: 73%;
}
.an40-confetti span:nth-child(75) {
  left: 74%;
}
.an40-confetti span:nth-child(76) {
  left: 75%;
}
.an40-confetti span:nth-child(77) {
  left: 76%;
}
.an40-confetti span:nth-child(78) {
  left: 77%;
}
.an40-confetti span:nth-child(79) {
  left: 78%;
}
.an40-confetti span:nth-child(80) {
  left: 79%;
}
.an40-confetti span:nth-child(81) {
  left: 80%;
}
.an40-confetti span:nth-child(82) {
  left: 81%;
}
.an40-confetti span:nth-child(83) {
  left: 82%;
}
.an40-confetti span:nth-child(84) {
  left: 83%;
}
.an40-confetti span:nth-child(85) {
  left: 84%;
}
.an40-confetti span:nth-child(86) {
  left: 85%;
}
.an40-confetti span:nth-child(87) {
  left: 86%;
}
.an40-confetti span:nth-child(88) {
  left: 87%;
}
.an40-confetti span:nth-child(89) {
  left: 88%;
}
.an40-confetti span:nth-child(90) {
  left: 89%;
}
.an40-confetti span:nth-child(91) {
  left: 90%;
}
.an40-confetti span:nth-child(92) {
  left: 91%;
}
.an40-confetti span:nth-child(93) {
  left: 92%;
}
.an40-confetti span:nth-child(94) {
  left: 93%;
}
.an40-confetti span:nth-child(95) {
  left: 94%;
}
.an40-confetti span:nth-child(96) {
  left: 95%;
}
.an40-confetti span:nth-child(97) {
  left: 96%;
}
.an40-confetti span:nth-child(98) {
  left: 97%;
}
.an40-confetti span:nth-child(99) {
  left: 98%;
}
.an40-confetti span:nth-child(100) {
  left: 99%;
}
.an40-confetti span:nth-child(5n+1) {
  background: #EF856D;
}
.an40-confetti span:nth-child(5n+2) {
  background: #80CDE3;
}
.an40-confetti span:nth-child(5n+3) {
  background: #FFF462;
}
.an40-confetti span:nth-child(5n+4) {
  background: #A9CF52;
}
.an40-confetti span:nth-child(5n+5) {
  background: #fff;
}
.an40-confetti span:nth-child(2n+1) {
  -webkit-animation: confetti-anim-1 10s 0s linear infinite;
          animation: confetti-anim-1 10s 0s linear infinite;
}
.an40-confetti span:nth-child(2n+2) {
  -webkit-animation: confetti-anim-2 10s 0s linear infinite;
          animation: confetti-anim-2 10s 0s linear infinite;
}

@-webkit-keyframes confetti-anim-1 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(-60deg) rotateZ(0);
            transform: translateX(0) rotateX(-60deg) rotateZ(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(20vw) rotateX(60deg) rotateZ(360deg);
            transform: translateX(20vw) rotateX(60deg) rotateZ(360deg);
  }
}

@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(-60deg) rotateZ(0);
            transform: translateX(0) rotateX(-60deg) rotateZ(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(20vw) rotateX(60deg) rotateZ(360deg);
            transform: translateX(20vw) rotateX(60deg) rotateZ(360deg);
  }
}
@-webkit-keyframes confetti-anim-2 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateZ(0);
            transform: translateX(0) rotateX(0) rotateZ(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-20vw) rotateX(-120deg) rotateZ(-360deg);
            transform: translateX(-20vw) rotateX(-120deg) rotateZ(-360deg);
  }
}
@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    -webkit-transform: translateX(0) rotateX(0) rotateZ(0);
            transform: translateX(0) rotateX(0) rotateZ(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-20vw) rotateX(-120deg) rotateZ(-360deg);
            transform: translateX(-20vw) rotateX(-120deg) rotateZ(-360deg);
  }
}
.an40-confetti span:nth-child(4n+1) {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.an40-confetti span:nth-child(4n+2) {
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.an40-confetti span:nth-child(4n+3) {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.an40-confetti span:nth-child(4n+4) {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.an40-confetti span:nth-child(11n+1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.an40-confetti span:nth-child(11n+2) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.an40-confetti span:nth-child(11n+3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.an40-confetti span:nth-child(11n+4) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.an40-confetti span:nth-child(11n+5) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.an40-confetti span:nth-child(11n+6) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.an40-confetti span:nth-child(11n+7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.an40-confetti span:nth-child(11n+8) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.an40-confetti span:nth-child(11n+9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.an40-confetti span:nth-child(11n+10) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.an40-confetti span:nth-child(11n+11) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes bg01-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1168px;
  }
}

@keyframes bg01-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1168px;
  }
}
@-webkit-keyframes bg02-pc {
  0% {
    background-position: 0 -136px;
  }
  100% {
    background-position: 0 1032px;
  }
}
@keyframes bg02-pc {
  0% {
    background-position: 0 -136px;
  }
  100% {
    background-position: 0 1032px;
  }
}
@-webkit-keyframes bg03-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1168px;
  }
}
@keyframes bg03-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1168px;
  }
}
@-webkit-keyframes bg01-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 166.5vw;
  }
}
@keyframes bg01-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 166.5vw;
  }
}
@-webkit-keyframes bg02-sp {
  0% {
    background-position: 0 -19.25vw;
  }
  100% {
    background-position: 0 147.25vw;
  }
}
@keyframes bg02-sp {
  0% {
    background-position: 0 -19.25vw;
  }
  100% {
    background-position: 0 147.25vw;
  }
}
@-webkit-keyframes bg03-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 166.5vw;
  }
}
@keyframes bg03-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 166.5vw;
  }
}
.an40-kv {
  overflow: hidden;
}
.an40-kv__block--01 {
  text-align: center;
}
.an40-kv__block--01 em {
  font-weight: bold;
  color: #009944;
}
.an40-kv__hdg {
  padding-right: 1em;
  text-align: center;
}
.an40-kv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
}
.an40-kv__bg div {
  background-repeat: repeat-y;
  background-size: 100%;
}
.an40-kv__bg--01 {
  background-image: url("/library/kyousai/kokumin/40th/images/kv_bg_04.jpg");
}
.an40-kv__bg--02 {
  background-image: url("/library/kyousai/kokumin/40th/images/kv_bg_02.jpg");
}
.an40-kv__bg--03 {
  background-image: url("/library/kyousai/kokumin/40th/images/kv_bg_03.jpg");
}
@media (min-width: 801px) {
  .an40-kv {
    position: relative;
    padding: 0 20px;
  }
  .an40-kv__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1166px;
    height: 698px;
  }
  .an40-kv__block--01 {
    font-size: 26px;
  }
  .an40-kv__txt {
    margin-top: 16px;
    line-height: 1.8461538462;
  }
  .an40-kv__bg {
    margin-left: 320px;
    width: 619px;
    height: 1000px;
  }
  .an40-kv__bg div {
    width: 193px;
  }
  .an40-kv__bg--01 {
    -webkit-animation: bg01-pc 39s linear infinite;
            animation: bg01-pc 39s linear infinite;
  }
  .an40-kv__bg--02 {
    -webkit-animation: bg02-pc 39s linear infinite;
            animation: bg02-pc 39s linear infinite;
  }
  .an40-kv__bg--03 {
    -webkit-animation: bg03-pc 39s linear infinite;
            animation: bg03-pc 39s linear infinite;
  }
}
@media (max-width: 800px) {
  .an40-kv__block--01 {
    padding: 12.5vw 0 11vw;
    font-size: 4.5vw;
  }
  .an40-kv__block--02 {
    position: relative;
    height: 52.5vw;
    overflow: hidden;
  }
  .an40-kv__hdg img {
    width: 52.25vw;
  }
  .an40-kv__txt {
    margin-top: 5vw;
    padding-left: 0.5em;
    line-height: 1.8333333333;
    text-align: center;
  }
  .an40-kv__bg {
    width: 88.5vw;
    height: 100vw;
  }
  .an40-kv__bg div {
    width: 27.5vw;
  }
  .an40-kv__bg--01 {
    -webkit-animation: bg01-sp 33s linear infinite;
            animation: bg01-sp 33s linear infinite;
  }
  .an40-kv__bg--02 {
    -webkit-animation: bg02-sp 33s linear infinite;
            animation: bg02-sp 33s linear infinite;
  }
  .an40-kv__bg--03 {
    -webkit-animation: bg03-sp 33s linear infinite;
            animation: bg03-sp 33s linear infinite;
  }
}

.an40-intro {
  background: #E5F5EC;
  overflow: hidden;
}
.an40-intro__hdg {
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.an40-intro__hdg span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.an40-intro__hdg span::after {
  position: absolute;
  bottom: -0.2em;
  left: -0.25em;
  z-index: -1;
  width: 100%;
  background: #FFFFE4;
  content: "";
}
.an40-intro .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.an40-intro .slick-slide {
  height: auto !important;
}
.an40-intro .slick-arrow {
  position: absolute;
  z-index: 2;
  border: solid #009944;
  font-size: 0;
}
.an40-intro .slick-arrow.slick-prev {
  right: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.an40-intro .slick-arrow.slick-next {
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.an40-intro .slick-dots {
  position: absolute;
  left: 50%;
  z-index: 1;
  text-align: center;
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.an40-intro .slick-dots li {
  display: inline-block;
}
.an40-intro .slick-dots li button {
  border-radius: 50vw;
  background: #FFFFE4;
}
.an40-intro .slick-dots li.slick-active button {
  background: #009944;
}
/* .an40-shadow.is-green, .slick-arrow.is-green, .slick-dots.is-green {
  text-align: center;
} */
@media (min-width: 801px) {
  .an40-intro {
    padding: 60px 0 68px;
  }
  .an40-intro__hdg {
    font-size: 28px;
  }
  .an40-intro__hdg span::after {
    height: 10px;
  }
  .an40-intro__txt, .an40-intro__txt p {
    font-size: 20px;
    line-height: 1.8;
    text-align: center !important;
  }
  .an40-intro .slick-track {
    height: 326px;
  }
  .an40-intro .slick-arrow {
    bottom: -36px;
    width: 16px;
    height: 16px;
  }
  .an40-intro .slick-arrow.slick-prev {
    margin-right: 64px;
    border-width: 3px 0 0 3px;
  }
  .an40-intro .slick-arrow.slick-next {
    margin-left: 64px;
    border-width: 3px 3px 0 0;
  }
  .an40-intro .slick-dots {
    bottom: -36px;
  }
  .an40-intro .slick-dots li button {
    margin: 0 8px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 800px) {
  .an40-intro {
    padding: 10.5vw 0 15vw;
  }
  .an40-intro__hdg {
    font-size: 6.25vw;
  }
  .an40-intro__hdg span::after {
    height: 2.5vw;
  }
  .an40-intro__txt, .an40-intro__txt p {
    font-size: 4vw;
    line-height: 1.8125;
    text-align: center !important;
  }
  .an40-intro .slick-track {
    height: 103.5vw;
  }
  .an40-intro .slick-arrow {
    bottom: -7.5vw;
    width: 4vw;
    height: 4vw;
  }
  .an40-intro .slick-arrow.slick-prev {
    margin-right: 16vw;
    border-width: 0.75vw 0 0 0.75vw;
  }
  .an40-intro .slick-arrow.slick-next {
    margin-left: 16vw;
    border-width: 0.75vw 0.75vw 0 0;
  }
  .an40-intro .slick-dots {
    bottom: -7.5vw;
  }
  .an40-intro .slick-dots li button {
    margin: 0 2vw;
    width: 4vw;
    height: 4vw;
  }
}

.an40-navi__body {
  background: #FFFFE4;
}
.an40-navi__msg {
  text-align: center;
  font-weight: bold;
}
.an40-navi__msg em {
  color: #009944;
}
.an40-navi__btn a {
  position: relative;
  border-style: solid;
  border-color: #009944;
  background: #fff;
  font-weight: bold;
}
.an40-navi__btn a::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1.4em;
  height: 1.4em;
  background: url("/library/kyousai/kokumin/40th/images/nav_arrow_01.svg") no-repeat center center;
  background-size: contaion;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.an40-navi__btn a dt {
  color: #009944;
}
.an40-navi__btn a + a {
  border-color: #72B842;
}
.an40-navi__btn a + a::after {
  background-image: url("/library/kyousai/kokumin/40th/images/nav_arrow_02.svg");
}
.an40-navi__btn a + a dt {
  color: #72B842;
}
.an40-navi__btn dt {
  text-align: center;
}
.an40-navi__btn dd {
  display: table;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .an40-navi__head {
    padding: 34px 0;
  }
  .an40-navi__body {
    padding: 40px 0;
  }
  .an40-navi__msg {
    font-size: 20px;
    line-height: 1.8;
  }
  .an40-navi__msg em {
    font-size: 24px;
  }
  .an40-navi__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 860px;
  }
  .an40-navi__btn a {
    padding: 9px 0;
    border-width: 5px;
    border-radius: 10px;
    width: 410px;
  }
  .an40-navi__btn dt {
    margin-bottom: 6px;
    font-size: 28px;
  }
  .an40-navi__btn dd {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media (max-width: 800px) {
  .an40-navi__head {
    padding: 7.5vw 0;
  }
  .an40-navi__body {
    padding: 10vw 0;
  }
  .an40-navi__msg {
    font-size: 4vw;
    line-height: 1.75;
  }
  .an40-navi__msg em {
    font-size: 5vw;
  }
  .an40-navi__btn {
    padding: 0 5.625vw;
  }
  .an40-navi__btn a {
    padding: 2vw 0;
    border-width: 1.25vw;
    border-radius: 2.5vw;
    width: 100%;
  }
  .an40-navi__btn a ~ a {
    margin-top: 7.5vw;
  }
  .an40-navi__btn dt {
    margin-bottom: 1.25vw;
    font-size: 6vw;
  }
  .an40-navi__btn dd {
    font-size: 3.75vw;
    line-height: 1.4666666667;
  }
}

.an40-everyone-history {
  background: #E5FFC1;
}
.an40-everyone-history__hdg {
  text-align: center;
}
.an40-everyone-history__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFE4;
}
.an40-everyone-history__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.an40-everyone-history__box dl::before {
  position: absolute;
  top: 0;
  z-index: 0;
  border: solid #009944;
  height: 100%;
  content: "";
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.an40-everyone-history__box dl::after {
  position: absolute;
  bottom: 0;
  background: url("/library/kyousai/kokumin/40th/images/evo_arrow.svg") no-repeat center bottom;
  background-size: 100%;
  content: "";
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.an40-everyone-history__box dl dt {
  position: relative;
  text-align: right;
}
.an40-everyone-history__box dl dt::after {
  position: absolute;
  border: solid #009944;
  border-radius: 50vw;
  background: #fff;
  content: "";
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.an40-everyone-history__box em {
  font-weight: bold;
}
@media (min-width: 801px) {
  .an40-everyone-history {
    margin: 0 auto;
    padding: 35px 0 40px;
    border-radius: 10px;
    width: 960px;
  }
  .an40-everyone-history__box {
    margin: 26px auto 40px;
    padding: 40px 0 20px;
    border-radius: 10px;
    width: 700px;
  }
  .an40-everyone-history__box dl {
    padding-bottom: 5px;
  }
  .an40-everyone-history__box dl::before, .an40-everyone-history__box dl::after {
    right: calc(77% + 25px);
  }
  .an40-everyone-history__box dl::before {
    border-width: 0 3px 0 0;
  }
  .an40-everyone-history__box dl::after {
    width: 23px;
    height: 27px;
  }
  .an40-everyone-history__box dl dt {
    margin-bottom: 33px;
    padding-top: 2px;
    padding-right: 48px;
    width: 23%;
  }
  .an40-everyone-history__box dl dt::after {
    top: 2px;
    right: 25px;
    border-width: 4px;
    width: 20px;
    height: 20px;
  }
  .an40-everyone-history__box dl dt.is-em::after {
    top: -1px;
    width: 27px;
    height: 27px;
  }
  .an40-everyone-history__box dl dd {
    margin-bottom: 33px;
    width: 77%;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .an40-everyone-history {
    margin: 0 5.625vw;
    padding: 10vw 3vw;
    border-radius: 2.5vw;
  }
  .an40-everyone-history__hdg img {
    width: 60.75vw;
  }
  .an40-everyone-history__box {
    margin: 6.25vw 0 7.5vw;
    padding: 6.25vw 0 3.75vw;
  }
  .an40-everyone-history__box dl {
    padding-bottom: 2vw;
  }
  .an40-everyone-history__box dl::before, .an40-everyone-history__box dl::after {
    right: calc(65% + 5.5vw);
  }
  .an40-everyone-history__box dl::before {
    border-width: 0 0.75vw 0 0;
  }
  .an40-everyone-history__box dl::after {
    width: 4.25vw;
    height: 5vw;
  }
  .an40-everyone-history__box dl dt {
    margin-bottom: 4vw;
    padding-top: 0.5vw;
    padding-right: 10vw;
    width: 35%;
  }
  .an40-everyone-history__box dl dt::after {
    top: 1vw;
    right: 5.5vw;
    border-width: 1vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .an40-everyone-history__box dl dt.is-em::after {
    top: 0;
    width: 5vw;
    height: 5vw;
  }
  .an40-everyone-history__box dl dt.is-em img {
    width: 11.25vw;
  }
  .an40-everyone-history__box dl dt img {
    width: 9.5vw;
  }
  .an40-everyone-history__box dl dd {
    margin-bottom: 4vw;
    width: 65%;
    font-size: 3.5vw;
    line-height: 1.5714285714;
  }
}

.an40-everyone-result {
  background: #FFFFE4;
}
.an40-everyone-result__hdg {
  background-image: url("/library/kyousai/kokumin/40th/images/evo_bg_01.png"), url("/library/kyousai/kokumin/40th/images/evo_bg_02.png");
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}
.an40-everyone-result__list dl {
  border: solid #009944;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.an40-everyone-result__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  background: #009944;
  font-weight: bold;
  color: #fff;
}
.an40-everyone-result__list dl dt::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #009944 transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 801px) {
  .an40-everyone-result {
    margin: 60px auto 0;
    padding-bottom: 60px;
    border-radius: 10px;
    width: 960px;
  }
  .an40-everyone-result__hdg {
    margin: 0 auto;
    padding-top: 47px;
    width: 840px;
    height: 180px;
    background-position: left 17px, right 17px;
  }
  .an40-everyone-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 840px;
  }
  .an40-everyone-result__list dl {
    padding-bottom: 22px;
    border-width: 3px;
    border-radius: 10px;
    width: 400px;
  }
  .an40-everyone-result__list dl dt {
    height: 65px;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .an40-everyone-result__list dl dt::after {
    border-width: 10px 9px 0 9px;
  }
  .an40-everyone-result__list dl dt + dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 18px 0 12px;
    height: 137px;
  }
  .an40-everyone-result__list dl dd + dd {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .an40-everyone-result {
    margin: 10vw 5.625vw 0;
    padding: 0 3vw 10vw;
    border-radius: 2.5vw;
  }
  .an40-everyone-result__hdg {
    padding-top: 21.25vw;
    height: 48.5vw;
    background-position: 13.25vw 3.25vw, 41.5vw 2.25vw;
    background-size: 28.75vw, 26.75vw;
  }
  .an40-everyone-result__hdg img {
    width: 66vw;
  }
  .an40-everyone-result__list dl {
    padding-bottom: 6.5vw;
    border-width: 0.75vw;
    border-radius: 2.5vw;
    width: 100%;
  }
  .an40-everyone-result__list dl ~ dl {
    margin-top: 5vw;
  }
  .an40-everyone-result__list dl dt {
    height: 17.5vw;
    font-size: 4.5vw;
    line-height: 1.3333333333;
    text-align: center;
  }
  .an40-everyone-result__list dl dt::after {
    border-width: 3vw 2.75vw 0 2.75vw;
  }
  .an40-everyone-result__list dl dt + dd {
    margin: 8vw 0 3.5vw;
    text-align: center;
  }
  .an40-everyone-result__list dl dt + dd img {
    width: 67.5vw;
  }
  .an40-everyone-result__list dl dd + dd {
    font-size: 4vw;
    text-align: center;
  }
}

.an40-everyone-voice .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.an40-everyone-voice .slick-slide {
  height: auto !important;
}
.an40-everyone-voice button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  border: 0.25vw solid #FF9D00;
  border-radius: 50vw;
  width: 8vw;
  height: 8vw;
  background: #fff;
  font-size: 0;
}
.an40-everyone-voice button.slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #FF9D00;
  border-width: 0.5vw 0.5vw 0 0;
  width: 2.25vw;
  height: 2.25vw;
  content: "";
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.an40-everyone-voice button.slick-arrow.slick-prev {
  left: 5vw;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.an40-everyone-voice button.slick-arrow.slick-next {
  right: 5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.an40-everyone-voice__hdg {
  text-align: center;
  font-weight: bold;
}
.an40-everyone-voice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.an40-everyone-voice dl dt {
  font-weight: bold;
  color: #FF9D00;
}
.an40-everyone-voice dl dt + dd {
  text-align: center;
}
.an40-everyone-voice dl dt + dd small {
  display: block;
}
.an40-everyone-voice dl em {
  color: #FF9D00;
}
@media (min-width: 801px) {
  .an40-everyone-voice {
    margin: 60px auto 0;
    width: 960px;
  }
  .an40-everyone-voice__hdg {
    margin-bottom: 30px;
    font-size: 27px;
  }
  .an40-everyone-voice__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .an40-everyone-voice__item {
    border: 1px solid #FF9D00;
    border-radius: 10px;
    width: 470px;
    background: #fff;
  }
  .an40-everyone-voice__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .an40-everyone-voice dl {
    padding: 16px 5px 12px 19px;
  }
  .an40-everyone-voice dl dt {
    margin-bottom: 14px;
    width: 100%;
    font-size: 17px;
    line-height: 1.4117647059;
  }
  .an40-everyone-voice dl dt + dd {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
  }
  .an40-everyone-voice dl dd + dd {
    width: 312px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 800px) {
  .an40-everyone-voice {
    margin-top: 15vw;
  }
  .an40-everyone-voice .slick-slide {
    margin: 0 8.75vw;
    border: 0.5vw solid #FF9D00;
    border-radius: 2.5vw;
    background: #fff;
  }
  .an40-everyone-voice__hdg {
    margin-bottom: 7.5vw;
    font-size: 6vw;
  }
  .an40-everyone-voice dl {
    padding: 5vw 0 5vw 5vw;
  }
  .an40-everyone-voice dl dt {
    font-size: 4.75vw;
    line-height: 1.5;
  }
  .an40-everyone-voice dl dt + dd {
    padding-right: 2.5vw;
    font-size: 2.5vw;
  }
  .an40-everyone-voice dl dt + dd img {
    width: 21.25vw;
  }
  .an40-everyone-voice dl dd + dd {
    margin-top: 3vw;
    padding-right: 5vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}

.an40-everyone-interview__hdg {
  text-align: center;
  font-weight: bold;
}
.an40-everyone-interview__box {
  position: relative;
  border: solid #009944;
  background: #FFFFE4;
}
.an40-everyone-interview__badge {
  position: absolute;
}
.an40-everyone-interview__txt {
  font-weight: bold;
}
@media (min-width: 801px) {
  .an40-everyone-interview {
    margin-top: 73px;
  }
  .an40-everyone-interview__hdg {
    font-size: 27px;
  }
  .an40-everyone-interview__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px auto 0;
    padding: 23px;
    border-width: 1px;
    border-radius: 10px;
    width: 762px;
  }
  .an40-everyone-interview__badge {
    top: -23px;
    left: -37px;
  }
  .an40-everyone-interview__img {
    margin-right: 20px;
  }
  .an40-everyone-interview__txt {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5454545455;
  }
  .an40-everyone-interview .an40-btn-next {
    float: left;
  }
  .an40-everyone-interview .an40-btn-next a {
    width: 268px;
    font-size: 15px;
    line-height: 46px;
  }
}
@media (max-width: 800px) {
  .an40-everyone-interview {
    margin-top: 10vw;
  }
  .an40-everyone-interview__hdg {
    font-size: 6vw;
  }
  .an40-everyone-interview__box {
    margin: 7.5vw 5.625vw 0;
    padding: 9.5vw 2.75vw 8.25vw;
    border-width: 0.5vw;
    border-radius: 2.5vw;
  }
  .an40-everyone-interview__badge {
    top: 13.25vw;
    left: 6.25vw;
    width: 37.5vw;
  }
  .an40-everyone-interview__txt {
    margin: 6vw 0 8.5vw !important;
    text-align: center;
    font-size: 5vw;
    line-height: 1.5;
  }
}

.an40-work__sec {
  position: relative;
}
.an40-work__check {
  position: absolute;
}
.an40-work__hdg {
  background: #009944;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 801px) {
  .an40-work {
    padding-bottom: 90px;
  }
  .an40-work__inner {
    margin: 0 auto;
    width: 960px;
  }
  .an40-work__sec {
    padding-bottom: 40px;
    border-radius: 10px;
  }
  .an40-work__sec ~ .an40-work__sec {
    margin-top: 60px;
  }
  .an40-work__check {
    top: 0;
    left: -35px;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  .an40-work__hdg {
    padding: 22px 0;
    border-radius: 10px 10px 0 0;
    letter-spacing: -0.02em;
    font-size: 27px;
  }
}
@media (max-width: 800px) {
  .an40-work {
    padding-bottom: 15vw;
  }
  .an40-work__inner {
    padding: 5.75vw 5.625vw 0;
  }
  .an40-work__sec {
    padding-bottom: 10vw;
    border-radius: 2.5vw;
  }
  .an40-work__sec ~ .an40-work__sec {
    margin-top: 15vw;
  }
  .an40-work__check {
    top: -5.75vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .an40-work__check img {
    width: 39.5vw;
  }
  .an40-work__hdg {
    padding: 5.5vw 0;
    border-radius: 2.5vw 2.5vw 0 0;
    font-size: 4.5vw;
    line-height: 1.3333333333;
  }
}

.an40-work-support {
  background: #E5FFC1;
}
.an40-work-support__hdg {
  text-align: center;
}
.an40-work-support__img {
  overflow: hidden;
}
.an40-work-support__img img {
  margin-bottom: -5px;
}
.an40-work-support__list dl {
  border: solid #009944;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #009944;
}
.an40-work-support__list dl ~ dl {
  border-color: #72B842;
  color: #45B035;
}
@media (min-width: 801px) {
  .an40-work-support__hdg {
    margin: 40px 0 20px;
  }
  .an40-work-support__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto;
    width: 864px;
  }
  .an40-work-support__block > * {
    width: 422px;
  }
  .an40-work-support__txt {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6;
  }
  .an40-work-support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
    width: 864px;
  }
  .an40-work-support__list dl {
    padding: 30px 0 10px;
    border-width: 4px;
    border-radius: 15px;
    width: 422px;
  }
  .an40-work-support__list dl dt,
  .an40-work-support__list dl dd {
  text-align: center;
  }
  .an40-work-support__list dl dt + dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  }
  .an40-work-support__list dl dd {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
@media (max-width: 800px) {
  .an40-work-support__hdg {
    margin: 10vw 0 6.25vw;
  }
  .an40-work-support__hdg img {
    width: 75vw;
  }
  .an40-work-support__txt {
    margin-bottom: 4vw;
    padding: 0 3vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-work-support__img {
    text-align: center;
  }
  .an40-work-support__img img {
    width: 75vw;
  }
  .an40-work-support__list {
    padding: 0 3vw;
  }
  .an40-work-support__list dl {
    margin-bottom: 7.5vw;
    padding: 6.75vw 0;
    border-width: 0.75vw;
    border-radius: 2.5vw;
  }
  .an40-work-support__list dl ~ dl {
    margin-top: 7.5vw;
  }
  .an40-work-support__list dl dt,
  .an40-work-support__list dl dd {
  text-align: center;
  }
  .an40-work-support__list dl dt + dd {
    padding: 4vw 0;
  }
  .an40-work-support__list dl dd {
    font-size: 4.25vw;
    line-height: 1.4117647059;
  }
  .an40-work-support__list img {
    width: 75vw;
  }
  .an40-work-support .an40-btn-next {
    padding: 0 3vw;
  }
}

.an40-work-app {
  background: #FFFFE4;
}
.an40-work-app__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.an40-work-app__list li {
  background: #fff;
}
.an40-work-app__list p {
  font-weight: bold;
  color: #009944;
}
@media (min-width: 801px) {
  .an40-work-app__hdg {
    margin: 59px auto 0;
    width: 864px;
  }
  .an40-work-app__hdg h4 {
    margin-left: 26px;
  }
  .an40-work-app__txt {
    margin: 25px auto 23px;
    padding-right: 285px;
    width: 864px;
    font-size: 20px;
    line-height: 1.6;
  }
  .an40-work-app__img {
    position: relative;
    margin: 0 auto;
    width: 822px;
  }
  .an40-work-app__img img {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  .an40-work-app__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px !important;
    width: 864px;
  }
  .an40-work-app__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    width: 416px;
  }
  .an40-work-app__list p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.45;
  }
}
@media (max-width: 800px) {
  .an40-work-app__hdg {
    padding: 7.5vw 6.75vw 0;
  }
  .an40-work-app__hdg > img {
    width: 27.25vw;
  }
  .an40-work-app__hdg h4 {
    margin-left: 4.25vw;
  }
  .an40-work-app__hdg h4 img {
    width: 41.5vw;
  }
  .an40-work-app__txt {
    margin: 6.75vw 0 5.75vw;
    padding: 0 3vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-work-app__img {
    float: left;
    padding: 5.75vw 1vw 0 3vw;
    width: 50%;
  }
  .an40-work-app__list {
    float: right;
    padding: 0 3vw 7.5vw 1vw !important;
    width: 50%;
  }
  .an40-work-app__list li {
    padding: 2.5vw 0;
    border-radius: 2.5vw;
    text-align: center;
  }
  .an40-work-app__list li ~ li {
    margin-top: 2.5vw;
  }
  .an40-work-app__list p {
    margin-bottom: 1.25vw;
    letter-spacing: -0.03em;
    white-space: nowrap;
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: center;
  }
  .an40-work-app__list img {
    width: 24vw;
  }
  .an40-work-app .an40-btn-next {
    clear: both;
    padding: 0 3vw;
  }
}

.an40-work-event {
  background: #E5FFC1;
  text-align: center !important;
}
.an40-work-event__hdg h4 {
  font-weight: bold;
  color: #009944;
  text-align: center;
}
.an40-work-event__box {
  position: relative;
  background: #FFFFE4;
  font-weight: bold;
}
.an40-work-event__box p {
  text-align: center;
  }
.an40-work-event__box em {
  color: #FF9D00;
}
.an40-work-event__box li {
  position: absolute;
}
.an40-work-event__txt {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 801px) {
  .an40-work-event {
    padding-bottom: 40px;
  }
  .an40-work-event__hdg p {
    margin: 31px 0 16px;
    font-size: 20px;
    text-align: center;
  }
  .an40-work-event__hdg h4 {
    font-size: 32px;
    line-height: 1.40625;
    text-align: center;
  }
  .an40-work-event__box {
    margin: 16px auto 30px;
    padding: 20px 0;
    border-radius: 20px;
    width: 860px;
    font-size: 24px;
    line-height: 1.4583333333;
  }
  .an40-work-event__box p {
    text-align: center;
    }
  .an40-work-event__box li:nth-child(1) {
    top: -60px;
    left: -10px;
  }
  .an40-work-event__box li:nth-child(2) {
    top: -60px;
    right: -40px;
  }
  .an40-work-event__txt {
    margin-bottom: 18px;
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .an40-work-event {
    padding-bottom: 10vw;
  }
  .an40-work-event__hdg p {
    margin: 4vw 0 2.5vw;
    font-size: 4vw;
    line-height: 1.625;
    text-align: center;
  }
  .an40-work-event__hdg h4 {
    font-size: 5.5vw;
    line-height: 1.3636363636;
    text-align: center;
  }
  .an40-work-event__box {
    margin: 3vw 5.5vw 23.75vw;
    padding: 3.25vw 0;
    border-radius: 2.5vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .an40-work-event__box p {
    text-align: center;
    }
  .an40-work-event__box li:nth-child(1) {
    bottom: -20.75vw;
    left: 0;
    width: 16.5vw;
  }
  .an40-work-event__box li:nth-child(2) {
    bottom: -20.75vw;
    right: -1.25vw;
    width: 59.5vw;
  }
  .an40-work-event__txt {
    margin-bottom: 3.5vw;
    font-size: 4.5vw;
    text-align: center;
  }
  .an40-work-event .an40-btn-next {
    padding: 0 3vw;
  }
}

.an40-sns {
  background: #FFFFE4;
}
.an40-sns__msg {
  text-align: center;
}
.an40-sns__block li {
  border-style: solid;
  background: #fff;
}
.an40-sns__block li:nth-child(1) {
  border-color: #06C755;
}
.an40-sns__block li:nth-child(2) {
  border-color: #1B9DF0;
}
.an40-sns__txt dd {
  font-weight: bold;
}
.an40-sns__follow {
  text-align: right;
}
.an40-sns__friend {
  text-align: center;
}
.an40-sns__friend a {
  position: relative;
  border-radius: 50vw;
  background: #06C755;
  font-weight: bold;
  color: #fff;
}
.an40-sns__friend a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  border: solid #fff;
  width: 0.5em;
  height: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 801px) {
  .an40-sns {
    padding: 72px 0 90px;
  }
  .an40-sns__inner {
    margin: 0 auto;
    width: 960px;
  }
  .an40-sns__msg {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
  }
  .an40-sns__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .an40-sns__block li {
    padding: 25px;
    border-width: 4px;
    border-radius: 10px;
    width: 460px;
  }
  .an40-sns__txt dd {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .an40-sns__friend {
    margin: 45px 0;
  }
  .an40-sns__friend a {
    width: 380px;
    font-size: 20px;
    line-height: 60px;
  }
  .an40-sns__friend a::after {
    border-width: 2px 2px 0 0;
  }
  .an40-sns__note {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .an40-sns__twitter {
    padding: 0 30px;
  }
  .an40-sns__follow {
    padding: 5px;
  }
}
@media (max-width: 800px) {
  .an40-sns {
    padding: 13.25vw 0 15vw;
  }
  .an40-sns__inner {
    padding: 0 5.625vw;
  }
  .an40-sns__msg {
    margin-bottom: 5.75vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-sns__block li {
    padding: 7.5vw 2.5vw;
    border-width: 0.75vw;
    border-radius: 2.5vw;
  }
  .an40-sns__block li ~ li {
    margin-top: 10vw;
  }
  .an40-sns__txt dt {
    text-align: center;
  }
  .an40-sns__txt dd {
    margin-top: 4.5vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-sns__txt img {
    width: 75vw;
  }
  .an40-sns__friend {
    margin: 5.75vw 0;
  }
  .an40-sns__friend a {
    width: 100%;
    font-size: 4vw;
    line-height: 15vw;
  }
  .an40-sns__friend a::after {
    border-width: 0.5vw 0.5vw 0 0;
  }
  .an40-sns__note {
    font-size: 3.5vw;
    line-height: 1.7857142857;
  }
  .an40-sns__twitter {
    padding: 0 3.75vw;
  }
  .an40-sns__follow {
    padding: 1.25vw;
  }
}

.an40-type {
  background: #E5F5EC;
}
.an40-type__inner {
  background: #fff;
}
.an40-type__hdg {
  text-align: center;
}
.an40-type__txt {
  text-align: center;
}
.an40-type__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #009944;
  font-weight: bold;
  color: #fff;
}
.an40-type__sub::before, .an40-type__sub::after {
  position: absolute;
  top: 0;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}
.an40-type__sub::before {
  left: 0;
  border-color: transparent transparent transparent #ffffff;
}
.an40-type__sub::after {
  right: 0;
  border-color: transparent #ffffff transparent transparent;
}
.an40-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.an40-type__img {
  text-align: center;
}
.an40-type em {
  font-weight: bold;
  color: #009944;
}
@media (min-width: 801px) {
  .an40-type {
    padding: 90px 0 60px;
  }
  .an40-type__inner {
    margin: 0 auto 60px;
    padding: 60px 35px 25px;
    border-radius: 10px;
    width: 960px;
  }
  .an40-type__txt {
    margin: 22px 0 15px;
    font-size: 20px;
    line-height: 1.6;
  }
  .an40-type__sub {
    margin: 0 auto 20px;
    width: 830px;
    height: 40px;
    font-size: 20px;
  }
  .an40-type__sub::before {
    border-width: 20px 0 20px 20px;
  }
  .an40-type__sub::after {
    border-width: 20px 20px 20px 0;
  }
  .an40-type__list {
    margin: 0 auto 34px;
    width: 830px;
  }
  .an40-type__list li:nth-child(n+6) {
    margin-top: 8px;
  }
}
@media (max-width: 800px) {
  .an40-type {
    padding: 10vw 5.625vw 8vw;
  }
  .an40-type__inner {
    margin-bottom: 7.5vw;
    padding: 7.25vw 4.25vw;
    border-radius: 2.5vw;
  }
  .an40-type__hdg img {
    width: 56.5vw;
  }
  .an40-type__txt {
    margin: 3vw 0 3vw;
    font-size: 3.5vw;
    line-height: 2.0714285714;
  }
  .an40-type__sub {
    margin: 0 auto 3.25vw;
    height: 16.5vw;
    font-size: 4.5vw;
    line-height: 1.4444444444;
  }
  .an40-type__sub::before {
    border-width: 8.25vw 0 8.25vw 5vw;
  }
  .an40-type__sub::after {
    border-width: 8.25vw 5vw 8.25vw 0;
  }
  .an40-type__list {
    margin-bottom: 5vw;
  }
  .an40-type__list li {
    margin-bottom: 2.5vw;
  }
  .an40-type__list li:nth-child(5) {
    margin-bottom: 0;
  }
  .an40-type__list li:nth-child(odd) {
    text-align: right;
  }
  .an40-type__list li:nth-child(n+7) {
    padding: 0 1.25vw;
    width: 50%;
  }
  .an40-type__list li img {
    width: 25vw;
  }
  .an40-type__img img {
    width: 78vw;
  }
}

@media (max-width: 800px) {
  .an40-history {
    padding-bottom: 11.25vw;
  }
}

.only-sp {
	display: none;
}
.align-right {
	text-align: right;
}
.an40-youtube {
	width: 50%;
    margin: 70px auto 35px !important;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  z-index: 2;
  position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.topNews {
		background-color: #ffcc00;
		border-radius: 45px;
		-webkit-box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
		box-shadow: 0 0 120px 20px rgba(255, 255, 255, 0.1) inset;
		margin: 0 auto 60px !important;
		max-width: 960px;
		padding: 1rem 0 3rem!important;
	}
	
	.topNews .topSec_ttl {
		color: #fff;
		margin-bottom: 1rem;
		font-size: 2.8rem;
		font-family: fot-tsukubrdgothic-std, sans-serif;
		font-weight: 700;
		text-align: center;
	}
	.topNews .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.topNews ul.topNews_list {
		padding: 20px 50px;
		border-radius: 1rem;
		background-color: #fff;
		height: 330px;
		overflow-y: scroll;
	}
	.topNews_item {
		padding: 2.8rem 0 !important;
		position: relative;
	border-bottom: 1px solid #666;
	}
.topNews_item::after {
	display: inline-block;
    background-image: url(/library/img_renew_2022/index_link_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
}
.topNews_item a {
	/* display: block !important; */
	width: 96%;
}
	.topNews_body {
		display: block;
		padding-right: 88px;
		font-size: 1.4rem !important;
		line-height: 1.7 !important;
	}
	.topNews_date {
		display: block;
		margin-bottom: 0.5rem !important;
	font-size: 18px !important;
	}
.topNews_date span {
	color: #009944 !important;
	font-weight: bold;
}
.topNews_content span {
	font-size: 18px;
}
.topNews_content p {
	margin: 10px 0 0 0 !important;
}
	.topNews_region {
		color: #009944;
		font-weight: bold;
	}


@media (max-width: 800px){
	.topNews {
		width: 88.75vw;
		padding: 6.25vw 0!important;
	}
.topNews .topSec_ttl{
	font-size: 6vw;
	margin-bottom: 4.25vw!important;
}
.topNews ul.topNews_list{
	padding: 0 5.6%;
}
.topNews_body{
	font-size: 1.2rem!important;
}
}
@media (max-width: 414px){
	.only-sp {
	display: block;
  }
  .an40-youtube {
      width: 80%;
      margin: 50px auto 15px !important;
  }
  .topNews_item {
    padding: 1.8rem 5% 1.8rem 2% !important;
  }
  /* .topNews_list li:last-of-type {
    padding: 1.8rem 10% 2.8rem 0 !important;
  } */
  .topNews_body {
      font-size: 1.0rem!important;
      padding-right: 0;
  }
  .topNews_date, .topNews_content span {
    font-size: 4vw !important;
  }
}

.an40-hx-heading, .an40-hx-heading__hdg {
  text-align: center;
}
@media (min-width: 801px) {
  .an40-hx-heading {
    padding: 70px 0 85px;
  }
}
@media (max-width: 800px) {
  .an40-hx-heading {
    padding: 12.5vw 0 10.5vw;
  }
  .an40-hx-heading img {
    width: 74vw;
  }
}

.an40-hx-section__inner {
  position: relative;
}
.an40-hx-section__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  border: solid #009944;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.an40-hx-section__inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("/library/kyousai/kokumin/40th/images/hx_arrow.svg") no-repeat center bottom;
  background-size: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.an40-hx-section__block {
  position: relative;
}
.an40-hx-section__hdg {
  position: relative;
  margin: 0 auto;
}
.an40-hx-section__hdg::before {
  position: absolute;
  border-style: solid;
  border-color: #E5F5EC;
  width: 0;
  height: 0;
  content: "";
}
.an40-hx-section__hdg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 50vw;
  background: #009944;
}
.an40-hx-section__hdg img {
  width: auto;
}
.an40-hx-section__box {
  position: relative;
  background: #E5F5EC;
  text-align: center;
}
.an40-hx-section__sub {
  font-weight: bold;
  color: #009944;
  text-align: center;
}
.an40-hx-section button {
  position: relative;
  padding-right: 0.5em;
  border: solid #009944;
  border-radius: 50vw;
  background: #fff;
  font-weight: bold;
  color: #009944;
}
.an40-hx-section button::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  border: solid #009944;
  width: 0.7em;
  height: 0.7em;
  content: "";
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}
.an40-hx-section button.is-open::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}
.an40-hx-section__txt {
  display: none;
  text-align: left;
}
.an40-hx-section__pic li {
  position: absolute;
}
.an40-hx-section__msg {
  text-align: center;
  font-weight: bold;
  color: #009944;
}
@media (min-width: 801px) {
  .an40-hx-section {
    padding-bottom: 74px;
  }
  .an40-hx-section__inner {
    margin: 0 auto;
    width: 960px;
  }
  .an40-hx-section__inner::before {
    border-width: 0 0 0 5px;
  }
  .an40-hx-section__inner::after {
    width: 45px;
    height: 73px;
  }
  .an40-hx-section__hdg {
    width: 250px;
  }
  .an40-hx-section__hdg::before {
    top: 50%;
    left: 0;
    border-width: 10px 0 10px 17px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .an40-hx-section__hdg span {
    width: 200px;
    height: 62px;
  }
  .an40-hx-section__hdg img {
    height: 26px;
  }
  .an40-hx-section__box {
    padding: 27px 0 20px;
    border-radius: 10px;
    width: 355px;
  }
  .an40-hx-section__sub {
    font-size: 20px;
    line-height: 1.6;
  }
  .an40-hx-section__sub + .an40-hx-section__img {
    margin: 10px 0;
  }
  .an40-hx-section__img img {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .an40-hx-section__img + .an40-hx-section__sub {
    margin-top: 25px;
  }
  .an40-hx-section button {
    margin: 10px 0 10px;
    border-width: 2px;
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
  .an40-hx-section button::after {
    border-width: 0 2px 2px 0;
  }
  .an40-hx-section__txt {
    padding: 7px 30px 0;
    font-size: 16px;
    line-height: 1.8125;
  }
  .an40-hx-section .a-right .an40-hx-section__hdg::before {
    right: 0;
    left: auto;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
  }
  .an40-hx-section .a-right .an40-hx-section__box {
    margin-left: auto;
  }
  .an40-hx-section .c-yellow .an40-hx-section__sub {
    font-size: 24px;
  }
  .an40-hx-section__msg {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6111111111;
  }
  .an40-hx-section__msg strong {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  .an40-hx-section {
    padding-bottom: 13.25vw;
  }
  .an40-hx-section__inner {
    padding: 0 5.625vw;
  }
  .an40-hx-section__inner::before {
    border-width: 0 0 0 1.25vw;
  }
  .an40-hx-section__inner::after {
    width: 11vw;
    height: 15vw;
  }
  .an40-hx-section__block {
    padding-bottom: 15vw;
  }
  .an40-hx-section__block:nth-child(odd) .an40-hx-section__hdg::before {
    -webkit-transform: translateX(10.5vw);
            transform: translateX(10.5vw);
  }
  .an40-hx-section__hdg {
    height: 22.5vw;
  }
  .an40-hx-section__hdg::before {
    bottom: 0;
    left: 50%;
    margin-left: -2.5vw;
    border-width: 0 2.5vw 4.25vw 2.5vw;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    -webkit-transform: translateX(-10.5vw);
            transform: translateX(-10.5vw);
  }
  .an40-hx-section__hdg span {
    width: 50vw;
    height: 15.5vw;
  }
  .an40-hx-section__hdg img {
    height: 6.5vw;
  }
  .an40-hx-section__box {
    padding: 6.75vw 0 5vw;
    border-radius: 2.5vw;
  }
  .an40-hx-section__sub {
    font-size: 5vw;
    line-height: 1.6;
  }
  .an40-hx-section__sub + .an40-hx-section__img {
    margin: 2.5vw 0;
  }
  .an40-hx-section__img img {
    width: 36vw;
    -webkit-box-shadow: 0 0.75vw wv(6) rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.75vw wv(6) rgba(0, 0, 0, 0.16);
  }
  .an40-hx-section__img + .an40-hx-section__sub {
    margin-top: 6.25vw;
  }
  .an40-hx-section button {
    margin: 2.5vw 0 2.5vw;
    border-width: 0.5vw;
    width: 40vw;
    height: 10vw;
    font-size: 3.5vw;
  }
  .an40-hx-section button::after {
    border-width: 0 0.5vw 0.5vw 0;
  }
  .an40-hx-section__txt {
    padding: 1.75vw 7.5vw 0;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-hx-section .c-yellow .an40-hx-section__sub {
    font-size: 6vw;
  }
  .an40-hx-section__msg {
    margin-top: 2.5vw;
    font-size: 4vw;
    line-height: 1.8125;
  }
  .an40-hx-section__msg strong {
    font-size: 7vw;
  }
}

.an40-hx-section__block.c-yellow .an40-hx-section__hdg::before {
  border-color: #FFFFE4;
}
.an40-hx-section__block.c-yellow .an40-hx-section__box {
  background: #FFFFE4;
}
.an40-hx-section__block.c-yellow .an40-hx-section__sub {
  color: #FF9D00;
}
.an40-hx-section__block.c-yellow button {
  border-color: #FF9D00;
  color: #FF9D00;
}
.an40-hx-section__block.c-yellow button::after {
  border-color: #FF9D00;
}
@media (min-width: 801px) {
  .an40-hx-section__block.y-1983 {
    min-height: 300px;
  }
  .an40-hx-section__block.y-1983 .an40-hx-section__box {
    margin-top: -60px;
  }
  .an40-hx-section__block.y-1983 li:nth-child(1) {
    top: -55px;
    left: 10px;
  }
  .an40-hx-section__block.y-1983 li:nth-child(2) {
    bottom: -90px;
    right: 10px;
  }
  .an40-hx-section__block.y-1991 {
    padding-bottom: 20px;
    min-height: 160px;
  }
  .an40-hx-section__block.y-1991 .an40-hx-section__box {
    margin-top: -160px;
  }
  .an40-hx-section__block.y-1993 {
    min-height: 260px;
  }
  .an40-hx-section__block.y-1993 .an40-hx-section__box {
    margin-top: -70px;
  }
  .an40-hx-section__block.y-1993 li {
    bottom: -46px;
    left: 12px;
  }
  .an40-hx-section__block.y-1999 {
    min-height: 230px;
  }
  .an40-hx-section__block.y-1999 .an40-hx-section__box {
    margin-top: -320px;
  }
  .an40-hx-section__block.y-2003 {
    min-height: 150px;
  }
  .an40-hx-section__block.y-2003 .an40-hx-section__box {
    margin-top: -70px;
  }
  .an40-hx-section__block.y-2003 li {
    top: -50px;
    right: 20px;
  }
  .an40-hx-section__block.y-2005 {
    padding-bottom: 20px;
    min-height: 230px;
  }
  .an40-hx-section__block.y-2005 .an40-hx-section__box {
    margin-top: -120px;
  }
  .an40-hx-section__block.y-2009 {
    min-height: 170px;
  }
  .an40-hx-section__block.y-2009 .an40-hx-section__box {
    margin-top: -70px;
  }
  .an40-hx-section__block.y-2011 {
    min-height: 170px;
  }
  .an40-hx-section__block.y-2011 .an40-hx-section__box {
    margin-top: -180px;
  }
  .an40-hx-section__block.y-2011 li {
    top: -50px;
    right: 20px;
  }
  .an40-hx-section__block.y-2012 {
    padding-bottom: 20px;
    min-height: 190px;
  }
  .an40-hx-section__block.y-2012 .an40-hx-section__box {
    margin-top: -130px;
  }
  .an40-hx-section__block.y-2012 li {
    top: -100px;
    left: 10px;
  }
  .an40-hx-section__block.y-2013 {
    min-height: 310px;
  }
  .an40-hx-section__block.y-2013 .an40-hx-section__box {
    margin-top: -70px;
  }
  .an40-hx-section__block.y-2019 {
    min-height: 150px;
  }
  .an40-hx-section__block.y-2019 .an40-hx-section__box {
    margin-top: -350px;
  }
  .an40-hx-section__block.y-2019 li {
    bottom: -80px;
    right: 20px;
  }
  .an40-hx-section__block.y-2023 {
    min-height: 282px;
  }
  .an40-hx-section__block.y-2023 .an40-hx-section__box {
    margin-top: -120px;
  }
  .an40-hx-section__block.y-2023 li {
    top: -50px;
    left: 20px;
  }
}
@media (max-width: 800px) {
  .an40-hx-section__block.y-1983 {
    padding-bottom: 25vw;
  }
  .an40-hx-section__block.y-1983 .an40-hx-section__hdg {
    height: 28.75vw;
  }
  .an40-hx-section__block.y-1983 li:nth-child(1) {
    top: -12.5vw;
    left: 2.5vw;
  }
  .an40-hx-section__block.y-1983 li:nth-child(1) img {
    width: 18.25vw;
  }
  .an40-hx-section__block.y-1983 li:nth-child(2) {
    bottom: -22.5vw;
    right: 2.5vw;
  }
  .an40-hx-section__block.y-1983 li:nth-child(2) img {
    width: 24.75vw;
  }
  .an40-hx-section__block.y-1993 li {
    bottom: -10.25vw;
    left: 2.5vw;
  }
  .an40-hx-section__block.y-1993 li img {
    width: 22vw;
  }
  .an40-hx-section__block.y-2003 li {
    top: -12.5vw;
    right: 5vw;
  }
  .an40-hx-section__block.y-2003 li img {
    width: 18vw;
  }
  .an40-hx-section__block.y-2011 li {
    top: -12.5vw;
    right: 5vw;
  }
  .an40-hx-section__block.y-2011 li img {
    width: 17.25vw;
  }
  .an40-hx-section__block.y-2012 .an40-hx-section__hdg {
    height: 43.75vw;
  }
  .an40-hx-section__block.y-2012 li {
    top: -25vw;
    left: 2.5vw;
  }
  .an40-hx-section__block.y-2012 li img {
    width: 28.75vw;
  }
  .an40-hx-section__block.y-2019 {
    padding-bottom: 27.5vw;
  }
  .an40-hx-section__block.y-2019 li {
    bottom: -20vw;
    right: 5vw;
  }
  .an40-hx-section__block.y-2019 li img {
    width: 28.5vw;
  }
  .an40-hx-section__block.y-2023 {
    padding-bottom: 21.25vw;
  }
  .an40-hx-section__block.y-2023 .an40-hx-section__hdg {
    height: 26.25vw;
  }
  .an40-hx-section__block.y-2023 li {
    top: -11.75vw;
    left: 5vw;
  }
  .an40-hx-section__block.y-2023 li img {
    width: 16.25vw;
  }
}

.an40-interview {
  background: #FFFFE4;
}
@media (min-width: 801px) {
  .an40-interview {
    padding-bottom: 120px;
  }
}
@media (max-width: 800px) {
  .an40-interview {
    padding-bottom: 20vw;
  }
}

.an40-int-heading, .an40-int-heading__hdg {
  text-align: center;
}
@media (min-width: 801px) {
  .an40-int-heading {
    padding: 40px 0;
  }
}
@media (max-width: 800px) {
  .an40-int-heading {
    padding: 7.5vw 0;
  }
  .an40-int-heading img {
    width: 61vw;
  }
}

.an40-int-section__hdg {
  background: #fff;
  font-weight: bold;
  color: #009944;
}
.an40-int-section__sub {
  font-weight: bold;
  color: #fff;
}
.an40-int-section__talk dt {
  position: relative;
  padding-left: 1.8em;
  font-weight: bold;
}
.an40-int-section__talk dt::before {
  position: absolute;
  top: 0;
  left: 0;
  border: solid #333;
  width: 1.5em;
  content: "";
}
.an40-int-section__talk span {
  position: relative;
  padding-left: 1.8em;
  padding-right: 0.3em;
  font-weight: bold;
  }
  .an40-int-section__talk span::before {
  position: absolute;
  top: 0;
  left: 0;
  border: solid #333;
  width: 1.5em;
  content: "";
  }
.an40-int-section__talk em {
  font-weight: bold;
  color: #009944;
}
@media (min-width: 801px) {
  .an40-int-section {
    position: relative;
    margin: 0 auto;
    padding-bottom: 80px;
    width: 800px;
  }
  .an40-int-section__hdg {
    position: absolute;
    top: 40px;
    left: -80px;
    padding: 23px 40px;
    font-size: 28px;
    line-height: 1.5;
    -webkit-box-shadow: 6px 6px 0 #009944;
            box-shadow: 6px 6px 0 #009944;
  }
  .an40-int-section__txt {
    margin-top: 23px;
    width: 880px;
    font-size: 17px;
    line-height: 1.8235294118;
  }
  .an40-int-section__sub {
    display: inline-block;
    padding: 6px;
    margin-top: 80px;
    background: #009944;
    font-size: 22px;
  }
  /* .an40-int-section__sub span ~ span {
    margin-left: 1em;
  } */
  .an40-int-section__talk dt {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.9;
  }
  .an40-int-section__talk dt::before {
    top: 18px;
    border-width: 2px 0 0 0;
  }
  .an40-int-section__talk span {
    /* margin: 25px 0 0; */
    font-size: 20px;
    line-height: 1.8235294118;
  }
  .an40-int-section__talk span::before {
  top: 10px;
  border-width: 2px 0 0 0;
  }
  .an40-int-section__talk dd {
    font-size: 17px;
    line-height: 1.8235294118;
  }
  .an40-int-section__talk p {
    margin: 25px 0 0;
    font-size: 17px;
    line-height: 1.8235294118;
  }
  .an40-int-section__img {
    margin-top: 30px;
  }
  .an40-int-section__column {
    overflow: hidden;
  }
  /* .an40-int-section__column > dl {
    float: left;
    width: 440px;
  } */
  .an40-int-section__column > .an40-int-section__talk {
    float: left;
    width: 440px;
  }
  /* .an40-int-section__column > div {
    float: right;
  } */
  .an40-int-section__column > .an40-int-section__img {
    float: right;
  }
}
@media (max-width: 800px) {
  .an40-int-section {
    padding: 0 5.625vw 14.5vw;
  }
  .an40-int-section__cover {
    margin-left: -5.625vw;
    width: calc(100% + 11.25vw);
  }
  .an40-int-section__hdg {
    position: relative;
    z-index: 1;
    margin-top: -5.5vw;
    padding: 4.75vw 8.25vw;
    font-size: 5.5vw;
    line-height: 1.5;
    -webkit-box-shadow: 1vw 1vw 0 #009944;
            box-shadow: 1vw 1vw 0 #009944;
  }
  .an40-int-section__hdg br {
    display: none;
  }
  .an40-int-section__txt {
    margin-top: 4.5vw;
    font-size: 4.25vw;
    line-height: 1.8235294118;
  }
  .an40-int-section__sub {
    margin-top: 14.5vw;
    font-size: 5vw;
  }
  .an40-int-section__sub span {
    display: inline-block;
    padding: 1.25vw 1.5vw;
    background: #009944;
  }
  .an40-int-section__sub span ~ span {
    margin-top: 0.75vw;
  }
  .an40-int-section__talk dt {
    margin: 6.25vw 0 1.25vw;
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .an40-int-section__talk dt::before {
    top: 3.125vw;
    border-width: 0.5vw 0 0 0;
  }
  .an40-int-section__talk span {
    font-size: 4.5vw;
    line-height: 1.8235294118;
  }
  .an40-int-section__talk span::before {
  top: 2.4vw;
  border-width: 0.5vw 0 0 0;
  }
  .an40-int-section__talk dd {
    font-size: 4.25vw;
    line-height: 1.8235294118;
  }
  .an40-int-section__talk p {
    margin: 6.25vw 0 1.25vw;
    font-size: 4.25vw;
    line-height: 1.8235294118;
  }
  .an40-int-section__img {
    margin-top: 5vw;
  }
}