@keyframes ani_slide {
	from {
		transform: translateX(0)
	}
	to {
		transform: translateX(-100%)
	}
}
.sec-info {
	position: relative;
	padding-top: 122px
}
@media (max-width: 767px) {
	.sec-info {
		padding-top: 70px
	}
}
.sec-info .gallerydiv {
	display: flex;
	overflow: hidden;
	margin: 0 -30px
}
.sec-info .gallerydiv .gallerygroup {
	display: flex;
	animation: ani_slide 40s infinite linear 0.5s both
}
.sec-info .gallerydiv .itemdiv {
	width: 440px;
	margin-left: 20px
}
.sec-info .gallerydiv .itemdiv:nth-child(2n) {
	margin-top: 40px
}
@media (max-width: 767px) {
	.sec-info .gallerydiv .itemdiv:nth-child(2n) {
		margin-top: 20px
	}
}
.sec-info .gallerydiv .itemdiv img {
	border-radius: 10px
}
@media (max-width: 767px) {
	.sec-info .gallerydiv .itemdiv {
		width: 240px;
		margin-left: 15px
	}
	.sec-info .gallerydiv .itemdiv img {
		border-radius: 15px
	}
}
.sec-info__content {
	padding: 60px 0 0
}
@media (max-width: 767px) {
	.sec-info__content {
		padding: 37px 0 0
	}
}
.sec-info__content__ttl {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.55em;
	letter-spacing: .18em;
	font-weight: 500
}
@media (max-width: 767px) {
	.sec-info__content__ttl {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.5em;
		letter-spacing: .2em
	}
}
.sec-info__content__ttl span {
	color: #32a2e7
}
.sec-info__content__txt {
	margin-top: 46px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.66667em;
	letter-spacing: .08em;
	font-weight: 500
}
@media (max-width: 767px) {
	.sec-info__content__txt {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2em;
		margin-top: 25px
	}
}
.sec-info__content__txt p+p {
	margin-top: 24px
}
@media (max-width: 767px) {
	.sec-info__content__txt p+p {
		margin-top: 14px
	}
}
.sec-info .circle01 {
	top: 202px;
	right: -84px;
	width: 617px;
	z-index: -1
}
@media (max-width: 767px) {
	.sec-info .circle01 {
		width: 410px;
		top: 24px;
		right: -104px
	}
}
.sec-info .circle02 {
	bottom: -72px;
	left: -105px;
	width: 331px;
	z-index: -1
}
@media (max-width: 767px) {
	.sec-info .circle02 {
		width: 268px;
		bottom: -70px
	}
}
.sec-our {
	padding: 130px 0 120px
}
@media (max-width: 767px) {
	.sec-our {
		padding: 76px 0 77px
	}
}
.sec-our .g-ttl {
	text-align: center
}
.sec-our .g-ttl .en {
	color: #32a2e7;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1em;
	letter-spacing: .15em;
	font-weight: 500;
	font-family: "Jost", sans-serif
}
@media (max-width: 767px) {
	.sec-our .g-ttl .en {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1em
	}
}
.sec-our .g-ttl .ja {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.21429em;
	letter-spacing: .1em;
	font-weight: 700;
	margin-top: 14px
}
@media (max-width: 767px) {
	.sec-our .g-ttl .ja {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.54545em;
		letter-spacing: .1em;
		font-weight: 700;
		margin-top: 11px
	}
}
.sec-our .txt-sub {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: .08em;
	font-weight: 500;
	margin-top: 30px
}
@media (max-width: 767px) {
	.sec-our .txt-sub {
		text-align: left;
		padding: 0 25px;
		margin-top: 20px
	}
}
.sec-our__group {
	margin: 50px 0 0
}
@media (max-width: 767px) {
	.sec-our__group {
		margin: 42px 25px 0
	}
}
.sec-our__group .item {
	max-width: 1170px;
	padding: 64px 25px 63px;
	margin: 0 auto;
	border-bottom: 1px solid #d6d6d6
}
@media (min-width: 768px) {
	.sec-our__group .item {
		display: flex;
		align-items: center
	}
}
@media (max-width: 767px) {
	.sec-our__group .item {
		padding: 44px 0 41px
	}
}
.sec-our__group .item:first-child {
	border-top: 1px solid #d6d6d6
}
.sec-our__group .item .left {
	font-family: "Jost", sans-serif;
	width: 533px;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-our__group .item .left {
		padding-left: 40px;
		width: 375px
	}
}
@media (max-width: 767px) {
	.sec-our__group .item .left {
		width: 100%;
		padding-left: 0
	}
}
.sec-our__group .item .left__number {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1em;
	letter-spacing: .03em;
	font-weight: 500;
	color: #008bea
}
@media (min-width: 768px) {
	.sec-our__group .item .left__number {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 50px
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-our__group .item .left__number {
		left: 0
	}
}
.sec-our__group .item .left__en-big {
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 1em;
	letter-spacing: .18em;
	font-weight: 500;
	/*color: #32a2e7*/
}
@media (max-width: 767px) {
	.sec-our__group .item .left__en-big {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1em;
		margin-top: 12px
	}
}
.sec-our__group .item .left__en-small {
	color: #98b5c7;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.55556em;
	letter-spacing: .05em;
	font-weight: 500;
	margin-top: 13px
}
@media (max-width: 767px) {
	.sec-our__group .item .left__en-small {
		margin-top: 7px
	}
}
.sec-our__group .item .right {
	width: calc(100% - 500px)
}
@media only screen and (max-width: 1023px) {
	.sec-our__group .item .right {
		width: calc(100% - 375px)
	}
}
@media (max-width: 767px) {
	.sec-our__group .item .right {
		width: 100%;
		padding-top: 23px
	}
}
.sec-our__group .item .right__ttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.88889em;
	letter-spacing: .1em;
	font-weight: 700
}
.sec-our__group .item .right__txt {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: .08em;
	font-weight: 500;
	margin-top: 14px
}
.sec-history {
	padding: 206px 0 201px;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden
}
@media (max-width: 767px) {
	.sec-history {
		padding: 97px 0 63px
	}
}
.sec-history:before, .sec-history:after {
	content: "";
	left: 0;
	right: 0;
	height: 93px;
	position: absolute;
	background: 0 0/100% 100% no-repeat
}
.sec-history:before {
	top: -1px;
	background-image: url("../../img/about/bg01.png")
}
@media (max-width: 767px) {
	.sec-history:before {
		background-image: url("../../img/about/img_bg-his-top_sp.jpg");
		height: 30px
	}
}
.sec-history:after {
	bottom: -1px;
	background-image: url("../../img/about/bg02.png")
}
@media (max-width: 767px) {
	.sec-history:after {
		background-image: url("../../img/about/img_bg-his-bot_sp.jpg");
		height: 30px
	}
}
.sec-history .inner {
	position: relative
}
.sec-history__ttl {
	z-index: 1
}
@media (min-width: 768px) {
	.sec-history__ttl {
		position: absolute;
		right: 45px;
		top: 0px
	}
}
@media (max-width: 767px) {
	.sec-history__ttl {
		position: relative
	}
}
.sec-history__content {
	max-width: 754px;
	margin-left: 26px;
	position: relative;
	z-index: 1
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-history__content {
		max-width: calc(100% - 200px)
	}
}
@media (max-width: 767px) {
	.sec-history__content {
		margin-left: 0;
		margin-top: 36px
	}
}
.sec-history__content .item {
	padding-left: 66px;
	padding-bottom: 8px;
	margin-bottom: 33px;
	position: relative
}
@media (min-width: 768px) {
	.sec-history__content .item {
		display: flex;
		align-items: stretch;
		border-bottom: 1px solid #c8dce9
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-history__content .item {
		padding-left: 45px
	}
}
@media (max-width: 767px) {
	.sec-history__content .item {
		padding-left: 27px;
		padding-bottom: 5px;
		margin-bottom: 14px
	}
}
@media (min-width: 768px) {
	.sec-history__content .item:first-child:after {
		display: none
	}
}
@media (max-width: 767px) {
	.sec-history__content .item:first-child:after {
		top: 14px
	}
}
@media (max-width: 767px) {
	.sec-history__content .item:last-child::after {
		bottom: calc(100% - 14px)
	}
}
.sec-history__content .item:before {
	content: "";
	position: absolute;
	background-color: #32a2e7;
	width: 12px;
	height: 12px;
	left: 0;
	bottom: 0;
	margin-left: -3px;
	margin-bottom: -7px;
	border-radius: 50%;
	z-index: 1
}
@media (max-width: 767px) {
	.sec-history__content .item:before {
		display: none
	}
}
.sec-history__content .item:after {
	content: "";
	z-index: 0;
	position: absolute;
	background-color: #c8dce9;
	width: 6px;
	bottom: 0;
	left: 0;
	top: -37px
}
@media (max-width: 767px) {
	.sec-history__content .item:after {
		top: -16px;
		width: 4px;
		left: 2px
	}
}
.sec-history__content .item__year {
	/*color: #32a2e7;*/
	width: 168px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.5em;
	letter-spacing: .08em;
	font-weight: 500
}
@media (min-width: 768px) {
	.sec-history__content .item__year {
		display: flex;
		align-items: center
	}
}
@media (max-width: 767px) {
	.sec-history__content .item__year {
		width: 100%;
		position: relative;
		margin-bottom: 5px;
	}
	.sec-history__content .item__year:before {
		content: "";
		position: absolute;
		background-color: #32a2e7;
		width: 8px;
		height: 8px;
		left: -23px;
		top: 50%;
		margin-left: -4px;
		margin-top: -8px;
		border-radius: 50%;
		z-index: 1
	}
	.sec-history__content .item__year:after {
		content: "";
		width: 15px;
		height: 1px;
		background-color: #c8dce9;
		position: absolute;
		top: 50%;
		left: -23px;
		margin-top: -5px
	}
}
.sec-history__content .item__year .number {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1em;
	letter-spacing: .03em;
	font-weight: 500;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	font-family: "Jost", sans-serif
}
@media (max-width: 767px) {
	.sec-history__content .item__year .number {
		margin-right: 2px;
		margin-left: 3px
	}
}
.sec-history__content .item__year .number:first-child {
	margin-left: 0
}
.sec-history__content .item__des {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: .08em;
	font-weight: 500;
	width: calc(100% - 135px)
}
@media (max-width: 767px) {
	.sec-history__content .item__des {
		width: 100%;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6em;
		margin-top: 1px
	}
	.sec-history__content .item__des--lineheight-sp {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.33333em
	}
	.sec-history__content .item__des--lineheight-sp .h-sp {
		display: block;
		margin-top: 10px
	}
}
.sec-history__content .item__des span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.5em;
	letter-spacing: .08em;
	font-weight: 500;
	display: inline-block
}
@media (max-width: 767px) {
	.sec-history__content .item__des span {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.66667em
	}
}
.sec-history .circle01 {
	width: 627px;
	right: -164px;
	bottom: -45px;
	z-index: 0
}
@media (max-width: 767px) {
	.sec-history .circle01 {
		width: 377px;
		bottom: auto;
		right: -77px;
		top: 97px
	}
}
.sec-outline {
	padding: 90px 0 0
}
@media (max-width: 767px) {
	.sec-outline {
		padding-top: 70px
	}
}
@media (min-width: 768px) {
	.sec-outline__ttl {
		display: flex;
		align-items: center
	}
}
@media (min-width: 768px) {
	.sec-outline__ttl .text_jp {
		margin-left: 25px;
		margin-top: 4px
	}
}
.sec-outline__content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 60px auto 0;
	border-top: 1px solid #d6d6d6
}
@media (max-width: 767px) {
	.sec-outline__content {
		margin-top: 40px
	}
}
.sec-outline__content .item {
	width: 100%;
	padding: 32px 0 30px;
	border-bottom: 1px solid #d6d6d6
}
@media (min-width: 768px) {
	.sec-outline__content .item {
		display: flex
	}
}
@media (max-width: 767px) {
	.sec-outline__content .item {
		padding: 23px 0 20px
	}
}
.sec-outline__content .item__ttl {
	/*color: #32a2e7;*/
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6em;
	letter-spacing: .08em;
	font-weight: 700;
	width: 174px;
	padding-left: 20px;
	box-sizing: border-box
}
@media only screen and (max-width: 1023px) {
	.sec-outline__content .item__ttl {
		width: 130px
	}
}
@media (max-width: 767px) {
	.sec-outline__content .item__ttl {
		width: 100%;
		padding-left: 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5em;
		letter-spacing: .08em;
		font-weight: 700
	}
}
.sec-outline__content .item__des {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6em;
	letter-spacing: .08em;
	font-weight: 500;
	width: calc(100% - 160px)
}
@media only screen and (max-width: 1023px) {
	.sec-outline__content .item__des {
		width: calc(100% - 130px)
	}
}
@media (max-width: 767px) {
	.sec-outline__content .item__des {
		width: 100%;
		margin-top: 5px
	}
}
.sec-outline__content .item__des .small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
	letter-spacing: .08em;
	font-weight: 500
}
.sec-outline__content .item__des .small.ml01 {
	display: inline-block;
	margin-left: 12px
}
@media (max-width: 767px) {
	.sec-outline__content .item__des .small.ml01 {
		margin-left: 0
	}
}
.sec-outline__content .item__des__list {
	margin-bottom: -4px
}
@media (max-width: 767px) {
	.sec-outline__content .item__des__list {
		margin-bottom: -6px
	}
}
.sec-outline__content .item__des__list li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.73333em;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 4px;
	padding-left: 16px;
	position: relative;
	width: 100%
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-outline__content .item__des__list li {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.84615em
	}
}
@media (max-width: 767px) {
	.sec-outline__content .item__des__list li {
		padding-left: 18px;
		margin-bottom: 5px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.46667em
	}
}
.sec-outline__content .item__des__list li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #008bea;
	border-radius: 50%;
	top: 8px
}
.sec-outline__content .item__des__list--row03 {
	display: flex;
	flex-wrap: wrap
}
@media (min-width: 768px) {
	.sec-outline__content .item__des__list--row03 li.w1 {
		width: 294px;
		max-width: 35.5%
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-outline__content .item__des__list--row03 li.w1 {
		max-width: 40%
	}
}
@media (min-width: 768px) {
	.sec-outline__content .item__des__list--row03 li.w2 {
		width: 274px;
		max-width: 33%
	}
	.sec-outline__content .item__des__list--row03 li.w3 {
		width: 260px;
		max-width: 31.4%
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sec-outline__content .item__des__list--row03 li.w3 {
		max-width: 26%
	}
}
@media (min-width: 768px) {
	.sec-outline__content .item.w50 {
		width: 50%
	}
	.sec-outline__content .item.w50:nth-child(2n) .item__ttl {
		padding-left: 30px;
		width: 160px
	}
}
/*# sourceMappingURL=maps/about.min.css.map */