@charset "UTF-8";
/* ==========================================================================
    index.html
========================================================================== */
html {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif, "Open Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  line-height: 1.6;
  color: #333333;
  overflow: hidden;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
a {
  text-decoration: underline;
  color: #1e8fc8;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

h2 {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1f4f7e;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
h2 span.en {
  font-size: 18px;
  color: #af8a31;
  font-family: "collier", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  h2 span.en {
    font-size: 14px;
  }
}

.cap {
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .cap {
    font-size: 14px;
    text-align: left;
  }
}

section {
  padding: 100px 0;
}
section.btn_sty {
  padding: 50px 0;
}
section.news {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 10% 0;
  }
  section.btn_sty {
    padding: 10% 0;
  }
  section.news {
    padding: 0 0 10%;
  }
}

img {
  max-width: 100%;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: calc(100% - 30px);
  }
}

.bg_blue {
  background: #ebf8fc url(../img/blue_bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .bg_blue {
    background-size: 150% auto;
  }
}

.img_pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .img_pc {
    display: none !important;
  }
}

.img_smp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .img_smp {
    display: block !important;
  }
}

.pc_inner {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_inner {
    display: none !important;
  }
}

.smp_inner {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .smp_inner {
    display: block !important;
  }
}

/*----------------------------
* contents
*----------------------------*/
main {
  position: relative;
}

