@charset "UTF-8";

.contents h1, .contents h2, .contents h3, .contents p, .contents a, .contents table {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif !important;
}

.contents .wrapper {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .contents .wrapper {
    padding: 40px 15px 0;
  }
}

/* ::::::::::  一覧詳細共通  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}


#toc_container {
  position: relative;
  z-index: 1;
}

/* スムーズスクロール */
.pageTitleArea {
  background: url(../img/news/bg_title.jpg) no-repeat center;
  background-size: cover;
}


.date {
  display: inline-block;
  padding: 0px 10px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  background: #e2e2e2;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
}

.clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 10px;
}

.icon_ichiran {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  overflow: hidden;
}

.icon_ichiran>svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  fill: #d70345;
  vertical-align: middle;
}


/* ::::::::::  一覧ページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



.tabList {
  display: flex;
  gap: 30px;
  margin: 10px 0 60px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .tabList {
    flex-wrap: wrap;
    justify-content: unset;
    gap: 5px 15px;
    margin: 10px 0 25px;
  }
}

@media (max-width: 767px) {
  .tabList li {
    position: relative;
    padding-right: 10px;
  }

  .tabList li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background: #ccc;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.tabList li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tabList li a {
    display: block;
  }
}

.tabList li.active a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d70345;
}

@media (max-width: 767px) {
  .tabList li.active a {
    color: #d70345;
  }

  .tabList li.active a::after {
    display: none;
  }
}

/* =========================================================
news
========================================================= */
.news .wrapper {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .news .wrapper {
    padding-top: 30px;
  }
}

.news .newsList {
  border-top: 1px solid #e6e6e6;
}

.news .newsList li {
  border-bottom: 1px solid #e6e6e6;
}

.news .newsList li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0 28px;
  line-height: 1.5;
  text-decoration: none;
}

@media (min-width: 769px) {
  .news .newsList li a:hover {
    opacity: 1;
  }

  .news .newsList li a:hover .title {
    color: #d70345;
  }

  .news .newsList li a:hover .circle {
    background: #d70345;
    border-color: #d70345;
  }

  .news .newsList li a:hover .circle svg {
    fill: #fff;
  }
}

@media (max-width: 768px) {
  .news .newsList li a {
    flex-wrap: wrap;
  }
}

.news .newsList li a[target="_blank"] .title::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/common/svg/icon_external.svg) no-repeat;
  background-size: 100%;
  vertical-align: -1px;
}

.news .newsList li a[target="_blank"] .title::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/common/svg/icon_external.svg) no-repeat;
  background-size: 100%;
  vertical-align: -1px;
}

.news .newsList li a[href$=".pdf"] .title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/svg/icon_pdf.svg) no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin: 0 0 3px 8px;
}

.news .newsList li .date {
  display: block;
  width: 80px;
  padding: 6px 0 4px;
  background: #e2e2e2;
  border-radius: 4px;
  color: #999;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.news .newsList li .category {
  color: #d70345;
  margin: 0 0 0 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news .newsList li .category {
    margin: 3px 0 0 10px;
    font-size: 1.2rem;
  }
}

.news .newsList li .title {
  display: block;
  width: calc(100% - 180px);
  padding: 0 50px 0 20px;
}

@media (max-width: 768px) {
  .news .newsList li .title {
    width: 100%;
    margin-top: 10px;
    padding: 0 60px 0 0;
  }
}

.news .newsList li .circle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all .5s;
}





.news .moreBtn {
  padding: 30px 0 28px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news .moreBtn {
    padding: 30px 0 0;
    width: 100%;
    margin: 0 auto;
  }
}

.news .moreBtn .circle {
  width: 35px;
  height: 35px;
  line-height: 32px;
  margin-left: 10px;
}

@media (min-width: 769px) {
  @keyframes arrowAnim2 {
    0% {
      transform: translateY(0);
    }

    49% {
      transform: translateY(100%);
    }

    50% {
      transform: translateY(-100%);
    }

    100% {
      transform: translateY(0);
    }
  }

  .news .moreBtn:hover .icon_arrow>svg {
    animation: arrowAnim2 0.8s cubic-bezier(0.25, 1, 0.28, 1);
  }
}

