@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.imageTitle .photo {
  background: url(../images/title_pc.jpg) center center/cover no-repeat;
}
@media all and (max-width: 480px) {
  .imageTitle .photo {
    background: url(../images/title_sp.jpg) center center/cover no-repeat;
  }
}

h2.title {
  color: #005EAE;
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media all and (max-width: 896px) {
  h2.title {
    font-size: 2.8rem;
  }
}
h2.title span {
  font-family: "Montserrat", sans-serif;
}

.lead {
  margin-top: 50px;
}
.lead p {
  margin-top: 20px;
}

.information {
  padding: 50px 0 80px;
}
.information .informationArea {
  margin-top: 20px;
}
.information .informationArea dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 896px) {
  .information .informationArea dl {
    margin-bottom: 15px;
  }
}
.information .informationArea dl dt {
  font-size: 1.4rem;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .information .informationArea dl dt {
    margin-right: 10px;
  }
}
.information .informationArea dl dd.category {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 1px 5px;
  border-radius: 30px;
  height: 26px;
  margin-right: 20px;
  min-width: 115px;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .information .informationArea dl dd.category {
    font-size: 0.9rem;
    padding: 1px 5px;
    height: 22px;
    min-width: 80px;
  }
}
.information .informationArea dl dd.category.reception, .information .informationArea dl dd.category.shuei {
  background: #005EAE;
  border: 1px solid #005EAE;
}
.information .informationArea dl dd.category.event {
  background: #fff;
  border: 1px solid #005EAE;
  color: #005EAE;
}
.information .informationArea dl dd.category.end {
  background: #000;
  border: 1px solid #000;
}
.information .informationArea dl dd.category.movie, .information .informationArea dl dd.category.media, .information .informationArea dl dd.category.book, .information .informationArea dl dd.category.torikumi {
  background: #666;
  border: 1px solid #666;
}
.information .informationArea dl dd.category.id {
  background: #ffe600;
  border: 1px solid #ffe600;
  color: #000;
}
.information .informationArea dl dd.category.pas, .information .informationArea dl dd.category.other {
  background: #00a2ee;
  border: 1px solid #00a2ee;
}
.information .informationArea dl dd.category + dd {
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .information .informationArea dl dd.category + dd {
    width: 100%;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.information .informationArea dl:last-child {
  margin-bottom: 0;
}
.information .informationArea .more {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .information .informationArea .more {
    margin-top: 20px;
  }
}

.menu_ {
  background-color: #E8F5FB;
}
.menu_ .menuArea .topLine {
  padding: 40px 15px;
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .topLine {
    padding: 20px;
  }
}
.menu_ .menuArea .topLine h3 {
  font-size: 2.2rem;
}
.menu_ .menuArea .topLine h3 + p {
  min-height: 128px;
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .topLine h3 + p {
    min-height: auto;
  }
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .topLine .roundLink {
    font-size: 1.5rem;
  }
}
.menu_ .menuArea .topLine .roundLink a {
  padding: 10px 20px;
}
.menu_ .menuArea .linkBtn {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .linkBtn {
    margin-top: 25px;
  }
}
.menu_ .menuArea .linkBtn li.sho a {
  background: #347ebe;
}
.menu_ .menuArea .linkBtn li.sho a:hover {
  background: #00a2ee;
}
.menu_ .menuArea .linkBtn li.chu a {
  background: #015eae;
}
.menu_ .menuArea .linkBtn li.chu a:hover {
  background: #008BCC;
}
.menu_ .menuArea .linkBtn li.kou a {
  background: #014783;
}
.menu_ .menuArea .linkBtn li.kou a:hover {
  background: #006999;
}
.menu_ .menuArea .linkBtn li a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  border-radius: 3px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .linkBtn li a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}
.menu_ .menuArea .linkBtn li a:hover {
  opacity: 1;
}
.menu_ .menuArea .linkBtn li a::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M17.33%2C24.96a.319.319%2C0%2C0%2C1%2C.1-.26L21.77%2C20l-4.34-4.7a.389.389%2C0%2C1%2C1%2C.57-.53l4.58%2C4.96a.421.421%2C0%2C0%2C1%2C0%2C.52L18%2C25.21a.4.4%2C0%2C0%2C1-.55.02.445.445%2C0%2C0%2C1-.12-.29Z%22%20fill%3D%22%23015eae%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
}
@media all and (max-width: 1025px) {
  .menu_ .menuArea .linkBtn li a::after {
    top: 68%;
  }
}
@media all and (max-width: 896px) {
  .menu_ .menuArea .linkBtn li a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    top: auto;
    bottom: 20px;
    right: 20px;
    font-size: 0.8rem;
    background-image: none;
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .menu_ .menuArea .linkBtn li a::after {
    bottom: 10px;
  }
}
@media all and (max-width: 320px) {
  .menu_ .menuArea .linkBtn li a::after {
    right: 8px;
  }
}

