@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan&display=swap");
/*--------------------------------------------------
mainvisual
-----------------------------------------------------*/
.inner #mainvisual__outer {
  background: url("../media/images/top/mv/kv_bg-left.png") no-repeat, url("../media/images/top/mv/kv_bg-right.png") no-repeat, #3340C2;
  background-position: 0 225px, 110% 225px;
  padding-top: 225px;
}
@media print, screen and (min-width: 768px) {
.inner #mainvisual__outer {
	  height: calc(435px + 225px);
  }
}

@media screen and (max-width: 767px) {
  .inner #mainvisual__outer {
    padding-top: 0px;
    min-height: 106px;
    background: url("../media/images/common/h1_bg_sp.jpg") no-repeat center top;
    background-size: cover;
	justify-items: center;
	align-content: center;
  }
}

.inner #mainvisual__outer h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  height: 192px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .inner #mainvisual__outer h1 {
    font-size: 1.188em;
    height: 100%;
  }
}
.inner #mainvisual__outer h1 .cate {
  display: block;
  font-size: 0.5em;
}

.inner #mainvisual__outer h1 .sub {
  display: block;
  font-size: 0.75em;
}

.header-shrink .inner #mainvisual__outer {
  background-position: 0 180px, 110% 180px;
}
@media print, screen and (min-width: 768px) {
  .inner #mainvisual__outer + .main__contents {
    margin-top: -245px;
  }
}

/*--------------------------------------------------
	News
-----------------------------------------------------*/
.news__list li {
  border-top: 1px solid #DBDBDB;
}
.news__list li:last-child {
  border-bottom: 1px solid #DBDBDB;
}
.news__list li:last-child a {
  border: none;
}
.news__list li a {
  border-top: none;
}
.news__list li > div {
  padding: 20px 40px 20px 16px;
}
.news__list li .btn__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__list li .btn__list {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 16px 0;
  }
  .news__list li .btn__list::after {
    content: none;
  }
}
.news__list li .btn__list:hover .news__list--date {
  color: #333333;
}
.news__list li .btn__list.no_link {
  pointer-events: none;
}
.news__list--date {
  flex: 0 0 103px;
  font-family: "Spartan", sans-serif;
  margin-right: 18px;
  padding-top: 4px;
  font-size: 0.813em;
}
:lang(zh-cmn-Hans) .news__list--date {
  flex-basis: 140px;
}
@media screen and (max-width: 767px) {
  .news__list--date {
    flex-basis: 0;
  }
:lang(zh-cmn-Hans) .news__list--date {
  flex-basis: 0;
}
}

.news__list--tit {
  flex: 1 1 auto;
}
@media print, screen and (min-width: 768px) {
  .news__list--tit {
    width: calc(100% - 124px);
  }
}
.news__list--back {
  margin: 50px auto 30px;
  text-align: center;
}
.news .col__block {
  margin-top: 30px;
}

/*--------------------------------------------------
	Report
-----------------------------------------------------*/
.report--detail .text__block:not(.video__block) p {
  text-indent: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .report--detail .text__block:not(.video__block) p {
    text-indent: 0;
    margin-bottom: 1em;
  }
}
.report--detail .text__block + .ttl--h3 {
  margin-top: 30px;
}
.report--detail .text__block.schedule ul {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.125em;
}
.report--detail .text__block.schedule ul li {
  line-height: 1.556;
}
.report--detail .text__block.schedule ul li + li {
  margin-top: 15px;
}
.report--detail .text__block.schedule ul li::maker {
  font-weight: bold;
}

