@charset "UTF-8";
/* CSS Document */
/******************************************************************************************* 
	
	トップ動画

****************************************************************************************** */
#visual {
	position: relative;
	width: 100%;
	height: 100vh;
	 min-height: 500px;
	 overflow: hidden;
}
.video-box {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-box::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .3);
}
.visual-content {
	position: absolute;
	bottom: 10%;
	width: 100%;
	z-index: 99;
}
.visual-content .container {
	max-width: 100%;
	padding-left: 15rem;
	color: #fff;
}
.visual-content p {
	margin: 0;
}
.visual-content p.op {
	opacity: .5;
}
.visual-content p span.en {
	display: inline-block;
    position: relative;
    font-size: clamp(3rem, calc(3.5vw + 1.5rem), 10rem);
    font-weight: 600;
    line-height: 1.5;
    
}
.visual-content p span.ja {
	display: inline-block;
	position: relative;
	font-size: clamp(1.5rem, calc(1.5vw + 1.5rem), 3.2rem);
	margin-bottom: 1em;
	line-height: 1.5;
	font-weight: 600;
}
.visual-content p.small {
	font-size: 1.1em;
}
.youtube_btn {
	position: absolute;
	bottom: 6rem;
	right: 6rem;
	z-index: +99;
}
.youtube_btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	padding: 1em;
	border-radius: 50%;
	background-color: var(--blue1);
	color: #fff;
}
.youtube_btn a img {
	width: 40px;
}
.youtube_btn a:hover {
	background-color: var(--blue2);
}
.youtube_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 4px solid var(--blue1);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: .2;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.youtube_btn a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/top/bg_youtube_btn.svg) center center/100% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotation 10s linear infinite;
}
@keyframes rotation {
  0% { 
	  transform:rotate(0);
	}
  100% { 
	  transform:rotate(360deg); 
	}
}

@media (max-width: 1100px) {
}
@media (max-width: 991px) {
	.visual-content {
	    bottom: 2%;
	}
	.visual-content .container {
	    padding-left: 12rem;
	}
	.youtube_btn {
		bottom: calc(50% - 4rem);
		right: 1rem;
	}
	.youtube_btn a {
		width: 80px;
		height: 80px;
	}
	.youtube_btn a img {
		width: 20px;
	}
}
@media (max-width: 767px) {
	#visual {
		min-height: 400px;
		height: auto;
        margin-top: 50px;
	}
    .visual-content .container {
		max-width: 100%;
		padding-left: 1em;
		color: #fff;
	}
	.video-box {
	    min-height: auto;
	}
	.visual-content p span.en {
		font-size: 3.2rem;
	}
	.visual-content p span.ja {
		font-size: 1.6rem;
		margin-bottom: 1em;
		line-height: 1.5;
		font-weight: 600;
	}
	.visual-content p.small {
		font-size: 1em;
	}
	.youtube_btn a {
		width: 70px;
		height: 70px;
	}

}

/********************************************** 
	スクロールダウン
********************************************* */
.scroll_down {
	position:absolute;
	bottom: 0px;
	left: 60px;
}
.scroll_down a {
	position: absolute;
	left: 10px;
	bottom: 20px;
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", serif;
	letter-spacing: .2em;
	writing-mode: vertical-lr;
	text-decoration: none;
	text-transform: uppercase;
}
.scroll_down:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:#fff;
	animation:
	circlemove 2s ease-in-out infinite,
	cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove {
	0%{bottom:240px;}
	100%{bottom:0px;}
}

@keyframes cirlemovehide {
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}

.scroll_down:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: calc(100vh - 110px);
	background:#fff;
	opacity: .4;
}
@media (max-width: 767px) {
	.scroll_down {
		display: none;
	}
}
/******************************************************************************************* 
	
	下層ページメインビジュアル

****************************************************************************************** */
#kv {
	position: relative;
	width: 100%;
    height: 480px;
    background: url(../images/kv/kv.jpg) center center/cover no-repeat;
    position: relative;
    color: #fff;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#kv::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 0;
}
#kv .container {
	position: relative;
	z-index: +1;
}
#kv h2.title span.en {
	color: #fff;
	font-size: 8rem;
	text-transform: capitalize;
	opacity: .5;
}
#kv h2.title span.ja {
	color: #fff;
	font-size: 2.2rem;
}
@media (max-width: 991px) {
	#kv .container {
		padding-left: 3rem;
	}
}
@media (max-width: 767px) {
	#kv {
		height: 300px;
	}
	#kv h2.title {
		line-height: 1;
	}
	#kv h2.title span.en {
	    font-size: 5rem;
	}
	#kv h2.title span.ja {
		color: #fff;
		font-size: 1.6rem;
	}
}
/******************************************************************************************* 
	
	パンくずリスト

****************************************************************************************** */
.breadcrumb-wrap {
	bottom: 0;
	width: 100%;
	padding: 1.5rem 0;
	background: var(--bluegray);
	color: #374355;
	font-size: 1.3rem;
}
.breadcrumb-wrap .container {
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.breadcrumb-wrap a {
	color: #374355;
	opacity: .7
}
.breadcrumb-wrap a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.breadcrumb-wrap {
		padding: 1rem 0;
		font-size: 1.2rem;
	}
}
/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f8f8f8;
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f8f8f8;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}

