.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}

#main .first_view {
    width: 100%;
    height: 100vh;
    height: 100svh;
}
#main .first_view .logo_top {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 979px) {
    #main .first_view .logo_top {
        display: none;
    }
}
#main .first_view .logo_top .logo a .logo_container {
    width: 224px;
    height: 86px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 190px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 156px;
        height: 60px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg {
    padding-top: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 19.5px;
        padding-left: 19.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 17px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 150px;
        height: 31px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 125.5px;
        height: 26px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st0_logo {
    fill: #00a0eb;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st1_logo {
    fill: #0076c5;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st2_logo {
    fill: #004793;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st3_logo {
    fill: #737272;
}
#main .first_view .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 979px) {
    #main .first_view .photo {
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .photo {
        padding-top: 60px;
    }
}
#main .first_view .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
#main .first_view.fadeIn .photo .photo_container {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
#main .page_title {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .page_title {
        margin-top: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1199px) {
    #main .page_title {
        width: 88vw;
    }
}
#main .page_title .title h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.25em;
    color: #004990;
    text-align: center;
}
#main .page_title .title h1 span {
    font-weight: 500;
}
#main .page_title .title h1 span.h {
    font-size: 34.2px;
}
@media screen and (max-width: 1199px) {
    #main .page_title .title h1 {
        font-size: 32px;
    }
    #main .page_title .title h1 span.h {
        font-size: 28.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .title h1 {
        font-size: 26px;
    }
    #main .page_title .title h1 span.h {
        font-size: 23.4px;
    }
}
#main .page_title .title h1 span.h {
    letter-spacing: 0.2em;
}
#main .page_title .lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .page_title .lead {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead {
        margin-top: 42px;
    }
}
#main .page_title .lead p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .page_title .lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .page_title .lead p span.b {
        display: inline;
    }
}
#main .info_content {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .info_content {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content {
        width: 88vw;
    }
}
#main .info_content .info_title {
    text-align: center;
    position: relative;
}
#main .info_content .info_title .line {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .line {
        display: none;
    }
}
#main .info_content .info_title .line.fadeIn {
    width: 100%;
    left: 0%;
}
#main .info_content .info_title .title {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_title .title {
        padding: 0 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .title {
        padding: 0;
    }
}
#main .info_content .info_title .title h2 {
    margin-top: calc(0px - 0.35em);
    margin-bottom: calc(0px - 0.35em);
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.25em;
    color: #0075c2;
}
#main .info_content .info_title .title h2 span {
    font-weight: 500;
}
#main .info_content .info_title .title h2 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_title .title h2 {
        font-size: 26px;
    }
    #main .info_content .info_title .title h2 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title .title h2 {
        font-size: 20px;
    }
    #main .info_content .info_title .title h2 span.h {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title.line_visible .line {
        display: block;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_title.line_visible .title {
        padding: 0 10px;
    }
}
#main .info_content .info_lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead {
        margin-top: 35px;
    }
}
#main .info_content .info_lead p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_lead p span.b {
        display: inline;
    }
}
#main .info_content .info_body {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_body {
        margin-top: 35px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body {
        width: 88vw;
    }
}
#main .info_content .info_body p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .info_content_process .process_content {
    display: -ms-grid;
    display: grid;
    row-gap: 100px;
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content {
        margin-top: 67px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content {
        row-gap: 80px;
        margin-top: 80px;
    }
}
@media screen and (max-width: 979px) {
    #main .info_content_process .process_content {
        row-gap: 80px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content {
        margin-top: 67px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content {
        row-gap: 70px;
        margin-top: 55px;
    }
}
#main .info_content_process .process_content .process_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 430px 1fr;
    grid-template-columns: 430px 1fr;
    height: 338px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box {
        -ms-grid-columns: 36vw 1fr;
        grid-template-columns: 36vw 1fr;
        height: auto;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .info_content_process .process_content .process_box .line_tate {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 1px;
    height: 100px;
    background-color: #004990;
    position: absolute;
    top: 100%;
    left: 215px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .line_tate {
        height: 80px;
        left: 18vw;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box .line_tate {
        left: 50%;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .line_tate {
        height: 70px;
    }
}
#main .info_content_process .process_content .process_box .arrow {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    position: absolute;
    top: calc(100% + 100px - 20px + 2px);
    left: 208px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .arrow {
        top: calc(100% + 80px - 20px + 2px);
        left: calc(18vw - 7px);
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box .arrow {
        left: calc(50% - 7px);
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .arrow {
        top: calc(100% + 70px - 20px + 2px);
    }
}
#main .info_content_process .process_content .process_box .arrow svg {
    fill: #004990;
}
#main .info_content_process .process_content .process_box .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 12;
}
#main .info_content_process .process_content .process_box .process .bg {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    background-color: #fff;
    border: 1px solid #004990;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .info_content_process .process_content .process_box .process .number {
    width: 60px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    bottom: calc(100% - 27px);
    left: 50px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .number {
        bottom: calc(100% - 23px);
        left: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .number {
        bottom: calc(100% - 20px);
        left: 30px;
    }
}
#main .info_content_process .process_content .process_box .process .number .en {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .info_content_process .process_content .process_box .process .number .en .text {
    padding-left: 0.05em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .number .en .text {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .number .en .text {
        font-size: 11px;
    }
}
#main .info_content_process .process_content .process_box .process .number .num {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 6px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .number .num {
        margin-top: 5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .number .num {
        margin-top: 4px;
    }
}
#main .info_content_process .process_content .process_box .process .number .num .text {
    padding-left: 0.1em;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .number .num .text {
        font-size: 42px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .number .num .text {
        font-size: 34px;
    }
}
#main .info_content_process .process_content .process_box .process .content {
    margin: 0 50px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .content {
        margin: 0 35px;
        padding: 40px 0;
    }
}
@media screen and (max-width: 979px) {
    #main .info_content_process .process_content .process_box .process .content {
        margin: 0 30px;
        padding: 35px 0;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .content {
        margin: 0 25px;
    }
}
#main .info_content_process .process_content .process_box .process .content .head {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .info_content_process .process_content .process_box .process .content .head h3 {
    padding-left: 0.1em;
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #004990;
    text-align: center;
}
#main .info_content_process .process_content .process_box .process .content .head h3 span {
    font-weight: 500;
}
#main .info_content_process .process_content .process_box .process .content .head h3 span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .content .head h3 {
        font-size: 23.5px;
    }
    #main .info_content_process .process_content .process_box .process .content .head h3 span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .content .head h3 {
        font-size: 19px;
    }
    #main .info_content_process .process_content .process_box .process .content .head h3 span.h {
        font-size: 17.1px;
    }
}
#main .info_content_process .process_content .process_box .process .content .body {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 25px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .content .body {
        margin-top: 22.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .content .body {
        margin-top: 20px;
    }
}
#main .info_content_process .process_content .process_box .process .content .body p {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .process .content .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .process .content .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
#main .info_content_process .process_content .process_box .photo {
    -ms-grid-column-align: end;
        justify-self: end;
    width: 550px;
    height: 338px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .photo {
        width: 400px;
        height: 245.8181818182px;
    }
}
@media screen and (max-width: 979px) {
    #main .info_content_process .process_content .process_box .photo {
        width: 40vw;
        height: 24.5818181818vw;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box .photo {
        -ms-grid-column-align: center;
            justify-self: center;
        margin-bottom: 100px;
        width: 70vw;
        height: 43.0181818182vw;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .photo {
        margin-bottom: 70px;
        width: 88vw;
        height: 54.08vw;
    }
}
#main .info_content_process .process_content .process_box .photo .photo_container {
    width: 100%;
    height: 100%;
    background-image: url("../img/process.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_process .process_content .process_box .relation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation {
        margin-top: 17px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation {
        margin-top: 14px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box .relation {
        margin-top: 0;
    }
}
#main .info_content_process .process_content .process_box .relation .bg {
    opacity: 0;
    right: 100%;
    background-color: #e0f4fc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box .relation .bg {
        left: 0;
        top: -10px;
    }
}
#main .info_content_process .process_content .process_box .relation .content {
    margin: 0 65px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content {
        margin: 0 45px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 979px) {
    #main .info_content_process .process_content .process_box .relation .content {
        margin: 0 30px;
        padding: 35px 0;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content {
        margin: 0 25px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .title {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    position: relative;
}
#main .info_content_process .process_content .process_box .relation .content .title .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
}
#main .info_content_process .process_content .process_box .relation .content .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .title .text {
        font-size: 15px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .title .text {
        font-size: 14px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .line {
    width: 0%;
    margin-top: 18px;
    height: 1px;
    background-color: #000;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .line {
        margin-top: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .line {
        margin-top: 10px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .head {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 30px;
    position: relative;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .head {
        margin-top: 27.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .head {
        margin-top: 25px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .head h4 {
    margin-top: -8px;
    margin-bottom: -8px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.1em;
    color: #004990;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .head h4 {
        margin-top: calc(0px - (1.6em - 20px) / 2);
        margin-bottom: calc(0px - (1.6em - 20px) / 2);
        font-size: 20px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .head h4 {
        margin-top: calc(0px - (1.6em - 16px) / 2);
        margin-bottom: calc(0px - (1.6em - 16px) / 2);
        font-size: 16px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .body {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 25px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .body {
        margin-top: 22.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .body {
        margin-top: 20px;
    }
}
#main .info_content_process .process_content .process_box .relation .content .body p {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box .relation .content .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box .relation .content .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box:nth-of-type(1) .process {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content_process .process_content .process_box:nth-of-type(1) .photo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .info_content_process .process_content .process_box:nth-last-of-type(1) {
    margin-top: 20px;
    height: auto;
}
@media screen and (max-width: 1199px) {
    #main .info_content_process .process_content .process_box:nth-last-of-type(1) {
        margin-top: 17px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_process .process_content .process_box:nth-last-of-type(1) {
        margin-top: 14px;
    }
}
#main .info_content_process .process_content .process_box:nth-last-of-type(1) .process .content {
    margin: 0;
    padding: 0;
}
#main .info_content_process .process_content .process_box.fadeIn .line_tate {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .arrow {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .process .bg {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .process .number .en {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .process .number .num {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .process .content .head {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .process .content .body {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .relation .bg {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), right 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), right 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1;
    right: 0%;
}
#main .info_content_process .process_content .process_box.fadeIn .relation .content .title {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .relation .content .line {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    width: 100%;
}
#main .info_content_process .process_content .process_box.fadeIn .relation .content .head {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_process .process_content .process_box.fadeIn .relation .content .body {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
#main .info_content_occupation .occupation_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 80px;
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content {
        margin-top: 67px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content {
        -webkit-column-gap: 6vw;
           -moz-column-gap: 6vw;
                column-gap: 6vw;
        row-gap: 65px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 55px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .photo {
    width: 100%;
    height: 340px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .photo {
        width: 41vw;
        height: 27.3333333333vw;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .photo {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .photo .photo_container {
    width: 100%;
    height: 100%;
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .head {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .head {
        margin-top: 35px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .head {
        margin-top: 30px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .head h3 {
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #004990;
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .head h3 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .head h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .head h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .head h3 {
        padding-left: 0.1em;
        text-align: center;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .body {
    margin-top: 25px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .body {
        margin-top: 22.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .body {
        margin-top: 20px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .content_top .body p {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .content_top .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .btn {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn {
        margin-top: 35px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn {
        margin-top: 30px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .btn a {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 204px;
    height: 42px;
    background-color: #0075c2;
    border: 1px solid #0075c2;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a {
        width: 181px;
        height: 37px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a {
        margin: 0 auto;
        width: 158px;
        height: 32px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .btn a .arrow {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
    width: 12px;
    height: 10px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .arrow {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .arrow {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
}
#main .info_content_occupation .occupation_content .occupation_box .btn a .arrow svg {
    -webkit-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
    stroke: #fff;
    stroke-width: 1px;
    fill: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
#main .info_content_occupation .occupation_content .occupation_box .btn a .text {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .text {
        font-size: 12.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .text {
        font-size: 11px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .text {
        margin-left: 8px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content_occupation .occupation_content .occupation_box .btn a .text {
        margin-left: 6px;
    }
}
#main .info_content_occupation .occupation_content .occupation_box .btn a:hover {
    background-color: #fff;
}
#main .info_content_occupation .occupation_content .occupation_box .btn a:hover .arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
#main .info_content_occupation .occupation_content .occupation_box .btn a:hover .arrow svg {
    stroke: #0075c2;
}
#main .info_content_occupation .occupation_content .occupation_box .btn a:hover .text {
    color: #0075c2;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(1) .content_top .photo .photo_container {
    background-image: url("../img/occupation_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(2) .content_top .photo .photo_container {
    background-image: url("../img/occupation_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(3) .content_top .photo .photo_container {
    background-image: url("../img/occupation_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(4) .content_top .photo .photo_container {
    background-image: url("../img/occupation_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(5) .content_top .photo .photo_container {
    background-image: url("../img/occupation_5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(6) .content_top .photo .photo_container {
    background-image: url("../img/occupation_6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(7) .content_top .photo .photo_container {
    background-image: url("../img/occupation_7.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .info_content_occupation .occupation_content .occupation_box:nth-of-type(8) .content_top .photo .photo_container {
    background-image: url("../img/occupation_8.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */