@charset "utf-8";
	
@keyframes fade01 {
0% {
	opacity:0;
	}
100% {
	opacity:1;
	}
}

.fade01 {
	opacity:0;
	animation-name:fade01;
	animation-duration:1.5s;
	animation-timing-function:ease-out;
	animation-fill-mode:forwards;
	}

.fade02 {
	opacity:0;
	animation-name:fade01;
	animation-delay:0.5s;
	animation-duration:1.5s;
	animation-timing-function:ease-out;
	animation-fill-mode:forwards;
	}
#main.main-black {
	background:#000!important;
	color:#fff!important;
	padding:75px 0!important;
}
@media (max-width: 767px) {
	#main.main-black {
	padding: 56px 0 40px!important;
}
}
/*------------------------

プロダクトトップページ

------------------------*/
.product_main {
	position: relative;
}
.product_main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #000;
    border-left: 50vw solid transparent;
    z-index: 1;
}
.product_main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #000;
    border-right: 50vw solid transparent;
    z-index: 1;
}
.product_main_img {
	margin-bottom: 40px;
    background: url(../img/product_main_img.jpg?210802);
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 380px;
}
.product_main_img > h2 {
    width: 50%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 43%;
    text-align: right;
    padding-right: 2em;
	letter-spacing: .5rem;
	z-index: 20;
}
.product_main_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #000 70%);
}
.product_main_img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #003e75 70%);
}
.box_barproduct01 {
	margin: 0 auto 45px;
	}

.box_barproduct01 h2 {
	font-size:22px;
	font-weight:bold;
	line-height:1.0;
	letter-spacing:0.1em;
	text-align:center;
	}

@media only screen and (max-width: 767px) {
.box_barproduct01 {
	width:100%;
	margin:0 auto 30px;
	}

.box_barproduct01 h2 {
	font-size:18px;
	}
}
.box_productmain {
	margin:0 auto;
	padding: 65px 18px 70px;
	max-width: 1236px;
	width: 100%;
	}

.box_productmain h2{
	font-size:46px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.1em;
	text-align:center;
	}

.boxproduct_top01 {
	max-width: 1236px;
	width: 100%;
	margin: 0px auto;
	padding: 18px;
	}

.boxproduct_top01 li {
	width:33.3%;
	margin:0 0 7.5px;
	padding:0 5px 0 0;
	float:left;
	}

.boxproduct_top01 li:nth-child(2),.boxproduct_top01 li:nth-child(5) {
	padding:0 2.5px;
	}

.boxproduct_top01 li:nth-child(3),.boxproduct_top01 li:nth-child(6) {
	padding:0 0 0 5px;
	}

.boxproduct_top02 {
	width:100%;
	background:#1A1A1C;
	display:inline-block;
	transform:skewY(-5deg);
	}

.boxproduct_top02 img{
	width:100%;
	transform:skewY(5deg) scale(1.2);
	}

.boxproduct_top02 span{
	padding:25px 30px;
	display:block;
	line-height:1.0;
	font-weight:bold;
	background:url(/smart/img/top_ic01.png?210802) right 20px center no-repeat;
	background-size:50px;
	transition:0.3s;
	}
@media (min-width: 768px) {
.boxproduct_top02 span{
	font-size: calc(1.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (18 - 14) / (1200 - 768)));
	}
	.boxproduct_top01 li:nth-child(n + 4) {
	margin:0;
} 
}
@media (min-width: 1200px) {
.boxproduct_top02 span{
	font-size:18px;
}
}
.boxproduct_top02:hover span{
	background:url(/smart/img/top_ic02.png?210802) right 20px center no-repeat;
	background-size:50px;
	}

.boxproduct_top02 a:hover{
	color:#A1A1A6;
	}
.boxproduct_top02 a .link_blank:after {
	transition:1.2s;
}
.boxproduct_top02 a:hover .link_blank:after {
	opacity: .5;
}

.boxproduct_top02 a:hover img {
    opacity:1;
    transform: skewY(5deg) scale(1.35);
    }

