/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	under__title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__title{
    height: 132px;
    background: #0085ff;
}
@media only screen and (max-width: 768px) {
    .under__title{
        height: 80px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about__content{
	font-family: 'Helvetica Neue';
	margin: 80px 0;
}
.about__content.first{
	margin: 0 0 80px;
}
.about__content .type1__flex2{
	flex-wrap: wrap;
}
.about__content .type1__flex2 > div{
	max-width: 100%;
    width: 48.837209302%;
}
.about__content img{
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.about__content{
		margin: 64px 0;
		padding: 0 20px;
	}
	.about__content.first{
		margin: 24px 0 64px;
	}
	.about__content .type1__flex2 > div{
		width: 100%;
	}
	.about__content .scroll{
		overflow: scroll;
	}
	.about__content .scroll img{
		width: 560px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about__menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about__menu{
	flex-wrap: wrap;
}
.about__menu > a{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	max-width: 232px;
	width: 23.746161719%;
	border: 2px solid #0085FF;
	border-radius: 8px;
	padding: 16px 10px 10px 10px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.about__menu > a:hover{
	background: #0085FF;
	transition: all 0.3s;
}
.about__menu > a div p{
	font-family: 'Helvetica Neue';
	color: #0085ff;
	font-weight: 700;
    font-size: 28px;
    line-height: 1;
	margin-bottom: 12px;
	transition: all 0.3s;
}
.about__menu > a:hover div p{
	color: #fff;
	transition: all 0.3s;
}
.about__menu > a > p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue';
	color: #0085ff;
	font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 12px;
	transition: all 0.3s;
}
.about__menu > a:hover > p{
	color: #fff;
	transition: all 0.3s;
}
.about__menu > a div img{
	width: auto;
	height: 8px;
	margin: 0 auto 12px;
}
.about__menu > a > img:nth-of-type(1){
	display: none;
}
.about__menu > a > img:nth-of-type(2){
	width: 24px;
	height: 24px;
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 1024px) {
	.about__menu > a{
		max-width: 100%;
		width: 49%;
	}
	.about__menu > a{
		display: flex;
		flex-flow: row;
		align-items: center;
		justify-content: flex-start;
		max-width: 100%;
		width: 49%;
		padding: 20px;
		margin-bottom: 16px;
		text-align: left;
	}
	.about__menu > a div p{
		margin-bottom: 0;
	}
	.about__menu > a > p{
		margin-bottom: 0;
	}
	.about__menu > a div img{
		display: none;
	}
	.about__menu > a > img:nth-of-type(1){
		display: block;
		width: 8px;
		height: 32px;		
		margin: 0 16px;
	}
	.about__menu > a > img:nth-of-type(2){
		width: 24px;
		height: 24px;
		margin: 0 0 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.about__menu > a{
		max-width: 100%;
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	about__item
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about__item{
	align-items: flex-start;
	margin-bottom: 60px;
}
.about__item > div:nth-of-type(1){
	max-width: 400px;
	width: 40.941658137%;
}
.about__item > div:nth-of-type(2){
	max-width: 517px;
	width: 52.917093142%;
}
.about__item > div:nth-of-type(2) img{
	width: 104px;
	height: 36px;
	margin-bottom: 20px;
}
.about__item > div:nth-of-type(2) h2{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue';
	color: #0085ff;
	font-weight: 700;
    font-size: 20px;
    line-height: 1;
	margin-bottom: 20px;
}
.about__item > div:nth-of-type(2) p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue';
	font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

@media only screen and (max-width: 768px) {
	.about__item > div:nth-of-type(1){
		max-width: 100%;
		width: 100%;
	}
	.about__item > div:nth-of-type(2){
		max-width: 100%;
		width: 100%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__2 .type1__text {
	color: #fff;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 40px;
}
#trial__2 .type1__inner2 a img {
	width: 280px;
	margin: 0 auto;
}