@charset "UTF-8";

/*

※メディアクエリはレスポンシブサイトの場合はそのサイトに合わせたサイズを指定すること
※旧センティール系の非レスポンシブサイトは「PC：(min-widty:641)」「SP：(max-width:640px)」で指定

*/

/* .センティール旧サイト用ユニークスタイル ※階層指定深めにしてこっちが優先的に反映されるようにする
============================================================================= */

@media (max-width:640px) {
/* SP時の全体的にサイズを縮小する */
}
/* リストスタイルリセット */
ul,ol {
	list-style:none;
}

/* Noto Serif 読み込み（Android対策） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
/* .共通
============================================================================= */
/* 各サイトのグロナビによって変動 */
@media (min-width:641px) {
	body {
		padding-top:120px;
	}
}
@media (max-width:640px) {
	body {
		padding-top:50px;
	}
}
/* 主に改行用sp/pcで出し分けする */
@media (min-width:641px) {
	[data-sc-sp] {
		display:none;
	}
}
@media (max-width:640px) {
	[data-sc-pc] {
		display:none;
	}
}
#main_contents {
	max-width:100%;
}
@media (max-width:640px) {
	#main_contents {
	}
}

@media (max-width:640px) {
	._sp-mg01 {
		margin-left:30px;
		margin-right:30px;
	}
	._sp-mg02 {
		margin-left:20px;
		margin-right:20px;
	}
	._sp-mg03 {
		margin-left:10px;
		margin-right:10px;
	}
}

@media (min-width:641px) {
	.headerArea {
		position:fixed !important;
		top:0 !important;
	}
}

._mincho {
	font-family:YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
	font-weight:600;
}

._hiraginoMin {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}

._hiraginoGo {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

:root {
	--basecolor-yellow01:#C2952E;
	--basecolor-green01:#A2CB65;
}

._sofia {
	font-family: "sofia-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* .
============================================================================= */

.contentBGArea {
	width: 100%;
}

.contentBGArea .mv_bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width:640px) {
  .contentBGArea .mv_bg {
    height: 83.33vw;
  }
}
@media (min-width:641px) {
	.contentBGArea {
		height: calc(100vh - 120px);
	}
}

@media (min-width:641px) {
	.sec_contents {
		max-width: 1340px;
		margin: 0 auto;
	}
}

.columnBlock {
	display: flex;
  padding-bottom: 10rem;
}
.columnBlock .columnCenter {
	background-color: #fff;
    border-top: 2px solid #AF9967;
}
.columnBlock .columnSide {
	margin-left: 3.6rem;
}

@media (min-width:641px) {
    .columnBlock .columnCenter {
        margin-top: -8rem;
    }
	.columnBlock .columnCenter {
		width: 74.63%;
		padding: 3% 4.5%;
		box-sizing: border-box;
	}
	.columnBlock .columnSide {
		width: 15.22%;
    margin-top: 4.5rem;
	}
}

.of img {
	vertical-align: bottom;
}


@media (max-width:640px) {
  .columnBlock {
    padding-bottom: 0;
  }
  .columnBlock .columnCenter {
		padding: 0 20px;
    margin-right: 20px;
    width: calc(100% - 20px);
    padding-bottom: 40px;
    margin-top: -30px;
    padding-top: 20px;
  }
}

/*  */

@media (min-width:641px) {
	.page_cate_tit {
		font-size: 2.2rem;
		color: #DAD6CE;
    letter-spacing: 0.03em;
	}
	.title {
		font-size: 3rem;
		color: #8E8066;
		margin-top: 30px;
	}
	.chach_txt {
		font-size: 1.6rem;
		line-height: calc(30/16);
		padding-left: 1.5%;
		border-left: 2px solid #AF9967;
		margin-top: 25px;
    color: #505050;
	}

}


@media (max-width:640px) {
	.page_cate_tit {
		font-size: 1.8rem;
		color: #DAD6CE;
    letter-spacing: 0.03em;
	}
	.title {
		font-size: 2rem;
		color: #8E8066;
		margin-top: 15px;
	}
	.chach_txt {
		font-size: 1.4rem;
		font-size: 1.3rem;
		line-height: calc(46/28);
		padding-left: 1rem;
		border-left: 1px solid #AF9967;
		margin-top: 22px;
    color: #505050;
	}

}







#container {
    background-color: #f0ede7;
}


