@charset "UTF-8";
/*!
* File Name: lp-custom.css 
* Description: lp.css をオーバーライドして、カスタマイズしているCSSです。編集するなどしてご利用ください。
*/
/* font-family（フォント）
--------------------------------------------------------- */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	font-style: normal;
	src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
	font-style: normal;
	src: url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}

body {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-style: normal;
}

button, input, select, textarea {
	font-family: inherit;
}

h1{
	font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
	font-weight: 800;
}
.lp-sec-inline--3 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title,.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text{
	font-weight: 300;
}

.lp-sec-inline > .lp-block > .lp-title,
.lp-sec-inline > .lp-block > .lp-text{
	font-weight: 300;
}

.bigtext{
	font-size: 18px;
}


/* button（ボタン）
--------------------------------------------------------- */
.lp-c-button {
	background-color: #339900;
	color: #FFF;
}

/* header
--------------------------------------------------------- */
.lp-sec-header {
	background-color: #fff;
}

.lp-sec-header > .lp-block .lp-logo img {
	width: 90px;
	height: 90px;
}

.lp-sec-header > .lp-block .lp-title {
	font-size: 24px;
	color: #333;
}

@media screen and (max-width: 560px) {
	.lp-sec-header > .lp-block .lp-logo img {
		width: 50px;
		height: 50px;
	}
	.lp-sec-header > .lp-block .lp-title {
		font-size: 16px;
	}
}

/* band
bandArrow
--------------------------------------------------------- */
.lp-sec-band > .lp-block {
	background-color: #F4FBFF;
	color: rgb(0, 0, 0);
}

.lp-sec-band--arrow > .lp-block::after {
	color: #F4FBFF;
}

/* BigCenter
BigLeft
BigRight
BigText
--------------------------------------------------------- */
.selfy .lp-sec-big {
	background-image: url(../../images/top_self.jpg);
}
.other .lp-sec-big {
	background-image: url(../../images/oher-top.jpg);
}
.space .lp-sec-big {
	background-image: url(../../images/space-top.jpg);
}

.lp-sec-big--center > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-big--center > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-big--left > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-big--left > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-big--right > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-big--right > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-big--text > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-big--text > .lp-block > .lp-text {
	color: #333;
}

/* ImageCenter
ImageLeft
ImageRight
--------------------------------------------------------- */
.lp-sec-header .lp-sec-image {
	background-color: #F4FBFF;
}
.lp-sec-image {
	background-color: #fff;
}

.lp-sec-image > .lp-block > .lp-title {
	color: #020C40;
}

.lp-sec-image > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

/* FullImageCenter
FullImageLeft
FullImageRight
--------------------------------------------------------- */
.lp-sec-fullimage {
	background-color: #fff;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

/* Inline2
Inline2Arrow
Inline3
Inline3Arrow
Inline4
Inline4Arrow
Inline5
Inline5Arrow
Inline2Circle
Inline2CircleArrow
Inline3Circle
Inline3CircleArrow
Inline4Circle
Inline4CircleArrow
Inline5Circle
Inline5CircleArrow
--------------------------------------------------------- */
.lp-sec-inline {
	background-color: #fff;
}

.lp-sec-inline > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-inline > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
	color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
	color: #333;
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
	color: #333;
}

/* List
--------------------------------------------------------- */
.lp-sec-list {
	background-color: #fff;
}

.lp-sec-list > .lp-block > .lp-title {
	color: #333;
}

.lp-sec-list > .lp-block > .lp-text {
	color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item {
	color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item::before {
	color: #333;
}

/* footer
--------------------------------------------------------- */
.lp-sec-footer {
	background-color: #333;
}

.lp-sec-footer > .lp-block .lp-copyright {
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 560px) {
	.lp-sec-footer > .lp-block .lp-copyright {
		font-size: 12px;
	}
}

.heading {
	text-align: center;
	margin-bottom: 60px
}

.heading h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.7
}

.heading h2 img {
	width: auto;
	height: 40px;
	margin-right: 10px
}

@media screen and (max-width: 480px) {
	.heading {
		margin-bottom: 40px
	}
	.heading h2 {
		font-size: 20px
	}
	.heading h2 img {
		vertical-align: bottom;
		height: 32px;
		margin-right: 0
	}
}


.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.right {
	float: right
}

.left {
	float: left
}

.flexbetween {
	display: flex;
	justify-content: space-between
}

#main {
	display: block;
	overflow: hidden
}

