@charset "UTF-8";

/*!city-common*/
.city_logo {
  text-align: center;
  margin-bottom: 1em;
  position: relative
}

.city_logo img {
  max-width: 100px
}

.city_logo figcaption {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(5vw, 2rem);
  font-weight: 700;
  text-transform: capitalize;
  margin-top: .5em
}

.city_logo figcaption a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

@media print,
screen and (min-width:600px) {
  .city_logo img {
    max-width: 150px
  }

  .city_logo figcaption {
    font-size: 20px;
    font-size: 2rem;
    font-size: min(3.33333vw, 2rem)
  }
}

@media print,
screen and (min-width:1025px) {
  .city_logo figcaption {
    font-size: 26px;
    font-size: 2.6rem;
    font-size: min(2.09677vw, 2.6rem)
  }
}

.city_lists>* {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em !important;
  border-bottom: solid 1px #333
}

.city_lists>:last-child {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: none
}

.city_lists>* figcaption {
  font-size: inherit
}

/*!search-contents*/
.search_cnt {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto
}

.search_cnt #searchform {
  margin-bottom: 1.6em
}

#searchform {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

#searchform button,
#searchform input {
  display: block
}

#searchform input {
  width: 100%;
  padding: .5em calc(.5em + 60px) .5em .5em;
  border-radius: 10px;
  border: solid 1px #333;
  background-color: #f6f6f6
}

#searchform button {
  width: 60px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

#searchform button svg {
  fill: #fff
}

@media print,
screen and (min-width:1025px) {
  #searchform button {
    cursor: pointer;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity
  }

  #searchform button:hover {
    opacity: .7
  }
}

.search_cnt .search_tag .tag_cnt {
  font-size: 14px;
  font-size: 1.4rem
}

.search_cnt .search_tag .tag_cnt li a {
  font-size: 14px;
  font-size: 1.4rem
}

@media print,
screen and (min-width:1025px) {
  .search_cnt .search_tag .tag_cnt {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: min(1.12903vw, 1.4rem)
  }

  .search_cnt .search_tag .tag_cnt li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: min(1.12903vw, 1.4rem)
  }
}

.dropdown_btn {
  text-align: center;
  padding-top: .5em;
  margin-top: .5em;
  border-top: solid 1px #797979
}

.dropdown_btn svg {
  width: 1em;
  height: 1em;
  fill: #797979;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform
}

.active .dropdown_btn svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.dropdown_cnt {
  overflow: hidden;
  max-height: 25px;
  -webkit-transition: max-height .6s;
  transition: max-height .6s;
  padding-top: 1px
}

.active .dropdown_cnt {
  overflow: visible;
  max-height: 400px
}

@media print,
screen and (min-width:1025px) {
  .dropdown_btn {
    cursor: pointer
  }

  .dropdown_btn:hover svg {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  .active .dropdown_btn:hover svg {
    -webkit-transform: translateY(-3px) rotate(180deg);
    transform: translateY(-3px) rotate(180deg)
  }
}

/*!reportlists*/
/*!category*/
.category {
  display: inline-block
}

.category a {
  display: block;
  min-width: 10em;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: .2em .5em;
  background-color: #f6f6f6
}

.report_lists article {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #000;
  position: relative
}

.report_lists article .list_thumb {
  margin-bottom: .5em
}

.report_lists article .list_thumb img {
  border-radius: 15px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover
}

.report_lists article .list_cat {
  margin-bottom: .5em
}

.report_lists article .list_cat a {
  position: relative;
  z-index: 2
}

.report_lists article .list_title {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1em;
  margin-bottom: 1em
}

.report_lists article .list_title a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.report_lists article .city_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
  position: relative;
  z-index: -1
}

.report_lists article .city_logo img {
  max-width: 50px;
  padding-right: .5em
}

.report_lists article .city_logo figcaption {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0
}

.report_lists[data-type=row] article>div i {
  display: none
}

