#main {
    margin-top: 100vh;
    margin-top: 100svh;
    padding-bottom: 100px;
    background-color: #1c1c1c;
    position: relative;
}
#main .fv {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
#main .fv .photo {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#main .fv .photo .photo_container {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#main .fv .photo .photo_container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 979px) {
    #main .fv .photo .photo_container_pc {
        display: none;
    }
}
#main .fv .photo .photo_container_mb {
    display: none;
}
@media screen and (max-width: 979px) {
    #main .fv .photo .photo_container_mb {
        display: block;
    }
}
#main .fv .photo.fadeIn {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}
#main .fv .photo.fadeIn .photo_container {
    -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);
    -webkit-transform: scale(1);
            transform: scale(1);
}
#main .fv.hide {
    left: 200vw;
}
@media screen and (max-width: 1199px) {
    #main {
        padding-bottom: 75px;
    }
}
@media screen and (max-width: 599px) {
    #main {
        padding-bottom: 50px;
    }
}
#main .intro {
    margin: 0 auto;
    padding-top: 150px;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .intro {
        padding-top: 115px;
        width: 88vw;
    }
}
@media screen and (max-width: 599px) {
    #main .intro {
        padding-top: 80px;
    }
}
#main .intro .catch h1 {
    margin-block: calc((1em - 1lh) / 2);
    font-family: "Shippori Mincho B1", serif;
    font-size: 40px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    color: #00a7df;
}
#main .intro .catch h1 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .intro .catch h1 {
        font-size: 35px;
        line-height: 59px;
    }
}
@media screen and (max-width: 779px) {
    #main .intro .catch h1 {
        text-align: left;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
                writing-mode: vertical-rl;
        text-orientation: upright;
    }
    #main .intro .catch h1 span.t_combine {
        margin-top: -0.5em;
        margin-left: 0.2em;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .catch h1 {
        font-size: 30px;
        line-height: 48px;
    }
}
@media screen and (max-width: 779px) {
    #main .intro .catch.catch_pc {
        display: none;
    }
}
#main .intro .catch.catch_mb {
    display: none;
}
@media screen and (max-width: 779px) {
    #main .intro .catch.catch_mb {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
#main .intro .lead {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    #main .intro .lead {
        margin-top: 50px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .lead {
        margin-top: 60px;
    }
}
#main .intro .lead p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 17px;
    line-height: 37px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .intro .lead p {
        font-size: 16px;
        line-height: 33.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .lead p {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .lead p span.b {
        display: inline;
    }
}
#main .intro .comment {
    margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    #main .intro .comment {
        margin-top: 40px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .comment {
        margin-top: 30px;
    }
}
#main .intro .comment p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .intro .comment p {
        font-size: 13px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .comment p {
        font-size: 12px;
    }
}
#main .intro .profile {
    margin-top: 150px;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile {
        margin-top: 115px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile {
        margin-top: 80px;
    }
}
#main .intro .profile .profile_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 990px;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul {
        -webkit-column-gap: 6vw;
           -moz-column-gap: 6vw;
                column-gap: 6vw;
        row-gap: 70px;
        width: 78vw;
    }
}
@media screen and (max-width: 979px) {
    #main .intro .profile .profile_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 60px;
        width: 60vw;
    }
}
@media screen and (max-width: 779px) {
    #main .intro .profile .profile_ul {
        width: 78vw;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul {
        margin-left: -6vw;
        width: 100vw;
    }
}
#main .intro .profile .profile_ul .profile_li {
    padding: 0 40px 40px;
    width: 455px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li {
        padding: 0 35px 40px;
        width: 36vw;
    }
}
@media screen and (max-width: 979px) {
    #main .intro .profile .profile_ul .profile_li {
        width: auto;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li {
        padding: 0 6vw 40px;
    }
}
#main .intro .profile .profile_ul .profile_li .bg {
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li .bg {
        top: 13vw;
    }
}
@media screen and (max-width: 979px) {
    #main .intro .profile .profile_ul .profile_li .bg {
        top: 15vw;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li .bg {
        top: 100px;
    }
}
#main .intro .profile .profile_ul .profile_li .photo {
    margin: 0 auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li .photo {
        width: 26vw;
        height: 26vw;
    }
}
@media screen and (max-width: 979px) {
    #main .intro .profile .profile_ul .profile_li .photo {
        width: 30vw;
        height: 30vw;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li .photo {
        width: 200px;
        height: 200px;
    }
}
#main .intro .profile .profile_ul .profile_li .photo .photo_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .intro .profile .profile_ul .profile_li .spec_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li .spec_ul {
        row-gap: 19px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li .spec_ul {
        row-gap: 15px;
    }
}
#main .intro .profile .profile_ul .profile_li .spec_ul .spec_li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
}
#main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .title {
    -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;
    -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 6px;
    height: 1em;
    font-size: 11px;
}
#main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .content {
    -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;
    margin-block: calc((1em - 1lh) / 2);
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .content {
        font-size: 14.5px;
        line-height: 23px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .content {
        font-size: 13px;
        line-height: 20px;
    }
}
#main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .line {
    -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;
    width: 100%;
    height: 1px;
    position: relative;
}
#main .intro .profile .profile_ul .profile_li .spec_ul .spec_li .line::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#main .intro .profile .profile_ul .profile_li .cap {
    margin-top: 40px;
    position: relative;
}
#main .intro .profile .profile_ul .profile_li .cap p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .intro .profile .profile_ul .profile_li .cap p {
        font-size: 14.5px;
        line-height: 30.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .intro .profile .profile_ul .profile_li .cap p {
        font-size: 14px;
        line-height: 28px;
    }
}
#main .intro .profile .profile_ul .profile_li:nth-of-type(1) .bg {
    background-color: #0069bb;
}
#main .intro .profile .profile_ul .profile_li:nth-of-type(2) .bg {
    background-color: #00a7df;
}
#main .intro .profile .profile_ul .profile_li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: center;
        justify-self: center;
}
@media screen and (max-width: 979px) {
    #main .intro .profile .profile_ul .profile_li:nth-of-type(3) {
        grid-column: auto;
    }
}
#main .intro .profile .profile_ul .profile_li.profile_li_n_koji .bg {
    background-color: #0069bb;
}
#main .intro .profile .profile_ul .profile_li.profile_li_n_koji .photo .photo_container {
    background-image: url("../img/profile_n_koji.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_a_hiromitsu .bg {
    background-color: #00a7df;
}
#main .intro .profile .profile_ul .profile_li.profile_li_a_hiromitsu .photo .photo_container {
    background-image: url("../img/profile_a_hiromitsu.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_i_yuki .bg {
    background-color: #0069bb;
}
#main .intro .profile .profile_ul .profile_li.profile_li_i_yuki .photo .photo_container {
    background-image: url("../img/profile_i_yuki.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_f_takamitsu .bg {
    background-color: #00a7df;
}
#main .intro .profile .profile_ul .profile_li.profile_li_f_takamitsu .photo .photo_container {
    background-image: url("../img/profile_f_takamitsu.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_y_ryuji .bg {
    background-color: #0069bb;
}
#main .intro .profile .profile_ul .profile_li.profile_li_y_ryuji .photo .photo_container {
    background-image: url("../img/profile_y_ryuji.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_k_ayano .bg {
    background-color: #00a7df;
}
#main .intro .profile .profile_ul .profile_li.profile_li_k_ayano .photo .photo_container {
    background-image: url("../img/profile_k_ayano.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .intro .profile .profile_ul .profile_li.profile_li_t_kunihito .bg {
    background-color: #6390b7;
}
#main .intro .profile .profile_ul .profile_li.profile_li_t_kunihito .photo .photo_container {
    background-image: url("../img/profile_t_kunihito.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section {
    margin: 150px auto 0;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .section {
        margin-top: 115px;
        width: 88vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section {
        margin-top: 80px;
    }
}
#main .section .section_title {
    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 .section .section_title .en svg {
    height: 100%;
    fill: #27292d;
}
#main .section .section_title .line_title {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto 10px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
}
#main .section .section_title .line_title .line {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 1px;
    position: relative;
}
#main .section .section_title .line_title .line::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
}
#main .section .section_title .line_title .line.line_L::before {
    right: 0;
}
#main .section .section_title .line_title .line.line_R::before {
    left: 0;
}
#main .section .section_title .line_title .line {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#main .section .section_title .line_title h4 {
    padding-left: 0.08em;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
    #main .section .section_title .line_title h4 {
        font-size: 16.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_title .line_title h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    #main .section .section_title .line_title {
        margin-top: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_title .line_title {
        margin-top: 20px;
    }
}
#main .section .section_catch {
    margin-top: 50px;
    padding: 70px 0 80px;
    position: relative;
}
@media screen and (max-width: 599px) {
    #main .section .section_catch {
        margin-left: -3vw;
        width: 94vw;
    }
}
#main .section .section_catch .shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * (100vw - 1100px) / 2);
    right: 170px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_catch .shape {
        left: -6vw;
        right: 15vw;
    }
}
@media screen and (max-width: 979px) {
    #main .section .section_catch .shape {
        right: 20vw;
    }
}
@media screen and (max-width: 779px) {
    #main .section .section_catch .shape {
        right: 25vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_catch .shape {
        right: 30vw;
    }
}
#main .section .section_catch .shape .shape_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_catch .shape .shape_container .shape_c {
    background-color: #27292d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 200px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_catch .shape .shape_container .shape_c {
        right: 130px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_catch .shape .shape_container .shape_c {
        right: 60px;
    }
}
#main .section .section_catch .shape .shape_container .shape_g {
    background: -webkit-gradient(linear, left top, right top, from(#27292d), to(#1c1c1c));
    background: linear-gradient(to right, #27292d, #1c1c1c);
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 200px);
    right: 0;
}
@media screen and (max-width: 1199px) {
    #main .section .section_catch .shape .shape_container .shape_g {
        left: calc(100% - 130px);
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_catch .shape .shape_container .shape_g {
        left: calc(100% - 60px);
    }
}
#main .section .section_catch .shape.fadeElem .shape_container {
    right: 100%;
}
#main .section .section_catch .shape.fadeIn .shape_container {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    right: 0;
}
#main .section .section_catch h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-family: "Shippori Mincho B1", serif;
    padding-left: 0.15em;
    font-size: 34px;
    line-height: 61px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    position: relative;
}
#main .section .section_catch h3 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .section .section_catch h3 {
        font-size: 30px;
        line-height: 51.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_catch h3 {
        font-size: 26px;
        line-height: 42px;
    }
}
#main .section .section_lead {
    margin: 100px auto 0;
    width: 800px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_lead {
        margin-top: 70px;
        width: 88vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_lead {
        margin-top: 40px;
    }
}
#main .section .section_lead p {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #main .section .section_lead p {
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_lead p {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
    }
}
#main .section .section_talk {
    margin-top: 100px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk {
        margin-top: 80px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk {
        margin-top: 60px;
    }
}
#main .section .section_talk .talk_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 50px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul {
        row-gap: 45px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul {
        row-gap: 40px;
    }
}
#main .section .section_talk .talk_ul .talk_li {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li {
        -webkit-column-gap: 12px;
           -moz-column-gap: 12px;
                column-gap: 12px;
    }
}
#main .section .section_talk .talk_ul .talk_li .photo {
    margin-top: 30px;
    padding-top: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li .photo {
        margin-top: 27.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .photo {
        margin-top: 0;
    }
}
#main .section .section_talk .talk_ul .talk_li .photo .photo_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_talk .talk_ul .talk_li .text .name {
    margin: 0 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li .text .name {
        margin: 0 17px;
        font-size: 13.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .text .name {
        margin: 0 10px;
        font-size: 12px;
    }
}
#main .section .section_talk .talk_ul .talk_li .text .balloon {
    margin-top: 15px;
    padding: 40px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon {
        margin-top: 14px;
        padding: 30px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon {
        margin-top: 12px;
        padding: 20px;
    }
}
#main .section .section_talk .talk_ul .talk_li .text .balloon .bg {
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon .bg {
        border-radius: 15px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon .bg {
        border-radius: 10px;
    }
}
#main .section .section_talk .talk_ul .talk_li .text .balloon .bg svg {
    position: absolute;
    top: 25px;
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon .bg svg {
        top: 38px;
    }
}
#main .section .section_talk .talk_ul .talk_li .text .balloon p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: justify;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon p {
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li .text .balloon p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 2lh;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .section .section_talk .talk_ul .talk_li.talk_li_1 {
    -ms-grid-columns: 90px 688px;
    grid-template-columns: 90px 688px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_1 {
        -ms-grid-columns: 75px 58vw;
        grid-template-columns: 75px 58vw;
    }
}
@media screen and (max-width: 779px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_1 {
        -ms-grid-columns: 75px 1fr;
        grid-template-columns: 75px 1fr;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_1 {
        -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr;
    }
}
#main .section .section_talk .talk_ul .talk_li.talk_li_1 .text .balloon .bg {
    background-color: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_1 .text .balloon .bg svg {
    fill: #0069bb;
    left: -31px;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_1 .text .balloon .bg svg {
        left: -20px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_1 .text .balloon .bg svg {
        left: -25px;
    }
}
#main .section .section_talk .talk_ul .talk_li.talk_li_2 {
    -ms-grid-columns: 688px 90px;
    grid-template-columns: 688px 90px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_2 {
        -ms-grid-columns: 58vw 75px;
        grid-template-columns: 58vw 75px;
    }
}
@media screen and (max-width: 779px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_2 {
        -ms-grid-columns: 1fr 75px;
        grid-template-columns: 1fr 75px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_2 {
        -ms-grid-columns: 1fr 60px;
        grid-template-columns: 1fr 60px;
    }
}
#main .section .section_talk .talk_ul .talk_li.talk_li_2 .photo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_2 .text {
    -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 .section .section_talk .talk_ul .talk_li.talk_li_2 .text .name {
    text-align: right;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_2 .text .balloon .bg {
    background-color: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_2 .text .balloon .bg svg {
    fill: #00a7df;
    right: -31px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
@media screen and (max-width: 1199px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_2 .text .balloon .bg svg {
        right: -20px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_talk .talk_ul .talk_li.talk_li_2 .text .balloon .bg svg {
        right: -25px;
    }
}
#main .section .section_talk .talk_ul .talk_li.talk_li_n_koji .photo .photo_container {
    background-image: url("../img/talk_n_koji.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_n_koji .text .balloon .bg {
    background-color: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_n_koji .text .balloon .bg svg {
    fill: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_a_hiromitsu .photo .photo_container {
    background-image: url("../img/talk_a_hiromitsu.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_a_hiromitsu .text .balloon .bg {
    background-color: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_a_hiromitsu .text .balloon .bg svg {
    fill: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_i_yuki .photo .photo_container {
    background-image: url("../img/talk_i_yuki.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_i_yuki .text .balloon .bg {
    background-color: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_i_yuki .text .balloon .bg svg {
    fill: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_f_takamitsu .photo .photo_container {
    background-image: url("../img/talk_f_takamitsu.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_f_takamitsu .text .balloon .bg {
    background-color: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_f_takamitsu .text .balloon .bg svg {
    fill: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_y_ryuji .photo .photo_container {
    background-image: url("../img/talk_y_ryuji.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_y_ryuji .text .balloon .bg {
    background-color: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_y_ryuji .text .balloon .bg svg {
    fill: #0069bb;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_k_ayano .photo .photo_container {
    background-image: url("../img/talk_k_ayano.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_k_ayano .text .balloon .bg {
    background-color: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_k_ayano .text .balloon .bg svg {
    fill: #00a7df;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_t_kunihito .photo .photo_container {
    background-image: url("../img/talk_t_kunihito.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_t_kunihito .text .balloon .bg {
    background-color: #6390b7;
}
#main .section .section_talk .talk_ul .talk_li.talk_li_t_kunihito .text .balloon .bg svg {
    fill: #6390b7;
}
#main .section .section_talk .talk_ul .talk_li.fadeElem .photo {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    overflow: hidden;
}
#main .section .section_talk .talk_ul .talk_li.fadeElem .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
#main .section .section_talk .talk_ul .talk_li.fadeElem .text .name {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
#main .section .section_talk .talk_ul .talk_li.fadeElem .text .balloon .bg {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.85);
            transform: translateY(20px) scale(0.85);
}
#main .section .section_talk .talk_ul .talk_li.fadeElem .text .balloon p {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .section .section_talk .talk_ul .talk_li.fadeIn .photo {
    -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);
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#main .section .section_talk .talk_ul .talk_li.fadeIn .photo .photo_container {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, 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 .section .section_talk .talk_ul .talk_li.fadeIn .text .name {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#main .section .section_talk .talk_ul .talk_li.fadeIn .text .balloon .bg {
    -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
}
#main .section .section_talk .talk_ul .talk_li.fadeIn .text .balloon p {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
#main .section .section_photo {
    margin: 150px auto 0;
}
@media screen and (max-width: 1199px) {
    #main .section .section_photo {
        margin-top: 105px;
    }
}
@media screen and (max-width: 599px) {
    #main .section .section_photo {
        margin-top: 60px;
    }
}
#main .section .section_photo .photo_ul {
    display: -ms-grid;
    display: grid;
}
#main .section .section_photo .photo_ul .photo_li {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 66.6666666667%;
    width: 100%;
    height: 0;
    position: relative;
}
#main .section .section_photo .photo_ul .photo_li .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_photo .photo_ul .photo_li .photo .photo_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_1 .section_photo,
#main .section.section_3 .section_photo {
    width: 1000px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_1 .section_photo,
    #main .section.section_3 .section_photo {
        width: 78vw;
    }
}
@media screen and (max-width: 439px) {
    #main .section.section_1 .section_photo,
    #main .section.section_3 .section_photo {
        width: 100%;
    }
}
#main .section.section_1 .section_photo .photo_ul,
#main .section.section_3 .section_photo .photo_ul {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 100px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_1 .section_photo .photo_ul,
    #main .section.section_3 .section_photo .photo_ul {
        -webkit-column-gap: 8vw;
           -moz-column-gap: 8vw;
                column-gap: 8vw;
        row-gap: 8vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_1 .section_photo .photo_ul,
    #main .section.section_3 .section_photo .photo_ul {
        row-gap: 10px;
    }
}
#main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(3),
#main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 288px;
    width: 432px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(3),
    #main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(3) {
        padding-top: 22.464vw;
        width: 33.696vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(3),
    #main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(3) {
        grid-column: auto;
        padding-top: 66.6666666667%;
        width: 100%;
    }
}
#main .section.section_1 .section_title .en {
    height: 72.4px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_1 .section_title .en {
        height: 57.92px;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_1 .section_title .en {
        height: 43.44px;
    }
}
#main .section.section_1 .section_photo .photo_ul {
    -ms-grid-columns: 360px 540px;
    grid-template-columns: 360px 540px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_1 .section_photo .photo_ul {
        -ms-grid-columns: 28vw 42vw;
        grid-template-columns: 28vw 42vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_1 .section_photo .photo_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/11.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/12.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_1 .section_photo .photo_ul .photo_li:nth-of-type(3) .photo .photo_container {
    background-image: url("../img/13.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_2 .section_title .en {
    height: 72.4px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_2 .section_title .en {
        height: 57.92px;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_2 .section_title .en {
        height: 43.44px;
    }
}
#main .section.section_2 .section_photo {
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_2 .section_photo {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_2 .section_photo {
        width: 78vw;
    }
}
@media screen and (max-width: 439px) {
    #main .section.section_2 .section_photo {
        width: 100%;
    }
}
#main .section.section_2 .section_photo .photo_ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
@media screen and (max-width: 599px) {
    #main .section.section_2 .section_photo .photo_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
}
#main .section.section_2 .section_photo .photo_ul .photo_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/21.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_2 .section_photo .photo_ul .photo_li:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/22.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_3 .section_title .en {
    height: 72.6px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_3 .section_title .en {
        height: 58.08px;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_3 .section_title .en {
        height: 43.56px;
    }
}
#main .section.section_3 .section_photo .photo_ul {
    -ms-grid-columns: 540px 360px;
    grid-template-columns: 540px 360px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_3 .section_photo .photo_ul {
        -ms-grid-columns: 42vw 28vw;
        grid-template-columns: 42vw 28vw;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_3 .section_photo .photo_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/31.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/32.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_3 .section_photo .photo_ul .photo_li:nth-of-type(3) .photo .photo_container {
    background-image: url("../img/33.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .section.section_4 .section_title .en {
    height: 72.4px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_4 .section_title .en {
        height: 57.92px;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_4 .section_title .en {
        height: 43.44px;
    }
}
#main .section.section_4 .section_photo {
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .section.section_4 .section_photo {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    #main .section.section_4 .section_photo {
        width: 78vw;
    }
}
@media screen and (max-width: 439px) {
    #main .section.section_4 .section_photo {
        width: 100%;
    }
}
#main .section.section_4 .section_photo .photo_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
#main .section.section_4 .section_photo .photo_ul .photo_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/end.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .nav_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px auto 30px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 150px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    #main .nav_bottom {
        margin-top: 100px;
    }
}
@media screen and (max-width: 599px) {
    #main .nav_bottom {
        margin-top: 60px;
    }
}
#main .nav_bottom .index {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
#main .nav_bottom .index a {
    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: 130px;
    height: 35px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .nav_bottom .index a {
        width: 125px;
    }
}
@media screen and (max-width: 599px) {
    #main .nav_bottom .index a {
        width: 120px;
    }
}
#main .nav_bottom .index a .bg {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #0069bb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .nav_bottom .index a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.15em;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: relative;
}
#main .nav_bottom .index a .text span {
    font-weight: 500;
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .index a:hover .bg {
        background-color: #ffffff;
    }
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .index a:hover .text {
        color: #0069bb;
    }
}
#main .nav_bottom .next,
#main .nav_bottom .back {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
#main .nav_bottom .next a,
#main .nav_bottom .back a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
#main .nav_bottom .next a .title,
#main .nav_bottom .back a .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
#main .nav_bottom .next a .title .arrow,
#main .nav_bottom .back a .title .arrow {
    width: 6px;
    height: 12px;
}
#main .nav_bottom .next a .title .arrow svg,
#main .nav_bottom .back a .title .arrow svg {
    -webkit-transition: stroke 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: stroke 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: stroke 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: stroke 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    fill: none;
    stroke: #ffffff;
    stroke-width: 1px;
}
#main .nav_bottom .next a .title .text,
#main .nav_bottom .back a .title .text {
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.15em;
}
#main .nav_bottom .next a .title .text span,
#main .nav_bottom .back a .title .text span {
    font-weight: 500;
}
@media screen and (max-width: 979px) {
    #main .nav_bottom .next a .content,
    #main .nav_bottom .back a .content {
        display: none;
    }
}
#main .nav_bottom .next a .content .text,
#main .nav_bottom .back a .content .text {
    height: 1em;
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .nav_bottom .next a .content .text span,
#main .nav_bottom .back a .content .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .nav_bottom .next a .content .text,
    #main .nav_bottom .back a .content .text {
        font-size: 16px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
    }
}
@media screen and (max-width: 599px) {
    #main .nav_bottom .next a .content .text,
    #main .nav_bottom .back a .content .text {
        font-size: 14px;
    }
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .next a:hover,
    #main .nav_bottom .back a:hover {
        color: #85c4e4;
    }
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .next a:hover .title .arrow svg,
    #main .nav_bottom .back a:hover .title .arrow svg {
        stroke: #85c4e4;
    }
}
#main .nav_bottom .next {
    -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;
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .next a:hover .title .arrow svg {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
}
#main .nav_bottom .back {
    -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;
    -ms-grid-column-align: end;
        justify-self: end;
}
#main .nav_bottom .back a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
#main .nav_bottom .back a .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
@media screen and (min-width: 979px) {
    #main .nav_bottom .back a:hover .title .arrow svg {
        -webkit-transform: translateX(-3px);
                transform: translateX(-3px);
    }
}
/*# sourceMappingURL=style.css.map */