@charset "UTF-8";

/* 共通
***************************************************************/
main{
  padding-top: 250px;
  overflow-x: hidden;
}
.foot {
  margin-top: 0!important;
}
.foot::before {
  display: none;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main{
    padding-top: 140px;
  }
}


/* page_ttl_sec
***************************************************************/
.page_ttl{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 85px;
}
.page_ttl .jost{
  font-size: 96px;
  margin-top: -10px;
}
.page_ttl .ja{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
.action.stretch.scrollin::before {
    transition-delay: 1s;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main .inner {
    margin-left: 11%;
    margin-right: 11%;
  }
 .page_ttl{
    margin-bottom: 35px;
    z-index: 1;
  }
  .page_ttl .jost {
      font-size: 38px;
      margin-top: -0.06em;
  }
  .page_ttl .ja{
    font-size: 16px;
    margin-top: 10px;
  }
}



/* cat_nav1
***************************************************************/
.cat_nav1 {
  padding: 62px 0 130px;
}
.cat_nav1_list1 {
  width: 832px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cat_nav1_list1 .li1 {
  width: 226px;
}
.cat_nav1_list1 .link1 {
  width: 100%;
  padding: 14px 0;
  position: relative;
  display: block;
  border-bottom: 2px solid #1F1F1F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.cat_nav1_list1 .link1::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #1F1F1F url(../img/news/arrow1.svg)no-repeat center / 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background 0.3s ease;
}
.cat_nav1_list1 .current .link1 {
  /* color: #79CBD6; */
}
.cat_nav1_list1 .current .link1::after {
  background-color: #79CBD6;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .cat_nav1_list1 .link1:hover {
    /* color: #79CBD6; */
  }
  .cat_nav1_list1 .link1:hover::after {
    background-color: #79CBD6;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .cat_nav1 {
    padding: 30px 30px 36px;
  }
  .cat_nav1_list1 {
    width: 100%;
  }
  .cat_nav1_list1 .li1 {
    width: calc(100% / 3);
  }
  .cat_nav1_list1 .link1 {
    padding: 0 0 35px;
    border-bottom: none;
    font-size: 16px;
    text-align: center;
  }
  .cat_nav1_list1 .link1::after {
    width: 25px;
    height: 25px;
    background-size: 9px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
}



/* archiveWrap
***************************************************************/
.archiveWrap {
  padding-bottom: 140px;
}
.archive_list1 {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.archive_list1 .li1 {
  width: 322px;
}
.archive_list1 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.archive_thumb {
  width: 100%;
  height: 214px;
  overflow: hidden;
}
.archive_img1 {
  width: 100%;
  height: 100%;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
  transition: transform 0.3s ease;
}
.archive_title1 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.4;
}
.archive_text1 {
  flex-grow: 1;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.86;
}
.archive_clm1 {
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.archive_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 31px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #F0F0F0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
.archive_more {
  width: 144px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1F1F1F;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.archive_more::after {
  content: "";
  width: 16.91px;
  height: 19.42px;
  background: url(../img/news/arrow2.svg)no-repeat center / contain;
  position: absolute;
  top: -1.5px;
  right: 0;
}
.comingSoon {
  text-align: center;
  padding-bottom: 120px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .archive_list1::after {
    content: "";
    width: 322px;
  }
  .archive_list1 .li1:nth-of-type(n + 4) {
    margin-top: 62px;
  }
  a:hover .archive_img1 {
    transform: scale(1.1);
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .archiveWrap {
    padding-bottom: 75px;
  }
  .archive_list1 {
    width: 100%;
    padding: 0 45px;
    display: block;
  }
  .archive_list1 .li1 {
    width: 100%;
  }
  .archive_list1 .li1:nth-of-type(n + 2) {
    margin-top: 55px;
  }
  .archive_thumb {
    height: 49.87vw;
  }
  .comingSoon {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}



/* othercontents
***************************************************************/
.othercontents {
  background-color: #E9EFF0;
  padding: 100px 0 130px;
  border-top: 2px solid #1F1F1F;
}
.other_h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 55px;
}
.othercontents .archive_tag {
  background-color: #fff;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .othercontents {
    padding: 45px 0 75px;
  }
  .other_h2 {
    font-size: 22px;
    margin-bottom: 38px;
  }
}



/* single_fvWrap
***************************************************************/
.single_fvWrap {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.single_h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.46;
}
.single_fv_clm1 {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.single_day {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 22px;
}
.single_fv {
  width: 100%;
  margin-top: 85px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .single_fvWrap {
    width: 100%;
    padding: 0 45px 50px;
  }
  .single_h1 {
    font-size: 26px;
  }
  .single_fv_clm1 {
    padding-top: 15px;
  }
  .single_fv {
    width: calc(100% + 90px);
    margin-top: 35px;
    position: relative;
    left: -45px;
  }
}



/* contents_block
***************************************************************/
.contentsWrap {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.contents_block + .contents_block {
  margin-top: 55px;
}
.contents_h2 {
  border-left: 6px solid #79CBD6;
  padding-left: 34px;
  font-size: 30px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.73;
}
.contents_h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.73;
}
.contents_editer {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.38;
}
.contents_editer span {
  background: linear-gradient(transparent 60%, #D0EEF2 0%);
  text-decoration: none!important;
}
.contents_h2 + .contents_h3 {
  margin-top: 40px;
}
.contents_h3 + .contents_editer {
  margin-top: 32px;
}
.contents_editer a {
  text-decoration: underline;
}
.contents_imglist1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.contents_imglist1 .li1 {
  width: 365px;
  height: 240px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.contents_imglist1 .li1:nth-of-type(n + 3) {
  margin-top: 22px;
}
.contents_list1 {
  background-color: #F2F2F2;
  padding: 46px 60px 52px;
}
.contents_list1_dl1 .dt1 {
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.contents_list1_dl1 .dd1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 18px;
}
.contents_list1_dl1 .dd1 + .dt1 {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 2px dotted #1F1F1F;
}
.back_btn1 {
  width: 354px;
  height: 68px;
  margin: 86px auto 0;
  border-radius: 100px;
  border: 1px solid #1F1F1F;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back_btn1::before {
  content: "";
  width: 16.91px;
  height: 19.42px;
  background: url(../img/news/arrow2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: rotate(180deg);
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .contents_editer a:hover {
    text-decoration: none;
  }
  .back_btn1:hover {
    background-color: #79CBD6;
    border-color: #79CBD6;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .contentsWrap {
    width: 100%;
    padding: 0 45px 80px;
  }
  .contents_block + .contents_block {
    margin-top: 60px;
  }
  .contents_h2 {
    padding-left: 26px;
    font-size: 22px;
  }
  .contents_h3 {
    font-size: 18px;
  }
  .contents_editer {
    font-size: 14px;
    line-height: 2;
  }
  .contents_h2 + .contents_h3 {
    margin-top: 36px;
  }
  .contents_h3 + .contents_editer {
    margin-top: 25px;
  }
  .contents_img1 {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }
  .contents_imglist1 {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }
  .contents_imglist1 .li1 {
    width: calc((100% - 10px) / 2);
    height: 28.53vw;
  }
  .contents_imglist1 .li1:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .contents_list1 {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    padding: 30px 25px;
  }
  .contents_list1_dl1 .dt1 {
    font-size: 18px;
  }
  .contents_list1_dl1 .dd1 {
    margin-top: 16px;
  }
  .contents_list1_dl1 .dd1 + .dt1 {
    margin-top: 32px;
    padding-top: 32px;
  }
  .back_btn1 {
    width: 218px;
    height: 46px;
    margin-top: 40px;
    font-size: 14px;
  }
  .back_btn1::before {
    width: 12px;
    height: 13px;
  }
}


/* ページネーション
***************************************************************/
.pagination{
   margin-top:120px;
}
.nav-links{
   display:flex;
   justify-content: center;
}
.pagination ul.page-numbers{
   display:flex;
   color:#1F1F1F;
}
.pagination a.page-numbers,
.pagination span.page-numbers{
   display:inline-block;
   margin:5px;
   width: 55px;
   height: 55px;
   display: flex;
   align-items: center;
   justify-content: center;
   color:#1F1F1F;
   border-radius:100%;
   background:#fff;
   color: #1F1F1F;
   border: 1px solid #1F1F1F;
   font-size: 16px;
   text-align: center;
   letter-spacing: 0;
   line-height: 1;
}
.pagination .current{
   background:#1F1F1F!important;
   color:#fff!important;
}
.pagination a.prev,
.pagination a.next{
   background:transparent;
   box-shadow:none;
   border: none;
   color:#1F1F1F;
}
.pagination .nav-links .dots{
   background:transparent;
   box-shadow:none;
   border: none;
}
@media all and (min-width: 681px) {
  .pagination a:hover {
    opacity: .5;
  }
}
@media all and (max-width: 680px) {
  .pagination{
     margin-top:60px;
  }
  .pagination a.page-numbers,
  .pagination span.page-numbers{
     width: 40px;
     height: 40px;
  }
}


/* 共通
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
