@charset "UTF-8";

li{
	list-style: none;
}
/* CSS Document */
.pc{
	display: inherit;
}
.sp{
	display: none;
}
.none{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: inherit;
	}
	.img100{
		width: 100%;
	}
}

.seeds_main{
	background: url("../img/seeds/main_bg.png") no-repeat #fff bottom;
	background-size: cover;
	padding: 180px 0 110px 0;
}
@media screen and (max-width: 767px) {
	.seeds_main_sp img{
		width: 100%;
	}
}

.seeds_main h1{
	text-align: center;
	font-size: 32px;
	color: #fff;
}
.seeds_main h1 img{
	margin-bottom: 60px;
}

/* about */

.about{
	background: #273e97;
	padding: 70px 0 70px;
	color: #fff;
}
.about .content_wrap{
	width: 1000px;
}
@media screen and (max-width: 767px) {
	.about .content_wrap{
		width: 90%;
	}
}
.about h2 img{
	vertical-align: baseline;
	margin-right: 20px;
}
.about h2{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.about2{
	text-align: center;
	padding-top: 60px;
	background-color: #f4f5fa;
}
.about2 h3{
	font-size: 28px;
	color: #273e97;
	margin-bottom: 30px;
}
.about2_img{
	z-index: 100;
	position: relative;
}
@media screen and (max-width: 767px) {
	.about h2 img{
		vertical-align: baseline;
		margin: 0 auto 15px;
		display: block;
		width: 98px;
	}
	.about h2{
		font-size: 18px;
	}
	
	.about2{
		padding: 60px 5% 20px;
	}
	.about2 img{
		width: 100%;
	}
	.about2 h3{
		font-size: 18px;
		margin-bottom: 30px;
	}
}
.about_bottom_hr{
	background-color: #273e97;
	z-index: 20;
	margin-top: -80px;
	
}
.about_bottom_hr img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.about_bottom_hr{
		margin-top: -1px;
	}
}