section {
	padding: 70px 0 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.inner {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.pc {
	display: block
}

.tb, .sp {
	display: none!important
}

.pdb0 {
	padding-bottom: 0
}

@media screen and (max-width: 1140px) {
	section {
		padding: 15px 3px 20px;
	}
	.inner {
		width: 100%
	}
}

@media screen and (max-width: 900px) {
	.right {
		float: none
	}
	.left {
		float: none
	}
	.pc {
		display: none!important
	}
	.tb {
		display: block!important
	}
}

@media screen and (max-width: 480px) {
	.sp {
		display: block!important
	}
	body {
		line-height: 1.8;
		letter-spacing: .05em
	}
	section {
		padding: 60px 16px 80px
	}
}

.line-height2{
	height: 2;
}

#interview {
	padding-top: 5%;
}

#interview .inner .heading {
	margin: 10% 0;
}

#interview ul li {
	padding: 70px 70px 45px;
	background-color: #fff;
	border-radius: 8px;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
	margin-bottom: 40px
}

#interview ul li:last-child {
	margin-bottom: 0;
	/*padding-top: 179px;*/
}


#interview ul li .title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	position: relative
}

#interview ul li .title h3:before {
	position: absolute;
	content: "";
	width: 97px;
	height: 74px;
	background-image: url(images/quotation.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -20px;
	top: -40px;
	z-index: -1
}

#interview ul li .txt {
	width: 590px
}

#interview ul li .txt p {
	font-size: 1.4rem;
	line-height: 2;
}


#interview ul li .title .owner .owner-img, #interview ul li .title .owner .owner-prof {
	display: table-cell;
	vertical-align: middle
}

#interview ul li .title .owner .owner-img img {
	width: 120px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1))
}

#interview ul li .title .owner .owner-prof p {
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	line-height: 1.7
}

@media screen and (max-width: 1140px) {
	#interview ul li {
		padding: 90px 70px 45px;
		position: relative
	}
	#interview ul li .title .owner .owner-img img {
		width: 100px
	}
	#interview ul li .title, #interview ul li .txt {
		width: 100%;
		float: none
	}
	#interview ul li .title {
		margin-bottom: 30px
	}
	#interview ul li .title .owner {
		top: 20px;
		position: absolute;
		right: 16px;
		margin-top: 0
	}
}

@media screen and (max-width: 900px) {
	#interview ul li .title {
		margin-bottom: 20px
	}
	#interview ul li {
		padding: 100px 70px 45px
	}
	#interview ul li .title .owner .owner-prof p {
		font-size: 16px;
		padding-left: 15px;
		line-height: 1.5
	}
	#interview ul li .title .owner {
		top: 16px;
		left: 6%;
	}
	#interview ul li .title .owner .owner-img img {
		width: 70px
	}
}

@media screen and (max-width: 480px) {
	#interview ul li {
		padding: 100px 16px 40px
	}
	#interview ul li .title {
		margin-bottom: 15px
	}
	#interview ul li .title h3 {
		font-size: 18px
	}
	#interview ul li .txt p {
		font-size: 13px
	}
	#interview ul li {
		margin-bottom: 30px
	}
	#interview ul li .title h3:before {
		width: 77px;
		height: 54px;
		left: -15px;
		top: -37px
	}
}

/* custom
--------------------------------------------------------- */

/* header
------------------------- */

.lp-sec-header{
	background-color: #000000;
}
.lp-sec-header .lp-sec-image{
	background: #000000;
}

.lp-block .header{
	text-align: left;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	font-family: source-han-serif-japanese, serif;
}

.lp-block .header a{
	color: #fff;
}


.lp-sec-header .lp-sec-image .video{
	width: 100%;
	height: 69vh;
}



/* 共通
------------------------- */
.lp-c-button{
	background-color:#35357D;
	z-index: 2;
}

.title,
.text{
	color: #35357d;
}

/* top-about
------------------------- */

#about .lp-block{
	margin: 0px auto;
	max-width: calc(100% - 160px);
}

#about .lp-block .lp-item{
	display: flex;
}


#about .lp-block .lp-item .lp-item__contents{
	width: 50%;
	font-size: 1.6rem;
}

#about .lp-block .lp-item .lp-item__contents .lp-text{
	font-size: 18px;
	writing-mode: vertical-rl;
	line-height: 2;
}

#about .lp-block .lp-item .titlearea{
	width: 50%;
	padding: 0rem 1rem 15rem;
	text-align: right;
	color: #35357d;
}

