﻿@charset "UTF-8";
.cntsSct {
  background: var(--clrYe);
  padding: 0 0 100px;
}
.cntsSct::before {
  content: none;
}
.mainArea {
  position: relative;
}
.mainArea .mainImg {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 400px;
  overflow: hidden;
  display: block;
}
.mainArea .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainArea .logoObj {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  top: 90%;
  max-width: 765px;
}
.mainArea .logoObj a {
  transition: 0.2s ease;
}
.mainArea .logoObj a:hover {
  transition: 0.2s ease;
  filter: opacity(0.8);
}

.titleArea {
  margin: 130px auto 0;
  margin-top: min(12%, 180px);
}
.titleArea .txtGlp {
  text-align: center; /* width: 60%; */
  margin: 0 auto;
}
.titleArea .txtGlp .ttlObj {
  line-height: 1;
  width: min(54vw, 640px);
  margin: 0 auto 48px;
}
.titleArea .txtGlp .ttlObj .ttl {
  display: block;
}
.titleArea .txtGlp .txtObj {
  color: var(--clrBr);
  margin: 20px auto 0;
}

.titleArea .infoBlk {
  /* width: 80%; */
  max-width: 940px;
  margin: 40px auto 80px;
  background: var(--clrBk);
  width: 80%;
  /* max-width: 1100px; */
  border-radius: var(--kadoR80) var(--kadoR80) 0 var(--kadoR80);
  padding: 60px 50px 70px;
}
.titleArea .infoBlk .infoLists {
  width: 100%;
  margin: 0 auto;
}
.titleArea .infoBlk .infoLists .infoList {
  background: var(--clrBe1);
  border-radius: var(--kadoR16);
  position: relative;
}
.titleArea .infoBlk .infoLists .infoList a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 1em;
  top: 0.68em;
  line-height: 1;
  background: #fff;
  border-radius: 100px;
}
.titleArea .infoBlk .infoLists .infoList a {
  text-decoration: underline;
  color: #fff;
  padding: 0 0 0 2.5em;
  cursor: pointer;
  display: block;
  position: relative;
}
.titleArea .infoBlk .infoLists .infoList a:hover {
  opacity: 0.5;
}
.titleArea .infoBlk .infoLists .infoList + .infoList {
  margin: 15px 0 0;
}
.titleArea .navigatorBlk {
  margin: 40px auto;
  display: flex;
  flex-flow: wrap;
  width: 80%;
  max-width: 960px;
  border: 2px solid #ebe2d3;
  border-radius: 24px;
  padding: 24px;
  align-items: center;
}
.titleArea .navigatorBlk .imgObj {
  max-width: 220px;
  width: 25%;
  border-radius: var(--kadoR16);
  overflow: hidden;
}
.titleArea .navigatorBlk .txtGlp {
  width: 70%;
  text-align: left;
}
.titleArea .navigatorBlk .txtGlp .txtObj {
  color: var(--clrGrn);
  margin: 0 auto;
}
.titleArea .navigatorBlk .txtGlp .txtObj.name {
}
.titleArea .navigatorBlk .txtGlp .txtObj.cap {
  margin: 1em 0 0;
}

.titleArea .bnrBlk {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.titleArea .bnrBlk .bnrSet {
  max-width: 200px;
  margin: 0 30px;
  border-radius: var(--kadoR8);
  overflow: hidden;
}
.titleArea .bnrBlk a {
}

.articleArea {
  width: 80%;
  margin: 0 auto 0;
  max-width: 940px;
  border-radius: 0 var(--kadoR80) var(--kadoR80) var(--kadoR80);
  overflow: hidden;
  background: #fff;
  padding: 40px;
  border: 2px solid;
}
.articleArea .ttlObj {
}
.articleArea .imgTxtSet {
  padding: 0;
}
.articleArea .imgTxtSet .txtObj {
  margin: 0 auto 50px;
}
.articleArea .imgTxtSet .imgObj {
  width: 80%;
  margin: 0 auto 50px;
  border: 2px solid;
  overflow: hidden;
}
.articleArea.typeA {
}
.articleArea.typeA .ttlObj {
  background: #fff;
  padding: 0 0 1.5em;
}
.articleArea.typeA .imgTxtSet {
  background: var(--clrBe2);
}
.articleArea.typeA .imgTxtSet .txtObj {
}
.articleArea.typeA .imgTxtSet .imgObj {
}
.articleArea.typeB {
}
.articleArea.typeB .ttlObj {
  background: var(--clrPk);
  padding: 0.5em 0.2em;
  display: inline-block;
  line-height: 1;
}
.articleArea.typeB .imgTxtSet {
  background: var(--clrBe1);
}
.articleArea.typeB .imgTxtSet .txtObj {
}
.articleArea.typeB .imgTxtSet .sTtlObj {
  color: var(--clrBr);
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  margin: 30px 0;
}
.articleArea.typeB .imgTxtSet .imgObj {
  margin: 0 auto 50px;
}

.archiveBtn {
  max-width: 300px;
  margin: 60px auto 0;
  border-radius: 100px;
  background: #fff;
  border: 2px solid;
  overflow: hidden;
}
.archiveBtn a {
  color: var(--clrBe1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  transition: 0.2s ease;
}
.archiveBtn a:hover {
  transition: 0.2s ease;
  background: #000;
  color: #fff;
  border-color: #000;
}

@media (width <= 900px) {
  .mainArea {
  }
  .mainArea .mainImg {
    height: 200px;
  }
  .mainArea .logoObj {
    width: 85%;
  }

  .titleArea {
    margin: 22% auto 0;
  }
  .titleArea .txtGlp {
  }
  .titleArea .txtGlp .ttlObj {
    width: min(84vw, 640px);
    margin: 0 auto 20px;
  }
  .titleArea .txtGlp .txtObj {
  }

  .titleArea .infoBlk {
    margin: 60px auto 0;
    width: 95%;
    padding: 30px 0;
  }
  .titleArea .infoBlk .infoLists {
    width: 90%;
    padding: 15px 0;
  }
  .titleArea .infoBlk .infoLists .infoList {
  }
  .titleArea .infoBlk .infoLists .infoList a::before {
    width: 6px;
    height: 6px;
    left: 0;
  }
  .titleArea .infoBlk .infoLists .infoList a {
    padding: 0 0 0 1.25em;
  }
  .titleArea .infoBlk .infoLists .infoList a:hover {
  }
  .titleArea .infoBlk .infoLists .infoList + .infoList {
  }
  .titleArea .navigatorBlk {
    padding: 20px;
    width: 90%;
    margin: 30px auto 0;
  }
  .titleArea .navigatorBlk .imgObj {
    width: 55%;
    margin: 0 auto;
  }
  .titleArea .navigatorBlk .txtGlp {
    width: 100%;
  }
  .titleArea .navigatorBlk .txtGlp .txtObj {
  }
  .titleArea .navigatorBlk .txtGlp .txtObj.name {
    text-align: center;
    margin: 20px auto 0;
  }
  .titleArea .navigatorBlk .txtGlp .txtObj.cap {
  }

  .titleArea .bnrBlk {
  }
  .titleArea .bnrBlk .bnrSet {
    width: 45%;
  }
  .titleArea .bnrBlk a {
  }

  .articleArea {
    width: 95%;
    margin: 50px auto 0;
    padding: 30px 15px;
  }
  .articleArea .ttlObj {
  }
  .articleArea .imgTxtSet {
  }
  .articleArea .imgTxtSet .txtObj {
    margin: 0 auto 40px;
  }
  .articleArea .imgTxtSet .imgObj {
    width: 90%;
  }
  .articleArea.typeA {
    margin: 50px auto 0;
    padding: 30px 16px 0;
  }
  .articleArea.typeA .ttlObj {
    padding: 0;
  }
  .articleArea.typeA .imgTxtSet {
    padding: 1.5em 0;
  }
  .articleArea.typeA .imgTxtSet .txtObj {
  }
  .articleArea.typeA .imgTxtSet .imgObj {
  }
  .articleArea.typeB {
  }
  .articleArea.typeB .ttlObj {
    padding: 0.5em 0.5em;
  }
  .articleArea.typeB .imgTxtSet {
    padding: 2em 0em;
  }
  .articleArea.typeB .imgTxtSet .txtObj {
  }
  .articleArea.typeB .imgTxtSet .sTtlObj {
    margin: 0 auto 20px;
  }
  .articleArea.typeB .imgTxtSet .imgObj {
    margin: 0 auto 40px;
  }

  .archiveBtn {
  }
  .archiveBtn a {
  }
}

.custom-selectbox {
  position: relative;
}
.custom-selectbox .selectWrap {
  position: relative;
}
.custom-selectbox .selectWrap:before,
.custom-selectbox .selectWrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  right: 0;
  background: var(--clrGrn);
}
.custom-selectbox .selectWrap:before {
  border-radius: 0 var(--kadoR8) var(--kadoR8) 0;
}
.custom-selectbox .selectWrap:after {
  top: 50%;
  right: 12px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: var(--clrBe1);
  border-width: 7px 7px 0;
}
.custom-selectbox select {
  z-index: 1;
  width: 100%;
  height: 40px;
  display: block;
  -webkit-appearance: none;
  border: 2px solid var(--clrGrn);
  background-color: var(--clrBe1);
  padding: 0 0 0 20px;
  border-radius: var(--kadoR8);
  color: var(--clrGrn);
}
.custom-selectbox select:focus {
  outline: none;
  border: 2px solid #6c6964;
}

#archiveselect {
  /* background-color: #fccd44; */
  /* padding-bottom: 75px; */
  margin: 60px auto 0;
}
#archiveselect .secHead {
  margin-bottom: 22px;
}
#archiveselect .secHead h2 {
  text-align: center;
}
#archiveselect:before {
  content: "";
}
#archiveselect:after {
  content: "";
}
#archiveselect .custom-selectbox {
  padding: 0 0;
  max-width: 640px;
  margin: 0 auto;
}
#archiveselect .custom-selectbox .selectWrap:after {
  margin-top: -5px;
  border-width: 11px 8px 0;
}
#archiveselect .custom-selectbox select {
  /* font-size: 20px; */
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
}