/*-----------------------------------------------------------------------------
	ページナビ
-----------------------------------------------------------------------------*/
.wp-pagenavi {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--blue1);
	margin-top: 2rem;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
    color: var(--blue1);
    border: none;
}
.wp-pagenavi a, .wp-pagenavi span:not(.material-icons) {
	font-family: "Poppins", sans-serif;
}
.wp-pagenavi span.material-icons {
	border: none;
	font-size: 1.8rem;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: var(--blue1);
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: var(--blue1);
    color: #fff;
}
/*
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
*/
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}
 .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
    border-color: var(--blue1);
}
@media (max-width: 991px) {
	.wp-pagenavi {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.pagenavi .wp-pagenavi span.current, pagenavi .wp-pagenavi a.page {
	    margin: 0 5px 0 0;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
	    padding: 0;
	}
	.wp-pagenavi span.current, .wp-pagenavi a.page {
		width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-title-box {
    border-left: 2px solid var(--blue1);
    padding-left: 1.5em;
}
.single-title-box h2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: 1rem;
}
.single-title-box .date {
	color: #999;
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid var(--bluegray);
	border-bottom: 1px solid var(--bluegray);
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: var(--blue1);
	padding: 4px 1.25em;
	font-size: 13px;
	border-radius: 50px;
	font-weight: bold;
}
.pageNav a .material-icons {
	font-size: 24px;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: var(--blue2);
	color: #fff;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #777;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
@media (max-width: 767px) {
	.single-title-box {
	    padding-left: 1em;
	}
	.single-title-box h2 {
		font-size: 2rem;
	}

	.pageNav {
    	padding: 1.5rem 0;
    }
    .pageNav a {
	    padding: 4px 1em;
	    font-size: 12px;
	}
}


/********************************************************************************************
	
	トップページ

******************************************************************************************* */
/* top__notice */
#top__notice {
	padding-top: 6rem;
}
#top__notice a.notice {
	display: block;
	border: 2px solid #fb5357;
	padding: 1.5em 2em;
	border-radius: 8px;
}
#top__notice a.notice:hover {
	color: #fb5357;
}
#top__notice a.notice h3 {
	font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: .5em;
}

/* top__strengths */
/*
#top__strengths {
	background-image: url(../images/top/bg_top__strengths.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
*/
#top__strengths .fromLeft:before {
	width: 95%;
	height: 360px;
	transition-delay: 1s;
	background: url(../images/top/top_strnghs.jpg) center center/cover no-repeat;
	background-color: transparent;
	z-index: 0;
}
#top__strengths h2.title {
	white-space: nowrap;
	padding-right: 5rem;
	position: relative;
	margin-bottom: 0;
}
#top__strengths h2.title + p {
	padding-left: 5rem;
}
#top__strengths h2.title::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: var(--default);
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(10deg);
}
.top__strengths_content_wrap {
	margin-top: 16rem;
}
.top__strengths_content {
	background: rgba(0,46,115,.9);
	position: relative;
	z-index: +2;
	height: 100%;
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#top__strengths .top__strengths_content:hover {
	background: rgba(0,46,115,1);
}
#top__strengths a.accordion {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 3rem 3rem;
	color: #fff;
}
#top__strengths .accordion-body h4 {
	color: var(--blue1);
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: .5em
}
.accordion-body > div {
	padding-top: 1rem;
}
#top__strengths a.accordion h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    padding: 1rem 5rem;
    line-height: 1.5;
    position: relative;
}
#top__strengths a.accordion h3 .en {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -2rem;
	font-size: 6rem;
	font-style: italic;
	opacity: .2;
	z-index: -1;
}
#top__strengths a.accordion h3 small {
    display: block;
    font-size: 1.8rem;
    color: var(--blue1);
}
#top__strengths a.accordion h3 .material-icons {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	top: calc(50% - 1em);
	border-radius: 50%;
	color: var(--blue1); 
	background: #fff; 
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#top__strengths a.accordion:hover h3 .material-icons {
	transform: translateX(5px);
	background: var(--orange);
	color: #fff;
}

/* top__products */
#top__products::before {
	background: url(../images/top/bg_top__products.svg) center center/cover no-repeat;
	background-color: var(--bluegray) ;
}
.top__products_box {
	display: block;
	height: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.top__products_box.left_img {
	padding-left: 50%;
}
.top__products_box.right_img {
	padding-right: 50%;
}
.top__products_box::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    background-size: 100%;
    width: 50%;
    height: 100%;
    transition: transform .5s ease-out;
}
.top__products_box.left_img::before {
	left: 0;
}
.top__products_box.right_img::before {
	right: 0;
}
.top__products_box:hover::before {
	transform: scale(1.05);
}
.top__products_box.tp01::before {
	background: url(../images/top/top__products01.jpg) center center/cover no-repeat;
}
.top__products_box.tp02::before {
	background: url(../images/top/top__products02.jpg) center center/cover no-repeat;
}
.top__products_txt {
    position: relative;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    line-height: 1.75;
}
.top__products_box.left_img .top__products_txt {
	padding: 3.5em 2.5em 2.5em 1em;
}
.top__products_box.right_img .top__products_txt {
	padding: 3.5em 1em 2.5em 2.5em;
}
.top__products_txt:before {
    content: "";
    width: 80px;
    height: 110%;
    background-color: #fff;
    position: absolute;
    top: -20px;
    z-index: -1;
    transform: skewX(-8deg);
}
.top__products_box.left_img .top__products_txt:before {
	left: -40px;
}
.top__products_box.right_img .top__products_txt:before {
	right: -40px;
}
.top__products_txt h3 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1.5em;
	padding-top: 1rem;
	padding-left: 4em;
	color: var(--blue1);
	position: relative;
}
.top__products_txt h3 span.en {
	display: inline-block;
	font-size: 6rem;
	opacity: .15;
	position: absolute;
	left: 0;
	top: -2.5rem;
}
.top__products_txt h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.box__btn {
	display: flex;
	justify-content: center;
}
.box__btn span.box_btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue1);
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: 0.35s cubic-bezier(0.59, 0.18, 0.13, 0.76);
    width: 300px;
    height: 46px;
    margin-top: 2rem;
    position: relative;
}
a.top__products_box:hover .box__btn span.box_btn {
	background: var(--blue2);
}
.box__btn span.box_btn::after {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    color: #fff;
    vertical-align: -2px;
    position: absolute;
    right: 1rem;
}


