#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 .first_view {
    background-color: #fff;
}
#main .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
}
@media screen and (max-width: 1439px) {
    #main .profile {
        width: 86vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile {
        width: 94vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile {
        width: 100vw;
    }
}
#main .profile .profile_box_wrap {
    display: inline-block;
    position: relative;
}
#main .profile .profile_box_wrap .profile_box {
    position: relative;
}
#main .profile .profile_box_wrap .profile_box .bg {
    opacity: 0;
    right: 50%;
    background-color: #0075c2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#main .profile .profile_box_wrap .profile_box .profile_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 15px 325px;
    grid-template-columns: 220px 325px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 30px;
    width: 560px;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        row-gap: 17px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 88vw;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    bottom: 7px;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        font-size: 11px;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        bottom: 6.5px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        bottom: 6px;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .content {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    padding: 0 15px 15px 110px;
    margin-top: calc(0px - (1.6em - 15px) / 2);
    margin-bottom: calc(0px - (1.6em - 15px) / 2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        margin-top: calc(0px - (1.6em - 14px) / 2);
        margin-bottom: calc(0px - (1.6em - 14px) / 2);
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        margin-top: calc(0px - (1.6em - 13px) / 2);
        margin-bottom: calc(0px - (1.6em - 13px) / 2);
        font-size: 13px;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 10px 15px 105px;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 10px 13px 105px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 5px 13px 100px;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .line {
    height: 1px;
    background-color: #000;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li: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;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li: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 .profile .profile_box_wrap .profile_box .profile_ul li: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;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li: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;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
    -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 .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul {
    margin: 0 30px;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        margin: 0 6vw;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li {
    color: #fff;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .line {
    background-color: #fff;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top {
        position: relative;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul {
    padding: 30px 0;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul {
        padding: 25px 0 0;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .title,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .title {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .title,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .title {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .content,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .content {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .content,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .content {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .line,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .line {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .line,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .line {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .profile_ul {
    padding: 30px 0 0;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .profile_ul {
        padding: 17px 0 0;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 30px;
    position: relative;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment {
        margin-left: 6vw;
        margin-right: 6vw;
        padding: 0 0 25px;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
        font-size: 10px;
    }
}
#main .profile .profile_box_wrap.fadeIn .profile_box .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);
    opacity: 1;
    right: 0%;
}
@media screen and (max-width: 779px) {
    #main .profile_ul li .content br {
        display: none;
    }
}
#main .introduction {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 352px 620px;
    grid-template-columns: 1fr 352px 620px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
}
@media screen and (max-width: 1199px) {
    #main .introduction {
        -ms-grid-columns: 1fr 33vw 43vw;
        grid-template-columns: 1fr 33vw 43vw;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 1439px) {
    #main .introduction {
        width: 86vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .introduction {
        width: 94vw;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction {
        width: 100vw;
    }
}
#main .introduction .catch {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -100px;
    margin-right: 100px;
}
@media screen and (max-width: 1199px) {
    #main .introduction .catch {
        margin-right: 50px;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .catch {
        -ms-grid-column-align: center;
            justify-self: center;
        margin-top: 0px;
        margin-right: 0px;
    }
}
#main .introduction .catch h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.35em;
    letter-spacing: 0.25em;
    margin-left: -13px;
    margin-right: -13px;
    color: #0075c2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}
#main .introduction .catch h2 span {
    font-weight: 500;
}
#main .introduction .catch h2 span.h {
    font-size: 32.4px;
}
@media screen and (max-width: 1199px) {
    #main .introduction .catch h2 {
        font-size: 29px;
        line-height: 51px;
    }
    #main .introduction .catch h2 span.h {
        font-size: 26.1px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .catch h2 {
        font-size: 22px;
        line-height: 40px;
    }
    #main .introduction .catch h2 span.h {
        font-size: 19.8px;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .catch h2 {
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        text-align: center;
        white-space: normal;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .catch h2 span.text_minute {
        display: none;
    }
}
#main .introduction .catch h2 span.text_quotation {
    display: none;
}
@media screen and (max-width: 979px) {
    #main .introduction .catch h2 span.text_quotation {
        display: inline-block;
    }
}
#main .introduction .career_path {
    -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;
    width: 352px;
    position: relative;
    z-index: -1;
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        margin-top: 60px;
        width: auto;
    }
}
#main .introduction .career_path .title {
    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: 152px;
    height: 40px;
    background-color: #004990;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path .title {
        width: 146px;
        height: 38px;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path .title {
        margin-left: calc(20vw - 30px);
        width: 140px;
        height: 36px;
    }
}
@media screen and (max-width: 439px) {
    #main .introduction .career_path .title {
        margin-left: 0;
    }
}
#main .introduction .career_path .title .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #fff;
}
#main .introduction .career_path .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path .title .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path .title .text {
        font-size: 13px;
    }
}
#main .introduction .career_path ul {
    margin-top: 40px;
    margin-left: 30px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul {
        margin-top: 35px;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path ul {
        margin-top: 30px;
        margin-left: 20vw;
    }
}
#main .introduction .career_path ul::before {
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #004990;
    position: absolute;
    left: 0px;
    top: -500px;
    bottom: 100%;
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path ul::before {
        top: -30px;
    }
}
#main .introduction .career_path ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 70px 1fr;
    grid-template-columns: 20px 70px 1fr;
    margin-top: 30px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul li {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path ul li {
        margin-top: 20px;
    }
}
#main .introduction .career_path ul li::before {
    content: "";
    display: inline-block;
    margin-top: 6px;
    width: 20px;
    height: 1px;
    background-color: #004990;
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path ul li::before {
        margin-top: 5px;
    }
}
#main .introduction .career_path ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: auto;
    background-color: #004990;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -30px;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul li::after {
        bottom: -25px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path ul li::after {
        bottom: -20px;
    }
}
#main .introduction .career_path ul li .year {
    margin-left: 12px;
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path ul li .year {
        margin-left: 10px;
    }
}
#main .introduction .career_path ul li .year .text {
    margin-top: calc(0px - (1.6em - 15px) / 2);
    margin-bottom: calc(0px - (1.6em - 15px) / 2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul li .year .text {
        margin-top: calc(0px - (1.6em - 14px) / 2);
        margin-bottom: calc(0px - (1.6em - 14px) / 2);
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path ul li .year .text {
        margin-top: calc(0px - (1.6em - 13px) / 2);
        margin-bottom: calc(0px - (1.6em - 13px) / 2);
        font-size: 13px;
    }
}
#main .introduction .career_path ul li .content {
    margin-left: 10px;
    padding-right: 55px;
}
@media screen and (max-width: 979px) {
    #main .introduction .career_path ul li .content {
        margin-left: 0;
        padding-right: 6vw;
    }
}
#main .introduction .career_path ul li .content .text {
    margin-top: calc(0px - (1.6em - 15px) / 2);
    margin-bottom: calc(0px - (1.6em - 15px) / 2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul li .content .text {
        margin-top: calc(0px - (1.6em - 14px) / 2);
        margin-bottom: calc(0px - (1.6em - 14px) / 2);
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path ul li .content .text {
        margin-top: calc(0px - (1.6em - 13px) / 2);
        margin-bottom: calc(0px - (1.6em - 13px) / 2);
        font-size: 13px;
    }
}
#main .introduction .career_path ul li:nth-last-of-type(1)::after {
    bottom: calc(100% - 7px);
}
@media screen and (max-width: 1199px) {
    #main .introduction .career_path ul li:nth-last-of-type(1)::after {
        bottom: calc(100% - 6px);
    }
}
@media screen and (max-width: 599px) {
    #main .introduction .career_path ul li:nth-last-of-type(1)::after {
        bottom: calc(100% - 5px);
    }
}
#main .introduction .photo {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 620px;
    height: 413px;
}
@media screen and (max-width: 1439px) {
    #main .introduction .photo {
        width: 43vw;
        height: 28.6435483871vw;
    }
}
@media screen and (max-width: 979px) {
    #main .introduction .photo {
        -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;
        margin: 60px auto 0;
        width: 60vw;
        height: 39.9677419355vw;
    }
}
#main .introduction .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .reading {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .reading {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .reading {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .reading {
        width: 88vw;
    }
}
#main .reading .head h3 {
    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 .reading .head h3 span {
    font-weight: 500;
}
#main .reading .head h3 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .reading .head h3 {
        font-size: 26px;
    }
    #main .reading .head h3 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .reading .head h3 {
        font-size: 20px;
    }
    #main .reading .head h3 span.h {
        font-size: 18px;
    }
}
#main .reading .body {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .reading .body {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .reading .body {
        margin-top: 42px;
    }
}
#main .reading .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 .reading .body p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .reading .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .photo_combination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 580px;
    grid-template-columns: 1fr 580px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
}
@media screen and (max-width: 1199px) {
    #main .photo_combination {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1439px) {
    #main .photo_combination {
        width: 100vw;
    }
}
@media screen and (max-width: 1439px) {
    #main .photo_combination {
        -ms-grid-columns: 1fr 3vw 40vw;
        grid-template-columns: 1fr 40vw;
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
        row-gap: 3vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 2px;
    }
}
#main .photo_combination .photo_wrap {
    display: -ms-grid;
    display: grid;
    row-gap: 40px;
}
@media screen and (max-width: 1439px) {
    #main .photo_combination .photo_wrap {
        row-gap: 3vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap {
        row-gap: 2px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
#main .photo_combination .photo_wrap .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap:nth-of-type(1) {
        -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;
    }
}
#main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(1) {
    -ms-grid-column-align: end;
        justify-self: end;
    width: 720px;
    height: 480px;
}
@media screen and (max-width: 1439px) {
    #main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(1) {
        width: 50vw;
        height: 33.3333333333vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(1) {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(2) {
    -ms-grid-column-align: end;
        justify-self: end;
    width: 420px;
    height: 280px;
}
@media screen and (max-width: 1439px) {
    #main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(2) {
        width: 29vw;
        height: 19.3333333333vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(2) {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap:nth-of-type(2) {
        -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 .photo_combination .photo_wrap:nth-of-type(2) .photo:nth-of-type(1) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 580px;
    height: 387px;
}
@media screen and (max-width: 1439px) {
    #main .photo_combination .photo_wrap:nth-of-type(2) .photo:nth-of-type(1) {
        width: 40vw;
        height: 26.6896551724vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_combination .photo_wrap:nth-of-type(2) .photo:nth-of-type(1) {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .photo_band_single {
    margin-top: 150px;
    height: 41.6666666667vw;
    max-height: 700px;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    #main .photo_band_single {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_band_single {
        margin-top: 75px;
    }
}
@media screen and (max-width: 979px) {
    #main .photo_band_single {
        height: 48.6111111111vw;
    }
}
#main .photo_band_single .photo {
    width: 100vw;
    height: calc(41.6666666667vw + 100px);
    max-height: 800px;
    position: relative;
    top: -50px;
}
@media screen and (max-width: 979px) {
    #main .photo_band_single .photo {
        height: 48.6111111111vw;
        top: 0px;
    }
}
#main .photo_band_single .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .photo_1100_double {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .photo_1100_double {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_1100_double {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .photo_1100_double {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .photo_1100_double {
        -webkit-column-gap: 1vw;
           -moz-column-gap: 1vw;
                column-gap: 1vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_1100_double {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 2px;
    }
}
#main .photo_1100_double .photo {
    width: 545px;
    height: 363px;
}
@media screen and (max-width: 1199px) {
    #main .photo_1100_double .photo {
        width: 43.5vw;
        height: 28.9733944954vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_1100_double .photo {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .photo_1100_double .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .photo_1100 {
    margin-top: 150px;
}
@media screen and (max-width: 1199px) {
    #main .photo_1100 {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_1100 {
        margin-top: 75px;
    }
}
#main .photo_1100 .photo {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    height: 733.3333333333px;
}
@media screen and (max-width: 1199px) {
    #main .photo_1100 .photo {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .photo_1100 .photo {
        height: 58.6666666667vw;
    }
}
@media screen and (max-width: 599px) {
    #main .photo_1100 .photo {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .photo_1100 .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .other_link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
}
@media screen and (max-width: 1199px) {
    #main .other_link {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .other_link {
        margin-top: 75px;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
#main .other_link .prev_next a {
    display: -ms-grid;
    display: grid;
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next a {
        row-gap: 15px;
    }
}
#main .other_link .prev_next a .title {
    -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: 125px;
    height: 42px;
    border: 1px solid #0075c2;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next a .title {
        width: 110px;
        height: 36px;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next a .title {
        -ms-grid-column-align: center;
            justify-self: center;
    }
}
@media screen and (max-width: 599px) {
    #main .other_link .prev_next a .title {
        width: 95px;
        height: 30px;
    }
}
#main .other_link .prev_next a .title .text {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #0075c2;
}
#main .other_link .prev_next a .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next a .title .text {
        font-size: 12.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .other_link .prev_next a .title .text {
        font-size: 12px;
    }
}
#main .other_link .prev_next a .title .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);
    margin: 0 5px;
    width: 12px;
    height: 10px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next a .title .arrow {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
@media screen and (max-width: 599px) {
    #main .other_link .prev_next a .title .arrow {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
}
#main .other_link .prev_next a .title .arrow svg {
    -webkit-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
    stroke: #0075c2;
    stroke-width: 1px;
    fill: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
#main .other_link .prev_next a .title:hover {
    background-color: #0075c2;
}
#main .other_link .prev_next a .title:hover .text {
    color: #fff;
}
#main .other_link .prev_next a .title:hover .arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
#main .other_link .prev_next a .title:hover .arrow svg {
    stroke: #fff;
}
#main .other_link .prev_next a .content {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0 30px;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next a .content {
        padding: 0 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .other_link .prev_next a .content {
        padding: 0 20px;
    }
}
#main .other_link .prev_next a .content .text {
    margin-top: calc(0px - 0.3em);
    margin-bottom: calc(0px - 0.3em);
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next a .content .text {
        font-size: 17.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .other_link .prev_next a .content .text {
        font-size: 15px;
    }
}
#main .other_link .prev_next a .content:hover {
    opacity: 0.5;
}
#main .other_link .prev_next.prev {
    margin-right: 20px;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next.prev {
        margin-right: 16px;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.prev {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column-align: center;
            justify-self: center;
        margin-right: 0;
    }
}
#main .other_link .prev_next.prev a {
    -ms-grid-columns: 1fr 125px;
    grid-template-columns: 1fr 125px;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next.prev a {
        -ms-grid-columns: 1fr 115px;
        grid-template-columns: 1fr 115px;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.prev a {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .other_link .prev_next.prev a .title {
    -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;
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.prev a .title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .other_link .prev_next.prev a .title .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
#main .other_link .prev_next.prev a .title:hover .arrow {
    -webkit-transform: rotate(180deg) translateX(3px);
            transform: rotate(180deg) translateX(3px);
}
#main .other_link .prev_next.prev a .content {
    -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;
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.prev a .content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}
#main .other_link .prev_next.prev a .content .text {
    text-align: right;
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.prev a .content .text {
        text-align: center;
    }
}
#main .other_link .prev_next.next {
    margin-left: 20px;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next.next {
        margin-left: 16px;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.next {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column-align: center;
            justify-self: center;
        margin-left: 0;
    }
}
#main .other_link .prev_next.next a {
    -ms-grid-columns: 125px 1fr;
    grid-template-columns: 125px 1fr;
}
@media screen and (max-width: 1199px) {
    #main .other_link .prev_next.next a {
        -ms-grid-columns: 115px 1fr;
        grid-template-columns: 115px 1fr;
    }
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.next a {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .other_link .prev_next.next a .title:hover .arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.next a .content .text {
        text-align: center;
    }
}
#main .other_link .prev_next.hide {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 779px) {
    #main .other_link .prev_next.hide {
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */