@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* 共通
--------------------- */
.news-detail-inner {
  width: 71.4vw;
  margin: 0 auto 8rem auto;
  padding: 8rem 0;
  border-bottom: 1px solid var(--gray);
}

@media screen and (max-width: 768px) {
  .news-detail-inner {
    width: 90%;
    margin: 0 auto 4rem auto;
    padding: 4rem 0;
  }
}
.btn {
  margin: 0 auto;
  width: 14.5vw;
}

@media screen and (max-width: 768px) {
  .btn {
    margin: 0 auto;
    width: 44vw;
  }
}
.mg-top-30 {
  margin-top: 3rem;
}

.mg-botm-30 {
  margin-bottom: 3rem;
}

.mg-botm-40 {
  margin-bottom: 4rem;
}

.mg-botm-44 {
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .mg-top-30 {
    margin-top: 2rem;
  }
  .mg-botm-30 {
    margin-bottom: 2rem;
  }
  .mg-botm-40 {
    margin-bottom: 2rem;
  }
  .mg-botm-44 {
    margin-bottom: 1.5rem;
  }
}
/* news
--------------------- */
#news {
  padding-top: 7rem;
}
#news .inner .list .item a {
  position: relative;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray);
  transition: var(--hover_ani_time);
}
#news .inner .list .item a::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--red);
  transition: var(--hover_ani_time);
}
#news .inner .list .item a:hover::after {
  width: 100%;
}
#news .inner .list .item a .left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 3rem 1.1rem 3rem;
  margin-right: 1.7rem;
  width: 8vw;
  background: url("../img/news_bg_red.svg") no-repeat center/cover;
}
#news .inner .list .item a .left .en {
  display: block;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0.5rem 0.7rem;
}
#news .inner .list .item a .left .year {
  display: block;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
#news .inner .list .item a .right {
  width: 100%;
  background: url("../../img/arrow_up.svg") no-repeat center right 2.2rem/0.8vw;
}
#news .inner .list .item a .right .tag {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.95rem 0 1.95rem;
  margin-bottom: 0.5rem;
  background: url("../img/news_bg_grey.svg") no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  #news {
    padding-top: 3rem;
  }
  #news .inner {
    display: block;
  }
  #news .inner .list .item a {
    position: relative;
    display: block;
    padding: 2rem 0;
  }
  #news .inner .list .item a::after {
    display: none;
  }
  #news .inner .list .item a .left {
    display: flex;
    align-items: center;
    width: 38vw;
    padding: 0.6rem 3.5rem 0.6rem 3.5rem;
    margin-right: 0;
    margin-left: -1.4rem;
    background: url("../img/news_bg_red.svg") no-repeat center/cover;
  }
  #news .inner .list .item a .left .en {
    text-align: left;
    padding: 0;
  }
  #news .inner .list .item a .left .year {
    margin-left: 0.7rem;
    margin-top: 0;
    text-align: left;
  }
  #news .inner .list .item a .right {
    margin-top: 1.7rem;
    background: url("../../img/arrow_up.svg") no-repeat center right 1.5rem/3.2vw;
  }
  #news .inner .list .item a .right .tag {
    position: absolute;
    top: 2.712rem;
    left: 11.5rem;
    padding: 0 1.9rem 0 1.9rem;
  }
  #news .inner .list .item a .right p {
    padding-right: 4.5rem;
    line-height: 2.4rem;
  }
}
/* news-detail
--------------------- */
.news-detail .news-detail-inner .pht-box {
  display: flex;
}
.news-detail .news-detail-inner .pht-box .pht {
  width: 30%;
}
.news-detail .news-detail-inner .pht-box .pht:not(:nth-last-of-type(1)) {
  margin-right: 2.5rem;
}
.news-detail .news-detail-inner .con-news-box .txt:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
.news-detail .news-detail-inner .btn {
  width: 19.5vw;
  margin: 2rem auto 0 0;
}

@media screen and (max-width: 768px) {
  .news-detail .news-detail-inner .pht-box {
    justify-content: space-between;
  }
  .news-detail .news-detail-inner .pht-box .pht {
    width: 48.5%;
  }
  .news-detail .news-detail-inner .pht-box .pht:not(:nth-last-of-type(1)) {
    margin-right: 0;
  }
  .news-detail .news-detail-inner .btn {
    width: 58vw;
    margin: 2rem auto 0 0;
  }
}
/* news-detail-mail
--------------------- */
#news-detail-mail .news-detail-inner .sub {
  text-align: center;
  margin: 4rem 0 3rem;
}
#news-detail-mail .news-detail-inner .box .txt:not(:nth-last-of-type(1)) {
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  #news-detail-mail .news-detail-inner .sub {
    margin: 2rem 0 1.5rem;
  }
  #news-detail-mail .news-detail-inner .box .txt:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
}
/* news-detail-officer
--------------------- */
#news-detail-officer .tit {
  font-weight: 700;
}
#news-detail-officer .officer-box:nth-of-type(1) {
  margin-bottom: 4.5rem;
}
#news-detail-officer .officer-box:nth-of-type(1) p {
  line-height: 2.7rem;
}
#news-detail-officer .officer-box .officer-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
#news-detail-officer .officer-box .officer-table .item {
  display: flex;
  align-items: center;
  height: 5.3vw;
}
#news-detail-officer .officer-box .officer-table .item:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid var(--gray);
}
#news-detail-officer .officer-box .officer-table .item .flex-box {
  display: flex;
  align-items: center;
}
#news-detail-officer .officer-box .officer-table .item .flex-box .head {
  width: 15vw;
  font-weight: 500;
}
#news-detail-officer .officer-box .officer-table .item .flex-box .name {
  width: 15vw;
  white-space: nowrap;
}
#news-detail-officer .officer-box .officer-table .item .job {
  line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
  #news-detail-officer .officer-box:nth-of-type(1) {
    margin-bottom: 3rem;
  }
  #news-detail-officer .officer-box:nth-of-type(1) p {
    line-height: 2.7rem;
  }
  #news-detail-officer .officer-box .officer-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.8rem;
  }
  #news-detail-officer .officer-box .officer-table .item {
    display: block;
    height: auto;
    padding: 1.2rem 0 1.7rem;
  }
  #news-detail-officer .officer-box .officer-table .item:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid var(--gray);
  }
  #news-detail-officer .officer-box .officer-table .item .flex-box {
    align-items: center;
    margin-bottom: 0.6rem;
  }
  #news-detail-officer .officer-box .officer-table .item .flex-box .head {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    padding-right: 1rem;
  }
  #news-detail-officer .officer-box .officer-table .item .flex-box .name {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  #news-detail-officer .officer-box .officer-table .item .job {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.04rem;
  }
}/*# sourceMappingURL=style.css.map */