@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@700&display=swap');

:root {
    --color-01: #171c61;
    --color-02: #e5e6f8;
    --color-03: #cc4e7a;
    --color-04: #e1e74a;
}

/*==================================================
共通
==================================================*/
html {
    /* touch-action: manipulation; */
    user-select: none;
}

body {
    background: #F5F5F5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.8em;
    text-size-adjust: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a, a:link, a:visited {
    text-decoration: none;
    transition: all ease 0.3s;
    outline: none;
    color: #fff;
}

a:hover, a:active {
    opacity: 0.8;
}

.center {
    display: block;
    margin: 0 auto;
}

main.wrap {
    max-width: 750px;
    margin: 0 auto;
    background-color: #FFF;
}

address {
    font-size: 12px;
    text-align: center;
}

.line {
    background: url(../img/saimu22_lrf/line_bg.webp) no-repeat bottom;
    padding-bottom: 76px;
    padding-top: 70px;
    background-size: cover;
}

.intro h2 {
    position: absolute;
    top: -10%;
}

@media screen and (max-width: 600px) {
    .spNone {
        display: none;
    }
}

/* max-width: 600px */
@media screen and (min-width: 601px) {
    .pcNone {
        display: none;
    }

    .fuan img {
        margin: 30px auto;
    }

    .line {
        background: url(../img/saimu22_lrf/line_bg.webp) no-repeat bottom;
    }

    .mv {
        height: 900px;
    }

    .intro {
        background-image: url(../img/saimu22_lrf/intro_bg.webp);
        position: relative;
        padding-top: 530px;
    }

    .intro h2 {
        top: -2%;
    }
}

header {
    padding: 8px;
}

.mv {
    background: url(../img/saimu22_lrf/mv.webp) no-repeat center;
    padding-top: 3rem;
    padding-bottom: 9.5rem;
}

h1 {
    text-align: center;
    color: #000;
    line-height: 1.2;
    margin-top: 4rem;
}

h1 span.light_blue {
    color: #00b8d8;
   /*color: #81c50a;*/
    font-size: 5rem;
}

h1 span.light_blue span.small {
    font-size: 4.2rem;
}

h1 span.black {
    color: #000;
    font-size: 3rem;
}

h1 span.black span.big {
    font-size: 4.5rem;
}

.intro {
    background-image: url(../img/saimu22_lrf/intro_bg.webp);
    position: relative;
    /* padding-top: 100px; */
}


.jirei {
background:#ecf7eb;
}
.jirei p {
  text-align: center;
}
.jirei ul {
padding:1.5rem 4% 3rem;
}
.jirei ul li {
background:#FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
text-align: left;
}
.jirei ul li:not(:first-child) {
margin-top:2rem;
}
.jirei ul li h3 {
position: relative;
background: #16810e;
color:#FFF;
padding:1em;
font-size:1.3rem;
line-height:1.4em;
}
.jirei ul li h3 i {
display: block;
width:60%;
margin:-5px auto 5px;
}
.jirei ul li dl.acUnit {
padding:2rem 1.5em;
font-size:1rem;
}
.jirei ul li dl.acUnit dd {
display:none;
margin-top:1rem;
line-height: 1.6em;
}
.jirei ul li dl.acUnit dt {
background-color: #222;
color:#FFF;
font-weight:bold;
position: relative;
padding:0.5em 2em 0.5em 1em;
border-radius:50vw;
line-height:1.3em;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
.jirei ul li dl.acUnit dt::before,
.jirei ul li dl.acUnit dt::after {
content: '';
display: block;
position: absolute;
right:1em; top:50%;
width:10px;
height:1px;
background-color: #FFF;
}
.jirei ul li dl.acUnit dt::after {
transform: rotate(-90deg);
transition: all ease 200ms;
}
.jirei ul li dl.acUnit dt.active::after {
transform: rotate(0deg);
}
@media screen and (min-width: 601px) {
  .jirei ul li h3 {
  padding:1em 1.5em;
  font-size:2.4rem;
  }
  .jirei ul li dl.acUnit {
  padding:4rem 2em;
  font-size:2rem;
  }
}/* min-width: 601px */


.cta {
    background-color: #fffee9;
    padding-bottom: 50px;
    /*border-top: 10px solid #79d5ff;
    border-bottom: 10px solid #79d5ff;*/
    border-top: 10px solid #81c50a;
    border-bottom: 10px solid #81c50a;
}

h2 img {
    margin: 0 auto;
    display: block;
}

.cta .inner {
    position: relative;
    padding: 30px;
}

.cta_sub {
    background-image: url(../img/saimu22_lrf/cta_sub_bg.webp);
    background-repeat: no-repeat;
    padding-top: 260px;

}

.cta_sub_box {
    width: 90%;
    margin: 0px auto 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 3px 3px 9px #e5e4dc;
}

.cta_sub_box h3 {
    color: #fff;
    background-color: #333333;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.cta_sub_box ul {
    margin: 0 auto;
}

.cta_sub_box ul li img {
    margin: 10px auto;
}

.riyuu_bottom {
    background: url(../img/saimu22_lrf/riyuu_bg.webp) no-repeat center;
    padding: 30px 0;
}

.riyuu_bottom img {
    margin: 20px 0;
}

.jirei {
    background-color: #e6fdff;
}

.jirei_box img {
    margin: 30px auto;
}
.jirei_box img:first-child {
    margin-top: 0;
}

.jirei_box {
    padding: 30px 0;
}

.nagare {
    padding-bottom: 50px;
}

/* =========================
   FAQ Accordion
========================= */

.faq-accordion {
    width: 90%;
    margin: 50px auto;
}

.faq-item {
    border: 1px solid #9cc63b;
    margin-bottom: 12px;
    background: #fff;
}

.faq-question {
    width: 100%;
    border: none;
    background: #9cc63b;
    color: #fff;
    padding: 14px 16px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-align: left;
}

.faq-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-left span {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
}

.faq-icon-q {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}

.faq-toggle-icon {
    width: 34px;
    height: auto;
    flex-shrink: 0;
}

.faq-answer {
    display: none;
    background: #f7f7f7;
    padding: 18px 20px;
}

/* 最初だけ開く */
.faq-item.active .faq-answer {
    display: block;
}

.faq-answer-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.faq-icon-a {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}

.faq-answer p {
    margin: 0;
    font-size: 30px;
    line-height: 1.7;
    color: #222;
}

/* デフォルトOPEN */
.faq-item.active .faq-answer {
    display: block;
}

.faq-marker {
    background: linear-gradient(transparent 68%,
            #fff35c 68%);
    display: inline;
    padding: 0 2px;
}

.cta2_sub {
    background-color: #fffee0;
    padding: 20px;
}

.footer {
    background: #fff;
    text-align: center;
    padding: 60px 20px;
}

.footer-section {
    margin-bottom: 55px;
}

.footer-section h3 {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-bottom: 22px;
}

.footer-section p {
    font-size: 26px;
    line-height: 2;
    color: #333;
    margin: 0;
}

.footer-links {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

.footer-copy {
    margin-top: 60px;
}

.footer-copy p {
    font-size: 24px;
    line-height: 2;
    color: #333;
    margin: 0;
}

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

    .footer {
        padding: 40px 15px;
    }

    .footer-section {
        margin-bottom: 40px;
    }

    .footer-section h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer-section p {
        font-size: 16px;
        line-height: 1.9;
    }

    .footer-links {
        font-size: 14px;
    }

    .footer-copy {
        margin-top: 40px;
    }

    .footer-copy p {
        font-size: 14px;
    }

}

/* SP */
@media screen and (max-width: 768px) {
    .mv {
        background-size: cover;
        padding-top: 1rem;
        padding-bottom: 26rem;
        margin-bottom: 9rem;
    }

    .faq-question {
        padding: 12px;
    }

    .faq-left {
        gap: 10px;
    }

    .faq-left span {
        font-size: 16px;
    }

    .faq-answer {
        padding: 14px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-icon-q,
    .faq-icon-a {
        width: 28px;
    }

    .faq-toggle-icon {
        width: 24px;
    }

    h1 {
        margin-top: 2rem;
    }

    h1 span.light_blue {
        font-size: 3rem;
    }

    h1 span.light_blue span.small {
        font-size: 2rem;
    }

    h1 span.black {
        font-size: 1.8rem;
    }

    h1 span.black span.big {
        font-size: 2rem;
    }

    .intro {
        padding-top: 57vw;
    }

    .cta_sub {
        background-size: contain;
        padding-top: 135px;
    }

    .cta_sub_box h3 {
        padding: 8px 10px;
        font-size: 3.5vw;
        font-weight: 400;
    }

    .cta_sub_box ul {
        padding: 0 10px;
    }

    .center {
        padding: 0 10px;
        width: 88%;
    }

    .jirei_box {
        padding: 30px 10px;
    }

    .intro h2 {
        top: -13%;
    }
}


/*==================================================
foot
==================================================*/
.infoOffice {
    padding: 2rem 10% 1rem;
}

.infoOffice h2 {
    text-align: center;
    font-size: 100%;
}

.infoOffice dl {
    display: table;
    width: 100%;
}

.infoOffice dl:not(:first-of-type) {
    border-top: #CCC dotted 1px;
}

.infoOffice dl :is(dt, dd) {
    display: table-cell;
    vertical-align: top;
    padding: 0.8rem 0.5em;
    font-size: 0.9rem;
    line-height: 1.5em;
}

.infoOffice dl dt {
    width: 4em;
}


#footer {
    padding: 1rem 1rem min(24vw, 150px);
    background-color: #333;
    color: #FFF;
}

#footer ul.link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#footer ul.link li {
    width: 50%;
    width: fit-content;
    text-align: center;
    font-size: 14px;
    padding: 1em;
}

#footer ul.link li a {
    color: #FFF;
    text-decoration: underline;
}

#footer .copyRight {
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
}

@media screen and (min-width: 601px) {}

/* min-width: 601px */




/*==================================================
下部固定ボタン
==================================================*/
#fixBtn {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 0;
}

#fixBtn ul {
    max-width: 800px;
    margin: 0 auto;
}

#fixBtn ul li {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 601px) {
    #fixBtn ul li {
        width: 60%;
    }
}

/* min-width: 601px */