@media print,
screen and (min-width:600px) {
  .report_lists article .list_thumb img {
    height: 120px
  }

  .report_lists[data-type=row] article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
  }

  .report_lists[data-type=row] article .list_thumb {
    width: 30%
  }

  .report_lists[data-type=row] article>div {
    width: 50%;
    padding-right: 30px
  }

  .report_lists[data-type=row] article>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
  }

  .report_lists[data-type=row] article>div>div .list_cat {
    margin-right: 1em;
    margin-bottom: 0
  }

  .report_lists[data-type=row] article>div .list_title {
    font-size: 16px;
    font-size: 1.6rem
  }

  .report_lists[data-type=row] article>div i {
    display: block;
    width: 70px;
    position: absolute;
    top: 20px;
    right: 0
  }

  .report_lists[data-type=row] article .city_logo {
    display: block;
    width: 15%;
    margin-top: 0
  }

  .report_lists[data-type=row] article .city_logo img {
    max-width: 100px;
    padding-right: 0
  }

  .report_lists[data-type=row] article .city_logo figcaption {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-size: min(1.6129vw, 2rem);
    margin-top: .5em
  }
}

@media print,
screen and (min-width:1025px) {
  .report_lists article {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity
  }

  .report_lists article .list_thumb {
    overflow: hidden;
    border-radius: 15px
  }

  .report_lists article .list_thumb img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
  }

  .report_lists article .list_title {
    min-height: 3.6em
  }

  .report_lists article .list_title a:hover {
    color: #000
  }

  .report_lists article:hover .list_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  .report_lists[data-type=row] article {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #333
}

.swiper-button-lock {
  display: none !important
}

.swiper-pagination-bullet-active {
  background-color: #333
}

.swiper.no_slide {
  padding-bottom: 0
}

.swiper.no_slide .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.swiper.no_slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important
}

.swiper.no_slide .swiper-arrow {
  display: none
}

.swiper .swiper-slide {
  height: auto !important
}

.slider_carousel {
  padding-bottom: 20px
}

.slider_carousel .swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.slider_carousel .swiper-wrapper .swiper-slide {
  height: auto
}

.slider_carousel .swiper-arrow {
  display: none
}

.slider_carousel .swiper-pagination {
  bottom: 0
}

@media print,
screen and (min-width:1025px) {
  .slider_carousel {
    padding-bottom: 50px
  }

  .slider_carousel .swiper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0
  }

  .slider_carousel .swiper-arrow .swiper-button-next,
  .slider_carousel .swiper-arrow .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0;
    border: solid 1px #333;
    position: relative;
    left: auto;
    right: auto
  }

  .slider_carousel .swiper-arrow .swiper-button-next:after,
  .slider_carousel .swiper-arrow .swiper-button-prev:after {
    display: block;
    width: 100%;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .slider_carousel .swiper-pagination {
    bottom: 10px
  }
}

.slider_city .swiper-arrow {
  display: none
}

@media print,
screen and (min-width:1025px) {
  .slider_city {
    position: relative
  }

  .slider_city .swiper {
    width: calc(100% - 100px)
  }

  .slider_city .swiper-arrow {
    display: block
  }

  .slider_city .swiper-arrow .swiper-button-prev {
    left: 0
  }

  .slider_city .swiper-arrow .swiper-button-next {
    right: 0
  }
}

/*!home*/
.mv{
  background-image: url(/wp-content/themes/uij_ver03/assets/images/index/mv_back_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20rem 0 2rem 0;
}

@media print,
screen and (min-width:600px){
    .mv{
        background-image: url(/wp-content/themes/uij_ver03/assets/images/index/mv_back.png);
        padding: 20rem 0 5rem 0;
    }
}

.mv-item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.6rem;
}
.mv-flex{
    display: flex;
    /* flex-wrap: wrap; */
    gap: .9rem;
    justify-content: center;
}
@media print, screen and (min-width: 600px){
    .mv-flex{
        justify-content: flex-start;
    }
}
.mv-img{
    max-width: 100%;
}
@media print, screen and (min-width: 1025px){
    .mv-item{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        gap: 0;
    }
    .mv-img{
        /* max-width: 46.6rem; */
        max-width: min(34.146vw, 46.6rem);
    }

}

