@charset "UTF-8";
/* Common */
h1, h2, h3, h4 {
    font-weight: 400;
}
/* 2022 - Home */
/* Content Common */
#bg__h1-2022 {
    padding: 0;
    width: 100%;
}
#bg__h1-2022 h1 {
    background: url(../images/home_01.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 160px;
}
#bg__h1-2022 h1 span {
    visibility: hidden;
}
.content__container {
    margin: 0 auto;
    padding: 40px 0;
    width: 93.75%;
    max-width: 100%;
    font-size: 16px;
    line-height: 2em;
}
.content__container-2column {
    margin: 0 auto;
    padding: 40px 0;
    width: 93.75%;
    max-width: 100%;
}
.content__container h2 {
    margin: 0 0 40px;
    color: #333;
    font-size: 1.125em;
    line-height: 1.5em;
    text-align: center;
}
.content__container a {
    text-decoration: none;
}
.content__container img {
    margin: 40px 0;
}
.content__container-half {
    margin: 0;
    padding: 20px 10px 40px;
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.content__container-narrow {
    margin: 0 auto;
    padding: 0 40px;
    width: 60%;
}
.content__container-wide {
    margin: 0 auto;
    padding: 0 40px;
    width: 80%;
}
.content__container-half h2 {
    margin: 20px 0 40px;
    color: #333;
    font-size: 1.33333333333em;
    line-height: 1em;
    text-align: center;
}
.content__container-narrow h3, .content__container-wide h3 {
    margin: 0 0 40px;
    color: #0067b0;
    font-size: 1.33333333333em;
    line-height: 2em;
    text-align: center;
}
.content__container-gray {
    background: #f5f5f5;
}
.content__container-btn {
    margin: 40px auto 0;
    width: 31.666666666%;
    text-align: center;
}
.content__container-btn a {
    display: block;
    background: #0067b0;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.content__container-btn a:hover {
    text-decoration: none;
    opacity: .75;
}
/* Service */
.content__container-service {
    margin: 0 auto;
    width: 100%
}
.service__box {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    padding: 20px 20px 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.service__box h3 {
    margin: 0 0 40px;
    font-weight: 700;
    line-height: 1.5em;
}
.service__box h3.translation {
    color: #0067b0;
}
.service__box h3.edit {
    color: #1aa692;
}
.service__box h3.publish {
    color: #ee782b;
}
.service__box h3.writing {
    color: #6356a3;
}
.service__box img {
    margin: 0 0 40px;
    width: auto;
    height: 80px;
}
.service__box p {
    margin: 0 0 20px;
    text-align: left;
    line-height: 2em;
}
.service__box-btn, .box__btn_edit, .box__btn_publish, .box__btn_writing {
    margin: auto 0 20px;
    text-align: center;
}
.service__box-btn a {
    display: block;
    background: #0067b0;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.box__btn_edit a {
    display: block;
    background: #1aa692;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.box__btn_publish a {
    display: block;
    background: #ee782b;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.box__btn_writing a {
    display: block;
    background: #6356a3;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.service__box-btn a:hover, .box__btn_edit a:hover, .box__btn_publish a:hover, .box__btn_writing a:hover {
    opacity: .75;
}
/* Publish */
.content__container-gray.publish{
    margin-bottom: 40px;
}
.content__container-publish {
    padding: 0 10px;
    list-style: none;
}
.content__container-publish li {
    background: #fff;
    margin: 0 0 10px;
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.content__container-publish li a {
    display: block;
}
.content__container-publish li a:hover {
    opacity: .75;
}
.content__container-publish li a .imageBox {
    margin-bottom: 10px;
    text-align: center;
}
.content__container-publish li a img {
    margin: 0 auto;
    width: auto;
    height: 200px;
}
.content__container-publish li a p {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
}
/* achievement */
.content__container-achievement {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    list-style: none;
}
.content__container-achievement li {
    background: #fff;
    margin: 0 0 20px;
    padding: 20px;
    width: calc((100% - 20px) / 2);
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
    box-sizing: border-box;
}
.content__container-achievement li a {
    display: block;
}
.content__container-achievement li a:hover {
    opacity: .75;
}
.content__container-achievement li a .imageBox {
    overflow: hidden;
    position: relative;
    max-height: 200px;
    margin-bottom: 10px;
    padding-top: calc(440 / 660 * 100%);
    text-align: center;
}
.content__container-achievement li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 100%;
}
.content__container-achievement li a p {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
}
.content__container.achievement .content__container-btn {
    margin-top: 20px;
}
/* News */
.content__container-news {
    margin: 0 0 20px;
}
.content__container-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content__container-news ul li {
    border-top: 1px dotted #e6e6e6;
    margin: 0;
    padding: 20px 0;
}
.content__container-news ul li .date {
    color: #666;
    font-size: .75em;
    line-height: 1.5em;
}
.content__container-news ul li p {
    margin: 0;
    padding: 0;
    line-height: 1.75em;
}
.content__container-news ul li p a {
    text-decoration: none;
}
.content__container-news ul li p a:hover {
    text-decoration: underline;
}
/* MEET US */
.content__container-meetus img {
    width: 100%;
    height: auto;
}
.content__container-meetus h3 {
    margin: 40px 0 0;
    color: #0067b0;
}
/* Half btn */
.container__half-btn {
    margin: auto 0 0;
    text-align: center;
}
.container__half-btn a {
    display: block;
    background: #0067b0;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.container__half-btn a:hover {
    opacity: .75;
}
/* Aside */
.aside__container {
    padding: 40px 0;
    width: 100%;
}
.aside__container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 93.75%;
    list-style: none;
}
.aside__container ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #e6e6e6;
}
.aside__container ul li:last-child {
    margin: 0;
}
.aside__container ul li a {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
    line-height: 1.5em;
}
.aside__container ul li a:hover {
    opacity: .75;
}