@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.kv {
    margin-top: 15.5px;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    padding-left: 13px;
    padding-right: 28px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 33px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 11px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 2px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 45px;
    margin-top: 10px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.kv {
    min-width: 1200px;
    padding: 0 80px;
    margin-top: 7px;
  }
  section.kv .kv-inner {
    width: 100%;
    position: relative;
  }
  section.kv .kv-inner .kv-txt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3.9%;
  }
  section.kv .kv-inner .kv-txt .kv-txt-en {
    font-size: 70px;
    letter-spacing: 2px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja {
    width: 227px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-top: 0px;
    margin-left: 20px;
  }
  section.kv .kv-inner .kv-txt .kv-txt-ja span {
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    display: inline-block;
    padding-bottom: 8px;
  }
  section.kv .kv-inner .kv-fig {
    padding-left: 23.43%;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .local-nav {
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
  }
  .local-nav .local-nav-item::before, .local-nav .local-nav-item::after {
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  .local-nav .local-nav-item::before {
    content: "";
  }
  .local-nav .local-nav-item:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("../../images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 170%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 23px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .local-nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
    border-right: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item:nth-child(1) {
    border-left: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("../../images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 34px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a, .pagination span {
  color: #674498;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .pagination a, .pagination span {
    font-size: 14px;
    color: #674498;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .pagination a:not(.first):not(.last), .pagination span:not(.first):not(.last) {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next), .pagination span:not(.first):not(.last):not(.prev):not(.next) {
    padding-bottom: 3px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next):hover, .pagination span:not(.first):not(.last):not(.prev):not(.next):hover {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.current, .pagination span.current {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
    content: "";
    width: 7.41px;
    height: 11px;
    background-image: url("../../images/news/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination a.prev::before, .pagination span.prev::before {
    transform: rotate(180deg);
  }
  .pagination a.first, .pagination a.last, .pagination span.first, .pagination span.last {
    font-size: 12px;
  }
  .pagination a.first, .pagination span.first {
    margin-right: 9px;
  }
  .pagination a.last, .pagination span.last {
    margin-left: 9px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .pagination a, .pagination span {
    font-size: 18px;
    color: #674498;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .pagination a:not(.first):not(.last), .pagination span:not(.first):not(.last) {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next), .pagination span:not(.first):not(.last):not(.prev):not(.next) {
    padding-bottom: 3px;
    margin-left: 5px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next):hover, .pagination span:not(.first):not(.last):not(.prev):not(.next):hover {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.current, .pagination span.current {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
    content: "";
    width: 7.41px;
    height: 13px;
    background-image: url("../../images/news/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination a.prev::before, .pagination span.prev::before {
    transform: rotate(180deg);
  }
  .pagination a.first, .pagination a.last, .pagination span.first, .pagination span.last {
    font-size: 16px;
  }
  .pagination a.first, .pagination span.first {
    margin-right: 10px;
  }
  .pagination a.prev, .pagination span.prev {
    margin-right: 5px;
  }
  .pagination a.last, .pagination span.last {
    margin-left: 10px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .news-boxes {
    margin: 30px 5.3333333333vw 0;
    border-top: 1px solid #E3E3E3;
  }
  .news-boxes .news-box {
    border-bottom: 1px solid #E3E3E3;
    padding: 35px 10px;
    display: block;
  }
  .news-boxes .news-box:hover .news-box-body {
    text-decoration: underline;
  }
  .news-boxes .news-box .news-head {
    display: flex;
    align-items: center;
  }
  .news-boxes .news-box .news-box-date {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 2.56px;
  }
  .news-boxes .news-box .news-box-tag {
    width: 185px;
    min-width: 185px;
    margin: 0 0 0 28px;
  }
  .news-boxes .news-box .news-box-tag span {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    border-radius: 17px;
    background-color: #EEEAE5;
    font-size: 12px;
    letter-spacing: 1.3px;
    white-space: nowrap;
    padding: 0 26px;
  }
  .news-boxes .news-box .news-box-body {
    margin-top: 1em;
    color: #000;
    font-size: 14px;
    line-height: 2.2em;
    letter-spacing: 1.4px;
    position: relative;
  }
  .news-boxes .news-box .news-box-body .tag {
    content: "PDF";
    width: 39px;
    height: 18px;
    font-family: "Roboto", serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #674498;
    background-color: rgba(103, 68, 152, 0.15);
    display: inline-block;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .news-boxes {
    width: 100%;
    max-width: 968px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .news-boxes .news-box {
    border-bottom: 1px solid #E3E3E3;
    padding: 35px 25px;
    min-height: 125px;
    display: flex;
    align-items: center;
  }
  .news-boxes .news-box:nth-child(1) {
    border-top: 1px solid #E3E3E3;
  }
  .news-boxes .news-box:hover .news-box-body {
    text-decoration: underline;
  }
  .news-boxes .news-box .news-head {
    display: flex;
    align-items: center;
  }
  .news-boxes .news-box .news-box-date {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 2.56px;
  }
  .news-boxes .news-box .news-box-tag {
    width: 185px;
    min-width: 185px;
    margin: 0 0 0 28px;
  }
  .news-boxes .news-box .news-box-tag span {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    border-radius: 17px;
    background-color: #EEEAE5;
    font-size: 13px;
    letter-spacing: 1.3px;
    white-space: nowrap;
    padding: 0 26px;
  }
  .news-boxes .news-box .news-box-body {
    color: #000;
    font-size: 14px;
    line-height: 2.2em;
    letter-spacing: 1.4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-right: 70px;
    position: relative;
  }
  .news-boxes .news-box .news-box-body .tag {
    content: "PDF";
    width: 39px;
    height: 18px;
    font-family: "Roboto", serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #674498;
    background-color: rgba(103, 68, 152, 0.15);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.news {
    padding: 0 0 120px;
    margin: 0 auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.news {
    min-width: 1200px;
    padding: 0 80px;
    margin: 0;
  }
  section.news .news-inner {
    background-color: #fff;
    padding: 0 0 74px;
    position: relative;
    z-index: 2;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  main {
    position: relative;
    padding-bottom: 200px;
  }
  main section {
    position: relative;
    z-index: 2;
  }
  main::before, main::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/home/mist-purple.jpg);
    background-size: 1110px 810px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main::before {
    background-position: right -500px top 50%;
  }
  main::after {
    background-position: left -300px bottom -405px;
  }
}