@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  .linkbtn {
    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%;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 85%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  #service {
    width: 100%;
    margin-top: 20vw;
  }
  .service_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 10vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner_top {
    margin-top: 5vw;
  }
  .service_inner_top ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_inner_top li {
    width: calc(calc(100% - 2.5%) / 2);
    margin: 5vw 2.5% 0 0;
  }
  .service_inner_top li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_inner_top li img {}
  .service_inner_top li 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;
  }
  .service_inner_top li a img:hover {
    opacity: 0.3;
  }
  .service_inner_bottom {
    margin-top: 5vw;
  }
  .service_inner_bottom ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .service_inner_bottom li {
    width: 100%;
    margin-top: 5vw;
  }
  .service_inner_bottom li:first-of-type {
    margin-top: 0;
  }
  .service_inner_bottom li img {}
  .service_inner_bottom li 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;
  }
  .service_inner_bottom li a img:hover {
    opacity: 0.3;
  }
  #news {
    width: 100%;
    margin-top: 20vw;
  }
  .news_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .news_inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .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_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .news_item_date_wrapper {
    width: 70%;
    font-weight: 700;
  }
  .news_item_category_wrapper {
    width: 30%;
  }
  .news_item:last-of-type .news_item_category_wrapper {
    margin-bottom: 0;
  }
  .news_item_category_wrapper a {
    font-weight: 700;
    font-size: 0.8rem;
    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 {
    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%;
    margin-top: 10vw;
  }
  .fv_img_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 85%;
    margin: 10vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 5vw;
  }
  #service {
    width: 100%;
    margin-top: 20vw;
  }
  .service_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 10vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner_top {
    margin-top: 5vw;
  }
  .service_inner_top ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_inner_top li {
    width: calc(calc(100% - 2.5%) / 2);
    margin: 5vw 2.5% 0 0;
  }
  .service_inner_top li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_inner_top li img {}
  .service_inner_top li 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;
  }
  .service_inner_top li a img:hover {
    opacity: 0.3;
  }
  .service_inner_bottom {
    margin-top: 5vw;
  }
  .service_inner_bottom ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .service_inner_bottom li {
    width: 100%;
    margin-top: 5vw;
  }
  .service_inner_bottom li:first-of-type {
    margin-top: 0;
  }
  .service_inner_bottom li img {}
  .service_inner_bottom li 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;
  }
  .service_inner_bottom li a img:hover {
    opacity: 0.3;
  }
  #news {
    width: 100%;
    margin-top: 20vw;
  }
  .news_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .news_inner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .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_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .news_item_date_wrapper {
    width: 70%;
    font-weight: 700;
  }
  .news_item_category_wrapper {
    width: 30%;
  }
  .news_item:last-of-type .news_item_category_wrapper {
    margin-bottom: 0;
  }
  .news_item_category_wrapper a {
    font-weight: 700;
    font-size: 0.8rem;
    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%;
    margin-top: 2.5vw;
  }
  .fv_img_wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .fv_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 80%;
    margin: 5vw auto 0;
  }
  .fv_ttl_wrapper h2 {
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.4em;
  }
  .fv_ttl_wrapper p {
    line-height: 1.8em;
    margin-top: 2.5vw;
  }
  #service {
    width: 100%;
    margin-top: 5vw;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .service_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .service_txt_wrapper {
    text-align: center;
    margin-top: 6vw;
  }
  .service_txt {
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
  }
  .service_inner_top {
    margin-top: 5vw;
  }
  .service_inner_top ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_inner_top li {
    width: calc(calc(100% - 2.5%) / 2);
    margin: 2.5vw 2.5% 0 0;
  }
  .service_inner_top li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .service_inner_top li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_inner_top li img {}
  .service_inner_top li 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;
  }
  .service_inner_top li a img:hover {
    opacity: 0.3;
  }
  .service_inner_bottom {
    margin-top: 2.5vw;
  }
  .service_inner_bottom ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_inner_bottom li {
    width: calc(calc(100% - 5%) / 3);
    margin-right: 2.5%;
  }
  .service_inner_bottom li:last-of-type {
    margin-right: 0;
  }
  .service_inner_bottom li img {}
  .service_inner_bottom li 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;
  }
  .service_inner_bottom li a img:hover {
    opacity: 0.3;
  }
  #news {
    width: 100%;
    margin-top: 10vw;
  }
  .news_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .news_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    padding: 0.5em;
    background: #DDE9DF;
    border-left: 5px solid #347D4B;
  }
  .news_inner {
    margin-top: 5vw;
  }
  .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_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .news_item_date_wrapper {
    width: 5%;
    font-weight: 700;
    font-size: 1.1rem;
    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: 100%;
  }
  .news_item_ttl {
    margin-top: 2vw;
  }
  .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: 30%;
  }
}