@charset "utf-8";

/* COMMON
--------------------------*/
#intellectual {
	overflow-x: hidden;
}
.h1Title{
	font-size: 50px;
}
.hdg-lv2 {
	position: relative;
	text-align: center;
	margin-bottom: 85px;
	font-size: 34px;
	font-weight: normal;
}
.hdg-lv2::after {
	content: "";
	position: absolute;
	height: 40px;
	width: 1px;
	bottom: -48px;
	left: 50%;
	background-color: #ff5400;
}

.newsList + .btn {
	position: relative;
	border: 1px solid #000;
	line-height: 1;
	display: block;
	width: 100%;
	max-width: 336px;
	margin: 0 auto 80px;
	padding: 23px 0;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	transition: all .3s ease;
}
.newsList + .btn:hover {
	background-color: #000;
	color: #fff;
}

.pc {
	display:block;
}
.sp {
	display:none;
}
.smallerSp{
	display: none;
}
section h1 small {
	display: block;
	padding-top: 15px;
	font-size: 2.2rem;
}
article h2 {
	text-align: center;
    font-size: 2.2rem;
    margin: 0 auto 50px;
}
article h2#copy, article h2#seizure {
    margin: 0 auto 30px;
}

.lead {
    margin: 0 auto 70px;
}
.mainImg {
	width:100%;
	margin: 0 auto 20px;
}