/*--------------------------------------------------
 about
-----------------------------------------------------*/
.about__item {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about__item {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .about__item--detail {
    width: calc((100% / 2) - 16px);
  }
}
@media screen and (max-width: 767px) {
  .about__item--detail {
    width: 100%;
  }
  .about__item--detail + .about__item--detail {
    margin-top: 40px;
  }
}
.about__item .about-intro a.btn.btn__general {
  /*border-color: $blue;
  background-color:transparent;
  z-index: 1;*/
}
.about__item .about-intro a.btn.btn__general::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  border-radius: 0px;
  background-color: #3340C2;
}
.about__item .about-intro .about__item--thumb {
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 20px;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__item .about-intro .about__item--thumb {
    height: 42vw;
    border-radius: 12px;
  }
}
.about__item .about-intro .about__item--thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
.about__item .about-intro h3 {
  text-align: center;
  color: #3340C2;
  font-size: 1.125em;
  margin: 24px auto 16px;
}
.about__item .about-intro .btn__block {
  margin: 24px auto 0;
  text-align: center;
}
.about__item .about-intro:hover .about__item--thumb {
  border-radius: 32px;
}
.about__item .about-intro:hover .about__item--thumb img {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.8;
}
.about__item .about-intro:hover a.btn.btn__general {
  border-color: #3340C2;
  background-color: #ffffff;
  color: #ffffff;
}
.about__item .about-intro:hover a.btn.btn__general::before {
  width: 100%;
}
.about__item .about-intro:hover a.btn.btn__general::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414'%3E%3Cpath data-name='ar' d='m.707.707 4 4-4 4' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}
.about__item .about-ttl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .about__item .about-ttl {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .about__item .col__block .pic {
    flex: 0 0 100%;
  }
  .about__item .col__block .pic img {
    width: 100%;
  }
  .about__item .col__block .pic + .pic {
    margin-top: 24px;
  }
}
.about__item.pamphlet dl {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.about__item.pamphlet dl dt {
  width: 147px;
}

.about__item.pamphlet dl dt img {
  border: solid 1px #707070;
  border-radius: 0;
}
.about__item.pamphlet dl dd {
  width: calc(100% - (147px + 18px));
}

.about__item.pamphlet dl.yoko dt {
  width: 190px;
}

.about__item.pamphlet dl.yoko dt img {
  border: solid 1px #707070;
  border-radius: 0;
}
.about__item.pamphlet dl.yoko dd {
  width: calc(100% - (190px + 10px));
}

@media screen and (max-width: 767px) {
  .about__item.pamphlet dl dd h3 {
    font-size: 1em;
  }
}

.anchorLink .col {
  border-color: #DBDBDB;
}
@media screen and (max-width: 767px) {
  .anchorLink .col__block {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.about__person--detail {
  border: solid 2px #DBDBDB;
  padding: 24px;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  /*dl{
  	@include flex(row nowrap, space-between, stretch);
  	dt{
  		background: #EEEFF6;
  		border-radius: 20px;
  		width: 124px;
  		height: 124px;
  		@include flex(row nowrap, center, center);
  		img{
  			width: 38%;
  		}
  		@include media(sp){
  			width: 96px;
  			height: 96px;
  		}
  	}
  	dd{
  		@include media(pc){
  			width: calc(100% - (124px + 32px));
  		}

  		h4{
  			margin-bottom: 16px;
  			position: relative;
  		}

  	}
  }*/
}
@media screen and (max-width: 767px) {
  .about__person--detail {
    margin-bottom: 50px;
    position: relative;
  }
}
.about__person--icon {
  background: #EEEFF6;
  border-radius: 20px;
  width: 124px;
  height: 124px;
  flex: 0 0 124px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
}
.about__person--icon img {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .about__person--icon {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
  }
}
@media print, screen and (min-width: 768px) {
  .about__person--info {
    width: calc(100% - (124px + 32px));
  }
}
.about__person--name {
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
.about__person--name .tag {
  font-size: 0.75em;
  color: #ffffff;
  background: #3340C2;
  padding: 6px 14px 7px 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .about__person--name .tag {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__person--name {
    display: flex;
    align-items: baseline;
    flex-flow: column-reverse nowrap;
    justify-content: flex-start;
    position: absolute;
    top: 24px;
    left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .about__person--txt {
    margin-top: 16px;
  }
}

.about__narrowdown {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__narrowdown {
    margin-bottom: 30px;
  }
}
.about__narrowdown .narrowdown {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.about__narrowdown .narrowdown .search_tit {
  font-weight: 400;
  margin-right: 15px;
}
.about__narrowdown .narrowdown input,
.about__narrowdown .narrowdown select {
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #DBDBDB;
  width: 100%;
  background: #ffffff;
}
.about__narrowdown .narrowdown .selectWrapper {
  position: relative;
  min-width: 190px;
}
.about__narrowdown .narrowdown .selectWrapper::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #3340C2;
  transform: rotate(135deg);
  position: absolute;
  transition: all 0.2s ease-out;
  top: 15px;
  right: 10px;
  border-color: #666666;
}
.about__narrowdown .narrowdown select {
  transition: all 0.2s ease-out;
  padding: 12px 24px 12px 16px;
  border-radius: 12px;
  font-size: 0.875em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about__narrowdown .narrowdown select {
    padding: 12px 14px 12px 6px;
  }
}

/*# sourceMappingURL=page.css.map */
