@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	header div.header_inner nav.g_nav ul li:nth-child(4).accordion::before{
		width: 100%;
		content: '';
	}
	
	div.main {
		background: url(../images/to_company/main_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	section h2{
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 40px;
	}
	
	section h2 span{
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}
	
	section#for_top{
		width: 750px;
		margin: 0 auto 120px;
		text-align: center;
	}
	
	section#for_top div.icon{
		width: 56px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#for_top p.text{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 20px;
		letter-spacing: -0.02em;
		text-align: center;
	}
	
	section#for_top div.text_box{
		width: 100%;
		text-align: left;
	}
	
	section#for_top div.text_box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}
	
	section#flow {
		width: 100%;
		padding: 100px 0 80px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
		color: #4d4d4d;
	}
	
	section#flow div.icon{
		width: 146px;
		position: absolute;
		top: -72px;
		left: -webkit-calc(50% - 73px);
		left: -moz-calc(50% - 73px);
		left: calc(50% - 73px);
		z-index: 10;
	}
	
	section#flow div.block{
		width: 92.5%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	section#flow div.block div.image{
		width: 100%;
		max-width: 756px;
		margin: 0 auto 20px;
	}
	
	section#flow div.block h3{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 30px;
		text-align: center;
	}
	
	section#flow div.block p.cap{
		width: 100%;
		max-width: 756px;
		margin: 30px auto 12px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: right;
		color: #d7000f;
	}
	
	section#flow div.block div#merit {
		width: 100%;
		background: #FFF;
		-moz-box-shadow: 0 0 4px #999;
		-webkit-box-shadow: 0 0 4px #999;
		box-shadow: 0 0 4px #999;
		padding: 40px 58px;
		margin-bottom: 50px;
	}
	
	section#flow div.block div#merit h3{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		margin-bottom: 30px;
		text-align: center;
		color: #d7000f;
	}
	
	section#flow div.block div#merit h4{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
		margin-bottom: 8px;
		color: #d7000f;
	}
	
	section#flow div.block div#merit p{
		padding-bottom: 15px;
		border-bottom: 1px solid #333;
		margin-bottom: 15px;
		padding-left: 2em;
	}
	
	section#flow div.block div#merit p:last-child{
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	section#flow div.block ul.entry_box{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-top: 56px
	}
	
	section#flow div.block ul.entry_box li{
		width: 340px;
		margin: 0 25px;
	}
	
	section#flow div.block ul.entry_box a{
		width: 100%;
		height: 60px;
		color: #FFF;
		line-height: 1;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 24px;
		font-size: 2.4rem;
		background: #808080;
		padding: 0 25px;
	}
	
	section#flow div.block ul.entry_box li a span{
		width: 34px;
		margin-right: 55px;
		display: inline-block;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	
	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}
	
	div.main div.inner{
		width: 100%;
	}
	
	section h2{
		width: 92.5%;
		margin: 0 auto 30px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
	}
	
	section h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#for_top{
		width: 95.2%;
		margin: 0 auto 100px;
		text-align: center;
	}
	
	section#for_top div.icon{
		width: 44px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#for_top p.text{
		width: 92.5%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin: 0 auto 15px;
		text-align: center;
	}
	
	section#for_top div.text_box{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
	section#for_top div.text_box p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}
	
	section#flow {
		width: 100%;
		padding: 90px 0 30px;
		background: url("../images/common/bg_square_red.png") repeat;
		background-size: 14px;
		position: relative;
		color: #4d4d4d;
	}
	
	section#flow div.icon{
		width: 100px;
		position: absolute;
		top: -50px;
		left: -webkit-calc(50% - 50px);
		left: -moz-calc(50% - 50px);
		left: calc(50% - 50px);
		z-index: 10;
	}
	
	section#flow div.block{
		width: 92.5%;
		margin: 0 auto;
	}
	
	section#flow div.block h3{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 20px;
		text-align: center;
	}
	
	section#flow div.block div.image{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	section#flow div.block p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 40px;
		color: #d7000f;
	}
	
	section#flow div.block div#merit {
		width: 100%;
		background: #FFF;
		-moz-box-shadow: 0 0 4px #999;
		-webkit-box-shadow: 0 0 4px #999;
		box-shadow: 0 0 4px #999;
		padding: 35px 15px;
		margin-bottom: 40px;
		border: 1px solid #999;
	}
	
	section#flow div.block div#merit h3{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 30px;
		text-align: center;
		color: #d7000f;
	}
	
	section#flow div.block div#merit h4{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 8px;
		color: #d7000f;
	}
	
	section#flow div.block div#merit p{
		padding-bottom: 15px;
		border-bottom: 1px solid #333;
		margin-bottom: 15px;
		padding-left: 1.6em;
	}
	
	section#flow div.block div#merit p:last-child{
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	section#flow div.block ul.entry_box{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		margin-top: 56px
	}
	
	section#flow div.block ul.entry_box li{
		width: 268px;
		margin: 0 25px;
	}
	
	section#flow div.block ul.entry_box a{
		width: 100%;
		height: 48px;
		line-height: 1;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 20px;
		font-size: 2.0rem;
		background: #808080;
		padding: 0 25px;
		color: #FFF;
	}
	
	section#flow div.block ul.entry_box li a span{
		width: 26px;
		margin-right: 32px;
		display: inline-block;
	}
}