#about .lp-block .lp-item .titlearea h2{
	font-size: 30px;
}

#about .lp-block .lp-item .titlearea h3{
	font-size: 20px;
}

/* top-service
------------------------- */

#service .lp-block .title,
#service .lp-block .text{
	text-align: left;
	font-size: 2.8rem;
	line-height: 1.3;
}

#service .lp-block .lp-title,
#service .lp-block .lp-text{
	text-align: center;
}

#service .lp-block .lp-item{
	width: 100%;
	padding: 10%;
}

#service .lp-block .lp-item .lp-item__img img,
#service .lp-block .lp-item .lp-item__contents{
	width: 33.625vw;
}

#service .lp-block .lp-item .lp-item__img{
	margin-right: 0;
}



#service .lp-block .lp-item .lp-item__contents{
	background-image: url(../../images/background.png);
	color: #FFF;
	padding: 7%;
	margin-top: 14%;
	background-position: top;
}

.other #service .lp-block .lp-item .lp-item__contents{
	background: #26482b;
}

.space #service .lp-block .lp-item .lp-item__contents{
	background: #000;
}

#service .lp-block .lp-item .lp-item__contents .lp-title,
#service .lp-block .lp-item .lp-item__contents .lp-text{
	color: #FFF;
	margin: 16% 1%;
	line-height: 1.5em
}

#service .lp-block .lp-item .lp-item__contents .lp-title,
#service .lp-block .lp-item .lp-item__contents .lp-text{
	color: #FFF;
	margin: 16% 1%;
	line-height: 1.5em;
	font-weight: 300;
	text-align: left;
	line-height: 2.0;
}

#service .lp-block .lp-item .lp-item__contents .lp-text{
	font-size: 18px;
}

/* top-business
------------------------- */
#business{
	background-image: url(../../images/background.png);
	color: #FFF;
}

#business .lp-block .lp-title,
#business .lp-block .lp-text{
	color: #FFF;
}

#business .lp-block .lp-item .lp-item__contents .lp-title{
	font-size: 23px;
}

#business .lp-block .lp-item .lp-item__contents .lp-title,
#business .lp-block .lp-item .lp-item__contents .lp-text{
	color: #FFF;
	margin: 16% 1%;
	line-height: 1.5em
}


#interview {
	padding-top: 0
}

#interview ul li {
	padding: 70px 70px 45px;
	background-color: #fff;
	border-radius: 8px;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
	margin-bottom: 40px
}

#interview ul li:last-child {
	margin-bottom: 0
}


#interview ul li .title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	position: relative
}

#interview ul li .title h3:before {
	position: absolute;
	content: "";
	width: 97px;
	height: 74px;
	background-image: url(images/quotation.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -20px;
	top: -40px;
	z-index: -1
}

#interview ul li .txt {
	width: 590px
}

#interview ul li .txt p {
	font-size: 1.4rem;
}


#interview ul li .title .owner .owner-img, #interview ul li .title .owner .owner-prof {
	display: table-cell;
	vertical-align: middle
}

#interview ul li .title .owner .owner-img img {
	width: 120px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1))
}

#interview ul li .title .owner .owner-prof p {
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	line-height: 1.7
}

@media screen and (max-width: 1140px) {
	#interview ul li {
		padding: 90px 70px 45px;
		position: relative
	}
	#interview ul li .title .owner .owner-img img {
		width: 100px
	}
	#interview ul li .title, #interview ul li .txt {
		width: 100%;
		float: none
	}
	#interview ul li .title {
		margin-bottom: 30px
	}
	#interview ul li .title .owner {
		top: 20px;
		position: absolute;
		right: 16px;
		margin-top: 0
	}
}