.pageLink {
	display: block;
	margin: 0 auto 72px;
	text-align: center;
}
.pageLink li {
	display: inline-block;
	margin: 0 23px 14px;
}
.pageLink li a {
	display: block;
    position: relative;
    padding: 0 0 0 40px;
}
.pageLink li a::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    left: 20px;
    top: 5px;
    background-color: #000;
}
.pageLink li a span {
    display: block;
    position: relative;
}
.pageLink li a span::before {
	position: absolute;
    content: "";
    left: -13px;
    top: 8px;
    width: 1px;
    height: 7px;
    background: #FFF;
}
.pageLink li a span::after {
    position: absolute;
    content: "";
    left: -15px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pageLink--right-arrow li a::before {
	top: 7px;
}
.pageLink--right-arrow li a span::before {
	top: 0.9em;
	left: -15px;
	width: 7px;
	height: 1px;
}
.pageLink--right-arrow li a span::after {
	top: 12px;
	left: -14px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.newsList {
	width:100%;
	margin: 0 auto 50px;
}
.newsList li {
	width: 100%;
	margin: 0 auto 5px;
	padding: 15px 20px;
	background-color: #EEE;
	position:relative;
}
.newsList li a,
.newsList li p {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.newsList li a span,
.newsList li p span {
	display: block;
	float:left;
	box-sizing: border-box;
}

.newsList li a span.date,
.newsList li p span.date{
	width: 116px;
}
.newsList li a span.newsttl,
.newsList li p span.newsttl{
	width: 100%;
	float: right;
	margin: 0 0 0 -116px;
	padding: 0 0 0 116px;
}

.messageCont {
	width: 100%;
	max-width: 854px;
	margin: 0 auto 90px;
	/* padding-bottom: 107px; */
	/* border-bottom: 1px solid #E5E5E5; */
	box-sizing: border-box;
	position:relative;
}
.messageCont h3 {
	width: 100%;
	max-width: 560px;
	font-size: 2.8rem;
	margin: 0 0;
	padding: 0 0 10px;
	border-bottom: solid 1px #000;
}
.messageCont p {
	font-size: 1.6rem;
}
.messageCont .rightImg {
	width: 189px;
	float: right;
	position:relative;
}
.messageCont .rightImg p {
	text-align: center;
	margin: 14px 0 0;
}
.messageCont .lefttxt {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0 -292px 0 0;
	padding: 34px 292px 0 0;
}

.intellectualCont {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 75px;
	padding: 0 20px 85px;
	border-bottom: solid 1px #E5E5E5;
}
.intellectualCont .centertxt {
	width:100%;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 1.6rem;
}
.intellectualCont ul {
	display: block;
	text-align: center;
}
.intellectualCont ul li {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 0 15px;
	padding: 20px 0 0;
	font-size: 2.5rem;
	border: solid 2px #000;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
}
.intellectualCont ul li span {
	font-size: 1.6rem;

}
.intellectualCont .application {
	display: table;
	text-align:center;
	margin: 0 auto;
}
.intellectualCont .application p {
	display: table-cell;
	font-size: 3rem;
	padding: 12px 0 0;
	vertical-align: middle;
}
.intellectualCont .application p.number {
	font-size: 8.2rem;
	font-style: italic;
	padding: 0 8px 0 0;
	width: 2.6em;
}
.intellectualCont .application p.number + p span {
   	display:none;
}
.intellectualCont .appDate {
	text-align: center;
	font-size: 1.6rem;
}

.notesList, .seizureList {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 55px;
}
.notesList li, .seizureList li {
	box-sizing: border-box;
	position:relative;
}
.notesList li:last-child, .seizureList li:last-child {
	margin: 0;
}
.notesList li a, .seizureList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}
.notesList li {
	width: 32%;
	margin: 0 2% 0 0;
}
.notesList li a {
	padding: 18px 0;
	border: solid 1px #000;
}
.notesList .examsAndCharas a {
	padding: 18px;
}
.notesList li a span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.notesList li a img {
	width: 134px;
	height: auto;
}
.notesList li a .sixpad img {
	max-width: 200px;
	width: auto;
}
.notesList .examsAndCharas{
	width: fit-content;
	padding-inline:50px ;
}
.seizureList li {
	width: 32%;
	margin: 0 2% 0 0;
	background-color: #000;
}
.seizureList li a {
	color: #FFF;
	padding: 18px 0;
	font-size: 1.6rem;
}

.faqCont {
	width: 100%;
	max-width: 1000px;
	/*border: solid 4px #DDD;*/
	box-sizing: border-box;
	margin: 118px auto 60px;
	padding: 26px 20px;
}
.faqCont p {
	text-align:center;
	font-size: 1.6rem;
	margin: 0 auto 25px;
}
.faqCont ul {
	width:100%;
	max-width: 790px;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto 20px;
}
.faqCont ul li {
	width: 31.6%;
	margin: 0 2.6% 0 0;
	position: relative;
}
.faqCont ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 0;
	box-sizing: border-box;
	border: solid 1px #000;
	text-align:center;
}
.faqCont ul li a:hover {
	color: #FFF;
	background-color: #000;
}
.faqCont ul li:last-child {
	margin: 0;
}




.faqCont {
	position: relative;
	/*padding: 20px 0;
	border: #000 solid 1px;*/
}
.faqCont::before,
.faqCont::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.faqCont::after {
	left: auto;
	right: 0;
	width: 1px;
	height: 100%;
}
.faqCont .border_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.faqCont .border_box::before,
.faqCont .border_box::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.faqCont .border_box::after {
	right: auto;
	left: 0;
	width: 1px;
	height: 100%;
}

hr.bottom {
	border-width: 1px;
	border: solid #E5E5E5;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: both;
	margin: 0 auto 60px;
}


.countArea {
	position: relative;
	max-width: 1043px;
	width: calc(100% - 40px);
	margin: auto;
	padding: 30px 20px;
	background: #000;
	color: #fff;
}
.countArea::after {
	content: '';
	position: absolute;
	bottom: -44px;
	right: 0;
	left: 0;
	margin: auto;
	width: 250px;
	border-top: 44px solid #000;
	border-right: 125px solid transparent;
	border-left: 125px solid transparent;
}
.countArea__title {
	margin-bottom: 10px;
	font-size: 4.2rem;
	text-align: center;
}
.countArea__cont {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.countArea__count {
	padding-left: 160px;
	line-height: 1;
	font-size: 2.4rem;
	text-align: center;
}
.countArea__number {
	position: relative;
	margin-left: 20px;
  font-size: 35px;
}
.countArea__number_small {
  font-size: 20px;
}
.countArea__number::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.countArea__note{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;  
}
.countArea__note .countArea__date:first-child{
  margin-bottom: 5px;
}
.countArea__date {
	width: 160px;
	line-height: 1;
	font-size: 1.4rem;
}


.initiativeList {
	max-width: 1040px;
	margin: 0 auto;
}
.initiativeList__item .pageLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.initiativeList__item .pageLink > li {
	width: 31%;
	margin: 0;
}
.initiativeList__item .pageLink > li:nth-child(1) {
	order: 1;
}
.initiativeList__item .pageLink > li:nth-child(2) {
	order: 4;
}
.initiativeList__item .pageLink > li:nth-child(3) {
	order: 2;
}
.initiativeList__item .pageLink > li:nth-child(4) {
	order: 3;
}
.initiativeList__item .pageLink > li a {
	display: inline-block;
	padding: 0 0 0 10px;
}
.initiativeList__item ,.pageLink li a::before {
	left: -9px;
}

.linkbtn.fz-large {
	font-size: 2.2rem;
}

.img-text-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.intellectual-img-text{
  display: flex;
  align-items: center;
  max-width: 1350px;
  margin: 80px auto;
  justify-content: center;
  padding: 0 50px;
}

.img-text-img{
  width: 31%;
  margin-right: 10%;
  flex-shrink: 0;
}

.img-text-img img{
  width: 100%;
  height: auto;
}

.img-text-text{
  width: 59%;
  /* font-weight: bold; */
}

.intellectual-utilize{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebebeb;
}

.intellectual-utilize::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
}
.utilize-title{
  font-size: 34px;
  margin: 20px auto 30px;
}
.title-under{
  text-decoration: underline;
  text-underline-offset: 12px;
}
.utilize-img{
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1100px;
}

.utilize-measures{
  display: flex;
  height: 250px;
  margin: 30px auto 100px;
  width: 90%;
  justify-content: space-between;
  max-width: 1100px;
}

.measures-title{
  background-color: #1c1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1em;
  width: 60px;
}

.measures-title p{
  writing-mode: vertical-rl;
  color: white;
  font-size: 28px;
  letter-spacing: 0.3em;
}

.measures-list{
  width: 91%;
  display: flex;
  justify-content: space-between;
}

.measures-list-item{
  width: 32.5%;
  height: 100%;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-item{
  display: flex;
  align-items: center;
}
.list-item::before{
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -5px;
  background-color: #1c1a1a;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.list-item p{
  font-size: 20px;
}

.list-link{
  display: flex;
  align-items: center;
}

.link-icon{
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-icon::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1a1a;
}

.link-icon::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent white;
}

.list-link p{
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.application-num{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.application-num-title{
    font-size: 28px;
    /* font-weight: bold; */
}
.application-num-main{
  font-size: 58px;
  /* font-weight: bold; */
  line-height: 0.9;
  color: #ff6600;
  letter-spacing: -0.01em;
}
.application-num-sub{
  font-size: 28px;
  margin-left: -10px;
  font-weight: bold;
}

.application-num-subtitle{
  font-size: 20px;
  /* font-weight: bold; */
}

.application-num-note{
  position: absolute;
  bottom: -10px;
  right: -50px;
}
.application-num-note p{
  font-size: 10px;  
}

/* アニメーション キーフレーム設定 */
@keyframes topAnim {
  0% { width: 0; }
  100% { width: 100%; }
}
@keyframes rightAnim {
  0% { height: 0; }
  100% { height: 100%; }
}
@keyframes bottomAnim {
  0% { width: 0; }
  100% { width: 100%; }
}
@keyframes leftAnim {
  0% { height: 0; }
  100% { height: 100%; }
}
@media screen and (max-width: 1000px) {
	.lead {
		padding: 0 20px;
	}
	.pageLink, .notesList, .seizureList {
		padding: 0 20px;
	}
	.faqCont {
		width: 98%;
	}
}

/* animate */
#animation_container {
	position:relative;
	width: 100% !important;
	max-width:480px;
	max-height:148px;
	margin:0 auto;
}
#animation_container #canvas {
	width: 100% !important;
	max-width:480px;
	height: auto !important;
	max-height:148px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
	.countArea::after {
		content: '';
		position: absolute;
		bottom: -30px;
		right: 0;
		left: 0;
		margin: auto;
		width: 200px;
		border-top: 30px solid #000;
		border-right: 100px solid transparent;
		border-left: 100px solid transparent;
	}
  .list-item p{
    font-size: 18px;
  }
  .list-link p {
    font-size: 18px;
  }
}

@media screen and (max-width: 854px) {
	.messageCont {
	    padding: 0 20px;
	}
	.messageCont .lefttxt {
	    margin: 0 -242px 0 0;
	    padding: 34px 242px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.countArea {
		padding: 3vw 20px;
		max-width: calc(100% - 40px);
		width: 100%;
	}
	.countArea::after {
		content: '';
		position: absolute;
		bottom: -25px;
		right: 0;
		left: 0;
		margin: auto;
		width: 120px;
		border-top: 25px solid #000;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
	}
	.countArea__title {
		font-size: 4vw;
	}
	.countArea__cont {
		flex-direction: column;
		align-items: center;
	}
	.countArea__count {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 3vw;
	}
	.countArea__number {
		position: relative;
		margin-left: 3vw;
	}
	.countArea__date {
		width: auto;
		font-size: 2vw;
	}

	.notesList li a {
		min-height: 81px;
	}
	.notesList li a .sixpad img {
		max-width: 170px;
		width: auto;
	}
  .img-text-wrapper{
    flex-direction: column;
  }
  .intellectual-img-text{
    padding: 0 20px;
    margin-top: 20px;
  }
  .img-text-img,
  .img-text-text{
    width: 100%;
    margin-right: 0;
  }

  .utilize-img{
    width: fit-content;
    height: 310px;
    margin-right: 5px;
    flex-shrink: 0;
  }

  .utilize-img img{
    width: auto;
    height: 100%;
  }

  .img-text-text{
    margin-top: 50px;
  }

  .application-num-note{
    right: 0;
		bottom: -40px;
  }

  .utilize-title{
    margin: 20px;
    font-size: 16px;
    font-weight: bold;
  }

  .utilize-wrapper{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
  .utilize-measures{
    flex-direction: column;
    margin-top: 0;
    height: 296px;
    margin-bottom: 0px;
  }
  .measures-title{
    width: 100%;
  }
  .measures-title p{
    writing-mode: inherit;
    font-size: 14px;
  }
  .measures-list{
    flex-direction: column;
    width: 100%;
  }

  .measures-list-item{
    width: 100%;
    display: flex;
    flex-direction: row;
  }  

  .text-list{
    width: 50%;
  }
  .list-link{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .list-item p{
    font-size: 10px;
    /* line-height: 1.5; */
  }
  .list-link p{
    font-size: 12px;
    /* line-height: 1.2; */
  }
  .link-icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .link-icon::after{
    border-width: 4px 0 4px 6px;
  }
  .measures-list-item{
    padding: 5px ;
    margin-bottom: 10px;
    /* height: 80px; */
  }
  .hdg-lv2{
    font-size: 20px;
  }
  .pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.smallerSp{
		display: none;
	}
}

@media screen and (max-width: 760px) {
	.messageCont h3 {
	    margin: 0 0 20px;
	}
}
@media screen and (max-width: 640px) {
	

	article h2 {
		margin: 0 auto 40px;
		padding: 0 20px;
	}
	.concept, .intellectualCont .centertxt, .faqCont p {
		text-align: left;
	}
	.newsList {
	    margin: 0 auto 60px;
	}
	.newsList li a,
	.newsList li p {
		font-size: 1.4rem;
	}/*
	.newsList li a span.newsttl {
	    margin: 4px 0 0;
	    padding: 0;
	}*/
	.intellectualCont h2 {
		padding: 0;
	}
	.intellectualCont .centertxt {
		font-size: 1.4rem;
	}
	.messageCont {
		margin: 0 auto 60px;
	}
	.messageCont h3 {
	    font-size: 1.6rem;
    }
	.messageCont p {
	    font-size: 1.4rem;
	}
	.messageCont .rightImg {
	    float: none;
	    margin: 0 auto;
	}
	.messageCont .lefttxt {
		float: none;
	    margin: 0;
	    padding: 34px 0 0;
	}

	.intellectualCont {
		margin: 0 auto 60px;
		padding: 35px 20px 45px;
	}
	.intellectualCont ul li {
	    width: 115px;
	    height: 115px;
	    margin: 0 8px;
	    padding: 18px 0 0;
	    font-size: 2rem;
    }
    .intellectualCont ul li span {
    	font-size: 1.4rem;
    }
	.intellectualCont .application p {
	    font-size: 1.6rem;
	}
    .intellectualCont .application p.number {
    	font-size: 4rem;
    }

    .notesList, .seizureList {
    	display: block;
    }
    .notesList li,.seizureList li {
	    width: 100%;
	    margin: 0 auto 16px;
	}

	.seizureList li a {
		font-size: 1.4rem;
	}

	.faqCont {
		margin: 80px auto 60px;
	}
	.faqCont p {
		font-size: 1.4rem;
	}
	.faqCont ul {
    	display: block;
	}
    .faqCont ul li {
	    width: 100%;
	    margin: 0 auto 16px;
	}
	.faqCont ul li a {
		font-size: 1.4rem;
	}
	.initiativeList__item .pageLink li a::before {
		top: 5px;
	}
	.initiativeList__item .pageLink li a span::before {
		top: 12px;
	}
	.initiativeList__item .pageLink li a span::after {
		top: 10px;
	}
}
@media screen and (max-width: 600px) {
	.hdg-lv1.h1Title {
    padding-top: 20px;
	}
	.hdg-lv1 {
    font-size: 28px;
	}
	.nav-breadcrumb.existing-page {
    margin: 20px auto 0;
	}
	.mainImg {
		margin: 0 auto 40px;
	}
	.pageLink {
		margin: 0 auto;
	}
	.pageLink li {
		width: 100%;
		text-align:left;
	    margin: 0 0 14px;
	}
	.pageLink li a {
	    padding: 0 0 0 25px;
	}
	.pageLink li a::before {
	    left: 0;
	}
	.pageLink li a span::before {
	    left: -18px;
	}
	.pageLink li a span::after {
	    left: -20px;
	}
	.newsList li a span,
	.newsList li p span {
		display: block;
		float: none;
		box-sizing: border-box;
	}
	.newsList li a span.newsttl,
	.newsList li p span.newsttl{
		width: 100%;
		float: none;
		margin: 10px 0 0;
		padding: 0;
	}

	.initiativeList {
		margin-bottom: 30px;
	}
	.initiativeList__item .pageLink {
		justify-content: flex-start;
	}
	.initiativeList__item .pageLink > li {
		width: 100%;
		max-width: 100%;
	}
	.initiativeList__item .pageLink > li:nth-child(1) {
		order: 1;
	}
	.initiativeList__item .pageLink > li:nth-child(2) {
		order: 2;
	}
	.initiativeList__item .pageLink > li:nth-child(3) {
		order: 3;
	}
	.initiativeList__item .pageLink > li:nth-child(4) {
		order: 4;
	}
	.initiativeList__item .pageLink > li a {
		padding: 0 0 0 20px;
	}
	.initiativeList__item .pageLink li a span::before {
		top: 14px;
		left: -16px;
	}
	.initiativeList__item .pageLink li a span::after {
		top: 12px;
		left: -15px;
	}
}
@media screen and (max-width: 320px) {
	.intellectual-utilize{
		padding-bottom: 40px;
	}
	.list-item{
		white-space: nowrap;
	}
	.smallerSp{
		display: block;
	}
}