@charset "utf-8";
/* introduction
-------------------- */
.intro {
    background-color: #fdfdfb;
}
.intro__body {
    display: flow-root;
    width: var(--page-width);
    margin: 0 auto;
    padding: 2em 0;
    background: var(--base-color) url("/assets/images/home/img_main.jpg") no-repeat bottom left / contain;
}
.intro__txt {
    margin: auto .5em auto 33.5%;
    font-size: clamp(.85em, 4vw, 1.11em);
    font-weight: 500;
    line-height: 1.83;
    text-align: center;
    word-break: auto-phrase;
}
.intro__txt span {
    display: inline-block;
}

/* process
-------------------- */
.process {
    display: flow-root;
    background: linear-gradient(135deg, var(--gradient-pale-color01) 0%, var(--gradient-pale-color02));
}
.process_list {
    position: relative;
    list-style: none;
    display: grid;
    grid-auto-flow: row;
    row-gap: 1.88em;
    width: min(100%, 710px);
    margin: 0 auto 3.8em;
    font-size: 1.05em;
}
.process_list li {
    position: relative;
    padding: 0 1em;
    box-sizing: border-box;
    text-align: center;
    background-color: var(--base-color);
}
.process_list li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: -1.6em;
    left: 50%;
    display: inline-block;
    width: .8em;
    height: .8em;
    margin: 0;
    border-top: .18em solid currentColor;
    border-right: .18em solid currentColor;
    transform: translate(-50%, 0) rotate(135deg);
}
.process_list dl {
    display: grid;
    grid-template-columns: 4.7em auto 4.7em;
    justify-items: center;
    align-items: center;
}
.process_list .label {
    display: grid;
    justify-items: center;
    align-items: center;
    width: calc(100% - .35em);
    margin: 1em auto 1em 0;
    padding: .7em 0 .7em .3em;
    box-sizing: border-box;
    ;
    font-size: .9em;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #fef0dc;
    letter-spacing: .2em;
}
.process_list .label b {
    font-size: 1.166666em;
    font-weight: normal;
}
.process_list dd {
    display: grid;
    justify-items: center;
    align-items: center;
    letter-spacing: .05em;
}
.process_list dl::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3.25em;
}
.process_list li:nth-child(1) dl::after {
    background: url("../images/home/icon_process-step01.png") no-repeat center center / contain;
}
.process_list li:nth-child(2) dl::after {
    background: url("../images/home/icon_process-step02.png") no-repeat center center / contain;
}
.process_list li:nth-child(3) dl::after {
    background: url("../images/home/icon_process-step03.png") no-repeat center center / contain;
}
.process_list li:nth-child(4) dl::after {
    background: url("../images/home/icon_process-step04.png") no-repeat center center / contain;
}
.process_list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2.8em solid transparent;
    border-right: 2.8em solid transparent;
    border-top: calc(tan(50deg) * 1.3em) solid #f2d6a7;
}
.c-btn a {
    display: block;
}
.c-btn_contact {
    width: min(100%, 27em);
    margin: 0 auto;
}
.c-btn_contact a {
    display: grid;
    grid-template-columns: auto 1em;
    align-items: center;
    width: 100%;
    padding: .4em .3em;
    box-sizing: border-box;
    font-size: 2em;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.466;
    text-align: center;
    letter-spacing: .1em;
    word-break: auto-phrase;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom right, var(--gradient-color01), var(--gradient-color02));
}
.c-btn_contact a::after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    margin: 0;
    border-top: .11em solid currentColor;
    border-right: .11em solid currentColor;
    transform: translateY(.05em) rotate(45deg);
}

/* layout
-------------------- */
.column02 {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 1.8em;
    margin: 1.4em auto 3.5em;
}
.column_net {
    grid-gap: 2em;
}
.column02 a {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 1fr max-content;
    width: 100%;
    background: #fff;
    color: var(--text-color);
    text-decoration: none;
}
/* arrow
-------------------- */
.linkBlock {
    position: relative;
    box-sizing: border-box;
}
.linkBlock a {
    position: relative;
    border: .25em solid;
    border-image: linear-gradient(to bottom right, #f5a25a, #fac064) 1;
    box-sizing: border-box;
    box-shadow: 0 0 .555em 0 rgba(96, 109, 80, .2);
}
.linkBlockImg {
    display: block;
    position: relative;
}

.u-arrow {
    position: relative;
}
.u-arrow a::before {
    content: "";
    display: block;
    position: absolute;
    right: -.2em;
    bottom: -.2em;
    width: 3.4em;
    height: 3.4em;
    background: #f7a800;
    pointer-events: none;
}
.u-arrow a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1.2em;
    bottom: 1em;
    width: .9em;
    height: .9em;
    margin: 0;
    border-top: .2em solid #fff;
    border-right: .2em solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
}
/* insurance
-------------------- */
.itemName {
    order: 2;
    display: grid;
    align-items: center;
    position: relative;
    padding: .7em .6em;
    box-sizing: border-box;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: .02em;
}
/* apply
-------------------- */
.applyHead {
    display: grid;
    gap: 1em;
    align-items: end;
}
.dealer {
    margin-left: 3.2em;
}
.apply .heading01 {
    margin-bottom: 0;
}
.applyPat a, .applyTrip a, .applyCar a {
    display: grid;
}
.applyItemBody {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: 43% auto;
    grid-template-rows: max-content 1fr;
}
.applyItem__logo {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: .5em;
    box-sizing: border-box;
}

.applyItem__img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.applyItem__img img {
    display: block;
    width: 100%;
    height: auto;
}
.applyItem__txt {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    padding: .5em .7em;
    box-sizing: border-box;
    line-height: 1.5;
}
.applyItem__txt p {
    margin: 0;
}
.apply .itemName {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 1.25em;
}
.applyNow {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: grid;
    align-items: center;
    margin: 0;
    padding-right: 3.5em;
    box-sizing: border-box;
    text-align: right;
    font-size: 1em;
    font-weight: 700;
    color: #f99d31;
}

/* contactArea
-------------------- */
.contactArea {
    display: flow-root;
    background: #fdf9f2;
}
.contactArea .wrap {
    display: grid;
    grid-gap: 1em;
    margin: 3.8em auto 3em;
}
.contactPhone {
    display: grid;
    justify-items: center;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e6e6e6;
}
.contactPhone h2 {
    position: relative;
    padding-left: 2.3em;
}
.contactPhone h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    height: 2em;
    background: url(/assets/images/home/icon_tel_02.png) no-repeat center / contain;
    transform: translate(-.2em, -57%);
}
.contactAdd {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.3em;
    align-items: center;
    margin: 0 auto 1em;
    font-size: 1.125em;
    font-weight: bold;
}
.contactAdd dd {
    font-size: 1.757575em;
    letter-spacing: .04em;
}

.contactData {
    display: grid;
    gap: .5em 0;
    width: fit-content;
    font-size: .92857em;
}
.contactData > div {
    display: grid;
    grid-template-columns: auto 1fr;
}
.contactMail a {
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 3.2em 1em 2.8em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    background-color: #fff;
    box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
    text-decoration: none;
}
.contactMail h2 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 2.4em;
}
.contactMail h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.9em;
    height: 2em;
    background: url(/assets/images/home/icon_mail_02.png) no-repeat center / contain;
    transform: translateY(-46%);
}
.contactMail p {
    font-size: 1.125em;
    font-weight: bold;
}
/* company
-------------------- */
.company a {
    display: grid;
    grid-auto-flow: row;
    width: 94%;
    margin: 3.7em auto;
    color: var(--text-color);
    box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
    text-decoration: none;
    background: #fff;
}
.companyTtl {
    display: grid;
    justify-items: center;
    align-items: center;
    background: #fff url(/assets/images/home/bg_company_01.jpg) no-repeat center / cover;
    padding: 2.9em 1em 2.8em;
    letter-spacing: .05em;
    box-sizing: border-box;
}
.companyTtl span {
    position: relative;
    display: inline-block;
    padding-left: 2.2em;
}
.companyTtl span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.9em;
    height: 2.3em;
    background: url(/assets/images/home/icon_company.png) no-repeat center / contain;
    transform: translate(-.1em, -52%);
}
.companyTxt {
    display: grid;
    justify-items: center;
    align-items: center;
    margin: 0;
    padding: 2.1em 1em 2.3em;
    box-sizing: border-box;
    font-size: 1.142857142em;
    line-height: 1.5;
    letter-spacing: .05em;
}
/* news
-------------------- */
.news {
    margin: 2em auto 0;
    padding: 2em 1.6em;
    box-sizing: border-box;
    background: #fff;
}
.news .heading02 {
    margin-bottom: .2em;
    font-size: 1.4rem;
    font-weight: bold;
}
.newsList {
    display: grid;
    grid-auto-flow: row;
    gap: 1em;
    margin-inline: auto;
}
.newsItem {
    display: grid;
    grid-auto-flow: row;
    margin-bottom: .8em;
}
.news a {
    color: var(--text-color);
    text-decoration: none;
}
.newsItem__date {
    margin-bottom: .3em;
}
.newsItem__txt {
    line-height: 1.55;
}
.newsItem__txt a[href*=".pdf"]::after {
    content: "PDF";
    display: inline-block;
    margin-inline-start: .3em;
    padding: .1em .5em;
    font-size: .8em;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
    color: var(--main-color);
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 1em;
}
@media screen and (min-width: 461px) {
    .intro__txt {
        margin: auto auto auto 5em;
    }
}

