@charset "UTF-8";

/* header */
header > div:nth-of-type(2) > nav > ul > li:nth-of-type(1) > a:after {
    height: 0.2rem;
}

/***** service/index.html *****/
/* main */
.service > section > h2 {
    display: flex;
    flex-wrap: wrap;
}
.service > section > img {
    padding: 1rem;
    margin: 1rem auto 0 auto;
    width: 70%;
}
@media (min-width: 520px) {
    .service > section > img {
        width: 30%;
        float: right;
        margin: 1rem 0 0 clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
    }
}
.service > section > h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service > section > h2 > span:nth-of-type(2) {
    padding: 0.25rem 0.5rem;
    text-align: center;
    background-color: var(--education-dark-color);
    color: var(--white-color);
}
.service > section > p:nth-of-type(1) {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.service > section:nth-of-type(1) > img {
    background-color: var(--education-dark-color);
}
.service > section:nth-of-type(2) > img {
    background-color: var(--education-dark-color);
}
.service > section:nth-of-type(3) > img {
    background-color: var(--work-dark-color);
}
.service > section > p:nth-of-type(2) {
    display: flex;
    column-gap: 0.25rem;
    align-items: center;
    clear: both;
}

/***** service/course.html *****/
/* main */
.course > div:nth-of-type(2) {
    width: var(--center-width);
    margin: 0 auto;
}
.course > div:nth-of-type(2) p {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.course > nav:nth-of-type(3) {
    width: var(--center-width);
    margin: 0 auto 2rem;
    padding: 1rem 0 0 0;
}
.course > nav:nth-of-type(3) > ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.course > nav:nth-of-type(3) > ul > li {
    padding: 0 0 0 0.5rem;
}

/* main overview */
.course > section:nth-of-type(1) {
    width: var(--center-width);
    margin: 1rem auto 5rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section {
    margin: 1rem 0 2rem 0.5rem;
    padding: 0 0 1rem 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section > h4 {
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    color: var(--white-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section > ul {
    padding: 0.5rem 0.5rem 0 2rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(1) {
    border: 1px solid var(--work-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(2) {
    border: 1px solid var(--education-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(3) {
    border: 1px solid var(--other-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(1) > h4 {
    background-color: var(--work-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(2) > h4 {
    background-color: var(--education-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(3) > h4 {
    background-color: var(--other-dark-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(1) ul {
    padding: 0.5rem 0.5rem 0 1.75rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(1) ul li {
    list-style: disc;
}
.course > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(2) > details > div {
    margin: 0.5rem 0 0 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section,
.course > section:nth-of-type(2) > section:nth-of-type(4) > details > div,
.course > section:nth-of-type(2) > section:nth-of-type(5) > details > div,
.course > section:nth-of-type(2) > section:nth-of-type(6) > details > div {
    margin: 0.5rem 0 2rem 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(1) > h4 {
    background-color: #00705a;
    color: var(--white-color);
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section > p {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section ul > li {
    display: flex;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section ul > li::before {
    content: "〇";
    padding: 0 0.5em 0 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(1) > div {
    border: 1px solid #3faa95;
    background-color: #f8fff8;
    margin: 0 0 2rem 1rem;
    padding: 0.5rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > h4 {
    background-color: #4f037a;
    color: var(--white-color);
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section{
    margin: 1rem 0 1rem 1.5rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section > h5 {
    padding: 0.25rem 0.5rem;
    color: var(--white-color);
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section > ul {
    padding: 0.5rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section:nth-of-type(1) {
    background-color: #fdf2ea;
    border: 1px solid #c04747;
    margin: 0 0 1rem 1rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section:nth-of-type(1) > h5 {
    background-color: #c04747;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section:nth-of-type(2) {
    background-color: #f6f9ff;
    border: 1px solid #476a7e;
    margin: 0 0 0 1rem;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(2) > section:nth-of-type(2) > h5 {
    background-color: #476a7e;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(3) > h4 {
    background-color: #705200;
    color: var(--white-color);
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0;
}
.course > section:nth-of-type(1) > section:nth-of-type(3) > details > section:nth-of-type(3) > div {
    border: 1px solid #705200;
    background-color: #feffea;
    margin: 0 0 0 2rem;
    padding: 0.5rem;
}

/* main feature */
.course > section:nth-of-type(2) > section:nth-of-type(2) > img {
    float: right;
    width: clamp(160px, 32vw, 320px);
    margin: 1rem;
}
.course > section:nth-of-type(2) > section:nth-of-type(2) > div {
    clear: both;
}
.course > section:nth-of-type(2) > section:nth-of-type(3) > img {
    margin: 0 auto;
}
.course > section:nth-of-type(2) > section:nth-of-type(4) > details > div > ul {
    padding: 0.5rem 0.5rem 0 1.75rem;
}
.course > section:nth-of-type(2) > section:nth-of-type(4) > details > div > ul li {
    list-style: disc;
}

/* main history */
.course > section:nth-of-type(3) > section:nth-of-type(1) > h3 > span {
    display: flex;
    flex-wrap: wrap;
}
.course > section:nth-of-type(3) > section:nth-of-type(1) > figure {
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem 0;
    align-items: center;
}
.course > section:nth-of-type(3) > section:nth-of-type(2) > img {
    float: right;
    width: clamp(160px, 24vw, 240px);
    margin: 1rem;
}
.course > section:nth-of-type(3) > section:nth-of-type(2) > div {
    clear: both;
}

/* main message */
.course > section:nth-of-type(4) > section > h3 {
    margin: 0 0 1rem 0;
    border-bottom: none;
    color: var(--white-color);
}
.course > section:nth-of-type(4) > section h3,
.course > section:nth-of-type(4) > section h4,
.course > section:nth-of-type(4) > section p {
    padding: 0.5rem 1rem;
}
.course > section:nth-of-type(4) > section {
    margin: 1rem 0 2rem 0;
}
.course > section:nth-of-type(4) > section > section {
    margin: 1rem auto;
}
.course > section:nth-of-type(4) > section > section > h4::before {
    content: "☆";
    padding: 0 0.5em 0 0;
}
.course > section:nth-of-type(4) > section > section > h4::after {
    content: "☆";
    padding: 0 0 0 0.5em;
}
.course > section:nth-of-type(4) > section:nth-of-type(1) > section > img {
    float: right;
    width: clamp(160px, 24vw, 240px);
    margin: 1rem;
}
.course > section:nth-of-type(4) > section:nth-of-type(2) > section > img {
    float: right;
    width: clamp(120px, 18vw, 180px);
    margin: 1rem;
}
.course > section:nth-of-type(4) > section > section > div {
    clear: both;
}
.course > section:nth-of-type(4) > section:nth-of-type(1) {
    background-color: #f4f9fc;
    border: 1px solid #2f799b;
}
.course > section:nth-of-type(4) > section:nth-of-type(1) > h3 {
    background-color: #2f799b;
}
.course > section:nth-of-type(4) > section:nth-of-type(2) {
    background-color: #fcf2f7;
    border: 1px solid #905371;
}
.course > section:nth-of-type(4) > section:nth-of-type(2) > h3 {
    background-color: #905371;
}

/***** service/training.html *****/
/* main introduction */

/* main provide */
.training > section:nth-of-type(2) p > a {
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: var(--education-light-color);
}
.training > section:nth-of-type(2) p > a:hover {
    outline: 2px solid var(--link-color);
    outline-offset: 0.2rem;
}
.training > section:nth-of-type(2) p > a > img {
    width: 100%;
}
.training > section:nth-of-type(2) p > a > img:hover {
    outline: none;
}
.training > section:nth-of-type(2) p > a > span {
    padding: 1rem;
    background-color: var(--white-color);
}
@media (min-width: 520px) {
/* main provide */
    .training > section:nth-of-type(2) p > a {
        flex-direction: row;
    }
    .training > section:nth-of-type(2) p > a > img {
        width: 50%;
        height: max(120px,100%);
    }
}

/***** service/work.html *****/
/* main esteam */
.work > section:nth-of-type(1) > img {
    margin: 0 auto;
}

/* main group */


/***** service/guideline.html *****/
/* main */
.guideline > p {
    width: var(--center-width);
    margin: 0 auto;
    padding: 1rem 0 0 0;
}

.guideline > section:nth-of-type(5) ul {
    margin: 0 0 0 1rem;
}
.guideline > section:nth-of-type(5) ul > li  {
    padding: 0.25rem 0;
    display: flex;
}
.guideline > section:nth-of-type(5) ul > li::before  {
    padding: 0 0.5em 0 0;
}
.guideline > section:nth-of-type(5) ul > li:nth-of-type(1)::before {
    content: "➀";
}
.guideline > section:nth-of-type(5) ul > li:nth-of-type(2)::before {
    content: "➁";
}
.guideline > section:nth-of-type(5) ul > li:nth-of-type(3)::before {
    content: "➂";
}
.guideline > section:nth-of-type(5) ul > li:nth-of-type(4)::before {
    content: "➃";
}
.guideline > section:nth-of-type(6) > section {
    margin: 0.75rem auto 1.5rem;
}
.guideline > section:nth-of-type(6) > section > h3::before {
    padding: 0 0.5em 0 0 ;
}
.guideline > section:nth-of-type(6) > section:nth-of-type(1) > h3::before {
    content: "（１）";
}
.guideline > section:nth-of-type(6) > section:nth-of-type(2) > h3::before {
    content: "（２）";
}
.guideline > section:nth-of-type(6) > section:nth-of-type(3) > h3::before {
    content: "（３）";
}
.guideline > section:nth-of-type(6) > section:nth-of-type(3) > div {
    margin: 0.5rem 1rem 1rem 1rem;
    padding: 0.5rem;
    border: 1px dashed var(--darkgray-color);
}
.guideline > section:nth-of-type(6) > section:nth-of-type(3) .arrowRink {
    padding: 0.5rem;
}
.guideline > section:nth-of-type(8) > div {
    display: block;
    border: 1px solid #f7cbcf;
    background-color: #fef2f3;
    margin: 1.5rem;
    padding: 0.5rem;
}
.guideline > section:nth-of-type(9) > section {
    display: flex;
    margin: 1rem 0;
    min-height: 5rem;
}
.guideline > section:nth-of-type(9) > section:nth-of-type(1) {
    margin: 1.5rem 0 1rem 0;
}
.guideline > section:nth-of-type(9) > img {
    display: flex;
    justify-self: center;
}
.guideline > section:nth-of-type(9) > section > h3 {
    width: 20%;
    margin: 0;
    border-bottom: none;
    text-align: center;
    align-content: space-evenly;
}
.guideline > section:nth-of-type(9) > section > p {
    width: 78%;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    align-content: space-evenly;
}
.guideline > section:nth-of-type(9) > section:nth-of-type(1),
.guideline > section:nth-of-type(9) > section:nth-of-type(5) {
    border: 1px solid var(--lightgray-color);
}
.guideline > section:nth-of-type(9) > section:nth-of-type(2),
.guideline > section:nth-of-type(9) > section:nth-of-type(3),
.guideline > section:nth-of-type(9) > section:nth-of-type(4) {
    border: 1px solid var(--deepgray-color);
}
.guideline > section:nth-of-type(9) > section:nth-of-type(1) > h3,
.guideline > section:nth-of-type(9) > section:nth-of-type(5) > h3 {
    background-color: var(--lightgray-color);
}
.guideline > section:nth-of-type(9) > section:nth-of-type(2) > h3,
.guideline > section:nth-of-type(9) > section:nth-of-type(3) > h3,
.guideline > section:nth-of-type(9) > section:nth-of-type(4) > h3 {
    background-color: var(--deepgray-color);
}

/***** service/meeting.html *****/

.meeting > p {
    width: var(--center-width);
    margin: 0 auto;
    padding: 1rem 0 0 0;
}

/* explanation */
.meeting > section ul > li {
    padding: 0.25rem 0;
}
.meeting > section:nth-of-type(1) > section:nth-of-type(1) > section > ul {
    padding: 0 0.5rem 0.5rem 2rem;
}
.meeting > section:nth-of-type(1) > section:nth-of-type(1) > section > h4::before {
    padding: 0 0.5em 0 0;
}
.meeting > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(1) > h4::before {
    content: "（１）";
}
.meeting > section:nth-of-type(1) > section:nth-of-type(1) > section:nth-of-type(2) > h4::before {
    content: "（２）";
    padding: 0 0.5em 0 0;
}
.meeting > section:nth-of-type(1) > section:nth-of-type(1) > section {
    margin: 0 auto 1rem;
}

/* application */
.meeting > section:nth-of-type(2) > section > h3::before {
    padding: 0 0.5em 0 0;
}
.meeting > section:nth-of-type(2) > section:nth-of-type(1) > h3::before {
    content: "➀";
}
.meeting > section:nth-of-type(2) > section:nth-of-type(2) > h3::before {
    content: "➁";
}