/* top__news */
#top__news .top__news_left {
	width: 350px;
}
#top__news .top__news_right {
	flex: 1;
}
.news-wrap article {
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.news-wrap article:first-child {
	border-top: 1px solid #ddd;
}
.news-wrap article a {
    display: table;
    width: 100%;
    padding: 1.25rem 3rem 1.25rem 1rem;
    position: relative;
    color: #222;
    text-decoration: none;
}
.news-wrap article a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--blue1);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article a:hover {
	color: var(--blue1);
}
.news-wrap article a .date {
	 color: #999;
	 margin-right: 1em;
}
.news-wrap article a .news-meta {
	display: flex;
}
.news-txt {
	position: relative;
	padding-right: 2rem;
}
.news-txt span.material-icons {
	color: var(--blue1);
	position: absolute;
	right: -2rem;
	top: calc(50% - .5em);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a:hover .news-txt span.material-icons {
	transform: translateX(5px);
	color: var(--orange);
}

/* top__customer_support */
#top__customer_support {
	position: relative;
	background: url(../images/top/bg_top__customer_support.jpg) center center/cover no-repeat;
}
#top__customer_support::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
}
#top__customer_support .container {
	position: relative;
	z-index: +1;
}
#top__customer_support h2.title,#top__customer_support h2.title .en {
	color: #fff !important;
}
.top__customer_support01 {
	color: #fff;
	width: 100%;
}
.support01_left {
	padding-right: 3em;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid rgba(255,255,255,.5);
	font-size: 1.1em;
	font-weight: 600;
}
.support01_left span.material-icons {
	font-size: 4.2rem;
	line-height: 1.5;
}
.support01_center {
	padding: 0 3em;
}
.support01_center a.text-link {
	color: #fff;
}
.support01_right {
	display: flex;
	justify-content: flex-end;
}
.support01_right a.btn {
	background: #fff;
	color: var(--default);
}
.support01_right a.btn:hover {
	background: var(--gray2);
}
.top__customer_support02 > div {
	margin-bottom: 1rem;
}
.top__customer_support02 a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 120px;
	padding: 0 2em;
	border-radius: 12px;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.65;
	position: relative;
	overflow: hidden;
}
.top__customer_support02 a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
}
.top__customer_support02 a:hover {
	opacity: .8;
}
.top__customer_support02 a p {
	position: relative;
	z-index: +1;
	margin: 0;
}
.top__customer_support02 a:hover p {
	color: var(--blue1);
}
.top__customer_support02 a span.en {
	color: var(--gray2);
	display: block;
	font-size: 1.4rem;
}
.top__customer_support_banner01 {
	background: #fff url(../images/top/top__customer_support_banner01.jpg) right center/contain no-repeat;
}
.top__customer_support_banner02 {
	background: #fff url(../images/top/top__customer_support_banner02.jpg) right center/contain no-repeat;
}
.top__customer_support_banner03 {
	background: #fff url(../images/top/top__customer_support_banner03.jpg) right center/contain no-repeat;
}

/* top__t-info */
#top__t-info {
	background: #e4e8eb url(../images/top/bg_t-info.svg) center center/cover no-repeat;
	overflow: hidden;
}
#top__t-info #slider .slick-track {
  display: flex;
}
#top__t-info #slider .slick-slide {
  height: auto !important;
   margin: 0 10px;
}
#top__t-info #slider a {
	display: block;
	background: #fff;
	height: 100%;
}
#top__t-info #slider figure {
	margin: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--gray);
	position: relative;
}
#top__t-info #slider figure img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#top__t-info #slider a:hover figure img {
	transform: scale(1.1);
}
#top__t-info #slider .slider-txt {
	padding: 1.5rem 2rem 1.5rem;
}
#top__t-info #slider .slider-txt .t-info-date {
	display: inline-block;
	color: #999;
	margin-right: .5em;
	font-size: 1.3rem;
}
#top__t-info #slider .slider-txt .t-info-cat {
	display: inline-block;
	color: var(--blue1);
	font-size: 1.2rem;
	padding: 0 .5em;
	border: 1px solid var(--blue1);
	border-radius: 50px;
	white-space: nowrap;
	line-height: 1.65;
}
.t-info-meta {
	margin-bottom: 1rem;
}
#top__t-info #slider .slider-txt h3 {
	color: var(--blue1);
	margin-bottom: .5em;
	font-weight: 600;
}
#top__t-info #slider .slider-txt p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.65;
}
#top__t-info #slider .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--blue1);
	border-radius: 50%;
	z-index: +100;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	justify-content: center;
	transition: all .25s ease-out;
}
#top__t-info #slider .slick-arrow.left-arrow {
	left: -40px;
	top: calc(50% - 20px);
}
#top__t-info #slider .slick-arrow.right-arrow {
	right: -40px;
	top: calc(50% - 20px);
}
#top__t-info #slider .slick-arrow:hover {
	cursor: pointer;
	background: var(--blue2);
}


/* top__banner */
#top__banner .container-fluid {
	margin: 0 !important;
}
#top__banner a.top__banner_inner {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	color: #fff;
	position: relative;
	overflow: hidden;
}
#top__banner a.top__banner_inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	z-index: +1;
	transition: 0.5s cubic-bezier(0.59, 0.18, 0.13, 0.7);
}
#top__banner a.top__banner_inner:hover::before {
	background: rgba(0,0,0,.6);
}
.top__banner_01 {
	background: url(../images/top/top__banner01.jpg) center top / cover no-repeat;
}
.top__banner_02 {
	background: url(../images/top/top__banner02.jpg) center center / cover no-repeat;
}
#top__banner a.top__banner_inner article {
	width: 100%;
	height: 100%;
	padding: 6rem 10% 2rem;
	transition: 0.5s cubic-bezier(0.59, 0.18, 0.13, 0.76);
	position: absolute;
	z-index: +2;
	top: calc(100% - 220px);
}
#top__banner a.top__banner_inner:hover article {
	top: 0;
}
#top__banner a.top__banner_inner article h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 1em;
	line-height: 1.35;
}
#top__banner a.top__banner_inner article h3 span.en {
	display: block;
	font-size: 5.4rem;
}
#top__banner a.top__banner_inner article p {
	font-size: 1.4rem;
	transition: 0.8s cubic-bezier(0.59, 0.18, 0.13, 0.76);
	opacity: 0;
}
#top__banner a.top__banner_inner:hover article p {
	opacity: 1;
}


@media (max-width: 1301px) {
/* top__banner */	
	#top__banner a.top__banner_inner {
		aspect-ratio: 1 / 1;
	}
	#top__banner a.top__banner_inner article {
		padding: 6rem 5% 1rem;
	}
		
}
@media (max-width: 991px) {
/* top__strengths */
	#top__strengths .fromLeft:before {
		width: 95%;
		height: 30rem;
	}
	#top__strengths h2.title {
		margin-bottom: 1em;
	}
	#top__strengths h2.title::before {
		display: none;
	}
	#top__strengths h2.title + p {
		padding: 0;
	}
	.top__strengths_row {
		padding-top: 30rem;
	}
	.top__strengths_content_wrap {
	    margin-top: 2rem;
	}

