@charset "UTF-8";

body {
    background: #fff;
}

.main__wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: block;
}

.content__wrap {
    padding-top: 25px;
    padding-bottom: 35px;
    width: 900px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.flex2 {
    display: flex;
    flex-wrap: nowrap;
}

.flex2 > * {
    max-width: 50%;
}

.hero-btn a {
    transition: 0.3s;
}
.hero-btn a:hover {
    opacity: 0.75;
}

.headerWrap {
    padding: 1em 0;
}

.headerWrap.flex2 {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .headerWrap {
        padding: 1em 20px;
    }
}

.headerLogo {
    margin-top: 18px;
}

.header__contact-banner {
    background-color: #447bdd;
    border-radius: 8px;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    min-width: 300px;
    max-width: 320px;
}

@media (max-width: 768px) {
    .header__contact-banner__top {
        display: none !important;
    }
}

.header__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header__japanese-text {
    margin: 0;
    font-size: x-small;
}
.header__japanese-text__icon {
    display: inline-block;
    padding: 0.3em;
    border: thin solid #fff;
    margin-right: 0.6em;
    border-radius: 4px;
}

.header__phone-number {
    margin: 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    padding-left: 10px;
}

.layout-content {
    padding-top: 0;
}

.layout-content::after {
    display: none !important;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide a {
    display: block;
    position: relative;
}

.award-img {
    display: block;
    width: min(32vw, 220px);
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.button-list__item:nth-of-type(2n) {
    margin-right: auto;
}

.header__contact-banner .button {
    height: 7rem;
    background: none;
}

.centering {
    margin: 2em auto;
}
.lpBtn {
    width: 100%;
    max-width: 400px;
}

.button--large {
    font-size: 2rem;
}

.hero-btn-image-right {
    left: auto;
    right: 2rem;
    opacity: 0.75;
}

.achievement {
    padding-top: 25px;
    padding-bottom: 35px;
    width: 900px;
    max-width: 100%;
    margin: 0 auto 20px;
    background-color: #f7f7f7;
    border-radius: 15px;
}
.achievement h3 {
    text-align: center;
    margin-bottom: 20px;
}
.achievement h3 span {
    font-size: 18px;
    color: #c69c6c;
}

.achievement_detail.first .image {
    text-align: center;

    margin: 24px auto;
    max-width: 80%;
    width: 480px;
}

.achievement_detail .image img {
    border-radius: 8px;
}

.second {
    /*
    display: flex;
    justify-content: space-around;
    */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 60px;
}

.achievement_detail.second div .contents {
    display: flex;
    align-items: center;
}

.achievement_detail.second .contents:nth-of-type(2) {
    margin-bottom: 0;
}

.achievement_detail .contents p {
    font-weight: bold;
}

.achievement_detail .contents p span {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .achievement_detail.second {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 0 40px;
    }

    .achievement_detail.second div .contents {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin-bottom: min(12.5vw, 60px);
    }

    .achievement_detail.second .contents:nth-of-type(2) {
        margin-bottom: 40px;
    }

    .achievement_detail .contents p {
        font-size: 18px;
        line-height: 1.25;
    }

    .achievement_detail .contents p span {
        font-size: 10px;
    }
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.grid2 > * {
    width: 100%;
    margin: 0 auto;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.grid3 > * {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .grid2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }

    .grid3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }
}

.banner_lp01 {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.banner_lp01_link {
    display: block;
    width: 100%;
    padding: 1em 0;
    color: #ffffff !important;
    background-color: #d64b4b !important;
    text-align: center;
}

.banner_lp01_link:hover {
    background-color: #dda647 !important;
}

.banner_lp01_text_sm {
    display: block;
    color: #ffffff !important;
    font-size: 14px;
}

.banner_lp01_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-size: 17px;
}

@media screen and (min-width: 769px) {
    .banner_lp01 {
        width: 300px;
        height: 140px;
        right: 0;
        bottom: 60px;
        left: inherit;
    }

    .banner_lp01_link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px 0;
        width: 300px;
        height: 140px;
        padding: 25px 0;
        box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
    }

    .banner_lp01_text_sm {
        font-size: 16px;
    }

    .banner_lp01_text {
        font-size: 22px;
    }
}

.lazyload {
    display: none;
}

/*#voice始まり*/

figcaption {
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}

#voice {
    background-color: #fbf8f4;
    padding-top: 125px;
    padding-bottom: 110px;
}

#voice .heading h2 span {
    font-size: 2.25rem;
}

