@import url("../css/variable.css");


/* 全体のレイアウトに関して */

body {
  font-family: var(--font--notoSans);
  color: var(--text-color-normal);
  font-style: normal;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}




img {
  max-width: 100%;
  height: auto;
}   

a {
  text-decoration: none;
  color: var(--text-color-normal);
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  body {
    font-family:  "noto-sans-cjk-jp", sans-serif;
  }
  body.no-scroll {
    overflow: hidden;
  }
  

}


/*----------------

テキストの改行

-----------------*/
.br-pc {
  display: block;

}
.br-tab,
.br-sp {
  display: none;
}

/* タブレット用 */
@media screen and (max-width: 1024px) {

  .br-tab {
      display: block;

  }
  .br-sp,
  .br-pc {
      display: none;
  }
  
}
/* スマホ用 */
@media screen and (max-width: 768px) {
  .br-sp {
      display: block;

  }
  .br-tab,
  .br-pc {
      display: none;
  }
}


/* ----------

ボタン 

-----------*/

/* 長いボタン */
.button-large {
    display: inline-block;
}

/* button blue */
.button-large.blue a,
.button-large-noLink.blue a {
    border-radius: var(--button-borderRadius-l);
    background: var(--button-bg-blue);
    padding: var(--button-padding-l);
    color: var(--text-color-w);
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    transition: .3s ease all;
 }




 .button-large.blue:hover a,
 .button-large-noLink.blue a:hover{
    background: var(--button-bg-blue-hover);
    color: var(--text-color-normal);
  }


 /* button white */
 .button-large.white a  {
    border-radius: var(--button-borderRadius-l);
    background: transparent;
    padding: var(--button-padding-l);
    border: solid 1.5px var(--button-border-white);
    color: var(--text-color-w);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    transition: .3s ease all;
 }

 .button-large.white:hover a{
    background: var(--button-bg-white-hover);
    color: var(--text-color-normal);
    border: solid 1.5px var(--button-border-white);
  }



  .button-large span,
  .button-large-noLink span {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4375rem; /* 153.333% */
    letter-spacing: 0.0375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    }
    
  
  .button-large:hover span::after,
  .button-large-noLink:hover span::after,
  .button-large.blue a:hover span::after{
    background: url('../img/common/icon-arrow-navy.svg')no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    transform: translate(30%,0);
  }

  .button-large span::after,
  .button-large-noLink span::after {
    content: "";
    display: block;
    background: url('../img/common/icon-arrow-w.svg')no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    transition: .3s ease all;
    transform: translate(0,0);
}

.banner__body .button-large.white  {
    border-radius: var(--button-borderRadius-l);
    background: transparent;
    padding: var(--button-padding-l);
    border: solid 1.5px var(--button-border-white);
    color: var(--text-color-w);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    transition: .3s ease all;
 }

 .banner__body .button-large.white:hover{
    background: var(--button-bg-white-hover);
    color: var(--text-color-normal);
    border: solid 1.5px var(--button-border-white);
  }



/* circle button */

.circle__button {
    border-radius:var(--circleBtn--borderRadius);
    width: 2.8125rem;
    height: 2.8125rem;
    background: var(--circleBtn--BG);
    transition: .4s ease all;
    transform-origin: center;
}

.circle__button.white {
    background: transparent;
    width: 2.8125rem;
    height: 2.8125rem;
    border: var(--circleBtn--borderW);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle__button.white img {
    width: 0.76825rem;
    transition: .2s  .2s ease all;
    transform: translate(0,0);
}
.circle__button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.circle__button  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle__button   > img,
.circle__button  a  > img {
    width: 0.76825rem;
    transition: .2s  .2s ease all;
    transform: translate(0,0);
}

.circle__button:hover {
    transform: scale(1.2);
}

.circle__button:hover img {
    transform: translate(30%,0);
}




/* ----------------

 第二階層の見出し

------------------*/
.content-titlewrap-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    gap: var(--gap-5xs);
    font-size: var(--font-size-xs);
    color: var(--evalue);
    font-family: var(--font-open-sans);
  }


  .content-titlewrap-deco,
  .number {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 0.875rem;
    font-weight: 600;
    opacity: 0.9;
  }

  .content-titlewrap-main {
    margin: 0;
    position: relative;
    font-size: var(--pc-h3-size);
    letter-spacing: 0.04em;
    line-height: 2rem;
    font-weight: 700;
    font-family: var(--pc-h3);
    color: var(--color1);
  }

  @media screen and (max-width: 1024px) { 
    .content-titlewrap-main {
        font-size: var(--tab-h3-size);
    }
  }

/* タブレット用 */
@media screen and (max-width: 1024px) {
    .circle__button {
        width: 2.53213rem;
        height: 2.53213rem;
    }
    .circle__button > img
     {
        width: 0.69163rem;
     }
    
}
/* スマホ用 */
@media screen and (max-width: 768px) {
}




/* ------------------------

card content

-------------------------------*/

.card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: .88rem;
  width: 100%;
  transition: .3s ease all;
}

.card__content.flex {
  flex-direction: row;
  column-gap: 2.5rem;
}

.card__content a {
  display: flex;
  flex-direction: column;
  row-gap: .8rem;
  transition: .3s ease all;
}

.card__content .card__img__wrapper {
  border-radius: 0.5rem;
  box-shadow: var( --dropShadow--card);
  overflow: hidden;
}
.card__content .card__img__wrapper img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  transition: .3s ease all;
}
.card__content.main .card__img__wrapper img {
  height: 100%;
  aspect-ratio: 5 / 3;
}

.card__content .card__tag__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: .2rem;
}


/* 日付 */
.card__tag__wrapper  .date{
color: var(--title--deco-navy);
font-family: var(--font--openSans);
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 0.04375rem;
display: block;
padding-right: .4rem;
}

.card__content .card__inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.88rem;
}
#news .card__content .card__inner {
  width: 60%;
}
/* カテゴリータグ */

.card__content .category__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: .2rem;
  flex: 1;
}

.card__tag__wrapper  .category {
  border-radius: var(--card--borderRadius);
  padding: var(--card--tag--padding);
  border:var(--card--tag--border-blue);
  background: var(--card--tag--BG);
  color: var(--text-color-normal);
  font-family: var(--font--notoSans);
  line-height: var(--card--tag--lineHeight); 
  font-size: var(--card--tag--textSize);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.02438rem;
  display: block;

}

/* タイトル */
.card__content .card__title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4375rem; /* 135.294% */
  letter-spacing: 0.02125rem;
  transition: .3s ease all;
}


/* 詳細 */
.card__content .card__text__wrapper {
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.625rem; /* 173.333% */
letter-spacing: 0.0375rem;

display: -webkit-box;
-webkit-line-clamp: 3; /* 3行に制限 */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}

#top .card__text__wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* card hover　animation */

.card__content a:hover .card__img__wrapper img {
  transform: scale(1.1);
}
.card__content a:hover  {
  opacity: 0.75;
}




@media screen and (max-width: 1024px) { 
  .card__content .card__inner {
    width: 100%;
  }

}


@media screen and (max-width: 768px) { 
  .card__tag__wrapper  .category {
    padding: 0.5rem 0.7rem;
  }
}






/* fadeUP animation用のclass */
.visible {
  opacity: 1;
  transform: translateY(0);
}





/* ページ内リンクの調整 */
.jump_point {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
  }