.imgproduct_top01 {
	overflow:hidden;
	position:relative;
	}
	  
.imgproduct_top01 .caption {
	font-size:18px;
	padding: 2.5vw 3.2vw 0;
	transform:skewY(5deg);
	font-weight:bold;
	color:#F5F5F7;
	}
	  
.imgproduct_top01 .caption p{
	font-size:16px;
	padding:2.5px 0 0;
	font-weight:normal;
	}
	
.imgproduct_top01 .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition:all 0.25s ease-in-out 0s;
	transition:all 0.25s ease-in-out 0s;
	opacity: 0;
	}
	
.imgproduct_top01:hover .mask {
	display: block;
	opacity:1;
	}
	
.function_box .rhombus a{
	display: block;
}

@media (min-width: 768px) {
	.imgproduct_top01 .caption{
		font-size:  calc(1.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (18 - 14) / (1200 - 768)));
	}
	.imgproduct_top01 .caption p{
	font-size: calc(0.6875rem + ((1vw - 7.68px) * 1.1574));
	}
}
@media (min-width: 1200px) {
  .imgproduct_top01 .caption {
    font-size: 18px;
  }
	.imgproduct_top01 .caption p{
	font-size: 16px;
	}
}
.imgproduct_top01 .caption p.note {
	padding: 0;
    font-size: 70%;
}
@media only screen and (max-width: 767px) {
.product_main:before {
    border-bottom: 50px solid #000;
}
.product_main:after {
    border-bottom: 50px solid #000;
}
.product_main_img {
    height: 240px;
}
.product_main_img > h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 38%;
    text-align: center;
    padding-right: 0;
}
.product_main {
	margin-bottom: 20px;
}
.box_productmain {
	width:100%;
	padding:40px 0 45px;
	}

.box_productmain h2{
	font-size:28px;
	}

.boxproduct_top01 {
	width:100%;
	padding:0 15px;
	margin-bottom: 2em;
	}
.imgproduct_top01 .caption {
	padding: 8vw 5vw;
}
.boxproduct_top01 li {
	width:100%;
	padding:0;
	float:none;
	}

.boxproduct_top01 li:nth-child(2),.boxproduct_top01 li:nth-child(5) {
	padding:0;
	}

.boxproduct_top01 li:nth-child(3),.boxproduct_top01 li:nth-child(6) {
	padding:0;
	}
}
/*------------------------

用途から探す（use）トップページ

------------------------*/
.use_main {
	position: relative;
}
.use_main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #000;
    border-left: 50vw solid transparent;
    z-index: 1;
}
.use_main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #000;
    border-right: 50vw solid transparent;
    z-index: 1;
}
.use_main_img {
	margin-bottom: 40px;
    background: url(../use/img/use_main_img.jpg?210802);
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 380px;
}
.use_main_img > h2 {
    width: 50%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 43%;
    text-align: right;
    padding-right: 2em;
	letter-spacing: .5rem;
	z-index: 20;
}
.use_main_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #000 70%);
}
.use_main_img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #003e75 70%);
}


.use_container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	padding-top: 1.8rem;
}
.use_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.use_2col li{
	width: 46%;
	/*margin-bottom: 6em;*/
	background-color: #1A1A1C;
	padding-top: 30px;
	overflow: hidden;
}
.use_2col li:nth-child(even){
	margin-right: 0;
}
.use_2col li:nth-child(n + 3) {
	margin-bottom: 0;
}
.use_2col li h3{
  font-size: 2rem;
  font-weight: bold;
  padding-top: 25px;
	padding-bottom: 1em;
  text-align: center;
  position: relative;
}

.use_txt_arrow {
  position: relative;
}
.use_txt_arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 48%;
}
.use_txt_arrow a div {
    overflow: hidden;
    position: relative;
}
.use_txt_arrow a div img {
    width: 100%;
}
.use_txt_arrow a div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-top: 5vw solid #1A1A1C;
    border-right: 50vw solid transparent;
}
.use_txt_arrow a:hover img {
    transform: scale(1.2,1.2);
	opacity: 1;
}


.paste-container {
    width: 46%;
    background: #1A1A1C;
    padding: 2em 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
}
.paste-container .use_2col div {
	width: 46%;
}
.paste-container .silver-btn a{
	background: linear-gradient(#e9e9e9, #aaa);
	color: #333;
}
.paste-container .copper-btn a{
	background: linear-gradient(#E4D1BB, #C48F63);
	color: #333;
}
.silver-btn.link-btn-l a span.arrow::after,
.copper-btn.link-btn-l a span.arrow::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
	transition: 0.3s;
}
.silver-btn.link-btn-l a::after {
    background-color: #aaa;
}
.copper-btn.link-btn-l a::after {
    background-color: #C48F63;
}
.paste-container .silver-btn a:hover,
.paste-container .copper-btn a:hover {
	color: #fff;
}
.silver-btn.link-btn-l a:hover span.arrow::after,
.copper-btn.link-btn-l a:hover span.arrow::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: 0.3s;
}
.paste-container .silver-btn span,
.paste-container .copper-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.use_main:before {
    border-bottom: 50px solid #000;
}
.use_main:after {
    border-bottom: 50px solid #000;
}
.use_main_img {
    height: 240px;
}
.use_main_img > h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 38%;
    text-align: center;
    padding-right: 0;
}
.use_main {
margin-bottom: 20px;
}
.use_container-inner {
	padding-top: 0;
}
.use_txt_arrow::before {
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  }
.use_2col {
  display: flex;
  flex-direction: column;
}
.use_2col li{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-right: 0;
}
.use_2col li:nth-child(n + 3) {
	margin-bottom: 30px;
}
.use_2col li:last-child {
	margin-bottom: 0;
}
.use_2col li h3{
	padding-top: 30px;
	font-size: 1.8rem;
}
.use_txt_arrow a:hover img {
    transform: scale(1,1);
    opacity: 1;
}
.use_txt_arrow a div:before {
  border-top: 8vw solid #1A1A1C;
  border-right: 100vw solid transparent;
}
	
