@media screen and (min-width: 769px) {
    .H05-001-03-item a:hover .H05-001-03-item__image {
        -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
        transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    }
    .H05-001-03-item__image {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}
.H04-010-02-item {
    position: relative;
    margin-bottom: 70px;
}
.ebook-button {
    position: absolute;
    margin-bottom: 20px;
    bottom: -80px;
}
.ebook-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url(/images/H04-005-001-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    display: inline-block;
}
.H04-003-02.ebook-button {
    font-size: 16px;
    display: inline-block;
    height: auto;
    min-width: auto;
}
.H04-010-02 + .H04-008-01 {
    margin-top: 40px;
}
.H01-001-03 {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .H04-010-02-item {
        margin-bottom: 110px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .H04-003-02.ebook-button {
        font-size: 15px;
    }
}

/* 20210806 */
.ebook_hero {
    background-image: url(/ebook/images/bg-ebook-pc-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
}
@supports (background-image: url("/ebook/images/bg-ebook-pc-01.webp")) {
    .ebook_hero {
        background-image: url(/ebook/images/bg-ebook-pc-01.webp);
    }
}
.ebook_hero_inner {
    display: flex;
    height: 100%;
    box-sizing: border-box;
}
.ebook_hero .breadcrumbs__item:not(:last-child) {
    background-image: url(/common/image/icon-breadcrumbs-arrow-02@2x.png);
}
.ebook_hero .breadcrumbs__item {
    color: #fff;
}
.ebook_title {
    color: #fff;
    font-size: 40px;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 72px;
    margin-bottom: 30px;
}
.ebook_hero_lead_text {
    line-height: 2;
    font-size: 16px;
    color: #fff;
}
.ebook_section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ebook_section * {
    box-sizing: border-box;
    font-family: "BIZ UDPゴシック";
}
.ebook_section.ebook_section-most_downloaded {
    background-color: #f0f0f0;
    padding-top: 0;
    padding-bottom: 20px;
}
.ebook_section.ebook_section-jirei {
    background-color: #ffffff;
}
.ebook_section.ebook_section-service {
    background-color: #f0f0f0;
}
.ebook_section.ebook_section-databook {
    background-color: #ffffff;
}
.ebook_section.ebook_section-guidance {
    background-color: #f0f0f0;
}
.ebook_section_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #293337;
    font-weight: bold;
}

.ebook_section_title span {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 4px solid #145d56;
}
.ebook_section_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #293337;
}
.ebook_section_text.--bold {
    font-weight: bold;
}
.ebook_section_figure_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.ebook_section_content {
    padding: 20px 20px 70px;
    position: relative;
}
.ebook_section_meta {
    /* margin-bottom: 11px; */
}
.ebook_section_category {
    font-size: 12px;
    padding: 2px 5px;
    line-height: 1.6;
    border: 1px solid #45494b;
    color: #45494b;
    display: inline-block;
    margin-bottom: 11px;
}
.ebook_section_new {
    font-size: 12px;
    border: 1px solid #c8143d;
    color: #fff;
    background-color: #c8143d;
    padding: 2px 5px;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 11px;
}
.ebook_section_category + .ebook_section_category,
.ebook_section_category + .ebook_section_new {
    margin-left: 10px;
}
.ebook_section_item_title {
    font-size: 18px;
    line-height: 1.6;
    color: #45494b;
    font-weight: 700;
    margin-bottom: 21px;
}
.ebook_section_item_title_sub {
    font-size: 14px;
}
.ebook_section_item_text {
    font-size: 16px;
    height: 80px;
    color: #45494b;
    line-height: 1.625;
    margin-bottom: 30px;
}
.H04-003-02.ebook_section_button {
    background-color: #343d45;
    position: relative;
    width: 260px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 30px;
    position: absolute;
    bottom: 30px;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
}
.ebook_section_button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url(/images/H04-005-001-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 15px;
    display: inline-block;
}
.ebook_section_dt {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    color: #293337;
    line-height: 1;
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #14857f;
}
.ebook_section_dd > .ebook_section_text {
    margin-top: 22px;
}
.ebook_section_dd > .ebook_section_text + .D03-001-01-list {
    margin-top: -2.5%;
}
.ebook_section_dd > .D03-001-01-list {
    margin-top: 0;
}
.ebook_nav {
    margin-top: 50px;
}
.ebook_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ebook_nav_item {
    padding-left: 40px;
    padding-right: 20px;
    border-right: 1px solid #d8d8d8;
    position: relative;
}
.ebook_nav_item::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    content: "";
    width: 13px;
    height: 7px;
    background-image: url(/ebook/images/ebook_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.ebook_nav_item:first-of-type {
    border-left: 1px solid #d8d8d8;
}
.ebook_nav_item_link {
    color: #3286d9;
    font-size: 16px;
    line-height: 2;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}
.ebook_nav_item_link:hover {
    border-color: #3286d9;
}
.ebook_section_card {
    height: 100%;
    cursor: pointer;
    box-shadow: 0px 4px 8px #00000029;
    background: #ffffff;
}
.D03-001-01-list-item:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0);
}
.D03-001-01-list-item:hover .ebook_section_button {
    background: #0a847b;
}
.ebook_section_button {
    transition: all 0.2s ease;
    box-shadow: 0px 6px 10px #00000029;
    background: #343d45;
}
.ebook_anchor_links {
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 8px #00000029;
    margin-top: -40px;
    overflow: hidden;
}
.ebook_anchor_links + .ebook_section_text {
    margin-bottom: 0;
    margin-top: 40px;
}
.ebook_anchor_link {
    flex: 1;
    position: relative;
    height: 145px;
}
.ebook_anchor_link:after {
    content: "";
    display: block;
    width: 1px;
    height: 86px;
    background: #d8d8d8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ebook_anchor_link:last-child::after {
    display: none;
}
.ebook_anchor_link_btn {
    transition: all 0.2s ease;
    padding: 20px 0;
    display: flex;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #145d56;
    font-weight: bold;
    height: 100%;
    flex-flow: column;
    justify-content: end;
}
.ebook_anchor_link_arrow {
    width: 30px;
    height: 30px;
    border: 2px solid #145d56;
    border-radius: 50%;
    margin: 10px auto 0;
    display: block;
    position: relative;
    transition: all 0.2s ease;
}
.ebook_anchor_link_arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    border: solid #145d56;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
}
.ebook_anchor_link_btn:hover {
    background: #eef8f7;
    color: #0a8479;
}
.ebook_anchor_link_btn:hover > .ebook_anchor_link_arrow {
    border-color: #0a8479;
    transform: translateY(2px);
}
.ebook_anchor_link_btn:hover:after {
    background: #0a8479;
}

