@charset "UTF-8";

/** -- プライバシーポリシー -- **/
.privacy-policy_page .block {
    margin-bottom: 40px;
}
.privacy-policy_page .block li {
    padding-left: 18px;
    position: relative;
}
.privacy-policy_page .block li::before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    height: 5px;
    width: 5px;
}
@media screen and (max-width: 1480px) {
    .privacy-policy_page .block {
        margin-bottom: 3vw;
    }
    .privacy-policy_page .block li {
        padding-left: 1.3vw;
    }
    .privacy-policy_page .block li::before {
        top: 1vw;
        height: 5px;
        width: 5px;
    }
}
@media screen and (max-width: 780px) {
    .privacy-policy_page .block {
        margin-bottom: 6vw;
    }
    .privacy-policy_page .block p {
        line-height: 1.8;
    }
    .privacy-policy_page .block li {
        line-height: 1.8;
        margin-top: 2vw;
        padding-left: 3.8vw;
    }
    .privacy-policy_page .block li::before {
        top: 3vw;
        height: 5px;
        width: 5px;
    }
}

/** -- 会社概要 -- **/
.company_page {
}
.company_page dl {
    border-top: dashed 1px #4c4948;
    border-bottom: dashed 1px #4c4948;
}
.company_page dt {
    float: left;
    font-weight: bold;
    line-height: 1.6;
    padding: 25px 0;
    padding-left: 30px;
    width: 250px;
}
.company_page dd {
    border-bottom: dashed 1px #4c4948;
    line-height: 1.6;
    padding: 25px 20px;
    padding-left: 250px;
}
.company_page dd:last-child {
    border-bottom: initial;
}
.rinen {
    margin-bottom: 40px;
}
/** access **/
.access {
    position: relative;
}

.company_page .map {
    padding-bottom: 10px;
    position: relative;
}
.company_page .map iframe {
    border-radius: 30px;
    height: 500px;
    width: 100%;
}
.company_page .map p {
    margin-top: 20px;
}
.company_page .map .btn_1 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.company_page .transportation {
    margin-top: 80px;
}
.company_page .transportation h3 {
    font-size: 30px;
}
.company_page .transportation .inner {
    border-top: dashed 1px #4c4948;
    margin-top: 20px;
    padding-top: 20px;
}
.company_page .transportation .inner .row {
    width: 50%;
}
.company_page .transportation .inner p + p {
    margin-top: 20px;
}

.overview {
    position: relative;
}

.company-acsses-deco {
    position: absolute;
    top: -1.875vw;
    right: 19.3vw;
    width: 6.25vw;
}

.company-acsses-deco-2 {
    position: absolute;
    top: -5.26vw;
    left: 18vw;
    width: 7.8vw;
}
@media screen and (max-width: 1480px) {
    .company_page dt {
        padding: 2vw 0;
        padding-left: 1.8vw;
        width: 17vw;
    }
    .company_page dd {
        padding: 2vw 1.6vw;
        padding-left: 17vw;
    }
    .rinen {
        margin-bottom: 2vw;
    }
    /** access **/
    .company_page .map {
        padding-bottom: 0.6vw;
    }
    .company_page .map iframe {
        border-radius: 2vw;
        height: 35vw;
    }
    .company_page .map p {
        margin-top: 1.4vw;
    }
    .company_page .transportation {
        margin-top: 6vw;
    }
    .company_page .transportation h3 {
        font-size: 2.15vw;
    }
    .company_page .transportation .inner {
        margin-top: 1.6vw;
        padding-top: 1.6vw;
    }
    .company_page .transportation .inner p + p {
        margin-top: 1.4vw;
    }

    .company-acsses-deco {
        right: 6.3vw;
    }

    .company-acsses-deco-2 {
        top: -4.4vw;
        left: 8vw;
    }
}
@media screen and (max-width: 780px) {
    .company_page dt {
        float: none;
        padding: 3vw 1vw 0;
        width: auto;
    }
    .company_page dd {
        padding: 1vw 1vw 3vw;
    }
    /** access **/
    .company_page .map {
        padding-bottom: 0;
    }
    .company_page .map iframe {
        border-radius: 4vw;
        height: 45vw;
    }
    .company_page .map p {
        margin-top: 4vw;
    }
    .company_page .map .btn_1 {
        margin-top: 2vw;
        position: relative;
        bottom: auto;
        right: auto;
    }
    .company_page .transportation {
        margin-top: 8vw;
    }
    .company_page .transportation h3 {
        font-size: 4.8vw;
    }
    .company_page .transportation .inner {
        margin-top: 4vw;
        padding-top: 4vw;
    }
    .company_page .transportation .inner .row {
        width: 100%;
    }
    .company_page .transportation .inner .row + .row {
        margin-top: 4vw;
    }
    .company_page .transportation .inner p + p {
        margin-top: 4vw;
    }

    .company-acsses-deco {
        width: 16vw;
        top: -5.866666666666666vw;
        right: 3.5vw;
    }

    .company-acsses-deco-2 {
        top: -5.8vw;
        left: 2vw;
        width: 20vw;
    }
}

