/* グローバル
***************************************************************/
@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/column/column1.jpg);
  }
}
@media all and (max-width:680px) {
  .w_icatch {
    background-image: url(../img/column/column1_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* categoryWrap1
***************************************************************/
.categoryWrap1 {
  padding: 85px 0 ;
}
.categoryWrap1 .categoryList {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.categoryWrap1 .categoryList > li {
  width: 24%;
}
.categoryWrap1 .categoryList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #6e7175;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.categoryWrap1 .categoryList .current a {
  border: 1px solid #a99d54;
  background-color: #a99d54;
  color: #fff;
}
@media all and (min-width: 681px) {
  .categoryWrap1 .categoryList a:hover {
    border: 1px solid #a99d54;
    background-color: #a99d54;
    color: #fff;
  }
}
@media all and (max-width:680px) {
  .categoryWrap1 {
    padding: 40px 0 ;
  }
  .categoryWrap1 .categoryList {
    width: 100%;
    padding: 0 5%;
    flex-flow: wrap;
  }
  .categoryWrap1 .categoryList > li {
    width: 48%;
  }
  .categoryWrap1 .categoryList > li:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .categoryWrap1 .categoryList a {
    height: 38px;
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media all and (max-width:370px) {
}


/* columnWrap1
***************************************************************/
.columnWrap1 {
  padding: 0 0 190px;
}
.columnList {
  width: 1100px;
  margin: 0 auto;
}
.columnList > li:nth-of-type(1n + 2) {
  margin-top: 40px;
}
.columnList a {
  display: flex;
  border: 1px solid #6e7175;
}
.columnList .thumb {
  width: 300px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.columnList .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
}
.columnList .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.columnList .blog .thumb .img1 {
  background-image: url(../img/common/column1.svg);
}
.columnList .info .thumb .img1 {
  background-image: url(../img/common/column2.svg);
}
.columnList .report .thumb .img1 {
  background-image: url(../img/common/column5.svg);
}
.columnList .textBox1 {
  width: calc(100% - 300px);
  padding: 25px 48px 35px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.columnList .textBox1 .t1 {
  font-size: 19px;
  font-weight: 700;
  color: #a99d54;
  letter-spacing: 0.15em;
}
.columnList .textBox1 .t2 {
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.15em;
}
.columnList .textBox1 .linkBtn1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 154px;
  height: 35px;
  background-color: #a99d54;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.columnList .textBox1 .linkBtn1::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s ease, width 0.3s ease;
}
.listMoreBtn a {
  width: 330px;
  height: 70px;
  margin: 125px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #646464;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
#infscr-loading {
  text-align: center;
}
@media all and (min-width: 681px) {
  .columnList a:hover .thumb::after {
    background-color: rgba(60, 60, 60, .5);
  }
  .columnList a:hover .thumb .img1 {
    transform: scale(1.1);
  }
  .columnList a:hover .textBox1 .linkBtn1 {
    background-color: #6e7175;
  }
  .columnList a:hover .textBox1 .linkBtn1::after {
    width: 30px;
  }
  .listMoreBtn a:hover {
    background-color: #3c3c3c;
  }
}
@media all and (max-width:680px) {
  .columnWrap1 {
    padding: 0 0 90px;
  }
  .columnList {
    width: 100%;
    padding: 0 12%;
  }
  .columnList > li:nth-of-type(1n + 2) {
    margin-top: 30px;
  }
  .columnList a {
    display: block;
  }
  .columnList .thumb {
    width: 100%;
    min-height: auto;
    height: 47vw;
  }
  .columnList .textBox1 {
    display: block;
    width: 100%;
    padding: 20px 15px 40px;
  }
  .columnList .textBox1 .t1 {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .columnList .textBox1 .t2 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  .columnList .textBox1 .linkBtn1 {
    width: 120px;
    height: 30px;
    font-size: 13px;
  }
  .columnList .textBox1 .linkBtn1::after {
    width: 20px;
    top: 4px;
  }
  .listMoreBtn a {
    width: 280px;
    height: 50px;
    margin-top: 70px;
    font-size: 14px;
  }
}
@media all and (max-width:370px) {
}


/***************************************************************
columnSingle
***************************************************************/

/* s_titleWrap
***************************************************************/
.s_titleWrap {
  width: 850px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.s_titleWrap .cat1 {
  font-size: 24px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.15em;
  color: #a99d54;
}
.s_titleWrap .tit1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.75;
  margin-top: 10px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .s_titleWrap {
    width: 100%;
    padding: 35px 5%;
  }
  .s_titleWrap .cat1 {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .s_titleWrap .tit1 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
}
@media all and (max-width:370px) {
}


/* s_contentsWrap
***************************************************************/
.s_contentsWrap {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.s_contentsWrap .sc_item + .sc_item {
  margin-top: 65px;
}
.s_contentsWrap .sc_imgBox1 .caption1 {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.12em;
  line-height: 1.88;
}
.s_contentsWrap .sc_imgBox1 .img1 + .caption1 {
  margin-top: 5px;
}
.s_contentsWrap .sc_textBox1 .title1 {
  font-size: 24px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.63;
}
.s_contentsWrap .sc_textBox1 .text1 {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.12em;
  line-height: 2;
}
.s_contentsWrap .sc_textBox1 .text1 a {
  color: #2196F3;
  text-decoration: underline;
}
.s_contentsWrap .sc_textBox1 .title1 + .text1 {
  margin-top: 8px;
}
@media all and (min-width: 681px) {
  .s_contentsWrap .sc_textBox1 .text1 a:hover {
    text-decoration: none;
  }
}
@media all and (max-width:680px) {
  .s_contentsWrap {
    width: 100%;
    padding: 0 5% 110px;
  }
  .s_contentsWrap .sc_item + .sc_item {
    margin-top: 40px;
  }
  .s_contentsWrap .sc_imgBox1 .caption1 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .s_contentsWrap .sc_textBox1 .title1 {
    font-size: 18px;
  }
  .s_contentsWrap .sc_textBox1 .text1 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .s_contentsWrap .sc_textBox1 .text1 p{
    /* word-break: break-all; */
    overflow:hidden;
  }
}
@media all and (max-width:370px) {
}


/* otherPost
***************************************************************/
.otherPost {
  max-width: 1350px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 25px 85px;
}
.otherPost .ul1 {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.otherPost .ul1 > li {
  width: 23%;
}
.otherPost .ul1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.otherPost .ul1 .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.otherPost .ul1 .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .45);
  transition: background 0.3s ease;
}
.otherPost .ul1 .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.otherPost .ul1 .blog .thumb .img1 {
  background-image: url(../img/common/column1.svg);
}
.otherPost .ul1 .info .thumb .img1 {
  background-image: url(../img/common/column2.svg);
}
.otherPost .ul1 .report .thumb .img1 {
  background-image: url(../img/common/column5.svg);
}
.otherPost .ul1 .textBox1 {
  width: 100%;
  height: 100%;
  padding: 45px 35px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.otherPost .ul1 .textBox1 .cat1 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  color: #a99d54;
  background-color: #fff;
  padding: 5px 15px;
}
.otherPost .ul1 .textBox1 .tit1 {
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.67;
  color: #fff;
  margin-top: 15px;
}
@media all and (min-width: 681px) {
  .otherPost .ul1 > li:nth-of-type(1n + 2) {
    margin-left: 2.67%;
  }
  .otherPost .ul1 a:hover .thumb::after {
    background-color: rgba(0, 0, 0, .65);
  }
  .otherPost .ul1 a:hover .thumb .img1 {
    transform: scale(1.1);
  }
}
@media all and (max-width:680px) {
  .otherPost {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 0 10% 50px;
  }
  .otherPost .ul1 {
    display: block;
    padding-top: 30px;
  }
  .otherPost .ul1 > li {
    width: 100%;
  }
  .otherPost .ul1 > li + li {
    margin-top: 20px;
  }
  .otherPost .ul1 a {
    height: auto;
  }
  .otherPost .ul1 .textBox1 {
    padding: 35px 20px;
  }
  .otherPost .ul1 .textBox1 .cat1 {
    font-size: 13px;
    color: #a99d54;
  }
  .otherPost .ul1 .textBox1 .tit1 {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 12px;
  }
}
@media all and (max-width:370px) {
}


/* backLink
***************************************************************/
.backLink {
  padding-bottom: 100px;
}
.backLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 330px;
  height: 70px;
  margin: 0 auto;
  padding: 0 42px 0 27px;
  background-color: #828282;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.backLink a::before {
  content: "";
  width: 22px;
  height: 18px;
  background-image: url(../img/common/ico_back1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media all and (min-width: 681px) {
  .backLink a:hover {
    background-color: #3c3c3c;
  }
}
@media all and (max-width:680px) {
  .backLink {
    padding-bottom: 70px;
  }
  .backLink a {
    width: 280px;
    height: 50px;
    font-size: 14px;
    padding: 0 25px 0 16px;
  }
}
@media all and (max-width:370px) {
}