.ebook_section_pdf-icon {
    vertical-align: 1%;
}

.ebook_section-guidance .ebook_section_button::after {
    content: none;
}

@media screen and (min-width: 769px) {
    .main {
        padding-bottom: 0;
    }
    .ebook_hero_inner {
        position: relative;
        min-width: 1104px;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .ebook_hero {
        height: 250px;
    }
    .breadcrumbs {
        top: 65px;
    }
    .ebook_hero_inner {
        padding: 0 15px;
    }
    .ebook_title {
        font-size: 28px;
        margin-top: 57px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .ebook_hero_lead_text {
        font-size: 14px;
    }
    .ebook_section,
    .ebook_section.ebook_section-most_downloaded {
        padding: 0;
    }
    .L01-001-item__inner {
        padding: 30px 15px;
    }
    .ebook_section_title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    .ebook_section_text {
        text-align: left;
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .ebook_section_text.--bold {
        text-align: center;
        margin-top: 30px;
    }
    .ebook_section_item_text {
        font-size: 18px;
        line-height: 1.4;
    }
    .H04-003-02.ebook_section_button {
        position: relative;
        transform: none;
        width: 100%;
        left: auto;
        bottom: auto;
        font-size: 16px;
        line-height: 1;
    }
    .ebook_section_content {
        padding-bottom: 20px;
        height: auto;
    }
    .ebook_nav_list {
        flex-direction: column;
    }
    .ebook_nav_item {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }
    .ebook_nav_item:first-of-type {
        border-left: none;
        border-top: 1px solid #d8d8d8;
    }
    .ebook_nav_item::before {
        left: 0;
    }
    .ebook_nav_item_link {
        font-size: 14px;
        padding-top: 15px;
        padding-left: 25px;
        padding-bottom: 18px;
        display: block;
    }
    .ebook_nav_item_link:hover {
        border: none;
    }
    .ebook_section_dt {
        margin-left: 0;
        /* margin-top: 20px; */
        margin-bottom: 20px;
    }
    .ebook_section_dd > .ebook_section_text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ebook_anchor_links {
        margin-top: 0;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }
    .ebook_anchor_link {
        box-shadow: 0px 4px 8px #00000029;
        height: auto;
    }
    .ebook_anchor_link_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background: #ffffff;
        border-radius: 10px;
        flex-flow: row;
    }
    .ebook_anchor_link:after {
        display: none;
    }
    .ebook_anchor_link_text {
        text-align: left;
    }
    .ebook_anchor_link_arrow {
        margin: 0;
    }
    .ebook_anchor_link + .ebook_anchor_link {
        margin-top: 10px;
        border-radius: 10px;
    }
}