#voice .heading h2 span .sp-br375 {
    display: none;
}

.voice {
    position: relative;
    /* width: 350px; */
    /* height: 100%; */
    width: calc(100% - 40px);
    height: auto;
    margin: 20px auto;
    padding: 40px 30px 65px;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(1px 2px 5px #707070);
    transition: all 0.5s;
}

.voice .user {
    text-align: center;
    margin-bottom: 35px;
}

.voice .user img {
    display: inline-block !important;
}

.voice p:nth-of-type(2) {
    text-align: justify;
}

.voice p:nth-of-type(3) .sp-br1100 {
    display: none;
}

.voice > img:nth-of-type(1) {
    position: absolute;
    top: 10px;
    left: 10px;
}

.voice > img:nth-of-type(2) {
    position: absolute;
    bottom: 10px;
    right: 10px;
    rotate: 180deg;
}

#voice .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 60%;
    margin: 0 auto;
}

#voice .slider li {
    height: 100%;
}

#voice .slider .voice {
    /*スライダー内の画像を横幅100%に*/
    height: min-content;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
#voice .slider .slick-track {
    /* display: flex;
    align-items: stretch; */
}

#voice .slider .slick-slide {
    display: flex;
    margin: 0 10px;
    height: 100% !important;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#voice .slick-prev,
#voice .slick-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #3c3c3c;
    z-index: 10;
    font-size: 0;
}

#voice .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -5%;
}

#voice .slick-prev::after {
    color: #ffffff;
    content: '<';
    display: inline-block;
    font-size: 30px;
}

#voice .slick-next::after {
    color: #ffffff;
    content: '>';
    display: inline-block;
    font-size: 30px;
}

#voice .slick-next {
    /*次へ矢印の位置と形状*/
    right: -5%;
}

/*ドットナビゲーションの設定*/

#voice .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

#voice .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#voice .slick-dots button {
    color: transparent;
    outline: none;
    width: 160px; /*ドットボタンのサイズ*/
    height: 10px; /*ドットボタンのサイズ*/
    display: block;
    background: #fff; /*ドットボタンの色*/
}

#voice .slick-dots .slick-active button {
    background: #f02878; /*ドットボタンの現在地表示の色*/
}

@media (max-width: 1500px) {
    #voice .slider {
        width: 70%;
    }
}

@media (max-width: 1300px) {
    #voice .slider {
        width: 80%;
    }
}

@media (max-width: 1100px) {
    #voice .heading h2 span {
        font-size: 2rem;
    }

    #voice .slider {
        width: 90%;
    }

    .voice {
        width: 320px;
    }

    .voice p:nth-of-type(3) .sp-br1100 {
        display: block;
    }
}

@media (max-width: 950px) {
    #voice .slider {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #voice {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #voice .heading h2 span {
        font-size: 1.75rem;
    }

    #voice .slider {
        width: 70%;
    }

    .voice {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .voice > img:nth-of-type(1) {
        width: 10%;
    }

    .voice > img:nth-of-type(2) {
        width: 10%;
    }

    .voice .user {
        margin-bottom: 20px;
    }

    .voice p:nth-of-type(1) {
        margin-bottom: 12px;
    }

    #voice .slick-prev,
    #voice .slick-next {
        top: 42%;
        height: 30px;
        width: 30px;
    }

    #voice .slick-prev::after {
        margin-top: 5px;
        margin-left: 8px;
    }

    #voice .slick-next::after {
        margin-top: 1px;
        margin-left: 12px;
    }

    #voice .slick-dots {
        text-align: center;
        margin: 10px 0 0 0;
        width: 100%;
    }

    #voice .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        width: 20%; /*ドットボタンのサイズ*/
        height: 10px; /*ドットボタンのサイズ*/
    }

    #voice .slick-dots button {
        color: transparent;
        outline: none;
        display: block;
        width: 100%; /*ドットボタンのサイズ*/
        height: 10px; /*ドットボタンのサイズ*/
        background: #fff; /*ドットボタンの色*/
    }

    #voice .slick-dots .slick-active button {
        background: #f02878; /*ドットボタンの現在地表示の色*/
    }
}

