@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,
body {
    margin: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    color: #333;
    font-family: "Noto Sans";
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0px;
    padding: 0px;
}

p,
td,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


table,
td,
th {
    border-collapse: collapse;
}

img {
    border: 0px;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    max-width: 100%;
    transition: 0.5s;
    height: inherit;
}

a,
img {
    transition: 0.5s;
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a.shn:hover img {
    cursor: pointer;
    filter: brightness(1.2);
    zoom: 1;
}

.wmain {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.w12 {
    max-width: 1200px;
}

.w-full {
    width: 100%;
}

.left {
    float: left
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/*hero
*********************/
.hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hero img {
    width: 100%;
}

/*about
*********************/
.about {
    padding: 60px 0;
    background: #F9FAFA;
    justify-items: center;
}

.title-bar {
    display: flex;
    max-width: 1200px;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    background: #000469;
    margin-bottom: 40px;
}

.title-bar span {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.a-content-wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.a-content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.a-content-item:nth-child(even) {
    flex-direction: row-reverse;
}

.a-content {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;

}

.a-content-title {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.a-number {
    display: flex;
    width: 60px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    background: #000469;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.a-content-title span {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.a-subtitle {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.a-text {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.a-content-img {
    width: 600px;
    height: 300px;
}

.a-content-img img {
    object-fit: cover;
    width: 100%;
    object-position: 50% 25%;
}

/*kouza
*********************/
.about,
.kouza,
.contact {
    padding: 60px 0;
    background: #FFFFFF;
    justify-items: center;
}

.k-item-wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.k-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
}

.k-item-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #3973AC;
    display: flex;
    padding: 16px 24px;
    align-items: center;
    align-self: stretch;
}

.k-item-contents-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
    padding-bottom: 24px;
}

.k-item-row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 16px;
}

.k-item-row2 {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.k-item-row3 {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.k-item-contents {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.k-item-contents-title {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.k-item-contents-text {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.k-item-contents-subtitle {
    color: #3973AC;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.k-item-contents-subtext {
    color: #3973AC;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.k-item-img {
    width: 460px;
    height: 214px;
}

.k-item-img img {
    object-fit: cover;
    width: 100%;
    object-position: 50% 25%;
}

.k-item-row1 .k-item-img img {
    object-fit: contain;
    width: 100%;
    object-position: 50% 25%;
}

#k-item3 .k-item-row1 .k-item-img img,
#k-item4 .k-item-row1 .k-item-img img {
    object-fit: cover;
}


.k-curriculum {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.k-curriculum-title {
    background: #D7E3EE;
    color: #3973AC;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.k-curriculum li {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.k-taisho {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #D7E3EE;
}

.k-taisho-title {
    border: 1px solid #3973AC;
    background: #FFF;
    color: #3973AC;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.k-taisho-wrapper {}

.K-taisho-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.K-taisho-item svg {
    width: 20px;
    height: 20px;
}

.K-taisho-item span {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.k-step-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex: 1 0 0;
}

.k-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.k-step-title {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #3973AC;
}

.k-step-text {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 9px 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #3973AC;
}

/*contact
*********************/
.contact-container {
    width: 100%;
    max-width: 1200px;
}

.co-column-container {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding: 0px 20px;

}

.co-card-item {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 24px 16px;
    gap: 8px;
    border: 1px solid #000469;
    background: #FFF;
}

.co-card-title {
    color: #000469;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.co-card-colmun-container {
    display: flex;
    flex-direction: column;

}

.co-card-colmun-item {
    text-align: center;
    flex-direction: column;
    display: flex;
    gap: 16px;

}

.co-card-colmun-item p {
    text-align: left;
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.co-card-subtitle {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.co-card-img {
    justify-self: center;
}

.co-card-img img {
    object-fit: cover;
    width: 100%;
    object-position: 50% 25%;
}

/*glory
*********************/
.glory {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    padding: 64px 0;
    gap: 24px;
    background: #153261;
}

.g-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 20px;

}

.g-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.g-item {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    align-self: stretch;
    gap: 14px;
    background: #FFF;
    max-width: 1200px;
}

.g-item-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* width: 320px; */
}

.g-item img {
    width: 377px;
    flex-shrink: 0;
}

.g-item-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    flex: 1 0 0;
}

.g-item-container p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.g-item-container a {
    display: flex;
    width: 320px;
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: #94A6B3;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*footer
*********************/
.footer {
    padding: 40px;
    background: #153261;
    text-align: center;
    color: #fff;
}

.footer h2 {
    font-size: 18px;
    line-height: 1.8em;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.footer h2:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ddd;
    width: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer span {
    font-weight: bold;
}
.cRight {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 1em;
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 2em;
}