.voice h2 + p {
  text-align: center;
  font-size: 1.8rem;
  margin: 10px auto 0;
  width: calc(100% - 40px);
}
@media all and (max-width: 896px) {
  .voice h2 + p {
    text-align: left;
    font-size: 1.6rem;
  }
}
.voice .voiceArea {
  margin-top: 50px;
}
.voice .voiceArea li {
  background-color: #f3f3f3;
  padding: 20px;
}
.voice .voiceArea li img {
  width: 80px;
  display: block;
  margin: auto;
}
@media all and (max-width: 896px) {
  .voice .voiceArea li img {
    width: 60px;
  }
}
.voice .voiceArea li h3 {
  color: #005EAE;
  font-size: 2rem;
  margin-top: 15px;
  line-height: 1.6;
  min-height: 64px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .voice .voiceArea li h3 {
    min-height: auto;
  }
}
.voice .voiceArea li p.name {
  font-size: 1.4rem;
  margin-top: 10px;
}

.faq .faqArea ul.listBox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFAE2;
  padding: 40px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .faq .faqArea ul.listBox2 {
    display: block;
    padding: 20px;
  }
}
.faq .faqArea ul.listBox2 > li.text {
  width: 100%;
}
.faq .faqArea ul.listBox2 > li.text p + ul {
  margin-top: 30px;
}
.faq .faqArea ul.listBox2 > li.text ul li {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .faq .faqArea ul.listBox2 > li.text ul li {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
.faq .faqArea ul.listBox2 > li.text ul li div {
  display: flex;
  align-items: center;
}
.faq .faqArea ul.listBox2 > li.text ul li div span.number {
  color: #679ece;
  margin-right: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .faq .faqArea ul.listBox2 > li.text ul li div span.number {
    font-size: 1.8rem;
  }
}
.faq .faqArea ul.listBox2 > li.text ul li p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .faq .faqArea ul.listBox2 > li.text ul li p {
    font-size: 1.4rem;
  }
}
.faq .faqArea ul.listBox2 > li.text ul li:last-child {
  margin-bottom: 0;
}

.information, .menu_, .voice {
  padding: 50px 0 80px;
}
@media all and (max-width: 896px) {
  .information, .menu_, .voice {
    padding: 25px 0 40px;
  }
}

.last {
  padding: 60px 0;
  background-color: #e0ecf5;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .last {
    padding: 50px 0;
    margin-top: 40px;
  }
}
.last p {
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .last p {
    font-size: 1.6rem;
  }
}
.last .btnwrap {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .last .btnwrap {
    display: block;
  }
}
.last .btnwrap > p.more {
  width: 48%;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .last .btnwrap > p.more {
    width: 100%;
    margin-top: 15px;
  }
}
.last .btnwrap > p.more a {
  color: #fff;
  border: none;
  line-height: 1.6;
  padding: 20px;
}
@media all and (max-width: 896px) {
  .last .btnwrap > p.more a {
    padding: 12px 10px 8px;
    line-height: 1.5;
    height: 70px;
  }
}
.last .btnwrap > p.more a::after {
  background: url("../../common/images/icon_arrow_circleline_white.svg");
}
@media all and (max-width: 896px) {
  .last .btnwrap > p.more a::after {
    right: 5px;
  }
}
@media all and (max-width: 896px) {
  .last .btnwrap > p.more a {
    font-size: 1.5rem;
  }
}
.last .btnwrap > p.more a span {
  display: block;
}
.last .btnwrap > p.more:first-child a {
  background-image: linear-gradient(90deg, rgb(0, 162, 227), rgb(0, 170, 170));
}
.last .btnwrap > p.more:first-child a:hover {
  background-image: linear-gradient(90deg, rgb(0, 170, 170), rgb(0, 162, 227));
  opacity: 1;
}
.last .btnwrap > p.more:last-child a {
  background-image: linear-gradient(90deg, rgb(0, 162, 238), rgb(1, 94, 174));
}
.last .btnwrap > p.more:last-child a:hover {
  background-image: linear-gradient(90deg, rgb(1, 94, 174), rgb(0, 162, 238));
  opacity: 1;
}

.cvArea {
  margin-top: 0;
}