.paste-container {
    width: 100%;
    padding: 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
}
.paste-container .use_2col div {
	width: 100%;
}
.paste-container .use_2col div:first-child {
	margin-bottom: 1em;
}
}
/*------------------------

半導体製造フローから探す（semiconductor）トップページ

------------------------*/
.semiconductor_main {
	position: relative;
}
.semiconductor_main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #000;
    border-left: 50vw solid transparent;
    z-index: 1;
}
.semiconductor_main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #000;
    border-right: 50vw solid transparent;
    z-index: 1;
}
.semiconductor_main_img {
	margin-bottom: 40px;
    background: url(../semiconductor/img/semiconductor_main_img.jpg?210802);
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 380px;
}
.semiconductor_main_img > h2 {
    width: 50%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 43%;
    text-align: right;
    padding-right: 2em;
	letter-spacing: .5rem;
	z-index: 20;
}
.semiconductor_main_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #000 70%);
}
.semiconductor_main_img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #003e75 70%);
}
.semiconductor_container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	padding-top: 1.8rem;
}
.semiconductor_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.semiconductor_2col li{
	width: 46%;
	/*margin-bottom: 6em;*/
	background-color: #1A1A1C;
	padding-top: 30px;
	overflow: hidden;
}
.semiconductor_2col li:nth-child(even){
	margin-right: 0;
}
.semiconductor_2col li:nth-child(n + 3) {
	margin-bottom: 0;
}
.semiconductor_2col li h3{
  font-size: 2rem;
  font-weight: bold;
  padding-top: 25px;
	padding-bottom: 1em;
  text-align: center;
  position: relative;
}
.semiconductor_txt_arrow {
  position: relative;
}
.semiconductor_txt_arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 48%;
}
.semiconductor_txt_arrow a div {
    overflow: hidden;
    position: relative;
}
.semiconductor_txt_arrow a div img {
    width: 100%;
}
.semiconductor_txt_arrow a div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-top: 5vw solid #1A1A1C;
    border-right: 50vw solid transparent;
}
.semiconductor_txt_arrow a:hover img {
    transform: scale(1.2,1.2);
	opacity: 1;
}
.paste-container {
    width: 46%;
    background: #1A1A1C;
    padding: 2em 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
}
.paste-container .semiconductor_2col div {
	width: 46%;
}
.paste-container .silver-btn a{
	background: linear-gradient(#e9e9e9, #aaa);
	color: #333;
}
.paste-container .copper-btn a{
	background: linear-gradient(#E4D1BB, #C48F63);
	color: #333;
}
.silver-btn.link-btn-l a span.arrow::after,
.copper-btn.link-btn-l a span.arrow::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
	transition: 0.3s;
}
.silver-btn.link-btn-l a::after {
    background-color: #aaa;
}
.copper-btn.link-btn-l a::after {
    background-color: #C48F63;
}
.paste-container .silver-btn a:hover,
.paste-container .copper-btn a:hover {
	color: #fff;
}
.silver-btn.link-btn-l a:hover span.arrow::after,
.copper-btn.link-btn-l a:hover span.arrow::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: 0.3s;
}
.paste-container .silver-btn span,
.paste-container .copper-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.semiconductor_main:before {
    border-bottom: 50px solid #000;
}
.semiconductor_main:after {
    border-bottom: 50px solid #000;
}
.semiconductor_main_img {
    height: 240px;
}
.semiconductor_main_img > h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 38%;
    text-align: center;
    padding-right: 0;
}
.semiconductor_main {
margin-bottom: 20px;
}
.semiconductor_container-inner {
	padding-top: 0;
}
.semiconductor_txt_arrow::before {
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  }
.semiconductor_2col {
  display: flex;
  flex-direction: column;
}
.semiconductor_2col li{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-right: 0;
}
.semiconductor_2col li:nth-child(n + 3) {
	margin-bottom: 30px;
}
.semiconductor_2col li:last-child {
	margin-bottom: 0;
}
.semiconductor_2col li h3{
	padding-top: 30px;
	font-size: 1.8rem;
}
.semiconductor_txt_arrow a:hover img {
    transform: scale(1,1);
    opacity: 1;
}
.semiconductor_txt_arrow a div:before {
  border-top: 8vw solid #1A1A1C;
  border-right: 100vw solid transparent;
}
.paste-container {
    width: 100%;
    padding: 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
}
.paste-container .semiconductor_2col div {
	width: 100%;
}
.paste-container .semiconductor_2col div:first-child {
	margin-bottom: 1em;
}
}
/*------------------------

コンテンツから探す（contents）トップページ

------------------------*/
.contents_main {
	position: relative;
}
.contents_main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #000;
    border-left: 50vw solid transparent;
    z-index: 1;
}
.contents_main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #000;
    border-right: 50vw solid transparent;
    z-index: 1;
}
.contents_main_img {
	margin-bottom: 40px;
    background: url(../contents/img/contents_main_img.jpg?210802);
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 380px;
}
.contents_main_img > h2 {
    width: 50%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 43%;
    text-align: right;
    padding-right: 2em;
	letter-spacing: .5rem;
	z-index: 20;
}
.contents_main_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #000 70%);
}
.contents_main_img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #003e75 70%);
}
.contents_container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	padding-top: 1.8rem;
}
.contents_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents_2col li{
	width: 46%;
	/*margin-bottom: 6em;*/
	background-color: #1A1A1C;
	padding-top: 30px;
	overflow: hidden;
}
.contents_2col li:nth-child(even){
	margin-right: 0;
}
.contents_2col li:nth-child(n + 3) {
	margin-bottom: 0;
}
.contents_2col li h3{
  font-size: 2rem;
  font-weight: bold;
  padding-top: 25px;
	padding-bottom: 1em;
  text-align: center;
  position: relative;
}
.contents_txt_arrow {
  position: relative;
}
.contents_txt_arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 48%;
}
.contents_txt_arrow a div {
    overflow: hidden;
    position: relative;
}
.contents_txt_arrow a div img {
    width: 100%;
}
.contents_txt_arrow a div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-top: 5vw solid #1A1A1C;
    border-right: 50vw solid transparent;
}
.contents_txt_arrow a:hover img {
    transform: scale(1.2,1.2);
	opacity: 1;
}
.paste-container {
    width: 46%;
    background: #1A1A1C;
    padding: 2em 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
}
.paste-container .contents_2col div {
	width: 46%;
}
.paste-container .silver-btn a{
	background: linear-gradient(#e9e9e9, #aaa);
	color: #333;
}
.paste-container .copper-btn a{
	background: linear-gradient(#E4D1BB, #C48F63);
	color: #333;
}
.silver-btn.link-btn-l a span.arrow::after,
.copper-btn.link-btn-l a span.arrow::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
	transition: 0.3s;
}
.silver-btn.link-btn-l a::after {
    background-color: #aaa;
}
.copper-btn.link-btn-l a::after {
    background-color: #C48F63;
}
.paste-container .silver-btn a:hover,
.paste-container .copper-btn a:hover {
	color: #fff;
}
.silver-btn.link-btn-l a:hover span.arrow::after,
.copper-btn.link-btn-l a:hover span.arrow::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: 0.3s;
}
.paste-container .silver-btn span,
.paste-container .copper-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.contents_main:before {
    border-bottom: 50px solid #000;
}
.contents_main:after {
    border-bottom: 50px solid #000;
}
.contents_main_img {
    height: 240px;
}
.contents_main_img > h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 38%;
    text-align: center;
    padding-right: 0;
}
.contents_main {
margin-bottom: 20px;
}
.contents_container-inner {
	padding-top: 0;
}
.contents_txt_arrow::before {
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  }
.contents_2col {
  display: flex;
  flex-direction: column;
}
.contents_2col li{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-right: 0;
}
.contents_2col li:nth-child(n + 3) {
	margin-bottom: 30px;
}
.contents_2col li:last-child {
	margin-bottom: 0;
}
.contents_2col li h3{
	padding-top: 30px;
	font-size: 1.8rem;
}
.contents_txt_arrow a:hover img {
    transform: scale(1,1);
    opacity: 1;
}
.contents_txt_arrow a div:before {
  border-top: 8vw solid #1A1A1C;
  border-right: 100vw solid transparent;
}
.paste-container {
    width: 100%;
    padding: 1em;
}
.paste-container .heading-paste {
	font-size: 2rem;
}
.paste-container .contents_2col div {
	width: 100%;
}
.paste-container .contents_2col div:first-child {
	margin-bottom: 1em;
}
}
/*------------------------

機能から探す（function）トップページ

------------------------*/
.function_main {
	position: relative;
}
.function_main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #000;
    border-left: 50vw solid transparent;
    z-index: 1;
}
.function_main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 100px solid #000;
    border-right: 50vw solid transparent;
    z-index: 1;
}
.function_main_img {
	margin-bottom: 40px;
    background: url(../function/img/function_main_img.jpg?210802);
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 380px;
}
.function_main_img > h2 {
    width: 50%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 43%;
    text-align: right;
    padding-right: 2em;
	letter-spacing: .5rem;
	z-index: 20;
}
.function_main_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #000 70%);
}
.function_main_img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	opacity: 0.8;
	background-image: linear-gradient(90deg, transparent, #003e75 70%);
}
section.function_box {
    margin: 0 auto;
    max-width: 1236px;
    width: 100%;
    padding: 0 18px;
}
.function_box .rhombus {
    transform: rotate(45deg);
    width: 70%;
    /* height: 66%; */
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.function_box .list li {
    width: 18%;
    margin-right: 2%;
}
.function_box .list li:nth-child(-n + 13){
	margin-bottom: 5em;
}
.function_box .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 2em;
}

