#main .first_view {
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: #0075c2;
    position: relative;
}
#main .first_view .grid_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42vw 1fr 34vw;
    grid-template-columns: 42vw 1fr 34vw;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 979px) {
    #main .first_view .grid_wrap {
        display: none;
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .grid_wrap {
        padding-top: 60px;
    }
}
#main .first_view .grid_wrap .grid .grid_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main .first_view .grid_wrap .grid .grid_container .photo {
    overflow: hidden;
}
#main .first_view .grid_wrap .grid .grid_container .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .grid_wrap .grid .grid_container .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
#main .first_view .grid_wrap .grid .fv_catch {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    display: inline-block;
    margin: 0 calc((24vw - 98px) / 2);
}
@media screen and (max-width: 1199px) {
    #main .first_view .grid_wrap .grid .fv_catch {
        margin: 0 calc((24vw - 76px) / 2);
    }
}
#main .first_view .grid_wrap .grid .fv_catch h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.35em;
    margin-left: -13px;
    margin-right: -13px;
    letter-spacing: 0.25em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
}
#main .first_view .grid_wrap .grid .fv_catch h2 span {
    font-weight: 500;
}
#main .first_view .grid_wrap .grid .fv_catch h2 span.h {
    font-size: 32.4px;
}
@media screen and (max-width: 1199px) {
    #main .first_view .grid_wrap .grid .fv_catch h2 {
        font-size: 29px;
        line-height: 51px;
    }
    #main .first_view .grid_wrap .grid .fv_catch h2 span.h {
        font-size: 26.1px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .grid_wrap .grid .fv_catch h2 {
        font-size: 22px;
        line-height: 40px;
    }
    #main .first_view .grid_wrap .grid .fv_catch h2 span.h {
        font-size: 19.8px;
    }
}
#main .first_view .grid_wrap .grid:nth-of-type(1) {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 14vw;
    grid-template-rows: 1fr 14vw;
}
#main .first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(1) .photo {
    width: 42vw;
    height: 28vw;
}
#main .first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(1) .photo .photo_container {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}
#main .first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#main .first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(2) .photo {
    width: 21vw;
    height: 14vw;
}
#main .first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(2) .photo .photo_container {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
#main .first_view .grid_wrap .grid:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 599px) {
    #main .first_view .grid_wrap .grid:nth-of-type(2) {
        display: none;
    }
}
#main .first_view .grid_wrap .grid:nth-of-type(3) {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 22.6666666667vw 1fr;
    grid-template-rows: 22.6666666667vw 1fr;
}
#main .first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(1) .photo {
    width: 34vw;
    height: 22.6666666667vw;
}
#main .first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(1) .photo .photo_container {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
#main .first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(2) .photo {
    width: 25.5vw;
    height: 17vw;
}
#main .first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(2) .photo .photo_container {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
#main .first_view .photo_wrap_mb {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 979px) {
    #main .first_view .photo_wrap_mb {
        display: block;
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .photo_wrap_mb {
        padding-top: 60px;
    }
}
#main .first_view .photo_wrap_mb .photo {
    position: absolute;
    overflow: hidden;
}
#main .first_view .photo_wrap_mb .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .photo_wrap_mb .photo:nth-of-type(1) {
    width: min(68vw, 40.5vh);
    height: min(45.3333333333vw, 27vh);
    left: 30%;
    top: 28%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
#main .first_view .photo_wrap_mb .photo:nth-of-type(2) {
    width: min(56vw, 31.5vh);
    height: min(37.3333333333vw, 21vh);
    left: 65%;
    top: 58%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
#main .first_view .photo_wrap_mb .photo:nth-of-type(3) {
    width: min(35vw, 24vh);
    height: min(23.3333333333vw, 16vh);
    left: 27%;
    top: 83%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
