@charset "UTF-8";
/********************

content

********************/





/************************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

/********************

header

********************/
#header {
}





/********************

content

********************/
#content {
    position: relative;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 25%;
}

#content section {
    padding-top: 100px;
}

#content section article {
    margin: 0 5%;
}

#content section .right-border::after {
    background-color: #006834 !important;
}

/**
innner_menu***/
.innner_menu {
    display: none;
}



/**
mainArea***/
.mainArea {
}

.mainArea p {
}

.mainArea img {
}



/**
newgraduateArea***/
.newgraduateArea {
}

.newgraduateArea p {
}



/**
educationArea***/
.educationArea {
}

.educationArea .wrapper {
}

.educationArea .wrapper .wrap {
}

.educationArea .subtitle {
    margin: 40px 0 10px 0;
}

.educationArea .wrapper .wrap img {
    margin-top: 20px;
}

.educationArea .curriculum {
    margin-top: 30px;
}

.educationArea .curriculum p:first-child {
    border-top: double 4px #333;
    border-bottom: double 4px #333;
    padding: 3px 0;
    margin-bottom: 5px;
}

.educationArea .curriculum p:last-child {
}



/**
resourcesArea***/
.resourcesArea {
}

.resourcesArea .wrapper {
}

.resourcesArea .wrapper .wrap {
}

.resourcesArea .wrapper .wrap .subtitle {
    margin: 40px 0 10px 0;
}

.resourcesArea .wrapper .wrap img {
    margin-top: 20px;
}





}









/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){

/********************

header

********************/
#header {
}





/********************

content

********************/
#content {
    position: relative;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 25%;
}

#content section {
    padding-top: 100px;
}

#content section .right-border::after {
    background-color: #006834 !important;
}

/**
innner_menu***/
.innner_menu {
    position: fixed;
    top: 24%;
    left: 2%;
}

.innner_menu ul {
    width: 240px;
    border-top: 1px solid #555;
    border-left: 5px solid #555;
}

.innner_menu ul li {
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
}

.innner_menu ul li a {
    display: block;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.9);
}



/**
mainArea***/
.mainArea {
}

.mainArea p {
}

.mainArea img {
    display: block;
    margin: 30px auto 0 auto;
}



/**
newgraduateArea***/
.newgraduateArea {
}

.newgraduateArea p {
}



/**
educationArea***/
.educationArea {
}

.educationArea .wrapper {
    display: flex;
    justify-content: space-between;
}

.educationArea .wrapper .wrap {
    width: 45%;
}

.educationArea .subtitle {
    margin: 40px 0 10px 0;
}

.educationArea .wrapper .wrap img {
    margin-top: 95px;
}

.educationArea .curriculum {
    margin-top: 30px;
    display: flex;
}

.educationArea .curriculum p:first-child {
    width: 250px;
}

.educationArea .curriculum p:last-child {
    width: auto;
}



/**
resourcesArea***/
.resourcesArea {
}

.resourcesArea .wrapper {
    display: flex;
    justify-content: space-between;
}

.resourcesArea .wrapper .wrap {
    width: 45%;
}

.resourcesArea .wrapper .wrap .subtitle {
    margin: 40px 0 10px 0;
}

.resourcesArea .wrapper .wrap img {
    margin-top: 95px;
}





}