/* SP mode
---------------------------------*/
@media screen and (max-width: 640px) {
	.lp-sec-image > .lp-block{
		padding: 0;
	}
	#about .lp-block{
		width: 100%;
		max-width: 100%;
	}
	#about .lp-block .lp-item{
		flex-direction: column;
	}
	#about .lp-block .lp-item .lp-item__contents,
	#about .lp-block .lp-item .titlearea{
		width: 100%;
		padding: 0;
	}
	#about .lp-block .lp-item .lp-item__contents{
		order: 2;
	}
	#about .lp-block .lp-item .titlearea{
		order: 1;
		text-align: left;
	}
	#about .lp-block .lp-item .lp-item__contents .lp-text{
		font-size: 15px;
		margin: 2% auto 0;
	}
	#service .lp-block .lp-item{
		flex-direction: column;
		padding: 0;
	}
	#service .lp-block .lp-item .lp-item__img img, 
	#service .lp-block .lp-item .lp-item__contents{
		width: 100%;
	}
	#service .lp-block .lp-item .lp-item__img{
		order: 1;
		margin-top: 0;
	}  
	#service .lp-block .lp-item .lp-item__contents{
		order: 2;
		margin-top: 0;
	}
	#business .lp-block .lp-list__item .lp-item{
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	#interview ul li .title {
		margin-bottom: 20px
	}
	#interview ul li {
		padding: 100px 70px 45px
	}
	#interview ul li .title .owner .owner-prof p {
		font-size: 16px;
		padding-left: 15px;
		line-height: 1.5
	}
	#interview ul li .title .owner {
		top: 16px;
		left: 20%;
	}
	.about #interview ul li .title .owner{
		top: 32px;
		left: 38%;
		line-height: 1.5
	}
	#interview ul li .title .owner.second {
		left: 14%;
		margin: 0%;
	}
	#interview ul li:last-child .title .owner.second {
		left: 24%;
		margin: 0%;
	}
	#interview ul li:last-child .title .owner.selfy-second {
		left: 14%;
		margin: 0%;
	}
	#interview ul li .title .owner .owner-img img {
		width: 70px
	}
}

@media screen and (max-width: 480px) {
	#interview ul li {
		padding: 165px 16px 40px
	}
	#interview ul li:nth-child(2) {
		padding-top: 20px;
	}
	#interview ul li .title {
		margin-bottom: 15px
	}
	#interview ul li .title h3 {
		font-size: 18px
	}
	#interview ul li .txt p {
		font-size: 13px
	}
	#interview ul li {
		margin-bottom: 30px
	}
	#interview ul li .title h3:before {
		width: 77px;
		height: 54px;
		left: -15px;
		top: -37px
	}
}

#vision .inner{
	padding: 1%;
}

#vision .inner .heading{
	margin: 1% auto;
}

#vision .inner .vison-text,
#about .inner .vison-text{
	line-height: 2;
}

/* navi
-----------------------------*/
#blockskip a {
	position: absolute;
	top: 0;
	left: -9999px;
	display: block;
	text-align: center;
}

#blockskip a:focus {
	z-index: 11000;
	left: 0;
	right: 0;
	margin: auto;
}
.btn-rounded{
	border-radius : 1000px;
}


.color__btn {
	background-color: #80CBC4;
	color: #212121;
}
.color__navi {
	background-color: #fff;
}
.color__logo {
	color: #212121;
}
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
	background-color: transparent;
	border-bottom : 3px solid #303F9F;
}

.toggler__txt{
	display : block;
	font-size : 0.5em;
}
.nav__main{
	font-size : 1.2em;
}
.nav__sub{
	font-size : 0.8em;
}

@media (max-width: 767.98px) { 
	.nav__main{
		font-size : 1em;
	}
	.nav__sub{
		font-size : 1em;
	}
	.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
		background-color: #efefef;
		border-bottom : none;
	}
	.description-text{
		font-size: 1.6rem;
		margin-top: 3%;
	}
}


.header-pc {
	padding: 30px 10% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	color: #000;
	display: flex;
	align-items: center;
	z-index: 999;
}
.header-pc h1 {
	margin: 0; padding: 0;
	font-size: 20px;
}
.header-pc a {	
	text-decoration: none;
}
.header-pc nav {
	margin: 0 0 0 auto;
}
.header-pc nav ul {
	list-style: none;
	margin: 0;
	display: flex;
}
.header-pc nav ul li {
	margin: 0 0 0 15px;
	font-size: 14px;
}
.header-pc nav ul li a{
	color: #fff;
}


.ohter-backgroud{
	background: #26482b;
	padding-top: 1%;
}



table{
	width: 80%;
	margin: 0 auto;
	border-spacing: 0;
}

table td,
table th{
	border-bottom: solid 1px #ddd;
	text-align: center;
	padding: 24px 0;
	font-size: 100%;
}

.second-tabele{
	margin-top: 2%;
	line-height: 2em;
}

@media screen and (max-width: 480px) {
	table{
		width: 80%;
		margin: 0 auto;
		border-spacing: 0;
	}
}

.youtube-iframe {
	width: 100%;
	height: 245px;
}

@media screen and (max-width: 479px) {
	.youtube-iframe {
		width: 100%;
		height: 190px;
	}
}