#main .first_view .photo_wrap_mb .photo:nth-of-type(4) {
    width: min(45vw, 30vh);
    height: min(30vw, 20vh);
    right: 0%;
    bottom: 0%;
}
#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 .grid_wrap .grid .grid_container .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.fadeIn .photo_wrap_mb .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.fadeIn .photo_wrap_mb .photo:nth-of-type(2) .photo_container {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
#main .first_view.fadeIn .photo_wrap_mb .photo:nth-of-type(3) .photo_container {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
#main .first_view.fadeIn .photo_wrap_mb .photo:nth-of-type(4) .photo_container {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
#main .fv_catch_out {
    display: none;
}
@media screen and (max-width: 979px) {
    #main .fv_catch_out {
        display: block;
        margin-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_catch_out {
        margin-top: 50px;
    }
}
#main .fv_catch_out h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.35em;
    letter-spacing: 0.25em;
    color: #0075c2;
    text-align: center;
}
#main .fv_catch_out h2 span {
    font-weight: 500;
}
#main .fv_catch_out h2 span.h {
    font-size: 32.4px;
}
@media screen and (max-width: 1199px) {
    #main .fv_catch_out h2 {
        font-size: 29px;
        line-height: 51px;
    }
    #main .fv_catch_out h2 span.h {
        font-size: 26.1px;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_catch_out h2 {
        font-size: 22px;
        line-height: 40px;
    }
    #main .fv_catch_out h2 span.h {
        font-size: 19.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .fv_catch_out h2 br {
        display: none;
    }
}
#main .lead {
    margin-top: 120px;
}
@media screen and (max-width: 1199px) {
    #main .lead {
        margin-top: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .lead {
        margin-top: 70px;
    }
}
@media screen and (max-width: 979px) {
    #main .lead {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .lead {
        margin: 40px auto 0;
        width: 88vw;
    }
}
#main .lead p {
    padding: 0 30px;
    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 .lead p {
        margin-top: -7.75px;
        margin-bottom: -7.75px;
        font-size: 15px;
        line-height: 30.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1199px) {
    #main .lead p {
        padding: 0 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .lead p {
        padding: 0;
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .lead p span.b {
        display: inline;
    }
}
@media screen and (max-width: 599px) {
    #main .lead 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: 120px;
}
@media screen and (max-width: 1199px) {
    #main .profile {
        margin-top: 100px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile {
        margin-top: 80px;
    }
}
#main .catch {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .catch {
        width: 88vw;
    }
}
#main .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 .catch h3 span {
    font-weight: 500;
}
#main .catch h3 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .catch h3 {
        font-size: 26px;
    }
    #main .catch h3 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .catch h3 {
        font-size: 20px;
    }
    #main .catch h3 span.h {
        font-size: 18px;
    }
}
#main .catch {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .catch {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .catch {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .catch {
        width: 88vw;
    }
}
#main .talk_lead {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
@media screen and (max-width: 1199px) {
    #main .talk_lead {
        width: 88vw;
    }
}
#main .talk_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: justify;
}
@media screen and (max-width: 1199px) {
    #main .talk_lead p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .talk_lead {
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .talk_lead {
        margin-top: 51px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead {
        margin-top: 42px;
    }
}
@media screen and (max-width: 1199px) {
    #main .talk_lead {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .talk_lead {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead {
        margin-bottom: 50px;
    }
}
#main .talk_lead p {
    text-align: center;
}
@media screen and (max-width: 599px) {
    #main .talk_lead p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead p span.b {
        display: inline;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .talk_lead p br.br_visible {
        display: inline;
    }
}
#main .talk {
    margin-top: 120px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .talk {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1199px) {
    #main .talk {
        width: 88vw;
    }
}
#main .talk .talk_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}
@media screen and (max-width: 1199px) {
    #main .talk .talk_box {
        margin-top: 43px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box {
        margin-top: 30px;
    }
}
#main .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 .talk .talk_box .person .photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    #main .talk .talk_box .person .photo {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .person .photo {
        width: 50px;
        height: 50px;
    }
}
#main .talk .talk_box .person .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .talk .talk_box .person .name {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    #main .talk .talk_box .person .name {
        margin-top: 8px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .person .name {
        margin-top: 6px;
    }
}
#main .talk .talk_box .person .name .text {
    padding-left: 0.05em;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
}
#main .talk .talk_box .person .name .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .talk .talk_box .person .name .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .person .name .text {
        font-size: 13px;
    }
}
#main .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 .talk .talk_box .balloon {
        margin: 12px 0 0 35px;
        padding: 37px;
        border-radius: 12px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .balloon {
        margin: 10px 0 0 20px;
        padding: 25px;
        border-radius: 10px;
    }
}
#main .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 .talk .talk_box .balloon p {
        margin-top: -8px;
        margin-bottom: -8px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .balloon p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 13px;
        line-height: 27px;
    }
}
#main .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 .talk .talk_box .balloon::before {
        border-bottom: 11px solid transparent;
        top: 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box .balloon::before {
        border-bottom: 7px solid transparent;
        top: 15px;
    }
}
#main .talk .talk_box.talk_box_L .balloon {
    background-color: #e0f4fc;
}
#main .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 .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 .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 .talk .talk_box.talk_box_R {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
#main .talk .talk_box.talk_box_R .balloon {
    background-color: #dce4f0;
}
@media screen and (max-width: 1199px) {
    #main .talk .talk_box.talk_box_R .balloon {
        margin: 12px 35px 0 0;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .talk_box.talk_box_R .balloon {
        margin: 10px 20px 0 0;
    }
}
#main .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 .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 .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 .talk .narration {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
@media screen and (max-width: 1199px) {
    #main .talk .narration {
        margin-top: 55px;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .narration {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1199px) {
    #main .talk .narration {
        width: 82vw;
    }
}
#main .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 .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 .talk .narration p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .talk .narration {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .talk .narration {
        width: 88vw;
    }
}
#main .talk .narration p {
    text-align: center;
}
@media screen and (max-width: 599px) {
    #main .talk .narration p {
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .narration p span.b {
        display: inline;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .narration p br {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    #main .talk .narration p br.br_visible {
        display: inline;
    }
}
#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 .photo_1100 {
    margin-top: 0;
}
#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_double {
    margin-top: 0;
}
#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_band_single {
    margin-top: 0;
}
#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 */