@media (max-width: 575px) {
    #voice .heading h2 span {
        font-size: 1.5rem;
    }

    #voice .slider {
        /*横幅94%で左右に余白を持たせて中央寄せ*/
        width: 85%;
    }

    .voice p:nth-of-type(1) {
        font-size: 1rem;
    }

    .voice p:nth-of-type(2),
    .voice p:nth-of-type(3) {
        font-size: 0.75rem;
    }
}

@media (max-width: 450px) {
    #voice .heading h2 {
        font-size: 1rem;
    }

    #voice .heading h2 span {
        font-size: 1.25rem;
    }
}

@media (max-width: 375px) {
    #voice .heading h2 {
        font-size: 1rem;
    }

    #voice .heading h2 span {
        font-size: 1.25rem;
    }

    #voice .heading h2 span .sp-br375 {
        display: block;
    }

    .voice p:nth-of-type(1) {
        font-size: 0.875rem;
    }

    .voice p:nth-of-type(2) {
        font-size: 0.7rem;
    }

    .voice p:nth-of-type(3) {
        font-size: 0.5rem;
    }
}
/*#voice終わり*/

.support {
    display: inline-block;
    max-width: 100%;
    margin-top: 105px;
    margin-bottom: 115px;
    padding: 70px 110px;
    border: 20px solid #fbf8f4;
    border-radius: 60px;
    background-color: #fff;
    position: relative;
}

.support .support_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.support .support_title .sp-br {
    display: none;
}

.support .flex {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.support .flex .text {
    margin-right: 45px;
}

.support .flex .text span {
    color: #f02878;
    font-weight: bold;
}

.support .flex .image {
    width: 180px;
}

.support .beginner {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    background-color: #fbf8f4;
    border-radius: 50%;
}

.support .beginner::after {
    content: url(abel-seal-print.com/assets/img/lp/mark6.png);
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 768px) {
    .support {
        display: inline-block;
        max-width: 100%;
        margin-top: 105px;
        margin-bottom: 115px;
        padding: 30px;
    }

    .support .support_title {
        font-size: inherit;
    }

    .support .flex {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 20px 0;
    }

    .support .flex .text {
        margin: 0;
    }

    .support .flex .image {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }

    .support .beginner {
        width: 70px;
        height: 70px;
        padding-top: 7.5px;
    }

    .support .beginner::after {
        top: 20px;
        left: 20px;
    }
}

/* 24.07.01追加 */
.headingLv2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
}

.headingLv2_text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

@media (max-width: 768px) {
    .headingLv2_text {
        font-size: 5rem;
        line-height: 1.4;
    }
}

.dataCheck {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 40px;
}

.dataCheck_figure {
    display: block;
    width: 35%;
    height: auto;
}

.dataCheck_image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.dataCheck_inner {
    display: block;
    width: 65%;
    height: auto;
}

@media (max-width: 768px) {
    .dataCheck {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 40px 0;
    }

    .dataCheck_figure {
        width: 100%;
    }

    .dataCheck_inner {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .voice__customer--q {
        font-size: 14px !important;
    }

    .voice__customer--q span {
        font-size: 14px !important;
    }

    .voice__customer--a {
        font-size: 14px !important;
    }

    .voice__customer--a span {
        font-size: 14px !important;
    }

    .voice figcaption {
        font-size: 14px !important;
    }
}

.gyoukai {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
    color: #ffffff;
    background-color: #595959;
    text-align: center;
}

/* FV用スライダー */
.js_slider {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1180 / 420;
    position: relative;
    z-index: -1;
}

.js_slider_item {
    display: block;
    width: 100%;
    height: auto;
    animation: slider 18s linear infinite;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.js_slider_item:nth-child(1) {
    animation-delay: 0s;
}

.js_slider_item:nth-child(2) {
    animation-delay: 6s;
}

.js_slider_item:nth-child(3) {
    animation-delay: 12s;
}

@keyframes slider {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
