@charset "utf-8";

body {
    width: 100%;
    color: #303030;
    font-size: 16px;
    overflow-x: hidden;
    color: #000000;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

* {
    box-sizing: border-box;
}

.bdR {
    border-radius: 20px;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pc {
    display: none;
}

.sp {
    display: block;
}


/*-- 共通--------------------------------------------------------------*/

section.top_wrap {
    padding: 100px 0 110px;
}

.top_ar {
    padding: 0 15px;
}

section.in_wrap {
    padding: 100px 0 110px;
}

.in_ar {
    padding: 0 15px;
}

.tit_box {
    text-align: center;
}

p.entit01 {
    font-size: 16px;
    font-weight: 500;
    color: #004E9A;
    margin-bottom: 12px;
}

.blue1 {
    color: #004E9A;
}

.blue2 {
    color: #4483B2;
}

.gray1 {
    color: #949497;
}

.gray2 {
    color: #E0E0E0;
}

h2.tit01 {
    font-size: 32px;
    font-weight: 700;
}

.fontA {
    font-family: 'Shippori Mincho B1', serif;
}

.fontB {
    font-family: 'Montserrat', sans-serif;
}

.fontC {
    font-family: 'Reggae One', cursive;
}

.fontD {
    font-family: 'Noto Sans JP', sans-serif;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 30px !important;
}

.mt-30 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 40px !important;
}

.mt-70 {
    margin-top: 40px !important;
}

.mt-80 {
    margin-top: 40px !important;
}

.mt-90 {
    margin-top: 40px !important;
}

.mt-110 {
    margin-top: 40px !important;
}

.color01 {
    color: #FFFCDD !important;
}

.color02 {
    color: #890202 !important;
}

.bgColor01 {
    background: #fff !important;
}

.black {
    color: #333333 !important;
}

.white {
    color: #fff !important;
}


/*-- ボタン--------------------------------------------------------------*/

a.btn01 {
    display: block;
    background: #fff;
    color: #4483B2;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    transition: .5s;
    max-width: 49%;
    width: 100%;
    border: 1px solid #4483B2;
}

.btn01:hover {
    opacity: .7;
    transition: .5s;
}

a.btn02 {
    display: block;
    background: #004E9A;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    transition: .5s;
    max-width: 49%;
    width: 100%;
}

.btn02:hover {
    opacity: .7;
    transition: .5s;
}

a.btn03 {
    display: block;
    background: #004E9A;
    color: #fff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-top: 32px;
    transition: .5s;
}

.btn03:hover {
    opacity: .7;
    transition: .5s;
}


/*-- cover --------------------------------------------------------------*/

main {
    background: url(../img/cover_bg.png) center top no-repeat;
    background-size: contain;
}

.cover_btn_area {
    display: flex;
    max-width: 36vw;
    width: 100%;
    justify-content: space-between;
    margin-top: 3.5rem;
}

section.top_cover {
    height: 100vh;
    padding: 0 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.cover_inner {
    max-width: 1700px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.cover_txt_area {
    padding: 0 0 12px;
    max-width: 800px;
    width: 100%;
}

.cover_img {
    /* max-width: 670px; */
    width: 100%;
}

h1.cover_tit {
    font-size: 4.2vw;
    letter-spacing: 0.08em;
    line-height: 1.4em;
}

h1.cover_tit span {
    color: #004E9A;
}

p.cover_txt {
    margin-top: 2rem;
    font-size: 1vw;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}


/*-- 人材採用でこんなお悩みありませんか？ --------------------------------------------------------------*/

section.top_wrap.problem_wrap {
    padding: 0 0 134px;
}

.problem_inner {
    margin: 72px auto 0;
    max-width: 1076px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 32px;
}

.problem_item {
    background: #EFF3F5;
    text-align: center;
    padding: 62px 15px 62px;
    border-radius: 12px;
}

p.problem_txt01 {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    font-weight: 700;
}


/*-- その悩みを「LinkRoot」が解決します --------------------------------------------------------------*/

section.top_wrap.solution_wrap {
    padding: 74px 0 170px;
    background: url(../img/solution_bg.png) center bottom;
    background-size: cover;
    position: relative;
}

p.solution_txt01 {
    text-align: center;
    margin-top: 32px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.solution_icon {
    max-width: 40px;
    width: 100%;
    margin: 0 auto 40px;
}

.solution_inner {
    max-width: 1076px;
    width: 100%;
    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.solution_item {
    max-width: 332px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px 32px;
}

p.solution_txt02 {
    text-align: center;
    margin-top: 32px;
    color: #004E9A;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
}

p.solution_txt03 {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.solution_wrap:before {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: #7AA3CB;
    top: -50px;
}


/*-- お知らせ --------------------------------------------------------------*/

.news_inner {
    max-width: 1076px;
    width: 100%;
    margin: 32px auto 0;
}

.news_box {
    padding: 32px;
    border-bottom: 1px solid #E0E0E0;
}

p.news_txt02 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

p.news_txt01 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: 'Montserrat';
    color: #949497;
}


/*-- LinkRootの特徴 --------------------------------------------------------------*/

.feature_inner {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0;
}

.feature_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.feature_img {
    max-width: 540px;
    width: 100%;
}

.feature_box {
    max-width: 540px;
    width: 100%;
}

.feature_txt_box {
    display: flex;
    align-items: center;
}

p.feature_txt01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    margin-right: 8px;
    font-family: 'Montserrat';
    color: #4483B2;
}

p.feature_txt02 {
    font-family: 'Montserrat';
    color: #4483B2;
    font-size: 60px;
    letter-spacing: 0.04em;
}

p.feature_txt03 {
    margin-top: 16px;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    font-weight: 700;
}

p.feature_txt04 {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.feature_contents:first-child {
    margin-top: 0;
}


/*-- 料金プラン --------------------------------------------------------------*/

.plan_inner {
    max-width: 1200px;
    width: 100%;
    margin: 120px auto 0;
    padding: 80px 15px;
    background: #4483B2;
    border-radius: 20px;
}

p.plan_txt01 {
    text-align: center;
    margin-top: 32px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.plan_contents {
    max-width: 1076px;
    width: 100%;
    display: flex;
    margin: 60px auto 0;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.plan_item {
    background: #fff;
    border-radius: 20px;
    max-width: 332px;
    width: 100%;
}

.plan_tit_box {
    padding: 24px 15px 20px;
    border-bottom: 1px solid #004E9A;
    text-align: center;
    position: relative;
}

.plan_txt_area {
    padding: 32px 15px 40px;
}

.plan_txt_inner {
    max-width: 268px;
    margin: auto;
}

.plan_txt_box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
}

.plan_txt_box02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

p.plan_txt04 {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    font-weight: 700;
    margin-right: 6px;
}

.plan_txt_box01 .plan_txt05 {
    font-size: 38px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-left: 8px;
    color: #004E9A;
}

.plan_txt_box01 .plan_txt05 span {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    font-weight: 700;
    margin-left: 8px;
    color: #004E9A;
}

.plan_txt_box02 .plan_txt05 {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-left: 8px;
    color: #004E9A;
}

.plan_txt_box02 .plan_txt05 span {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    font-weight: 700;
    margin-left: 8px;
    color: #004E9A;
}

p.plan_txt06 {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.plan_txt07 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan_txt07 p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.plan_txt_box03 {
    margin-top: 32px;
}

.plan_txt07:first-child {
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 8px;
}

p.plan_txt08 {
    color: #004E9A;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

p.plan_txt09 {
    color: #004E9A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

p.plan_txt02 {
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

p.plan_txt03 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.75em;
}

.plan_item:nth-child(2) {
    border: 12px solid #A5CDF5;
    box-sizing: content-box;
}

.plan_orange {
    padding: 4px 12px;
    /* max-width: 97px; */
    width: 100%;
    color: #fff;
    position: absolute;
    top: -25px;
    margin: 0;
    left: 0;
    display: flex;
    right: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    justify-content: center;
    border-radius: 2px;
}

.plan_orange p {
    padding: 4px 12px;
    background: #FF5100;
    max-width: 97px;
    width: 100%;
    color: #fff;
    margin: 0;
    left: 0;
    display: block;
    right: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
}

.plan_orange:before {
    content: "▼";
    color: #f65004;
    position: absolute;
    bottom: -7px;
}


/*-- よくあるご質問 --------------------------------------------------------------*/

section.top_wrap.faq_wrap {
    background: #E0E0E0;
}

.faq_inner {
    max-width: 1076px;
    width: 100%;
    margin: 72px auto 0;
}

.accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.accordion-content {
    padding: 20px;
    display: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.accordion-header::after {
    content: '\2795';
    /* Plus sign */
    font-size: 18px;
    color: #007bff;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(45deg);
}

.accordion-item.active .accordion-content {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-- メディア --------------------------------------------------------------*/

.media_content {
    max-width: 1200px;
    width: 100%;
    margin: 110px auto 0;
}

.media-flex ul {
    padding: 0 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
}

.media-boxTxt {
    padding: 0 10px;
}

.item-day {
    font-size: 14px;
    color: #000000;
}

.media-boxTxt p.itemTitle {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 10px 0;
    color: #000000;
}

/* 共通ここまで */

/* Grid */
li.media-box.grid {
    width: 24%;
    margin-bottom: 5px;
}

li.media-box.grid a {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
    text-decoration: none;
}

li.media-box.grid a img,
li.media-box.grid a .media-boxTxt {
    width: 100%;
    margin: 0;

}

li.media-box.grid a img {
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    display: block;
    width: 100%; 
    height: auto; 
    border-radius: 8px;
}

li.media-box.grid a:hover {
 opacity: 0.7;
 transition: .5s;

}

@media screen and (max-width: 767px) {

    .media_content {
        max-width: 1200px;
        width: 100%;
        margin: 60px auto 0;
    }
    
    li.media-box.grid {
        width: 50%;
        margin: 0;
        padding: 0 10px;
    }

    li.media-box.grid a {
        flex-wrap: wrap;
        align-items: center;
    }

    li.media-box.grid a img {
        width: 100%;
        height: max-content;
        margin-bottom: 10px;

    }

    .item-day {
        font-size: 12px;
    }

    li.media-box.grid a .media-boxTxt .itemTitle {
        font-size: 14px;
        line-height: 1.5;
        margin: 5px 0;
    }

}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:1440px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .cover_btn_area {
        display: flex;
        max-width: 444px;
        width: 100%;
        justify-content: space-between;
        margin-top: 56px;
    }

    .cover_inner {
        max-width: 1200px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .cover_txt_area {
        padding: 0 0 12px;
        max-width: 500px;
        width: 100%;
    }

    .cover_img {
        max-width: 670px;
        width: 100%;
    }

    h1.cover_tit {
        font-size: 48px;
        letter-spacing: 0.08em;
        line-height: 1.4em;
    }

    p.cover_txt {
        margin-top: 32px;
        font-size: 16px;
        letter-spacing: 0.04em;
        line-height: 1.75em;
    }

    a.btn01 {
        font-size: 16px;
        max-width: 214px;
        width: 100%;
    }

    a.btn02 {
        max-width: 214px;
        width: 100%;
        font-size: 16px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 1440px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:992px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /*-- cover --------------------------------------------------------------*/
    h1.cover_tit {
        font-size: 40px;
    }

    p.cover_txt {
        font-size: 14px;
        margin-top: 24px;
    }

    .cover_btn_area {
        margin-top: 40px;
    }

    a.btn01 {
        width: 49%;
    }

    a.btn02 {
        width: 49%;
    }

    /*-- 料金プラン --------------------------------------------------------------*/
    .plan_txt_box01 .plan_txt05 {
        font-size: 36px;
    }

    .plan_txt_box02 .plan_txt05 {
        font-size: 30px;
    }

    .plan_contents {
        flex-flow: column;
        gap: 30px;
    }

    .plan_item {
        max-width: 450px;
    }

    .plan_item:nth-child(2) {
        box-sizing: border-box;
    }

    .plan_orange p {
        font-size: 14px;
    }

    /*-- 人材採用でこんなお悩みありませんか？ --------------------------------------------------------------*/
    p.problem_txt01 {
        font-size: 17px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 992px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    section.top_wrap {
        padding: 60px 0 70px;
    }

    .top_ar {
        padding: 0 15px;
    }

    section.in_wrap {
        padding: 60px 0 70px;
    }

    .in_ar {
        padding: 0 15px;
    }

    .tit_box {
        text-align: center;
    }

    p.entit01 {
        font-size: 14px;
        font-weight: 500;
        color: #004E9A;
        margin-bottom: 12px;
    }

    h2.tit01 {
        font-size: 24px;
        font-weight: 700;
    }

    /*-- cover --------------------------------------------------------------*/
    main {
        background: url(../img/cover_bg_sp.png) center top no-repeat;
        background-size: contain;
    }

    .cover_inner {
        flex-flow: column-reverse;
    }

    .cover_txt_area {
        text-align: center;
    }

    .cover_btn_area {
        margin: 56px auto 0;
    }

    section.top_cover {
        height: 1050px;
    }

    /*-- 人材採用でこんなお悩みありませんか？ --------------------------------------------------------------*/
    section.top_wrap.problem_wrap {
        padding: 0 0 80px;
    }

    .problem_inner {
        margin: 50px auto 0;
        grid-template-columns: 1fr 1fr;
        gap: 20px 20px;
    }

    .problem_item {
        padding: 40px 15px 40px;
    }

    p.problem_txt01 {
        margin-top: 0px;
        font-size: 18px;
    }

    /*-- その悩みを「LinkRoot」が解決します --------------------------------------------------------------*/
    p.solution_txt01 {
        margin-top: 24px;
        font-size: 14px;
    }

    .solution_inner {
        flex-flow: column;
    }

    .solution_item {
        margin: auto;
        max-width: 400px;
        padding: 15px 15px 20px;
    }

    .solution_img {
        text-align: center;
    }

    section.top_wrap.solution_wrap {
        padding: 60px 0 100px;
    }

    .solution_wrap:before {
        height: 80px;
        top: -40px;
    }

    .solution_icon {
        max-width: 30px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .solution_inner {
        margin: 40px auto 0;
    }

    p.solution_txt02 {
        margin-top: 24px;
        font-size: 18px;
    }

    p.solution_txt03 {
        margin-top: 16px;
        font-size: 13px;
    }

    /*-- LinkRootの特徴 --------------------------------------------------------------*/
    .feature_inner {
        margin: 50px auto 0;
    }

    .feature_contents {
        margin-top: 50px;
        flex-flow: column;
    }

    .feature_contents02 {
        flex-flow: column-reverse;
    }

    p.feature_txt01 {
        font-size: 14px;
        margin-right: 5px;
    }

    p.feature_txt02 {
        font-size: 40px;
    }

    p.feature_txt03 {
        margin-top: 10px;
        font-size: 20px;
    }

    p.feature_txt04 {
        margin-top: 24px;
        font-size: 14px;
    }

    /*-- 料金プラン --------------------------------------------------------------*/
    .plan_inner {
        margin: 60px auto 0;
        padding: 50px 15px;
        border-radius: 15px;
    }

    p.plan_txt01 {
        margin-top: 24px;
        font-size: 14px;
    }

    .plan_contents {
        margin: 40px auto 0;
    }

    .plan_item {
        border-radius: 15px;
    }

    .plan_tit_box {
        padding: 20px 15px 18px;
    }

    .plan_txt_area {
        padding: 24px 15px 30px;
    }

    p.plan_txt04 {
        font-size: 14px;
        margin-right: 5px;
    }

    .plan_txt_box01 .plan_txt05 {
        font-size: 24px;
        margin-left: 6px;
    }

    .plan_txt_box01 .plan_txt05 span {
        font-size: 14px;
        margin-left: 6px;
    }

    .plan_txt_box02 .plan_txt05 {
        font-size: 24px;
        margin-left: 6px;
    }

    .plan_txt_box02 .plan_txt05 span {
        font-size: 14px;
        margin-left: 6px;
    }

    p.plan_txt06 {
        margin-top: 24px;
        font-size: 14px;
    }

    .plan_txt07 p {
        font-size: 14px;
    }

    .plan_txt_box03 {
        margin-top: 24px;
    }

    p.plan_txt08 {
        color: #004E9A;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
    }

    p.plan_txt09 {
        font-size: 14px;
    }

    p.plan_txt02 {
        font-size: 24px;
    }

    p.plan_txt03 {
        font-size: 13px;
    }

    /*-- お知らせ --------------------------------------------------------------*/
    .news_inner {
        max-width: 1076px;
        width: 100%;
        margin: 24px auto 0;
    }

    .news_box {
        padding: 20px;
        border-bottom: 1px solid #E0E0E0;
    }

    p.news_txt02 {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    p.news_txt01 {
        font-size: 14px;
        letter-spacing: 0.1em;
        font-family: 'Montserrat';
        color: #949497;
    }

    /*-- ボタン--------------------------------------------------------------*/
    a.btn03 {
        padding: 15px;
        font-size: 14px;
        margin-top: 24px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 768px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:544px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .problem_inner {
        grid-template-columns: 1fr;
    }

    h1.cover_tit {
        font-size: 30px;
    }

    p.cover_txt {
        font-size: 13px;
        text-align: left;
    }

    .cover_btn_area {
        flex-flow: column;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
    }

    a.btn01 {
        width: 100%;
        max-width: 100%;
    }

    a.btn02 {
        width: 100%;
        max-width: 100%;
    }

    section.top_cover {
        height: 900px;
    }

    .cover_txt_area {
        padding: 0;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 544px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:414px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .problem_inner {
        grid-template-columns: 1fr;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 414px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */