#main .first_view {
    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;
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .first_view {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view {
        padding-top: 60px;
    }
}
#main .first_view .bg {
    width: 100%;
    height: 100%;
    background-color: #0075c2;
    position: absolute;
    top: 0;
    left: 0;
}
#main .first_view .photo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#main .first_view .photo_wrap .photo {
    overflow: hidden;
}
#main .first_view .photo_wrap .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .photo_wrap .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
#main .first_view .photo_wrap_single .photo {
    width: 100vw;
    height: calc(100vh - 250px - 160px);
}
@media screen and (max-width: 979px) {
    #main .first_view .photo_wrap_single .photo {
        height: 70vh;
        height: 70svh;
    }
}
@media screen and (max-width: 779px) {
    #main .first_view .photo_wrap_triple {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
#main .first_view .photo_wrap_triple .photo {
    width: 33.3333333333vw;
    height: calc(100vh - 250px - 160px);
}
@media screen and (max-width: 779px) {
    #main .first_view .photo_wrap_triple .photo {
        width: 100vw;
        height: 23.3333333333vh;
        height: 23.3333333333svh;
    }
}
#main .first_view .lead {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    margin: 100px 0;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .first_view .lead {
        display: none;
    }
}
#main .first_view .lead p {
    padding: 0 25px;
    margin-top: -8.5px;
    margin-bottom: -8.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .first_view .lead p {
        margin-top: -7.75px;
        margin-bottom: -7.75px;
        font-size: 15px;
        line-height: 30.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#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.fadeIn .photo_wrap .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 .fv_lead_out {
    display: none;
    margin: 60px 6vw 0;
    width: 88vw;
}
@media screen and (max-width: 979px) {
    #main .fv_lead_out {
        display: block;
    }
}
#main .fv_lead_out p {
    margin-top: -8.5px;
    margin-bottom: -8.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .fv_lead_out p {
        margin-top: -7.75px;
        margin-bottom: -7.75px;
        font-size: 15px;
        line-height: 30.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_lead_out p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_lead_out p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_lead_out p span.b {
        display: inline;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_lead_out p br {
        display: none;
    }
}
#main .profile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 60px;
    margin: 0 auto;
    width: 920px;
}
@media screen and (max-width: 979px) {
    #main .profile {
        width: 92vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile {
        width: 88vw;
    }
}
#main .profile .profile_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 60px 560px;
    grid-template-columns: 300px 560px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box {
        -ms-grid-columns: 44vw 3vw 45vw;
        grid-template-columns: 44vw 45vw;
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .profile .profile_box .photo {
    width: 300px;
    height: 200px;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box .photo {
        width: 44vw;
        height: 29.3333333333vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box .photo {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .profile .profile_box .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .profile .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 .profile_ul {
        row-gap: 17px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box .profile_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 88vw;
    }
}
#main .profile .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 .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 .profile_ul li .title {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box .profile_ul li .title {
        font-size: 11px;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box .profile_ul li .title {
        bottom: 6.5px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box .profile_ul li .title {
        bottom: 6px;
    }
}
#main .profile .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 .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 .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 .profile_ul li .content {
        padding: 0 10px 15px 105px;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box .profile_ul li .content {
        padding: 0 10px 13px 105px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box .profile_ul li .content {
        padding: 0 5px 13px 100px;
    }
}
#main .profile .profile_box .profile_ul li .line {
    height: 1px;
    background-color: #000;
}
#main .profile .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .profile_ul {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box .profile_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 17px;
        width: 45vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box .profile_ul {
        margin-top: 30px;
        width: 88vw;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .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: 979px) {
    #main .profile .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;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .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;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .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;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .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 .comment .text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    #main .profile .comment .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .comment .text {
        font-size: 10px;
    }
}
#main .profile {
    margin-top: 150px;
}
@media screen and (max-width: 1199px) {
    #main .profile {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile {
        margin-top: 75px;
    }
}
#main .topic {
    margin-top: 150px;
    padding-top: 20px;
}
@media screen and (max-width: 1199px) {
    #main .topic {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic {
        margin-top: 75px;
    }
}
@media screen and (max-width: 779px) {
    #main .topic {
        padding-top: 43px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic {
        padding-top: 37px;
    }
}
#main .topic .topic_title {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    position: relative;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title {
        width: 88vw;
    }
}
#main .topic .topic_title .line {
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .line {
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
}
#main .topic .topic_title .line.fadeIn {
    -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);
    left: 0%;
}
#main .topic .topic_title .content {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title .content {
        padding: 0 15px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .content {
        padding: 0 10px;
    }
}
#main .topic .topic_title .content .title {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    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: 140px;
    height: 34px;
    position: absolute;
    bottom: calc(50% - 1px);
    right: calc(100% + 45px - 15px);
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title .content .title {
        width: 120px;
        height: 30px;
        right: calc(100% + 40px - 15px);
    }
}
@media screen and (max-width: 779px) {
    #main .topic .topic_title .content .title {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        width: 82px;
        height: 25px;
        border: 1px solid #000;
        bottom: calc(100% + 18px);
        right: calc(50% - 41px);
    }
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .content .title {
        width: 78px;
        height: 22px;
        bottom: calc(100% + 15px);
        right: calc(50% - 39px);
    }
}
#main .topic .topic_title .content .title .svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 779px) {
    #main .topic .topic_title .content .title .svg {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title .content .title .svg svg {
        width: 120px;
        height: 30px;
    }
}
#main .topic .topic_title .content .title .text {
    padding-left: 0.1em;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
