@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
#mainVisualWrapper {
  position: relative;
}
.mainVisual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* 各セル */
.mainVisual-item {
  position: relative;
  width: 100%;
  height: 45vw;
  overflow: hidden;
}

/* 重ねる画像 */
.mainVisual-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2s;
}

/* 表示中 */
.mainVisual-item img.active {
  opacity: 1;
}

.mvLogoBox {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 17vw;
  max-width: 320px;
  z-index: 10;
}

.mvTitleBox {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.mvTitleEn {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: max(11.3vw, 23px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-text-stroke-width: .5rem;
  color: #f7ee13;
  margin-bottom: 10px;
}

.mvTitle {
  font-size: max(2.8vw, 23px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #f7ee13;
}
/**
 * --------------------------------------------------------------------------
 * floatingBnr
 * --------------------------------------------------------------------------
 */
.floatingBnrBox {
  display: grid;
  grid-template-columns:1fr 1fr;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 20;
}

.floatingBnr {
  color: #fff!important;
  font-weight: 700;
  background: #01afd1;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}
.floatingBnr.line {
  background: #06c755;
}

.floatingBnrIcn {
  width: 25px;
}

/**
 * --------------------------------------------------------------------------
 * intro
 * --------------------------------------------------------------------------
 */
.introBox {
	width: 900px;
	margin: 0 auto;
	padding: 10% 0 0;
	position: relative;
	text-align: center;
}
.introText {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3;
  text-align: center;
}


/**
 * --------------------------------------------------------------------------
 * tab
 * --------------------------------------------------------------------------
 */
.tabBt{
  position: relative;
  top: 1px;
  justify-content: space-between;
  margin: 100px 0 0 0;
}
.tabBt li{
  width: 24.9%;
}
.tabBt li a{
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-left:solid 1px #f5f5f5; 
}
.tabBt li.active a{
  background: #fff;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.tabArea {
  background: #fff;
  padding: 5%;
  border: solid 1px #ccc;
}

.tabAreaRead {
  font-size: max(1.1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.tabAreaPointBox {
  display: flex;
  margin: 0 0 100px;
}

.tabAreaPointIcn {
  width: 120px;
  margin: 0 30px 0 0;
}
.tabAreaPointText {
  display: flex;
  align-self: center;
}

.tabAreaTitle {
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff;
  padding: 10px 20px;
  margin: 50px 0 20px 0;
}

.tabAreaList,.tabAreaList2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tabAreaList li{
  width: 20%;
  list-style-type: none;
}
.tabAreaList2 li{
  width: 25%;
  list-style-type: none;
}

.tabAreaSuppBox {
  background: #f5f5f5;
  padding: 5%;
  margin: 50px 0 0 0;
}
.tabAreaSuppTitle {
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}
.teacherResultPref {
  font-size: max(1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 40px 0 0 0;
}
.teacherResult{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(5.5vw, 20px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px 0;
}
.teacherResult span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: max(2vw, 15px);
}
/**
 * --------------------------------------------------------------------------
 * voice
 * --------------------------------------------------------------------------
 */
.voiceThmbBox {
  position: relative;
  margin: 0 0 20px 0;
}
.voiceColumnList {
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:40px;
  /*display: flex;
  flex-wrap: wrap;*/
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .voiceColumnList {
  grid-template-columns:1fr 1fr 1fr;
  }
}



.voiceColumn {
	/*width:25%;
	margin-bottom:5%;*/
	list-style-type: none;
}
.voiceCategory {
  position: absolute;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  top: 0;
  left: 0;
}
  .voiceCategory span {
    background: #000;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 10px 10px;
    margin: 0;
  }

.voiceThmb {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
}


.voiceJobTitleBox {
  position: absolute;
  bottom: 10px;
  text-align: left;
}
.voiceJobTitleSub {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 5px 0;
}
.voiceJobTitleSub span {
  background: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}


.voiceJobTitle {
  font-size: max(1.6vw, 24px);
  /*font-size: 2.4rem;*/
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.voiceJobTitle span {
  background: #ffff00;
  display: inline-block;
  overflow: hidden;
  padding: 5px 5px;
  margin: 0;
}
.naitei {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
  .naitei span {
    background: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    margin: 0;
  }

.voiceName {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0; 
}
.voicefaculty {
  font-size: 1.3rem;
}
.voiceRead {
  font-size: 2.6rem;
  margin: 0 0 20px 0;
}

/*.voiceWrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.voiceBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 150px 0 0 0;
}
.voiceJobTitle {
  font-size: max(1.8vw, 23px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 60px 0; 
}
.voiceName {
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0; 
}
.voicefaculty {
  font-size: 1.4rem;
}
.voiceJobRead {
  font-size: max(1.1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 40px 0 0 0;
}
.voiceImg {
  width: 88%;
  margin: 0 0 0 auto;
}
.voiceNumberBox {
  position: absolute;
  top: -70px;
  left: 0;
  text-align: center;
}
.voiceNumber {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(5.5vw, 20px);
  font-weight: 600;
  line-height: 1;
}
.voiceNumberTitle {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(1vw, 12px);
  font-weight: 600;
  line-height: 1;
}*/
/**
 * --------------------------------------------------------------------------
 * modal
 * --------------------------------------------------------------------------
 */
.modalSection {
  padding: 5% 10% 0;
  text-align: left;
}
.modalPlofBox {
  position: relative;
  width: 48%;
}
.modalCommentBox {
  width: 48%;
}
.modalCommentOnly {
  width: 65%;
  margin: 0 auto;
}

.modalJobSub {
  margin-top: 30px;
}
.modalJobSub span {
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}

.modalJob {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0 20px 0;
}
.modalJob span {
  background: #ffff00;
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}
.modalName {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin:0 0 5px 0;
}
.modalGakubu {
  font-size: 1.4rem;
  margin:0 0 40px 0;
}
.modalRead {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.modalReadText {
}

.plofBox {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.modalPlofTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0babcf;
}
.modalPlof {
  font-size: 1.4rem;
}
.modalImg {
}

.modalCtaWrapper {
  margin-top: 40px;
  padding: 30px 0;
  background: #ffff00;
}

.modalCtaTitle {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

.modalCta {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.modalCtaBtn {
  font-size: 2rem;
  border-radius: 100px;
  color: #fff!important;
  font-weight: 700;
  background: #01afd1;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}
.modalCtaBtn.line {
  background: #06c755;
}

.modalCtaBtnIcn {
  width: 35px;
}


/**
 * --------------------------------------------------------------------------
 * interview
 * --------------------------------------------------------------------------
 */
.interviewThmb {
  margin: 0 0 20px 0;
}

.interviewJob {
  
}

.interviewTitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 5px 0 10px 0;
}

/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */

.topSectionTitleSub {
  font-size: 2rem;
  font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.topSectionTitleSub:before {
    background-color: #FFFF00;
    border-radius: 100px;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 3px;
    top: 13px;
}
.topSectionTitle {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: max(4vw, 23px);
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  margin: 0 0 20px;
  -webkit-text-stroke-width: .2rem;
  
}

/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
 .bnrWrapper .innerVox{
    width: 1140px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    text-align:left;
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
	background: #f5f5f5;	
}
.topicsWrapper .button{
	text-align: center;
	margin-top: 20px;
}
.topicsList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.topicsListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

	.topicsListItem a{
		text-decoration:none;
	}

.topicsListItemImg {
	position:relative;
}

.topicsListItemCat {
	position:absolute;
	top:10px;
	left:10px;
}

	.topicsListItemCat span{
		background:#1c5bd9;
		color:#fff;
		font-size:0.8rem;
		padding:5px 15px;
		border-radius:30px;
	}

.topicsListItemDate {
	font-size: 1.5rem;
	color: #1c5bd9;
	margin:15px 10px 0 10px;
}

.topicsListItemTitle {
	font-size:1.8rem;
	margin:10px 10px 0 10px;
}

@media screen and (min-width: 767px) {

.topicsListItem:nth-child(3n) {
	margin-right:0;
}
}

/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	width: 100%;
  background-image: url("");
	background-size: auto 100%;
	height: 500px;
	position: relative;
	animation: bgSlider 80s linear infinite;
}
@keyframes bgSlider {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -3615px 0;
		}
}
/**
 * --------------------------------------------------------------------------
 * filter
 * --------------------------------------------------------------------------
 */
.filterWrapper {
  display: flex;
  margin: 30px 0 30px 0;
}
.filterTitle {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 2rem;
}

.filterListBox {
}

.filter-list {
  display: flex;
  padding: 0;
}
.filter-list li {
  margin: 0 10px 0 0;
  list-style-type: none;
  cursor: pointer;
  font-size: 1.3rem;
  white-space: nowrap;
}
.filter-list li span {
  background: #fff;
  display: block;
  padding: 5px 20px;
  border-radius: 50px;
}

.filter-list li.is-active span{
  background: #ffff00;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}

/**
 * --------------------------------------------------------------------------
 * slider
 * --------------------------------------------------------------------------
 */
.sliderWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {

#mainVisualWrapper {
  position: relative;
}
  
.mainVisual-item {
  height: 300px;
}

.mvTitleBox {
  order: 2;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
.mvLogoBox {
  top: 10px;
  left: 10px;
  width: 150px;
}
.mvTitleBox {
  bottom: 5%;
  left: 50%;
}

.mvTitleEn {
  font-size:40px;
  -webkit-text-stroke-width: .15rem;
  margin-bottom: 5px;
}

.mvTitle {
  font-size:20px;
}
/**
 * --------------------------------------------------------------------------
 * floatingBnr
 * --------------------------------------------------------------------------
 */
.floatingBnrBox {
  top: auto;
  bottom: 0;
  width: 100%;
}

.floatingBnr {
  padding: 10px 0;
  gap:5px;
}

.floatingBnrIcn {
  width: 25px;
}
/**
 * --------------------------------------------------------------------------
 * intro
 * --------------------------------------------------------------------------
 */
.introText {
  font-size: 1.6rem;
  line-height: 2;
} 
/**
 * --------------------------------------------------------------------------
 * topColumn
 * --------------------------------------------------------------------------
 */
.topColumnRight {
  width: auto;
}
.topColumnLeft {
  width: auto;
  margin: 0 0 50px 0;
}
/**
 * --------------------------------------------------------------------------
 * feature
 * --------------------------------------------------------------------------
 */
.topFeatureTitleH2 {
  font-size: 3rem;
  margin: 0 0 10px 0;
}
.topFeatureTitleH3 {
  font-size: 1.5rem;
}
.topSectionEnTitle {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.resultsTopics {
  margin: 20px 0 0 0;
  
}
.resultsTopics a{
  background-size: 20px;
  background-position: right 2em center;
  border-radius: 20px;
  padding: 30px 60px 30px 30px;
}
.resultsTopicsTitle {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}
/**
 * --------------------------------------------------------------------------
 * ratio
 * --------------------------------------------------------------------------
 */
.topRatioTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.topRatio {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
.topRatio .percent {
  font-size: max(3vw, 20px);
}
.topRatio .human {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: max(3vw, 20px);
}
.topRatioAnnot {
    font-size: 1.1rem;
  margin: 5px 0 0 0;
}
.topRatioBox {
  margin: 0 0 40px 0;
}
/**
 * --------------------------------------------------------------------------
 * tab
 * --------------------------------------------------------------------------
 */
.tabBt{
  margin: 40px 0 0 0;
}
.tabBt li a{
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
.tabArea {
  background: #fff;
  padding: 5%;
  border: solid 1px #ccc;
}

.tabAreaRead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.tabAreaPointBox {
  display: flex;
  margin: 5% 0 ;
}

.tabAreaPointIcn {
  width: 15%;
  margin: 0 5% 0 0;
}
.tabAreaPointText {
  width: 80%;
  }

.tabAreaTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 30px 0 20px 0;
}

.tabAreaList,.tabAreaList2 {
  justify-content: space-between;
}
.tabAreaList li{
  width: 48%;
}
.tabAreaList2 li{
  width: 100%;
  font-size: 1.2rem;
}

.tabAreaSuppBox {
  padding: 20px;
  margin: 30px 0 0 0;
}
.tabAreaSuppTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
.teacherResultPref {
  font-size: max(1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 40px 0 0 0;
}
.teacherResult{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(5.5vw, 20px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px 0;
}
.teacherResult span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: max(2vw, 15px);
}
/**
 * --------------------------------------------------------------------------
 * voice
 * --------------------------------------------------------------------------
 */
.voiceCategory {
  font-size: 1.1rem;
}
  .voiceCategory span {
    padding: 5px;
  }
  
.voiceThmbBox {
  width: 50%;
  margin: 0;
}
.voiceReadBox {
  width: 45%;
  margin: 0;
} 
  
.voiceColumnList {
  grid-template-columns:1fr;
  gap:20px;
}
.voiceColumn {
	width:100%;
}
  
  .voiceColumn a {
    display: flex;
    justify-content: space-between;
  }

.voiceThmb {
}
.voiceThmb img {
}
.voiceJobTitleBox {
}
.voiceJobTitleSub {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.voiceJobTitle {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
  
.voiceName {
  font-size: 1.3rem;
  margin: 0 0 5px 0; 
}
.voicefaculty {
  font-size: 1.1rem;
}
.voiceRead {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
/**
 * --------------------------------------------------------------------------
 * modal
 * --------------------------------------------------------------------------
 */
.modalSection {
  padding: 30px;
}
.modalPlofBox {
  position: relative;
  width: auto;
  margin: 0 auto 20px;
}
.modalCommentBox {
  width: auto;
}
.modalCommentOnly {
  width: auto;
  margin: 0 auto;
}
  
.modalJobSub span {
  font-size: 1.3rem;
}
  
.modalJob {
  font-size: 2rem;
  margin: 5px 0 10px 0;
}
.modalName {
  font-size: 1.5rem;
  margin:0 0 5px 0;
}
.modalGakubu {
  font-size: 1.3rem;
  margin:0 0 30px 0;
}
.modalRead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
.modalReadText{
  font-size: 1.5rem;
}
.modalImg {
}
  
.modalCtaWrapper {
  margin-top: 0;
  padding: 20px 0;
}

.modalCtaTitle {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.modalCta {
  width: 90%;
  max-width: auto;
  margin: 0 auto;
  grid-template-columns:1fr;
  gap:20px;
}

.modalCtaBtn {
  font-size: 1.6rem;
  color: #fff!important;
  padding: 20px 0;
  gap:5px;
}

.modalCtaBtnIcn {
  width: 35px;
}
/**
 * --------------------------------------------------------------------------
 * interview
 * --------------------------------------------------------------------------
 */
.interviewThmb {
  margin: 0 0 20px 0;
}
.interviewTitle {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 5px 0 5px 0;
}
/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.topSectionTitleSub {
  font-size: 1.4rem;
  font-weight: 600;
    padding-left: 16px;
}
.topSectionTitleSub:before {
    height: 10px;
    width: 10px;
    left: 0px;
    top: 7px;
}
.topSectionTitle {
  font-size: 2.5rem;
  margin: 0 0 20px;
  -webkit-text-stroke-width: .1rem;
  
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}
 .bnrWrapper .innerVox{
    width: 90%;
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	height: 200px;
	animation: bgSlider 120s linear infinite;
}
/**
 * --------------------------------------------------------------------------
 * Modal
 * --------------------------------------------------------------------------
 */
.ModalSection {
  padding: 5%;
  overflow: scroll;
}
/**
 * --------------------------------------------------------------------------
 * filter
 * --------------------------------------------------------------------------
 */
.filterWrapper {
  justify-content: space-between;
  margin:20px 0 20px 0;
  }  
  
.filterTitle {
  margin: 0 15px 0 0;
  font-size: 1.5rem;
}

.filterListBox {
  width: 85%;
  overflow-x: scroll;
}

.filter-list {
}
.filter-list li {
  margin: 0 5px 0 0;
  font-size: 1.2rem;
}
.filter-list li span {
  padding: 5px 20px;
  border-radius: 50px;
}

.filter-list li.is-active span{
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}