@charset "UTF-8";

/* common
------------------------------------------------ */
/* reset */
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

.newContentsArea a[target="_blank"]:has(>img) {
  background: none;
  padding: 0;
}

.newContentsArea a[target="_blank"]:has(>picture) {
  background: none;
  padding: 0;
}

.newContentsArea img {
  width: auto;
  vertical-align: top;
}

.newContentsArea li {
  list-style: none;
}

/* module */
.mb0 {
  margin-block-end: 0 !important;
}

.mt10 {
  margin-block-start: 10px !important;
}

.mt20 {
  margin-block-start: 20px !important;
}

.mt32 {
  margin-block-start: 32px !important;
}

.mt40 {
  margin-block-start: 40px !important;
}

.mt60 {
  margin-block-start: 60px !important;
}

.mt80 {
  margin-block-start: 80px !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-width: 320px;
}

.top {
  position: relative;
  height: 100%;
  padding: 0 30px;
}
.top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4059px;
  background: url(../img/bg_sky_sp.png) no-repeat top center / contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top {
    padding: 0;
  }
  .top::before {
    width: 100%;
    height: 4991px;
    background: url(../img/bg_sky_pc.png) no-repeat top center / contain;
  }
}

/* head */
header {
  position: relative;
  box-shadow: none;
}
header .wrapper {
  display: none;
}
.head h1.title {
  text-align: center;
  padding-top: 32px;
}
.head h1.title img {
  width: 280px;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  header {
    min-width: auto;
    height: auto;
  }
  header .wrapper {
    width: 100%;
  }
  .head h1.title {
    padding-top: 62px;
  }
  h1.title img {
    width: 338px;
  }
}

/* slider */
.contentsSlider {
  position: relative;
}
.mainSlider {
  max-width: 98%;
  margin-left: 5px;
}
.swiper {
  min-height: auto;
}
.sliderFrame {
  position: absolute;
  top: 0;
  left: 50.4%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 320px;
  vertical-align: top;
  z-index: 10;
}
.sliderFrame img {
  width: 100%;
  height: auto;
}
.swiper-slide {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  width: 100%;
  min-width: 300px;
  height: auto;
  border-radius: 16px;
  border: 4px solid #fff;
}
.buttonWrap {
  position: relative;
  height: 48px;
  margin-top: 20px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 20%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 20%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 48px;
  height: 48px;
}
.swiper-button-prev:after {
  background: url(../img/icon_slider_left.png)no-repeat center center/ contain;
}
.swiper-button-next:after {
  background: url(../img/icon_slider_right.png)no-repeat center center/ contain;
}
.swiper-pagination-fraction {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 38px;
  width: 52px;
  left: 50%;
  transform: translate(-50%);
}
.swiper-pagination .swiper-pagination-total,
.swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
.swiper-pagination .swiper-pagination-current {
  color: #0560b4;
}

@media screen and (min-width: 769px) {
  .mainSlider {
    max-width: 100%;
    margin-left: 0;
  }
  .sliderFrame {
    width: 720px;
  }
  .swiper {
    max-height: 616px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #0560b4;
    opacity: 1;
  }
  .swiper-container,
  .swiper-slide {
   width: 558px;
   padding: 80px 0 0;
}
  .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .swiper-slide img {
    border: 8px solid #fff;
  }
  .buttonWrap {
    position: absolute;
    top: 36%;
    width: 100%;
    max-width: 976px;
    height: 72px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 72px;
    height: 72px;
    transition: opacity .2s;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 72px;
    height: 72px;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .65;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-fraction {
    position: relative;
    margin-top: 8rem;
    background: none;
    display: block;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #0560b4;
    opacity: 1;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #0560b4;
  }
}

/* about */
.about {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5em;
  margin-top: 4rem;
}
.about .contents > p,
.about .contents > small {
  font-weight: bold;
  line-height: 2;
}
.about .contents > small {
  display: block;
}
.about h2 {
  position: relative;
  display: inline-block;
}
.about h2::before,
.about h2::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.about h2::before {
  bottom: -40%;
  left: -22%;
  width: 30%;
  height: 100%;
  background: url(../img/img_about02.png) no-repeat;
  background-size: contain;
}
.about h2::after {
  bottom: -42%;
  right: -20%;
  width: 30%;
  height: 100%;
  background: url(../img/img_about03.png) no-repeat;
  background-size: contain;
}
.about h2 img {
  width: 248px;
}

@media screen and (min-width: 769px) {
  .about {
    padding-top: 180px;
    overflow: hidden;
  }
  .about h2 img {
    width: 380px;
  }
  .about h2::before {
    width: 180px;
    top: -35%;
    bottom: auto;
    left: -65%;
  }
  .about h2::after {
    width: 206px;
    top: -50%;
    bottom: auto;
    right: -75%;
  }
}

/* award */
.awardTop{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25.8%;
  background: url(../img/bg_town.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.awardWrapp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #66C5eb;
  margin-top: -10px;
  padding: 0 10px 60px;
}
.awardWrapp h2 img {
  width: 186px;
}
.award > h3 {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 28px 16px;
}
.award > h3 .accordionBtn {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  transform: translateY(-50%);
}
.award > h3 .accordionBtn::before,
.award > h3 .accordionBtn::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 14px;
  height: 3px;
  background: #e44646;
  transform: translate(-50%);
}
.award.excellenceAward > h3 .accordionBtn::before,
.award.excellenceAward > h3 .accordionBtn::after {
  background: #fba022;
}
.award.goodAward > h3 .accordionBtn::before,
.award.goodAward > h3 .accordionBtn::after {
  background: #0560b4;
}
.award > h3 .accordionBtn::after {
  transform: translate(-50%) rotate(90deg);
  transition: .3s;
}
.award > h3.active .accordionBtn::after {
  transform: translate(-50%) rotate(180deg);
}
.award {
  padding: 5px;
  border-radius: 16px;
}
.award.bestAward {
  background: #e44646;
}
.award.excellenceAward {
  background: #fba022;
  margin-top: 8px;
}
.award.goodAward {
  background: #0560b4;
  margin-top: 8px;
}

.awardContents {
  display: none;
  border-radius: 12px;
  padding: 60px 20px;
}
.award.bestAward .awardContents {
  display: block;
  background: url(../img/texture_award01_sp.png) repeat-y;
  background-color: #faf6f0;
}
.award.excellenceAward .awardContents {
  display: none;
  background: url(../img/texture_award02_sp.png) repeat-y;
  background-color: #e0f3fa;
}
.award.goodAward .awardContents {
  display: none;
  background: url(../img/texture_award03_sp.png) repeat-y;
  background-color: #fff3f1;
}
.awardContents > img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.awardList,
.award.goodAward .awardContents .awardList,
.award.goodAward .awardContents .awardList.col-3 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px 0;
  margin-top: 40px;
}
.awardList .awardList_item > h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  max-width: 280px;
  background: url(../img/img_ribbon_sp.png) no-repeat center center / contain;
  padding: 12px 16px;
}
.awardList .awardList_item .itemWrapper {
  margin-top: 24px;
}

.awardList .awardList_item .itemWrapper .txt {
  display: block;
  font-size: .8rem;
  font-weight: bold;
  margin-top: 8px;
}
.awardList .awardList_item .itemWrapper .title {
  font-weight: bold;
  margin-top: 4px;
}
.awardList .awardList_item .itemWrapper .downloadBtn {
  display: inline-block;
  width: 214px;
  font-size: .8rem;
  color: #009fde;
  font-weight: bold;
  background: #fff;
  border: 2px solid #009fde;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10px 8px 12px;
  margin-top: 14px;
  transition: .2s;
}
.awardList .awardList_item .itemWrapper .downloadBtn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  background: url(../img/icon_download.svg) no-repeat center center / contain;
  margin-left: 8px;
}
.awardList .awardList_item .itemWrapper .downloadBtn:hover {
  color: #fff;
  background: #009fde;
  opacity: 1;
}
.awardList .awardList_item .itemWrapper .downloadBtn:hover::after {
  background: url(../img/icon_download_white.svg) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .sliderFrame img {
    max-width: 800px;
    min-width: 315px;
  }
}
@media screen and (min-width: 769px) {
  .awardWrapp {
    padding: 0 10px 70px;
  }
  .awardWrapp h2 img {
    width: 236px;
  }
  .award {
    padding: 0;
  }
  .award.bestAward,
  .award.excellenceAward, 
  .award.goodAward {
    background: none;
  }
  .award .awardContents {
    position: relative;
    width: 100%;
    padding: 80px 24px 320px;
    margin: 0 auto;
  }
  .award.bestAward .awardContents {
    background: url(../img/texture_award01_pc.png) no-repeat center top / cover;
  }
  .award.excellenceAward .awardContents {
    background: url(../img/texture_award02_pc.png) no-repeat center top / cover;
    display: block;
    margin-top: -240px;
  }
  .award.goodAward .awardContents {
    background: url(../img/texture_award03_pc.png) no-repeat center top / cover;
    display: block;
    margin-top: -240px;
    padding: 80px 24px 120px;
  }
  .awardList {
    max-width: 1400px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 88px 64px;
    margin: 80px auto 0;
  }
  .award.goodAward .awardContents .awardList {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    gap: 40px 64px;
  }
  .award.goodAward .awardContents .awardList.col-3 {
    grid-template-columns: 21.58% 21.58% 21.58%;
    gap: 40px 64px;
    justify-content: center;
  }
  .awardList .awardList_item > h3 {
    position: relative;
    display: inline-block;
    width: 200px;
    color: #fff;
    background: url(../img/img_ribbon_pc.png) no-repeat center center / contain;
  }
  .awardList .awardList_item .itemWrapper {
    margin-top: 32px;
  }
  .awardList .awardList_item .itemWrapper .txt {
    margin-top: 16px;
  }
  .awardList .awardList_item .itemWrapper .title {
    margin-top: 8px;
  }
  .awardList .awardList_item .itemWrapper .downloadBtn {
    width: 100%;
    max-width: 238px;
  }
}

/* footer */
footer {
  margin: 0;
}
footer .wrapper {
  display: none;
}
footer .copyright {
  font-size: 14px;
  font-size: .75rem;
  text-align: center;
  color: #009FDE;
  background-color: #fff;
  padding: 20px;
  margin: 0;
  position: relative;
}
footer .copyright::before {
  content: none;
}

@media screen and (min-width: 769px) {
  footer {
    min-width: auto;
  }
}