#main .topic .topic_title .content .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title .content .title .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .content .title .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 779px) {
    #main .topic .topic_title .content .title .text {
        font-size: 12px;
        font-weight: 400;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .content .title .text {
        font-size: 12px;
    }
}
#main .topic .topic_title .content .jp .text {
    padding-left: 0.1em;
    margin-top: -8px;
    margin-bottom: -8px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.1em;
}
#main .topic .topic_title .content .jp .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .topic .topic_title .content .jp .text {
        margin-top: calc(0px - (1.6em - 20px) / 2);
        margin-bottom: calc(0px - (1.6em - 20px) / 2);
        font-size: 20px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .topic_title .content .jp .text {
        margin-top: calc(0px - (1.6em - 16px) / 2);
        margin-bottom: calc(0px - (1.6em - 16px) / 2);
        font-size: 16px;
    }
}
#main .topic .photo_band_triple {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 150px;
}
@media screen and (max-width: 1199px) {
    #main .topic .photo_band_triple {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .photo_band_triple {
        margin-top: 75px;
    }
}
@media screen and (max-width: 779px) {
    #main .topic .photo_band_triple {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 2px;
    }
}
#main .topic .photo_band_triple .photo {
    width: calc((100vw - 20px) / 3);
    height: calc((100vw - 20px) / 3 / 3 * 2);
}
@media screen and (max-width: 779px) {
    #main .topic .photo_band_triple .photo {
        margin: 0 auto;
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .topic .photo_band_triple .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .topic .photo_band_triple {
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    #main .topic .photo_band_triple {
        margin-top: 67px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .photo_band_triple {
        margin-top: 55px;
    }
}
#main .topic .catch {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .topic .catch {
        width: 88vw;
    }
}
#main .topic .catch 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 .topic .catch h3 span {
    font-weight: 500;
}
#main .topic .catch h3 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .topic .catch h3 {
        font-size: 26px;
    }
    #main .topic .catch h3 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .catch h3 {
        font-size: 20px;
    }
    #main .topic .catch h3 span.h {
        font-size: 18px;
    }
}
#main .topic .catch {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .topic .catch {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .catch {
        margin-top: 42px;
    }
}
#main .topic .talk {
    margin-top: 120px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1199px) {
    #main .topic .talk {
        width: 88vw;
    }
}
#main .topic .talk .talk_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box {
        margin-top: 43px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box {
        margin-top: 30px;
    }
}
#main .topic .talk .talk_box .person {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main .topic .talk .talk_box .person .photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box .person .photo {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .person .photo {
        width: 50px;
        height: 50px;
    }
}
#main .topic .talk .talk_box .person .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .topic .talk .talk_box .person .name {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box .person .name {
        margin-top: 8px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .person .name {
        margin-top: 6px;
    }
}
#main .topic .talk .talk_box .person .name .text {
    padding-left: 0.05em;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
}
#main .topic .talk .talk_box .person .name .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box .person .name .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .person .name .text {
        font-size: 13px;
    }
}
#main .topic .talk .talk_box .balloon {
    margin: 15px 50px 0;
    padding: 50px;
    max-width: 745px;
    border-radius: 15px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box .balloon {
        margin: 12px 0 0 35px;
        padding: 37px;
        border-radius: 12px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .balloon {
        margin: 10px 0 0 20px;
        padding: 25px;
        border-radius: 10px;
    }
}
#main .topic .talk .talk_box .balloon 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 .topic .talk .talk_box .balloon p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .balloon p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
#main .topic .talk .talk_box .balloon::before {
    content: "";
    display: inline-block;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box .balloon::before {
        border-bottom: 11px solid transparent;
        top: 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box .balloon::before {
        border-bottom: 7px solid transparent;
        top: 15px;
    }
}
#main .topic .talk .talk_box.talk_box_L .balloon {
    background-color: #e0f4fc;
}
#main .topic .talk .talk_box.talk_box_L .balloon::before {
    border-top: 15px solid #e0f4fc;
    border-right: 15px solid #e0f4fc;
    border-left: 15px solid transparent;
    left: -30px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box.talk_box_L .balloon::before {
        border-top: 11px solid #e0f4fc;
        border-right: 11px solid #e0f4fc;
        border-left: 11px solid transparent;
        left: -22px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box.talk_box_L .balloon::before {
        border-top: 7px solid #e0f4fc;
        border-right: 7px solid #e0f4fc;
        border-left: 7px solid transparent;
        left: -14px;
    }
}
#main .topic .talk .talk_box.talk_box_R {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
#main .topic .talk .talk_box.talk_box_R .balloon {
    background-color: #dce4f0;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box.talk_box_R .balloon {
        margin: 12px 35px 0 0;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box.talk_box_R .balloon {
        margin: 10px 20px 0 0;
    }
}
#main .topic .talk .talk_box.talk_box_R .balloon::before {
    border-top: 15px solid #dce4f0;
    border-left: 15px solid #dce4f0;
    border-right: 15px solid transparent;
    right: -30px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .talk_box.talk_box_R .balloon::before {
        border-top: 11px solid #dce4f0;
        border-left: 11px solid #dce4f0;
        border-right: 11px solid transparent;
        right: -22px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .talk_box.talk_box_R .balloon::before {
        border-top: 7px solid #dce4f0;
        border-left: 7px solid #dce4f0;
        border-right: 7px solid transparent;
        right: -14px;
    }
}
#main .topic .talk .narration {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .narration {
        margin-top: 55px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .narration {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1199px) {
    #main .topic .talk .narration {
        width: 82vw;
    }
}
#main .topic .talk .narration 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 .topic .talk .narration p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .topic .talk .narration p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#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 */