@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, ヒラギノ角ゴ W3, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #061F38;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*
heading******************************/

.title_x_large {
    font-size: 5.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 4.0rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.6rem;
    font-weight: normal;
}

.page_title_01 {
    background: #000;
    color: #fff;
}

.page_title_01 .title_x_large {
    text-align: center;
    font-weight: bold;
    padding-top: 10.0rem;
    padding-bottom: 15.0rem;
}

.page_title_01 .title_x_large span {
    display: block;
    font-size: 1.6rem;
    margin-top: 4.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

/*
header******************************/


.ly_header_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    width: calc(100% - 15px);
    margin: auto;
}

.bl_logo {
    width: 77px;
}

.bl_logotype {
    padding-left: 20px;
}



/*
thanks******************************/

.contact_thanks {
    padding: 15.0rem 0;
}

.thanks {
    text-align: center;
    line-height: 2.0;
}

.thanks p:first-of-type {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 2.0rem;
}

/*
pg_contact******************************/

.pg_contact {
    padding: 10rem 0 10rem;
}

.pg_contact_head {
    text-align: center;
    width: calc(100% - 15px);
    margin: auto;
}

.pg_contact_ttl {
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    letter-spacing: .06em;
    line-height: 35px;
}

.pg_contact_txt {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    line-height: 30px;
    padding-top: 42px;
}

.pg_contact_panel {
    position: relative;
    z-index: 3;
    padding: 9.0rem 0 14.0rem;
    width: calc(100% - 120px);
    max-width: 860px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .pg_contact_panel {
        padding: 7.0rem 15px 9.8rem;
        width: 100%;
        min-height: 350px;
    }
}



/*
privacy
***************************************************** */

.privacy_handling {
    max-width: 1140px;
    margin-top: 8.0rem;
}

.privacy_handling_head {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    background: #000;
}

.privacy_handling_head p {
    display: table-cell;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.privacy_handling_body {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px 3.8rem;
    border: 2px solid #e6e7eb;
    border-top: none;
}

@media screen and (max-width: 896px) {
    .privacy_handling_body {
        padding: 15px 2.0rem;
    }
}

.scroll .privacy_handling_body {
    height: 24.0rem;
    overflow-y: auto;
}

.privacy {
    padding-bottom: 7.0rem;
}

.privacy p {
    padding-bottom: 2rem;
}

.privacy ul {
    margin-left: 24px;
}

.privacy ul li {
    list-style-type: disc;
}

.privacy ul li:last-child {
    padding-bottom: 5rem;
}

.privacy ul.text_indent li {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
}

.privacy ul.text_indent li:last-child {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
    padding-bottom: 1.5rem;
}

/*
footer******************************/

.ly_footer {
    height: 100px;
    line-height: 100px;
}

.bl_footer_copyright {
    font-size: 1.2rem;
    text-align: center;
}

.wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}