.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;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content .info_body {
        width: 78vw;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content .info_body {
        width: 88vw;
    }
}
#main .info_content.info_content_pharmaceuticals .illust {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust {
        margin-top: 42px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust {
        width: 700px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust {
        width: 88vw;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
}
#main .info_content.info_content_pharmaceuticals .illust .box .container {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container {
        width: 100%;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 {
    padding-left: 0.15em;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15em;
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 span {
    font-weight: 500;
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 {
        font-size: 23.5px;
    }
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 {
        font-size: 19px;
    }
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 span.h {
        font-size: 17.1px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h3 {
        line-height: 1.5em;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15em;
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 span {
    font-weight: 500;
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 span.h {
    font-size: 23.4px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 {
        font-size: 22px;
    }
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 span.h {
        font-size: 19.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 {
        font-size: 18px;
    }
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 span.h {
        font-size: 16.2px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .head h4 {
        line-height: 1.5em;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .line {
    margin: 0 auto;
    width: 20px;
    height: 1px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .line {
        width: 15px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .line {
        width: 10px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .box .container .body p {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .body p {
        text-align: justify;
        line-height: 1.8em;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .box .container .body p span.b {
        display: inline;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals {
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box {
        width: 320px;
        height: 320px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box {
        width: 42vw;
        height: auto;
        border-radius: 15px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box::before {
    content: "";
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box::before {
        border: 2px solid #fff;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box::before {
        margin: 2px;
        border-radius: 13px;
        border: 1px solid #fff;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container {
    position: relative;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container {
        padding: 30px 15px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .line {
    margin-top: 30px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .line {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .line {
        margin-top: 20px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .body {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .body {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box .container .body {
        margin-top: 25px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box.medical {
    background-color: #004990;
}
#main .info_content.info_content_pharmaceuticals .illust .pharmaceuticals .box.general {
    background-color: #0075c2;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line {
    width: 100%;
    height: 100px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line {
        height: 80px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line {
        height: 60px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg {
    stroke: #004990;
    stroke-width: 2px;
    fill: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1 {
        display: none;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1 line {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2 {
        display: none;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2 polyline {
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1_tl {
    display: none;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1_tl {
        display: block;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1_tl {
        display: none;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_1_tl line {
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2_tl {
    display: none;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2_tl {
        display: block;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2_tl {
        display: none;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line svg.line_2_tl polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line .line_ts {
    display: none;
    position: relative;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .line .line_ts {
        display: block;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line .line_ts .line_1_ts {
    height: 60px;
    border-left: 1px solid #004990;
    position: absolute;
    left: 21vw;
    right: 21vw;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .line .line_ts .line_2_ts {
    height: 30px;
    border-top: 1px solid #004990;
    border-right: 1px solid #004990;
    position: absolute;
    top: 30px;
    left: 21vw;
    right: 21vw;
}
#main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-left: 25px;
    width: 750px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        margin-left: 10px;
        width: 640px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
        margin-left: 0;
        width: 88vw;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid #004990;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box {
        width: 42vw;
        height: auto;
        border-radius: 15px;
        border: 1px solid #004990;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container {
        padding: 30px 15px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .line {
    background-color: #000;
    margin-top: 25px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .line {
        margin-top: 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .line {
        margin-top: 15px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .body {
    margin-top: 25px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .body {
        margin-top: 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_pharmaceuticals .illust .branch .box_wrap .box .container .body {
        margin-top: 20px;
    }
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .line svg.line_1 line {
    -webkit-animation: branchAnim_1 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s both;
            animation: branchAnim_1 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s both;
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .line svg.line_2 polyline {
    -webkit-animation: branchAnim_2 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s both;
            animation: branchAnim_2 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s both;
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .line svg.line_1_tl line {
    -webkit-animation: branchAnim_1_tl 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s both;
            animation: branchAnim_1_tl 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s both;
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .line svg.line_2_tl polyline {
    -webkit-animation: branchAnim_2_tl 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s both;
            animation: branchAnim_2_tl 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s both;
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .box_wrap .box {
    -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: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .box_wrap .box:nth-of-type(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
#main .info_content.info_content_pharmaceuticals .illust .branch.fadeIn .box_wrap .box:nth-of-type(2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
}
#main .info_content.info_content_flow .illust {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 80px 80px 80px 80px 80px 80px;
    grid-template-columns: 380px 80px 80px 80px 80px 80px 80px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust {
        margin-top: 42px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust {
        -ms-grid-columns: 320px 60px 60px 60px 60px 60px 60px;
        grid-template-columns: 320px 60px 60px 60px 60px 60px 60px;
        width: 680px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust {
        display: block;
        width: 60vw;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust {
        width: 78vw;
    }
}
#main .info_content.info_content_flow .illust .grid {
    height: 360px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid {
        height: 340px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid {
        height: auto;
    }
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(3) .box .container .title .text,
#main .info_content.info_content_flow .illust .grid:nth-of-type(5) .box .container .title .text,
#main .info_content.info_content_flow .illust .grid:nth-of-type(7) .box .container .title .text {
    padding-left: 0;
    padding-top: 0.15em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid:nth-of-type(3) .box .container .title .text,
    #main .info_content.info_content_flow .illust .grid:nth-of-type(5) .box .container .title .text,
    #main .info_content.info_content_flow .illust .grid:nth-of-type(7) .box .container .title .text {
        padding-left: 0.15em;
        padding-top: 0;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        text-align: center;
        white-space: normal;
    }
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(1) {
    -webkit-transition-delay: calc(0.1s * (1 - 1));
            transition-delay: calc(0.1s * (1 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(2) {
    -webkit-transition-delay: calc(0.1s * (2 - 1));
            transition-delay: calc(0.1s * (2 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(3) {
    -webkit-transition-delay: calc(0.1s * (3 - 1));
            transition-delay: calc(0.1s * (3 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(4) {
    -webkit-transition-delay: calc(0.1s * (4 - 1));
            transition-delay: calc(0.1s * (4 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(5) {
    -webkit-transition-delay: calc(0.1s * (5 - 1));
            transition-delay: calc(0.1s * (5 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(6) {
    -webkit-transition-delay: calc(0.1s * (6 - 1));
            transition-delay: calc(0.1s * (6 - 1));
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(7) {
    -webkit-transition-delay: calc(0.1s * (7 - 1));
            transition-delay: calc(0.1s * (7 - 1));
}
#main .info_content.info_content_flow .illust .grid_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #0075c2;
    border-radius: 15px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box {
        border-radius: 12px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_box .box {
        border-radius: 10px;
    }
}
#main .info_content.info_content_flow .illust .grid_box .box .container {
    margin: 0 27px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container {
        margin: 0 19px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container {
        margin: 20px auto;
    }
}
#main .info_content.info_content_flow .illust .grid_box .box .container .title .text {
    padding-left: 0.15em;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.15em;
    color: #fff;
    text-align: center;
}
#main .info_content.info_content_flow .illust .grid_box .box .container .title .text span {
    font-weight: 500;
}
#main .info_content.info_content_flow .illust .grid_box .box .container .title .text span.h {
    font-size: 23.4px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .title .text {
        font-size: 22px;
    }
    #main .info_content.info_content_flow .illust .grid_box .box .container .title .text span.h {
        font-size: 19.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .title .text {
        font-size: 18px;
    }
    #main .info_content.info_content_flow .illust .grid_box .box .container .title .text span.h {
        font-size: 16.2px;
    }
}
#main .info_content.info_content_flow .illust .grid_box .box .container .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 20px 60px 20px 60px 20px 60px;
    grid-template-columns: 60px 60px 60px 60px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content {
        -ms-grid-columns: 50px 15px 50px 15px 50px 15px 50px;
        grid-template-columns: 50px 50px 50px 50px;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 15px;
        margin: 20px 0 10px;
    }
}
#main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box {
    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: 60px;
    height: 230px;
    background-color: #fff;
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box {
        width: 50px;
        height: 230px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box {
        width: 50vw;
        height: auto;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box {
        width: 66vw;
        height: auto;
    }
}
#main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box .text {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #0075c2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box .box .container .content .content_box .text {
        margin: 10px 0;
        padding-left: 0.1em;
        padding-top: 0;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        text-align: center;
        white-space: normal;
    }
}
#main .info_content.info_content_flow .illust .grid:nth-of-type(1) .box .container {
    margin: 0 40px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid:nth-of-type(1) .box .container {
        margin: 0 37.5px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid:nth-of-type(1) .box .container {
        margin: 20px auto;
    }
}
#main .info_content.info_content_flow .illust .grid_box_double {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 220px 20px 120px;
    grid-template-rows: 220px 120px;
    row-gap: 20px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_box_double {
        -ms-grid-rows: 210px 110px;
        grid-template-rows: 210px 110px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box_double {
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 2fr 2vw 1fr;
        grid-template-columns: 2fr 1fr;
        -webkit-column-gap: 2vw;
           -moz-column-gap: 2vw;
                column-gap: 2vw;
    }
    #main .info_content.info_content_flow .illust .grid_box_double > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    #main .info_content.info_content_flow .illust .grid_box_double > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
#main .info_content.info_content_flow .illust .grid_box_double .box:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#main .info_content.info_content_flow .illust .grid_box_double .box:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_box_double .box:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .info_content.info_content_flow .illust .grid_box_navy .box {
    background-color: #004990;
}
#main .info_content.info_content_flow .illust .grid_arrow .container {
    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;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container {
        margin: 15px 0;
    }
}
#main .info_content.info_content_flow .illust .grid_arrow .container .arrow {
    width: 20px;
    height: 16px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container .arrow {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container .arrow {
        -webkit-transform: scale(0.9) rotate(90deg);
                transform: scale(0.9) rotate(90deg);
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container .arrow {
        -webkit-transform: scale(0.8) rotate(90deg);
                transform: scale(0.8) rotate(90deg);
    }
}
#main .info_content.info_content_flow .illust .grid_arrow .container .arrow svg {
    fill: #00a0e9;
}
#main .info_content.info_content_flow .illust .grid_arrow .container .title {
    margin-top: 12px;
    margin-left: -1px;
}
#main .info_content.info_content_flow .illust .grid_arrow .container .title .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container .title .text {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .info_content.info_content_flow .illust .grid_arrow .container .title .text {
        font-size: 16px;
    }
}
#main .info_content.info_content_flow .illust .grid_arrow_single {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    row-gap: 20px;
}
#main .info_content.info_content_flow .illust .grid_arrow_double {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 220px 20px 120px;
    grid-template-rows: 220px 120px;
    row-gap: 20px;
}
@media screen and (max-width: 1199px) {
    #main .info_content.info_content_flow .illust .grid_arrow_double {
        -ms-grid-rows: 210px 110px;
        grid-template-rows: 210px 110px;
    }
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_arrow_double {
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 2fr 2vw 1fr;
        grid-template-columns: 2fr 1fr;
        -webkit-column-gap: 2vw;
           -moz-column-gap: 2vw;
                column-gap: 2vw;
    }
    #main .info_content.info_content_flow .illust .grid_arrow_double > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    #main .info_content.info_content_flow .illust .grid_arrow_double > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
#main .info_content.info_content_flow .illust .grid_arrow_double .container:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#main .info_content.info_content_flow .illust .grid_arrow_double .container:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 779px) {
    #main .info_content.info_content_flow .illust .grid_arrow_double .container:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .terminology {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .terminology {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1439px) {
    #main .terminology {
        width: 86vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .terminology {
        width: 94vw;
    }
}
#main .terminology .bg {
    background-color: #e0f4fc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .terminology .terminology_content {
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content {
        padding: 75px 0;
        width: 84vw;
    }
}
@media screen and (max-width: 779px) {
    #main .terminology .terminology_content {
        width: 78vw;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content {
        padding: 50px 0;
        width: 84vw;
    }
}
#main .terminology .terminology_content .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;
    text-align: center;
}
#main .terminology .terminology_content .title h2 span {
    font-weight: 500;
}
#main .terminology .terminology_content .title h2 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .title h2 {
        font-size: 26px;
    }
    #main .terminology .terminology_content .title h2 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .title h2 {
        font-size: 20px;
    }
    #main .terminology .terminology_content .title h2 span.h {
        font-size: 18px;
    }
}
#main .terminology .terminology_content .lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .lead {
        margin-top: 45px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .lead {
        margin-top: 30px;
    }
}
#main .terminology .terminology_content .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 .terminology .terminology_content .lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .lead p span.b {
        display: inline;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap {
    position: relative;
}
#main .terminology .terminology_content .terminology_ul_wrap .line {
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px);
    background-size: 1px 3px;
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    left: 50%;
}
@media screen and (max-width: 779px) {
    #main .terminology .terminology_content .terminology_ul_wrap .line {
        display: none;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 120px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
    row-gap: 60px;
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul {
        margin-top: 67px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul {
        -webkit-column-gap: 8vw;
           -moz-column-gap: 8vw;
                column-gap: 8vw;
        row-gap: 50px;
    }
}
@media screen and (max-width: 779px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li {
    height: auto;
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon {
    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: 3px;
    width: 72px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 11px;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon {
        margin-top: 1px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon {
        margin-top: -2px;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon .text {
    margin-top: 1px;
    padding-left: 0.05em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .icon .text {
        font-size: 10px;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .head {
    margin-left: 15px;
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .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 .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .head h3 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .head h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .head_wrap .head h3 {
        font-size: 18px;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .body {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .body {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .body {
        margin-top: 20px;
    }
}
#main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .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 .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .body p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .terminology .terminology_content .terminology_ul_wrap .terminology_ul li .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}

@-webkit-keyframes branchAnim_1 {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes branchAnim_1 {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes branchAnim_2 {
    0% {
        stroke-dashoffset: 450;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes branchAnim_2 {
    0% {
        stroke-dashoffset: 450;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes branchAnim_1_tl {
    0% {
        stroke-dashoffset: 80;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes branchAnim_1_tl {
    0% {
        stroke-dashoffset: 80;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes branchAnim_2_tl {
    0% {
        stroke-dashoffset: 380;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes branchAnim_2_tl {
    0% {
        stroke-dashoffset: 380;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/*# sourceMappingURL=style.css.map */