@charset "utf-8";

/*------------------------------------------------------------------
全体
------------------------------------------------------------------*/
body {
    width: 100%;
    color: #222;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 30px;
}
h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
}
h3 {
    font-size: 30px;
    color: hsl(211, 79%, 50%);
    padding-left: 20px;
    font-weight: 500;
}

.strong_p {
    font-weight: 500;
}
/*h3の左青色棒線*/
.border__left {
    position: relative;
}
.border__left::before {
    content: url("mg_25.png");
    position: absolute;
    left: 0;
}
/*文字前の丸*/
.maru {
    font-size: 10px;
    color: #222;
}
.flex_pc {
    display: flex;
}
dt {
    font-size: 22px;
}
dd {
    font-size: 22px;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
main {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}
.mv{
	position: relative;
	margin: 50px auto 0;
	width: 80%;
	z-index: 10;
}
.mv img {
	width: 100%;
}
/*------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------*/
.section_1{
position: relative;
    margin: -70px auto 0;
    padding-bottom: 1px;
    background-image: url(bg01.png);
    padding-top: 279px;
    z-index: 0;
}
.section_1 .tit {
	margin-bottom: -40px;
}
.section_1 .tit h1{
	font-size: 1.6rem;
	line-height: 4rem;
	font-weight: 600;
	color: #1c7ee5;
	text-align: center;
}
.section_1 .tit h1 span{
	font-size: 4rem;
	background:linear-gradient(transparent 70%, #ffd940 0%);
}

.top{
	position: relative;
	margin: 100px 50px;
}
.top .cn{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.top .cn .img{
	width: 100%;
}
.top .cn .text{
    width: 100%;
    background-color: #FFFFFF;
    padding: 110px 40px 40px;
    transform: translate(10px, 0px);
}
.top .cn .text p{
    font-weight: 600;
    width: 100%;
    line-height: 2.1rem;
    font-size: 1.1875rem;
	margin-bottom: 30px;
}
.top .co{
	flex-direction: row-reverse;
}
.top .button{
	text-align: center;
    margin-bottom: -80px;

}


.section_2 .pckind{
	text-align: center;
	margin: 50px 0;
}
.section_2 .pckind .grasp{
    width: 41%;
    text-align: left;
    margin: 0 auto 30px;
}
.section_2 .pckind .grasp p{
	font-weight: 600;
	line-height: 1.6rem;
	font-size: 1.1875rem;
}
.section_2 .pckind .rm{
	position: relative;
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
.section_2 .pckind .rm p{
	width: 34%;
	text-align: left;
	line-height: 1.6rem;
	font-weight: 600;
	font-size: 1.1875rem;
}
.section_2 .banner{
	position: relative;
	margin: 0 auto 80px;
	text-align: center;
}
.section_2 .banner a:hover{
	opacity: 0.7;
}
.section_3{
	position: relative;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
.section_3 p{
	font-size: 1.8rem;
	line-height: 4rem;
	font-weight: 600;
	color: #57b43e;
	text-align: center;
	padding: 60px 0 20px;
}
	.section_3 .underline{
		padding-bottom: 80px;
		text-align: center;
	}
.section_3 .underline span{
	font-size: 3rem;
	font-weight: 600;
	color: #57b43e;s
	background:linear-gradient(transparent 60%, #ffd940 0%);
}


/*セクションflow*/
.pc_flow {
    display: block;
	text-align:center;
}
.sp_flow {
    display: none;
}
.title__section_5 {
    width: 100%;
    height: 200px;
    background-color: #0e2492;
    font-size: 40px; 
    color: #fff;
    padding: 60px 0px 40px 0px;
    position: relative;
}
.title__section_5 h2{
	text-align: center;
	/*padding-top: 25px;*/
}
.title__section_5 h2 span{
	font-size:0.5em;
	font-weight:lighter;
}
section.flow .flow_list{
	display:flex;
	list-style:none;
	margin:0 40px;
	justify-content:space-between;
	padding:0;
}
section.flow .flow_list li{
	width:21%;
	position:relative;
}
section.flow .flow_list li .sp_flow{
	display:none;
}
section.flow .flow_list li + li:before{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20.5px 0 20.5px 27px;
	border-color: transparent transparent transparent #193b8b;
	position:absolute;
	top:30%;
	left:-10%;
}
section.flow .flow_list dt b{
	display:block;
	font-size:40px;
	font-size:200%;
	color:#444444;
	margin-bottom:20px;
}
section.flow .flow_list dd h3{
    width: 253px;
    max-width: 100%;margin:25px 0 0px 0px;
	font-size:150%;
    text-align: center;
    display:
    inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
section.flow .flow_list dd p {
	text-align:left;
	display:
	inline-block;
	font-size: 16px;
}
.p__at_dd {
    padding-top: 20px;
}

/*youtube*/
.youtube {
	position: relative;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
.youtube .wrapper{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
.youtube iframe {
 	text-align: center;
	margin: 5% 0;
	width: 960px;
	height: 539px;
}


@media screen and (max-width:1180px) {
	main .main_visual,
	main .main_contents > *{
		padding-left:2%;
		padding-right:2%;
	}
	main img{
		max-width:100%;
	}
}
/*==================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 768px) {
    /*--------------------------------------
    全体
    ----------------------------------------*/
    body {
        line-height: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 21px;
    }
    span {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    dt {
        font-size: 18px;
    }
    dd {
        font-size: 16px;
    }
    /*h3の左青色棒線*/
    .border__left {
        position: relative;
    }
    .border__left::before {
        content: "";
        display: inline-block;
        height: 35px;
        width: 3px;
        position: absolute;
        left: 0;
        background-image: url("mg_25.png");
        background-size: contain;
        vertical-align: middle;
    }
    main {
        width: 100%;
    }
	main .main_visual,
	main .main_contents > *{
		padding-left:0;
		padding-right:0;
	}
    /*--------------------------------------
    メインビジュアル
    ----------------------------------------*/
.mv{
	position: relative;
	margin: 50px auto 0;
	width: 80%;
	z-index: 10;
}
.mv img {
	width: 100%;
}

  
    /*--------------------------------------
    メインコンテンツ
    ----------------------------------------*/
.section_1{
position: relative;
    margin: 0px auto 0;
    padding-bottom: 1px;
    background-image: url(bg01.png);
    padding-top: 25%;
    z-index: 0;
    background-size: 100%;
}
.section_1 .tit {
	margin-bottom: -40px;
}
.section_1 .tit h1{
	font-size: 1.4rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: #1c7ee5;
	text-align: center;
}
.section_1 .tit h1 span{
	font-size: 1.8rem;
	background:linear-gradient(transparent 70%, #ffd940 0%);
}

.top{
	position: relative;
	margin: 0px 10px;
}
.top .cn{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.top .cn .img{
	width: 100%;
}
.top .cn .text{
    width: 100%;
    background-color: #FFFFFF;
    padding: 75px 10px 0px;
    transform: translate(0px, 0px);
	margin-bottom: 20px;
}
.top .cn .text p{
    font-weight: 600;
    width: 100%;
    line-height: 1.8rem;
    font-size: 1.1rem;
	margin-bottom: 30px;
}
.top .co{
	flex-direction: row-reverse;
}
.top .button{
	text-align: center;
    margin-bottom: -45px;
	width: 90%

}
.section_2 .spkind{
	text-align: center;
	margin: 50px 0;
}
.section_2 .spkind .img{
    width: 80%;
	margin: -30px auto 30px;
}
.section_2 .spkind .text{
	text-align: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
.section_2 .spkind .text .kind{
	margin-bottom: 20px;
}
.section_2 .spkind .text h3{
	color: #57b43e;
	border: 2px solid #57b43e;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.section_2 .banner{
	position: relative;
	margin: 0 auto 80px;
	text-align: center;
	padding: 0 10px;
}
.section_2 .banner a:hover{
	opacity: 0.7;
}
.section_3{
	position: relative;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
.section_3 p {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 600;
	color: #57b43e;
	text-align: center;
	padding: 0px 10px 20px;
}

	.section_3 .underline{
		padding-bottom: 40px;
		text-align: center;
	}
.section_3 .underline span{
	font-size: 2rem;
	font-weight: 600;
	color: #57b43e;
	background:linear-gradient(transparent 60%, #ffd940 0%);
}


    /*セクション５*/
    .title__section_5 {
        padding: 22px 0px;
        height: 120px;
    }
    .img__flow_service img {
        width: 60%;
    }
    section.flow{
		/*padding:40px 0 60px;*/
        padding-top: 0px;
        padding-bottom: 60px;
	}
	section.flow .flow_list{
		flex-direction:column;
	}
	section.flow .flow_list li{
		width:100%;
		margin:0;
		padding-bottom:40px;
	}
	section.flow .flow_list{
		margin:0 15px;
	}
	section.flow .flow_list li .sp_flow{
		display:block;
		text-align: center;
	}
	section.flow .flow_list li .pc_flow{
		display:none;
	}
	section.flow .flow_list li + li:before{
		left:0;
		right:0;
		margin:
		auto;
		margin-top: 15px;top:-30px;
		display:
		block;
		border-style: solid;
		border-width: 25px 33px 0 33px;
		border-color: #193b8b transparent transparent transparent;
	}
	section.flow .flow_list li dl{
		display:flex;
		flex-direction: column-reverse;
		position: relative;
		padding-top:40px;
		text-align:center;
	}
	section.flow .flow_02 dd p {
	    /*text-align: left;*/
	    display: inline-block;
	    font-size: 18px;
	}
    .p__at_dd {
        padding-top: 0px;
    }
	section.flow .flow_list li dl.flow_02{
		display:flex;
		flex-direction: column-reverse;
		position: relative;
		padding-top: 100px;
	}

	section.flow .flow_list li dl dd h3{
        width: 100%;
		display:block;
		margin-bottom:10px;
		min-height: 0;
		text-align: center;
		position: static;
		font-size: 20px;
		margin-top: 10px;
	}
	section.flow .flow_list li img{
		width: 200px;
	}
	section.flow .flow_list li dl dt b{
		position:
		absolute;
		top: -10px;
		left:0;
		right:0;
		font-size: 50px;
		color: #444;
	}
	section.flow .flow_list .flow_2{
		position:
		absolute;
		top: 45px;
		left:0;
		right:0;
		font-size: 50px;
		color: #444;
	}
	section.flow .flow_list .flow_3{
		position:
		absolute;
		top: 45px;
		left:0;
		right:0;
		font-size: 50px;
		color: #444;
	}
	section.flow .flow_list li dl dd{
		margin-bottom:10px;
	}
    section.flow .flow_list dd p {
        font-size: 1rem;
		text-align:center;
    }
}
@media screen and (max-width:767px) {
	.youtube iframe {
		margin: 5% 0;
		max-width: 90%;
		width: 512px;
		height: 288px;
	}
	#.youtube .wrapper {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
}


@media screen and (max-width:375px) {
	.youtube{
	  position: relative;
	  padding-top: 10%;
	}
	.youtube iframe {
		margin: 5% 0;
		max-width: 90%;
		width: 300px;
		height: 180px;
	}

	.youtube .wrapper {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
}
