#main {
    padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
    #main {
        padding-bottom: 75px;
    }
}
@media screen and (max-width: 599px) {
    #main {
        padding-bottom: 50px;
    }
}
#main .index_title {
    margin: 200px auto 0;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .index_title {
        margin-top: 160px;
        width: 88vw;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title {
        margin-top: 120px;
        width: 100vw;
    }
}
#main .index_title .line_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px auto 32px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
}
#main .index_title .line_title .line {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 1px;
    position: relative;
}
#main .index_title .line_title .line::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
}
#main .index_title .line_title .line.line_L::before {
    right: 0;
}
#main .index_title .line_title .line.line_R::before {
    left: 0;
}
@media screen and (max-width: 1199px) {
    #main .index_title .line_title {
        -webkit-column-gap: 26px;
           -moz-column-gap: 26px;
                column-gap: 26px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .line_title {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
#main .index_title .line_title .text svg {
    fill: #ffffff;
}
#main .index_title .line_title .text h3 {
    padding-left: 0.18em;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.18em;
}
@media screen and (max-width: 1199px) {
    #main .index_title .line_title .text h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .line_title .text h3 {
        font-size: 22px;
    }
}
#main .index_title .line_title .text svg {
    width: auto;
}
#main .index_title .title {
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title {
        margin-top: 60px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title {
        margin-top: 40px;
    }
}
#main .index_title .title h1 {
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.15em;
    font-family: "Shippori Mincho B1", serif;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #00a7df;
    text-align: center;
}
#main .index_title .title h1 span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_title .title h1 {
        font-size: 41px;
        line-height: 65px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .title h1 {
        font-size: 34px;
        line-height: 54px;
    }
}
#main .index_title .text {
    height: 20.272px;
}
@media screen and (max-width: 1199px) {
    #main .index_title .text {
        height: 18.2448px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_title .text {
        height: 16.2176px;
    }
}
#main .index_title .text svg {
    height: 100%;
}
#main .index_content {
    margin: 80px auto 0;
    width: 1100px;
}
@media screen and (max-width: 1199px) {
    #main .index_content {
        margin-top: 60px;
        width: 88vw;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content {
        margin-top: 80px;
    }
}
#main .index_content .index_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 80px;
    margin: 0 auto;
    width: 940px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul {
        -webkit-column-gap: 6vw;
           -moz-column-gap: 6vw;
                column-gap: 6vw;
        row-gap: 60px;
        width: 78vw;
    }
}
@media screen and (max-width: 979px) {
    #main .index_content .index_ul {
        width: 100%;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 78vw;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul {
        width: 100%;
    }
}
#main .index_content .index_ul li {
    display: -ms-grid;
    display: grid;
    position: relative;
}
#main .index_content .index_ul li .shape {
    height: 300px;
    position: absolute;
    top: 0;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape {
        height: 250px;
    }
}
@media screen and (max-width: 979px) {
    #main .index_content .index_ul li .shape {
        height: 200px;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul li .shape {
        display: none;
    }
}
#main .index_content .index_ul li .shape .shape_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
#main .index_content .index_ul li .shape .shape_container .shape_c {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #27292d;
}
#main .index_content .index_ul li .shape .shape_container .shape_g {
    position: absolute;
    top: 0;
    bottom: 0;
}
#main .index_content .index_ul li .shape.shape_R {
    left: calc(100% - 940px - 80px);
    right: calc(-1 * (100vw - 940px) / 2);
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_R {
        left: calc(100% - 78vw - 80px);
        right: -11vw;
    }
}
@media screen and (max-width: 979px) {
    #main .index_content .index_ul li .shape.shape_R {
        right: -6vw;
    }
}
#main .index_content .index_ul li .shape.shape_R .shape_container .shape_c {
    left: 200px;
    right: 0;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_R .shape_container .shape_c {
        left: 130px;
    }
}
#main .index_content .index_ul li .shape.shape_R .shape_container .shape_g {
    left: 0;
    right: calc(100% - 200px);
    background: -webkit-gradient(linear, right top, left top, from(#27292d), to(#1c1c1c));
    background: linear-gradient(to left, #27292d, #1c1c1c);
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_R .shape_container .shape_g {
        right: calc(100% - 130px);
    }
}
#main .index_content .index_ul li .shape.shape_R.fadeElem .shape_container {
    left: 100%;
}
#main .index_content .index_ul li .shape.shape_R.fadeIn .shape_container {
    -webkit-transition: left 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: left 1s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
}
#main .index_content .index_ul li .shape.shape_L {
    left: calc(-1 * (100vw - 940px) / 2);
    right: calc(100% - 940px - 80px);
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_L {
        left: -11vw;
        right: calc(100% - 78vw - 80px);
    }
}
@media screen and (max-width: 979px) {
    #main .index_content .index_ul li .shape.shape_L {
        left: -6vw;
    }
}
#main .index_content .index_ul li .shape.shape_L .shape_container .shape_c {
    left: 0;
    right: 200px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_L .shape_container .shape_c {
        right: 130px;
    }
}
#main .index_content .index_ul li .shape.shape_L .shape_container .shape_g {
    left: calc(100% - 200px);
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#27292d), to(#1c1c1c));
    background: linear-gradient(to right, #27292d, #1c1c1c);
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .shape.shape_L .shape_container .shape_g {
        left: calc(100% - 130px);
    }
}
#main .index_content .index_ul li .shape.shape_L.fadeElem .shape_container {
    right: 100%;
}
#main .index_content .index_ul li .shape.shape_L.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 .index_content .index_ul li .container {
    -ms-grid-column-align: center;
        justify-self: center;
    display: -ms-grid;
    display: grid;
    padding-top: 100px;
    width: 420px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container {
        padding-top: 80px;
        width: 36vw;
    }
}
@media screen and (max-width: 979px) {
    #main .index_content .index_ul li .container {
        width: 41vw;
    }
}
@media screen and (max-width: 779px) {
    #main .index_content .index_ul li .container {
        padding-top: 0;
        width: 100%;
    }
}
#main .index_content .index_ul li .container .photo {
    padding-top: 66.6666666667%;
    width: 100%;
}
#main .index_content .index_ul li .container .photo a {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#main .index_content .index_ul li .container .photo a::before {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    display: inline-block;
    background-color: #c9c9c9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 979px) {
    #main .index_content .index_ul li .container .photo a:hover::before {
        -webkit-transform: scale(1.07);
                transform: scale(1.07);
    }
}
#main .index_content .index_ul li .container .title {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 40px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 28px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#main .index_content .index_ul li .container .title span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container .title {
        padding-top: 35px;
        font-size: 25px;
        line-height: 40px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul li .container .title {
        padding-top: 30px;
        font-size: 22px;
        line-height: 36px;
    }
}
#main .index_content .index_ul li .container .sub {
    padding-top: 20px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#main .index_content .index_ul li .container .sub span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container .sub {
        padding-top: 18px;
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul li .container .sub {
        padding-top: 15px;
        font-size: 16px;
    }
}
#main .index_content .index_ul li .container .line {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ffffff, #ffffff 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container .line {
        margin-top: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul li .container .line {
        margin-top: 25px;
    }
}
#main .index_content .index_ul li .container .line.fadeElem {
    width: 0;
}
#main .index_content .index_ul li .container .line.fadeIn {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}
#main .index_content .index_ul li .container .btn {
    -ms-grid-column-align: end;
        justify-self: end;
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container .btn {
        margin-top: 28px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul li .container .btn {
        margin-top: 25px;
    }
}
#main .index_content .index_ul li .container .btn a {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    display: block;
    width: 142px;
    height: 42px;
    padding-left: 0.1em;
    font-size: 15px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    background-color: #0069bb;
}
#main .index_content .index_ul li .container .btn a span {
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    #main .index_content .index_ul li .container .btn a {
        width: 132px;
        height: 39px;
        font-size: 14px;
        line-height: 39px;
    }
}
@media screen and (max-width: 599px) {
    #main .index_content .index_ul li .container .btn a {
        width: 122px;
        height: 36px;
        font-size: 13px;
        line-height: 36px;
    }
}
@media screen and (min-width: 979px) {
    #main .index_content .index_ul li .container .btn a:hover {
        background-color: #ffffff;
        color: #0069bb;
    }
}
#main .index_content .index_ul li:nth-of-type(1) .container .photo a::before {
    background-image: url("../img/1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(2) .container .photo a::before {
    background-image: url("../img/2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(3) .container .photo a::before {
    background-image: url("../img/3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(4) .container .photo a::before {
    background-image: url("../img/4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(5) .container .photo a::before {
    background-image: url("../img/5.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(6) .container .photo a::before {
    background-image: url("../img/6.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(7) .container .photo a::before {
    background-image: url("../img/7.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(8) .container .photo a::before {
    background-image: url("../img/8.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(9) .container .photo a::before {
    background-image: url("../img/9.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#main .index_content .index_ul li:nth-of-type(10) .container .photo a::before {
    background-image: url("../img/10.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */