@charset "utf-8";
/* default PC */

#contents #abot .movie-box {
    max-width: 900px;
    margin: 0 auto 85px;
}

#contents #abot .main-ttl {
    color: #333;
    font-size: 35px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 30px;
    text-align: center;
}

#contents #abot .main-ttl .sub-ttl {
    display: block;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 16px 0 0;
}

#contents #abot .main-ttl .jp-ttl {
    background-color: #ea5700;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 13px;
    padding: 4px 63px;
}

#contents .function-box {
    padding: 60px 0;
}

#contents .function-box .txt-2box h3::before {
    display: none;
}

#contents .function-box .txt-2box h3 {
    font-size: 145%;
    padding: 0;
}

#contents .function-box .txt-2box {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px 40px 20px;
}

#contents .function-box .txt-2box h3 .number {

    background-color: #ea5700;
    color: #fff;
    display: inline-block;
    font-family: "Roboto";
    margin-right: 12px;
    padding: 10px 17px;
}

#contents .staff-box h3 {
    margin: 0 auto 10px;
}

#contents .main-txt {
    font-size: 18px;
    line-height: 2em;
}

#contents #reason .photo-box .txt-box .main-txt {
    color: #ea5700;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8em;
}

#contents #reason .photo-box .photo {
    margin: 0;
    width: 50%;
}

#contents #reason .photo-box .txt-box {
    margin: 0;
    padding: 0 50px;
    width: 50%;
}

#contents #reason .photo-box .photo p {
    margin: 0;
}

#contents #reason .flow-area .flow-box:last-child {
    margin-right: 0;
}

#contents #reason .flow-area .flow-box:last-child::after {
    display: none;
}

#contents #reason .flow-area .flow-area {
    position: relative;
    z-index: 0;
}

#contents #reason .flow-area .flow-box {
    background-color: #ececec;
    margin: 0;
    margin-right: 3px;
    padding: 30px;
    position: relative;
    width: calc(100% / 4 - 3px);
}

#contents #reason .flow-area .flow-box::after {
    background-color: #ececec;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: -14px;
    top: 50px;
    margin: 0;
    z-index: 1;
}

#contents #reason .flow-area .flow-box .ttl .number {
    background-color: #ea5700;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 15px;
}

#contents #reason .flow-area .flow-box .ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

#contents #reason .flow-area .flow-box .cost-txt {
    border: 2px solid #ea5700;
    color: #ea5700;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}

#contents #reason .flow-area .flow-box ul {
    background-color: #fff;
    min-height: 155px;
    padding: 20px 15px 20px 40px;
}

#contents #reason .contact-box {
    position: relative;
}

#contents #reason .contact-box a {
    background-color: #4668ac;
    color: #fff;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 30px 45px;
    text-align: center;
    transition: .5s;
}

#contents #reason .contact-box a .txt {
    font-size: 17px;
    margin-bottom: 30px;
}

#contents #reason .contact-box a .ttl {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

#contents #reason .contact-box a .btn-txt {
    border: 2px solid #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    max-width: 320px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
}

#contents #reason .contact-box a .btn-txt::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#contents #reason .contact-box a:hover {
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
    transition: .5s;
}

#contents #reason .contact-box .btn-txt a {
    width: 400px;
    padding: 15px;
    background-color: #ea5700;
}

#contents #industry .flow-area .flow-box .flow-item {
    justify-content: flex-start;
}

#contents #industry .flow-area .flow-box .flow-item li {
    align-items: center;
    background-color: #ececec;
    display: flex;
    margin: 0 0 30px 0;
    padding: 7px 10px;
    position: relative;
    width: 100%;
}

#contents #industry .flow-area .flow-box.flow-2box .flow-item li {
    width: calc(100% / 2 - 30px);
}

#contents #industry .flow-area .flow-box .flow-item li::after {
    border-top: 2px solid #ea5700;
    border-right: 2px solid #ea5700;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 8px);
    margin: auto;
}

#contents #industry .flow-area .flow-box .flow-item li .number {
    background-color: #333;
    border-radius: 50%;
    display: block;
    color: #fff;
    margin-right: 10px;
    padding: 0px 10px;
}

#contents #industry .flow-area .flow-box .flow-item li:last-child::after {
    display: none;
}

#contents #issues .issues-box {
    margin-top: -40px;
    padding: 100px 0 30px;
}

#contents #issues .issues-box .txt-box {
    background-color: #ececec;
    padding: 5px 5px 0px;
}

#contents #issues .issues-box .txt-box p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
    text-align: center;
    color: #000;
}

#contents #issues .issues-box .txt-box ul li {
    align-items: baseline;
    background-color: #fff;
    display: flex;
    font-size: 15px;
    list-style: none;
    margin: 0 0 4px;
    padding: 10px 9px 7px;
    line-height: 1.3em;
    width: calc(50% - 2px);
}

