.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}

#main .first_view {
    width: 100%;
    height: 100vh;
    height: 100svh;
}
#main .first_view .logo_top {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 979px) {
    #main .first_view .logo_top {
        display: none;
    }
}
#main .first_view .logo_top .logo a .logo_container {
    width: 224px;
    height: 86px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 190px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container {
        width: 156px;
        height: 60px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg {
    padding-top: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 19.5px;
        padding-left: 19.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg {
        padding-top: 17px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 1199px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 150px;
        height: 31px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .logo_top .logo a .logo_container .svg svg {
        width: 125.5px;
        height: 26px;
    }
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st0_logo {
    fill: #00a0eb;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st1_logo {
    fill: #0076c5;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st2_logo {
    fill: #004793;
}
#main .first_view .logo_top .logo a .logo_container .svg svg .st3_logo {
    fill: #737272;
}
#main .first_view .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 979px) {
    #main .first_view .photo {
        padding-top: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .first_view .photo {
        padding-top: 60px;
    }
}
#main .first_view .photo .photo_container {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    height: 100%;
}
#main .first_view .photo .photo_container img {
    opacity: 0;
    position: relative;
    z-index: -1;
}
#main .first_view.fadeIn .photo .photo_container {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
#main .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    width: 1240px;
}
@media screen and (max-width: 1439px) {
    #main .profile {
        width: 86vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile {
        width: 94vw;
    }
}
@media screen and (max-width: 779px) {
    #main .profile {
        width: 100vw;
    }
}
#main .profile .profile_box_wrap {
    display: inline-block;
    position: relative;
}
#main .profile .profile_box_wrap .profile_box {
    position: relative;
}
#main .profile .profile_box_wrap .profile_box .bg {
    opacity: 0;
    right: 50%;
    background-color: #0075c2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#main .profile .profile_box_wrap .profile_box .profile_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 15px 325px;
    grid-template-columns: 220px 325px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 30px;
    width: 560px;
    position: relative;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        row-gap: 17px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 88vw;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    bottom: 7px;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        font-size: 11px;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        bottom: 6.5px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .title {
        bottom: 6px;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .content {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    padding: 0 15px 15px 110px;
    margin-top: calc(0px - (1.6em - 15px) / 2);
    margin-bottom: calc(0px - (1.6em - 15px) / 2);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        margin-top: calc(0px - (1.6em - 14px) / 2);
        margin-bottom: calc(0px - (1.6em - 14px) / 2);
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        margin-top: calc(0px - (1.6em - 13px) / 2);
        margin-bottom: calc(0px - (1.6em - 13px) / 2);
        font-size: 13px;
    }
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 10px 15px 105px;
    }
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 10px 13px 105px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li .content {
        padding: 0 5px 13px 100px;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .line {
    height: 1px;
    background-color: #000;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul {
    margin: 0 30px;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul {
        margin: 0 6vw;
    }
}
#main .profile .profile_box_wrap .profile_box .profile_ul li {
    color: #fff;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li .line {
    background-color: #fff;
}
#main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box .profile_ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top {
        position: relative;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul {
    padding: 30px 0;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul {
        padding: 25px 0 0;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .title,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .title {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .title,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .title {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .content,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .content {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .content,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .content {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .line,
#main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .line {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(1) .line,
    #main .profile .profile_box_wrap .profile_box.profile_box_top .profile_ul li:nth-of-type(2) .line {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .profile_ul {
    padding: 30px 0 0;
}
@media screen and (max-width: 979px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .profile_ul {
        padding: 17px 0 0;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 30px;
    position: relative;
}
@media screen and (max-width: 779px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment {
        margin-left: 6vw;
        margin-right: 6vw;
        padding: 0 0 25px;
    }
}
#main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile .profile_box_wrap .profile_box.profile_box_bottom .comment .text {
        font-size: 10px;
    }
}
#main .profile .profile_box_wrap.fadeIn .profile_box .bg {
    -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), right 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), right 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    right: 0%;
}
#main .profile_top .profile_box_wrap .profile_box .content {
    margin: 0 30px;
    width: 560px;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box .content {
        margin: 0 6vw;
        width: 88vw;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .en {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
#main .profile_top .profile_box_wrap .profile_box .content .en .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.12em;
    text-align: right;
}
#main .profile_top .profile_box_wrap .profile_box .content .en .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .profile_top .profile_box_wrap .profile_box .content .en .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile_top .profile_box_wrap .profile_box .content .en .text {
        font-size: 13px;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .line {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    margin-top: 10px;
    height: 1px;
    background-color: #fff;
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box .content .line {
        margin-top: 8px;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .position {
    margin-left: 20px;
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box .content .position {
        margin-left: 0;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .position .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 .profile_top .profile_box_wrap .profile_box .content .position .text {
        font-size: 17.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile_top .profile_box_wrap .profile_box .content .position .text {
        font-size: 15px;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .name {
    margin-top: 20px;
    margin-left: 20px;
}
@media screen and (max-width: 1199px) {
    #main .profile_top .profile_box_wrap .profile_box .content .name {
        margin-top: 17px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile_top .profile_box_wrap .profile_box .content .name {
        margin-top: 14px;
    }
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box .content .name {
        margin-left: 0;
    }
}
#main .profile_top .profile_box_wrap .profile_box .content .name .text {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
    #main .profile_top .profile_box_wrap .profile_box .content .name .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 599px) {
    #main .profile_top .profile_box_wrap .profile_box .content .name .text {
        font-size: 16px;
    }
}
#main .profile_top .profile_box_wrap .profile_box.profile_box_top .content {
    padding: 30px 0;
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box.profile_box_top .content {
        padding: 25px 0 0;
    }
}
#main .profile_top .profile_box_wrap .profile_box.profile_box_bottom .content {
    padding: 50px 0;
}
@media screen and (max-width: 779px) {
    #main .profile_top .profile_box_wrap .profile_box.profile_box_bottom .content {
        padding: 40px 0;
    }
}
#main .message {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 820px;
    grid-template-columns: 1fr 820px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .message {
        margin-top: 112px;
    }
}
@media screen and (max-width: 599px) {
    #main .message {
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    #main .message {
        width: 88vw;
    }
}
@media screen and (max-width: 1199px) {
    #main .message {
        -ms-grid-columns: 250px calc(88vw - 250px);
        grid-template-columns: 250px calc(88vw - 250px);
    }
}
@media screen and (max-width: 979px) {
    #main .message {
        -ms-grid-columns: 200px calc(88vw - 200px);
        grid-template-columns: 200px calc(88vw - 200px);
    }
}
@media screen and (max-width: 779px) {
    #main .message {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 60px;
        width: 100vw;
    }
}
#main .message .catch {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -192px;
    margin-right: 130px;
}
@media screen and (max-width: 1199px) {
    #main .message .catch {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 20px;
    }
}
@media screen and (max-width: 979px) {
    #main .message .catch {
        margin-top: 0;
    }
}
@media screen and (max-width: 779px) {
    #main .message .catch {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        margin-top: 0;
        margin-right: 0;
    }
}
#main .message .catch h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.35em;
    letter-spacing: 0.25em;
    margin-left: -13px;
    margin-right: -13px;
    color: #0075c2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}