/* top__ptoducts */
	.top__products_box.left_img .top__products_txt,.top__products_box.right_img .top__products_txt {
	    padding: 2.5em;
	}
	.top__products_txt:before {
		display: none;
	}
/* top__t-info */
	#top__t-info #slider .slick-arrow.right-arrow {
	    right: -10px;
	}
	#top__t-info #slider .slick-arrow.left-arrow {
	    left: -10px;
	}
/* top__banner */
	#top__banner a.top__banner_inner article {
		top: 0;
	}
	#top__banner a.top__banner_inner article p {
		opacity: 1;
	}
	#top__banner a.top__banner_inner article h3 {
		font-size: 1.4rem;
	}
	#top__banner a.top__banner_inner article h3 span.en {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
/* top__notice */
	#top__notice {
		padding-top: 3rem;
	}
	#top__notice a.notice {
		padding: 1em;
	}
	#top__notice a.notice h3 {
		font-size: 2rem;
	}

/* top__strengths */
	#top__strengths .fromLeft:before {
	    height: 200px;
	}
	.top__strengths_row {
        padding-top: 20rem;
    }
    .top__strengths_content_wrap {
        margin-top: 1rem;
    }
    .top__strengths_content {
        padding: 1rem 0 0 1rem;
    }
    #top__strengths a.accordion {
	    padding: .5em;
	}
	.accordion-body > div {
	    padding-top: 0;
	}
    #top__strengths a.accordion h3 .en {
	    top: -1rem;
	    font-size: 4rem;
	}
	#top__strengths a.accordion h3 {
	    font-size: 2rem;
	    padding: 1rem 4rem;
	}
	#top__strengths a.accordion h3 small {
	    font-size: 1.5rem;
	}
	#top__strengths a.accordion h3 .material-icons {
	    width: 30px;
	    height: 30px;
	    font-size: 1.5rem;
	}

/* top__ptoducts */
	.top__products_box {
	    position: relative;
	    background: #fff;
	    overflow: hidden;
	    padding-left: 0;
	    padding-top: 20rem;
	}
	.top__products_box::before {
	    background-size: 100%;
	    width: 100%;
	    height: 20rem;
	}
	.top__products_txt {
	    position: relative;
	    z-index: 99;
	    height: 100%;
	    background-color: #fff;
	    line-height: 1.75;
	}
	.top__products_box.left_img,.top__products_box.right_img {
	    padding-left: 0;
	    padding-right: 0;
	}
	.top__products_box.left_img .top__products_txt, .top__products_box.right_img .top__products_txt {
        padding: 2.5em 1em 1.5em;
    }
	.top__products_txt h3 {
	    font-size: 1.8rem;
	    margin-bottom: 1em;
	}
	.box__btn {
		width: 100%;
		border-radius: 0;
	}
	.box__btn span.box_btn {
	    font-size: 1.3rem;
	    margin-top: 1rem;
	}
/* top__news */
	.news-wrap {
		margin-bottom: 3rem;
		margin-top: -2rem;
	}
	#top__news .top__news_left {
		width: auto;
		padding-bottom: 1.5em;
	}
/* top__customer_support */
	.support01_left {
	    padding-right: 0;
	    padding-bottom: 1em;
	    margin-bottom: 1em;
	    border-right: none;
	    border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	.support01_center {
	    padding: 0;
	    margin-bottom: 1em;
	}
	.support01_right {
	    display: flex;
	    justify-content: center;
	}
	.top__customer_support02 a {
	    height: 100px;
	}
	.top__customer_support02 a::before {
	    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	}
/* top__t-info */
	#top__t-info #slider .slick-slide {
	   margin: 0 5px;
	}
	#top__t-info #slider .slider-txt {
		padding: 1rem 1.5rem;
	}
	#top__banner a.top__banner_inner article h3 {
		font-size: 1.6rem;
	}
	#top__t-info #slider .slider-txt p {
	    font-size: 1.3rem;
	    line-height: 1.5;
	}

}
/******************************************************************************************* 
	
	下層インデックスページ

****************************************************************************************** */
.page_index_wrap {
	margin-bottom: 4rem;
}
.page_index_box {
	display: block;
	height: 100%;
	border: 1px solid var(--gray2);
	position: relative;
	background-color: #fff;
}
.page_index_box::before {
	font-family: 'Material Icons';
	line-height: 1;
    content: '\e5c8';
    font-size: 3rem;
    color: #fff;
    color: var(--blue1);
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.7);
}
.page_index_box:hover {
	background: var(--bluegray2);
}
.page_index_box:hover::before {
	transform: translateX(5px);
}
.page_index_box figure {
	overflow: hidden;
}
.page_index_box figure img {
	transition: 0.5s cubic-bezier(0.59, 0.18, 0.13, 0.7);
}
.page_index_box:hover figure img {
	transform: scale(1.05);
}
.page_index_box h3 {
	padding: .5em 1em .5em 2em;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	color: var(--blue1);
}
.page_index_box h3::before {
	content: "";
	display: block;
	width: 3.4rem;
	height: 3px;
	background: var(--blue1);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
.page_index_box p {
	margin: 0;
	padding: 0 1.5em 3em;
}

@media (max-width: 991px) {
	.page_index_wrap {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.page_index_wrap {
		margin-bottom: 1.5rem;
	}
	.page_index_box h3 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.page_index_box h3::before {
	    width: 2.4rem;
	}
	.page_index_box p {
	    margin: 0;
	    padding: 0 1em 3em;
	}
	.page_index_box::before {
	    font-size: 2.4rem;
	    right: 1.5rem;
	    bottom: 1rem;
	}
}
/******************************************************************************************* 
	
	よくあるご質問

****************************************************************************************** */
/* アーカイブ  */
.faq_nav a {
	display: flex;
	color: var(--blue1);
	width: 100%;
	height: 6rem;
	align-items: center;
	border: 1px solid var(--blue1);
	position: relative;
	line-height: 1.35;
	padding: 0 3rem 0 1.25em;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: 600;
}
.faq_nav a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--blue1);
    border-top: 1px solid var(--blue1);
    position: absolute;
    top: calc(50% - 3px);
    right: 1em;
    transform: rotate(45deg);
    transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
}
.faq_nav a:hover {
	background: var(--bluegray);
}
.faq_nav a.current {
	color: #fff;
	pointer-events: none;
	background: var(--blue1);
}
.archive_faq_wrap article:first-child {
	border-top: 1px solid #ddd;
}
.archive_faq_wrap a {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 90px;
	padding: 2rem 3rem 2rem 7rem;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 1.1em;
}
.archive_faq_wrap a span.en {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	background: var(--blue1);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 1rem;
	font-size: 2rem;
}
.archive_faq_wrap a span.material-icons {
    color: var(--blue1);
    position: absolute;
    right: 1rem;
    top: calc(50% - .5em);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.archive_faq_wrap a:hover span.material-icons {
	color: var(--orange);
	transform: translateX(5px);
}
.archive_faq_wrap a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--blue1);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.archive_faq_wrap a:hover::after {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

/* 詳細 */
.single_faq_title {
	min-height: 5rem;
	padding-left: 6rem;
	position: relative;
	margin-bottom: 3rem;
	border-bottom: 2px solid var(--bluegray);
	padding-bottom: 1.25em;
}
.single_faq_title .faq_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	background: var(--blue1);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
}
.single_faq_title h2 {
	margin: 0;
	padding-top: .4rem;
	font-weight: 600;
}
.single_faq_content {
	padding-left: 6rem;
	position: relative;
	padding-top: .4rem;
}
.single_faq_content .faq_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	background: var(--orange);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
}
.single_related_faq h3 {
	color: var(--blue1);
	background: var(--bluegray);
	padding: 1.4rem 1em;
	font-weight: 600;
}
.single_related_faq .archive_faq_wrap article:first-child {
    border-top: none;
}
.single_related_faq .archive_faq_wrap a {
    min-height: 60px;
    padding: 1rem 3rem 1rem 4.6rem;
    font-size: 1em;
}
.single_related_faq  .archive_faq_wrap a span.en {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.5rem;
}