/** -- よくあるご質問 -- **/
.faq_page .sec_inner_2 {
    margin-bottom: 120px;
    margin-top: 120px;
    padding: 0;
    position: relative;
}
.faq_page .toc {
    position: absolute;
}

.toc > .absolute {
    padding-left: initial !important;
}

.toc > .absolute > img {
    margin-top: 2vw;
    margin-right: auto;
    margin-left: 0px;
    width: 11.45vw;
    aspect-ratio: 220/275.73;
}

.toc > .absolute::before {
    display: none !important;
}

.faq_page .toc.fixed {
    position: fixed;
    top: 100px;
}
.faq_page .toc.abottom {
    bottom: 0;
    top: auto;
}
.faq_page .toc li {
    padding-left: 20px;
    position: relative;
}
.faq_page .toc li.current a {
    color: #1336e6;
    font-weight: bold;
}
.faq_page .toc li::before {
    background: url("../img/common/icon_arrow-1.png") no-repeat center / 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
}
.faq_page .toc li.current::before {
    background-image: url("../img/common/icon_arrow-1-blue.png");
}
.faq_page .content {
    margin-left: auto;
    width: 740px;
}
.faq_page .content section {
    margin-bottom: 50px;
}
.faq_page .content h3 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.faq_page .content dt,
.faq_page .content dd {
    line-height: 1.6;
    padding-left: 60px;
    padding-top: 7px;
    position: relative;
    min-height: 40px;
}
.faq_page .content dt {
    margin-bottom: 12px;
}
.faq_page .content dd {
    border-bottom: dashed 1px #4c4948;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq_page .content dt::before,
.faq_page .content dd::before {
    border: solid 2px #3A3A3A;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 40px;
    width: 40px;
}
.faq_page .content dt::before {
    background-color: #3A3A3A;
    color: #fff;
    content: "Q";
}
.faq_page .content dd::before {
    content: "A";
}
#toTop {
    display: none;
}
@media screen and (max-width: 1480px) {
    .faq_page .sec_inner_2 {
        margin-bottom: 8vw;
        margin-top: 8vw;
    }
    .faq_page .toc.fixed {
        top: 6vw;
    }
    .faq_page .toc li {
        padding-left: 1.6vw;
    }
    .faq_page .toc li::before {
        height: 0.8vw;
        width: 0.8vw;
    }
    .faq_page .content {
        width: 54vw;
    }
    .faq_page .content section {
        margin-bottom: 4vw;
    }
    .faq_page .content h3 {
        font-size: 2.2vw;
        margin-bottom: 2.2vw;
    }
    .faq_page .content dt,
    .faq_page .content dd {
        padding-left: 4.6vw;
        padding-top: 7px;
        min-height: 3.2vw;
    }
    .faq_page .content dt {
        margin-bottom: 1vw;
    }
    .faq_page .content dd {
        margin-bottom: 1.6vw;
        padding-bottom: 1.6vw;
    }
    .faq_page .content dt::before,
    .faq_page .content dd::before {
        font-size: 1.2vw;
        padding-top: 0.5vw;
        height: 3.2vw;
        width: 3.2vw;
    }
}
@media screen and (max-width: 780px) {

    .faq_page .sec_inner_2 {
        margin-bottom: 12vw;
        margin-top: 12vw;
    }
    .faq_page .toc {
        margin-bottom: 12vw;
        position: relative;
    }

    .toc > .absolute > img {
        position: absolute;
        top: -84vw;
        right: -3vw;
        margin-top: initial;
        margin-right: initial;
        margin-left: initial;
        width: 29.3vw;
        aspect-ratio: 220/275.73;
    }

    .faq_page .toc.fixed {
        position: relative;
        top: initial;
    }

    .faq_page .toc li {
        font-weight: bold;
        margin-bottom: 3vw;
        padding-left: 5vw;
    }
    .faq_page .toc li::before {
        height: 2.5vw;
        width: 2.5vw;
    }
    .faq_page .toc li a {
        border-bottom: solid 1px #707070;
    }
    .faq_page .content {
        width: 100%;
    }
    .faq_page .content section {
        margin-bottom: 8vw;
    }
    .faq_page .content h3 {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .faq_page .content dt,
    .faq_page .content dd {
        padding-left: 9vw;
        padding-top: 0.8vw;
        min-height: 7vw;
    }
    .faq_page .content dt {
        margin-bottom: 4vw;
    }
    .faq_page .content dd {
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }
    .faq_page .content dt::before,
    .faq_page .content dd::before {
        border-width: 1px;
        font-size: 3.6vw;
        padding-top: 0.4vw;
        height: 7vw;
        width: 7vw;
    }

    #toTop {
        display: block;
        position: fixed;
        bottom: 4vw;
        right: 4vw;
        width: 10vw;
    }
}