.function_box .list .mask {
    width: 100%;
    height: 100%;
    padding: 25% 5% 25% 7%;
    transform: rotate( -45deg);
    position: absolute;
    top: calc(100% - 117px);
	font-size: 1.5rem;
    opacity: 0;
    transition: .3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	word-break: break-all;
	letter-spacing: -.05em;
}
@media (max-width: 1200px) {
	.function_box .list .mask {
    font-size: calc(1rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (15 - 10) / (1200 - 768)));
}
}
.function_box .list li + p {
    margin-bottom: 64px;
}

.function_box .list li p {
    margin-bottom: 2em;
    text-align: center;
    font-size: 20px;
    font-size: 1.8rem;
}
@media (max-width: 1200px) {
	.function_box .list li p {
    font-size: calc(1.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (18 - 14) / (1200 - 768)));
}
}
.function_box .list li:last-child {
    margin: 0;
}
/*.function_box .list_parent {
    margin-bottom: 60px;
}*/
.function_box .rhombus:hover .mask {
    opacity: 1;
}

.function_box .rhombus a:hover img {
    opacity: 0.3;
}

.function_box .rhombus a.pc:hover img {
    opacity: 0.3;
	transform: rotate( -45deg) scale(1.8,1.8);
    /* transform: scale(1.35) rotate(-45deg); */
}