#main .message .catch h2 span {
    font-weight: 500;
}
#main .message .catch h2 span.h {
    font-size: 32.4px;
}
@media screen and (max-width: 1199px) {
    #main .message .catch h2 {
        font-size: 29px;
        line-height: 51px;
    }
    #main .message .catch h2 span.h {
        font-size: 26.1px;
    }
}
@media screen and (max-width: 599px) {
    #main .message .catch h2 {
        font-size: 22px;
        line-height: 40px;
    }
    #main .message .catch h2 span.h {
        font-size: 19.8px;
    }
}
@media screen and (max-width: 779px) {
    #main .message .catch h2 {
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        text-align: center;
        white-space: normal;
        margin: 0 auto;
        width: 88vw;
    }
}
#main .message .body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 720px;
}
@media screen and (max-width: 1199px) {
    #main .message .body {
        width: calc(88vw - 250px - 60px);
    }
}
@media screen and (max-width: 979px) {
    #main .message .body {
        width: calc(88vw - 200px - 30px);
    }
}
@media screen and (max-width: 779px) {
    #main .message .body {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 50px auto 0;
        width: 88vw;
    }
}
#main .message .body p {
    margin-top: -9.5px;
    margin-bottom: -9.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1199px) {
    #main .message .body p {
        margin-top: -8.25px;
        margin-bottom: -8.25px;
        font-size: 15px;
        line-height: 31.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .message .body p {
        margin-top: -7px;
        margin-bottom: -7px;
        font-size: 14px;
        line-height: 28px;
    }
}
#main .message .photo {
    -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;
    margin-top: 150px;
    width: 720px;
    height: 480px;
}
@media screen and (max-width: 1199px) {
    #main .message .photo {
        margin-top: 100px;
        width: calc(88vw - 250px - 60px);
        height: calc((88vw - 250px - 60px) / 3 * 2);
    }
}
@media screen and (max-width: 979px) {
    #main .message .photo {
        margin-top: 100px;
        width: calc(88vw - 200px - 30px);
        height: calc((88vw - 200px - 30px) / 3 * 2);
    }
}
@media screen and (max-width: 779px) {
    #main .message .photo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        margin: 50px 6vw 0;
        width: 88vw;
        height: 58.6666666667vw;
    }
}
#main .message .photo .photo_container {
    width: 100%;
    height: 100%;
    background-image: url("../img/message.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */