/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
#header_nav > li.category_index.delay {
  pointer-events: none;
}

#breadcrumb_list ul li a {
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  #breadcrumb_list ul li::after {
    opacity: 1 !important;
  }
}

/**/
#kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #kv {
    height: 72.4rem;
    background: url("../img/index/kv_bg_pc.jpg") center bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #kv {
    height: 118rem;
    background: url("../img/index/kv_bg_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }
}

#kv h1 {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  z-index: 10;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #kv h1 {
    top: 0;
    padding-top: 17rem;
    height: 100%;
    line-height: 1.715em;
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    background: url("../img/index/kv_ttl_pc.png") center top no-repeat;
    background-size: auto 60% !important;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 {
    padding: 0 4rem;
    top: 17rem;
    line-height: 1.746em;
    font-size: 5.5rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  #kv h1 picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#kv h1 img {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #kv h1 img {
    width: 125rem;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #kv h1 img {
    width: 100%;
    height: auto;
  }
}

/*
#about_bg{
    position:fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    @include mq(pc) {
    background:#f1f1f1 url("../img/index/bg.png") center top no-repeat;
	background-size:divceil(482, 10, rem) auto;
    }
    @include mq(sp) {
    background:#f1f1f1 url("../img/index/bg.png") center top no-repeat;
	background-size:divceil(600, 10, rem) auto;
    }
    pointer-events: none;
}
section{
    z-index: 5;
}
*/
#read_txt {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#read_txt .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #read_txt .inner {
    padding: 5rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #read_txt .inner {
    padding: 8rem 0 !important;
  }
}

/*
#read_txt p{
    position: relative;
    color: $font_color_k;
    @include fw(Regular);
      @include mq(pc) {
        text-align: center;
        @include tbmag(16, 48, pc);
        letter-spacing: 0.05em;
    }
    @include mq(sp) {
        @include tbmag(32, 80, sp);
        letter-spacing: 0.05em;
        text-align: justify;
    }
}
*/
#read_txt p {
  position: relative;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #read_txt p {
    text-align: center;
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #read_txt p {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

#mdl_sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #mdl_sec .inner {
    padding: 5rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .inner {
    padding: 8rem 0 !important;
  }
}

#mdl_sec .img_set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #mdl_sec .img_set {
    gap: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .img_set {
    gap: 6rem;
  }
}

#mdl_sec .img_set a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #mdl_sec .img_set a {
    width: 31.6%;
    max-width: 38rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .img_set a {
    width: 67rem;
  }
}

#mdl_sec .img_set a figure {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #mdl_sec .img_set a figure {
    width: 100%;
    height: 23.5rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .img_set a figure {
    width: 67rem;
    height: 41.4rem;
    border-radius: 0.6rem;
  }
}

#mdl_sec .img_set a figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #mdl_sec .img_set a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#mdl_sec .img_set a h2 {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #mdl_sec .img_set a h2 {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .img_set a h2 {
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  #mdl_sec .img_set a:hover h2 {
    color: #0068b2;
  }
}

#mdl_sec .btn_set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #mdl_sec .btn_set {
    gap: 2rem 0;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .btn_set {
    gap: 2rem;
    margin-top: 6rem;
  }
}

#mdl_sec .btn_set a {
  position: relative;
  display: block;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a {
    border: #e2e2e2 0.2rem solid;
    width: 31.6%;
    max-width: 38rem;
    height: 7.5rem;
    padding: 0 2rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .btn_set a {
    border: #e2e2e2 0.4rem solid;
    width: 67rem;
    height: 14rem;
    padding: 0 4rem;
    border-radius: 0.6rem;
  }
}

#mdl_sec .btn_set a h2 {
  position: relative;
  padding-right: 0.5em;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a h2 {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .btn_set a h2 {
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a:hover {
    border: #0068b2 0.2rem solid;
  }
}

@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a:hover h2 {
    color: #0068b2;
  }
}

#mdl_sec .btn_set a .arrow {
  position: relative;
  display: block;
  background: rgb(16, 59, 110);
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 59, 110)), to(rgb(1, 132, 210)));
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a .arrow {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .btn_set a .arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
}

#mdl_sec .btn_set a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  #mdl_sec .btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  #mdl_sec .btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.96rem auto;
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
}

#movie_sec {
  position: relative;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #movie_sec .inner {
    padding: 5rem 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #movie_sec .inner {
    padding: 8rem 0 0 !important;
  }
}

#movie_sec #movie_frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  #movie_sec #movie_frame {
    max-width: 60rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #movie_sec #movie_frame {
    max-width: 67rem;
    margin: 0 auto;
  }
}

#movie_sec #movie_frame video {
  position: relative;
  width: 100%;
  height: auto;
}

#movie_sec #movie_frame iframe {
  width: 100%;
  height: 100%;
}

#movie_sec #movie_frame figure {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*
#movie_sec #movie_frame video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
*/
#movie_sec .cap {
  position: relative;
  font-weight: 400;
  color: #333333;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #movie_sec .cap {
    max-width: 60rem;
    line-height: 1.7em;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #movie_sec .cap {
    max-width: 67rem;
    line-height: 1.7em;
    font-size: 2.4rem;
    letter-spacing: 0em;
    padding-top: 2rem;
  }
}

#pdf_sec {
  position: relative;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #pdf_sec {
    padding: 0;
  }
}

#pdf_sec .inner {
  border-bottom: #d0d0d0 1px solid;
}
@media screen and (min-width: 769px) {
  #pdf_sec .inner {
    padding: 3rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec .inner {
    padding: 5rem 0 !important;
  }
}

#pdf_sec .set {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  #pdf_sec .set {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec .set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6rem;
  }
}

#pdf_sec .set figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  #pdf_sec .set figure {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec .set figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 67rem;
  }
}

#pdf_sec .set figure {
  position: relative;
}
@media screen and (max-width: 768px) {
  #pdf_sec .set figure {
    width: 40rem;
    margin: 0 auto;
  }
}

#pdf_sec .set div {
  position: relative;
}
@media screen and (min-width: 769px) {
  #pdf_sec .set div {
    max-width: 92rem;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec .set div {
    width: 67rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#pdf_sec h3 {
  position: relative;
  font-weight: 400;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #pdf_sec h3 {
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec h3 {
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}

#pdf_sec a h3 {
  position: relative;
  -webkit-transition: ease-out 0.6s all;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #pdf_sec a:hover h3 {
    color: #0068b2;
  }
}

#pdf_sec h3 span::after {
  content: "";
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #pdf_sec h3 span::after {
    width: 2.8rem;
    height: 2rem;
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec h3 span::after {
    width: 1.273em;
    height: 0.955em;
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    margin-left: 2rem;
  }
}

#pdf_sec div p {
  position: relative;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #pdf_sec div p {
    text-align: left;
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #pdf_sec div p {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: justify;
    padding-top: 3rem;
  }
}

/*add*/
#breadcrumb_list {
  z-index: 11 !important;
}