* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #333;
    font-family: "Oswald", "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
}
/* common */
.lang-en {
    font-family: "Oswald", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a img:hover {
    opacity: 0.6;
}
.content-wrap {
    width: 960px;
    margin: auto;
}
.pc-dn {
    display: none;
}
.section {
    padding: 50px 0;
    margin-top: -70px;
    margin-bottom: 50px;
    padding-top: 70px;
}
.tac {
    text-align: center;
}
@media only screen and (max-width : 736px){
.content-wrap {
    width: 100%;
}
.pc-dn {
    display: block;
}
.sp-dn {
    display: none;
}
}
/* header */
header.header {
    display: block;
    width: 100%;
    line-height: 0;
}
.header-wrap {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 9990;
}
.header h1 {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9998;
}
.header .pc-menu {
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9999;
}
.header .pc-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .pc-menu ul li {
    padding: 0 15px;
    display: inline-block;
    border-right: 1px solid #333;
}
.header .pc-menu ul li:last-child {
    border: none;
}
.header-image {
    width: 100%;
}
.header-image img {
    width: 100%;
    height: auto;
}
.hamburger {
    font-size: 2em;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: right;
    align-items: normal;
    z-index: 1000;
}
.header h1 span.pc {
    position: relative;
    top: -10px;
    left: 14px;
}
.header h1 span.sp {
    display: none;
}
.header h1 span.pc img {
    width: 200px;
    height: auto;
}
.menu {
    text-align: center;
}
.menu a {
    color: white;
    font-size: 2em;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}
.menu a:hover {
    color: #ccc;
}
.header li.tel {
    display: block;
}
.header .pc-menu ul li.contact,.header .pc-menu ul li.shirabus {
    padding: 0 2px;
}
.header li.contact a {
    background: #ce2024;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border: 2px solid #ce2024;
}
.header li.shirabus a {
    background: #fff;
    color: #333;
    text-decoration: none;
    padding: 4px 10px;
    border: 2px solid #333;
}
.header li.contact a:hover {
    background: #fff;
    color: #ce2024;
}
.header li.shirabus a:hover {
    background: #333;
    color: #fff;
}
/* content */
.accordion-item {
    border-bottom: none;
}
.accordion-header {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #59C3E1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
}
.accordion-header p {
    position: relative;
    top: 2px;
}
.accordion-header p .active {
    display: none;
}
.accordion-header p .active-off {
    display: inline-block;
}
.accordion-header p.active .active {
    display: inline-block;
}
.accordion-header p.active .active-off {
    display: none;
}
.accordion-content {
    display: none;
    padding: 15px 0;
}
.section.section-content-01 {
    padding-top: 100px;
    margin-top: -50px;
}
.content01-text p.content01-btn {
    text-align: center;
}
.content01-text p:first-child {
    padding: 0 0 45px;
    line-height: 180%;
}
.content01-text p:nth-child(2) {
    padding-bottom: 20px;
}
.content01-text p:nth-child(2) img {
    width: 280px;
    height: auto;
}
.content01-text p:nth-child(3) img {
    width: 420px;
    height: auto;
}
.section-content-02,.section-content-04 {
    background: #D6F0F8;
    position: relative;
}
.section-content-03,.section-content-05 {
    position: relative;
}
.section-content-02 {
    background-image: url(/education/recurrent/program5/img/effect-pc-bg01.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 8%;
}
.section-content-03 {
    background-image: url(/education/recurrent/program5/img/effect-pc-bg02.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 8%;
}
.section-content-04 {
    background-image: url(/education/recurrent/program5/img/effect-pc-bg03.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 8%;
}
p.effect-pc-01 {
    position: absolute;
    right: 0;
    top: -31px;
}
p.effect-pc-01 img {
    width: 170px;
    height: auto;
}
p.effect-pc-02 {
    position: absolute;
    left: 0;
    bottom: -61px;
}
p.effect-pc-02 img {
    width: 170px;
    height: auto;
}
p.effect-pc-03 {
    position: absolute;
    right: 0;
    top: -31px;
}
p.effect-pc-03 img {
    width: 170px;
    height: auto;
}
h2.content-ttl {
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
h2.content-ttl .sp-dn img {
    height: 35px;
    width: auto;
}
.content02-col2,.content02-col3 {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 30px;
}
.content02-col3 .content02-unit {
    display: table-cell;
    width: 33%;
}
.content02-col2 .content02-unit {
    display: table-cell;
    width: 50%;
}
.content02-col3 .content02-unit:first-child {
    padding: 0 22px 0 0;
}
.content02-col3 .content02-unit:nth-child(2) {
    padding: 0 11px 0 11px;
}
.content02-col3 .content02-unit:nth-child(3) {
    padding: 0 0 0 22px;
}
.content02-col2 .content02-unit:first-child {
    padding: 0 80px 0 0;
}
.content02-col2 .content02-unit:nth-child(2) {
    padding: 0 00 80px;
}
p.ico-feature {
    text-align: center;
}
p.ico-feature img {
    width: 50px;
    height: auto;
}
.content02-col3 .content02-unit h3 {
    color: #0000A7;
    text-align: center;
    padding: 10px 0 0;
    min-height: 5em;
}
.content02-col3 .content02-unit .comment {
    background: #fff;
    border: 1px solid #59C3E1;
    padding: 15px;
    position: relative;
}
.content02-col3 .content02-unit .comment p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}
.content02-col3 .content02-unit .comment::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #59C3E1 transparent;
}
.content02-col3 .content02-unit .comment::after {
    content: "";
    position: absolute;
    top: -19px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.content02-unit-inside {
    position: relative;
    background: #fff;
    border: 1px solid #8DC661;
    padding: 15px;
}
.content02-unit-inside::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 30px;
    height: 28px;
    background-color: #d6eff8;
    transform: rotate(45deg);
    transform-origin: top right;
    border-bottom: 1px solid #8DC661;
}
p.content02-col2-ttl {
    font-weight: bold;
    color: #8DC661;
    padding: 0 0 5px 32px;
    position: relative;
}
p.content02-col2-ttl span {
    position: absolute;
    top: 2px;
    left: 0;
}
p.content02-col2-ttl span img {
    width: 27px;
    height: auto;
}
.content02-unit:nth-child(2) p.content02-col2-ttl span img {
    width: 22px;
}
.content02-col2-subbox {
    width: 398px;
    background: #E2F1CF;
    display: table;
    table-layout: fixed;
    position: relative;
    top: 15px;
    left: -15px;
    font-size: 0.9em;
}
.content02-col2-subunit-01 {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    color: #fff;
    background: #98C265;
    padding: 15px;
    font-weight: bold;
}
.content02-col2-subunit-02 {
    display: table-cell;
    width: 75%;
    padding: 15px;
}
.section-content-03 h3 {
    text-align: center;
    padding: 0 0 10px;
}
.section-content-03 p.content03-des {
    text-align: center;
    padding: 0 0 30px;
    font-size: 0.9em;
}
.content03-col2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 30px;
}
.content03-col2 .content03-unit {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-right: 30px;
}
.content03-col2 .content03-unit.content03-unit-ver2 {
    padding-right: 0;
    padding-left: 30px;
}
.content03-ttl,.content03-ttl img {
    width: 100%;
    line-height: 0;
}
.content03-col2 .content03-unit .content03-read {
    padding: 15px;
    margin: 0 0 15px;
    border: 1px solid #57c3e0;
    border-top: none;
}
.content03-col2 .content03-unit.content03-unit-ver2 .content03-read {
    border: 1px solid #8dc661;
    border-top: none;
}
.content03-col2 .content03-unit.content03-unit-ver2 .accordion-header {
    background: #8dc661;
}
.content03-read p {
    font-size: 0.9em;
    line-height: 150%;
    min-height: 150px;
}
.content03-read p {
    font-size: 0.9em;
    line-height: 150%;
    min-height: 150px;
}
.content03-inbox {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content03-inbox-col2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.content03-inbox ul {
    list-style: none;
    width: 95%;
}
.content03-inbox ul li {
    border-bottom: 1px dotted #333;
    padding: 2px 0  2px 46px;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
}
.content03-inbox ul li:last-child {
    border-bottom: none;
}
.content03-inbox ul li span {
    color: #57c3e0;
    position: absolute;
    left: 0;
    top: 2px;
}
.content03-col2 .content03-unit.content03-unit-ver2 .content03-inbox ul li span {
    color: #8dc661;
}
.content03-inbox ul li span.program-subject-ico-02 {
    position: relative;
}
.content03-inbox ul li span.program-subject-ico-02 img {
    width: 13px;
    height: auto;
    position: relative;
    left: 3px;
    top: 2px;
}
.content03-inbox ul li.program-subject-ico-03 {
    text-align: right;
    padding: 6px 0 0;
}
.content03-inbox-comment {
    padding: 10px;
    margin: 40px 0 0;
    background: #FFFCE6;
    border: 1px solid #57c3e0;
    position: relative;
}
.content03-inbox-comment::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #59C3E1 transparent;
}
.content03-inbox-comment::after {
    content: "";
    position: absolute;
    top: -19px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fefce6 transparent;
}
.content03-inbox-comment p:first-child {
    text-align: center;
    padding: 10px 0;
}
.content03-col2 .content03-unit.content03-unit-ver2 .content03-inbox-comment {
    border: 1px solid #8dc661;
}
.content03-col2 .content03-unit.content03-unit-ver2 .content03-inbox-comment::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #8dc661 transparent;
}
.content03-col1 .content03-ttl img {
    width: 520px;
}
.content03-col1 .content03-read {
    padding: 15px;
    border: 1px solid #57c3e0;
}
.content03-col1 .content03-read p {
    min-height: auto;
    margin: 0;
}
.content03-col1  .accordion-item {
    margin-top: 15px;
}
.content03-col1 .content03-ttl img {
    width: 520px;
}
.content03-col1 .content03-read {
    padding: 15px;
    border: 1px solid #57c3e0;
}
.content03-col1 .content03-read p {
    min-height: auto;
    margin: 0;
}
.content03-col1  .accordion-item {
    margin-top: 15px;
}
.content04-schedule-box {
    width: 780px;
    margin: 0 auto 20px;
    border: 1px solid #cf2026;
    background: #fff;
    text-align: center;
    position: relative;
}
.content04-schedule-box::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: #cf2026 transparent transparent transparent;
}
.content04-schedule-box::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 47%;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.content04-schedule-box:last-child::after,.content04-schedule-box:last-child::before {
    display:none;
}
.content04-schedule-box p {
    padding: 0 20px 20px;
    text-align: left;
}
.content04-schedule-box p.padb-0 {
    padding-bottom: 0;
}
.content04-schedule-box p.caption {
    font-size: 0.9em;
    padding: 0 20px;
    text-align: center;
}
.content04-schedule-inbox {
    padding: 10px;
    width: 640px;
    margin: auto;
}
.content04-schedule-box h3 {
    padding: 0 0 10px;
}
.content04-schedule-in-ttl {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    background: #75bfde;
    color: #fff;
}
.content04-schedule-in-content {
    display: table-cell;
    width: 80%;
}
.content04-schedule-box .content04-schedule-in-content p {
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 1.1em;
}
.content04-schedule-in-content p span {
    display: inline-block;
    border: 1px solid #333;
    font-size: 0.9em;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.content04-schedule-in-content p span.capsec {
    border: none;
    width: auto;
    font-weight: normal;
    font-size: 0.7em;
}
.content04-schedule-box p.info-txt {
    padding: 0 20px 20px;
    font-weight: bold;
    text-align: center;
}
.content04-schedule-box p.info-txt span {
    display: inline-block;
    border: 1px solid #333;
    font-size: 0.9em;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.content04-schedule-box p.btn {
    padding: 0 0 40px;
    text-align: center;
}
.content04-schedule-box p.btn img {
    width: 480px;
    height: auto;
}
.content04-schedule-box p.caption-02 {
    text-align: center;
    font-weight: bold;
}
.content04-schedule-box p.caption-02 span.type01 {
    background: #75bfde;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px 0 10px;
}
.content04-schedule-box p.caption-02 span.type02 {
    border: 1px solid #333;
    padding: 0 10px;
    margin: 0 10px 0 10px;
}
h3.content05-ttl {
    color: #cf2026;
    text-align: center;
    padding: 0 0 30px;
}
.section-content-05 .accordion-item {
    padding: 0 0 20px;
}
.section-content-05 .accordion-item .accordion-header {
    background: #fff;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #cf2026;
    text-align: left;
    position: relative;
    padding: 10px 10px 10px 50px;
}
.section-content-05 .accordion-item .accordion-header span.qa-icon {
    position: absolute;
    left: 0;
    top: -4px;
}
.section-content-05 .accordion-item .accordion-header span.qa-icon img {
    width: 40px;
    height: auto;
}
.section-content-05 .accordion-item .accordion-header p {
    background-image: url(/education/recurrent/program5/img/ico-close.svg);
    background-repeat: no-repeat;
    background-position: right 5px;
    background-size: 15px;
}
.section-content-05 .accordion-item .accordion-header p.active {
    background-image: url(/education/recurrent/program5/img/ico-open.svg);
}
.section-content-06 p.btn {
    text-align: center;
    padding: 0 0 50px;
}
.section-content-06 p.btn img {
    width: 300px;
    height: auto;
}
footer.footer {
    display: block;
    width: 100%;
    background: #BD2D2F;
    color: #fff;
    position: relative;
}
.footer-logo {
    width: 360px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.footer-logo img {
    position: relative;
    top: 20px;
    left: -40px;
}
.footer-menu {
    padding: 15px 0 5px;
    position: relative;
    padding-left: 360px;
    line-height: 120%;
}
.footer-01,.footer-02 {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0.85em;
}
.footer-01 .footer-01-unit01 {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}
.footer-01 .footer-01-unit02 {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
.footer-01 .footer-01-unit03 {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    padding-left: 2em;
}
.footer-02 .footer-02-unit01 {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}
.footer-02 .footer-02-unit02 {
    display: table-cell;
    width: 85%;
    vertical-align: middle;
}
small.copy {
    text-align: right;
    display: block;
    padding: 2px 10px 10px;
}
.footer-01 .footer-01-unit01 span {
    border: 1px solid #fff;
    padding: 5px;
    width: 100px;
    text-align: center;
    display: inline-block;
}
.footer-02 .footer-02-unit01 span {
    border: 1px solid #fff;
    padding: 5px;
    width: 100px;
    text-align: center;
    display: inline-block;
}
@media only screen and (max-width : 736px){
.header h1 {
    z-index: 10;
}
.header h1 span.pc {
    display: none;
}
.header h1 span.sp {
    display: block;
    position: relative;
    top: -30px;
    left: 130px;
}
.header h1 span.sp img {
    width: 130px;
    height: auto;
}
.hamburger.open {
    color: #fff;
    font-size: 5em;
    font-weight: 100;
    right: 15px;
    top: 25px;
}
.overlay .menu {
    text-align: right;
    padding: 70px  20px 0;
    line-height: 350%;
}
.header-sp {
    padding: 70px 0 0;
}
.header li.contact a,.header li.shirabus a {
    text-align: center;
}
.section {
    padding-top: 40px;
    margin-top: -50px;
}
.content-wrap {
    padding: 0 20px;
}
.content01-text {
    padding: 0;
}
.content01-text p:nth-child(2) img {
    width: 70%;
}
.content01-text p:nth-child(3) img {
    width: 95%;
}
h2.content-ttl .pc-dn img {
    height: 35px;
}
.content02-col3 .content02-unit {
    display: block;
    width: 100%;
    padding: 0;
}
.section-content-02,.section-content-03,.section-content-04 {
    background-image: none;
}
.content-wrap {
    padding: 0 20px;
}
.content02-col3 .content02-unit:first-child,.content02-col3 .content02-unit:nth-child(2),.content02-col3 .content02-unit:nth-child(3) {
    padding: 0 0 20px;
}
.content02-col3 .content02-unit h3 {
    min-height: 4em;
}
.content02-col3 .content02-unit .comment p {
    min-height: auto;
}
.content02-col2 .content02-unit {
    display: block;
    width: 100%;
}
.content02-col2 .content02-unit:first-child {
    padding: 0;
    margin: 0 0 40px;
}
.content02-col2-subbox {
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}
.content02-unit-inside {
    padding: 0;
}
.content02-unit-inside p {
    padding: 15px 15px 0;
}
.content02-unit-inside p.content02-col2-ttl {
    padding-left: 35px;
}
p.content02-col2-ttl span {
    top: 17px;
    left: 7px;
}
.content02-unit-inside p:nth-child(2) {
    padding-bottom: 15px;
}
.content02-col2-subunit-01,.content02-col2-subunit-02 {
    width: 100%;
    display: block;
}
.content02-col2-subunit-01 br {
    display: none;
}
.content02-col2-subunit-01 {
    padding: 7px 15px;
}
.content02-col2,.content02-col2 .content02-unit:nth-child(2) {
    padding-bottom: 0;
}
.section-content-03 p.content03-des {
    font-size: 0.8em;
    text-align: left;
}
.content03-col2,.content03-col2 .content03-unit,.content03-col2 .content03-unit.content03-unit-ver2 {
    display: block;
    width: 100%;
    padding: 0;
}
.content03-col2 .content03-unit {
    margin-bottom: 30px;
}
.content03-inbox,.content03-inbox-col2 {
    display: block;
    width: 100%;
}
.content03-inbox-col2 ul,.content03-inbox-col1 ul {
    width: 80%;
    margin: auto;
}
.content04-schedule-box {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
.content04-schedule-inbox {
    width: 100%;
}
.content04-schedule-box h3 {
    background: #d6eff8;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.content04-schedule-inbox,.content04-schedule-box p {
    border-left: 1px solid #cf2026;
    border-right: 1px solid #cf2026;
}
.section {
    padding-top: 40px;
    margin-top: -50px;
}
.content04-schedule-in-ttl,.content04-schedule-in-content {
    display: block;
    width: 100%;
}
.content04-schedule-box .content04-schedule-in-content p {
    border: none;
    padding: 15px 0;
    text-align: center;
}
.content04-schedule-box .content04-schedule-in-content p span,.content04-schedule-box p.info-txt span {
    display: block;
    margin: auto;
}
.content04-schedule-box p.caption {
    text-align: left;
    font-size: 0.8em;
    line-height: 150%;
}
.content04-schedule-box p.btn {
    padding: 0 20px 20px;
}
.content04-schedule-box p.caption-02 span.type01 {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.content04-schedule-box p:nth-child(2) {
    padding-top: 15px;
    padding-bottom: 15px;
}
.content04-schedule-box p.caption-02 span.type02 {
    display: block;
    width: 90px;
    margin: 5px auto 5px;
}
.content04-schedule-box p.caption-02 .type01:nth-child(2) {
    position: relative;
    top: 8px;
}
.section-content-05 .accordion-item .accordion-header p {
    padding-right: 30px;
}
.footer-menu {
    padding-left: 0;
}
.section-content-05 .accordion-item .accordion-header p {
    padding-right: 30px;
}
.footer-01, .footer-02 {
    display: block;
    padding: 20px 20px 0;
}
.footer-01 .footer-01-unit01, .footer-01 .footer-01-unit02, .footer-01 .footer-01-unit03,.footer-02 .footer-02-unit01,.footer-02 .footer-02-unit02 {
    display: block;
    width: 100%;
    border: none;
    padding-bottom: 10px;
    padding-left: 0;
}
.footer-logo.pc-dn {
    width: 100%;
    background: #fff;
    padding: 20px;
    position: static;
    text-align: center;
}
.footer-logo img {
    position: static;
    width: 45%;
}
}
p.content01-info {
    text-align: center;
}