@media (width <= 900px) {
  .custom-selectbox {
  }
  .custom-selectbox .selectWrap {
  }
  .custom-selectbox .selectWrap:before,
  .custom-selectbox .selectWrap:after {
  }
  .custom-selectbox .selectWrap:before {
  }
  .custom-selectbox .selectWrap:after {
  }
  .custom-selectbox select {
  }
  .custom-selectbox select:focus {
  }

  #archiveselect {
    width: 90%;
    margin: 40px auto 0;
  }
  #archiveselect .secHead {
  }
  #archiveselect .secHead h2 {
  }
  #archiveselect:before {
  }
  #archiveselect:after {
  }
  #archiveselect .custom-selectbox {
  }
  #archiveselect .custom-selectbox .selectWrap:after {
  }
  #archiveselect .custom-selectbox select {
  }
}

#archive-wrap {
}
#archive-wrap .archive-page {
}
#archive-wrap .archive-page li {
}
#archive-wrap #archive-info {
}
#archive-wrap #archive-info li {
  display: flex;
  background: #fff;
  border: 2px solid;
  border-radius: 0 var(--kadoR40) var(--kadoR40) var(--kadoR40);
  flex-flow: wrap;
}
#archive-wrap #archive-info li:nth-of-type(2n) {
  border-radius: var(--kadoR40) 0 var(--kadoR40) var(--kadoR40);
  margin: 24px 0;
}