@media screen and (min-width: 891px) {
    .process_list {
        width: auto;
        margin: 0 auto 1em;
    }
    .process_list li {
        padding: .69em .8333em;
    }
    .process_list {
        grid-auto-flow: column;
        grid-template-columns: repeat(4, calc(234 / 1122 * 100%));
        grid-gap: calc((100% - (234 / 1122 * 100%) * 4) / 3);
        margin-bottom: 3.7em;
        font-size: 1.111em;
    }
    .process_list li:not(:first-child)::after {
        top: 50%;
        left: calc(((100% - (234 / 1122 * 100%) * 4) / 3) / 2);
        display: inline-block;
        width: .8em;
        height: .8em;
        margin: 0;
        border-top: .18em solid currentColor;
        border-right: .18em solid currentColor;
        transform: translate(-2.5em, -50%) rotate(45deg);
    }
    .process_list dl {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-row-gap: .4em;
    }
    .process_list .label {
        order: 1;
        justify-items: flex-start;
        margin: 0 0 .1em;
        padding: 0;
        padding-left: .7em;
        letter-spacing: .25em;
    }
    .process_list dd {
        order: 3;
        letter-spacing: .03em;
    }
    .process_list dl::after {
        order: 2;
        width: 100%;
        height: 3.1em;
        margin-bottom: .1em;
    }
    .process_list li:nth-child(1) dl::after {
        background-size: auto 73%;
        background-position: center top .6em;
    }
    .process_list li:nth-child(3) dl::after {
        background-size: auto 89%;
        background-position: center top .3em;
        transform: translateX(.1em);
    }
    .process_list li:nth-child(4) dl::after {
        background-size: auto 94%;
        background-position: center top .3em;
        transform: translateX(.1em);
    }
    .process_list::after {
        bottom: -2.75em;
        border-left: 5em solid transparent;
        border-right: 5em solid transparent;
        border-top: calc(tan(45deg) * 1.6em) solid #f2d6a7;
    }
}

