/* common */
.company {
    font-family: "Noto Sans JP", sans-serif;
    color: #2c2c2c;
    padding-bottom: 120px;
    text-align: center;
}

.company:last-child {
    padding-bottom: 0;
}

.company h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 64px;
    text-align: center;
    font-weight: 900;
}

.company h4 {
    font-size: 28px;
    text-align: center;
    font-weight: 850;
    margin-bottom: 64px;
}

.company h5 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.company p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0 30px;
}

.company a {
    font-size: 14px;
    color: #d33718;
}

/* policy */
#policy {
    display: block;
    padding-bottom: 120px;
}

/* 0827追加 */
#policy h5 {
    margin-bottom: 64px;
}

#policy .cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
#policy p {
    font-family: serif;
    font-weight: 800;
    line-height: 28px;
    padding: 0 auto;
    margin-bottom: 64px;
}

#policy .cent p {
    font-size: 16px;
}

/* 0827end */

.container {
    display: flex;
    justify-content: space-between;
    /* 要素間のスペースを均等にする */
}

.colum {
    flex: 1;
}

.colum p {
    font-family: serif;
    /* 導入部分なのでここだけ丁寧な感じに */
    font-weight: 800;
    line-height: 28px;
    padding: 0 15px 15px;
}

#policy .colum .autogragh {
    width: 50%;
}

/* philosophy */
#philosophy .b {
    font-family: "Noto Sans JP", sans-serif;
    color: #2c2c2c;
    padding: 0 100px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    /* 要素間のスペースを均等にする */
    align-items: center;
}

#philosophy .b img {
    mix-blend-mode: multiply;
    width: 100px;
    height: 100%;
}

#philosophy .b .b_text {
    width: 600px;
    display: block;
    text-align: left;
}

#philosophy .b .b_text p {
    font-family: "Noto Sans JP", sans-serif;
    color: #2c2c2c;
    font-size: 20px;
    text-align: left;
    vertical-align: middle;
    padding: 30px 0;
}

/* business */
#business img {
    width: 80%;
    padding-bottom: 60px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0px;
    left: 100px;
}

#business .second_h {
    font-weight: 500;
    font-size: 48px;
}

#business p {
    font-family: "Noto Sans JP", sans-serif;
    color: #2c2c2c;
    padding: 30px;
    line-height: 1.6;
}

/* achievements */
.achievements {
    display: flex;
    padding-bottom: 50px;
}

.achievements1 {
    display: flex;
    padding-bottom: 50px;
}

.achievementstext {
    padding-bottom: 80px;
}

#achievements h5 {
    padding-bottom: 60px
}

/* ※section*/
#section .department {
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
}

#section .department1 {
    font-size: 20px;
}

#section .department2 {
    border-bottom: 3px double #c9c5c5;
}

#section .department3 {
    padding-bottom: 30px;
    padding-top: 10px;
}

.button1 {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.button1 a {
    font-size: 20px;
    background: #c9c5c5;
    border-radius: 10px;
    align-items: center;
    padding: 20px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button1 a:hover {
    background: #313131;
    color: #FFF;
}

/* support */
#support .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex>* {
    flex: 1;
}

#support .flex img {
    height: auto;
    /* mix-blend-mode: multiply;　*/
}

#support .flex p {
    font-family: "Noto Sans JP", sans-serif;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
    align-self: flex-start;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.support5 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    text-align: left;
}

/* data */
#data table {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
}

/* #data .data_title {
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 6.25rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
} */

#data table tr {
    border-bottom: 1px dotted rgb(201, 197, 197);
}

#data table tr:last-child {
    border-bottom: none;
}

#data table tr th {
    font-size: 18px;
    font-weight: 600;
    border: none;
    text-align: left;
    padding: 1rem;
}

#data table tr td {
    font-size: 16px;
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 1rem;
}

#data table tr td a {
    color: #d33718;
}

#data table tr td a:hover {
    color: #ca7260;
    border-bottom: #ca7260 1px solid;
}

#data table tr td a img {
    vertical-align: text-bottom;
}

/* アニメーション設定 */

.scroll-in-left,
.scroll-in-right,
.scroll-in-up,
.scroll-in-down,
.hidden {
    visibility: hidden;
}

/* 動作の詳細設定 */
.scroll-in-left {
    animation: slideInLeft 1.5s forwards;
}

.scroll-in-right {
    animation: slideInRight 1.5s forwards;
}

.scroll-in-up {
    animation: slideInUp 1.5s forwards;
}

.scroll-in-down {
    animation: slideInDown 1.5s forwards;
}

.hidden {
    animation: abc 1.0s forwards;
}

