@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #tag {
    width: 100%;
    margin: 0 0 5vw;
  }
  .intro_subheading_wrapper {
    width: 85%;
    margin: 10vw auto 0;
    background: #F4F1EF;
  }
  .intro_subheading {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 5vw 20%;
  }
  .intro_subheading:before, .intro_subheading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_subheading:before {
    left: 0;
  }
  .intro_subheading:after {
    right: 0;
  }
  .tag_wrapper {
    width: 85%;
    margin: 5vw auto 0;
    position: relative;
    display: inline-block;
    background: #F4F1EF;
  }
  .tag_inner {
    width: 90%;
    margin: 0 auto 3.5vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    background: #fff;
    padding: 0 5% 20vw;
  }
  .tag_item {
    width: 100%;
    margin-top: 7vw;
    border-bottom: 1.5px solid #194660;
  }
  .tag_item:first-of-type {
    margin-top: 5vw;
  }
  .tag_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tag_desc_wrapper {
    flex: 1;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tag_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .tag_tag_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .tag_tag {
    transition: all 0.3s;
  }
  .tag_tag:hover {
    opacity: 0.7;
  }
  .tag_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .tag_category_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .tag_date_wrapper {
    width: 36%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1.5vw 0;
  }
  .tag_date_wrapper time {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .tag_date_up {
    font-family: 'Hind Siliguri', sans-serif;
  }
  .tag_txt_wrapper {
    width: 100%;
    margin-top: 3vw;
  }
  .tag_title {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .tag_txt_wrapper p {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 3vw;
  }
  .tag_img_wrapper {
    width: 90%;
    margin: 3vw auto 0;
  }
  .tag_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 1.0vw;
    display: flex;
    justify-content: center;
  }
  .tag_morebtn {
    width: 35%;
    margin: 0;
    transition: all 0.3s;
  }
  .tag_morebtn img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn:hover {
    opacity: 0.7;
  }
  .tag_morebtn a {
    display: block;
  }
  .tag_symbol_wrapper {
    width: 10%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10.4vw);
  }
  .tag_symbol {}
  .tag_symbol img {
    width: 100%;
    height: auto;
  }
  .tag_nopost {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin: 5vw auto;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .nav-links a {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
  }
  .page-numbers {
    margin-right: 5%;
  }
  .page-numbers:last-of-type {
    margin-right: 0;
  }
  .current {
    color: #fff;
    background: #194660;
    margin-right: 5% !important;
    padding: 1.6vw 3.0% 2.1vw 3.2%;
    border-radius: 50%;
  }
  .current:last-of-type {
    margin-left: 5% !important;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #tag {
    width: 100%;
    margin: 0 0 5vw;
  }
  .intro_subheading_wrapper {
    width: 85%;
    margin: 10vw auto 0;
    background: #F4F1EF;
  }
  .intro_subheading {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 5vw 20%;
  }
  .intro_subheading:before, .intro_subheading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_subheading:before {
    left: 0;
  }
  .intro_subheading:after {
    right: 0;
  }
  .tag_wrapper {
    width: 85%;
    margin: 5vw auto 0;
    position: relative;
    display: inline-block;
    background: #F4F1EF;
  }
  .tag_inner {
    width: 90%;
    margin: 0 auto 3.5vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    background: #fff;
    padding: 0 5% 20vw;
  }
  .tag_item {
    width: 100%;
    margin-top: 7vw;
    border-bottom: 1.5px solid #194660;
  }
  .tag_item:first-of-type {
    margin-top: 5vw;
  }
  .tag_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tag_desc_wrapper {
    flex: 1;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tag_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .tag_tag_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .tag_tag {
    transition: all 0.3s;
  }
  .tag_tag:hover {
    opacity: 0.7;
  }
  .tag_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .tag_category_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .tag_date_wrapper {
    width: 36%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1.5vw 0;
  }
  .tag_date_wrapper time {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .tag_date_up {
    font-family: 'Hind Siliguri', sans-serif;
  }
  .tag_txt_wrapper {
    width: 100%;
    margin-top: 3vw;
  }
  .tag_title {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .tag_txt_wrapper p {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 3vw;
  }
  .tag_img_wrapper {
    width: 90%;
    margin: 3vw auto 0;
  }
  .tag_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 1.0vw;
    display: flex;
    justify-content: center;
  }
  .tag_morebtn {
    width: 25%;
    margin: 0;
    transition: all 0.3s;
  }
  .tag_morebtn img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn:hover {
    opacity: 0.7;
  }
  .tag_morebtn a {
    display: block;
  }
  .tag_symbol_wrapper {
    width: 5%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -7.0vw);
  }
  .tag_symbol {}
  .tag_symbol img {
    width: 100%;
    height: auto;
  }
  .tag_nopost {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin: 5vw auto;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .nav-links a {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
  }
  .page-numbers {
    margin-right: 5%;
  }
  .page-numbers:last-of-type {
    margin-right: 0;
  }
  .current {
    color: #fff;
    background: #194660;
    margin-right: 5% !important;
    padding: 1.4vw 2.5% 1.9vw 2.7%;
    border-radius: 50%;
  }
  .current:last-of-type {
    margin-left: 5% !important;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .fv {
    width: 100%;
    margin: 0;
  }
  .fv img {
    height: auto;
    width: 100%;
  }
  .intro_subheading_wrapper {
    width: 80%;
    margin: 7vw auto 0;
    background: #F4F1EF;
  }
  .intro_subheading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 3vw 20%;
  }
  .intro_subheading:before, .intro_subheading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_subheading:before {
    left: 0;
  }
  .intro_subheading:after {
    right: 0;
  }
  #tag {
    width: 100%;
    margin: 0 auto;
  }
  .tag_wrapper {
    width: 80%;
    margin: 5vw auto 0;
    position: relative;
    display: inline-block;
    background: #F4F1EF;
  }
  .tag_inner {
    width: 90%;
    margin: 0 auto 3.5vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    background: #fff;
    padding: 0 5% 15vw;
  }
  .tag_item {
    width: 100%;
    margin-top: 5vw;
    border-bottom: 2px solid #194660;
  }
  .tag_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tag_desc_wrapper {
    flex: 1;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tag_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tag_tag_wrapper {
    width: 25%;
    margin-right: 2%;
  }
  .tag_tag {
    transition: all 0.3s;
  }
  .tag_tag:hover {
    opacity: 0.7;
  }
  .tag_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .tag_category_wrapper {
    width: 25%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .tag_date_wrapper {
    width: 46%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1vw 0;
  }
  .tag_date_up {}
  .tag_txt_wrapper {
    width: 100%;
  }
  .tag_title {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0.5vw;
  }
  .tag_txt_wrapper p {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 1vw;
  }
  .tag_img_wrapper {
    flex: 1;
  }
  .tag_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn_wrapper {
    width: 100%;
    margin: 2vw 0 0.5vw;
    display: flex;
    justify-content: center;
  }
  .tag_morebtn {
    width: 15%;
    margin: 0;
    transition: all 0.3s;
  }
  .tag_morebtn img {
    width: 100%;
    height: auto;
  }
  .tag_morebtn:hover {
    opacity: 0.7;
  }
  .tag_morebtn a {
    display: block;
  }
  .tag_symbol_wrapper {
    width: 5%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -6.7vw);
  }
  .tag_symbol {}
  .tag_symbol img {
    width: 100%;
    height: auto;
  }
  .tag_nopost {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin: 5vw auto;
  }
  .pagination_wrapper {
    margin: 5vw auto 0;
  }
  .nav-links {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .nav-links a {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
  }
  .page-numbers {
    margin-right: 5%;
  }
  .page-numbers:last-of-type {
    margin-right: 0;
  }
  .current {
    color: #fff;
    background: #194660;
    margin-right: 5% !important;
    padding: 1.1vw 1.5%;
    border-radius: 50%;
  }
  .current:last-of-type {
    margin-left: 5% !important;
  }
}