@media (max-width: 767px) {
/* アーカイブ  */
	.faq_nav a {
		height: 5rem;
		padding: 0 3rem 0 1.25em;
		font-size: 1.4rem;
	}
	.faq_nav a::before {
	    width: 6px;
	    height: 6px;
	    right: 1rem;
	}
	.archive_faq_wrap a {
	    min-height: 70px;
	    padding: 1em 3rem 1em 4.5rem;
	    font-size: 1.1em;
	}
	.archive_faq_wrap a span.en {
	    width: 3rem;
	    height: 3rem;
	    left: .5rem;
	    font-size: 1.8rem;
	}
/* 詳細 */
	.single_faq_title {
		min-height: 3rem;
		padding-left: 4rem;
		margin-bottom: 2rem;
		padding-bottom: 1em;
	}
	.single_faq_title .faq_icon {
		width: 3rem;
		height: 3rem;
		font-size: 1.8rem;
	}
	.single_faq_title h2 {
		padding-top: .2rem;
	}
	.single_faq_content {
		padding-left: 4rem;
		padding-top: .2rem;
	}
	.single_faq_content .faq_icon {
		width: 3rem;
		height: 3rem;
		font-size: 1.8rem;
	}
	
}

/******************************************************************************************* 
	
	用語説明・技術資料

****************************************************************************************** */
.archive_terms_wrap h3 {
	font-size: 2.2rem;
	font-weight: 600;
	padding-top: 100px;
	margin-top: -100px;
}
.archive_terms_wrap h3 span {
	display: block;
	padding-top: 1.5rem;
	border-top: 4px solid var(--bluegray);
	margin-bottom: 2rem;
	color: var(--blue1);
	padding-left: 1em;
	position: relative;
}
.archive_terms_wrap h3 span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 2px;
  top: calc(50% + 5px);
}
.archive_terms_wrap a.terms_link {
	display: inline-block;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 1rem;
}
.archive_terms_wrap a.terms_link::before {
  font-family: 'Material Icons';
  content: '\e5c8';
  font-size: 1.7rem;
  vertical-align: -3px;
  color: var(--blue1);
}
.archive_terms_wrap a.terms_link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 0;
  background: var(--default);
  width: 100%;
  height: 1px;
  transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
  opacity: .5;
}
.archive_terms_wrap a.terms_link:hover {
	color: var(--blue1);
}
.archive_terms_wrap a.terms_link:hover::after {
  width: 0;
}
@media (max-width: 767px) {
/* アーカイブ  */
	.archive_terms_wrap h3 {
		font-size: 2rem;
		padding-top: 60px;
		margin-top: -60px;
	}
	.archive_terms_wrap h3 span {
	    padding-top: 1rem;
	    border-top: 3px solid var(--bluegray);
	    margin-bottom: 1.5rem;
	}
	.archive_terms_wrap h3 span::before {
	    width: 6px;
	    height: 6px;
	    top: calc(50% + 2px);
	}
	.archive_terms_wrap a.terms_link {
		font-size: 1em;
	}
}

/******************************************************************************************* 
	
	会社案内トップ

****************************************************************************************** */
#company_top::before {
	width: 90%;
}
a.company_top_banner {
	display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    color: #fff;
    position: relative;
    overflow: hidden;
}
a.company_top_banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: +1;
    transition: 0.5s cubic-bezier(0.59, 0.18, 0.13, 0.7);
}
a.company_top_banner:hover::before {
	background: rgba(0, 46, 115, .7);
}
a.company_top_banner h3 {
	position: absolute;
	left: 10%;
	bottom: 15%;
	z-index: +3;
	font-size: 3rem;
}
a.company_top_banner h3 span.en {
	display: block;
	font-size: 2rem;
	margin-top: .5em;
	opacity: .5;
}
a.company_top_banner_01 {
	background: url(../images/company/company01.jpg) center top/cover no-repeat;
}
a.company_top_banner_02 {
	background: url(../images/company/company02.jpg) center top/cover no-repeat;
}
a.company_top_banner_03 {
	background: url(../images/company/company03.jpg) center top/cover no-repeat;
}
a.company_top_banner_04 {
	background: url(../images/company/company04.jpg) center top/cover no-repeat;
}

