@charset "utf-8";
/* CSS Document */
.main {
    padding: 0;
}
.page_title--box {
    display: none;
}
.breadcrumb {
    display: none;
}
.page_container {
    max-width: none;
    width: 100%;
    margin: 0;
}
.entry {
    padding: 0;
    border: none;
}
.entry a[target="_blank"]::after {
    display: none;
}
.main-visual {
	background: url("/international/plan/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 82px 0;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}

.section-plan {
    margin: 20px 0 0;
    padding: 0 0 100px;
    font-size: 15px;
    background: url(/international/plan/img/main-bg.png) no-repeat center center;
    background-size: cover;
}

.section-graduate a:hover {
	text-decoration: none;
}
.bnr-box {
    max-width: 1024px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}
a.link-bnr {
    max-width: 328px;
    width: 90%;
    text-align: center;
    background: #009441;
    color: #fff;
    font-size: 137.5%;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bnr-text {
    width: calc(100% - 41px);
}
a.link-bnr:nth-child(1)::before {
    content: url(/international/images/icon_twitter.png);
}
a.link-bnr:nth-child(2)::before {
    content: url(/international/images/icon_lang.png);
}
a.link-bnr:nth-child(3)::before {
    content: url(/international/images/icon_youtube.png);
}
.h-mincho {
    font-family: "HiraMinPro-W3",serif;
}

/*¥¹¥Æ¥Ã¥×¥Ü¥Ã¥¯¥¹*/
.step-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
}
.step-box {
    background: #fff;
    width: 328px;
    margin: 0 0 20px 0;
}
.step-number {
    background: #78AC0A;
    text-align: center;
    color: #fff;
    padding: 8px;
}
.step-box-inner {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    overflow: hidden;
}
.step-main {
    font-weight: bold;
    font-size: 187px;
    line-height: 130px;
    margin: 75px 0 0 0;
    width: 110px;
}

.step-about {
    width: 100%;
}
.step-title {
    font-size: 20px;
    color: #0D3D17;
    font-weight: 600;
    text-align: center;
    font-family: "HiraMinPro-W6",serif;
    margin: 15px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.step-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 195px;
    margin: 0 auto 15px;
}


.step-box:nth-child(1) .step-number{
    background: #78AC0A;
}
.step-box:nth-child(1) .step-main {
    color: #78AC0A;
}
.step-box:nth-child(2) .step-number{
    background: #4CA315;
}
.step-box:nth-child(2) .step-main {
    color: #4CA315;
}
.step-box:nth-child(3) .step-number{
    background: #0A9E19;
}
.step-box:nth-child(3) .step-main {
    color: #0A9E19;
}
.step-box:nth-child(4) .step-number{
    background:#00896C;
}
.step-box:nth-child(4) .step-main {
    color: #00896C;
}
.step-box:nth-child(5) .step-number{
    background:#008284;
}
.step-box:nth-child(5) .step-main {
    color:#008284 ;
}
.step-box:nth-child(6) .step-number{
    background:#006F92;
}
.step-box:nth-child(6) .step-main {
    color: #006F92;
}





/*¥Ü¥Ã¥¯¥¹*/
.plan-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan-flex.link-area {
	width: 92%;
	margin: 12px auto 0;
}
.plan-box {
	background: #fff;
	width: 100%;
	text-align: center;
}
.plan-box a {
	display: block;
}
.plan-box a.text-link {
	display: initial;
	color: #0D3D17;
}
.plan-box a.text-link:hover {
	display: initial;
	text-decoration: underline #0D3D17;
}
.plan-box.box1 {
	height: 466px;
	max-width: 328px;
}
.plan-box.box2 {
    height: auto;
    max-width: 328px;
    padding-bottom: 30px;
}


/*¥Ü¥Ã¥¯¥¹ÄÚ*/
.title-box1 {
	padding: 31px 15px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	width: 55%;
	margin: 30px auto 20px;
}
.title-box2 {
    padding: 10px 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 80%;
    margin: 30px auto 20px;
}
.boxtitle-flex {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 10px;
	width: 45%;
	margin: 0 auto;
}
.titleflex {
	display: flex;
	align-items: center;
}
.titleflex.fff {
	background: #fff;
	width: 192px;
	padding: 5px 15px;
}
.plan-title {
	font-size: 22px;
	font-family: "HiraMinPro-W3",serif;
}
.plan-title.small {
	font-size: 16px;
	font-family: "HiraMinPro-W3",serif;
}

.box-txt1 {
	margin-top: 80px;
	line-height: 1.8;
}

.box-txt2 {
	margin-top: 30px;
	line-height: 1.8;
}

.icon-box {
	border-right: 1px solid #ccc;
	padding: 5px 13px 5px 0;
}

.icon-box2 {
	border-right: 1px solid #ccc;
	padding: 5px 14px 5px 7px;
}

.nendo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 430px;
	width: 100%;
	margin: auto;
}

.nendo-list li {
	width: 100px;
	text-align: center;
	padding: 4px 0;
	background: #fff;
	margin-bottom: 10px;
}

/* 700px¤è¤êÐ¡¤µ¤¤ˆöºÏ */
@media screen and ( max-width: 700px ){
.pankuzu {
    display: flex;
    flex-wrap: wrap;
}
.step-flex {
    justify-content: space-around;
    flex-wrap: wrap;
}
.plan-box.box1,.plan-box.box2{
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.step-main {
    font-size: 150px;
}
.title-box1,.title-box2 {
	width: 70%;
	padding: 5px 15px;
	margin: 20px auto;
}
.titleflex {
    width: 100%;
}
.boxtitle-flex {
    width: 100%;
    flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.plan-flex.link-area {
    justify-content: center;
}
.bnr-box{
    flex-wrap: wrap;
    justify-content: center;
}
a.link-bnr {
    margin: 20px 0;
}
}