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

	FileName	:	style.css

-------------------------------------------- */

.gakubu-header {
    height: 350px;
    margin: -60px 0 0;
    background: #333;
    text-align: center;
    position: relative;
    background: url(../img/title-bg.jpg) center center/cover no-repeat;
}
.gakubu-header h1 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.2em;
    margin: 140px 0 0;
    display: inline-block;
}
/*20201104add*/
.ul-3c li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    left: 1px;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border: 8px solid transparent;
    border-left: 17px solid #036D35;
}
.ul-3c li a {
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    vertical-align: middle;
}
.ul-3c li {
    display: block;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
.gakubu-header {
    height: 180px;
}
.gakubu-header h1 {
    letter-spacing: 0;
    margin: 75px 0 0;
    font-size: 1.2em;
}
}

.activities-lead {
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
}
.activities-lead div {
    width: 45%;
}
.activities-lead div h2 {
    font-size: 1.65em;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 180%;
}
.activities-lead div p {
    font-size: 1.1em;
    line-height: 190%;
    margin: 30px 0 0;
}
.activities-lead figure {
    width: 45%;
}
.activities-lead figure img {
    width: 100%;
}

.activities {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 30px;
}
.activities div {
    width: 50%;
}
.activities div h3 {
    color: #006D36;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px;
}
.activities div p {
    background: #efefe9;
    line-height: 180%;
    padding: 20px;
}
.activities figure {
    width: 45%;
}
.activities figure img {
    width: 100%;
}

.main-contents-inner .button-2 {
    margin: 20px 0 40px;
}
.main-contents-inner hr {
    border-color: #006D36;
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
.activities-lead {
    display: block;
}
.activities-lead div {
    width: 100%;
}
.activities-lead figure {
    width: 100%;
}
.activities-lead div h2 {
    font-size: 1.3em;
    letter-spacing: 0;
}
.activities-lead div p {
    font-size: 1em;
    line-height: 150%;
    margin: 30px 0 20px;
}
.activities {
    display: block;
}
.activities div {
    width: 100%;
    margin: 0 0 20px;
}
.activities div h3 {
    font-size: 1.1em;
    margin: 0 0 10px;
}
.activities div p {
    line-height: 140%;
    font-size: 0.9em;
}
.activities figure {
    width: 100%;
}
/*20201104add*/   
.ul-3c li {
    margin: 8px 0;
}
.ul-3c li a {
    font-size: 1.05em;
}
.ul-3c li a:before {
    width: 12px;
    height: 12px;
    border: 7px solid transparent;
    border-left: 12px solid #036D35;
}
}

/*240308_追加*/
.activities-lead div {
    width: 100%;
    text-align: center;
}
.activities-lead p{
    text-align: left;
    padding: 0 64px;
}

@media screen and (max-width: 768px) {
.activities-lead p{
    padding: 0;
}
}

