@media (max-width: 991px) {
	a.company_top_banner h3 {
		font-size: 2.4rem;
	}
}
@media (max-width: 767px) {
	a.company_top_banner h3 {
		font-size: 2rem;
		bottom: 10%;
		margin-bottom: 0;
	}
	a.company_top_banner h3 span.en {
		font-size: 1.6rem;
	}
}
/******************************************************************************************* 
	
	会社概要

****************************************************************************************** */
#company_info01 .title_box h3 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.65;
	margin-bottom: .5em;
}
#company_info01 .title_box h3 .en {
	font-size: 3.6rem;
}
#company_info01 .title_box h3 small {
	font-size: 2.2rem;
	display: inline-block;
	padding: 0 .25em;
}

.table-company {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.table-company th {
	text-align: center;
	white-space: nowrap;
    padding: 2em;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: var(--bluegray2);
    min-width: 240px;
}
.table-company td {
	padding: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.table-company td h4 span {
	display: inline-block;
	font-weight: 600;
	color: var(--blue1);
	border: 1px solid var(--blue1);
	padding: 5px 1em;
	min-width: 200px;
	text-align: center;
}
.table-company td a.btn {
	height: 40px;
	width: 200px
}
.table-company td hr {
	margin: 1.5em 0;
	opacity: 1;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.table-company td ol {
	margin-left: 1.5em;
}

#company_info02::before {
	background: url(../images/company_info/bg_company_info.svg) center center / cover no-repeat;
    background-color: var(--bluegray);
}
#company_info02 h4 {
	font-size: 2.7rem;
	color: var(--blue1);
	font-weight: 600;
	margin-bottom: 1em;
}
.history_box {
	position: relative;
}
.history_box::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: var(--bluegray);
	position: absolute;
	left: 154px;
	top: 12px;
}
.history_box:last-child::before {
	display: none;
}
.history_box::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--blue1);
	position: absolute;
	left: 148px;
	top: 12px;
}

.history_box .history_year {
	width: 170px;
	text-align: right;
	color: var(--blue1);
	font-weight: 600;
	padding-right: 5em;
	line-height: 1.15;
	position: relative;
}
.history_box .history_year .en {
	font-size: 3rem;
}
.history_txt table {
	margin-bottom: 2em;
}
.history_txt table th {
	width: 100px;
	color: var(--blue1);
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
	font-size: 1.8rem;
	font-weight: 600;
}
.history_txt table td {
	vertical-align: top;
	padding-top: 5px;
}
#company_info04 table.table-company th,#company_info04 table.table-company td {
	padding: 1em 1.5em;
	min-width: inherit;
}
#company_info05 {
	position: relative;
	background: url(../images/company_info/bg_company_info05.jpg) center top/cover no-repeat;
	color: #fff;
}
#company_info05::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
}
#company_info05 .container {
	position: relative;
	z-index: +2;
}
#company_info05 h2.title, #company_info05 h2.title .en {
    color: #fff !important;
}
#company_info05 p,#company_info05 table {
	font-size: 1.1em;
}
.map iframe {
	aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
#company_info06 .map {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
#company_info07 h4 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 1rem;
}

@media (max-width: 991px) {
	#company_info02 h4 {
		margin-top: .5em;
	}
	#company_info06 .col-lg-6:first-child {
		margin-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	#company_info01 .title_box h3 {
	    font-size: 2rem;
	 }
	 #company_info01 .title_box h3 .en {
		 font-size: 2.4rem;
	 }
	 #company_info01 .title_box h3 small {
	    font-size: 1.5rem;
	    display: inline-block;
	    padding: 0 .1em;
	}
	.table-company th {
	    display: block;
        width: 100%;
        padding: 1rem 1em;
        border-bottom: none;
	}
	.table-company td {
        display: block;
        width: 100%;
        padding: 1em;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .table-company td a.btn {
	    line-height: 40px;
	    margin-top: .5em;
    }
    #company_info02 h4 {
	    font-size: 2rem;
	    margin-bottom: .65em;
	}
	.history_box {
		padding-bottom: 1em;
	}
	.history_txt table {
	    margin-bottom: .65em;
	}
	.history_box .history_year {
		margin-bottom: .5em;
	}
	.history_box .history_year .en {
	    font-size: 2rem;
	}
	.history_txt table th {
	    width: 100px;
	    font-size: 1.5rem;
	}
	.history_txt table td {
		padding-top: 2px;
	}
	.history_box::after {
	    left: 20px;
	    top: 7px;
	    width: 10px;
	    height: 10px;
	}
	.history_box::before {
	    width: 2px;
	    height: calc(100% + 1.5em);
	    left: 24px;
	    top: 12px;
	}
	#company_info07 h4 {
		font-size: 1.5rem;
		margin-top: .5em;
	}
	#company_info07 .img_hover:first-child {
		margin-bottom: 2rem;
	}

}
/******************************************************************************************* 
	
	代表ご挨拶

****************************************************************************************** */
.font-l {
	font-size: 1.2em;
}
#company_massage01 {
	overflow: hidden;
}
#company_massage01::after {
	content: "";
	display: block;
	width: 40%;
	aspect-ratio: 600 / 232;
	background: url(../images/common/logo_mark_white.svg) center center/cover no-repeat;
	position: absolute;
	bottom: -50px;
	right: -50px;
	z-index: -1;
	opacity: .7;
}
#company_massage01::before {
	background-color: var(--bluegray2);
}
@media (max-width: 767px) {
	#company_massage01::after {
		bottom: -10px;
		right: -10px;
	}

}/******************************************************************************************* 
	
	海外ネットワーク・受賞・認証

****************************************************************************************** */
.blue_box {
	color: #fff;
	background: var(--blue1);
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	padding: 2em 3em;
}
.blue_box h3 {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: .5em;
}
.bg_bluegray::before {
	background-color: var(--bluegray2);
}
.agency_box {
	background: #fff;
	height: 100%;
	clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
	overflow: hidden;
}
.agency_box h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #fff;
	background: var(--blue1);
	padding: 1rem 1.5em;
}
.agency_box_inner {
	padding: 0 2em 1em;
}
.agency_box figure {
	margin-bottom: 2rem;
}
#company_awards02 figure {
	text-align: center;
}
#company_awards02 figure img {
	width: 240px;
}
#company_awards02 figure img.yoko {
	width: 360px;
}
#company_awards02  .agency_box h3 small {
	display: block;
	opacity: .6;
	margin-bottom: 4px;
}
@media (max-width: 767px) {
	.blue_box {
		clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
		padding: 1.5em;
	}
	.blue_box h3 {
		font-size: 1.8rem;
	}
	.agency_box h3 {
	    font-size: 1.6rem;
	    margin-bottom: 1em;
	    padding: 1rem 1.5em;
	}
	.agency_box_inner {
	    padding: 0 1em 1em;
	}
	.agency_box figure {
	    margin-bottom: 1em;
	}
}
/******************************************************************************************* 
	
	コンサスの強み

****************************************************************************************** */
.page_link {
	padding-top: 40px;
	margin-top: -40px;
}