#contents #issues .issues-box .txt-box ul {
    padding: 0;
}

#contents #issues .issues-box .txt-box ul li i {
    color: #ea5700;
    font-size: 18px;
    padding-right: 5px;
}

#contents #issues .issues-box .txt-box ul li:nth-child(2n) {
    margin-right: 0;
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

    #contents #industry .flow-area .flow-box .flow-item li {
        font-size: 15px;
        padding: 15px 10px;
    }

    #contents #industry .flow-area .flow-box .flow-item li .number {
        font-size: 15px;
        padding: 2px 12px;
    }

}

@media screen and (max-width: 1024px) {

    #contents #reason .main-txt {
        font-size: 16px;
    }

    #contents #reason .photo-box .txt-box {
        padding: 0;
        padding-left: 30px;
        width: 60%;
    }

    #contents #reason .photo-box .photo {
        width: 40%;
    }

    #contents #reason .flow-area .flow-box {
        padding: 30px 15px;
    }

    #contents #reason .flow-area .flow-box .cost-txt {
        font-size: 14px;
        padding: 5px 3px;
    }

    #contents #reason .flow-area .flow-box ul {
        padding: 20px 15px 20px 35px;
    }

    #contents #industry .flow-area .flow-box .flow-item li {
        width: 100%;
    }

    #contents #issues .issues-box .txt-box {
        padding: 35px 25px 30px;
    }

    #contents #issues .issues-box .txt-box ul li {
        font-size: 16px;
    }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
    #contents #industry .flow-area .flow-box .flow-item li {
        width: 440px;
    }

    #contents .photo-box {
        margin-bottom: 30px;
    }

    #contents .image-box .txt-3box {
        margin-right: 4%;
        width: 48%;
    }

    #contents .image-box .txt-3box:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #contents .image-box {
        justify-content: center;
    }

    #contents .photo-box .txt-2box {
        margin-right: 4%;
        width: 48%;
    }

    #contents .photo-box .txt-2box.end {
        margin-right: 0;
    }

    #contents .function-box .img-2box {
        width: 30%;
    }

    #contents .function-box .img-2box-txt {
        margin-left: 20px;
        width: calc(70% - 20px);
    }

    #contents .function-box .img-2box-txt h3 {
        font-size: 120%;
        margin-bottom: 22px;
    }

    #contents .function-box .img-2box-txt h3 .number {
        padding: 7px 16px;
    }

    #contents .function-box .img-2box-txt p br {
        display: none;
    }

    #contents #reason .main-txt {
        text-align: left;
    }

    #contents #reason .main-txt br {
        display: none;
    }

    #contents #reason .photo-box .txt-box .main-txt {
        font-size: 22px;
    }

    #contents .staff-box .flex .img-2box {
        width: 30%;
    }

    #contents .staff-box .flex .img-2box-txt {
        margin-left: 25px;
        width: calc(70% - 25px);
    }

    #contents .staff-box .name {
        font-size: 23px;
    }

    #contents .staff-box .en-name {
        font-size: 13px;
    }

    #contents #reason .flow-area .flow-box {
        margin-bottom: 3px;
        width: calc(100% / 2 - 3px);
    }

    #contents #reason .flow-area {
        justify-content: flex-start;
    }

    #contents #reason .contact-box a .ttl {
        font-size: 25px;
    }

    #contents #reason .contact-box a .txt {
        font-size: 16px;
        text-align: left;
    }

    #contents #reason .contact-box a .txt br {
        display: none;
    }

    #contents #reason .contact-box a .btn-txt {
        font-size: 16px;
    }

    #contents .flow-area .flow-box .img-2box img {
        margin: 0 auto;
    }

    #contents #issues .issues-box .img-2box {
        width: 30%;
    }

    #contents #issues .issues-box .img-2box-txt {
        margin-left: 25px;
        width: calc(70% - 25px);
    }

    #contents #issues .issues-box .txt-box p {
        font-size: 20px;
    }

    #contents #issues .issues-box .txt-box ul li {
        font-size: 15px;
        padding: 12px 10px;
    }

    #contents #issues .issues-box .txt-box ul li br {
        display: none;
    }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

    #contents .photo-box .txt-2box {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    #contents #abot .main-ttl {
        font-size: 23px;
        line-height: 18px;
        margin-bottom: 40px;
        padding-top: 10px;
    }

    #contents #abot .main-ttl .sub-ttl {
        font-size: 16px;
    }

    #contents #abot .main-ttl .jp-ttl {
        font-size: 14px;
        padding: 4px 30px;
    }

    #contents .main-txt br {
        display: block;
    }

    #contents .main-txt {
        font-size: min(4vw, 16px);
        margin-bottom: 55px;
    }

    #contents .staff-box h3 {
        max-width: 1200px;
        margin: 0 auto 20px;
        width: 95%;
    }

    #contents .function-box .img-2box {
        width: 100%;
    }

    #contents .function-box .img-2box img {
        width: 100%;
    }

    #contents .function-box .txt-2box {
        padding: 10px;
    }

    #contents .function-box .img-2box-txt h3 {
        align-items: center;
        display: flex;
        font-size: min(4.2vw, 18px);
    }

    #contents .function-box .img-2box-txt h3 .number {
        font-size: 16px;
        padding: 4px 14px;
    }

    #contents .function-box {
        margin-bottom: 50px;
        padding: 60px 0 40px;
    }

    #contents .function-box .img-2box-txt {
        margin-left: 0;
        width: 100%;
    }

    #contents .image-box .txt-3box {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    #contents .image-box .txt-3box img {
        width: 100%;
    }

    #contents .image-box .txt-3box:nth-child(2n) {
        margin-bottom: 30px;
    }

    #contents .image-box .txt-3box:nth-child(3n) {
        margin-bottom: 0;
    }

    #contents #abot .movie-box {
        height: 65vw;
        margin: 0 auto 55px;
    }

    #contents #abot .mb-65 {
        margin-bottom: 50px;
    }

    #contents #reason .main-txt {
        font-size: min(4vw, 16px);
    }

    #contents #reason .photo-box .photo {
        margin-bottom: 15px;
        width: 100%;
    }

    #contents .mb-50 {
        margin-bottom: 10%;
    }

    #contents #reason .photo-box .txt-box {
        padding: 0;
        width: 100%;
    }

    #contents #reason .photo-box .txt-box .main-txt {
        font-size: min(5vw, 21px);
    }

    #contents .staff-box .flex .img-2box {
        width: 100%;
    }

    #contents .staff-box .flex .img-2box-txt {
        margin-left: 0;
        width: 100%;
    }

    #contents .staff-box .name {
        font-size: min(6vw, 25px);
    }

    #contents #reason .flow-area .flow-box .ttl .number {
        font-size: 14px;
        padding: 2px 12px;
    }

    #contents #reason .flow-area .flow-box .ttl {
        font-size: 15px;
    }

    #contents #reason .flow-area .flow-box ul {
        font-size: min(3.7vw, 15px);
    }

    #contents #reason .flow-area .flow-box .cost-txt {
        font-size: min(3.7vw, 15px);
    }

    #contents #reason .flow-area .flow-box {
        margin-right: 0;
        padding: 30px;
        width: 100%;
    }

    #contents #reason .flow-area .flow-box::after {
        bottom: -13px;
        top: unset;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: rotate(135deg);
    }

    #contents #reason .contact-box a {
        padding: 30px 15px 40px;
    }

    #contents #reason .contact-box a .ttl {
        font-size: min(4.5vw, 18px);
    }

    #contents #reason .contact-box a .txt {
        font-size: min(3.7vw, 15px);
    }

    #contents #reason .contact-box a .btn-txt {
        font-size: min(4vw, 16px);
    }

    #contents #industry .flow-area .flow-box .flow-item li {
        font-size: min(3.7vw, 14px);
        margin-right: 0;
        width: 100%;
    }

    #contents #industry .flow-area .flow-box .flow-item li::after {
        left: 0;
        right: 0;
        top: unset;
        bottom: -12px;
        margin: 0 auto;
        transform: rotate(135deg);
    }

    #contents #industry .flow-area .flow-box .flow-item li:last-child {
        margin-bottom: 0;
    }

    #contents #industry .flow-area .flow-box.flow-2box .flow-item li {
        width: 100%;
    }

    #contents #issues .issues-box .img-2box {
        width: 100%;
    }

    #contents #issues .issues-box .img-2box {
        margin-bottom: 15px;
    }

    #contents #issues .issues-box .img-2box-txt {
        margin: 0;
        width: 100%;
    }

    #contents #issues .issues-box .img-2box-txt .mb-30 {
        margin-bottom: 15px;
    }

    #contents #issues .issues-box .txt-box p {
        font-size: min(4.5vw, 18px);
    }

    #contents #issues .issues-box .txt-box ul li {
        font-size: min(3.7vw, 14px);
        margin-right: 0;
        width: 100%;
    }

    #contents #issues .issues-box .txt-box {
        padding: 30px 15px 25px;
    }

    #contents #issues .issues-box {
        padding: 100px 0 20px;
    }

    #contents #issues .issues-box .txt-box ul li br {
        display: block;
    }

    .flow-area.flex .flow-box.txt-3box {
        margin-bottom: 30px;
    }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}