@charset "utf-8";

/* CSS Document */
/*----------------------------------------------------
  #news-archive
--------------------------------------------------- */

.home-News_List_Wrapper {
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
}
.home-News_List_Wrapper > .home-News_Bottom {
  /*display: none;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-News_List_Wrapper > .home-News_Bottom.delighter {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease, -webkit-transform 1s ease;
}
.home-News_List_Wrapper > .home-News_Bottom.delighter:not(.started) {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.home-News_List_Wrapper > .home-News_Bottom.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-News_List_Wrapper > .home-News_Bottom > a {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-News_List_Wrapper > .home-News_Bottom > a div {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(224, 42, 32, 0.24);
  border-radius: 50px;
  overflow: hidden;
}
.home-News_List_Wrapper > .home-News_Bottom > a div > .circle {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-News_List_Wrapper > .home-News_Bottom > a div > .circle circle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  fill: transparent;
  stroke: #0095CD;
  stroke-width: 1.5;
  stroke-dasharray: 0 366;
}
.home-News_List_Wrapper > .home-News_Bottom > a div > .allow-right {
  width: 29.626px;
  height: 9.882px;
  margin-left: 7px;
}
.home-News_List_Wrapper > .home-News_Bottom > a > span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  padding-left: 20px;
  font-family: HelveticaNeueLTPro-Lt, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #49565e;
  letter-spacing: 0.02em;
}
.home-News_List_Wrapper > .home-News_Bottom > a:hover div > .circle > circle {
  stroke-dasharray: 366 366;
}
.home-News_List_Wrapper .home-News_Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 200px;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_List_Tab {
  padding: 0;
  margin: 55px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /*      -ms-flex-direction: column;
            flex-direction: column;*/
}
.home-News_List_Wrapper .home-News_Menu > .home-News_List_Tab > li {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: HelveticaLTPro-Roman, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: rgba(224, 42, 32, 0.3);
  letter-spacing: 0.04em;
  padding: 8px 8px 6px;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_List_Tab > li {
  color: #fff;
  background: #0095CD;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 165px;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom.delighter {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease, -webkit-transform 1s ease;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom.delighter:not(.started) {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a div {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(224, 42, 32, 0.24);
  border-radius: 50px;
  overflow: hidden;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a div > .circle {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a div > .circle circle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  fill: transparent;
  stroke: #0095CD;
  stroke-width: 1.5;
  stroke-dasharray: 0 366;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a div > .allow-right {
  width: 29.626px;
  height: 9.882px;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a > span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  padding-left: 20px;
  font-family: HelveticaNeueLTPro-Lt, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #49565e;
  letter-spacing: 0.02em;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a:hover {
  opacity: 1;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a:hover div > .circle > circle {
  stroke-dasharray: 366 366;
}
.home-News_List_Wrapper .home-News_Menu > .home-News_Bottom > a:hover > span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #0095CD;
}
.home-News_List_Wrapper > .home-News_List {
  position: relative;
  margin: 22px 0 64px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.home-News_List_Wrapper > .home-News_List.delighter {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: opacity 0.4s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.4s ease;
  transition: transform 1s ease, opacity 0.4s ease, -webkit-transform 1s ease;
}
.home-News_List_Wrapper > .home-News_List.delighter:not(.started) {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.home-News_List_Wrapper > .home-News_List.delighter:not(.started) > ul > li > a::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.home-News_List_Wrapper > .home-News_List.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-News_List_Wrapper > .home-News_List.delighter.started > ul > li > a::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.home-News_List_Wrapper > .home-News_List > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.home-News_List_Wrapper > .home-News_List > ul {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.home-News_List_Wrapper > .home-News_List > ul > li {
  position: relative;
  height: 130px;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 0.5px solid rgba(73, 86, 94, 0.2);		
}
.home-News_List_Wrapper > .home-News_List > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #e02a20;
  height: 2px;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a:hover {
  opacity: 1 !important;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a:hover::before, .home-News_List_Wrapper > .home-News_List > ul > li > a:hover::after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.home-News_List_Wrapper > .home-News_List > ul > li > a:hover > span {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.home-News_List_Wrapper > .home-News_List > ul > li > a:hover > div:last-of-type > .circle > circle {
  stroke-dasharray: 366 366;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 42, 32, 0.04);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:first-of-type {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:first-of-type > time {
  margin-right: 13px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:first-of-type > span.info {
  text-transform: uppercase;
  padding: 3px 5px 1px;
  font-family: HelveticaLTPro-Roman, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #e02a20;
  border-radius: 5px;
}

.home-News_List_Wrapper > .home-News_List > ul > li > a > div:first-of-type > span.other {
  text-transform: uppercase;
  padding: 3px 5px 1px;
  font-family: HelveticaLTPro-Roman, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #f58a00;
  border-radius: 5px;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:first-of-type > span.learning {
  text-transform: uppercase;
  padding: 3px 5px 1px;
  font-family: HelveticaLTPro-Roman, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #000;
  border-radius: 5px;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:last-of-type {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(224, 42, 32, 0.24);
  border-radius: 25px;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:last-of-type > .circle {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:last-of-type > .circle circle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  fill: transparent;
  stroke: #e02a20;
  stroke-width: 1.5;
  stroke-dasharray: 0 366;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > div:last-of-type > .allow-right {
  width: 18.63px;
  height: 6.88px;
  margin-left: 4px;
}
.home-News_List_Wrapper > .home-News_List > ul > li > a > p {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  width: calc(100% - 100px);
  overflow: hidden;
  display: -webkit-box;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.71429;
  color: #666666;
  letter-spacing: 0.04em;
}



/*----------------------------------------------------
  #news-single
--------------------------------------------------- */


.news-section__item {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #dfe1e1;
}

.news-section__item .head {
    display: flex;
    margin-bottom: 25px;
    line-height: 1;
}

.news-section__item .head .date {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.news-section__item .head .info {
    letter-spacing: 0.12em;
	background-color: var(--vls-color-primary-dark);
	padding: 0.4em 0.8em 0.4em;
	border-radius: 5px;
}

.news-section__item .head .other {
    letter-spacing: 0.12em;
	background-color: #f58a00;
	padding: 0.4em 0.8em 0.4em;
	border-radius: 5px;
}
.news-section__item .head .learning {
    letter-spacing: 0.12em;
	background-color: #000;
	padding: 0.4em 0.8em 0.4em;
	border-radius: 5px;
}


.news-section__item .head .date:after {
    content: "";
    position: absolute;
    top: 17px;
    width: 1.3rem;
    height: 1px;
	margin-left: 22px;
	background-color: #e6e6e6
	
}
.news-section__item .head .category {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.news-section__item .head .category {
    letter-spacing: 0.12em;
	margin-left: 50px;
}


.news-section__item .name {
    font-size: 22px;
    font-weight: 600;
    color: #1a1b1b;
	clear: both;
	
}


.news-section__item .name {
    line-height: 1.81818;
    letter-spacing: 0.05em;
}


.news-section__share .sns {
    display: flex;
    align-items: center;
}

.news_body {
    margin: 40px 0 30px;
	border-bottom: 1px solid #dfe1e1;
}

.news_body h2 {
    line-height: 1.5;
    font-weight: 600;
}
.news_body p {
    line-height: 1.875;
}
@media screen and (min-width: 768px){
.news_body h2 {
    font-size: 24px;
     margin-bottom: 44px;
    border-left: 3px solid #140f14;
    padding-left: 16px;
}
.news_body p {
    font-size: 16px;
    margin-bottom: 44px;
}	
}


@media only screen and (max-width:768px)
{
.news-section__item .head .date {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
	font-family: "Sawarabi Mincho", YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;

}	
.news-section__item .head .category {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}	
.news-section__item .head .category {
    letter-spacing: 0.12em;
}
.news-section__item .name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1b1b;
}
.news-section__item .head .date:after {
    top: 11px;
	
}
	
}

/*----------------------------------------------------
  #news-sns
--------------------------------------------------- */

.article__share {
    margin-top: 55px;
}
.article__share-button {
    margin-top: 20px;
}
.article__share-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #000
}
.article__share-button span {
    font-family: Montserrat, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.3em
}
.article__share-button svg {
    margin-right: 15px;
    fill: #000;
    transition: 0.3s
}

@media screen and (min-width: 768px){
.article__share {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.article__share-button {
    margin: 0 10px;
}
.article__share-button a {
    width: 315px;
    height: 60px;
    transition: .3s;
}
    .article__share-button a:hover {
        color: #fff;
        background: #000
    }
    .article__share-button a:hover svg {
        fill: #fff
    }
	
.article__share-button svg {
    margin-right: 15px;
    fill: #000;
    transition: .3s;
}
.article__share-button span {
    font-family: Montserrat,"Noto Sans CJK JP","Noto Sans JP",sans-serif;
    font-weight: 700;
    letter-spacing: .3em;
}
.article__share-button a:hover span	 {
        color: #fff!important;
    }
	}
.c-post_single__bottom__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: calc(2.44898vw + 20.81633px) 0
}
.c-post_single__bottom__prev {
    width: 33%
}
.c-post_single__bottom__prev a {
    color: #777;
    display: block;
    font-family: Work Sans, sans-serif;
    padding-left: 1em;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s
}
.c-post_single__bottom__prev a:hover {
    color: #e02a20
}
.c-post_single__bottom__prev a:before {
    background: #e5e5e5;
    border-radius: 9999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}
.c-post_single__bottom__view {
    font-family: Work Sans, sans-serif;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 33%
}
.c-post_single__bottom__view svg {
    display: block;
    margin: 0 auto 0.5em
}
.c-post_single__bottom__view:hover {
    color: #e02a20
}
.c-post_single__bottom__next {
    width: 33%
}
.c-post_single__bottom__next a {
    display: block;
    font-family: Work Sans, sans-serif;
    font-weight: 400;
    padding-right: 1em;
    position: relative;
    text-align: right;
    -webkit-transition: 0.25s;
    transition: 0.25s
}
.c-post_single__bottom__next a:hover {
    color: #e02a20
}
.c-post_single__bottom__next a:before {
    background: #e02a20;
    border-radius: 9999px;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