.function_box .rhombus .sp{
	display: none;
}
.function_box .rhombus img {
    transform: rotate( -45deg) scale(1.4,1.4);
}

.function_box .rhombus a.pc:hover .mask {
    transform: scale(1.1) rotate(-45deg);
}

.function_box .list li:nth-child(1) {
    margin-left: 9%;
}

.function_box .list li:nth-child(4) {
    margin-right: 9%;
}

.function_box .list li:nth-child(9) {
    margin-right: 0;
}

.function_box .list li:nth-child(10) {
    margin-left: 8.5%;
}

.function_box .list li:nth-child(13) {
    margin-right: 8.5%;
}

@media only screen and (max-width: 767px){
.function_main:before {
    border-bottom: 50px solid #000;
}
.function_main:after {
    border-bottom: 50px solid #000;
}
.function_main_img {
    height: 240px;
}
.function_main_img > h2 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 38%;
    text-align: center;
    padding-right: 0;
}
.function_main {
margin-bottom: 20px;
}
section.function_box{
    padding: 0 14px;
}
.function_box .rhombus {
height: auto;
transform: unset;
}
.function_box .list li {
	width: 30%;
	margin-right: 0;
	margin-bottom: 30px;

}
.function_box .list {
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 0;
}
.function_box .rhombus {
    width: 95%;
}
.function_box .list li + p {

}
.function_box .list li:last-child {

margin-bottom: 30px;
}
.function_box .list li:nth-child(n + 17) {
    margin-bottom: 0;
}
.function_box .list_parent {

width: 100%;

max-width: 500px;

margin: auto;
}
.function_box .rhombus .back {

}
.function_box .list li:nth-child(even) {
    margin-right: 0;
}	
.function_box .list li:nth-child(-n + 13) {
    margin-bottom: 2em;
}
.function_box .list li p{

	font-size: 11px;

	margin-bottom: .5em;
}
.function_box .rhombus a:hover img{
	opacity: 1;
}

.function_box .rhombus .sp{
	display: block;
}

.function_box .rhombus .pc{
	display: none;
}
.function_box .rhombus img {

}
.function_box .list li:nth-child(1) {
    margin-left: 0;
}

.function_box .list li:nth-child(4) {
    margin-right: 0;
}

.function_box .list li:nth-child(10) {
    margin-left: 0;
}

.function_box .list li:nth-child(13) {
    margin-right: 0;
}
.function_box .rhombus .sp img {
    transform: unset;
}
}

