@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	p.mb0 {
		margin-bottom: 0 !important;
	}
	.content_low section .head {
		margin-bottom: 5vw;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 4vw;
		padding-left: 6vw;
	}
	.content_low section h3 span {
		font-size: calc(44/640*100vw);
		text-align: left;
		line-height: 1.4;
	}
	.content_low section h3:before {
		content: "";
		top: 3vw;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 5vw;
		left: 2vw;
	}
	.hdg4 {
		position: relative;
		margin: 12vw auto 8vw;
	}
	.hdg4.mb70 {
		margin-bottom: 8vw;
	}
	.sec1 ul {
		margin-bottom: 8vw;
		display: block;
	}
	.sec1 ul li {
		width: auto;
		background: #fff;
		padding: 2vw 0 8vw;
		margin-bottom: 4vw;
		text-align: center;
	}
	.sec1 ul li span{
		font-size: calc(71/640*100vw);
		color: #32339F;
		line-height: 1.7;
	}
	.sec1 ul li p{
		font-size: calc(36/640*100vw);
		color: #32339F;
		line-height: 1.4;
	}
	.sec1 .row_flow{

	}
	.sec1 .row_flow li{
		height: 21vw;
		border: 2px solid #BBBCF4;
		padding: 0;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		color: #32339F;
		font-size: 22px;
		font-weight: 500;
		position: relative;
	}
	.sec1 .row_flow li:not(:last-child):before{
		content: "";
		position: absolute;
		bottom: -7vw;
		right: calc(50% - 5vw);
		border-top: 3.5vw solid #BBBCF4;
		border-bottom: 3.5vw solid transparent;
		border-right: 5vw solid transparent;
		border-left: 5vw solid transparent;
		z-index: 2;
	}
	.sec1 .row_flow li:not(:last-child):after{
		content: "";
		position: absolute;
		bottom: -5vw;
		right: calc(50% - 4vw);
		border-top: 2.5vw solid #fff;
		border-bottom: 2.5vw solid transparent;
		border-right: 4vw solid transparent;
		border-left: 4vw solid transparent;
		z-index: 3;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4){
		background: #F2F2FF;
		border-color: #32339F;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4):before{
		border-top-color: #32339F;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4):after{
		border-top-color: #F2F2FF;
	}
	.sec1 .row_flow li:last-child{
		background: #32339F;
		color: #fff;
		border-color: #32339F;
	}
	.buttons {
		width: auto;
		margin: 4vw auto 12vw;
		display: block;
		justify-content: space-between;
	}
	.buttons a {
		width: 100%;
		display: block;
		border: 1px solid #32339F;
		font-size: calc(32/640*100vw);
		padding: 5vw 5vw 5vw 0;
		margin: 0 auto 4vw;
		color: #32339F;
		text-align: center;
		position: relative;
	}
	.buttons a:after {
		position: absolute;
		content: '';
		background: url('../img/page/planning/btn_arrow.svg') no-repeat center;
		background-size: contain;
		width: calc(30/640*100vw);
		height: calc(30/640*100vw);
		right: calc(40/640*100vw);
		top: 50%;
		transform: translateY(-50%);
	}
	p.txt01 {
		margin-bottom: 8vw;
	}
	p.bold {
		font-size: calc(36/640*100vw);
		color: #333333;
		margin: 8vw auto 2vw;
		font-weight: bold;
		padding-left: 5vw;
		position: relative;
		line-height: 1.7;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 4vw;
		height: 4vw;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.float-container .right {
		text-align: center;
	}
	.float-container img {
		margin-bottom: 4vw;
	}
	.float-container {
		margin-top: 4vw;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.content_low section {
		padding: 120px 0;
	}
	.content_low section .head {
		margin-bottom: 60px;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 30px;
		padding-left: 35px;
	}
	.content_low section h3 span {
		font-size: 28px;
		text-align: left;
		line-height: 37px;
	}
	.content_low section h3:before {
		content: "";
		top: 10px;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 20px;
		left: 10px;
	}
	.hdg4 {
		position: relative;
		margin-bottom: 40px;
	}
	.hdg4.mb70 {
		margin-bottom: 70px;
	}
	.content_low .sec1 {
		padding: 100px 0;
	}
	.sec1 ul {
		margin: 40px auto 95px;
	}
	.sec1 ul li {
		width: 300px;
		background: #fff;
		padding: 13px 18px 41px;
		text-align: center;
	}
	.sec1 ul li span{
		font-size: 71px;
		color: #32339F;
		line-height: 98px;
	}
	.sec1 ul li p{
		font-size: 24px;
		color: #32339F;
		line-height: 33px;
	}
	.sec1 .row_flow{
		display:-webkit-box; /*--- Androidブラウザ用 ---*/
		display:-ms-flexbox; /*--- IE10 ---*/
		display: -webkit-flex; /*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify; /*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify; /*--- IE10 ---*/
		-webkit-justify-content:space-between; /*--- safari（PC）用 ---*/
		justify-content:space-between;
		margin-bottom: 50px;
	}
	.sec1 .row_flow li{
		width: 93px;
		height: 210px;
		border: 2px solid #BBBCF4;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 20px 0 0 0;
		color: #32339F;
		font-size: 22px;
		font-weight: 500;
		position: relative;
	}
	.sec1 .row_flow li:not(:last-child):before{
		content: "";
		position: absolute;
		top: 50%;
		right: -24px;
		margin-top: -14px;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-right: 12px solid transparent;
		border-left: 12px solid #BBBCF4;
		z-index: 2;
	}
	.sec1 .row_flow li:not(:last-child):after{
		content: "";
		position: absolute;
		top: 50%;
		right: -18px;
		margin-top: -11px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-right: 9px solid transparent;
		border-left: 9px solid #fff;
		z-index: 3;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4){
		background: #F2F2FF;
		border-color: #32339F;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4):before{
		border-left-color: #32339F;
	}
	.sec1 .row_flow li:not(:last-child):nth-last-child(-n+4):after{
		border-left-color: #F2F2FF;
	}
	.sec1 .row_flow li:last-child{
		background: #32339F;
		color: #fff;
		border-color: #32339F;
	}
	.buttons {
		width: 620px;
		margin: 25px auto 150px;
		display: flex;
		justify-content: space-between;
	}
	.buttons a {
		width: 300px;
		display: inline-block;
		border: 1px solid #32339F;
		font-size: 16px;
		padding: 17px 14px 18px 0;
		color: #32339F;
		text-align: center;
		position: relative;
	}
	.buttons a:after {
		position: absolute;
		content: '';
		background: url('../img/page/planning/btn_arrow.svg') no-repeat center;
		background-size: contain;
		width: 14px;
		height: 14px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.buttons a:hover {
		background: #32339F;
		color: #fff;
	}
	.buttons a:hover:after {
		background: url('../img/page/technology/arrow_hover.png') no-repeat center;
		background-size: contain;
	}
	.float-container {
		margin-bottom: 150px;
	}
	p.bold {
		font-size: 16px;
		color: #333333;
		margin: 25px 0 4px;
		font-weight: bold;
		padding-left: 23px;
		position: relative;
		line-height: 30px;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.mb35 {
		margin-bottom: 35px;
	}
	p.mt0 {
		margin-top: 0;
	}
}
