@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {}
  .fv_ttl_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #works {
    width: 100%;
    margin: 20vw 0;
  }
  .works_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .works_inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }
  .works_item {
    width: 100%;
    margin-bottom: 10vw;
  }
  .works_item:nth-of-type(-n+3) {}
  .works_item:nth-of-type(3n) {}
  .works_img_wrapper {}
  .works_img_wrapper img {}
  .works_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_img_wrapper a:hover {
    opacity: 0.3;
  }
  .works_img_wrapper a img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
  .works_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5vw;
  }
  .works_nopost {
    width: 100%;
    text-align: center;
    padding: 10vw 0;
  }
  .works_date_wrapper {}
  .works_term_wrapper {
    width: 100%;
    margin-top: 5.0vw;
  }
  .works_term_wrapper a {
    font-weight: 700;
    color: #357C4C;
    border: 2px solid #357C4C;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 2.5vw 5%;
  }
  .works_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_ttl_wrapper {
    margin-top: 5vw;
  }
  .works_ttl {}
  .works_ttl a {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_ttl a:hover {
    opacity: 0.3;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .nav-links a {
    color: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #357C4C;
    margin-left: 5% !important;
    padding: 2.3vw 3% 2.5vw;
    border-radius: 10px;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 3%;
    padding-left: 3%;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {}
  .fv_ttl_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 3.2rem;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #works {
    width: 100%;
    margin: 20vw 0;
  }
  .works_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .works_inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }
  .works_item {
    width: 100%;
    margin-bottom: 10vw;
  }
  .works_item:nth-of-type(-n+3) {}
  .works_item:nth-of-type(3n) {}
  .works_img_wrapper {}
  .works_img_wrapper img {}
  .works_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_img_wrapper a:hover {
    opacity: 0.3;
  }
  .works_img_wrapper a img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
  .works_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 5vw;
  }
  .works_nopost {
    width: 100%;
    text-align: center;
    padding: 10vw 0;
  }
  .works_date_wrapper {}
  .works_term_wrapper {
    width: 100%;
    margin-top: 5.0vw;
  }
  .works_term_wrapper a {
    font-weight: 700;
    color: #357C4C;
    border: 2px solid #357C4C;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 2.5vw 5%;
  }
  .works_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_ttl_wrapper {
    margin-top: 5vw;
  }
  .works_ttl {}
  .works_ttl a {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_ttl a:hover {
    opacity: 0.3;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .nav-links a {
    color: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #357C4C;
    margin-left: 5% !important;
    padding: 2.3vw 3% 2.5vw;
    border-radius: 10px;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 3%;
    padding-left: 3%;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {}
  .fv_ttl_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 4.0rem;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #works {
    width: 100%;
    margin-top: 10vw;
  }
  .works_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .works_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .works_item {
    width: calc(calc(100% - 8%) / 3);
    margin: 3vw 4% 0 0;
  }
  .works_item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .works_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .works_img_wrapper {}
  .works_img_wrapper img {}
  .works_img_wrapper a img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_img_wrapper a img:hover {
    opacity: 0.3;
  }
  .works_ttl_wrapper {
    margin-top: 1.0vw;
  }
  .works_ttl {}
  .works_ttl a {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .works_ttl a:hover {
    opacity: 0.3;
  }
  .works_term_wrapper {
    width: 50%;
    margin-top: 1.0vw;
  }
  .works_term_wrapper a {
    font-weight: 700;
    color: #357C4C;
    border: 2px solid #357C4C;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    padding: 1.0vw 5%;
  }
  .works_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_nopost {
    width: 100%;
    font-weight: 700;
    text-align: center;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    color: #357C4C;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    color: #357C4C;
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #357C4C;
    margin-left: 5% !important;
    padding: 1.1vw 1.4%;
    border-radius: 10px;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
}