.org-wrap{display: flex;justify-content: center;align-items: center;margin-bottom: 30px;padding: 70px 0 80px;background: #FAFAFA;border-radius: 5px;}
.org-wrap .row{display: flex;align-items: center;}
.org-wrap .row .item:nth-child(2):before{content: '';position: absolute;top: 0;bottom: 0;left: -6px;width: 8px;height: 8px;margin: auto;border: 2px solid #fff;border-radius: 50%;}
.org-wrap .row .item:nth-child(2):after{content: '';top: 100%;left: 50%;width: 1px;height: 50px;}
.org-wrap .text{position: relative;width: 75px;margin-right: 124px;font-weight: 700;font-size: 22px;line-height: 26px;letter-spacing: -0.02em;}
.org-wrap .text:before{content: '';position: absolute;top: 0;bottom: 0;right: -32px;width: 8px;height: 8px;margin: auto;background-color: #fff;border: 2px solid transparent;border-radius: 50%;}
.org-wrap .text:after{content: '';position: absolute;top: 0;bottom: 0;right: -118px;width: 86px;height: 0;margin: auto;background-color: transparent;border-bottom: 1px dashed #ddd;}
.org-wrap .item{position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 12px;width: 222px;min-height: 59px;border-radius:5px;font-weight: 700;font-size: 16px;line-height: 19px;text-align: center;letter-spacing: -0.02em;color: #fff;}
.org-wrap :before, .org-wrap :after{position: absolute;display: block;background-color: #ddd;}

.org-wrap .top{margin-bottom: 50px;}
.org-wrap .mid{margin-bottom: 50px;}

.org-wrap .top .text{color: #05264A;}
.org-wrap .top .text:before{border-color: #0B3D72;}
.org-wrap .mid .text{color: #0A3C4A;}
.org-wrap .mid .text:before{border-color: #00A8D6;}
.org-wrap .bot .text{color: #412D07;}
.org-wrap .bot .text:before{border-color: #C8973E;}

.org-wrap .top .item{background-color: #0B3D72;}
.org-wrap .top .item:nth-child(2):before{background-color: #0B3D72;}
.org-wrap .top .item02{width: 169px;margin-left: 50px;background-color: #fff;border: 1px solid #05264A;color: #05264A;}
.org-wrap .top .item02:before{content: '';top: 50%;right: calc(100% + 1px);width: 50px;height: 1px;}
.org-wrap .mid .item{background-color: #00A8D6;}
.org-wrap .mid .item:nth-child(2):before{background-color: #00A8D6;}
.org-wrap .bot .item{height: 111px;background-color: #C8973E;}
.org-wrap .bot .item:nth-child(2):before{background-color: #C8973E;}

.org-wrap .bot .item ul{display: flex;flex-direction: column;align-items: center;gap: 8px;}
.org-wrap .bot .item ul li a{display: flex;align-items: flex-start;gap: 6px;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: -0.02em;}
.org-wrap .bot .item ul li a:before{content: '';position: relative;height: 15px;background: no-repeat center;}
.org-wrap .bot .item ul li.phone a:before{width: 15px;background-image: url(../img/content/org-phone.png);}
.org-wrap .bot .item ul li.email a:before{width: 18px;background-image: url(../img/content/org-email.png);}

.org-wrap .bot .bot-inner{position: relative;display: flex;justify-content: space-between;width: max-width;margin-top: 100px;}
.org-wrap .bot .bot-inner:before{content: '';top: -50px;left: 111px;width: calc(100% - 221px);height: 1px;}
.org-wrap .bot .bot-inner .item{height: 59px;background-color: #fff;border: 1px solid #C8973E;color: #C8973E;}
.org-wrap .bot .bot-inner .item:before{content: '';bottom: 100%;left: 50%;width: 1px;height: 50px;background-color: #ddd;}

.org-list{display: flex;flex-wrap: wrap;gap: 10px;}
.org-list li{position: relative;width: calc(50% - 5px);padding: 40px;border: 1px solid #ddd;border-radius: 5px;}
.org-list li .txt01{margin-bottom: 20px;font-weight: 600;font-size: 16px;line-height: 19px;letter-spacing: -0.02em;color: #666666;}
.org-list li .txt02{margin-bottom: 24px;font-weight: 700;font-size: 24px;line-height: 29px;letter-spacing: -0.02em;color: #222222;}
.org-list li .txt03{font-weight: 600;font-size: 16px;line-height: 28px;letter-spacing: -0.02em;color: #333333;}
.org-list li .img{position: absolute;top: 20px;right: 20px;display: flex;justify-content: center;align-items: center;width: 70px;height: 70px;background: #F0FBFF;border-radius: 5px;}
.org-list li .img img{max-width: 100%;max-height: 100%;}
@media(max-width:1024px){
	.org-list li{width: 100%;padding: 20px;}
	.org-list li .txt03 br{display: none;}
}
@media(max-width:768px){
	.org-wrap{padding: 0 0 10px;background-color: transparent;}
	.org-wrap .org-box{width: 100%;}
	.org-wrap :before, .org-wrap :after{display: none;}
	.org-wrap .row .item:nth-child(2){flex: 1;}
	.org-wrap .text{width:64px;margin-right: 16px;font-size: 18px;}
		
	.org-wrap .top{position: relative;margin-bottom: 20px;}
	.org-wrap .top .item02{position: absolute;top: 15px;right: 5px;width: 34px;min-height: 29px;font-size: 13px;}
	.org-wrap .mid{margin-bottom: 20px;}

	.org-wrap .bot .bot-inner{margin-top: 20px;}
	.org-wrap .bot .bot-inner .item{width: calc(50% - 10px);}
}