@charset "utf-8";
/* CSS Document */
/* - information.css - */
.information__box {
  padding-bottom: 0;
}
/*------------------------------------------*/
.categorybox {
  display: block;
  margin: calc(60 / 750 * 100%) auto;
  width: calc(670 / 750 * 100%);
}
.categorybox__btn {
  cursor: pointer;
  display: block;
  background: var(--c-or);
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: .4em;
  position: relative;
}
.categorybox__btn:before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: rotate(0deg);
  opacity: 1;
  transition: all .5s ease;
}
.categorybox__btn:after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: rotate(90deg);
  opacity: 1;
  transition: all .5s ease;
}
.acd__btn--open.categorybox__btn:before {
  content: "";
  transform: rotate(270deg);
  opacity: 0;
}
.acd__btn--open.categorybox__btn:after {
  content: "";
  transform: rotate(180deg);
  opacity: 1;
}
.categorybox__list {
  background: var(--c-lor);
  box-sizing: border-box;
  display: block;
  padding: calc(40 / 670 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 10px;
}
.categorybox__item {
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 10px) / 2);
  margin: 0;
  box-sizing: border-box;
  padding: 10px;
  transition: all .5s ease;
}
.categorybox__item:hover {
  color: var(--c-or);
}
.categorybox__ic {
  width: var(--fs-60);
}
.categorybox__text {
  width: calc(100% - var(--fs-60) );
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: 500;
  font-size: var(--fs-26);
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){

.categorybox {
  width: 600px;
  margin: 60px auto;
}
.categorybox__btn {
  padding: 5px;
  font-size: var(--fs-16);
}
.categorybox__list {
  background: var(--c-lor);
  box-sizing: border-box;
  display: block;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 20px;
}
.categorybox__item {
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  margin: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  transition: all .5s ease;
}
.categorybox__item:hover {
  color: var(--c-or);
}
.categorybox__ic {
  width: 32px;
}
.categorybox__text {
  width: calc(100% - 32px);
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: 500;
  font-size: var(--fs-14);
}
  
}


/*------------------------------------------*/

.column {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.column .column__area {
  box-sizing: border-box;
  padding: calc(120 / 750 * 100%) 0 calc(120 / 750 * 100%);
}
.column .column__box {
}
.column .column__list {
  display: block;
  margin: calc(60 / 750 * 100%) auto;
}
.column .column__item {
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: var(--fs-10);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: calc(20 / 750 * 100%);
  margin: calc(20 / 750 * 100%) auto;
  width: calc(670 / 750 * 100%);
}
.column .column__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: var(--fs-20);
  right: calc(20 / 750 * 100%);
  background-image: url(../shared/img/ic_arrow.svg);
  background-color: var(--c-or);
  background-repeat: no-repeat;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-position: 50% 50%;
  border-radius: var(--fs-40);
  width: var(--fs-40);
  height: var(--fs-40);
}
.column .column__imgbox {
  display: block;
  box-sizing: border-box;
  width: calc(280 / 650 * 100%);
  padding-bottom: calc(40 / 650 * 100%);
}
.column .column__img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: calc(210 / 280 * 100%);
  width: 100%;
}
.column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column .column__category {
  position: absolute;
  display: block;
  background: var(--c-lor);
  color: var(--c-or);
  width: calc(310 / 650 * 100%);
  bottom: var(--fs-20);
  left: 0;
  box-sizing: border-box;
  padding: 0 calc(10 / 310 * 100%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  border-radius: 0 2em 2em 0; 
  
}
.column .column__textbox {
  width: calc(330 / 650 * 100%);
}
.column .column__date {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
}
.column .column__title {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){

.column {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 1200px;
}
.column .column__area {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.column .column__box {
  
}
.column .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  gap: 80px;
  margin: 60px auto;
}
.column .column__item {
  box-sizing: border-box;
  border-radius: var(--fs-10);
  position: relative;
  display: block;
  padding: 20px 20px 40px;
  margin: 0;
  width: clamp(100px,calc((100% - 160px) / 3),280px);
}
.column .column__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(../shared/img/ic_arrow.svg);
  background-color: var(--c-or);
  background-repeat: no-repeat;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-position: 50% 50%;
  border-radius: var(--fs-20);
  width: var(--fs-20);
  height: var(--fs-20);
}
.column .column__imgbox {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom:40px;
  position: relative;
}
.column .column__img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: calc(210 / 280 * 100%);
  width: 100%;
}
.column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column .column__category {
  position: absolute;
  display: block;
  background: var(--c-lor);
  color: var(--c-or);
  width: calc(210 / 240 * 100%);
  bottom: var(--fs-20);
  left: -20px;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  border-radius: 0 2em 2em 0; 
  
}
.column .column__textbox {
  width: calc(330 / 650 * 100%);
}
.column .column__date {
  display: block;
  line-height: calc(40 / 26 * 1em);
  font-weight: 500;
}
.column .column__title {
  display: block;
  line-height: calc(26 / 16 * 1em);
  font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

  
}
/* -------------------------------------------- */
.wfpager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  gap: 2em;
  font-size: var(--fs-28);
}
.wfpager__prev {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../shared/img/ic_ar_min_br.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 0.5em;
  background-size: auto 0.5em;
  transform: rotate(180deg);
  overflow: hidden;
  text-indent: -10em;
  transition: all .5s ease;
}
.wfpager__next {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../shared/img/ic_ar_min_br.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 0.5em;
  background-size: auto 0.5em;
  overflow: hidden;
  text-indent: -10em;
  transition: all .5s ease;
}
.wfpager__prev:hover ,
.wfpager__next:hover {
  background-image: url(../shared/img/ic_ar_min_or.svg);
}
.wfpager__num {
  text-align: center;
  transition: all .5s ease;
}
.wfpager__num:hover,
.wfpager__num--dot {
  color: var(--c-or);
}
.wfpager__num--active {
  color: var(--c-or);
}

/* -------------------------------------------- */
@media screen and (min-width:1000px){
.wfpager {
  font-size: var(--fs-20);
}
}




/* -------------------------------------------- */
.column--news.column .column__item {
  background: none;
  padding: 0;
}
.column--news.column .column__imgbox {
  padding-bottom: 0;
  border-radius: var(--fs-60);
  width: calc(250 / 650 * 100%);
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.column--news.column .column__imgbox:before {
  content: "";
  display: block;
  position: absolute;
  top: var(--fs-10);
  left: var(--fs-10);
  width: calc(100% - var(--fs-10) * 2);
  height: calc(100% - var(--fs-10) * 2);
  border: 1px solid #fff;
  border-radius: var(--fs-50);
  z-index: 3;
}
.column--news.column .column__textbox {
    width: calc(370 / 650* 100%);
  box-sizing: border-box;
  padding-right: 2.5em;
}
.column--news.column .column__date {
  display: inline-block;
  background: var(--c-lor);
  color: var(--c-or);
  padding: 2px 10px;
  border-radius: 10px;
}
/* -------------------------------------------- */
@media screen and (min-width:1000px){
.column--news.column .column__list {
  gap:60px 120px;
  overflow: hidden;
  }
.column--news.column .column__item {
  background: none;
  padding: 0;
  clamp(100px,calc((100% - 160px) / 3),300px)
}
  .column--news.column .column__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -63px;
    width: 3px;
    height: 100%;
    background: url(../shared/img/dot_line_v.svg);
    background-repeat: repeat-y;
    -webkit-background-size: 3px auto;
    background-size:3px auto;
  }
  .column--news.column .column__item:first-of-type:before {
    content: none;
  }
.column--news.column .column__imgbox {
  padding-bottom: 0;
  border-radius: var(--fs-60);
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.column--news.column .column__imgbox:before {
  content: "";
  display: block;
  position: absolute;
  top: var(--fs-10);
  left: var(--fs-10);
  width: calc(100% - var(--fs-10) * 2);
  height: calc(100% - var(--fs-10) * 2);
  border: 1px solid #fff;
  border-radius: var(--fs-50);
  z-index: 3;
}
.column--news.column .column__textbox {
    width: calc(370 / 650* 100%);
  box-sizing: border-box;
  padding-right: 2.5em;
}
.column--news.column .column__date {
  display: inline-block;
  background: var(--c-lor);
  color: var(--c-or);
  padding: 2px 10px;
  border-radius: 10px;
  font-size: var(--fs-16);
  margin: 20px auto;
}
  .column--news.column .column__title {
    -webkit-line-clamp: 2;
  font-size: var(--fs-16);
    line-height: calc(26 / 16 * 1em);
    box-sizing: border-box;
    padding-right: 35px;
    
  }
  .column--news.column .column__item:after {
    content: "";
    bottom: 35px;
  }
}