/* 開始前から終了後まで */
/* 左から */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    1% {
        visibility: visible;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

/* 右から */
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    1% {
        visibility: visible;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

/* 下から */
@keyframes slideInDown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
        visibility: hidden;
    }

    1% {
        visibility: visible;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

/* 上から */
@keyframes slideInUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
        visibility: hidden;
    }

    1% {
        visibility: visible;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

/* 不動 */
@keyframes abc {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

/* デフォのスピード */
.animation:first-child {
    animation-delay: 0s;
}

.animation:nth-child(2) {
    animation-delay: 0.4s;
}

.animation:nth-child(3) {
    animation-delay: 0.8s;
}

.animation:nth-child(3) {
    animation-delay: 1.2s;
}

.animation:nth-child(4) {
    animation-delay: 1.6s;
}

.animation:nth-child(5) {
    animation-delay: 2.0s;
}

.animation:nth-child(6) {
    animation-delay: 2.4s;
}

.animation:nth-child(7) {
    animation-delay: 2.8s;
}

.animation:nth-child(8) {
    animation-delay: 3.2s;
}

.animation:nth-child(9) {
    animation-delay: 3.6s;
}

.animation:nth-child(10) {
    animation-delay: 4.0s;
}

.animation:nth-child(11) {
    animation-delay: 4.4s;
}

/* ゆっくり */
.animation-slow:first-child {
    animation-delay: 0s;
}

.animation-slow:nth-child(2) {
    animation-delay: 1.5s;
}

.animation-slow:nth-child(3) {
    animation-delay: 3s;
}

.animation-slow:nth-child(4) {
    animation-delay: 4.5s;
}

.animation-slow:nth-child(5) {
    animation-delay: 6s;
}

.animation-slow:nth-child(6) {
    animation-delay: 7.5s;
}

.animation-slow:nth-child(7) {
    animation-delay: 9s;
}

.button_animation {
    animation-delay: 4.8s;
}

/* responsive */
@media (max-width: 768px) {

    /* common */
    .company {}

    .company h2 {
        font-size: 40px;
    }

    .company h4 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .company h5 {
        font-size: 16px;
    }

    .company p {
        font-size: 11px;
        padding: 0;
    }

    /* POLICY */
    .container {
        flex-direction: column;
    }

    .colum p {
        font-family: serif;
        font-weight: 800;
        line-height: 1.2rem;
        padding-bottom: 12px;
    }

    /* 0827追加 */
    #policy h4 {
        font-size: 11px;
    }

    #policy h5 {
        font-size: 11px;
        margin-bottom: 24px;
    }

    #policy p {
        font-family: serif;
        font-weight: 800;
        line-height: 28px;
        padding: 0 auto;
        margin-bottom: 24px;
    }

    #policy .cent p {
        font-size: 12px;
    }

    /* 0827end */

    /* PHILOSOPHY */
    #philosophy .b {
        padding: 0 0;
        flex-direction: column;
    }

    #philosophy .b .b_text {
        width: 100%;
    }

    #philosophy .b .b_text p {
        font-size: 11px;
    }

    /* BUSINESS */
    #business img {
        width: 100%;
    }

    .relative {
        position: relative;
    }

    .absolute {
        left: 0;
    }

    #business .second_h {
        font-size: 35px;
    }

    #business p {
        font-family: "Noto Sans JP", sans-serif;
        color: #2c2c2c;
        font-size: 12px;
        padding: 0;
        letter-spacing: 1.1;
        line-height: 1.6;
    }

    /* achievements */

    /* SECTION */
    .button1 a {
        font-size: 12px;
    }

    /* SUPPORT */
    #support .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flex>* {
        flex: 1;
    }

    #support .flex img {
        width: 30%;
    }

    #support .flex p {
        font-size: 10px;
    }

    .support5 {
        display: block;
    }

    .support5 img {
        width: 30%;
        height: 30%;
    }

    .support5 p {
        font-size: 11px;
        line-height: 1.6;
        padding-top: 10px;
    }

    /* DATA */
    #data table {
        font-family: "Noto Sans JP", sans-serif;
    }

    /* .data_title {
        border-bottom: 1px solid rgb(201, 197, 197);
    } */

    #data table tr {
        border-bottom: 1px dotted rgb(201, 197, 197);
    }

    #data table tr:last-child {
        border-bottom: none;
    }

    #data table tr th {
        font-size: 14px;
        font-weight: 600;
        border-bottom: none;
        text-align: left;
        padding: 1rem 0 0.5rem;
    }

    #data table tr td {
        font-size: 11px;
        border: none;
        text-align: left;
        vertical-align: middle;
        padding: 0 1rem 0.5rem;
    }

    #data table tr td a {
        font-size: 11px;
        color: #d33718;
    }

    #data table tr td iframe {
        min-height: 250px;
    }
}