@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_voice a {
	background-color: rgba(0, 0, 0, .1);
}

.voice-contents + .voice-contents {
  margin-top: 80px;
}
.contents_area .inner{
  max-width: 1200px;
}

@media only screen and (max-width:768px) {
	.voice-contents + .voice-contents {
  margin-top: 40px;
}
}
.text-center{
  text-align: center;
}
.fit-img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-light{
  color: #fff;
}
.inline-block{
  display: inline-block;
}
.flex-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.grid-wrapper{
  display: grid;
}
.helve{
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.clipping-mask{
  overflow: hidden;
}
.anchor-link-container{
  margin-bottom: clamp(80px, 8vw, 180px);
}
.anchor-link-lists{
  flex-wrap: wrap;
  gap: 16px;
}
.anchor-link-item{
  width: calc(calc(100% - 32px) / 3)
}
.btn-num{
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 300;
}
.anchor-link-item:nth-child(2) .btn-num{
  color: #121212;
}
.anchor-link-item a{
  padding: 16px 7% 24px;
  height: 100%;
  display: block;
  background: linear-gradient(135deg,rgba(127, 137, 177, 1) 0%, rgba(36, 50, 94, 1) 100%);
  color: #fff;
  position: relative;
}
.anchor-link-item a::before{
  content: '';
  padding: 5px;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .3s ease-in-out;
}
.anchor-link-item a:hover::before{
  bottom: 4%;
}
.anchor-link-item:nth-child(2) a{
  background: linear-gradient(135deg,rgba(227, 227, 227, 1) 0%, rgba(128, 128, 131, 1) 100%);
}
.anchor-link-item:nth-child(3) a{
  background: linear-gradient(135deg,rgba(114, 173, 135, 1) 0%, rgba(47, 89, 58, 1) 100%);
}
.link-thumb img{
  transition: all .3s ease-in-out;
}
.thumb-txt-wrap{
  margin-top: -17%;
  position: relative;
}
.thumb-ttl{
  margin-bottom: 6px;
  font-family: 'Times New Roman', serif;
  font-size: clamp(2.6rem, 4.8vw, 6rem);
}
.thumb-txt{
  font-size: clamp(11px, 1.5vw, 15px);
}
.anchor-link-item a:hover .clipping-mask img{
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .anchor-link-item{
    width: 100%;
    height: 100%;
  }
  .anchor-link-item a{
    padding: 16px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 16px;
  }
  .anchor-link-item a::before{
   content: none;
  }
  .anchor-link-item a:hover::before{
    bottom: 8%;
  }
  .anchor-link-item .img-wrap{
    order: 2;
  }
  .btn-num{
    position: absolute;
    top: 12px;
    left: 32%;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: .1rem;
  }
  .thumb-txt-wrap{
    margin-top: -8%;
    padding: 20px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    order: 1;
  }
  .thumb-txt-wrap::before{
    content: '';
    padding: 4px;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% + 5px);
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .thumb-ttl{
    margin-bottom: 0;
    font-size: 6vw;
  }
}
.voice_contents .contents_lead{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(2.2rem, 3vw, 3rem);
}
.voice_contents .contents_lead .num{
  padding-bottom: 2px;
  width: fit-content;
  display: inline-block;
  border-bottom: 1px solid #121212;
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: .05rem;
}
.voice_contents .contents_text{
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  line-height: 1.5;
}
.voice_contents .contents_group{
  padding-bottom: clamp(20px, 5vw, 32px);
}
.voice-flex{
  justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
}
.voice-txt-wrap,
.voice-img-wrap{
  width: calc(50% - 20px);
}
.voice-img-wrap{
  justify-content: space-between;
  gap: 18px;
}
.voice-img-wrap figure{
  width: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .voice_contents .contents_text{
    margin-bottom: 4px;
  }
  .voice-txt-wrap,
  .voice-img-wrap{
    width: 100%;
  }
}
.voice-heading{
  margin-bottom: clamp(10px, 1.6vw, 16px);
  font-size: clamp(2rem, 2.4vw , 2.4rem);
  letter-spacing: .2rem;
}
.voice-note{
  margin-bottom: clamp(20px, 2.4vw, 24px);
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.8;
}
.voice-note + .voice-note{
  margin-bottom: 0;
}
.contents_group.contents-period + .contents_group{
  padding-top: clamp(10px, 2.5vw, 40px);
}
.featuring-box{
  margin-top: 60px;
  padding: 40px 3em;
  border-top: 1px solid  #121212;
  border-bottom: 1px solid  #121212;
}
.featuring-flex{
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.featuring-contetns{
  margin-bottom: 16px;
}
.contents-l{
  padding: 10px 0;
  width: calc(32% - 12px);
  min-height: clamp(190px, 20vw, 200px);
  flex-direction: column;
  justify-content: space-between;
}
.contents-r{
  width: calc(65% - 24px);
  gap: 16px;
}
.contents-r figure{
  width: calc(50% - 8px);
}
.en-ttl{
  margin-bottom: 32px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 2rem;
}
.featuring-name{
  margin-bottom: clamp(8px, 1vw, 10px);
  font-size: clamp(1.8rem, 2.1vw, 2.1rem);
}
.featuring-add{
  font-size: 1.4rem;
  letter-spacing: .1rem;
}
.featuring-txt{
  font-size: 14px;
}
.voice-flex2{
  gap: 36px;
}
.voice-flex2 figure,
.voice-flex2 .voice-txt-wrap{
  width: calc(50% - 18px);
}
.andoh{
  margin-bottom: clamp(20px, 3vw, 30px);
}
.andoh figure{
  margin: 0 24px 24px 0;
  width: 220px;
  float: left;
}
.andoh .voice-txt-wrap{
  width: 100%;
}
.float-none{
  clear: both;
}
.voice-flex2{
  gap: clamp(24px, 4vw, 28px);
}
.voice-flex2:first-child{
  margin-bottom: clamp(10px, 3vw, 30px);
}
.voice-grid{
  grid-template-columns: 1.16fr 1fr;
  gap: 26px;
}
.featuring-box{
  margin-top: clamp(16px, 4vw, 40px);
  padding: 30px 0;
}
.text-justify{
  text-align:justify;
  word-break:break-all;
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
@media screen and (max-width: 767px) {
  .featuring-box{
    padding-top: 24px;
  }
  .contents-l,
  .contents-r{
    width: 100%;
  }
  .contents-l{
    padding: 0;
  }
  .voice-flex2 figure,
  .voice-flex2 .voice-txt-wrap{
    width: 100%;
  }
  .andoh figure{
    margin: 0 0 24px 0;
    width: 100%;
    float: none;
  }
  .voice-grid{
    grid-template-columns: auto;
    gap: 0;
  }
  .contents-l2,
  .contents-r2{
    width: 100%;
  }
  .contents-l2{
    margin-bottom: 20px;
    order: 3;
  }
  .contents-r2{
    display: contents;
  }
  .contents-r2 .voice-heading{
    order: 1;
  }
  .contents-r2 .voice-note{
    order: 2;
  }
  .contents-r2 figure{
    order: 4;
  }
}