.title_box h2 {
	height: 100%;
	padding-right: 8rem;
}
.title_box .txt {
	padding-left: 8rem;
	position: relative;
}
.title_box .txt::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--default);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(10deg);
    opacity: .9;
}

#advantage00 {
	position: relative;
	padding-bottom: 2rem;
}
#advantage00::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 200px);
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/advantage/bg_advantage00.svg) center top/cover no-repeat;
	background-attachment: fixed;
	opacity: .9;
	z-index: -1;
}

#advantage00 .dvantage00_content .txt h3 {
	color: var(--blue1);
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 1em;
}
#advantage00 .dvantage00_content .txt h3 span {
	font-size: 4rem;
}
#advantage00 .dvantage00_content .txt h4 {
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 1em;
}
.advantage_nav {
	padding-top: 4rem;
	padding-bottom: 16rem;
	background: url(../images/advantage/bg_advantage_nav.png) center 3rem/cover no-repeat;
}
.advantage_nav a {
	display: block;
	height: 100%;
	background-color: rgba(228,232,235,.95);
	background-position: center 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 25rem 3rem 10rem;
	position: relative;
	color: var(--blue1);
}
.advantage_nav a:hover {
	background-color: #c2c6c9;
}
.advantage_nav a span.num {
	font-size: 7rem;
    font-style: italic;
    opacity: .2;
    line-height: 1.1;
}
.advantage_nav a h4 {
	font-size: 2.2rem;
	font-weight: 600;
}
.advantage_nav a span.material-icons {
	font-size: 3rem;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	transition: .2s cubic-bezier(.35,.03,.52,1) .1s;
}
.advantage_nav a:hover span.material-icons {
	transform: translateX(5px);
}
.advantage_nav a.advantage_nav01 {
	background-image: url(../images/advantage/bg_advantage_nav01.png);
}
.advantage_nav a.advantage_nav02 {
	background-image: url(../images/advantage/bg_advantage_nav02.png);
}
.advantage_nav a.advantage_nav03 {
	background-image: url(../images/advantage/bg_advantage_nav03.png);
}
.advantage_nav_row > div:nth-child(2) {
	transform: translateY(5rem);
}
.advantage_nav_row > div:nth-child(3) {
	transform: translateY(10rem);
}


.advantage_content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.advantage_head h2 {
	margin: 0;
}
.advantage_head h2 .en {
	color: var(--blue1);
	font-size: 4.2rem;
	font-weight: 600;
	display: block;
}
.advantage_head .num {
	color: var(--blue1);
	display: block;
	font-size: 12rem;
	opacity: .2;
	font-style: italic;
	padding-left: 4rem;
}
.advantage_txt h3 {
	color: var(--blue1);
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: .65em;
}
.advantage_txt p {
	margin-bottom: 0;
	font-size: 1.1em;
}
.advantage_bg_content {
	padding: 8rem 0;
	margin-top: 2rem;
	position: relative;
	color: #fff;
}
.advantage_bg_content > .container {
	position: relative;
	z-index: +1;
	overflow: hidden;
}
.advantage_bg_content .advantage_bg_content_col {
	position: relative;
}
.advantage_bg_content .advantage_bg_content_col:not(:last-child)::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .6;
	transform: rotate(5deg);
}
.advantage_bg_content .inner h4 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.65;
	padding-left: 1em;
}
.advantage_bg_content .inner p {
	margin-bottom: 0;
}
.advantage_bg_content::before {
	width: calc(100% - ((100% - 1260px) / 2) + 20px);
	max-width: 100%;
}
#advantage01 .advantage_bg_content::before {
	background: url(../images/advantage/bg_advantage01.jpg) center center/cover no-repeat;
}
#advantage02 .advantage_bg_content::before {
	background: url(../images/advantage/bg_advantage02.jpg) center center/cover no-repeat;
}
#advantage03 .advantage_bg_content::before {
	background: url(../images/advantage/bg_advantage03.jpg) center center/cover no-repeat;
}