.mv-btn a{
    border-radius: 0;
    position: relative;
}
.mv-link{
    color: #fff;
}
@media print, screen and (min-width: 1025px) {
    .mv-btn[data-btn-size=large] a {
        font-size: 18px;
        font-size: 1.8rem;
        font-size: min(1.45161vw, 1.8rem);
    }
}

.mv-btn[data-btn-color=orange] a {
    border-color: #ff9b3b;
    background-color: #ff9b3b;
}
.mv-btn a {
    display: inline-block;
    min-width: 18rem;
    min-width: 17.4rem;
    font-size: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    padding: .8em 1em;
    position: relative;
    border-radius: .3rem;
}
@media print, screen and (min-width: 1025px) {
    .mv-btn a {
        min-width: 260px;
        min-width: min(24.390vw, 26rem);
        font-size: 16px;
        font-size: 1.6rem;
        font-size: min(1.29032vw, 1.6rem);
    }
}


.mv-link{
    position: relative;
    right:7px;
}
.mv-link:after{
  content: "";
  background-image: url(/wp-content/themes/uij_ver03/assets/images/common/tra.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-45%) scale(1.6) rotate(30deg);
  width: 9px;
  height: 100%;
}
@media print, screen and (min-width: 1025px){
  .mv-btn a:after{
        width: 11px;
        right: 15px;
    }
}
.mv-title{
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 2.7rem;
}
.mv-title01{
    font-size: 3rem;
}
.mv-title02{
    font-size: 2.4rem;
    line-height: 1.5;
}
.mv-sub{
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.578;
}
.mv-text{
    font-size: 1.3rem;
    /* font-size: min(3.5vw, 6.6rem); */
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.66;
    margin-bottom: 1.8rem;
}

@media print, screen and (min-width: 1025px) {
    .mv-title{
        font-size: 6.6rem;
        margin-bottom: 1.5rem;
    }
    .mv-title01{
        font-size: 4.7rem;
    }
    .mv-title02{
        font-size: 3.8rem;
    }
    .mv-sub{
        font-size: 1.9rem;
    }
    .mv-text{
        font-size: 1.5rem;
        margin-bottom: 5rem;
    }
}
.mv-title{
  margin-bottom: 1rem;
}

.top-news{
    margin-bottom: 1.5rem;
}
.top-structure{
    margin-bottom: 3.8rem;
}
.top-projects{
    padding: 2.5rem 0 4rem 0;
}
.top-join{
    padding: 4rem 0 2.5rem 0;
}
.top-join-btns{
    margin-bottom: 4rem;
}
.interview-top{
    background-color: #e6f0f0;
    padding: 4.6rem 0 6.5rem 0;
}
.top-demonstration{
    margin: 4.4rem 0 4rem 0;
}
.top-project{
    margin: 3.5rem 0 5.5rem 0;
}
.top-youtube{
    margin: 3rem 0;
}
@media print, screen and (min-width: 600px){
    .top-youtube{
        margin: 0 0 6rem 0;
    }
}
@media print, screen and (min-width: 1025px) {
    .top-mv{
        margin-bottom: 6rem;
    }

    .top-news{
        margin-bottom: 8rem;
    }
    .top-structure{
        margin-bottom: 10rem;
    }
    .top-projects{
        padding: 5rem 0 8rem 0;
    }
    .top-join{
        padding: 8rem 0 5rem 0;
    }
    .top-join-btns{
        margin-bottom: 9.8rem;
    }
    .interview-top{
        padding: 9.4rem 0 13.3rem 0;
    }
    .top-demonstration{
        margin: 8.9rem 0 8rem 0;
    }
    .top-project{
        margin: 7rem 0 11.6rem 0;
    }
}