/*------------------------

機能から探す（function）タブメニュー版

------------------------*/
/* タブメニュー表示 */
.function-tab .container-inner{
	width: 100%;
    max-width: 1236px;
    margin: 0 auto;
	padding-right: 1.8rem;
    padding-left: 1.8rem;
	margin-bottom: 3em;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	/*color: #333;*/
}
.tab-wrap .heading_tab {
	display: block;
	text-align: center;
	margin-bottom: 1.5em;
	font-weight: normal;
	padding-bottom: .75em;
	position: relative;
}
.tab-wrap .heading_tab::after {
	content: '';
	background: #005bac;
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.nav-tab,
.nav-down {
	background: #000;
	font-weight: bold;
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
/*　ドロップダウンタブ　*/
.nav-down {
	display: block;
 	order: 0;
	text-align: left;
	padding: .75em 1em;
	border: 1px solid #ccc;
	margin-top: .5em;
	transition: all .25s cubic-bezier(.4,0,.2,1);
}
.nav-down::before,
.nav-down::after {
	position: absolute;
	right: 1em;
	width: 1em;
	height: 2px;
	background: #333;
	content: "";
}
.nav-down::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-down::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
.tab-down:checked + .nav-down::after {
	display: none;
}
.tab-content,
.tab-down-content {
	background: linear-gradient(180deg, #333, #111);
    color: #fff;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* スクロールバー非表示　IE, Edge */
	-ms-overflow-style: none;
	/* スクロールバー非表示　Firefox */
	scrollbar-width: none;
	opacity: 0;
	position: relative;
	line-height: 1.7;
}
/*スクロールバー非表示　Chrome, Safari */
.tab-content::-webkit-scrollbar,
.tab-down-content::-webkit-scrollbar {
    display:none;
 }
.tab-content > div {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-down:checked + .nav-down + .tab-down-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .6s opacity;
	padding: 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tab-down:checked + .nav-down + .tab-down-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
  	transition: .6s;
	transform: translate(0);
}
/* ラジオボタン非表示 */
.tab-switch,
.tab-switch-sp,
.tab-down {
  	display: none;
}
/* タブコンテンツ内のスタイル */
.tab-content p {
	margin-bottom: 1em;
}
.tab-content ul.list-link {
	margin-bottom: 2em;
}
.tab-content ul.list-link:last-child {
	margin-bottom: 0;
}
.tab-content .tab-heading {
	font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 1em;
    position: relative;
    line-height: 1.4;
}
.tab-content .tab-heading::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: .25em;
    height: 100%;
    background: #fff;
    -webkit-transform: skewY(
-20deg
);
    transform: skewY(
-20deg
);
}
@media only screen and (min-width: 768px) {
	/* タブメニュー表示　*/
.tab-wrap {
	background: #000;
	/*padding: 1em;*/
}
.nav-tab {
	padding: 1em 0;
	font-size: 1.6rem;
	width: 100%;
	/*border-left: 1px solid #ccc;*/
}
.nav-tab:nth-last-of-type(2){
	/*border-right: 1px solid #ccc;*/
}
.tab-content > div {
	transform: translateX(100%);
}
.tab-switch-sp,
.tab-switch-sp+.nav-tab{
	display:none;
}
/* アクティブなタブ */
.tab-switch:checked + .nav-tab,
.nav-tab:hover {
 	background: #333;
    color: #fff;;
	font-weight: bold;
  	transition: .25s;
}
.tab-down:checked + .nav-down,
.nav-down:hover {
  	background: #333;
    color: #fff;
	font-weight: bold;
  	transition: .25s;
}
.tab-down:checked + .nav-down::before,
.nav-down:hover::before,
.nav-down:hover::after {
	background: #fff;
}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content {
	width: 100%;
  	height: auto;
  	overflow: auto;
  	opacity: 1;
  	padding: 2.5em;
}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
 	transition: .6s;
	transform: translate(0);
}
.tab-content > div > dl {
	width: calc(50% - 1em);
}
/* タブメニューの差分 */
.film-fnc .nav-tab {
	width: calc(100% / 6);
	padding: .75em 0 1em;
	font-size: calc(1.2rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (16 - 12) / (1200 - 768)));
}
	/* IE調整用 */
/*_:-ms-input-placeholder, :root .film-fnc .nav-tab {
	width: 14.285%;
}*/
.tab-wrap.film-fnc .tab-switch + .nav-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tab-wrap.film-fnc .tab-switch + .nav-tab img {
	width: 80% !important;
	margin: 0 2px .25em;
}
}
@media only screen and (min-width: 1200px) {
/* タブメニューの差分 */
.film-fnc .nav-tab {
	font-size: 1.6rem;
}
}
@media only screen and (max-width: 767px) {
	/* タブメニュー表示　*/
.tab-switch,
.tab-switch+.nav-tab {display:none;}
.tab-wrap {
  	flex-direction: column;
	margin-bottom: 0;
}
.nav-tab {
  	order: 0;
	text-align: left;
	padding: .5em 1em .5em .5em;
	margin-top: 1px;
	transition: all .25s;
	background: #333;
}
.nav-tab::before,
.nav-tab::after {
	position: absolute;
	right: 1em;
	width: 1em;
	height: 2px;
	background: #fff;
	content: "";
}
.nav-tab::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-tab::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
/* アクティブなタブ */
.tab-switch-sp + .nav-tab:active,
.tab-switch-sp:checked + .nav-tab {
  	background: #333;
	color: #fff;
}
.tab-switch-sp + .nav-tab:active::before,
.tab-switch-sp + .nav-tab:active::after,
.tab-switch-sp:checked + .nav-tab::before {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab::after {
	display: none;
}
.tab-down:checked + .nav-down,
.nav-down:active {
  	background: #333;
	color: #fff;
	font-weight: bold;
  	transition: .25s;
}
.tab-down:checked + .nav-down::before,
.nav-down:active::before,
.nav-down:active::after {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab + .tab-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .6s opacity;
	padding: 1em 1em 2em;
}
.tab-switch-sp:checked + .nav-tab + .tab-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
    transition: .6s;
	transform: translate(0);
}
/* タブメニューの差分 */
.function-tab .container-inner {
    margin-bottom: 0;
}
.tab-wrap.film-fnc .tab-switch-sp + .nav-tab {
	display: flex;
	align-items: center;
}
.tab-wrap.film-fnc .tab-switch-sp + .nav-tab figure {
	width: 3.25em;
}
.tab-wrap.film-fnc .tab-switch-sp + .nav-tab img {
	width: 2.5em !important;
}
/* タブコンテンツ内のスタイル */
.tab-content .tab-heading {
	font-size: 1.8rem;
}
.tab-content p {
    font-size: 1.4rem;
}
ul.list-link li:not(:last-child) {
	margin-bottom: .5em;	
}
}