.about_flex{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.about_flex_img{
	margin-right: 40px;
}
.about_flex_content h3{
	font-size: 26px;
	text-align: left;
	margin-bottom: 15px;
}
.about_flex_content p{
	font-size: 16px;
	text-align: left;
}
.about_flex2{
	display: flex;
	justify-content: space-between;
	width: 1000px;
}
.about_flex2_item{
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	width: 490px;
	box-sizing: border-box;
}
.about_flex2_item p{
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
.about_flex2_item h3{
	/* font-size: 52px; */
	font-size: 56px;
	color: #09206e;
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
	.about_flex{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.about_flex_img{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		max-width: 290px;
	}
	.about_flex_img img{
		width: 100%;
	}
	.about_flex2{
		width: 100%;
		flex-wrap: wrap;
	}
	.about_flex2_item{
		width: 100%;
		padding-top: 30px;
	}
	.about_flex2_item p{
		font-size: 15px;
	}
	.about_flex2_item h3{
		font-size: 30px;
		margin: 20px 0 30px;
	}
	.about_flex2_item+.about_flex2_item{
		margin-top: 20px;
	}
	.about_flex_content h3{
		font-size: 18px;
		line-height: 180%;
		text-align: center;
	}
	.about_flex_content p{
		font-size: 14px;
		line-height: 180%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
.about_item_flex{
	background: url("../img/seeds/about_bg.png") no-repeat;
	background-size: 442px 64px;
	height: 64px;
	box-sizing: border-box;
	width: 442px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.about_item_flex_hr{
	font-size: 18px;
	width: 160px;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.about_item_flex_text{
	font-size: 20px;
	width: 280px;
	color: #333;
	line-height: 130%;
	display: flex;
	align-items: center;
	justify-content: center;	
	
}
@media screen and (max-width: 767px) {
	.about_item_flex{
		width: 100%;
		background-size: contain;
		height: 46px;
		
	}
	.about_item_flex_hr{
		font-size: 13px;
	}
	.about_item_flex_text{
		font-size: 14px;
	}
}



.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ddd;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 100px solid transparent;
  border-left: 100px solid #ddd;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}


/**/
.content_wrap{
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.content_wrap{
		width: 100%;
	}
}

/**/
.features{
	background-color: #273e97;
	padding: 75px 0 5px;
}
.features h2{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 0;
}
.features h2 img{
	vertical-align: baseline;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.features .content_wrap{
		width: 90%;
	}
	.features h2{
		font-size: 18px;
		padding-top: 10px;
	}
	.features h2 img{
		width: 142px;
		display: block;
		margin: 0 auto 15px;
	}
}
.features h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
}
.features h3 span{
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 5px 30px 7px;
	border-radius: 20px;
	line-height: 100%;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 50px;
}
.features_flex_1 h3,
.features_flex_2 h3{
	line-height: 135%;
}
.features_flex_1 h3 span,
.features_flex_2 h3 span{
	margin-right: 0;
	margin-bottom: 10px;
}

a.blue_btn{
	background: #273e97;
	display: block;
	color: #fff;
	width: 100%;
	font-size: 18px;
	border-radius: 60px;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	
	.features img{
		width: 100%;
	}
	.features h3{
		font-size: 19px;
		margin-bottom: 25px;
		line-height: 140%;
	}
	.features h3 span{
		margin: 25px auto 25px;
		display: block;
		width: 85px;
		box-sizing: border-box;
		padding: 10px 0 12px;
	}
	a.blue_btn{
		width: 100%;
		height: 52px;
		border-radius: 30px;
		font-size: 16px;
		box-sizing: border-box;
		padding: 4px 0;
		line-height: 130%;
	}
}
		

.features_flex{
	width: 824px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.features_flex_1,
.features_flex_2{
	background-color: #fff;
	padding: 25px 24px 5px;
	border-radius: 15px;
	width: 400px;
	box-sizing: border-box;
}
.features_flex_3{
	width: 100%;
	background-color: #fff;
	padding: 25px 15px;
	border-radius: 15px;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.features_flex{
		width: 100%;
		flex-wrap: wrap;
	}
	.features_flex_1,
	.features_flex_2{
		width: 100%;
	}
	.features_flex_1{
		padding: 15px 24px 25px;
	}
	.features_flex_2{
		padding-top: 15px;
	}
	.features_flex_3{
		padding: 15px 15px 35px;
	}
	.sp_features_flex3_img{
		margin: 30px 0;
	}
}


.features_flex3_flex{
	display: flex;
	justify-content: space-around;
}

.features h4{
	background-color: #dfe2ef;
	font-size: 20px;
	padding: 2px 0;
	margin-bottom: 20px;
}
.features_flex h4{
	box-sizing: border-box;
	width: 352px;
}
.features_flex_3 h4{
	margin-bottom: 15px;
}
.features p{
	font-size: 16px;
	margin: 20px 0;
}
.features_hr{
	height: 10px;
}
.features_hr2{
	height: 30px;
}
@media screen and (max-width: 767px) {
	.features_flex3_flex{
		flex-wrap: wrap;
	}
	.features_flex h4{
		width: 100%;
		box-sizing: border-box;
		color: #273e97;
		margin-bottom: 30px;
	}
	.features_flex_2{
		margin-top: 20px;
	}
	.features p{
		font-size: 14px;
		margin: 30px 0;
	}
}


/* adv */
.adv_top_hr img{
	width: 100%;
	margin-top: -1px;
}
.adv{
	background: url("../img/seeds/adv_bg.png") no-repeat top center;
	background-size: cover;
	padding: 0 0 75px;
}
.adv h2{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 70px 0 20px;
}
.adv h2 img{
	vertical-align: baseline;
	margin-right: 20px;
}

.adv_content{
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
	.adv{
		padding-bottom: 45px;
	}
	.adv_content{
		width: 90%;
	}
	.adv_content--margin0{
		padding-bottom:10px;
	}
}
.adv_icon_flex{
	justify-content: space-between;
}
.adv_icon_flex>div{
	background-color: #fff;
	width: 216px;
	box-sizing: border-box;
	padding: 15px 10px;
	border-radius: 10px;
}
.adv_icon_flex>div.box{
	background-color: inherit;
	width: 216px;
	height: 10px;
}
.adv_icon_flex h4{
	color: #09206e;
	font-size: 18px;
	margin: 10px 0;
}
.adv_icon_flex p{
	font-size: 14px !important;
	text-align: left;
	padding: 0 5px;
}
@media screen and (max-width: 767px) {
	.adv_icon_flex>div{
		width: 100%;
		padding: 30px 30px;
		margin-bottom: 20px;
	}
	.adv_icon_flex h4{
		font-size: 16px;
	}
}

.adv_content h3{
	color: #fff;
	background-color: #09206e;
	font-size: 20px;
	box-sizing: border-box;
	width: 392px;
	border-radius: 20px;
	text-align: center;
	padding: 5px 0;
	margin: 20px 0;
}
.adv_hr{
	height: 1px;
	background-color: #231815;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.adv h2{
		font-size: 18px;
	}
	.adv h2 img{
		width: 265px;
		display: block;
		margin: 0 auto 15px;
	}
	.adv_content h3{
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
	}
	.sp_adv_content_img img{
		width: 100%;
		margin-top: 20px;
	}
	.adv_hr{
		background-color: #ccc;
		margin-top: 0px;
	}
}

.adv_content--1 h4{
	font-size: 24px;
	text-align: left;
}
.adv_content--1 h4 strong{
	color: #09206e;
}
.adv_content_flex{
	display: flex;
	margin: 20px 0;
}
.adv_content_flex_left{
	background-color: #fff;
	border:1px solid #333;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-right: 20px;
	width: 6.2em;
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
}
.adv_layout_flex{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.adv_content--1 h4{
		font-size: 18px;
		text-align: center;
	}
	.adv_layout_flex{
		flex-wrap: wrap;
	}
	.adv_content_flex{
		flex-wrap: wrap;
		
	}
	.adv_content_flex_left{
		width: 100%;
		margin: 0 0 20px;
		font-size: 12px;
		padding: 5px 0;
		background-color: inherit;
	}
}
.adv_layout_flex_2 img{
	margin-top: 20px;
}
.adv_content_flex_right h5{
	font-size: 16px;
	margin: 0 0 2px;
	text-align: left;
}
.adv_content_flex_right p{
	font-size: 13px;
	line-height: 150%;
	text-align: left;
}
.adv_content_flex_right p+h5{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.adv_content_flex_right h5{
		font-size: 14px;
	}
	.adv_content_flex_right p{
		padding-left: 20px;
	}
}
.adv_text{
	font-size: 18px;
	font-weight: 700;
}
.adv_arrow{
	margin: 20px 0 -5px;
}
.adv_arrow2{
	margin: 25px 0 20px;
}
.adv_content2_flex{
	display: flex;
	justify-content: space-between;
	width: 680px;
}
.adv_content2_flex>div{
	display: flex;
	align-items: center;
}
.adv_content_flex2{
	display: flex;
	width: 680px;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.adv_text{
		font-size: 16px;
	}
	.adv_content_flex2{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.adv_item{
	background-color: #f4f5fa;
	border-radius: 10px;
}
.adv_title{
	font-size: 20px;
	color: #273e97;
	background: url("../img/seeds/adv_li_1.png") no-repeat center left 155px #fff;
	background-size: 211px 56px;
	padding: 20px 0 20px 40px;
	text-align: left;
	border-radius: 10px;
}
.adv_title--2{
	background-image: url("../img/seeds/adv_li_2.png");
	background-size: 52px 45px;
}
@media screen and (max-width: 767px) {
	.adv_title{
		background-position: center left 105px;
		padding-left: 20px;
		font-size: 18px;
		background-size: 180px 48px;
	}
	.adv_title--2{
		background-position: center left 95px;
		background-size: 44px 38px;
	}
}

.adv_icon_flex{
	display: flex;
}
@media screen and (max-width: 767px) {
	.adv_icon_flex{
		flex-wrap: wrap;
	}
}




/* アコーディオン */
.accordion {
margin: 3em auto;
	/* max-width: 54vw; */
	max-width: 800px;
}
@media screen and (max-width: 767px) {
	.accordion {
		margin: 3em auto;
		max-width:inherit;
		padding-left: 5%;
		padding-right: 5%;
	}
}
.accordion .toggle {
display: none;
}
.accordion .option {
position: relative;
margin-bottom: 1em;
}
.accordion .title,
.accordion .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion .title {
display: block;
font-weight: bold;
}
.accordion .title::after,
.accordion .title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 3px;
height: 1em;
background-color: #273e97;
transition: all 0.3s;
}
.accordion .title::after {
transform: rotate(90deg);
}
.accordion .content {
max-height: 0;
overflow: hidden;
box-sizing: border-box;
}
.accordion .content p {
margin: 0;
/* padding: 0.5em 1em 1em;
font-size: 0.9em; */
line-height: 1.5;
}
.accordion .toggle:checked + .title + .content {
max-height: 2400px;
transition: all 0.5s;
}
.accordion .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

/* case */
.case{
	background-color: #f0f0f0;
}
.case h2{
	color: #09206e;
	font-size: 24px;
	font-weight: 700;
	padding: 70px 0 20px;
}
.case h2 img{
	vertical-align: baseline;
	margin-right: 20px;
}

.case .content_wrap{
	width: 1000px;
	padding-bottom: 70px;
}
.case_wrap{
	background-color: #fff;
	padding: 10px 40px;
}
@media screen and (max-width: 767px) {
	.case .content_wrap{
		width: 90%;
	}
	.case h2{
		font-size: 18px;
	}
	.case h2 img{
		width: 71px;
		display: block;
		margin: 0 auto 15px;
	}
	.case_wrap{
		padding: 10px;
	}
}

.case_flex{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.case_flex+.case_flex{
	border-top: 1px solid #333;
}
.case_text{
	font-size: 28px;
	font-weight: 700;
	color: #09206e;
	margin: 15px  0 30px;
}
.case_flex_title{
	width: 80px;
	display: flex;
	align-items: center;
}
.case_flex_title p{
	font-size: 16px;
	color: #fff;
	background-color: #09206e;
	border-radius: 20px;
	padding: 5px;
	box-sizing: border-box;
	width: 80px;
}
p.height_large{
	padding: 15px 5px;
}
.case_flex_content{
	display: flex;
	flex-wrap: wrap;
	width: 800px;
}
.case_flex_item{
	width: 160px;
	margin: 10px 0;
}
.case_flex_item h3{
	font-size: 16px;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.case_text{
		font-size: 18px;
	}
	.case_flex{
		flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.case_flex+.case_flex{
		padding-top: 30px;
		border-color: #ccc;
	}
	.case_flex_title{
		width: 100%;
		margin-bottom: 20px;
	}
	.case_flex_title p{
		width: 100%;
	}
	.case_flex_item{
		width: 50%;
	}
	.case_flex_item h3{
		font-size: 14px;
	}
	p.height_large{
		padding: 5px 5px;
	}
}

/* flow */
.flow{
	background-color: #273e97;
	padding: 70px 0;
	color: #fff;
}
.flow .content_wrap{
	width: 912px;
}
.flow h2{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0 20px;
}
.flow h2 img{
	vertical-align: baseline;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.flow .content_wrap{
		width: 90%;
	}
	.flow h2{
		font-size: 18px;
	}
	.flow h2 img{
		width: 71px;
		display: block;
		margin: 0 auto 15px;
	}
}

.flow_flex{
	display: flex;
	justify-content: center;
	padding:10px 0 30px;
}
.flow_flex_left{
	font-size: 28px;
	margin-right: 40px;
	font-weight: 700;
}
.flow_flex_right{
	font-size: 16px;
	text-align: left;
}
.flow_flex_right li:before{
	content:"・　";
}
@media screen and (max-width: 767px) {
	.flow_flex{
		flex-wrap: wrap;
	}
	.flow_flex_right{
		width: 90%;
		margin: 0 auto 20px;
	}
	.flow_flex_right li:before{
		display: inline-block;
		margin-left: -1.5em;
	}
	.flow_flex_right li{
		margin-left: 1em;
	}
	.flow_flex_left{
		margin: 0 auto 20px;
	}
	.sp_flow_img img{
		width: 100%;
	}
}