/* body.home #mainvisual>div {
  border: solid 1px #969696;
  background-color: #f0fafa
}

body.home #mainvisual>div>div:first-child {
  padding: 4vh 3%
}

body.home #mainvisual>div>div h1,
body.home #mainvisual>div>div>p {
  padding: 0 8%
}

body.home #mainvisual>div>div h1 {
  line-height: 1.6;
  font-size: 30px;
  font-size: 3rem;
  font-size: min(7.5vw, 3rem);
  margin-bottom: .5em
}

body.home #mainvisual>div>div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body.home #mainvisual>div>div dl>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(96% / 3);
  margin-right: 2%
}

body.home #mainvisual>div>div dl>div:last-child {
  margin-right: 0
}

body.home #mainvisual>div>div dl>div dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 10px;
  font-size: 1rem;
  font-size: min(2.5vw, 1rem);
  margin-right: .5em
}

body.home #mainvisual>div>div dl>div dd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 10px;
  font-size: 1rem;
  font-size: min(2.5vw, 1rem);
  text-align: left
}

body.home #mainvisual>div>div dl>div dd span {
  line-height: .8;
  font-size: 30px;
  font-size: 3rem;
  font-size: min(7.5vw, 3rem);
  font-weight: 700
}

body.home #mainvisual>div>div dl>div:last-child {
  display: block
}

body.home #mainvisual>div>div dl>div:last-child dd {
  width: 100%
}

body.home #mainvisual>div>div ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2vh 3%;
  background-color: #fff
}

body.home #mainvisual>div>div ul .link_btn a {
  display: block;
  min-width: initial
}

@media print,
screen and (max-width:600px) {
  body.home #mainvisual>div>div ul li:nth-child(1) {
    width: 40%
  }

  body.home #mainvisual>div>div ul li:nth-child(2) {
    width: 56%
  }
}

@media print,
screen and (min-width:600px) {
  body.home #mainvisual>div>div:first-child {
    padding: 4vh 3%
  }

  body.home #mainvisual>div>div h1,
  body.home #mainvisual>div>div>p {
    max-width: 500px;
    padding: 0 6.7%;
    margin-right: auto;
    margin-left: auto
  }

  body.home #mainvisual>div>div h1 {
    line-height: 1.4;
    font-size: 40px;
    font-size: 4rem;
    font-size: min(6.66667vw, 4rem)
  }

  body.home #mainvisual>div>div dl>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  body.home #mainvisual>div>div dl>div dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: min(2.33333vw, 1.4rem);
    margin-right: 1em
  }

  body.home #mainvisual>div>div dl>div dd {
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: min(3vw, 1.8rem)
  }

  body.home #mainvisual>div>div dl>div dd span {
    line-height: .8;
    font-size: 50px;
    font-size: 5rem;
    font-size: min(8.33333vw, 5rem);
    font-weight: 700
  }

  body.home #mainvisual>div>div ul {
    padding: 2vh 5%
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #mainvisual>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  body.home #mainvisual>div>* {
    width: 50%
  }

  body.home #mainvisual>div>div:last-child {
    background-color: #fff
  }

  body.home #mainvisual>div>div:last-child>picture {
    height: 70%
  }

  body.home #mainvisual>div>div:last-child>picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  body.home #mainvisual>div>div:last-child>ul {
    height: 30%
  }

  body.home #mainvisual>div>div h1 {
    font-size: 40px;
    font-size: 4rem;
    font-size: min(3.22581vw, 4rem)
  }

  body.home #mainvisual>div>div dl>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  body.home #mainvisual>div>div dl>div dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: min(1.12903vw, 1.4rem);
    margin-right: 1em
  }

  body.home #mainvisual>div>div dl>div dd {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.29032vw, 1.6rem)
  }

  body.home #mainvisual>div>div dl>div dd span {
    line-height: .8;
    font-size: 50px;
    font-size: 5rem;
    font-size: min(4.03226vw, 5rem);
    font-weight: 700
  }

  body.home #mainvisual>div>div ul {
    padding: 4vh 3%
  }
} */

body.home #news>p {
  margin-top: 1.6em;
}
body.home #news .news_box{
    max-width: 895px;
    margin: 0 auto;
}
body.home #news .news_box .link_txt{
    text-align: left !important;
    margin-top: 2rem;
}
@media print,
screen and (min-width:600px) {
  body.home #news {
    /* max-width: 600px; */
    background-color: #FAFAFA;
    padding: 4.3rem 0;
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #news {
    max-width: 1240px
  }
}

