@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  .linkbtn {
    width: 70%;
    margin: 20vw auto 0;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.0rem;
    color: #FFF;
    text-align: center;
    background: #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;
    border-radius: 10px;
    padding: 5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  #fv {
    width: 100%;
  }
  .fv_ttl_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #about {
    width: 100%;
    margin-top: 20vw;
  }
  .about_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .about_img_wrapper {
    width: 100%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    width: 90%;
    margin-top: 10vw;
  }
  .about_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .about_txt {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  #bosohybrid {
    width: 100%;
    margin-top: 20vw;
  }
  .bosohybrid_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .bosohybrid_img_wrapper {
    width: 100%;
  }
  .bosohybrid_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .bosohybrid_txt_wrapper {
    width: 90%;
    margin-top: 10vw;
  }
  .bosohybrid_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .bosohybrid_txt {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  #service {
    width: 100%;
    margin-top: 20vw;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .service_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 15vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 10vw;
  }
  .service_item {
    width: 100%;
  }
  .service_item:last-of-type {}
  .service_item_img {}
  .service_item_img img {
    width: 100%;
    height: auto;
  }
  .service_item_txt {
    margin: 5vw 0 10vw;
  }
  .service_item:last-of-type .service_item_txt {
    margin-bottom: 0;
  }
  .service_item_txt h3 {
    font-weight: 700;
    text-align: center;
  }
  .service_item_txt h3 span {
    font-family: poppins, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    color: #357C4C;
    vertical-align: sub;
    padding-right: 2.5%;
  }
  .service_wrapper .linkbtn {}
  #works {
    width: 100%;
    margin-top: 20vw;
  }
  .works_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .works_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .works_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .works_txt_wrapper {
    text-align: center;
    margin-top: 15vw;
  }
  .works_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .works_inner {
    margin-top: 10vw;
  }
  .works_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .works_item {
    width: 100%;
  }
  .works_item:last-of-type {}
  .works_item_img_wrapper {}
  .works_item_img_wrapper img {}
  .works_item_img_wrapper a img {
    width: 100%;
    height: auto;
    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_item_img_wrapper a img:hover {
    opacity: 0.3;
  }
  .works_item_ttl_wrapper {
    margin-top: 5.0vw;
  }
  .works_item_ttl {}
  .works_item_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_item_ttl a:hover {
    opacity: 0.3;
  }
  .works_item_term_wrapper {
    margin: 5vw 0 10vw;
  }
  .works_item:last-of-type .works_item_term_wrapper {
    margin-bottom: 0;
  }
  .works_item_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_item_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_item_nopost {
    font-weight: 700;
  }
  .works_wrapper .linkbtn {}
  #news {
    width: 100%;
    margin-top: 20vw;
  }
  .news_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .news_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .news_inner {
    margin-top: 15vw;
  }
  .news_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .news_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 2px dashed #595959;
    margin-bottom: 10vw;
    padding-bottom: 5vw;
  }
  .news_item:last-of-type {
    margin-bottom: 0;
  }
  .news_item_date_wrapper {
    width: 100%;
    font-weight: 700;
  }
  .news_item_category_wrapper {
    width: 40%;
    margin-top: 5vw;
  }
  .news_item:last-of-type .news_item_category_wrapper {
    margin-bottom: 0;
  }
  .news_item_category_wrapper a {
    font-weight: 700;
    color: #357C4C;
    text-align: center;
    border: 2px solid #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;
    border-radius: 10px;
    padding: 2.5vw 5%;
  }
  .news_item_category_wrapper a:hover {
    opacity: 0.3;
  }
  .news_item_ttl_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .news_item_ttl {}
  .news_item_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;
  }
  .news_item_ttl a:hover {
    opacity: 0.3;
  }
  .news_item_nopost {
    font-weight: 700;
  }
  .news_wrapper .linkbtn {}
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .linkbtn {
    width: 35%;
    margin: 20vw auto 0;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.0rem;
    color: #FFF;
    text-align: center;
    background: #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;
    border-radius: 10px;
    padding: 2.5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  #fv {
    width: 100%;
  }
  .fv_ttl_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 3.2rem;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #about {
    width: 100%;
    margin-top: 20vw;
  }
  .about_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .about_img_wrapper {
    width: 100%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    width: 90%;
    margin-top: 10vw;
  }
  .about_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .about_txt {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  #bosohybrid {
    width: 100%;
    margin-top: 20vw;
  }
  .bosohybrid_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .bosohybrid_img_wrapper {
    width: 100%;
  }
  .bosohybrid_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .bosohybrid_txt_wrapper {
    width: 90%;
    margin-top: 10vw;
  }
  .bosohybrid_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .bosohybrid_txt {
    line-height: 1.8em;
    margin-top: 10vw;
  }
  #service {
    width: 100%;
    margin-top: 20vw;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .service_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 15vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 10vw;
  }
  .service_item {
    width: 100%;
  }
  .service_item:last-of-type {}
  .service_item_img {}
  .service_item_img img {
    width: 100%;
    height: auto;
  }
  .service_item_txt {
    margin: 5vw 0 10vw;
  }
  .service_item:last-of-type .service_item_txt {
    margin-bottom: 0;
  }
  .service_item_txt h3 {
    font-weight: 700;
    text-align: center;
  }
  .service_item_txt h3 span {
    font-family: poppins, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    color: #357C4C;
    vertical-align: sub;
    padding-right: 2.5%;
  }
  .service_wrapper .linkbtn {}
  #works {
    width: 100%;
    margin-top: 20vw;
  }
  .works_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .works_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .works_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .works_txt_wrapper {
    text-align: center;
    margin-top: 15vw;
  }
  .works_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .works_inner {
    margin-top: 10vw;
  }
  .works_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .works_item {
    width: 100%;
  }
  .works_item:last-of-type {}
  .works_item_img_wrapper {}
  .works_item_img_wrapper img {}
  .works_item_img_wrapper a img {
    width: 100%;
    height: auto;
    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_item_img_wrapper a img:hover {
    opacity: 0.3;
  }
  .works_item_ttl_wrapper {
    margin-top: 5.0vw;
  }
  .works_item_ttl {}
  .works_item_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_item_ttl a:hover {
    opacity: 0.3;
  }
  .works_item_term_wrapper {
    margin: 5vw 0 10vw;
  }
  .works_item:last-of-type .works_item_term_wrapper {
    margin-bottom: 0;
  }
  .works_item_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_item_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_item_nopost {
    font-weight: 700;
  }
  .works_wrapper .linkbtn {}
  #news {
    width: 100%;
    margin-top: 20vw;
  }
  .news_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .news_ttl:before {
    content: '';
    position: absolute;
    bottom: -35px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .news_inner {
    margin-top: 15vw;
  }
  .news_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .news_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 2px dashed #595959;
    margin-bottom: 10vw;
    padding-bottom: 5vw;
  }
  .news_item:last-of-type {
    margin-bottom: 0;
  }
  .news_item_date_wrapper {
    width: 100%;
    font-weight: 700;
  }
  .news_item_category_wrapper {
    width: 40%;
    margin-top: 5vw;
  }
  .news_item:last-of-type .news_item_category_wrapper {
    margin-bottom: 0;
  }
  .news_item_category_wrapper a {
    font-weight: 700;
    color: #357C4C;
    text-align: center;
    border: 2px solid #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;
    border-radius: 10px;
    padding: 2.5vw 5%;
  }
  .news_item_category_wrapper a:hover {
    opacity: 0.3;
  }
  .news_item_ttl_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .news_item_ttl {}
  .news_item_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;
  }
  .news_item_ttl a:hover {
    opacity: 0.3;
  }
  .news_item_nopost {
    font-weight: 700;
  }
  .news_wrapper .linkbtn {}
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  .linkbtn {
    width: 40%;
    margin: 5vw auto 0;
  }
  .linkbtn a {
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    background: #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;
    border-radius: 10px;
    padding: 1.5vw 5%;
  }
  .linkbtn a:hover {
    opacity: 0.3;
  }
  #fv {
    width: 100%;
  }
  .fv_ttl_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 4.0rem;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 2.0vw;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  #about {
    width: 100%;
    margin-top: 10vw;
  }
  .about_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .about_img_wrapper {
    width: calc(calc(100% - 5%) / 2);
    margin-right: 5%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    width: calc(calc(100% - 5%) / 2);
  }
  .about_ttl {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5em;
  }
  .about_txt {
    line-height: 1.8em;
    margin-top: 2.0vw;
  }
  #bosohybrid {
    width: 100%;
    margin-top: 10vw;
  }
  .bosohybrid_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }
  .bosohybrid_img_wrapper {
    width: calc(calc(100% - 5%) / 2);
  }
  .bosohybrid_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .bosohybrid_txt_wrapper {
    width: calc(calc(100% - 5%) / 2);
    margin-left: 5%;
  }
  .bosohybrid_ttl {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5em;
  }
  .bosohybrid_txt {
    line-height: 1.8em;
    margin-top: 2.0vw;
  }
  #service {
    width: 100%;
    margin-top: 10vw;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .service_ttl:before {
    content: '';
    position: absolute;
    bottom: -50px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 6vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5vw;
  }
  .service_item {
    width: calc(calc(100% - 6%) / 4);
    margin-right: 2%;
  }
  .service_item:last-of-type {
    margin-right: 0;
  }
  .service_item_img {}
  .service_item_img img {
    width: 100%;
    height: auto;
  }
  .service_item_txt {}
  .service_item_txt h3 {
    font-weight: 700;
    text-align: center;
    margin-top: 1.0vw;
  }
  .service_item_txt h3 span {
    font-family: poppins, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    color: #357C4C;
    vertical-align: sub;
    padding-right: 2.5%;
  }
  .service_wrapper .linkbtn {
    width: 20%;
  }
  #works {
    width: 100%;
    margin-top: 10vw;
  }
  .works_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .works_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .works_ttl:before {
    content: '';
    position: absolute;
    bottom: -50px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .works_txt_wrapper {
    text-align: center;
    margin-top: 6vw;
  }
  .works_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .works_inner {
    margin-top: 5vw;
  }
  .works_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .works_item {
    width: calc(calc(100% - 8%) / 3);
    margin-right: 4%;
  }
  .works_item:last-of-type {
    margin-right: 0;
  }
  .works_item_img_wrapper {}
  .works_item_img_wrapper img {}
  .works_item_img_wrapper a img {
    width: 100%;
    height: auto;
    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_item_img_wrapper a img:hover {
    opacity: 0.3;
  }
  .works_item_ttl_wrapper {
    margin-top: 1.0vw;
  }
  .works_item_ttl {}
  .works_item_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_item_ttl a:hover {
    opacity: 0.3;
  }
  .works_item_term_wrapper {
    margin-top: 1.0vw;
  }
  .works_item_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_item_term_wrapper a:hover {
    opacity: 0.3;
  }
  .works_item_nopost {
    font-weight: 700;
  }
  .works_wrapper .linkbtn {
    width: 20%;
  }
  #news {
    width: 100%;
    margin-top: 10vw;
  }
  .news_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .news_ttl:before {
    content: '';
    position: absolute;
    bottom: -50px;
    display: inline-block;
    width: 50px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #357C4C;
    border-radius: 5px;
  }
  .news_inner {
    margin-top: 9vw;
  }
  .news_inner ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .news_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px dashed #595959;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  .news_item:last-of-type {
    margin-bottom: 0;
  }
  .news_item_date_wrapper {
    width: 5%;
    font-weight: 700;
    margin-right: 5%;
  }
  .news_item_category_wrapper {
    width: 10%;
    margin-right: 5%;
  }
  .news_item_category_wrapper a {
    font-weight: 700;
    color: #357C4C;
    text-align: center;
    border: 2px solid #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;
    border-radius: 10px;
    padding: 1.0vw 5%;
  }
  .news_item_category_wrapper a:hover {
    opacity: 0.3;
  }
  .news_item_ttl_wrapper {
    width: 75%;
  }
  .news_item_ttl {}
  .news_item_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;
  }
  .news_item_ttl a:hover {
    opacity: 0.3;
  }
  .news_item_nopost {
    font-weight: 700;
  }
  .news_wrapper .linkbtn {
    width: 20%;
  }
}