/* 矢印リンク　*/
.link-arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.15em;
	color: #005bac;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.5rem;
}
a:hover.link-arrow{
	text-decoration: underline;
}
.link-arrow::before,
.link-arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}
.link-arrow::before {
	box-sizing: border-box;
	width: .85em;
	height: .85em;
	background: #005bac;
	top: .4em;
}
.link-arrow::after {
	top: .625em;
  left: .15em;
  width: 0.35em;
  height: .35em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印リンク　白　*/
.link-arrow-w {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.15em;
	color: #fff;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 1.5rem;
}
a:hover.link-arrow-w{
	text-decoration: none;
}
a:hover.link-arrow-w::before {
}
a:hover.link-arrow-w::after {
}
.link-arrow-w::before,
.link-arrow-w::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}
.link-arrow-w::before {
	box-sizing: border-box;
	width: .85em;
	height: .85em;
	background: #fff;
	top: .4em;
}
.link-arrow-w::after {
  top: .625em;
  left: .15em;
  width: 0.35em;
  height: .35em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
.link-arrow,
.link-arrow-w {
	font-size: 1.4rem;
}
}
/* ※付きリストスタイル　*/
/*ol.list-notes-num > li {
	counter-increment: item;
	position: relative;
	padding-left: 2.5em;
	font-size: 1.3rem;
}
ol.list-notes-num > li:before {
	position: absolute;
	left: 0;
	content: "※" counter(item) " ";
}
.list-notes > li {
	position: relative;
	padding-left: 1.5em;
	font-size: 1.3rem;
}
.list-notes > li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
ol.list-notes-num,
ul.list-notes {
    margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
ol.list-notes-num > li,
ul.list-notes > li {
	font-size: 1.2rem;
}
}*/