@media (min-width: 1260px) {
	.advantage_bg_content_row {
		--bs-gutter-x: 10rem;
	}
}
@media (max-width: 991px) {
	.title_box h2 {
		height: auto;
		padding-right: 0;
	}
	.title_box .txt {
		padding-left: 0;
		position: relative;
		margin-top: 3rem;
	}
	.title_box .txt::before {
	    display: none;
	}
	.advantage_nav a {
	    background-size: 300px;
	    padding: 15rem 3rem 5rem;
	}
	.advantage_nav_row > div:nth-child(2),.advantage_nav_row > div:nth-child(3) {
		transform: translateY(0);
		margin-top: 3rem;
	}
	.advantage_head .num {
	    font-size: 8rem;
	    padding-left: 3rem;
	}
	.advantage_bg_content {
		padding: 4rem 0;
	}
	.advantage_bg_content .advantage_bg_content_col:not(:last-child)::before {
	    width: 100%;
	    height: 1px;
	    top: auto;
	    bottom: 0;
	    transform: rotate(0);
	}
	.advantage_bg_content .inner h4 {
		padding-top: 2rem;
	}
	.advantage_bg_content .inner p {
	    margin-bottom: 0;
	    padding:  0 2rem 2rem;
	}
}
@media (max-width: 767px) {
	#advantage00 .dvantage00_content .txt h3 {
	    font-size: 2.2rem;
	    margin-bottom: 1em;
	}
	#advantage00 .dvantage00_content .txt h3 span {
		font-size: 3rem;
	}
	#advantage00 .dvantage00_content .txt h4 {
		font-size: 1.8rem;
	}
	.advantage_nav {
		padding-bottom: 4rem;
	}
	.advantage_nav a {
        background-size: 200px;
        padding: 12rem 2rem 2rem;
    }
    .advantage_nav_row > div:nth-child(2), .advantage_nav_row > div:nth-child(3) {
        margin-top: 1.5rem;
    }
    .advantage_nav a span.num {
	    font-size: 5rem;
	}
	.advantage_nav a h4 {
	    font-size: 1.8rem;
	}
	.advantage_head h2 {
		font-size: 1.6rem;
	}
	.advantage_head h2 .en {
	    font-size: 3.2rem;
	}
	.advantage_txt h3 {
		font-size: 2rem;
	}
	.advantage_content {
	    padding-top: 0;
	    padding-bottom: 2rem;
	}
	.advantage_bg_content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .advantage_bg_content .inner h4 {
	    font-size: 1.8rem;
	    margin-bottom: .5em;
    }
}
/******************************************************************************************* 
	
	カタログダウンロード

****************************************************************************************** */
.dl_thumb {
	text-align: center;
}
.dl_thumb .df-popup-thumb {
	width: 160px;
}
.archive_download_box {
	margin-bottom: 1em;
}
.archive_download_box h4 {
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.archive_download_box a.btn {
	max-width: 100%;
	width: 200px;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	padding-left: 1em;
}
.archive_download_box a.dl_logout_link {
	display: inline-block;
	margin: 30px 15px 20px !important;
}
.archive_download_box a.dl_logout_link img {
	width: 160px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.archive_download_box a.dl_logout_link:hover img {
	opacity: .7;
}
@media (max-width: 767px) {
	.archive_download_box a.btn {
		width: 240px;
	}
	.archive_download_box h4 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
}
/******************************************************************************************* 
	
	特集・実績

****************************************************************************************** */
/* アーカイブ  */
#feature_archive .archive_feature_box {
	display: block;
	padding: 4rem 1em;
	border-bottom: 1px solid var(--bluegray);
}
#feature_archive .archive_feature_box:first-child {
	border-top: 1px solid var(--bluegray);
}
#feature_archive .archive_feature_box:hover {
	background: var(--bluegray2);
}
#feature_archive .archive_feature_box figure {
    margin: 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: var(--bluegray2);
    position: relative;
}
#feature_archive .archive_feature_box figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: auto;
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#feature_archive .archive_feature_box:hover figure img {
	transform: scale(1.05);
}
#feature_archive .archive_feature_box .t-info-date {
    display: inline-block;
    color: #999;
    margin-right: 1em;
    font-size: 1.4rem;
}
#feature_archive .archive_feature_box .t-info-cat {
    display: inline-block;
    color: var(--blue1);
    font-size: 1.2rem;
    padding: 0 .5em;
    border: 1px solid var(--blue1);
    border-radius: 50px;
    white-space: nowrap;
    line-height: 1.65;
}
#feature_archive .archive_feature_box h3 {
	font-size: 2rem;
	font-weight: 600;
	color: var(--blue1);
	margin-bottom: .5em;
}
/* サイドバー */
.blog_sidebar h3 {
	color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--blue1);
    padding: 1em;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.blog_sidebar a {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
    position: relative;
    border-bottom: 1px solid var(--bluegray);
    padding: 0 1em;
}
.blog_sidebar a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--blue1);
	border-top: 1px solid var(--blue1);
	position: absolute;
	right: 1rem;
	top: calc(50% - 2px);
	transform: rotate(45deg);
	transition: 0.3s cubic-bezier(0.59, 0.18, 0.13, 0.76);
}
.blog_sidebar a:hover {
	background: var(--bluegray2);
}
/* 詳細ページ */
.feature_thumbnail img {
	width: 100%;
}
a.single_feature_category {
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	padding: 0 1em;
	border-radius: 200px;
	white-space: nowrap;
	background: var(--blue1);
}
a.single_feature_category:hover {
	background: var(--blue2);
}
.single-title-box .date {
	margin-right: 1em;
}
.single-post-area h2 {
	font-weight: 600;
    border-bottom: 4px var(--bluegray) solid;
    margin: 20px 0 30px;
    padding: 15px 0;
    font-size: 2.4rem;
    position: relative;
}
.single-post-area h2::before {
    content: "";
    display: block;
    width: 16%;
    height: 4px;
    background: var(--blue1);
    position: absolute;
    left: 0;
    bottom: -4px;
}
.single-post-area h3 {
	color: var(--blue1);
	font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 2px solid var(--blue1);
    padding-bottom: .35em;
    padding-left: .25em;
    margin: 3rem 0 1.5rem;
}
.single-post-area h4 {
	font-weight: 600;
	font-size: 1.2em;
	padding: 2px 10px 2px 15px;
    border-left: 3px var(--blue1) solid;
    margin: 3rem 0 1.5rem;
    line-height: 1.5;
}
.single-post-area table.tablepress th, .single-post-area table.tablepress td {
    white-space: nowrap;
}
.single-post-area .table_scroll {
    overflow-x: scroll;
}    

span.news__tag {
	display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 1em;
    border-radius: 50px;
    white-space: nowrap;
    line-height: 1.65;
    margin-right: 3px;
}

@media (max-width: 991px) {
/* アーカイブ  */
	#feature_archive .archive_feature_box figure {
		margin-bottom: 1em;
	}
/* サイドバー  */	
	.blog_sidebar {
		margin-top: 4rem;
	}
}
@media (max-width: 767px) {
/* アーカイブ  */
	#feature_archive .archive_feature_box {
		padding: 2rem 0;
	}
	#feature_archive .archive_feature_box .t-info-meta {
		margin-bottom: .5em;
	}
	#feature_archive .archive_feature_box h3 {
	    font-size: 1.6rem;
	}
	#feature_archive .archive_feature_box p {
		margin-bottom: 0;
	}
/* 詳細ページ */
	.single-post-area h2 {
	    border-bottom: 4px var(--bluegray) solid;
	    margin: 15px 0 20px;
	    padding: 10px 0;
	    font-size: 2rem;
	}
	.single-post-area h3 {
		font-size: 1.8rem;
	    padding-bottom: .35em;
	    padding-left: .25em;
	    margin-bottom: .75em;
	    margin-top: .75em;
	}
	.single-post-area h4 {
	    margin: 2rem 0 1.5rem;
	}

}