#global_menu > ul > li:nth-child(3) a{
	color: #009c6f !important;
}
.work_col {
    width: 1280px;
	max-width: 100%;
	margin: 60px auto;
}
.workflow {
	text-align: center;
	    margin-bottom: 50px;
    margin-top: 60px;
}
.workflow h2{
	font-size: 32px;
	padding-bottom: 1em;
}
.workflow p{
	font-size: 18px;
}

.design_col {
    margin-top: 80px;
	position:relative;
}
.design_col h1 {
	font-size: 61px;
	color: #00a0e8;
	line-height: 1.5;
    padding-bottom: 30px;
    padding-left: 60px;
}
.design_col h1.blue {
	color: #005996;
}
.design_col .left_col {
	width: 40%;
	display: inline-block;
}
.design_col .right_col {
	width: 59%;
	display: inline-block;
}
.design_col .center_col {
	display: block;
	width: 320px;
	position: absolute;
    left: calc(50% - 160px);
}
.design_col .center_col .start{
    width: 100px;
    height: 100px;
    line-height: 100px;
	border-radius: 50%;
	border: 1px solid #00a0e8;
	text-align: center;
    margin: auto;
    color: #00a0e8;
    font-size: 20px;
}
.design_col .center_col .goal {
    width: 100px;
    height: 100px;
    line-height: 100px;
	border-radius: 50%;
	border: 1px solid #00a0e8;
	text-align: center;
    margin: auto;
    color: #00a0e8;
    font-size: 20px;
}
.fadein {
  display: block;
  position: relative;
}
.fadein:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  margin-top: 0;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
}
.fadein.active:before {
  height: 0%;
}
.midashi {
/*	width: 215px;
	height: 215px;
	border-radius: 50%;
	background-color: #00a0e8;
	text-align: center;
    margin: auto;*/
}
/*
.left_col.blue .midashi {
	background-color: #005996;
}

.midashi h3 {
	font-size: 33px;
	color: #ffffff;
	letter-spacing: -4px;
}
.midashi .No {
	font-size: 35px;
	padding: 50px 0 30px;
}*/
.dashed_line {
	height: 100px;
	position: relative;
	width:2px;
	margin: auto;
}
.dashed_line::before {
	content: "";
	background-image: linear-gradient(to bottom, #000, #000 15px, transparent 15px, transparent 20px);
	background-size: 2px 20px;
	background-position: right top;
	background-repeat:  repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.right_col img {
	width: 100%;
/*	margin-bottom: 300px;*/
	margin-bottom: 235px;
	position: relative;
}

.right_col img:first-child {
	margin-top: 30px;
}

.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #00a0e8;
	text-align: center;
    margin: auto;
}
.center_line {
	height: 205px;
	position: relative;
	width: 1px;
	margin: auto;
	left: 1px;
}
.center_line::before {
	content: "";
	background-color: #00a0e8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.right_line {
	height: 1px;
	position: relative;
	width:50%;
	margin: auto;
	float: right;
    bottom: 11px;
}
.right_line::before {
	content: "";
	background-color: #00a0e8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.left_line {
	height: 1px;
	position: relative;
	width:50%;
	margin: auto;
	float: left;
    bottom: 11px;
}
.left_line::before {
	content: "";
	background-color: #00a0e8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.arrow {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
    margin-top: -35px;
    margin-bottom: 40px;
}
.arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	border: 1px solid #00a0e8;
	border-color:  transparent transparent #00a0e8 #00a0e8;
	transform: rotate(-45deg);
}
.f_rigth {
	float: right;
}
.f_rigth > div {
	margin-left: auto;
}
.f_left {
	float: left;
}
ul.workflow_content {
	padding-bottom: 167%;
}
ul.workflow_content li {
	width: 480px;
	max-width: 100%;
	margin-top: 140px;

}
ul.workflow_content li:nth-child(1) {
	margin-top: 50px;
}
ul.workflow_content li:nth-child(2) {
	margin-top: 335px;
}
ul.workflow_content li:nth-child(6) {
    margin-top: 240px;
}
ul.workflow_content li .workflow_icon {
	width: 480px;
	max-width: 100%;
	margin-bottom: 30px;
}
ul.workflow_content li img {
	margin: auto;
	display: block;
    width: 150px;
}
ul.workflow_content li .midashi {
	width: 480px;
	max-width: 100%;
	padding: 30px 40px;
	background-color: #00a0e8;
}
ul.workflow_content li .midashi h3 {
	font-size: 33px;
	font-size: 25px;
	color: #ffffff;
}
ul.workflow_content li .midashi h3 span.No {
	font-size: 35px;
	font-size: 27px;
    padding-right: 10px;
}
ul.workflow_content li .midashi div {
	font-size: 30px;
    font-size: 16px;
	color: #ffffff;
    line-height: 2;
}
.number{
    float: left;
    height: 67px;
    border: 3px solid #00a0e8;
    padding: 16px;
}
.number p{
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    color: #00a0e8;
}
.dai{
    height: 67px;
    border: 3px solid #00a0e8;
    padding: 16px;
    text-align: center;
}
.dai p{
    font-size: 31px;
    line-height: 1;
    font-weight: bold;
    color: #00a0e8;
}
.ball{
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #fff;
}
.midashi span{
    font-size: 21px;
    margin-left: 4px;
}
.flex{
    display: flex;
    justify-content: space-between;
	    margin-bottom: 30px;
}
.flex p{
    height: 40px;
    font-size: 20px;
    padding-top: 3px;
    color: #3E3A39;
    margin-top: -3px;
    text-align: center;
    background-color: #DBDBDB;
}
.fl_p{
	    letter-spacing: 20px;
		padding-left: 25px;
}
.top_p{
       color: #3451A2;
    font-weight: 100;
	    letter-spacing: 5px;
    font-size: 78px;
    text-align: center;
	    line-height: 74px;
		    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.space{
    margin-left: 25px;
}
.gray{
    display: block;
    font-size: 26px;
    color: #959495;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 10px;
	text-align: center;
}
@media screen and (max-width:1024px) {
	.work_col {
    max-width: 1280px;
	    padding: 0 5px;
    width: 100%;
       margin: 60px auto 0 auto;
}
.block{
    width: 24%;
}
.flex img{
    width: 100%;
}
#header_image .caption p {
    margin-top: 0px;
}
#header_image .caption {
    z-index: 100;
    position: absolute;
    top: 58px;
}
ul.workflow_content {
    padding-bottom: 215%;
}
}
@media screen and (max-width:810px) {
	ul.workflow_content li {
    width: 348px;
    margin-top: 90px;
}
.center_line:nth-child(7){
	    height: 555px !important;
}
ul.workflow_content li:nth-child(2) {
    margin-top: 255px;
}
.dai p {
    line-height: 1.2;
	font-size: 24px;
}
.flex p {
    font-size: 15px;
    padding-top: 6px;
}
ul.workflow_content {
    padding-bottom: 278%;
}
}
@media screen and (max-width:768px) {
	ul.workflow_content {
    padding-bottom: 306%;
}
.center_line{
    height: 502px !important;
}
}
@media screen and (max-width:414px) {
	#header_image .caption p {
    margin-top: 60px;
}
.top_p {
    font-size: 50px;
}
.gray {
    font-size: 25px;
}
#article h2 {
    font-size: 23px;
}
.circle{
	display:none;
}
.left_line{
	display:none;
}
.right_line{
	display:none;
}
ul.workflow_content li .workflow_icon {
    width: 480px;
    max-width: 100%;
	    margin-top: 40px;
    /* margin-bottom: 30px; */
}
ul.workflow_content li {
    margin-top: 140px;
}
ul.workflow_content li:nth-child(2) {
    margin-top: 35px;
}
.design_col .center_col{
    display: none;
}
.flex{
    display: block;
}
.block{
    width: 100%;
	margin-bottom: 40px;
}
ul.workflow_content li {
    margin-top: 35px;
	width: 100%;
}
ul.workflow_content li:nth-child(6) {
    margin-top: 35px;
}
ul.workflow_content {
    padding-bottom: 850%;
}
}
@media screen and (max-width:375px) {
	ul.workflow_content li:nth-child(1) {
    margin-top: 0px;
}
ul.workflow_content li {
    margin-top: 30px;
}
ul.workflow_content li:nth-child(2) {
    margin-top: 30px;
}
.dai p {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #00a0e8;
}
.work_col {
    margin: 35px auto 0 auto;
}
.workflow {
    margin-bottom: 35px;
    margin-top: 35px;
}
ul.workflow_content {
    padding-bottom: 938%;
}
}
@media screen and (max-width:360px) {
	ul.workflow_content {
    padding-bottom: 995%;
}
}
@media screen and (max-width:320px) {
.top_p {
    font-size: 33px;
	line-height: 47px;
}
ul.workflow_content {
    padding-bottom: 928%;
}
.dai {
    height: 56px;
    padding: 10px;
}
.dai p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #00a0e8;
}
.number p {
    font-size: 20px;
    line-height: 1.5;
}
.number {
    height: 56px;
    padding: 10px;
}
ul.workflow_content li .midashi {
    padding: 20px 20px;
}
ul.workflow_content li .midashi div{
    font-size: 13px;
}
.ball{
    height: 15px;
    width: 15px;
    margin-top: 10px;
}
.midashi span{
    font-size: 19px;
}
#newsWrap {
    padding: 15px 0;
}
}