/** -- コンタクトフォーム -- **/
.contact_lead .sec_inner_2 {
    position: relative;
    padding: 80px 0;
    font-weight: 700;
}
.contact_form {
    position: relative;
    margin: 100px auto 140px;
    width: 750px;
}
.contact_form dl {
}
.contact_form dt {
    float: left;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    width: 220px;
}
.contact_form dt .must {
    background-color: #3A3A3A;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 1px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    top: 11px;
}
.contact_form dd {
    margin-bottom: 40px;
    margin-left: 250px;
}
.contact_form .agree {
   text-align: center;
	display: flex;
	justify-content: center;
}
.contact_form .agree a {
    text-decoration: underline;
}
.contact_form .agree a:hover {
    color: #1336e6;
}
.contact_form .submit {
    display: table;
    margin: 40px auto 0;
    position: relative;
}
.contact_form .submit::before {
    background: url(../img/common/icon_arrow-1-blue.png) no-repeat center / 100%;
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
    height: 10px;
    width: 10px;
    z-index: 1;
}
.contact_form .submit:hover::before {
    background: url(../img/common/icon_arrow-1-white.png) no-repeat center /
        100%;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form input[type="date"],
.contact_form input[type="number"] {
    border: solid 1px #cacaca;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 40px;
    width: 100%;
}
.contact_form input[type="submit"] {
    cursor: pointer;
    padding-top: 0;
    font-family: inherit;
}
.contact_form textarea {
    border: solid 1px #cacaca;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 200px;
    width: 100%;
}
.contact_form .wpcf7-not-valid-tip {
    font-size: 14px;
    word-break: keep-all;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
}
.contact_form .wpcf7-list-item {
    margin: 0;
    margin-right: 10px;
}
.contact_form .wpcf7-list-item-label {
    display: none;
}
.wpcf7-spinner {
    display: none;
}
.download_page .deco1,
.download_page .deco2 {
    position: absolute;
}
.download_page .deco1 {
    width: 160px;
    top: 0;
    left: -100px;
    transform: translate(-100%, -100%);
}
.download_page .deco2 {
    width: 209px;
    bottom: 0;
    right: -30px;
    transform: translate(100%, 100%);
}
.contact_form dt.check {
    width: 80%;
    margin-bottom: 20px;
}
.contact_form dd.check {
    margin-left: 0;
}
.contact_form dd.check .caution {
    font-weight: bold;
    margin-top: 20px;
}
.contact_form dd.check .caution a {
    text-decoration: underline;
}
.contact_form dd.check .caution a:hover {
    color: #1336e6;
}
.contact_form .check .wpcf7-list-item {
    margin: 0;
    display: flex;
    width: 100%;
}
.contact_form .check label {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 5px 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 6px;
}
.contact_form .check .wpcf7-list-item-label {
    display: block;
    font-weight: 700;
}
@media screen and (max-width: 1480px) {
    .contact_lead .sec_inner_2 {
        padding: 5.5vw 0;
    }
    .contact_form dd.check .caution {
        font-size: calc(18 * 3.8vw / 54);
        margin-top: 1vw;
    }
    .contact_form {
        margin: 8vw auto 12vw;
        width: 52vw;
    }
    .contact_form dt {
        line-height: 3vw;
        width: 16vw;
    }
    .contact_form dt .must {
        font-size: 0.9vw;
        letter-spacing: 0.2vw;
        padding: 0.06vw;
        padding-left: 0.2vw;
        padding-top: 0.1vw;
        top: 0.8vw;
    }
    .contact_form dd {
        margin-bottom: 3vw;
        margin-left: 18vw;
    }
    .contact_form .submit {
        margin: 3vw auto 0;
    }
    .contact_form .submit::before {
        left: 2vw;
        height: 0.8vw;
        width: 0.8vw;
    }
    .contact_form input[type="text"],
    .contact_form input[type="tel"],
    .contact_form input[type="email"] {
        border-radius: 0.8vw;
        padding: 0 1vw;
        height: 3vw;
    }
    .contact_form textarea {
        border-radius: 0.8vw;
        padding: 0 1vw;
        height: 14vw;
    }
    .contact_form .wpcf7-not-valid-tip {
        font-size: 1.05vw;
    }
    .contact_form .wpcf7-list-item {
        margin-right: 0.8vw;
    }
    .download_page .deco1 {
        width: 8vw;
        left: -5vw;
    }
    .download_page .deco2 {
        width: 10.5vw;
        right: -1.5vw;
    }
    .contact_form dt.check {
        margin-bottom: 1vw;
    }
    .contact_form .check label {
        column-gap: 1.2vw;
        padding: 0.25vw 1vw;
        margin-bottom: 0.3vw;
    }
}
@media screen and (max-width: 780px) {
    .contact_lead .sec_inner_2 {
        padding: 10vw 0;
    }
    .contact_form dd.check .caution {
        font-size: calc(28 / 750 * 100vw);
    }
    .contact_form {
        margin: 12vw 6vw;
        width: auto;
    }
    .contact_form dt {
        align-items: center;
        display: flex;
        float: none;
        line-height: 1.6;
        margin-bottom: 1vw;
        width: auto;
    }
    .contact_form dt .must {
        display: inline-block;
        font-size: calc(24 / 750 * 100vw);
        letter-spacing: 0.6vw;
        margin-left: 3vw;
        padding: 0.4vw;
        padding-left: 1vw;
        padding-top: 0.5vw;
        position: relative;
        right: auto;
        top: auto;
    }
    .contact_form dd {
        margin-bottom: 6vw;
        margin-left: 0;
    }
    .contact_form .agree {
        margin-bottom: 6vw;
        margin-top: 10vw;
    }
    .contact_form .submit {
        margin: 3vw auto 0;
    }
    .contact_form .submit::before {
        left: 6vw;
        height: 3vw;
        width: 3vw;
    }
    .contact_form input[type="text"],
    .contact_form input[type="tel"],
    .contact_form input[type="email"] {
        border-radius: 1.6vw;
        padding: 0 2vw;
        height: 8vw;
    }
    .contact_form textarea {
        border-radius: 1.6vw;
        padding: 0 2vw;
        height: 38vw;
    }
    .contact_form .wpcf7-not-valid-tip {
        font-size: 3vw;
    }
    .contact_form .wpcf7-list-item {
        margin-right: 2vw;
    }
    .download_page .deco1 {
        width: 22vw;
        left: auto;
        right: 0;
        transform: translate(0, -100%);
    }
    .download_page .deco2 {
        width: 28vw;
        right: auto;
        left: 0;
        transform: translate(0, 80%);
    }
    .contact_form dt.check {
        width: 90%;
        margin-bottom: 2vw;
        align-items: flex-end;
    }
    .contact_form dt.check .must {
        white-space: nowrap;
        left: -25vw;
        bottom: 1vw;
        margin-left: 0;
    }
    .contact_form .check label {
        column-gap: 2.4vw;
        padding: 1.5vw 4vw;
        margin-bottom: 2vw;
        align-items: flex-start;
    }
    .contact_form .check input {
        margin-top: 2vw;
    }
}

/** -- お問い合わせ -- **/
.contact_page h3 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.contact_page .message p {
    display: table;
    font-weight: bold;
    margin: 0 auto;
}
/** tel_contact **/
.contact_page .tel_contact .sec_inner_2 {
    border-bottom: dashed 1px #4c4948;
}
.contact_page .tel_contact .number {
    display: table;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    padding-left: 55px;
    position: relative;
}
.contact_page .tel_contact .number img {
    position: absolute;
    left: -15px;
    top: 0;
    width: 52px;
}
.contact_page .tel_contact .time {
    margin-top: 30px;
    text-align: center;
}
/** contact_form **/
.contact_page .contact_form {
    position: relative;
    margin-top: 80px;
}
.contact_page .deco1,
.contact_page .deco2,
.contact_page .deco3 {
    position: absolute;
}
.contact_page .deco1 {
    width: 119px;
    bottom: 0;
    right: 100px;
    transform: translatey(70%);
}
.contact_page .deco2 {
    width: 139px;
    top: 0;
    left: 0;
    transform: translate(-100%, -50%);
}
.contact_page .deco3 {
    width: 158px;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
}
@media screen and (max-width: 1480px) {
    .contact_page h3 {
        font-size: 2.2vw;
        margin-bottom: 3vw;
    }
    /** tel_contact **/
    .contact_page .tel_contact .number {
        font-size: 3.7vw;
        padding-left: 4vw;
    }
    .contact_page .tel_contact .number img {
        left: -0.8vw;
        width: 3.6vw;
    }
    .contact_page .tel_contact .time {
        margin-top: 2.2vw;
    }
    /** contact_form **/
    .contact_page .contact_form {
        margin-top: 6vw;
    }
    .contact_page .deco1 {
        width: 6vw;
        right: 5vw;
    }
    .contact_page .deco2 {
        width: 7vw;
    }
    .contact_page .deco3 {
        width: 8vw;
    }
}
@media screen and (max-width: 780px) {
    .contact_page h3 {
        font-size: 4.8vw;
        margin-bottom: 6vw;
    }
    /** tel_contact **/
    .contact_page .tel_contact .number {
        font-size: 7.6vw;
        padding-left: 8vw;
    }
    .contact_page .tel_contact .number img {
        left: -2vw;
        width: 7.4vw;
    }
    .contact_page .tel_contact .time {
        margin-top: 5vw;
    }
    /** contact_form **/
    .contact_page .contact_form {
        margin-top: 12vw;
    }
    .contact_page .deco1 {
        width: 14vw;
        right: 0;
    }
    .contact_page .deco2 {
        top: auto;
        bottom: 7vw;
        transform: translate(-25%, -100%);
        left: 0;
        width: 14vw;
    }
    .contact_page .deco3 {
        display: none;
    }
}

@media screen and (max-width: 1480px) {
}
@media screen and (max-width: 780px) {
}