@media (min-width:641px) {
	.single_section {
		margin-top: 11.5%;
	}

	.single_section-header {

	}
	
	.single_section-header .header-heading {
		text-align: center;
	}
	
	.single_section-header .header-heading .heading-en {
		font-size: 3rem;
    letter-spacing: 0.03em;
		color: #AF9967;
		display: block;
	}
	
	.single_section-header .header-heading .heading-ja {
		font-size: 1.4rem;
		color: #4A4645;
		display: block;
    margin-top: 0.5rem;
	}

	.single_section-content {
		margin-top: 32px;
	}
}



@media (max-width:640px) {
	.single_section {
		margin-top: 80px;
	}

  .single_section + .single_section {
    margin-top: 65px;
  }

	.single_section-header {

	}
	
	.single_section-header .header-heading {
		text-align: center;
	}
	
	.single_section-header .header-heading .heading-en {
		font-size: 3rem;
    letter-spacing: 0.03em;
		color: #AF9967;
		display: block;
    line-height: calc(65/60);
	}
	
	.single_section-header .header-heading .heading-ja {
		font-size: 1.4rem;
		color: #4A4645;
		display: block;
		margin-top: 5px;
	}

	.single_section-content {
		margin-top: 32px;
	}
}


.single_section-content.-group_photo .group_photo_wrap {
    display: -ms-grid;
    display: grid;
}
@media (min-width:641px) {
	.single_section-content.-group_photo._01 .group_photo_wrap {
		height: 50.6vw;
        max-height: 68.6rem;
	}
	.single_section-content.-group_photo._02 .group_photo_wrap {
        height: 60.9vw;
        max-height: 82.6rem;
	}
	.single_section-content.-group_photo._03 .group_photo_wrap {
		height: 55.7vw;
        max-height: 75.5rem;
	}
	.single_section-content.-group_photo._04 .group_photo_wrap {
		height: 58.5vw;
        max-height: 79.3rem;
	}
	.single_section-content.-group_photo._05 .group_photo_wrap {
        height: 58.5vw;
        max-height: 68.6rem;
	}
}

.single_section-content.-group_photo._01 .group_photo_wrap {
    grid-template-rows: 27.7% 5px 27.7% 5px 43%;
    grid-template-columns: 49.6% 5px 13% 5px 36%;
}

.single_section-content.-group_photo._01 .group_photo-img:nth-child(1) {
    grid-row: 1/4;
    grid-column: 1/4;
}

.single_section-content.-group_photo._01 .group_photo-img:nth-child(2) {
    grid-row: 1/2;
    grid-column: 5/6;
}

.single_section-content.-group_photo._01 .group_photo-img:nth-child(3) {
    grid-row: 3/4;
    grid-column: 5/6;
}

.single_section-content.-group_photo._01 .group_photo-img:nth-child(4) {
    grid-row: 5/6;
    grid-column: 1/2;
}

.single_section-content.-group_photo._01 .group_photo-img:nth-child(5) {
    grid-row: 5/5;
    grid-column: 3/6;
}


@media (max-width:640px) {
  .single_section-content.-group_photo .group_photo-img:nth-child(n+2) {
    margin-top: 5px;
  }
}




.single_section-content.-group_photo._02 .group_photo_wrap {
    grid-template-rows: 37.2% 5px 37.2% 5px 24%;
    grid-template-columns: 32.8% 5px 13.5% 5px 18.7% 5px 33%;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(1) {
    grid-row: 1/4;
    grid-column: 1/4;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(2) {
    grid-row: 1/2;
    grid-column: 5/8;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(3) {
    grid-row: 3/4;
    grid-column: 5/8;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(4) {
    grid-row: 5/6;
    grid-column: 1/2;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(5) {
    grid-row: 5/5;
    grid-column: 3/6;
}

.single_section-content.-group_photo._02 .group_photo-img:nth-child(6) {
    grid-row: 5/5;
    grid-column: 7/8;
}

.single_section-content.-group_photo._03 .group_photo_wrap {
    grid-template-rows: 49.4% 5px 49.4%;
    grid-template-columns: 42.5% 5px 57%;
}

.single_section-content.-group_photo._03 .group_photo-img:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
}

.single_section-content.-group_photo._03 .group_photo-img:nth-child(2) {
    grid-row: 3/4;
    grid-column: 1/2;
}

.single_section-content.-group_photo._03 .group_photo-img:nth-child(3) {
    grid-row: 1/4;
    grid-column: 3/4;
}

.single_section-content.-group_photo._04 .group_photo_wrap {
    grid-template-rows: 36.2% 5px 24.4% 5px 38%;
    grid-template-columns: 32.8% 5px 16.8% 5px 15.4% 5px 33%;
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/4;
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(2) {
    grid-row: 1/2;
    grid-column: 5/8;
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/2
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(4) {
    grid-row: 3/4;
    grid-column: 3/6
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(5) {
    grid-row: 3/4;
    grid-column: 7/8;
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(6) {
    grid-row: 5/6;
    grid-column: 1/4
}

.single_section-content.-group_photo._04 .group_photo-img:nth-child(7) {
    grid-row: 5/6;
    grid-column: 5/8
}

.single_section-content.-group_photo._05 .group_photo_wrap {
    grid-template-rows: 43.2% 5px 27.6% 5px 27.6%;
    grid-template-columns: 33.3% 5px 15.8% 5px 49.7%;
}

.single_section-content.-group_photo._05 .group_photo-img:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/4;
}

.single_section-content.-group_photo._05 .group_photo-img:nth-child(2) {
    grid-row: 1/2;
    grid-column: 5/6;
}

.single_section-content.-group_photo._05 .group_photo-img:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/2;
}

.single_section-content.-group_photo._05 .group_photo-img:nth-child(4) {
    grid-row: 5/6;
    grid-column: 1/2;
}

.single_section-content.-group_photo._05 .group_photo-img:nth-child(5) {
    grid-row: 3/6;
    grid-column: 3/6;
}

.single_section-content .group_photo-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single_section-content .group_photo-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:640px) {
    .single_section-content.-group_photo .group_photo_wrap {
        display: block;
    }
    .single_section-content .group_photo-img img {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
}

.group_photo-description {
    font-size: 1.4rem;
    line-height: calc(26/14);
    margin-top: 3.2rem;
    padding: 0 6rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #505050;
}

@media (max-width:640px) {
  .group_photo-description {
    font-size: 1.3rem;
    font-size: 1.2rem;
    line-height: calc(52/26);
    padding: 0;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.78;
  }
}



.single_section-content.-message {
    width: 55.4vw;
    max-width: 76rem;
    margin: 0 auto;
}

.single_section-content.-message .section_message {
    background-color: #F0EDE7;
    padding: 4rem;
}

.single_section-content.-message .text-description {
    font-size: 1.4rem;
    line-height: calc(26/14);
    letter-spacing: 0.05em;
    color: #505050;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.single_section-content.-message .message-name {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-align: right;
}


@media (max-width:640px) {
  .single_section-content.-message {
      width: 100%;
      margin: 0 auto;
  }

  .single_section-content.-message .section_message {
      background-color: #F0EDE7;
      padding: 20px;
  }

  .single_section-content.-message .text-description {
      font-size: 1.2rem;
      line-height: calc(52/26);
      letter-spacing: 0.05em;
      color: #505050;
      font-family: "hiragino-kaku-gothic-pron", sans-serif;
      font-weight: 300;
      font-style: normal;
  }

  .single_section-content.-message .message-name {
      font-size: 1.3rem;
      margin-top: 16px;
      text-align: right;
  }
}






.single_section-content.-text_area {
  width: 55.4vw;
  max-width: 76rem;
  margin: 0 auto;
}

.single_section-content.-text_area .text-description {
  font-size: 1.4rem;
  line-height: calc(26/14);
  letter-spacing: 0.05em;
  color: #505050;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width:640px) {
.single_section-content.-text_area {
    width: 100%;
    margin: 0 auto;
}


.single_section-content.-text_area .text-description {
    font-size: 1.2rem;
    line-height: calc(52/26);
    letter-spacing: 0.05em;
    color: #505050;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 1.78;
}

}


.colum_photo_wrap {
    width: 55.4vw;
    max-width: 76rem;
    margin: 0 auto;
}


.colum_photo_wrap .phbox {

}

.colum_photo_wrap .phbox img {
    width: 100%;
    vertical-align: bottom;
}

.colum_photo_wrap.ph1,
.colum_photo_wrap.ph2 {
    margin-top: 10rem;
}

.colum_photo_wrap.ph1 + .ph1 {
    margin-top: 8px;
}

.colum_photo_wrap.ph2 .phbox {
    display: flex;
    justify-content: space-between;
}

.colum_photo_wrap.ph2 .phbox .ph-img {
    width: calc(50% - 4px);
    height: 18.2vw;
}

.colum_photo_wrap.ph2 .phbox .ph-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colum_photo_wrap.ph2 + .ph2 {
    margin-top: 8px;
}



@media (max-width:640px) {
  .colum_photo_wrap {
    width: 100%;
    margin: 0 auto;
  }


  .colum_photo_wrap .phbox {

  }

  .colum_photo_wrap .phbox img {
    width: 100%;
    vertical-align: bottom;
  }

  .colum_photo_wrap.ph1,
  .colum_photo_wrap.ph2 {
    margin-top: 5rem;
  }

  .colum_photo_wrap.ph1 + .ph1 {
    margin-top: 8px;
  }

  .colum_photo_wrap.ph2 .phbox {
    display: flex;
    justify-content: space-between;
  }

  .colum_photo_wrap.ph2 .phbox .ph-img {
    width: calc(50% - 4px);
    height: 18.2vw;
  }

  .colum_photo_wrap.ph2 .phbox .ph-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .colum_photo_wrap.ph2 + .ph2 {
    margin-top: 8px;
  }

}

/* .
============================================================================= */



@media (max-width:640px) {
  #main_contents .mvBlock {
    background-image: url(/img/report/mv_sp.jpg);
    width: 100%;
    height: 82.9vw;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main_contents .mv_title {
      color: #FFF;
      text-align: center;
  }
  #main_contents .mv_title .en {
      font-size: 2.6rem;
      letter-spacing: 0.03em;
      display: block;
  }
  #main_contents .mv_title .ja {
      font-size: 1.3rem;
      display: block;
  }

  #main_contents .textBlock {
      margin-top: 40px;
  }

  #main_contents .textBlock .chach_text {
      font-size: 1.9rem;
      line-height: calc(64/38);
      text-align: center;
      color: #505050;
  }

  #main_contents .textBlock .chach_text_sm {
    font-size: 1.3rem;
    line-height: calc(59/29);
    text-align: center;
    color: #505050;
    font-weight: 400;
  }

  .reportContent .containerBox {
      display: flex;
      margin: 40px auto 0;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 20px;
  }

  .reportContent .detail {
      height: auto;
      width: 100%;
  }
  .reportContent .detail:nth-child(n+2) {
      margin-top: 4rem;
  }
  .reportContent .detail > .in {
      width: 100%;
      height: 100%;
  }
  .reportContent .detail .wrapLink {
      width: 100%;
      display: block;
      position: relative;
  }
  .reportContent .detail .txt_box {
      position: relative;
      left: 0;
      bottom: 0;
      width: calc(100% - 20px);
      /*height: 14rem;*/
      z-index: 10;
      border-left: 2px solid #AF9967;
      padding: 15px 20px 13px 20px;
      box-sizing: border-box;
      margin-top: -25px;
    }
  .reportContent .detail .txt_box .name {
      font-size: 1.1rem;
      color: #8E8066;
  }
  .reportContent .detail .txt_box .tit {
      font-size: 1.4rem;
      line-height: calc(44/28);
      color: #505050;
      margin-top: 0.5rem;
  }
  .reportContent .detail .txt_box .view_more {
      width: 100%;
      text-align: right;
  }
  .reportContent .detail .wrapLink .txt_box:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fff;
      opacity: 0.9;
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  .reportContent .detail .thumb {
      width: 100%;
      height: 100%;
  }
  .reportContent .detail .img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

@media (min-width:641px) {
    #main_contents .mvBlock {
        background-image: url(/img/report/mv.jpg);
        width: 100%;
        height: 47rem;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #main_contents .mv_title {
        color: #FFF;
        text-align: center;
    }
    #main_contents .mv_title .en {
        font-size: 4.2rem;
        display: block;
        letter-spacing: 0.03em;
  }
    #main_contents .mv_title .ja {
        font-size: 1.7rem;
        display: block;
    }

    #main_contents .textBlock {
        margin-top: 6rem;
    }

    #main_contents .textBlock .chach_text {
        font-size: 2.4rem;
        line-height: calc(48/24);
        text-align: center;
        color: #505050;
    }

    #main_contents .textBlock .chach_text_sm {
        font-size: 1.6rem;
        line-height: calc(34/16);
        text-align: center;
        color: #505050;
    }

    .reportContent .containerBox {
        display: flex;
        max-width: 130rem;
        margin: 6.4rem auto 0;
        padding-bottom: 7.4rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reportContent .detail {
        height: 40.6rem;
        width: 48%;
    }
    .reportContent .detail:nth-child(2n) {
        margin-top: 8.5rem;
    }
    .reportContent .detail:nth-child(2n + 1) {
        margin-top: 3rem;
    }
    .reportContent .detail:nth-child(2) {
        margin-top: 5.5rem;
    }
    .reportContent .detail > .in {
        width: 100%;
        height: 100%;
    }
    .reportContent .detail .wrapLink {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    .reportContent .detail .txt_box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 68%;
        /*height: 14rem;*/
        z-index: 10;
        border-left: 2px solid #AF9967;
        padding: 1.9rem 2rem 1.6rem 3rem;
        box-sizing: border-box;
      }
    .reportContent .detail .txt_box .name {
        font-size: 1.6rem;
        color: #8E8066;
    }
    .reportContent .detail .txt_box .tit {
        font-size: 1.8rem;
        line-height: calc(29/18);
        color: #505050;
        margin-top: 0.5rem;
    }
    .reportContent .detail .txt_box .view_more {
        width: 8.6rem;
        margin-top: 0.5rem;
    }
    .reportContent .detail .wrapLink .txt_box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.9;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .reportContent .detail .thumb {
        width: 100%;
        height: 100%;
    }
    .reportContent .detail .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}