/* ::::::::::  記事ページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.newsDetail .wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .newsDetail .wrapper {
    display: block;
  }
}



/* ::::::::::  記事詳細欄  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.newsDetailContents {
  position: relative;
}

@media screen and (max-width: 768px) {
  .newsDetailContents {
    margin-bottom: 80px;
  }
}




.newsDetail a {
  text-decoration: none !important;
}

.newsDetailContentsHeader .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .title {
    font-size: 22px;
  }
}

.newsDetailContentsHeader .img {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .img {
    margin: 30px auto;
  }
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .shareBtnList {
    position: relative !important;
  }
}

.newsDetailContents .textContents img {
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  width: 660px;
  height: 410px;
  object-fit: cover;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .textContents img {
    min-width: auto;
    width: 100% !important;
    max-height: auto;
    height: 100% !important;
    aspect-ratio: 3 / 2;
    margin: 25px auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .shareBtnList {
    position: relative !important;
  }
}



.dateCat {
  display: flex;
  align-items: center;
  position: relative;

}

.dateCat .date {
  padding: 2px 10px;
}

.dateCat .category {
  color: #d70345;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .dateCat .shareBtn {
    position: absolute !important;
    margin: 0 !important;
  }

  .dateCat .shareBtn .shareBtnList {
    width: 72px !important;
  }
}

.newsDetailContentsHeader {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader {
    margin: 0 0 20px;
  }
}


.newsDetailContents .textContents {
  padding: 40px 0 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .textContents {
    padding: 0 0 30px;
    margin-top: 30px;
    border-bottom: none;
  }
}



.newsDetailContents .shareBtn {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .shareBtn {
    padding-bottom: 0 !important;
  }

  .newsDetailContents .shareBtn {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }

  .newsDetailContents .footer_shareBtn {
    border-bottom: 1px solid #ccc;

  }
}

.newsDetailContents .shareBtn .title {
  margin: 0 20px 0 0;
  color: #034EA2;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.newsDetailContents .shareBtnList {
  display: flex;
  justify-content: center;
  align-items: end;
}


.newsDetailContentsHeader .shareBtnList {
  top: 0 !important;
}

@media screen and (max-width: 768px) {
  .newsDetailContentsHeader .shareBtnList {
    position: relative !important;
  }
}

.newsDetailContents .shareBtnList {
  position: relative;
  top: 39px;

}

.newsDetailContents .shareBtnList li:first-child {
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .shareBtnList {
    justify-content: space-between;
    width: 125px;
    position: inherit;
  }
}

.newsDetailContents .shareBtnList li+li {
  margin-left: 5px;
}

.newsDetailContents .shareBtnList li a {
  display: block;
}

.newsDetailContents .shareBtnList li a img {
  width: 28px;
  height: 28px;
}

.newsDetailContents .shareBtnList li:nth-child(2) a img {
  width: 25px;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .shareBtnList li a img {
    width: 35px;
    height: 35px;
  }

  .newsDetailContents .shareBtnList li:nth-child(2) a img {
    width: 30px;
    height: 35px;
  }
}

.newsDetailContents .shareBtnList li a[target="_blank"] {
  background: none;
}

.newsDetailContents .menuBtn {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .menuBtn {
    padding-top: 20px;
  }
}

.newsDetailContents .menuBtnList {
  position: relative;
  /* display: flex;
  justify-content: space-between; */
  font-weight: 600;
  width: 910px;
}

@media screen and (max-width: 768px) {
  .newsDetailContents .menuBtnList {
    width: 100%;
  }
}

.newsDetailContents .menuBtnList li {
  position: absolute;
}

.newsDetailContents .menuBtnList li.prev {
  left: 0;
}

.newsDetailContents .menuBtnList li.next {
  right: 0;
}

.newsDetailContents .menuBtnList li.all {
  right: 0;
  left: 0;
  margin: auto;
  width: 120px;
}

.newsDetailContents .menuBtnList li a {
  letter-spacing: -0.5px;
}

.newsDetailContents .menuBtnList li.prev a span.circle {
  transform: rotate(180deg);
}

.newsDetailContents .menuBtnList li a span.circle {
  margin-right: 7px;
}

.newsDetailContents .menuBtnList li.next a span.circle {
  margin-right: 0;
  margin-left: 7px;
}

.newsDetailContents .menuBtnList li a .circle {
  width: 28px;
  height: 28px;
  line-height: 25px;
  position: relative;
  top: -2px;
}

/* =========================================================
application
========================================================= */

.application {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .application {
    margin-bottom: 80px;
  }
}

.application:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  height: 100%;
  background: #fbe6ec;
  border-radius: 0 250px 250px 0;
}

@media (max-width: 768px) {
  .application:before {
    width: calc(100% - 20px);
    border-radius: 0 60px 60px 0;
  }
}

.application>* {
  position: relative;
}

.application .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .application .wrapper {
    padding-right: 50px;
  }
}

.application .applicationCol {
  align-items: flex-start;
}

.application .applicationCol .colText {
  width: 50%;
}

@media (max-width: 768px) {
  .application .applicationCol .colText {
    width: 100%;
  }
}

.application .applicationCol .colText .secTitle {
  margin-top: -10px;
  margin-bottom: 15px;
}

.application .applicationCol .colText p {
  font-weight: bold;
}

.application .applicationCol .colText .link {
  margin-top: 5px;
}

.application .applicationCol .colText .link a {
  color: #d70345;
  font-weight: bold;
}

.application .applicationCol .colText .link a .icon_arrow {
  margin-right: 10px;
}

.application .applicationCol .colBox {
  position: relative;
  width: 41%;
  padding: 25px 30px;
  background: #faf9f7;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .application .applicationCol .colBox {
    width: 100%;
    margin-top: 40px;
    padding: 25px 30px 20px;
    border-radius: 6px;
  }
}

.application .applicationCol .colBox .boxTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: -.75em;
  width: 16em;
  margin: 0 auto;
  background: linear-gradient(#fbe6ec 50%, #faf9f7 50%);
  color: #d70345;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .application .applicationCol .colBox .boxTitle {
    width: 11em;
    background: linear-gradient(#fbe6ec 50%, #faf9f7 50%);
  }
}

.application .applicationCol .colBox ul li {
  font-weight: bold;
}

.application .btn .btnRed,
.application .btn .btnYellow {
  margin: 0 10px;
  padding-right: 20px;
}

@media (min-width: 769px) {

  .application .btn .btnRed:hover .circle,
  .application .btn .btnYellow:hover .circle {
    border-color: #e6e6e6;
  }
}

@media (max-width: 768px) {

  .application .btn .btnRed,
  .application .btn .btnYellow {
    margin: 0;
  }
}

.application .btn .btnRed .circle,
.application .btn .btnYellow .circle {
  width: 40px;
  height: 40px;
  border-color: transparent;
  line-height: 36px;
}

.application .btn .btnRed .circle svg {
  width: 21px;
  height: 21px;
  fill: #d70345;
}

@media (max-width: 768px) {
  .application .btn .btnYellow {
    margin-top: 15px;
  }
}

.application .btn .btnYellow .circle svg {
  width: 21px;
  height: 16px;
  fill: #363c42;
}