.ra_contents {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*----------------------------
* header
*----------------------------*/
main header h1 {
  position: absolute;
  width: 385px;
  max-width: 385px;
  top: 0;
  left: 25px;
  z-index: 100;
}
main header h1 img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  main header h1 {
    width: 22%;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  main header h1 {
    width: 60%;
    top: 0;
    left: 10px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------
* main
*----------------------------*/
.ra_main {
  background: url(../img/main_bg.png) no-repeat center center;
  background-size: auto 100%;
  position: relative;
  width: auto;
  height: 804px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.ra_main:before {
  content: "";
  display: block;
  padding-top: 804px;
}
.ra_main .main_inner {
  position: absolute;
  width: 1191px;
  top: 100px;
  left: 50%;
  margin-left: -595px;
}
.ra_main .main_inner .main_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  animation-name: fade;
  animation-duration: 3s;
  animation-iteration-count: 1;
}
.ra_main .main_inner .main_box .left {
  width: 804px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ra_main .main_inner .main_box .left .ribon {
  width: 551px;
  height: 55px;
  background: url(../img/ribon_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 45px;
}
.ra_main .main_inner .main_box .left .ttl {
  width: 100%;
  margin-top: -13px;
  text-align: center;
}
.ra_main .main_inner .main_box .left .txt {
  color: #1f4f7e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: -20px;
}
.ra_main .main_inner .main_box .left .txt span {
  color: #af8a31;
}
.ra_main .main_inner .main_box .right {
  width: 387px;
}
.ra_main .main_inner .main_box .right .img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .ra_main {
    height: 50%;
  }
  .ra_main:before {
    padding-top: 50%;
  }
  .ra_main .main_inner {
    width: 80%;
    top: 6vw;
    left: 10%;
    margin-left: 0;
  }
  .ra_main .main_inner .main_box .left {
    width: 70%;
  }
  .ra_main .main_inner .main_box .left .ribon {
    width: 70%;
    height: 4vw;
    background: url(../img/ribon_bg.png) no-repeat;
    background-size: contain;
    font-size: 1.9vw;
    margin-top: 2vw;
  }
  .ra_main .main_inner .main_box .left .ttl {
    margin-top: -1vw;
  }
  .ra_main .main_inner .main_box .left .txt {
    font-size: 17px;
    margin-top: -2vw;
  }
  .ra_main .main_inner .main_box .right {
    width: 30%;
  }
}
@media screen and (max-width: 1600px) {
  .ra_main .main_inner {
    top: 80px;
  }
  .ra_main .main_inner .main_box .left .ribon {
    width: 470px;
    height: 48px;
    font-size: 22px;
    margin-top: 25px;
  }
  .ra_main .main_inner .main_box .left .ttl {
    margin-top: -10px;
  }
  .ra_main .main_inner .main_box .left .txt {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .ra_main {
    background: #ffffff url(../img/main_bg_smp.png) no-repeat center bottom;
    background-size: contain;
  }
  .ra_main:before {
    padding-top: 157.33%;
  }
  .ra_main .main_inner {
    position: absolute;
    width: calc(100% - 50px);
    top: 13%;
    left: 25px;
    margin-left: 0;
  }
  .ra_main .main_inner .main_box {
    width: 100%;
  }
  .ra_main .main_inner .main_box .left {
    width: 100%;
  }
  .ra_main .main_inner .main_box .left .ribon {
    width: 100%;
    height: 8.9vw;
    background: url(../img/ribon_bg.png) no-repeat;
    background-size: contain;
    font-size: 4.3vw;
    margin-top: 0;
  }
  .ra_main .main_inner .main_box .left .img {
    width: 50%;
    margin: 3%;
  }
  .ra_main .main_inner .main_box .left .ttl {
    width: 100%;
    margin-top: -10%;
  }
  .ra_main .main_inner .main_box .left .txt {
    font-size: 3.2vw;
    margin-top: -2%;
  }
  .ra_main .main_inner .main_box .right {
    display: none;
  }
}

/*----------------------------
* 最新情報
*----------------------------*/
.news_area {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 50px;
}
.news_area li {
  border-top: 1px solid #c9e5ee;
  padding: 25px 0;
  color: #333333;
  transition: 0.3s;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.news_area li:first-child {
  border-top: none;
}
.news_area li .date {
  display: inline-block;
  color: #1f4f7e;
  margin-right: 0;
  width: 120px;
}
.news_area li .main {
  width: calc(100% - 120px);
}
.news_area li.new .main {
  text-indent: 70px;
  position: relative;
}
.news_area li.new .main::before {
  font-size: 15px;
  color: #fff;
  font-family: "collier", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #af8a31;
  border-radius: 3px;
  padding: 3px 12px;
  line-height: 1;
  content: "NEW";
  position: absolute;
  display: block;
  top: 5px;
  left: 0px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .news_area {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .news_area li {
    padding: 15px 0;
    display: block;
  }
  .news_area li .date {
    width: 100%;
  }
  .news_area li .main {
    width: 100%;
  }
  .news_area li.new .main {
    text-indent: 65px;
    display: block;
  }
  .news_area li.new .main::before {
    font-size: 14px;
    top: 2px;
  }
}

/*----------------------------
* ボタン、バナーエリア
*----------------------------*/
.nav_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}
.nav_list li {
  margin-bottom: 35px;
}
.nav_list li.btn_m {
  width: 24%;
}
.nav_list li.btn_m a {
  background: linear-gradient(to right, #1e8fc8, #219ec7);
  box-shadow: 0 6px 0 0 rgb(209, 224, 232);
}
.nav_list li.btn_l {
  width: 48%;
}
.nav_list li.btn_l a {
  background: linear-gradient(to right, #af8a31, #d3b15f);
  box-shadow: 0 6px 0 0 rgb(236, 229, 216);
}
.nav_list li.btn_l a::after {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.nav_list li.btn_l.blue_bg a {
  box-shadow: 0 6px 0 0 rgb(209, 224, 232);
}
.nav_list li a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 19px 0;
  font-family: "Noto Serif JP", serif;
}
.nav_list li a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(135deg);
}
.nav_list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .nav_list {
    margin-bottom: -15px;
  }
  .nav_list li {
    margin: 0 auto 15px;
  }
  .nav_list li.btn_m {
    width: 90%;
  }
  .nav_list li.btn_m a {
    box-shadow: 0 3px 0 0 rgb(209, 224, 232);
  }
  .nav_list li.btn_l {
    width: 90%;
  }
  .nav_list li.btn_l a {
    box-shadow: 0 3px 0 0 rgb(236, 229, 216);
  }
  .nav_list li.btn_l a::after {
    top: calc(50% - 6px);
  }
  .nav_list li.btn_l.blue_bg a {
    box-shadow: 0 3px 0 0 rgb(209, 224, 232);
  }
  .nav_list li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .nav_list li a::after {
    top: calc(50% - 6px);
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .nav_list li a:hover {
    opacity: 0.7;
  }
}

.bana_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bana_list {
    width: 90%;
    margin: 0 auto;
  }
}
.bana_list li {
  margin-bottom: 35px;
  display: inline-block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .bana_list li {
    margin-bottom: 15px;
  }
}
.bana_list li.bana_l {
  width: 100%;
}
.bana_list li.bana_m {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bana_list li.bana_m {
    width: 100%;
  }
}
.bana_list a:hover {
  opacity: 0.7;
}

/*----------------------------
* 動画エリア
*----------------------------*/
.movie {
  position: relative;
}
.movie .img_bg01 {
  position: absolute;
  width: 50%;
  height: auto;
  top: -35px;
  right: -22%;
}
@media screen and (max-width: 767px) {
  .movie .img_bg01 {
    width: 90%;
    top: -8%;
    right: -22%;
  }
}

.sty_movie {
  max-width: 900px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sty_movie {
    width: 100%;
  }
}
.sty_movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sty_movie .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sty_movie .img_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.sty_movie .img_box img {
  width: 100%;
}
.sty_movie .img_box:hover {
  opacity: 0.75;
}

/*----------------------------
* 各賞紹介
*----------------------------*/
.intro {
  position: relative;
}
.intro .img_bg01 {
  position: absolute;
  width: 50%;
  height: auto;
  top: -10px;
  left: -22%;
}
.intro .img_bg02 {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: 19.5%;
  right: -22%;
}
.intro .img_bg03 {
  position: absolute;
  width: 18%;
  height: auto;
  top: 6%;
  right: -11%;
}
.intro .img_bg04 {
  position: absolute;
  width: 18%;
  height: auto;
  top: 28%;
  left: -9.5%;
}
.intro .img_bg05 {
  position: absolute;
  width: 18%;
  height: auto;
  bottom: 38%;
  right: -11%;
}
.intro .img_bg06 {
  position: absolute;
  width: 18%;
  height: auto;
  bottom: 20%;
  left: -9.5%;
}
@media screen and (max-width: 1350px) {
  .intro .img_bg03 {
    display: none;
  }
  .intro .img_bg04 {
    display: none;
  }
  .intro .img_bg05 {
    display: none;
  }
  .intro .img_bg06 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .intro .img_bg01 {
    width: 90%;
    top: -5vw;
  }
  .intro .img_bg02 {
    display: none;
  }
}

.intro_wrap {
  width: 100%;
  margin: 0 auto;
}
.intro_wrap h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
}
.intro_wrap h3.gold {
  color: #af8a31;
  position: relative;
}
.intro_wrap h3.gold span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/goldttl_bg.png) no-repeat;
  background-size: cover;
  width: 460px;
  height: 2px;
  top: 30px;
  left: 0;
}
.intro_wrap h3.gold span::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/goldttl_bg.png) no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
  width: 460px;
  height: 2px;
  top: 30px;
  right: 0;
}
.intro_wrap h3.blue {
  color: #1f4f7e;
  position: relative;
  margin-top: 100px;
}
.intro_wrap h3.blue span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/bluettl_bg.png) no-repeat;
  background-size: cover;
  width: 460px;
  height: 2px;
  top: 30px;
  left: 0;
}
.intro_wrap h3.blue span::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/bluettl_bg.png) no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
  width: 460px;
  height: 2px;
  top: 30px;
  right: 0;
}
.intro_wrap .intro_box {
  width: 100%;
  background-color: #f6f4ef;
  border-radius: 20px;
  margin: 0 auto 50px;
  padding: 50px;
}
.intro_wrap .intro_box.last {
  margin-bottom: 0;
}
.intro_wrap .intro_box .main_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.intro_wrap .intro_box .main_wrap .txt {
  width: 60%;
  text-align: left;
  margin-bottom: 15px;
}
.intro_wrap .intro_box .main_wrap .txt h4 {
  font-size: 36px;
  width: 100%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
.intro_wrap .intro_box .main_wrap .txt p {
  font-size: 18px;
  line-height: 1.7;
}
.intro_wrap .intro_box .main_wrap .img {
  width: 35%;
  max-height: 220px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.intro_wrap .intro_box .main_wrap .img img {
  height: 180px;
  width: auto;
}
.intro_wrap .intro_box .main_wrap .img .ribbon {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #ffffff;
  --f: .5em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
     border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  -webkit-clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
          clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(-29.2893218813%, -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #af8a31;
  /* the main color  */
}
.intro_wrap .intro_box .main_wrap .img .ribbon2 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #ffffff;
  --f: .5em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
     border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  -webkit-clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
          clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(-29.2893218813%, -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #1e8fc8;
  /* the main color  */
}
.intro_wrap .intro_box .intro_nav_list {
  width: 100%;
  border-top: 2px solid #ece5d8;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.intro_wrap .intro_box .intro_nav_list li {
  margin-right: 2.5%;
}
.intro_wrap .intro_box .intro_nav_list li:last-child {
  margin-right: 0;
}
.intro_wrap .intro_box .intro_nav_list li.btn_m {
  width: 31.5%;
}
.intro_wrap .intro_box .intro_nav_list li.btn_m a {
  background: linear-gradient(to right, #1e8fc8, #219ec7);
  box-shadow: 0 6px 0 0 rgb(236, 229, 216);
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 33px;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 14px 0;
  font-family: "Noto Serif JP", serif;
}
.intro_wrap .intro_box .intro_nav_list li.btn_m a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.intro_wrap .intro_box .intro_nav_list li.btn_m a:hover {
  opacity: 0.7;
}
.intro_wrap .intro_box .intro_nav_list li.btn_m.gold a {
  background: linear-gradient(to right, #af8a31, #d3b15f);
}
.intro_wrap .intro_box .intro_nav_list li.long {
  width: 48%;
}
.intro_wrap .intro_box .intro_nav_list li.nolink {
  background: #cccccc;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 33px;
  text-decoration: none;
  color: #eeeeee;
  font-size: 24px;
  font-weight: 700;
  width: 315px;
  padding: 14px 0;
  font-family: "Noto Serif JP", serif;
}
.intro_wrap .intro_box .corporate_wrap {
  width: 100%;
  border-top: 2px solid #ece5d8;
  margin-top: 50px;
  padding-top: 50px;
}
.intro_wrap .intro_box .corporate_wrap dl {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro_wrap .intro_box .corporate_wrap dl dt {
  width: 60%;
  text-align: left;
  margin-top: -10px;
}
.intro_wrap .intro_box .corporate_wrap dl dt p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
.intro_wrap .intro_box .corporate_wrap dl dt p span {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 12px;
  display: block;
  line-height: 1.4;
}
.intro_wrap .intro_box .corporate_wrap dl dd {
  width: 35%;
  max-height: 220px;
}
.intro_wrap .intro_box .corporate_wrap dl dd img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.intro_wrap .intro_box .corporate_wrap dl:last-child {
  margin-bottom: 0;
}
.intro_wrap .intro_box .corporate_wrap dl:nth-child(2n) {
  flex-direction: row-reverse;
}
.intro_wrap .election {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro_wrap .election .intro_box2 {
  width: 48%;
  background-color: #ebf8fc;
  border-radius: 20px;
  margin: 0;
  padding: 40px 40px 175px 40px;
  position: relative;
}
.intro_wrap .election .intro_box2 .main_wrap {
  width: 100%;
}
.intro_wrap .election .intro_box2 .main_wrap .ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.intro_wrap .election .intro_box2 .main_wrap .ttl .img {
  width: 80px;
  max-height: 65px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-right: 10px;
}
.intro_wrap .election .intro_box2 .main_wrap .ttl .img img {
  height: 45px;
  width: auto;
}
.intro_wrap .election .intro_box2 .main_wrap .ttl h4 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.intro_wrap .election .intro_box2 .main_wrap .txt {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
.intro_wrap .election .intro_box2 .main_wrap .txt p {
  font-size: 18px;
  line-height: 1.7;
}
.intro_wrap .election .intro_box2 .intro_nav_list {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  border-top: 2px solid #d1e8ef;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.intro_wrap .election .intro_box2 .intro_nav_list li {
  width: 315px;
}
.intro_wrap .election .intro_box2 .intro_nav_list li a {
  background: linear-gradient(to right, #1e8fc8, #219ec7);
  box-shadow: 0 6px 0 0 rgb(209, 224, 232);
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 33px;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 14px 0;
  font-family: "Noto Serif JP", serif;
}
.intro_wrap .election .intro_box2 .intro_nav_list li a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}
.intro_wrap .election .intro_box2 .intro_nav_list li a:hover {
  opacity: 0.7;
}
.intro_wrap .election .intro_box2 .intro_nav_list li.nolink {
  background: #cccccc;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 33px;
  text-decoration: none;
  color: #eeeeee;
  font-size: 24px;
  font-weight: 700;
  width: 315px;
  padding: 14px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .intro_wrap {
    margin: 25px auto 0;
  }
  .intro_wrap h3 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .intro_wrap h3.gold {
    color: #af8a31;
    position: relative;
  }
  .intro_wrap h3.gold span::before {
    background: url(../img/goldttl_bg.png) no-repeat left -40px center;
    background-size: cover;
    width: 30%;
    top: 20px;
  }
  .intro_wrap h3.gold span::after {
    background: url(../img/goldttl_bg.png) no-repeat left -40px center;
    background-size: cover;
    width: 30%;
    top: 20px;
  }
  .intro_wrap h3.blue {
    margin-top: 10%;
  }
  .intro_wrap h3.blue span::before {
    background: url(../img/bluettl_bg.png) no-repeat left -40px center;
    background-size: cover;
    width: 30%;
    top: 20px;
  }
  .intro_wrap h3.blue span::after {
    background: url(../img/bluettl_bg.png) no-repeat left -40px center;
    background-size: cover;
    width: 30%;
    top: 20px;
  }
  .intro_wrap .intro_box {
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 20px;
  }
  .intro_wrap .intro_box.last {
    margin-bottom: 0;
  }
  .intro_wrap .intro_box .main_wrap {
    flex-direction: row;
  }
  .intro_wrap .intro_box .main_wrap .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .intro_wrap .intro_box .main_wrap .txt h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .intro_wrap .intro_box .main_wrap .txt p {
    font-size: 14px;
    line-height: 1.785;
    text-align: left;
  }
  .intro_wrap .intro_box .main_wrap .img {
    max-height: 160px;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
  .intro_wrap .intro_box .main_wrap .img img {
    height: 130px;
  }
  .intro_wrap .intro_box .intro_nav_list {
    margin-top: 15px;
    padding-top: 15px;
  }
  .intro_wrap .intro_box .intro_nav_list li {
    margin: 0 auto 15px;
  }
  .intro_wrap .intro_box .intro_nav_list li:last-child {
    margin: 0 auto;
  }
  .intro_wrap .intro_box .intro_nav_list li.btn_m {
    width: 100%;
  }
  .intro_wrap .intro_box .intro_nav_list li.btn_m a {
    box-shadow: 0 3px 0 0 rgb(236, 229, 216);
    border-radius: 23px;
    font-size: 16px;
    padding: 10px 0;
  }
  .intro_wrap .intro_box .intro_nav_list li.btn_m a::after {
    top: calc(50% - 4px);
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .intro_wrap .intro_box .intro_nav_list li.nolink {
    border-radius: 23px;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
  .intro_wrap .intro_box .corporate_wrap {
    margin-top: 15px;
    padding-top: 15px;
  }
  .intro_wrap .intro_box .corporate_wrap dl {
    margin-bottom: 50px;
  }
  .intro_wrap .intro_box .corporate_wrap dl dt {
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
  .intro_wrap .intro_box .corporate_wrap dl dt p {
    font-size: 14px;
    line-height: 1.785;
    margin-bottom: 10px;
  }
  .intro_wrap .intro_box .corporate_wrap dl dt p span {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .intro_wrap .intro_box .corporate_wrap dl dd {
    width: 100%;
    max-height: 160px;
  }
  .intro_wrap .intro_box .corporate_wrap dl dd img {
    border-radius: 10px;
    max-height: 160px;
  }
  .intro_wrap .intro_box .corporate_wrap dl:last-child {
    margin-bottom: 0;
  }
  .intro_wrap .intro_box .corporate_wrap dl:nth-child(2n) {
    flex-direction: row;
  }
  .intro_wrap .election .intro_box2 {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 20px;
  }
  .intro_wrap .election .intro_box2 .main_wrap .ttl .img {
    width: 60px;
    max-height: 55px;
  }
  .intro_wrap .election .intro_box2 .main_wrap .ttl .img img {
    height: 35px;
  }
  .intro_wrap .election .intro_box2 .main_wrap .ttl h4 {
    font-size: min(5.8vw, 25px);
  }
  .intro_wrap .election .intro_box2 .main_wrap .txt {
    margin-top: 10px;
  }
  .intro_wrap .election .intro_box2 .main_wrap .txt p {
    font-size: 14px;
    line-height: 1.785;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li {
    width: 100%;
    margin: 0 auto;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li a {
    box-shadow: 0 3px 0 0 rgb(209, 224, 232);
    border-radius: 23px;
    font-size: 16px;
    padding: 10px 0;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li a::after {
    top: calc(50% - 6px);
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li.nolink {
    border-radius: 23px;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li.long {
    width: 100%;
  }
  .intro_wrap .election .intro_box2 .intro_nav_list li.long a {
    font-size: 14px;
  }
  .intro_wrap .election .intro_box2:last-child {
    margin: 0;
  }
}

/*----------------------------
* 表彰スケジュール
*----------------------------*/
.schedule {
  position: relative;
}
.schedule .img_bg01 {
  position: absolute;
  width: 50%;
  height: auto;
  top: -20px;
  left: -22%;
}
@media screen and (max-width: 767px) {
  .schedule .img_bg01 {
    width: 90%;
    top: -6vw;
  }
}

.calendarimg {
  width: 100%;
  margin: 20px auto 0;
}

/*----------------------------
* 表彰ルール
*----------------------------*/
.rule {
  position: relative;
}
.rule .img_bg01 {
  position: absolute;
  width: 50%;
  height: auto;
  top: -45px;
  left: -22%;
}
@media screen and (max-width: 767px) {
  .rule .img_bg01 {
    width: 90%;
    top: -6vw;
  }
}

.rule_wrap {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
  font-weight: 400;
}
.rule_wrap .rule_box {
  margin-bottom: 70px;
}
.rule_wrap .rule_box:last-child {
  margin-bottom: 0;
}
.rule_wrap .rule_box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ece5d8;
}
.rule_wrap .rule_box ul.list01 li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 10px;
}
.rule_wrap .rule_box ul.list01 li:last-child {
  margin-bottom: 0;
}
.rule_wrap .rule_box ul.list02 li {
  margin-bottom: 30px;
}
.rule_wrap .rule_box ul.list02 li:last-child {
  margin-bottom: 0;
}
.rule_wrap .rule_box ul.list02 li h4 {
  font-size: 22px;
  color: #af8a31;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}
.rule_wrap .rule_box ul.list02 li h4::before {
  content: "・";
  position: absolute;
  display: block;
  font-size: 16px;
  color: #af8a31;
  left: 0;
  top: 5px;
}
.rule_wrap .rule_box ul.list02 li p {
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.8;
}
.rule_wrap .rule_box ul.list02 li .list03 {
  width: calc(100% - 1.5em);
  margin-left: 1.5em;
  background-color: #f6f4ef;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}
.rule_wrap .rule_box ul.list02 li .list03 li {
  margin-bottom: 5px;
  padding-left: 1em;
  position: relative;
}
.rule_wrap .rule_box ul.list02 li .list03 li::before {
  content: "・";
  position: absolute;
  display: block;
  font-size: 12px;
  color: #333333;
  left: 0;
  top: 3px;
}
.rule_wrap .rule_box ul.list02 li .list03 li:last-child {
  margin-bottom: 0;
}
.rule_wrap .rule_box .txt01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rule_wrap {
    border-radius: 10px;
    padding: 20px;
  }
  .rule_wrap .rule_box {
    margin-bottom: 30px;
  }
  .rule_wrap .rule_box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .rule_wrap .rule_box ul.list01 li {
    margin-bottom: 8px;
  }
  .rule_wrap .rule_box ul.list02 li {
    margin-bottom: 20px;
  }
  .rule_wrap .rule_box ul.list02 li h4 {
    font-size: 18px;
    padding-left: 1em;
  }
  .rule_wrap .rule_box ul.list02 li h4::before {
    top: 1px;
  }
  .rule_wrap .rule_box ul.list02 li p {
    font-size: 14px;
    line-height: 1.7;
  }
  .rule_wrap .rule_box ul.list02 li .list03 {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .rule_wrap .rule_box ul.list02 li .list03 li {
    font-size: 14px;
  }
  .rule_wrap .rule_box ul.list02 li .list03 li::before {
    content: "・";
    position: absolute;
    display: block;
    font-size: 12px;
    color: #333333;
    left: 0;
    top: 3px;
  }
}

/*----------------------------
* footer
*----------------------------*/
.lo_footer_inner {
  padding: 50px;
  background-color: #0060a8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lo_footer_inner .logo {
  margin: 0;
  width: 385px;
  max-width: 385px;
}
.lo_footer_inner .copy {
  font-size: 14px;
  text-align: right;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .lo_footer_inner {
    padding: 10% 0;
    justify-content: center;
  }
  .lo_footer_inner .logo {
    margin: 0 auto;
    width: 80%;
    max-width: 80%;
  }
  .lo_footer_inner .copy {
    padding: 5% 0 0;
    font-size: 11px;
    text-align: center;
  }
}
#lo_pagetop {
  position: fixed;
  right: 30px;
  z-index: 9999;
  width: 52px;
  height: 52px;
}

#lo_pagetop a:hover {
  opacity: 0.7;
}

@media (max-width: 1000px) {
  #lo_pagetop {
    right: 20px;
    width: 45px;
    height: 45px;
  }
}