.astobe-box{
display:flex;
justify-content: center;
}

.astobe-box .asis {
display:flex;
align-items: center;
justify-content: center;
font-size:3em;
width:200px;
line-height: 1em;
text-align:center;
color:#fff;
background:#9fbbec;
padding: 40px 0;
}
.astobe-box .arrow {
width:200px;
display:flex;
align-items: center;
justify-content: center;
}

.astobe-box .arrow svg {
width:100px;
fill:#777;
}

.astobe-box .tobe {
display:flex;
align-items: center;
justify-content: center;
font-size:3em;
line-height: 1em;
text-align:center;
width:200px;
padding: 40px 0;
color:#fff;
background:#80bb60;
}


.astobe-tbox{
padding:50px 0;
text-align: center;
}

.astobe-text {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;

margin-bottom:30px;
padding:20px;
border:1px solid #eee;
border-radius:50px;
 font-size: 20px;
 color: #000000;
     align-items: center;
	 box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}

.astobe-text .astobe-circle-as {
display:flex;
align-items: center;
justify-content: center;
color:#9fbbec;
border:1px solid #9fbbec;
padding: 4px 10px;
border-radius: 80px;
font-size:16px;
}

.astobe-text .astobe-circle-to {
display:flex;
align-items: center;
justify-content: center;
color:#80bb60;
border:1px solid #80bb60;
padding: 4px 10px;
border-radius: 80px;
font-size:16px;
}

.astobe-text .astobe-arrow svg {
fill:#9d9d9d;
width:24px;
display:flex;
align-items: center;
justify-content: center;
}



@media (max-width:768px) {
	.astobe-text {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	width:100%;
	flex-direction: column;
	margin-bottom:30px;
	padding:20px;
	border:1px solid #eee;
	border-radius:30px;
	 font-size: 18px;
	 color: #000000;
		 align-items: center;
		 box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
	}
.astobe-text .astobe-arrow svg {
	transform: rotate(90deg);
}

.astobe-text .astobe-circle-as {
width:100%;
}

.astobe-text .astobe-circle-to {
width:100%;
}



}

@media (max-width:480px) {
.astobe-box{
padding:0 10px;
}
.astobe-box .arrow {
width:100px;
}
	.astobe-box .asis {
		font-size:3em;
		width:200px;
		padding: 20px 0;
	}
	.astobe-box .arrow svg {
	width:50px;
	fill:#777;
	}
	.astobe-box .tobe {
		font-size:3em;
		width:200px;
		padding: 20px 0;
	}
}


.esco-box {
text-align:center;
}

.esco-box .pc {
display:block;
}

.esco-box .mobile {
display:none;
}

.esco-box .diabox img {
max-width:740px;
margin: 0 auto;
}

.esco-box .esco-textbox {
margin:20px 0 30px;
padding:10px 20px;
border-radius:30px;
border:1px solid #ccc;
display:inline-block;
}

.esco-box .esco-explain {
margin-top:30px;
padding:20px 30px;
border-radius:20px;
border:1px solid #eee;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
display:block;
font-size: 20px;
line-height:1.4em;
}

.esco-box .esco-button a {
margin-top:30px;
padding:20px 30px;
border-radius:50px;
border:1px solid #eee;
background:#425869;
display:block;
color:#fff;
font-size: 20px;
line-height:1.4em;
}


@media(max-width:600px) {

.esco-box .esco-explain {
margin-top:30px;
font-size: 18px;
line-height:1.3em;
}

.esco-box .pc {
display:none;
}

.esco-box .mobile {
display:block;
}

}



.esgbox .esgtitle {

padding:20px 30px;
border-radius:50px;
border:1px solid #425869;
display:block;
color:#000;
font-size: 20px;
line-height:1.4em;
}

.esgbox .esgtxt {
padding:20px 30px;
font-size:20px;
line-height:2em;
}

.esgbox a {
margin-top:30px;
padding:20px 30px;
border-radius:50px;
border:1px solid #eee;
background:#425869;
display:block;
color:#fff;
font-size: 20px;
line-height:1.4em;
}

.esgbox .subject {
	margin:20px;
    padding: 20px 30px;
    border-radius: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #fff;
	line-height:1.4em;
    flex-wrap: wrap;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}

.esgtxt .linetxt {
margin:0;
padding:0;
line-height:2.2em;
}

.esgbox .subject .icon {
	color:#fff;
	font-size:2.4em;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esgbox .subject .icon1 {
	background: #23ba3f;
}
.esgbox .subject .icon2 {
	background: #23a4ba;
}
.esgbox .subject .icon3 {
	background: #df702d;
}

@media (max-width: 768px) {
.esgbox .subject {
justify-content: center;
	margin:20px 0;
    padding: 20px 10px;
	border-radius: 20px;
	text-align:center;
	line-height:1.4em;
	flex-direction: column;
}
.esgbox .subject .icon {
	color:#fff;
	font-size:2.4em;
    width: 80px;
    height: 80px;
    margin-right: 0px;
}
}