@charset "utf-8";
/* Updated date: 2019/07/24 */

/*--------------------------------------------------*/
/* common */
/*--------------------------------------------------*/
.frame-main h2 {
	position: relative;
	margin-bottom: 40px;
	text-align:center;
	font-weight:normal;
}
.frame-main h2 span.sub-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	position: relative;
	color: #00479d;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding-left: .2em;
	width: 100%;
	display: block;
	top: 57px;
	position: absolute;
}
.frame-main h2 span.title-sp {
	font-size: 50px;
	font-family: 'Bungee Outline', cursive;
	font-weight: bold;
	color: #00479d;
	letter-spacing: 0.1em;
}
.titletext-svg {
	width: 100%;
	height: 100px;
	text-align: center;
}
.titletext {
	stroke: #00479d;
}
@-webkit-keyframes stroke-anim {
	0% {
		/* 100%だと最後まで表示されないので多めに設定する */
		stroke-dashoffset: 170%;
	}
	100% {
		stroke-dashoffset: 0%;
	}
}
@keyframes stroke-anim {
	0% {
		/* 100%だと最後まで表示されないので多めに設定する */
		stroke-dashoffset: 170%;
	}
	100% {
		stroke-dashoffset: 0%;
	}
}
@media (max-width:1199px) {
	.frame-main .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:991px) {
	.frame-main h2 {
		margin-bottom: 0;
		line-height: 2;
		-webkit-font-smoothing: antialiased;
	}
	.frame-main h2 span.sub-title {
		margin-top:.5em;
	}
}
@media (max-width:767px) {
	.frame-main .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-triangle {
		border-width: 30px 30px 0 0;
	}
	.frame-main p {
		line-height: 2em;
	}
	.frame-main p.contents-catch {
		font-size: 22px;
	}
}
@media (max-width:575px) {
	.titletext-svg {
		width: 280px;
		height: 80px;
	}
	.isAnimate {
		font-size: 32px;
	}
	.frame-main h2 span.title-sp {
		font-size: 32px;
	}
	.frame-main h2 span.sub-title {
		font-size: 16px;
		margin-top: -.5em;
	}
	.frame-main h2 span.sub-title::before {
		top: 12px;
	}
	.frame-main p.contents-catch {
		font-size: 19px;
	}
 }
.title_Bungee {
	font-size: 50px;
	font-family: 'Bungee Outline', cursive;
	font-weight: normal;
	color: #00479d;
	text-align:center;
	line-height:1.3;
	margin-bottom:1em;
}
.title_Bungee small{
	display:block;
	font-weight:bold;
	font-size:24px;
	font-family: 'Noto Sans JP', sans-serif;
}
.pc-text-center{
	text-align:center;
}
section{
	padding:5em 0;
}

@media (max-width: 767px) {
	.pc-text-center{
		text-align:left;
	}
	.pc-only{
		display:none;
	}
	.title_Bungee {
		font-size:30px;
		line-height:1.5;
		padding: 0;
	}
	.title_Bungee small{
		font-size:20px;
	}
	section{
		padding:3em 0;
	}
}
/*--------------------------------------------------*/
/* end/common */
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/* businenn */
/*--------------------------------------------------*/

/* mission */
.mission{
	background:url(../../images/business/mission_bg.png) no-repeat bottom center #fff;
	background-size:100% auto;
}
.mission .titletext-svg {
	width: 415px;
}
.mission p{
	color:#00479d;
	line-height:2.5;
	font-size:20px;
}
.mission .lead{
	font-size:28px;
	color:#f39a00;
	font-weight:bold;
	text-align:center;
	margin: 1.5em 0 0.3em;
	line-height:2;
	padding-left: .2em;
	letter-spacing: .2em;
}
@media (max-width: 767px) {
	.mission .lead{
		font-size:24px;
	}
	.mission p{
		font-size:16px;
	}
}
@media (max-width: 575px) {
	.mission p{
		font-size:14px;
	}
}
/* end/mission */

/* our_bisiness */
.our_bisiness .titletext-svg{
	width:449px;
}
.our_bisiness .flex{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
	 margin-bottom:8em;
	 position:relative;
}
.our_bisiness .flex::after{
	content:"";
	position:absolute;
	width:100vw;
	display:block;
	height:180px;
	background-color:#e9f4fa;
	left:50%;
}
.our_bisiness .flex::before{
	content:"";
	position:absolute;
	width:100vw;
	display:block;
	height:180px;
	background-color:#e9f4fa;
	right:50%;
}
.our_bisiness .flex.reverse{
	flex-direction:row-reverse;
}
.our_bisiness .flex_img{
	width:30%;
	background-color:#00479d;
	border-radius:50%;
	padding: 6%;
	position:relative;
	z-index:1;
}
.our_bisiness .flex_text{
	width:60%;
	position:relative;
	z-index:1;
}
.our_bisiness .flex_text h3{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height:1.5;
}
.our_bisiness .flex_text .lead{
	font-size:24px;
	color:#f39a00;
	font-weight:bold;
	line-height:2;
	margin-bottom:.5em;
	min-height:auto;
}
.our_bisiness .flex_text p{
	font-size:18px;
	line-height: 2;
	color:#00479d;
	min-height: 15em;
}
.body-class-page-business .frame-main{
	background: -moz-linear-gradient(-65deg, #83ebef, #65b9ed);
	background: -webkit-linear-gradient(-65deg, #83ebef, #65b9ed);
	background: linear-gradient(-25deg, #83ebef, #65b9ed);
}
@media (max-width: 767px) {
	.our_bisiness .flex{
		margin-bottom:3em;
	}
	.our_bisiness .flex_img{
		width:100%;
		background:none;
	}
	.our_bisiness .flex_img img{
		width:60%;
		height:60%;
		display:block;
		background-color:#00479d;
		border-radius:50%;
		padding:10%;
		margin:0 auto;
	}
	.our_bisiness .flex_text{
		width:100%;
	}
	.our_bisiness .flex_text h3{
		color:#00479d;
		font-size:24px;
	}
	.our_bisiness .flex_text .lead{
		font-size:20px;
	}
	.our_bisiness .flex_text p{
		min-height:auto;
		font-size:16px;
	}
	.our_bisiness .flex::before,
	.our_bisiness .flex::after{
		top:10em;
	}
}
@media (max-width: 575px) {
	.our_bisiness .flex_text p{
		font-size:14px;
	}
}
/* end/our_bisiness */

/*--------------------------------------------------*/
/* end/businenn */
/*--------------------------------------------------*/