@media screen and (min-width: 751px) {
    .intro__body {
        padding: 0;
        background: var(--base-color) url("/assets/images/home/img_main_pc.jpg") no-repeat 24% 0 / cover;
    }
    .intro__txt {
        margin: 4.35em 1em 4.3em 54.9%;
        font-size: 1.1111em;
        font-feature-settings: "palt";
        line-height: 2.3;
        text-align: left;
        letter-spacing: .14em;
    }
    .c-btn_contact {
        width: fit-content;
    }
    .c-btn_contact a {
        grid-template-columns: 1fr auto 1fr;
        column-gap: 1.1em;
        padding: .3em .1em .36em;
        font-size: 2.1111em;
    }
    .c-btn_contact a::before {
        content: "";
        width: 1.15em;
        height: 1em;
    }
    .column02 {
        grid-template-columns: repeat(2, 1fr);
    }
    .apply .column02 {
        grid-gap: 1.8em;
    }
    .column_net {
        grid-gap: 3.8em;
    }
    .linkBlock {
        padding: .35em;
    }
    .u-arrow a::before {
        width: 3.1111em;
        height: 3.15em;
    }
    .u-arrow a::after {
        right: 1.05em;
        bottom: .85em;
    }
    .itemName {
        padding: .37em 0 .43em .5em;
        font-size: 1.6em;
        margin: 0 auto 0 0;
    }
    .applyHead {
        grid-template-columns: auto 1fr;
    }
    .applyTrip {
        height: 100%;
    }
    .applyItemBody {
        grid-template-columns: 47.7% auto;
        grid-template-rows: max-content 1fr;
    }
    .applyItem__img {
        position: relative;
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .applyItem__img::before {
        content: "";
        position: absolute;
        bottom: .5em;
        left: .5em;
        width: 4em;
        height: 4em;
        line-height: 1;
    }
    .applyPat .applyItem__img::before {
        background: url(/assets/images/home/icon_pet.png) no-repeat center /contain;
    }
    .applyTrip .applyItem__img::before {
        background: url(/assets/images/home/icon_trip.png) no-repeat center /contain;
    }
    .applyCar .applyItem__img::before {
        background: url(/assets/images/home/icon_car.png) no-repeat center /contain;
    }
    .applyItem__img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .applyItem__txt {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0 1em 1em 1em;
    }
    .applyItem__logo {
        margin: 1em auto;
    }
    .apply .itemName {
        font-size: 1.6em;
        white-space: nowrap;
    }
    .applyNow {
        font-size: 1.111em;
        white-space: nowrap;
    }
    .column02 article {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
        gap: 0;
        width: 100%;
    }
    .contactPhone {
        margin: 1.25em 0;
        padding-bottom: 0;
        border-right: 1px solid #e6e6e6;
        border-bottom: revert;
    }
    .contactPhone h2 {
        padding-left: 1.7em;
        font-size: 1.45em;
    }
    .contactPhone h2::before {
        width: 1.5em;
        height: 2.1em;
        transform: translate(-.6em, -55%);
    }
    .contactAdd {
        position: relative;
        gap: .4em 1.3em;
        margin-bottom: 0;
        font-size: .85em;
    }
    .contactData {
        display: flex;
        justify-content: center;
        gap: 1em;
        width: auto;
    }
    .contactMail a {
        gap: 2em;
        width: 89.2%;
        height: revert;
        margin: 0 0 0 7.4%;
        padding: 3.4em 1em 3em;
    }
    .contactMail h2 {
        margin-bottom: 0;
        padding-left: 2.3em;
        font-size: 1.44em;
    }
    .contactMail h2::before {
        left: -1.15em;
        transform: translateY(-49%);
    }
    .contactArea .wrap {
        grid-auto-flow: column;
        grid-template-columns: 1fr 1fr;
        gap: revert;
        margin: 2.8em auto 1.5em;
    }
    .companyTtl {
        font-size: 1.42em;
        padding: 0;
    }
    .companyTtl span {
        padding-left: 2.5em;
    }
    .companyTtl span::before {
        transform: translate(-.5em, -50%);
    }
    .company a {
        grid-template-columns: repeat(2, 1fr);
        width: min(73.333%, 880px);
        margin: 2.8em auto;
    }
    .companyTxt {
        padding: 2.8em 1em 3em;
    }
    .news {
        padding: 1.4em 1.6em 1em;
    }
    .news .heading02 {
        width: min(calc(100% - 2em), 1120px);
        font-size: 1.27rem;
    }
    .newsList {
        gap: .5em;
    }
    .newsItem {
        grid-template-columns: 5em auto;
        gap: 1em;
        width: min(calc(100% - 2em), 1120px);
        margin-inline: auto;
    }
    .newsItem dt {
        padding-top: .2em;
    }
    .newsItem__txt a[href*=".pdf"]::after {
        font-size: .7em;
    }
}
@media (hover: hover) {
    .contactMail a:hover, .company a:hover {
        outline: 2px solid #000;
    }
    .u-arrow a::before {
        transition: background-color .2s;
    }
    .u-arrow a:hover::before {
        background-color: color-mix(in srgb, #f7a800 70%, white);
    }
    .c-btn_contact a {
        transition: .3s;
    }
    .linkBlock a:hover {
        border-image: linear-gradient(to bottom right, #ff8800, #ff6c00) 1;
    }
    .c-btn_contact a:hover {
        background: linear-gradient(to bottom right, #ec702a, #f28c2e);
    }
    .column02 a:hover .applyNow {
        color: red;
    }
    .u-arrow a:hover::before {
        background-color: #ff6c00;
    }
}