@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
/* [02.PAGE]
/* [03.SINGLE]
/* [04.FIXED-PAGE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
--------------------------------------------------------------------------*/
#main-top {
	display: block;
}
/*bg-slide*/
.main_bg {
	position: relative;
	width: 100%;
}
.main_bg:after {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	background: #1D1D1D;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	animation-name: main_bg_slide;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes main_bg_slide {
　0% {
　　transform: translate(-100%,0)
}
100% {
	transform: translate(0,0)
}
}
.main-wrap {
	overflow: hidden;
	width: 100%;
	height: 720px;
	margin: 0 auto;
	position: relative;
}
/*bg-img-txt-anim js*/
.anime_wrap {
	position: relative;
	overflow: hidden;
}
.anime_wrap .Headline {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.display .box {
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.2s;
}
.display.show .box {
	opacity: 1;
}
.display .Headline {
	opacity: 0;
	transform: translateX(-400px);
	transition: 0.5s;
	transition-delay: 4s;
	width: 580px;
	text-align: center;
}
.display.show .Headline {
	opacity: 1;
	transform: translateX(0);
}
.display .Headline {
  animation: SlideIn 1.6s;
}
@keyframes SlideIn {
  0% {
	opacity: 0;
	transform: translateX(-400px);
  }
  100% {
	opacity: 1;
	transform: translateX(0);
  }
}
/*スクロールダウン*/
.main-wrap .scrolldown {
	position:relative;
	top: 140px;
	left: 10px;
	z-index: 10;
	width: 20px;
	color: #fff;
}
.main-wrap .scrolldown span{
	position: absolute;
	width: 0px;
	height: 240px;
	top: 10px;
	left: 6px;
	font-size: 10px;
	display: inline-block;
	line-height: 100%;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.main-wrap .scrolldown:before {
	content: "";
	position: absolute;
	bottom:0;
	left:-3px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background:#fff;
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
	0%{bottom:60px;}
	100%{bottom:-5px;}
}
@keyframes cirlemovehide {
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}
.main-wrap .scrolldown:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 120px;
	background:#fff;
}
/* bg-img　*/
.box {
	position: relative;
	max-width: 100%;
	height: 720px;
	margin: auto;
	overflow: hidden;
	background: #1D1D1D;
}
.box .bgImg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	animation: bgAnime 16s infinite;
}
.box .src1 {
	background-image : url(../images/layouts/main-bg-01.png); 
	background-size: cover;
}
.box .src2 {
	background-image : url(../images/layouts/main-bg-03.png);
	animation-delay  : 8s;
	background-size: cover;
}
@keyframes bgAnime {
	0% { opacity: 0; transform: scale(1.0, 1.0); }
	15% { opacity: 1; transform: scale(1.0, 1.0); }
	30% { opacity: 1; transform: scale(1.3, 1.3); }
	60% { opacity: 0; transform: scale(1.3, 1.3); }
	100% { opacity: 0; transform: scale(1.3, 1.3); }
}
/* cpy-anim　*/
.box .cpy-box {
	position: absolute;
	display: inline-block;
	font-size: 10px;
	line-height: 100%;
	color: #fff;
	top: 660px;
	right: 40px;
	vertical-align: middle;
	opacity: 0;
	animation: cpyAnime 16s infinite;
	z-index: 1;
}
.box .cpy2 {
	animation-delay: 8s;
}
@keyframes cpyAnime {
	0% { opacity: 0;}
	15% { opacity: 1;}
	30% { opacity: 1;}
	60% { opacity: 0;}
	100% { opacity: 0;}
}
.mainvisual {
	padding-top: 260px;
	max-width: 1320px;
	margin: 0 auto;
}
.top-main {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.top-main .ttl-logo {
	width: 560px;
	margin: 0 auto 30px;
}
.top-main h1.ttl {
	font-size: 34px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
}
.top-main .ttl-logo img {
	width: 100%;
	height: auto;
}
/* [01.TOP-CONTENTS]
--------------------------------------------------------------------------*/
.bg-01 {
	position: relative;
}
.bg-01:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -webkit-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -ms-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	will-change: transform;
	transition: 0.8s;
	transform-origin: left top;
	transform: scale(0, 1);
	z-index: -1;
}
.bg-02 {
	position: relative;
}
.bg-02:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	will-change: transform;
	transition: 0.8s;
	transform-origin: left top;
	transform: scale(0, 1);
	z-index: -1;
}
.bg-03 {
	position: relative;
}
.bg-03:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(90deg,#fff 0%,#fff 70%,#f8f8f8 70%,#f8f8f8 100%);
	background: -webkit-linear-gradient(90deg,#fff 0%,#fff 70%,#f8f8f8 70%,#f8f8f8 100%);
	background: linear-gradient(90deg,#fff 0%,#fff 70%,#f8f8f8 70%,#f8f8f8 100%);
	background: -ms-linear-gradient(90deg,#fff 0%,#fff 70%,#f8f8f8 70%,#f8f8f8 100%);
	will-change: transform;
	transition: 0.8s;
	transform-origin: left top;
	transform: scale(0, 1);
	z-index: -1;
}
.fade:before {
	will-change: transform;
	transform: scale(1, 1);
}
.news-box {
	width: 100%;
}
.news-wrap {
	width: 100%;
	max-width: 1240px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 20px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	line-height: 120%;
}
.news-wrap .ttl-wrap {
	width: 15%;
	height: 30px;
	font-size: 15px;
	margin-bottom: 0;
}
.news-wrap .article-wrap {
	width: 70%;
	height: 30px;
}
.news-wrap .btn-wrap {
	width: 10%;
	height: 30px;
}
.news-wrap .news-slide-wrap {
	width: 100%;
	height: 30px;
}
.news-slide-li li {
	width: 100%;
	height: auto;
}
.news-slide-li li a {
	display: block;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #1D1D1D;
}
.news-slide-li li .date {
	width: 10%;
}
.news-slide-li li .art {
	width: 88%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.link-txt {
	font-weight: bold;
	font-size: 13px;
	display:inline-block;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 120%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	color: #1D1D1D;
}
.link-txt:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	width: 13px;
	height: 2px;
	background: #1D1D1D;
	border-radius: 1px;
	transition: 0.5s;
}
.link-txt:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-left: 2px solid #1D1D1D;
	border-bottom: 2px solid #1D1D1D;
	border-radius: 1px;
	transform: rotate(-135deg);
	transition: 0.5s;
}
.link-txt:hover,
.news-wrap .btn-wrap a:hover {
	opacity: 1;
	color: #1D1D1D;
}
.link-txt:hover span {
	padding-left:5px;
}
.link-txt:hover:before{
	right: -30px;
	width: 13px;
}
.link-txt:hover:after{
	right: -30px;
}
#aboutus .pkg {
	padding: 140px 20px 120px;
}
.ttl-box {
	margin-bottom: 100px;
}
.eng.about-ttl {
	font-size: 98px;
}
.brd-h2 {
	font-size: 20px;
	padding-left: 40px;
	position: relative;
}
.brd-h2:before {
	content: "";
	background: url(../images/layouts/brd-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	top: 14px;
	left: 0;
	vertical-align: middle;
}
.about-conts {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.about-conts .txt-box {
	width: 30%;
}
.about-conts .txt-box .dsp {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 80px;
}
.about-conts .img-box {
	width: 63.4%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-conts .img-box p {
	width: 50%;
	height: auto;
}
.about-conts .img-box img {
	width: 100%;
	height: auto;
}
.about-conts .img-box .img-01 {
	padding-top: 140px;
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition-delay: opacity 0.5s;
	transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/* 2つ目の要素にdelay */
.about-conts .img-box .fadein:nth-of-type(1) {
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
.about-conts .img-box .fadein:nth-of-type(2) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
#service .pkg {
	padding: 100px 20px 160px;
}
#service .ttl-box {
	margin-bottom: 80px;
}
#service .ttl-box h2 {
	margin-bottom: 20px;
}
.ttl-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}
.ttl-flx .big-ttl {
	width: 35%;
	font-size: 64px;
	font-weight: bold;
	line-height: 120%;
}
.ttl-flx .dsp {
	width: 56.7%;
	font-size: 18px;
	line-height: 180%;
}
.service-info-box {
	background: #fff;
	padding: 60px;
	box-shadow: 20px 20px 0px 0px #f8f8f8;
	position: relative;
}
.service-info-box:before {
	content: "";
	background: url(../images/layouts/triangle-bg.svg) no-repeat;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.service-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.service-li li {
	width: 31.5%;
	text-align: center;
}
.service-li img {
	width: 100%;
	height: auto;
}
.service-li .thum {
	margin-bottom: 20px;
}
.service-li .eng {
	font-size: 20px;
}
.service-li h3 {
	font-size: 22px;
	margin-bottom: 0;
}
/* 2つ目の要素にdelay */
.service-li li.fadein:nth-of-type(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
.service-li li.fadein:nth-of-type(3) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
.scene-ttl-box {
	width: 100%;
}
.scene-ttl {
	width: 100%;
	max-width: 1240px;
	padding: 100px 20px;
	margin: 0 auto;
}
.bg-wh-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #fff;
	padding: 70px 80px;
	position: relative;
}
.bg-wh-wrap:before {
	content: "";
	background: url(../images/layouts/triangle-bg.svg) no-repeat;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.scene-ttl h2 {
	width: 60%;
	font-size: 38px;
	line-height: 140%;
	margin-bottom: 0;
}
.scene-ttl .dsp {
	width: 35%;
	font-size: 20px;
	line-height: 140%;
}
.video-wrap.pkg {
	padding: 100px 20px 160px;
}
.video-li {
	width: 100%;
	height: auto;
}
.video-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.video-li li:last-child {
	margin-bottom: 0;
}
.video-li .video-box {
	width: 60%;
}
.video-li .txt-box {
	width: 40%;
	padding: 0 5.8%;
}
.video-li .video-box iframe {
	width: 100%;
	height: 405px;
}
.video-li .eng {
	margin-bottom: 10px;
}
.video-li .eng .num {
	display: block;
	font-size: 52px;
	margin-bottom: 20px;
}
.video-li .eng .txt {
	display: block;
	font-size: 18px;
}
.video-li li:nth-of-type(1) .eng {
	color: #4C6CB5;
}
.video-li li:nth-of-type(2) .eng {
	color: #ECAFA2;
}
.video-li li:nth-of-type(3) .eng {
	color: #677E88;
}
.video-li li:nth-of-type(4) .eng {
	color: #217956;
}
#ir-information .pkg {
	width: 100%;
	max-width: 800px;
}
.ir-ttl-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
}
.ir-ttl-wrap h2 {
	width: 50%;
}
.ir-ttl-wrap .btn-box {
	width: 50%;
}
.ir-ttl-wrap .btn-box .btn {
	width: 180px;
	margin: 0 0 0 auto;
}
.ir-li {
	width: 100%;
}
.ir-li li {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
}
.ir-li li:first-child {
	border-top: 1px solid #eee;
}
.ir-li li .cate-date {
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 12px;
}
.ir-li .cate-date .cate {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #1D1D1D;
	font-size: 11px;
	line-height: 20px;
	border-radius: 12px;
	margin-right: 10px;
}
.ir-li li a {
	color: #1D1D1D;
	text-decoration: none;
}
.ir-li h4 {
	position: relative;
	font-size: 16px;
	font-weight: normal;
}
.ir-li h4:after {
	content: "";
	background: url(../images/layouts/pdf-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 8px;
}
#news-top .pkg {
	width: 100%;
	max-width: 800px;
	padding: 140px 20px 80px;
}
.news-ttl-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
}
.news-ttl-wrap h2 {
	width: 50%;
}
.news-ttl-wrap .btn-box {
	width: 50%;
}
.news-ttl-wrap .btn-box .btn {
	width: 180px;
	margin: 0 0 0 auto;
}
.news-top-li {
	width: 100%;
}
.news-top-li li {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
}
.news-top-li li:first-child {
	border-top: 1px solid #eee;
}
.news-top-li li .cate-date {
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 12px;
}
.news-top-li li .cate-date .cate {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #1D1D1D;
	font-size: 11px;
	line-height: 20px;
	border-radius: 12px;
	margin-right: 10px;
}
.news-top-li li a {
	color: #1D1D1D;
	text-decoration: none;
}
.news-top-li h4 {
	font-size: 16px;
	font-weight: normal;
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
.main-under {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*bg-slide*/
.main_under_bg {
	position: relative;
	width: 100%;
}
.main_under_bg:after {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	background: -moz-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -webkit-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	background: -ms-linear-gradient(90deg,#f8f8f8 0%,#f8f8f8 30%,#fff 30%,#fff 100%);
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	animation-name: main_under_bg_slide;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes main_under_bg_slide {
　0% {
　　transform: translate(-100%,0)
}
100% {
	transform: translate(0,0)
}
}
.under-mainvisual {
	width: 100%;
	max-width: 1240px;
	padding: 210px 20px 140px;
	margin: 0 auto;
}
.under-mainvisual h1 {
	font-size: 54px;
	line-height: 140%;
	color: #1D1D1D;
}
.under-mainvisual h1 span {
	font-size: 16px;
	display: block;
	width: 100%;
	line-height: 120%;
}
/*テキストスライドイン*/
.under-mainvisual .slide-in,
.main-service .slide-in {
	overflow: hidden;
	display: inline-block;
}
.under-mainvisual .slide-in_inner,
.main-service .slide-in_inner {
	display: inline-block;

}
.under-mainvisual .leftAnime,
.main-service .leftAnime {
	 opacity: 0;
}
.under-mainvisual .slideAnimeLeftRight,
.main-service .slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes slideTextX100 {
  from {
	  transform: translateX(-100%); 
	  opacity: 0;
  }
  to {
	  transform: translateX(0);
	  opacity: 1;
  }
}
.under-mainvisual .slideAnimeRightLeft,
.main-service .slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes slideTextX-100 {
  from {
	  transform: translateX(100%);
	  opacity: 0;
  }

  to {
	  transform: translateX(0);
	  opacity: 1;
  }
}
/* [COMPANY]*/
.inner-link-btn {
	width: 580px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner-link-btn li {
	width: 49%;
}
.inner-link-btn .btn {
	width: 100%;
	background: #fff;
	border: 1px solid #1D1D1D;
	color: #1D1D1D;
}
.inner-link-btn .btn:before {
	right: 26px;
	width: 2px;
	height: 13px;
	background: #1D1D1D;
}
.inner-link-btn .btn:after {
	transform: rotate(-45deg);
	border-left: 2px solid #1D1D1D;
	border-bottom: 2px solid #1D1D1D;
}
.inner-link-btn .btn:hover {
	opacity: 1;
}
.inner-link-btn .btn:hover span {
	padding-left: 0;
}
.inner-link-btn .btn:hover:before{
	top: 10px;
}
.inner-link-btn .btn:hover:after{
	top: 10px;
	right: 22px;
}
.ceo-message-wrap {
	padding-top: 100px;
}
.page-ttl-wrap {
	text-align: center;
	margin-bottom: 60px;
}
.page-ttl-wrap h2 {
	font-size: 24px;
}
.side-brd-ttl {
	text-align: center;
	margin-bottom: 25px;
}
.side-brd-ttl .eng {
	font-size: 24px;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: 168px;
}
.side-brd-ttl .eng:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #00A6C2;
	left: 0;
}
.side-brd-ttl .eng:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #00A6C2;
	right: 0;
}
.ms-catch {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 140%;
}
.ms-txt {
	width: 100%;
	max-width: 540px;
	margin: 0 auto 40px;
	line-height: 200%;
}
.msg-human {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.msg-human div.txt {
	margin-right: 20px;
	text-align: right;
	line-height: 120%;
}
.msg-human .com {
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 10px;
}
.msg-human .name {
	font-size: 18px;
}
.msg-human .img {
	width: 160px;
	height: auto;
}
.msg-human img {
	width: 100%;
	height: auto;
}
#company-prof .side-brd-ttl .eng {
	width: 250px;
}
.com-overview {
	margin-bottom: 60px;
}
.com-bg-wh {
	width: 100%;
	background: #fff;
	padding: 60px;
	border-radius: 16px;
}
.tbr-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.tbr-dl dt {
	width: 22%;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-right: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.tbr-dl dd {
	width: 78%;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.tbr-dl ol {
	padding-left: 20px;
}
.tbr-dl ol li {
	list-style: decimal;
}
.com-access .address {
	font-size: 13px;
	margin-bottom: 30px;
}
.com-access iframe {
	width: 100%;
}
/* [MEMBER]*/
.member-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.member-li li {
	width: 30%;
	margin-bottom: 40px;
	padding-top: 10px;
	position: relative;
	margin-right: 5%;
	text-align: center;
}
.member-li li:nth-child(3n) {
	margin-right: 0;
}
.member-li li:before {
	content: "";
	background: url(../images/layouts/member-li-bg.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 220px;
	height: 247px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
	z-index: -1;
}
.member-li li a {
	opacity: 1;
	text-decoration: none;
	color: #1D1D1D;
	text-align: center;
}
.member-li .thum {
	width: 180px;
	height: 180px;
	border-radius: 90px;
	margin: 0 auto 30px;
}
.member-li .name {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 100%;
}
.member-li .en-name {
	font-size: 15px;
	line-height: 100%;
}
.member-li .job {
	font-size: 11px;
	line-height: 140%;
}
.member-li li.mem-irregular .thum img {
	width: 100%;
	height: auto;
}
/* [SERVICE]*/
.service-overview {
	width: 740px;
	margin: 0 auto;
}
.service-overview h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.service-overview h3 {
	position: relative;
	width: 500px;
	font-size: 26px;
	margin: 0 auto 60px;
	text-align: center;
	padding: 30px 50px;
}
.service-overview h3:before {
	content: "";
	background: url(../images/layouts/service-overview-h3-b.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	vertical-align: middle;
}
.service-overview h3:after {
	content: "";
	background: url(../images/layouts/service-overview-h3-a.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 28px;
	bottom: 0;
	right: 0;
	vertical-align: middle;
}
.service-overview-img {
	margin-bottom: 80px;
}
.service-overview-img img {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.service-overview h4 {
	font-size: 26px;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.service-overview h4:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 2px;
	content: '';
	background: #BABABA;
}
.can-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.can-li li {
	width: 30%;
	font-size: 14px;
	margin-bottom: 60px;
}
.can-li .img-box {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.can-li .img-box img {
	width: 100%;
	height: auto;
}
.can-li h5 {
	font-size: 18px;
	text-align: center;
}
a.tellus-site-bnr {
	display: block;
	width: 710px;
	margin: 0 auto;
}
a.tellus-site-bnr img {
	width: 100%;
	height: auto;
}
.service-guide-wrap.pkg {
	padding: 60px 20px 160px;
}
.service-guide h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 60px;
}
/* [IR]*/
.page-ir-wrap.page-pkg {
	padding: 80px 20px 100px;
}
.page-ir-wrap .ir-li {
	margin-bottom: 20px;
}
/* [INFORMATION]*/
.page-news-wrap.pkg {
	padding: 80px 20px 100px;
}
.cate-btn-wrap {
	margin-bottom: 60px;
}
.cate-nav .ac_ttl {
	padding: 25px 30px;
	position: relative;
	background-color: #1D1D1D;
	transition: 0.6s ease-in-out;
	border: 1px solid #3C3C3C;
}
.cate-nav .ac_ttl:not(.open):hover {
	background-color: #fff8f8;
}
.cate-nav .ac_ttl .i_box {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.cate-nav .ac_ttl .i_box:before,
.cate-nav .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.cate-nav .ac_ttl .i_box:before {
	border-top: 2px solid #3C3C3C;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.cate-nav .ac_ttl .i_box:after {
	border-left: 2px solid #3C3C3C;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 9px;
	transition: .3s;
}
.cate-nav .ac_ttl.open .i_box:after {
	height: 0;
}
.cate-nav .ac_inner {
	display: none;
	padding: 30px 30px 20px;
	background: #f8f8f8;
}
.cate-nav.cate-nav-open-pc .ac_inner {
	display: inherit;
}
.cate-nav.cate-nav-open-pc .ac_ttl {
	display: none;
}
.cate-nav .ac_txt p {
	width: 94%;
	font-weight: bold;
}
.cate-nav .ac_inner .ttl {
	width: 10%;
	margin-bottom: 10px;
	font-size: 16px;
}
.cate-nav .ac_inner .link {
	width: 90%;
}
.cate-nav .ac_inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.cate-nav .ac_inner ul li a {
	display: block;
	padding: 10px 18px;
	line-height: 100%;
	background: #fff;
	color: #3C3C3C;
	font-weight: bold;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border: 1px solid #1D1D1D;
}
.cate-nav .ac_inner ul li a:hover {
	color: #ccc;
}
.news-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.news-li li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.news-li li:nth-child(3n) {
	margin-right: 0;
}
.news-li li a:hover {
	opacity: 1;
}
.news-li .thum {
	margin-bottom: 20px;
}
.news-li .cate-date {
	margin-bottom: 15px;
	line-height: 100%;
	font-size: 12px;
}
.news-li .cate-date .cate {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #1D1D1D;
	font-size: 11px;
	line-height: 20px;
	border-radius: 12px;
	margin-right: 10px;
}
.news-li .cate-date .date {
	
}
.news-li h4 {
	font-size: 16px;
}
/* [03.SINGLE]
--------------------------------------------------------------------------*/
.main-relative {
	width: 100%;
	max-width: 1240px;
	padding: 150px 20px 80px;
	margin: 0 auto;
}
/* [SERVICE-SINGLE]*/
.main-service {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	position: relative;
}
.main-service .txt-box {
	width: 53.4%;
	z-index: 1;
	position: absolute;
	top: 40px;
	left: 0;
}
.main-service .txt-box .inner-wrap {
	position: relative;
	background: #fff;
	padding: 80px;
	box-shadow: 20px 20px 0px 0px rgba(204,204,204, 0.1);
}
.main-service .txt-box .inner-wrap:before {
	content: "";
	background: url(../images/layouts/triangle-bg.svg) no-repeat;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.main-service .img-box {
	width: 60%;
	box-shadow: 20px 20px 0px 0px #f8f8f8;
	position: relative;
	right: 0;
}
.main-service img {
	width: 100%;
	height: auto;
}
.main-service .eng {
	font-size: 18px;
}
.main-service h1 {
	font-size: 34px;
	margin-bottom: 25px;
}
.main-service .dsp {
	font-size: 16px;
	line-height: 180%;
}
.service-conts .ttl-box {
	margin-bottom: 80px;
}
.service-conts .ttl-box h2 {
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 160%;
	padding-left: 40px;
	position: relative;
}
.service-conts .ttl-box h2:before {
	content: "";
	background: url(../images/layouts/brd-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	top: 32px;
	left: 0;
	vertical-align: middle;
}
.srv-conts-li {
	width: 100%;
}
.srv-conts-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
.srv-conts-li li:last-child {
	margin-bottom: 0;
}
.srv-conts-li .img-box {
	width: 50%;
}
.srv-conts-li .txt-box {
	width: 45%;
}
.srv-conts-li img {
	width: 100%;
	height: auto;
}
.srv-conts-li h3 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
.srv-conts-li h3:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	background: #BABABA;
}
.srv-conts-li .dsp {
	margin-bottom: 25px;
}
.srv-conts-li li:nth-child(even) .img-box {
	order: 2;
}
.srv-conts-li li:nth-child(even) .txt-box {
	order: 1;
}
/* [MEMBER-SINGLE]*/
.single-main {
	padding-top: 116px;
}
.single-member-wrap .page-pkg {
	padding: 60px 20px;
}
.member-bg-wh-wrap {
	padding: 80px;
}
.name-ttl-box {
	text-align: center;
	margin: 0 auto 60px;	
}
.name-ttl-box h1 {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 100%;
}
.name-ttl-box h1 span {
	display: block;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
.name-ttl-box .en-name {
	font-size: 18px;
}
.member-intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.member-intro .img-box {
	width: 50%;
}
.member-intro img {
	width: 100%;
	height: auto;
}
.member-intro .txt-box {
	width: 45%;
}
.member-intro .dsp {
	line-height: 180%;
	margin-bottom: 30px;
}
.member-intro .achievement {
	padding: 30px;
	background: #f8f8f8;
}
.member-intro .achievement h5 {
	font-size: 18px;
	margin-bottom: 8px;
}
.member-intro .achievement ul {
	padding-left: 20px;
}
.member-intro .achievement ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 3px;
}
.member-intro .achievement ul li::marker {
	color: #00A6C2;
}
.other-member.pkg {
	padding: 60px 20px 120px;
}
.other-member h3 {
	text-align: center;
}
.other-member-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding: 0 80px;
}
.other-member-li li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.other-member-li li:nth-child(3n) {
	margin-right: 0;
}
.other-member-li li .job {
	font-size: 10px;
	line-height: 140%;
}
.other-member-li li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}
.other-member-li li a:hover {
	opacity: 1;
}
.other-member-li .thum {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.other-member-li .thum img {
	width: 100%;
	height: auto;
}
.other-member-li .txt-box {
	width: 50%;
}
.other-member-li .name {
	font-size: 24px;
	margin-bottom: 5px;
}
.other-member-li .en-name {
	font-size: 15px;
}
.other-member-li .mem-irregular {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
}
/* [NEWS-SINGLE]*/
.single-news-wrap .page-pkg {
	padding: 60px 20px 120px;
}
.news-bg-wh-wrap {
	width: 100%;
	padding: 60px 80px;
	background: #fff;
	border: 1px solid #eee;
}
.news-ttl-box {
	width: 100%;
	margin-bottom: 60px;
}
.news-ttl-box span.cate {
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	border: 1px solid #1D1D1D;
	font-size: 11px;
	line-height: 20px;
	border-radius: 12px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.news-ttl-box h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
.news-ttl-box .date {
	position: relative;
	font-size: 12px;
	line-height: 100%;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}
.news-ttl-box .date:before {
	content: "";
	background: url(../images/layouts/date-icon.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 13px;
	height: 13px;
	top: 0px;
	left: 0;
	vertical-align: middle;
}
.share-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 0;
}
.share-sns li {
	margin-right: 15px;
	margin-bottom: 0;
}
.share-sns li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 11px;
	align-items: center;
	text-decoration: none;
}
.share-sns li a .img {
	width: 24px;
	height: auto;
	margin-right: 8px;
}
.share-sns li a .img img {
	width: 100%;
	height: auto;
}
.news-conts p {
	margin-bottom: 40px;
}
.news-conts p:last-child {
	margin-bottom: 0;
}
.news-conts .wp-caption {
	margin-bottom: 40px;
}
.news-conts .aligncenter {
	text-align: center;
}
.news-conts a {
	color: #00A6C2;
	text-decoration: underline;
}
.news-conts img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.news-conts h2 {
	font-size: 22px;
	padding: 20px 0;
	border-bottom: 1px solid #1D1D1D;
	margin-bottom: 40px;
}
.news-conts h3 {
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	background: #f8f8f8;
	font-size: 20px;
}
.news-conts h4 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 28px;
}
.news-conts h4:before {
	content: "";
	background: url(../images/layouts/news-h4-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 4px;
	top: 11px;
	left: 0;
	vertical-align: middle;
}
.news-conts h5 {
	font-size: 18px;
	color: #00A6C2;
}
.news-conts h6 {
	font-size: 16px;
	margin-bottom: 20px;
}
.news-conts ul {
	padding-left: 20px;
	margin-bottom: 40px;
}
.news-conts ul li {
	list-style: disc;
	line-height: 140%;
	margin-bottom: 3px;
}
.news-conts li::marker {
	color: #00A6C2;
}
.news-conts table {
	line-height: 140%;
}
.news-conts table tr {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 15px 20px;
}
.news-conts table th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f8f8f8;
	padding: 15px 20px;
}
.news-conts table td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px 20px;
}
.other-news.pkg {
	padding: 120px 20px;
}
.other-news h3 {
	text-align: center;
}
.archives-wrap {
	width: 100%;
	padding: 30px 30px 20px;
	background: #fff;
	border-radius: 16px;
	margin-top: 60px;
}
.archives-wrap h4 {
	text-align: center;
	margin-bottom: 10px;
}
.archives-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
}
.archives-link a {
	display: inline-block;
	padding: 8px 20px 10px;
	background: #fff;
	border: 1px solid #1D1D1D;
	border-radius: 4px;
	font-size: 14px;
	line-height: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* [PRIVACY-OTHER]*/
.c-pt-64 {
	margin-bottom: 60px;
}
.c-txt-h3 {
	font-size: 42px;
	margin-bottom: 40px;
}
.c-pt-40 {
	padding-top: 40px;
}
/* [PRIVACY]
--------------------------------------------------------------------------*/
.page-regulations .pkg {
	padding: 100px 20px;
}
.regulations-conts .wrap {
	margin-bottom: 60px;
}
.regulations-conts .wrap:last-child {
	margin-bottom: 0;
}
.regulations-conts .ttl {
	margin-bottom: 40px;
}
.regulations-conts .sub-ttl {
	font-size: 26px;
	margin-bottom: 30px;
}
.regulations-ol {
	padding-left: 20px;
}
.regulations-ol li {
	margin-bottom: 10px;
	list-style: inherit;
}
.regulations-ol li:last-child {
	margin-bottom: 0;
}
.disc-li {
	padding-left: 20px;
}
.disc-li li {
	list-style: disc;
	line-height: 140%;
	margin-bottom: 5px;
}
.regulations-ol .disc-li {
	margin-top: 10px;
}
.regulations-conts a {
	text-decoration: underline;
	color: #00A6C2;
}
.regulations-conts .sml-ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
#privacy-conts-01 {
	margin-bottom: 120px;
}
.regulations-table {
	width: 100%;
	max-width: 70%;
	background: #fff;
}
.regulations-table tbody {
	border-top: 1px solid #1D1D1D;
	border-left: 1px solid #1D1D1D;
}
.regulations-table tr td {
	padding: 20px;
	border-right: 1px solid #1D1D1D;
	border-bottom: 1px solid #1D1D1D;
}
.tellus_logo_dl {
	width: 420px;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 30px 20px;
	text-align: center;
}
.tellus_logo_dl img {
	width: 60%;
	height: auto;
}
.download-btn {
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #1D1D1D;
	background: #fff;
	text-align: center;
}
.regulations-conts .flx-wrap {
	width: 70%;
	max-width: 840px;
	margin-bottom: 40px;
	align-items: flex-start;
}
.regulations-conts .flx-wrap .txt-box {
	width: 70%;
}
.regulations-conts .flx-wrap .img-box {
	width: 25%;
}
.regulations-conts .flx-wrap .img-box img {
	width: 100%;
	height: auto;
}
/* [RECRUIT]
--------------------------------------------------------------------------*/
.recruit-ttl-wrap {
	text-align: center;
	margin-bottom: 60px;
}
.recruit-ttl-wrap h2 {
	font-size: 28px;
}
.recruit-message {
	padding-bottom: 120px;
}
.recruit-ms-catch {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 60px;
	line-height: 140%;
}
.recruit-ms-txt {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 40px;
	line-height: 200%;
}
.recruit-main-img {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.recruit-main-img img {
	width: 100%;
	height: auto;
}
.recruit-slide-img-wrap {
	padding-bottom: 50px;
}
.recruit-slide-img-wrap .swiper-pagination-fraction,
.recruit-slide-img-wrap .swiper-pagination-custom,
.recruit-slide-img-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.recruit-slide-img-wrap .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.recruit-slide-img-wrap .swiper-pagination-bullet-active {
	background: #1D1D1D;
}
.recruit-big-wrap {
	padding-bottom: 120px;
}
#page-recruit .recruit-big-wrap:last-child {
	padding-bottom: 0;
}
.employee-benefits-li {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 60px;
}
.employee-benefits-li li {
	background: #fff;
	padding: 60px 0 60px 60px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.employee-benefits-li li .num-box {
	width: 36%;
	padding-right: 30px;
	box-sizing: border-box;
}
.employee-benefits-li li .dsp-box {
	width: 64%;
}
.employee-benefits-li li .num-box .eng {
	display: block;
	font-size: 44px;
	line-height: 100%;
	margin-bottom: 10px;
	color: #00A6C2;
}
.employee-benefits-li li .num-box .ttl {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 140%;
}
.employee-benefits-li li .dsp-box .point-wrap {
	margin-bottom: 30px;
}
.employee-benefits-li li .dsp-box .point-wrap:last-child {
	margin-bottom: 0;
}
.employee-benefits-li li .dsp-box .point-wrap .ttl {
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5D5D5;
	color: #00A6C2;
	position: relative;
}
.employee-benefits-li li .dsp-box .point-wrap .ttl:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #00A6C2;
	left: 0;
	top: 10px;
}
.staff-voice-li {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 60px;
}
.staff-voice-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.staff-voice-li li .img-box {
	width: 22%;
}
.staff-voice-li li .txt-box {
	width: 77%;
}
.staff-voice-li li .img-box img {
	width: 100%;
	height: auto;
}
.staff-voice-li li .img-box .wrap {
	width: 180px;
	height: 180px;
	border-radius: 90px;
	overflow: hidden;
	border: 4px solid #fff;
}
.staff-voice-li li .name {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}
.staff-voice-li li .job {
	font-size: 14px;
	font-weight: bold;
	color: #818181;
	line-height: 140%;
	margin-bottom: 15px;
}
.staff-voice-li li .txt {
	margin-bottom: 30px;
}
.staff-voice-li li a.link {
	color: #00A6C2;
	text-decoration: underline;
}
.blank-icon {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	transform: scale(3);
	margin-left: 8px;
}
.blank-icon:before,
.blank-icon:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 13px;
	height: 13px;
	border-style: solid;
	border-color: #00A6C2;
	transition: all 0.5s ease 0s;
}
.blank-icon:before {
	top: 0px;
	left: 0;
	border-width: 1px;
}
.blank-icon:after {
	top: 5px;
	left: 5px;
	border-width: 0 1px 1px 0;
}
.btn_blank {
	display: block;
    background: #1D1D1D;
    width: 230px;
    padding: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    border: 1px solid #3C3C3C;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s ease 0s;
}
.btn_blank .blank-icon {
	margin-left: 20px;
}
.btn_blank .blank-icon:before,
.btn_blank .blank-icon:after {
	border-color: #fff;
}
.btn_blank:hover {
	opacity: 1;
	background: #fff;
	color: #1D1D1D;
}
.btn_blank:hover .blank-icon:before,
.btn_blank:hover .blank-icon:after {
	border-color: #1D1D1D;
}
.faq-li {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 60px;
}
.faq-li li {
	border-bottom: 1px solid #CCCCCC;
}
.faq-li li .ac_ttl {
	padding: 25px 0;
	position: relative;
	transition: 0.6s ease-in-out;
}
.faq-li li .ac_ttl .i_box {
	position: absolute;
	top: 40%;
	right: 10px;
	width: 32px;
	height: 32px;
	margin-top: -10px;
	background: #00A6C2;
	border-radius: 16px;
}
.faq-li li .ac_ttl .i_box:before,
.faq-li li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.faq-li li .ac_ttl .i_box:before {
	border-top: 2px solid #fff;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 8px;
}
.faq-li li .ac_ttl .i_box:after {
	border-left: 2px solid #fff;
	width: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 15px;
	transition: .3s;
}
.faq-li li .ac_ttl.open .i_box:after {
	height: 0;
}
.faq-li li .ac_inner {
	display: none;
	padding: 30px;
	background: #fff;
}
.faq-li li .ac_txt {
	width: 87%;
	position: relative;
	padding-left: 40px;
}
.faq-li li .ac_txt h4 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0;
	color: #3C3C3C;
}
.faq-li li .ac_txt:before {
	content: "Q";
	position: absolute;
	display: inline-block;
	font-size: 26px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	color: #00A6C2;
	font-weight: bold;
	width: 25px;
	height: 33px;
}
/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* [width:760--1000]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:760px) and ( max-width:1024px) {
	.sns-link a {
		font-size: 10px;
	}
	.tel-link .tel {
		font-size: 26px;
		padding-left: 55px;
	}
	.tel-link .tel:before {
		width: 50px;
		top: 0;
	}
	.top-main .txt-box {
		width: 100%;
		padding: 0 60px;
	}
	.top-main .eng {
		font-size: 84px;
	}
	.top-main .ttl {
		font-size: 36px;
	}
	.eng.about-ttl {
		font-size: 88px;
	}
	.about-wrap .catch-img {
		left: 20px;
	}
	.ttl-flx .big-ttl {
		font-size: 38px;
	}
	.scene-ttl h2 {
		font-size: 26px;
	}
	.other-member-li {
		justify-content: space-between;
	}
	.other-member-li li {
		width: 48%;
		margin-right: 0;
	}
	.other-member-li .thum {
		width: 120px;
		height: 120px;
	}
	.news-slide-li li .date {
		width: 20%;
	}
	.news-slide-li li .art {
		width: 75%;
	}
}
/* [width:1020--1160]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1020px) and ( max-width:1160px){
	nav#nav-pc ul li {
		font-size: 13px;
		margin-right: 15px;
	}
	nav#nav-pc ul li.r-btn a,
	nav#nav-pc ul li.o-btn a,
	nav#nav-pc ul li.l-btn a {
		font-size: 11px;
		width: 120px;
	}
	.tel-link .tel {
		font-size: 32px;
	}
	.top-main .txt-box {
		width: 100%;
	}
	.news-slide-li li .date {
		width: 12%;
	}
	.news-slide-li li .art {
		width: 85%;
	}
}
/* [width:1170--1280]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1170px) and ( max-width:1280px) {
	.news-slide-li li .date {
		width: 12%;
	}
	.news-slide-li li .art {
		width: 85%;
	}
}
/* [width:1690--5000]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1450px) and ( max-width:1680px) {

}

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,
nav#nav-pc ul li.r-btn a,
nav#nav-pc ul li.o-btn a,
nav#nav-pc ul li.l-btn a {
	line-height: 40px;
}
.cv-btn-flx a {
	line-height: 20px;
	padding: 22px 22px 20px;
}

/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