body.home #announcement .tt_sub {
  font-weight: 700
}

body.home #announcement>div {
  padding-right: 3vw;
  padding-left: 3vw
}

body.home #announcement>div:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #333;
  opacity: .5;
  position: absolute;
  top: 41%;
  left: 0;
  z-index: -1
}

body.home #announcement>div section {
  background-color: #fff
}

body.home #announcement>div section h5 {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(5vw, 2rem);
  text-align: center;
  margin-bottom: .5em
}

body.home #announcement>div section h5 span {
  color: #505050;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: min(3vw, 1.2rem)
}

body.home #announcement>div section figure {
  margin-bottom: 0
}

body.home #announcement>div section figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: min(3vw, 1.2rem);
  text-align: center
}

body.home #announcement>div section figure figcaption span {
  font-size: 85%;
  padding-left: .2em
}

body.home #announcement>div section .periodDays {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0
}

body.home #announcement>div section .periodCounts {
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0
}

body.home #announcement>div section .periodCounts>span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-size: min(2.5vw, 1rem);
  padding: 0 1em;
  background-color: #ff4500
}

body.home #announcement>div section .periodCounts>span span {
  font-size: 130%;
  font-weight: 700;
  padding: 0 .1em
}

body.home #announcement>div section.end a {
  opacity: .5
}

body.home #announcement>div section.end figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

body.home #announcement>div section.end figure figcaption {
  color: #333 !important
}

body.home #announcement>div section.end .periodDays {
  color: #505050
}

@media print,
screen and (min-width:600px) {
  body.home #announcement>div:after {
    top: 45%
  }

  body.home #announcement>div section h5 {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(4vw, 2.4rem)
  }

  body.home #announcement>div section h5 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(2.66667vw, 1.6rem)
  }

  body.home #announcement>div section figure figcaption {
    font-size: 17px;
    font-size: 1.7rem;
    font-size: min(2.83333vw, 1.7rem)
  }

  body.home #announcement>div section .periodDays {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: min(3vw, 1.8rem)
  }

  body.home #announcement>div section .periodCounts>span {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: min(2vw, 1.2rem)
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #announcement>div {
    max-width: 1100px
  }

  body.home #announcement>div:after {
    top: 45%
  }

  body.home #announcement>div section h5 {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.93548vw, 2.4rem)
  }

  body.home #announcement>div section h5 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.29032vw, 1.6rem)
  }

  body.home #announcement>div section figure figcaption {
    font-size: 17px;
    font-size: 1.7rem;
    font-size: min(1.37097vw, 1.7rem)
  }

  body.home #announcement>div section .periodDays {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: min(1.45161vw, 1.8rem)
  }

  body.home #announcement>div section .periodCounts>span {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: min(.96774vw, 1.2rem)
  }
}

body.home #projects>div>:not(h2) {
  margin-bottom: 5em
}

body.home #projects>div>:not(h2):last-child {
  margin-bottom: 0 !important
}

body.home #projects>div>:not(h2) .tt_sub {
  margin-bottom: 1em
}

body.home #projects>div .search_cnt .search_tag .tag_cnt li a {
  color: #333;
  padding-top: .2em;
  padding-bottom: .2em;
  border: solid 1px #333;
  background-color: #fff
}

@media print,
screen and (min-width:600px) {
  body.home #projects>div h2 {
    font-size: 20px;
    font-size: 2rem;
    font-size: min(3.33333vw, 2rem)
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #projects>div h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-size: min(2.09677vw, 2.6rem)
  }

  body.home #projects>div .search_cnt .search_tag .tag_cnt li a:hover {
    color: #fff;
    background-color: #333
  }
}

body.home #about h2,
body.home #about h3 {
  font-size: inherit
}

body.home #about>div ol {
  margin-top: 2em
}

body.home #about .flow_cnt h3 {
  margin-bottom: 2em
}

body.home #about .flow_cnt ol li {
  counter-increment: aboutFlow
}

body.home #about .flow_cnt ol li>span {
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px 10px calc(5px + 2em);
  margin-bottom: 10px;
  position: relative
}

body.home #about .flow_cnt ol li>span:after,
body.home #about .flow_cnt ol li>span:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%)
}

body.home #about .flow_cnt ol li>span:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 90% 0, calc(100% - 1px) 50%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, calc(100% - 1px) 50%, 90% 100%, 0 100%)
}

body.home #about .flow_cnt ol li>span:after {
  background-color: #333;
  top: 0;
  left: 0;
  z-index: -2
}

body.home #about .flow_cnt ol li>span span {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: min(3vw, 1.2rem)
}

body.home #about .flow_cnt ol li>span span:before {
  display: block;
  content: "0"counter(aboutFlow);
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: min(4.5vw, 1.8rem);
  font-weight: 700;
  position: absolute;
  top: calc(50% - .5em);
  left: 10px
}

body.home #about>.link_btn {
  margin-top: 3em
}

@media print,
screen and (max-width:600px) {
  body.home #about .flow_cnt ol.column>* {
    width: 46%
  }

  body.home #about .flow_cnt ol.column>:nth-child(3) {
    margin-left: 4%
  }
}

@media print,
screen and (min-width:600px) {
  body.home #about .flow_cnt ol li>span span {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(2.66667vw, 1.6rem)
  }

  body.home #about .flow_cnt ol li>span span:before {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(4vw, 2.4rem)
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #about .flow_cnt ol li>span {
    padding: 20px 20px 20px calc(20px + 10%)
  }

  body.home #about .flow_cnt ol li>span span {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.29032vw, 1.6rem)
  }

  body.home #about .flow_cnt ol li>span span:before {
    font-size: 30px;
    font-size: 3rem;
    font-size: min(2.41935vw, 3rem)
  }
}

body.home #graph ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body.home #graph ul li {
  margin-right: 0
}

body.home #graph ul li.w_full {
  width: 100%
}

body.home #graph>.link_btn {
  margin-top: 3em
}

@media print,
screen and (min-width:600px) {
  body.home #graph ul {
    max-width: 800px;
    margin: 0 auto
  }
}

body.home #report .link_btn {
  margin-top: 2em
}

body.home #contact ul {
  text-align: center
}

body.home #contact ul li {
  margin-bottom: 1.6em
}

body.home #contact ul li:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width:600px) {
  body.home #contact ul li {
    margin-bottom: 0
  }

  body.home #contact ul li a {
    display: block
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #contact ul {
    max-width: 900px
  }
}

body.home #notice_bnr>div {
  padding: 3em
}

body.home #notice_bnr>div h2 {
  font-weight: 700
}

@media print,
screen and (min-width:600px) {
  body.home #notice_bnr>div ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #notice_bnr>div ul li a:hover {
    opacity: .8
  }
}

body.home #report .report_lists article {
  margin-bottom: 30px
}

@media print,
screen and (min-width:600px) {
  body.home #report .report_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  body.home #report .report_lists article {
    width: 48%;
    margin-right: 4%
  }

  body.home #report .report_lists article:nth-child(2n) {
    margin-right: 0
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #report .report_lists article {
    width: calc(88% / 3);
    margin-bottom: 0
  }

  body.home #report .report_lists article:nth-child(2n) {
    margin-right: 4%
  }

  body.home #report .report_lists article:nth-child(3n) {
    margin-right: 0
  }
}

body.home #contact h2 {
  font-size: 14px;
  font-size: 1.4rem
}

@media print,
screen and (min-width:600px) {
  body.home #contact h2 {
    font-size: 16px;
    font-size: 1.6rem
  }

  body.home #contact h2 br {
    display: none
  }
}

@media print,
screen and (min-width:1025px) {
  body.home #contact h2 {
    font-size: 20px;
    font-size: 2rem
  }
}

/*# sourceMappingURL=../../../maps/uij_ver02/assets/css/index.css.map */