#container {
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 640px) {
  #container {
    padding-bottom: 4rem;
  }
}





.wp-pagenavi {
    letter-spacing: 0;
    font-size: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi {
      position: relative;
      margin-top: 30px;
    }
    .wp-pagenavi:after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2;
    line-height: 1;
    text-align: center;
    color: #333;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
    -o-transition: background 0.3s, color 0.3s, border 0.3s;
    transition: background 0.3s, color 0.3s, border 0.3s;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi a,
  .wp-pagenavi span {
      font-size: 13px;
      font-size: 1.3rem;
      /*line-height: 2;*/
      line-height: 1;
    }
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    position: relative;
    letter-spacing: 0.05em;
    margin: 0 15px;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .first,
  .wp-pagenavi .last {
      margin: 0 5px;
    }
  }
  .wp-pagenavi .first:before, .wp-pagenavi .first:after,
  .wp-pagenavi .last:before,
  .wp-pagenavi .last:after {
    position: absolute;
    top: calc(50% - 5px);
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .first:before, .wp-pagenavi .first:after,
  .wp-pagenavi .last:before,
  .wp-pagenavi .last:after {
      top: calc(50% - 3px);
      width: 6px;
      height: 6px;
    }
  }
  .no-touchevents .wp-pagenavi .first:hover,
  .no-touchevents .wp-pagenavi .last:hover {
    color: #a99366;
  }
  .no-touchevents .wp-pagenavi .first:hover:before, .no-touchevents .wp-pagenavi .first:hover:after,
  .no-touchevents .wp-pagenavi .last:hover:before,
  .no-touchevents .wp-pagenavi .last:hover:after {
    border-color: #a99366;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    width: 2.3rem;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    }
  }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    content: "";
    width: 2.3rem;
    height: 0.7rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    }
  }
  .no-touchevents .wp-pagenavi .previouspostslink:hover,
  .no-touchevents .wp-pagenavi .nextpostslink:hover {
    color: #a99366;
  }
  .no-touchevents .wp-pagenavi .previouspostslink:hover:before,
  .no-touchevents .wp-pagenavi .nextpostslink:hover:before {
    border-color: #a99366;
  }
  .wp-pagenavi .current {
    /*
    width: 20px;
    height: 20px;
    margin: 0 10px;
    */
    color: #a99366;
    text-decoration: underline;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .current {
      width: 28px;
      height: 28px;
      margin: 0 2px;
    }
  }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    margin: 0 6px;
    color: #AF9967;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi .current {
    color: #FFF;
    background-color: #AF9967;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .page {
      width: 28px;
      height: 28px;
      margin: 0 2px;
    }
  }
  .no-touchevents .wp-pagenavi .page:hover {
    color: #c99f63;
  }
  .wp-pagenavi .extend {
    margin: 0;
    color: #333;
  }
  .wp-pagenavi .first {
    padding-left: 20px;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .first {
      padding-left: 15px;
    }
  }
  .wp-pagenavi .first:before {
    left: 0;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .wp-pagenavi .first:after {
    left: 5px;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 10px;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .previouspostslink {
    }
  }
  .wp-pagenavi .previouspostslink:before {
    background-image: url(/img/report/prev.svg);
    background-size: cover;
    left: 0;
    right: auto;
  }
  .wp-pagenavi .nextpostslink {
    padding-right: 0;
    margin-left: 10px;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .nextpostslink {
    }
  }
  .wp-pagenavi .nextpostslink:before {
    background-image: url(/img/report/next.svg);
    background-size: cover;
    right: 0;
  }
  .wp-pagenavi .last {
    padding-right: 20px;
  }
  @media screen and (max-width: 640px) {
    .wp-pagenavi .last {
      padding-right: 15px;
    }
  }
  .wp-pagenavi .last:before {
    right: 0;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .wp-pagenavi .last:after {
    right: 5px;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }













  .report_name {
    margin-bottom: 2.2rem;
  }
  
  .report_name .name {
    font-size: 2.4rem;
    color: #505050;
    position: relative;
    letter-spacing: 0.03em;
    padding-bottom: 1.7rem;
  }
  .report_name .name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #AF9967;
  }

  .tag_box {
  }

  .tag_box .tag_list {
    display: flex;
    flex-wrap: wrap;
  }

  .tag_box .tag .item {
    display: inline-block;
    background-color: #AF9967;
    color: #FFF;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    margin-right: 1rem;
    margin-bottom: 0.7rem;
  }
  .tag_box .tag .item span {
    font-size: 1.3rem;
  }

  .side_tit.mt_14 {
    margin-top: 1.4rem;
  }
  .side_tit.mt_30 {
    margin-top: 3rem;
  }



  @media screen and (max-width: 640px) {
    .report_name {
      margin-bottom: 2rem;
    }
    .columnBlock .columnSide {
      margin-left: 0;
      margin-top: 43px;
      background-color: #FAF7F1;
      padding: 20px 20px 15px 20px;
    }
    
    .report_name .name {
      font-size: 2.2rem;
      color: #505050;
      position: relative;
      letter-spacing: 0.03em;
      padding-bottom: 0.7rem;
    }
    .report_name .name:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 1px;
      background-color: #AF9967;
    }
    .tag_box .tag .item span {
      font-size: 1.2rem;
      font-weight: 600;
    }
    .tag_box .tag .item {
      display: inline-block;
      background-color: #AF9967;
      color: #FFF;
      padding: 0.3rem 1rem;
      border-radius: 2rem;
      margin-right: 0.5rem;
      margin-bottom: 1rem;
    }
  }




  .side_tit .tit {
    color: #505050;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
  }

  .sns_box {

  }

  .sns_box .sns_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sns_box .sns_list li + li {
    margin-left: 1.4rem;
  }

  .sns_box .sns_list .item {
    width: 100%;
    height: 100%;
    display: block;
  }

  .sns_box .sns_list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .side_bd {
    width: 100%;
    height: 1px;
    background-color: #505050;
    margin-top: 5.2rem;
    margin-bottom: 4.8rem;
  }
  .pager_box {
    display: flex;
    justify-content: center;
    margin-top: 8rem;
  }

  .pager_box .pager-link {
    font-size: 1.8rem;
    color: #AF9967;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pager_box .pager-link i {
    content: "";
    width: 2.3rem;
    height: 0.7rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pager_box .pager-link.-list {
    border: 1px solid #AF9967;
    display: block;
    padding:  1rem 1.7rem;
  }
  .pager_box .pager-link.-next {
    margin-left: 5rem;
  }
  .pager_box .pager-link.-prev {
    margin-right: 5rem;
  }
  .pager_box .pager-link.-next i {
    background-image: url(/img/report/next.svg);
    background-size: cover;
    right: -3rem;
  }
  .pager_box .pager-link.-prev i {
    background-image: url(/img/report/prev.svg);
    background-size: cover;
    left: -3rem;
    right: auto;
  }
  .pager_box .no_link {
    width: 9rem;
  }
  .columnBottom {
    max-width: 138rem;
    margin: 0 auto;
    padding: 3.8rem 0 3.4rem;
  }

  .columnBottom .side_bd {
    margin-top: 2.3rem;
    margin-bottom: 0;
    max-width: 13rem;
  }





  
  @media screen and (max-width: 640px) {
    .side_tit {
      position: relative;
      margin-bottom: 1rem;
    }

    .side_tit .tit {
      font-size: 1.9rem;
      margin-bottom: 1rem;
      margin-bottom: 0;
      position: relative;
    }

    .columnBottom .side_tit .tit {
      display: inline-block;
      background-color: #fff;
      padding-right: 10px;
    }

    .columnBottom .side_tit:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      margin: auto;
      background-color: #505050;
    }

    .sns_box .sns_list li + li {
      margin-left: 0.7rem;
    }

    .side_bd {
      margin-top: 0.7rem;
      margin-bottom: -0.7rem;
    }


    .pager_box {
      display: flex;
      justify-content: center;
      margin-top: 0;
      background-color: #f0ede7;
      padding: 30px 0;
    }
  
    .pager_box .pager-link {
      font-size: 1.7rem;
      color: #AF9967;
      position: relative;
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .pager_box .pager-link i {
      content: "";
      width: 2.3rem;
      height: 0.7rem;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .pager_box .pager-link.-list {
      border: 1px solid #AF9967;
      display: block;
      padding: 0 16px;
      background-color: #fff;
    }
    .pager_box .pager-link.-next {
      margin-left: 25px;
    }
    .pager_box .pager-link.-prev {
      margin-right: 25px;
    }
    .pager_box .pager-link.-next i {
      background-image: url(/img/report/next.svg);
      background-size: cover;
      right: -2.5rem;
    }
    .pager_box .pager-link.-prev i {
      background-image: url(/img/report/prev.svg);
      background-size: cover;
      left: -2.5rem;
      right: auto;
    }
    .pager_box .no_link {
      width: 9rem;
    }
    .columnBottom {
      max-width: 138rem;
      margin: 0 auto;
      padding: 35px 23px 45px;
    }
    .columnBottom .side_bd {
      margin-top: 2.3rem;
      margin-bottom: 0;
      max-width: 13rem;
    }
  

  }

  .single_section.margin_none {
    margin-top: 3.2rem;
  }
  @media screen and (max-width: 640px) {
    .single_section.margin_none {
      margin-top: 1rem;
    }
    }