#main {
    position: relative;
}
@media screen and (max-width: 979px) {
    #main {
        padding-top: 35px;
    }
}
@media screen and (max-width: 599px) {
    #main {
        padding-top: 30px;
    }
}

#main .bg_box {
    opacity: 0;
    width: 197.3333333333px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: -200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
    #main .bg_box {
        width: 15.1666666667vw;
        bottom: -165px;
    }
}
@media screen and (max-width: 779px) {
    #main .bg_box {
        width: 17.6vw;
    }
}
@media screen and (max-width: 599px) {
    #main .bg_box {
        bottom: -130px;
    }
}
#main .bg_box .container {
    width: 100%;
    height: 100%;
    background-color: #e0f4fc;
}
#main .bg_box.fadeIn {
    -webkit-transition: opacity 0.6s linear, width 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.6s linear, width 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    width: 592px;
}
@media screen and (max-width: 1199px) {
    #main .bg_box.fadeIn {
        width: 45.5vw;
    }
}
@media screen and (max-width: 779px) {
    #main .bg_box.fadeIn {
        width: 52.8vw;
    }
}
#main .logo_top {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 979px) {
    #main .logo_top {
        display: none;
    }
}
#main .logo_top .logo a .logo_container {
    width: 224px;
    height: 86px;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    #main .logo_top .logo a .logo_container {
        width: 190px;
        height: 70px;
    }
}
@media screen and (max-width: 599px) {
    #main .logo_top .logo a .logo_container {
        width: 156px;
        height: 60px;
    }
}
#main .logo_top .logo a .logo_container .svg {
    padding-top: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1199px) {
    #main .logo_top .logo a .logo_container .svg {
        padding-top: 19.5px;
        padding-left: 19.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .logo_top .logo a .logo_container .svg {
        padding-top: 17px;
        padding-left: 17px;
    }
}
@media screen and (max-width: 1199px) {
    #main .logo_top .logo a .logo_container .svg svg {
        width: 150px;
        height: 31px;
    }
}
@media screen and (max-width: 599px) {
    #main .logo_top .logo a .logo_container .svg svg {
        width: 125.5px;
        height: 26px;
    }
}
#main .logo_top .logo a .logo_container .svg svg .st0_logo {
    fill: #00a0eb;
}
#main .logo_top .logo a .logo_container .svg svg .st1_logo {
    fill: #0076c5;
}
#main .logo_top .logo a .logo_container .svg svg .st2_logo {
    fill: #004793;
}
#main .logo_top .logo a .logo_container .svg svg .st3_logo {
    fill: #737272;
}
#main .index_title {
    padding-top: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .index_title {
        padding-top: 150px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title {
        padding-top: 100px;
    }
}
@media screen and (max-width: 1199px) {
    #main .index_title {
        width: 88vw;
    }
}
#main .index_title .title_en {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
#main .index_title .title_en h5 {
    padding-left: 0.12em;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.12em;
    text-align: center;
}
#main .index_title .title_en h5 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_en h5 {
        font-size: 15px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_en h5 {
        font-size: 13px;
    }
}
#main .index_title .title_jp {
    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;
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp {
        margin-top: 26px;
    }
}
#main .index_title .title_jp .line {
    width: 100%;
    height: 1px;
    position: relative;
}
#main .index_title .title_jp .line .line_conatiner {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
}
#main .index_title .title_jp .line_L .line_conatiner {
    left: 100%;
    right: 0;
}
#main .index_title .title_jp .line_R .line_conatiner {
    left: 0;
    right: 100%;
}
#main .index_title .title_jp .jp {
    opacity: 0;
    padding: 0 30px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp .jp {
        padding: 0 22px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp .jp {
        padding: 0 15px;
    }
}
#main .index_title .title_jp .jp h1 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    margin-top: calc(0px - 0.2em);
    margin-bottom: calc(0px - 0.2em);
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.25em;
    color: #004990;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4em;
}
#main .index_title .title_jp .jp h1 span {
    font-weight: 500;
}
#main .index_title .title_jp .jp h1 span.h {
    font-size: 34.2px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp .jp h1 {
        font-size: 32px;
    }
    #main .index_title .title_jp .jp h1 span.h {
        font-size: 28.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp .jp h1 {
        font-size: 26px;
    }
    #main .index_title .title_jp .jp h1 span.h {
        font-size: 23.4px;
    }
}
#main .index_title .title_jp.fadeIn .line_L .line_conatiner {
    -webkit-animation: lineInL 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s both;
            animation: lineInL 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s both;
}
#main .index_title .title_jp.fadeIn .line_R .line_conatiner {
    -webkit-animation: lineInR 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s both;
            animation: lineInR 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s both;
}
#main .index_title .title_jp.fadeIn .jp {
    -webkit-animation: opacityIn 1s linear 0.4s both, transformInB 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s both;
            animation: opacityIn 1s linear 0.4s both, transformInB 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s both;
}
#main .index_title .title_jp_00 {
    margin-top: 40px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp_00 {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp_00 {
        margin-top: 26px;
    }
}
#main .index_title .title_jp_00 .line {
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
#main .index_title .title_jp_00 .line.fadeIn {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1), left 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    width: 100%;
    left: 0%;
}
#main .index_title .title_jp_00 .jp {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    background-color: transparent;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp_00 .jp {
        padding: 0 24px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp_00 .jp {
        padding: 0 18px;
    }
}
#main .index_title .title_jp_00 .jp h1 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    font-family: "Noto Serif JP", serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.25em;
    color: #004990;
}
#main .index_title .title_jp_00 .jp h1 span {
    font-weight: 500;
}
#main .index_title .title_jp_00 .jp h1 span.h {
    font-size: 34.2px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title_jp_00 .jp h1 {
        font-size: 32px;
    }
    #main .index_title .title_jp_00 .jp h1 span.h {
        font-size: 28.8px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title_jp_00 .jp h1 {
        font-size: 26px;
    }
    #main .index_title .title_jp_00 .jp h1 span.h {
        font-size: 23.4px;
    }
}
#main .index_title .title_jp_00 .jp.fadeIn {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    background-color: #e0f4fc;
}
#main .index_content {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .index_content {
        margin-top: 95px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1199px) {
    #main .index_content {
        width: 88vw;
    }
}
#main .index_content .index_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 76px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
    row-gap: 100px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul {
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
        row-gap: 80px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 90px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul {
        row-gap: 65px;
    }
}
#main .index_content .index_ul .index_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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#main .index_content .index_ul .index_li .content_top a .photo {
    width: 100%;
    height: 320px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top a .photo {
        height: 26.5625vw;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_top a .photo {
        height: 53.125vw;
    }
}
#main .index_content .index_ul .index_li .content_top a .photo .photo_container {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
#main .index_content .index_ul .index_li .content_top a:hover .photo .photo_container {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
#main .index_content .index_ul .index_li .content_top .title {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .title {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .title {
        margin-top: 26px;
    }
}
#main .index_content .index_ul .index_li .content_top .title h2 {
    padding-left: 0.2em;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #004990;
    text-align: center;
}
#main .index_content .index_ul .index_li .content_top .title h2 span {
    font-weight: 500;
}
#main .index_content .index_ul .index_li .content_top .title h2 span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .title h2 {
        font-size: 26px;
    }
    #main .index_content .index_ul .index_li .content_top .title h2 span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .title h2 {
        font-size: 20px;
    }
    #main .index_content .index_ul .index_li .content_top .title h2 span.h {
        font-size: 18px;
    }
}
#main .index_content .index_ul .index_li .content_top .name {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .name {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .name {
        margin-top: 26px;
    }
}
#main .index_content .index_ul .index_li .content_top .name .text {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #004990;
}
#main .index_content .index_ul .index_li .content_top .name .text span {
    font-weight: 500;
}
#main .index_content .index_ul .index_li .content_top .name .text span.h {
    font-size: 28.8px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .name .text {
        font-size: 26px;
    }
    #main .index_content .index_ul .index_li .content_top .name .text span.h {
        font-size: 23.4px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .name .text {
        font-size: 20px;
    }
    #main .index_content .index_ul .index_li .content_top .name .text span.h {
        font-size: 18px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_top .name .text {
        text-align: center;
    }
}
#main .index_content .index_ul .index_li .content_top .line {
    margin-top: 10px;
    height: 1px;
    background-color: #004990;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .line {
        margin-top: 9px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .line {
        margin-top: 8px;
    }
}
#main .index_content .index_ul .index_li .content_top .occupation {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .occupation {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .occupation {
        margin-top: 26px;
    }
}
#main .index_content .index_ul .index_li .content_top .occupation .text {
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    color: #004990;
}
#main .index_content .index_ul .index_li .content_top .occupation .text span {
    font-weight: 500;
}
#main .index_content .index_ul .index_li .content_top .occupation .text span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .occupation .text {
        font-size: 23.5px;
    }
    #main .index_content .index_ul .index_li .content_top .occupation .text span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .occupation .text {
        font-size: 19px;
    }
    #main .index_content .index_ul .index_li .content_top .occupation .text span.h {
        font-size: 17.1px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_top .occupation .text {
        text-align: center;
    }
}
#main .index_content .index_ul .index_li .content_top .joined {
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .joined {
        margin-top: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .joined {
        margin-top: 20px;
    }
}
#main .index_content .index_ul .index_li .content_top .joined .text {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #004990;
}
#main .index_content .index_ul .index_li .content_top .joined .text span {
    font-weight: 500;
}
#main .index_content .index_ul .index_li .content_top .joined .text span.h {
    font-size: 21.6px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .joined .text {
        font-size: 20px;
    }
    #main .index_content .index_ul .index_li .content_top .joined .text span.h {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .joined .text {
        font-size: 16px;
    }
    #main .index_content .index_ul .index_li .content_top .joined .text span.h {
        font-size: 14.4px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_top .joined .text {
        text-align: center;
    }
}
#main .index_content .index_ul .index_li .content_top .catch {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .catch {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .catch {
        margin-top: 26px;
    }
}
#main .index_content .index_ul .index_li .content_top .catch .text {
    margin-top: calc(0px - 0.25em);
    margin-bottom: calc(0px - 0.25em);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    color: #004990;
}
#main .index_content .index_ul .index_li .content_top .catch .text span {
    font-weight: 500;
}
#main .index_content .index_ul .index_li .content_top .catch .text span.h {
    font-size: 25.2px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_top .catch .text {
        font-size: 23.5px;
    }
    #main .index_content .index_ul .index_li .content_top .catch .text span.h {
        font-size: 21.15px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_top .catch .text {
        font-size: 19px;
    }
    #main .index_content .index_ul .index_li .content_top .catch .text span.h {
        font-size: 17.1px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_top .catch .text {
        text-align: center;
    }
}
#main .index_content .index_ul .index_li .content_bottom .btn {
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_bottom .btn {
        margin-top: 33px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_bottom .btn {
        margin-top: 26px;
    }
}
#main .index_content .index_ul .index_li .content_bottom .btn a {
    -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: 142px;
    height: 42px;
    background-color: #0075c2;
    border: 1px solid #0075c2;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a {
        width: 132px;
        height: 37px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a {
        margin: 0 auto;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a {
        width: 122px;
        height: 32px;
    }
}
#main .index_content .index_ul .index_li .content_bottom .btn a .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);
    display: inline-block;
    width: 12px;
    height: 10px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .arrow {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .arrow {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
}
#main .index_content .index_ul .index_li .content_bottom .btn a .arrow svg {
    -webkit-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
    stroke: #fff;
    stroke-width: 1px;
    fill: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
#main .index_content .index_ul .index_li .content_bottom .btn a .text {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #fff;
}
#main .index_content .index_ul .index_li .content_bottom .btn a .text span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .text {
        font-size: 12.5px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .text {
        font-size: 12px;
    }
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .text {
        margin-left: 8px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul .index_li .content_bottom .btn a .text {
        margin-left: 6px;
    }
}
#main .index_content .index_ul .index_li .content_bottom .btn a:hover {
    background-color: #fff;
}
#main .index_content .index_ul .index_li .content_bottom .btn a:hover .arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
}
#main .index_content .index_ul .index_li .content_bottom .btn a:hover .arrow svg {
    stroke: #0075c2;
}
#main .index_content .index_ul .index_li .content_bottom .btn a:hover .text {
    color: #0075c2;
}
#main .index_content .index_ul_title .index_li .btn a {
    margin: 0 auto;
}
#main .index_content .coming_soon {
    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;
    height: 300px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .coming_soon {
        height: 225px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .coming_soon {
        height: 150px;
    }
}
#main .index_content .coming_soon .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
    #main .index_content .coming_soon .text {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .coming_soon .text {
        font-size: 16px;
    }
}
#main .index_ul .index_li:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/index_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_ul .index_li:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/index_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */