@charset "UTF-8";

/********************

common

**********************/

body {
    margin: 0;
    padding: 0;
    font-family: "m-plus-rounded-2c", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
ul,
li {
    margin: 0;
    padding: 0;
    color: #333333;
}

ul,
li {
    list-style: none;
}

p {
    color: #333333;
    font-size: 16px;
    font-family: "m-plus-rounded-2c", sans-serif;
    letter-spacing: .02em;
    font-weight: 500;
    line-height: 24px;
}

a {
    text-decoration: none;
    color: #333333;
}

.wrapper {
    margin: 0 auto;
    width: 560px;
    padding: 40px 0;
}

.bg_pattern {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F7F7F7;
}
.bg_boxes {
    background-image:  linear-gradient(#CEE8D8 1px, transparent 1px), linear-gradient(to right, #CEE8D8 1px, #F7F7F7 1px);
    background-size: 16px 16px;
}

@media screen and (max-width: 880px) { 
    .wrapper {
        margin: 0 auto;
        width: 90vw;
        padding: 8vw 0;
    }
}

/********************

fv

**********************/

.header-wrapper {
    background-color: #3cb267;
    background-image: radial-gradient(circle, #69c088 3px, transparent 3px), radial-gradient(circle, #69c088 3px, transparent 3px);
    background-position: 24px 0, 41px 34px;
    background-size: 34px 68px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    padding: 80px 0 0 0;
}

.header-box {
    align-items: center;
    background: #247B44;
    box-shadow: 3px 5px 15px 0px rgba(52, 52, 52, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0 24px 0;
    row-gap: 16px;
}

.header-logo {
    align-items: center;
    background: #ffffff;
    border-radius: 80px;
    display: flex;
    padding: 12px 0;
    justify-content: center;
    position: relative;
    height: 64px;    
    width: 400px;
}

.header-logo__thumb {
    width: 240px;
}

.header-logo__thumb img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.header-logo__icon {
    bottom: -8px;
    position: absolute;
    right: -56px;
    height: 150px;
    width: 160px;
}

.header-logo__icon img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.header-title h2 {
    color: #F5FF00;
    font-size: 56px;
}

.header-title h2 span {
    color: #ffffff;
    font-size: 32px;
}

.header-fv__thumb {
    margin: 24px auto 0 auto;
    height: 400px;
    width: 320px;
}

.header-fv__thumb img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 880px) { 
    .header-wrapper {
        border-bottom-left-radius: 15vw;
        border-bottom-right-radius: 15vw;
        padding: 12vw 0 0 0;
    }
    .header-logo {
        border-radius: 40vw;
        padding: 3.2vw 3.2vw 3.2vw 0;
        height: 10vw;
        width: 70vw;
    }
    .header-logo__icon {
        height: 30vw;
        width: 35vw;
    }
    .header-logo__thumb {
        width: 44vw;    
    }
    .header-box {
        padding: 4.0vw 0 3.0vw 0;
    }
    .header-logo__icon {
        right: -12vw;
    }
    .header-title h2 {
        font-size: 9.8vw;
    }
    .header-title h2 span {
        font-size: 6.8vw;
    }
    .header-fv__thumb {
        height: 80vw;
        width: 80vw;
    }
}

/********************

btn

**********************/

.catch-top {
    margin-top: 40px;
}

.catch-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    justify-content: center;
}

.catch-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
}

.catch-btn a.btn {
    display: flex;
    background: #3CB267;
    border: 3px solid #333333;
    border-radius: 40px;
    padding: 12px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: 380px;
}

.orage a.btn {
    background: #D08205;
}

.catch-btn h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    text-align: center;
    font-size: 24px;
    letter-spacing: .05em;
}

.catch-btn h3 span {
    background: #C4EDA1;
}

.orage h3 span {
    background: #F4D4A1;
}

.catch-btn h3::before,
.catch-btn h3::after {
    content: '';
    border-radius: 4px;
    width: 3px;
    height: 32px;
    background-color: #333333;
}

.catch-btn h3::before {
    margin-right: 16px;
    transform: rotate(-35deg);
}

.catch-btn h3::after {
    margin-left: 16px;
    transform: rotate(35deg);
}

@media screen and (max-width: 880px) { 
    .catch-btn a.btn {
        padding: 2.8vw 0;
        font-size: 5.8vw;
        width: 80vw;
    }
    .catch-btn h3 {
        font-size: 4.8vw;
    }
}

/********************

catch-phone__box

**********************/

.catch-phone__box {
    background: #247B44;
    border: 4px solid #2C2C2C;
    border-radius: 8px;
    padding: 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    box-shadow: 3px 5px 15px 0px rgba(52, 52, 52, 0.28);
}

.catch-phone__label {
    background:  #ffffff;
    border-radius: 40px;
    padding: 4px 40px;
}

.catch-phone__label h4 {
    font-size: 20px;
    text-align: center;
}

.catch-phone__box h3 {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
}

.catch-phone__box h3 span {
    color: #FFF500;
}

.catch-phone__num {
    text-align: center;
}

.catch-phone__num h2 {
    color: #ffffff;
    font-size: 48px;    
    line-height: 48px;
}

.catch-phone__num p {
    color: #ffffff;
}

.catch-phone__list {
    align-items: center;
    column-gap: 16px;
    display: flex;
}

.catch-phone__icon {
    align-items: center;
    display: flex;
    border-radius: 50%;
    background: #ffffff;
    justify-content: center;
    height: 56px;
    width: 56px;
}

.catch-phone__icon svg {
    color: #247B44;
    font-size: 32px;  
}

@media screen and (max-width: 880px) {
    .catch-phone__box {
        padding: 4.0vw;
    }
    .catch-phone__label {
        padding: 2.1vw 6.8vw;
    }
    .catch-phone__label h4 {
        font-size: 4.2vw;
    }
    .catch-phone__box h3 {
        font-size: 5.0vw;
        line-height: 6.8vw;
    }
    .catch-phone__icon {
        height: 10vw;
        width: 10vw;
    }
    .catch-phone__icon svg {
        font-size: 6vw;
    }
    .catch-phone__num h2 {
        font-size: 8.8vw;
    }
    .catch-phone__list {
        column-gap: 2.1vw;
    }
}

/********************

flow-box

**********************/

.flow-box {
    box-shadow: 3px 5px 15px 0px rgba(52, 52, 52, 0.28);
}

.flow-item {
    border: 4px solid #2C2C2C;
    border-radius: 8px;
    background: #ffffff;
}

.flow-box__title {
    background: #3CB267;
    position: relative;
    padding: 40px 0;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    row-gap: 8px;
    display: flex;
    flex-direction: column;
}

.flow-box__title-orange {
    background: #D08207;
}

.flow-box__title h4 {
    color: #ffffff;
    font-size: 20px;
}

.flow-box__title h4 span {
    color: #FFF500;
}

.flow-box__title h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
}

.flow-box__wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
}

.flow-box__wave img {
    object-fit: contain;
    width: 100%;
}

.flow-introduction {
    padding: 40px 32px 0 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.flow-title {
    margin-bottom: 24px;
}

.flow-title h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: .05em;
}

.flow-title-bar {
    background: #3CB267;
    border-radius: 4px;
    height: 4px;
    margin: 8px auto 0 auto;
    width: 80px;
}

.flow-introduction__title h3 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 24px;
}

.flow-introduction__title h3 span {
    background: #3CB267;
    border-radius: 4px;
    padding: 8px 16px 8px 32px;
}

.flow-introduction__box {
    border: 1px solid #CBCBCB;
    padding: 16px 24px;
    border-radius: 8px;
}

.flow-introduction__box p span {
    background: #E1EDE4;
}

.flow-list {
    padding: 80px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;    
}

.flow-box__item {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.flow-sub-title h3 {
    font-size: 20px;
    letter-spacing: .05em;
}

.flow-sub-title-bar {
    background: #3CB267;
    border-radius: 4px;
    height: 4px;
    margin: 4px 0 0 0;
    width: 64px;
}

.flow-sub-title-bar-orange {
    background: #D08205;
}

.flow-box__thumb {
    margin: 0 auto;
    height: 280px;
    width: 344px;
}

.flow-box__thumb img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.flow-box__catch h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

.flow-box__catch h3 a {
    color: #07BEB7;
    text-decoration: underline;
}

.flow-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-bottom: 40px;
}

.flow-btn a.btn {
    display: flex;
    background: #3CB267;
    border: 3px solid #333333;
    border-radius: 40px;
    padding: 12px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    width: 380px;
}

.flow-btn h5 {
    font-size: 20px;
}

ul.flow-box__catch-list {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

ul.flow-box__catch-list li {
    border: 2px solid #D08207;
    border-radius: 6px;
    padding: 4px;
    height: 80px;
    width: 46%;
}

ul.flow-box__catch-list li a img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 880px) {
    .flow-box__title {
        padding: 4.8vw 0 5.8vw 0;
        row-gap: 2.0vw;
    }
    .flow-box__title h4 {
        font-size: 4.4vw;
    }
    .flow-box__title h2 {
        color: #ffffff;
        font-size: 6.0vw;
        line-height: 7.8vw;
    }
    .flow-box__wave {
        bottom: -1vw;
    }
    .flow-introduction {
        padding: 8vw 3.2vw 0 3.2vw;
    }
    .flow-title h3 {
        font-size: 5.4vw;
    }
    .flow-introduction__title {
        margin-top: 3.2vw;
    }
    .flow-introduction__title h3 {
        font-size: 4.4vw;
    }
    .flow-list {
        padding: 10vw 3.2vw;
    }
    .flow-box__thumb {
        height: 60vw;
        width: 70vw;
    }
    .flow-box__catch h3 {
        font-size: 5.4vw;
    }
    .flow-title {
        margin-bottom: 0vw;
    }
    .flow-btn a.btn {
        padding: 2.8vw 0;
        font-size: 4.4vw;
        width: 74vw;
    }
    .flow-btn h5 {
        font-size: 4.0vw;
    }
    .flow-btn {
        padding-bottom: 8vw;
    }
    ul.flow-box__catch-list li {
        height: 12vw;
    }
}

/********************

warning

**********************/

.warning-box {
    border-radius: 8px;
    border: 3px solid #2B2C2C;
    background: #ffffff;
}

.warning-box__title {
    background: #2B2C2C;
    padding: 16px 0;
}

.warning-box__title h4 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: .05em;
}

.warning-item {
    padding: 40px 32px;
}

.warning-item p {
    font-size: 18px;
    font-weight: 700;
}

.warning-item dl {
    padding-top: 16px;
}

.warning-item dl dt {
    margin-bottom: 12px;
    font-weight: 700;
}

.warning-item dl dt a {
    text-decoration: underline;
}

@media screen and (max-width: 880px) {
    .warning-item {
        padding: 4vw 3.2vw;
    }
}

/********************

footer

**********************/

footer {
    background: #F7F7F7;
    padding-bottom: 80px;    
}

.footer-content {
    background: #ffffff;
    padding: 40px;
}

.footer-content__thumb {
    height: 80px;
    width: 240px;
    margin-bottom: 24px;
}

.footer-content__thumb img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

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

@media screen and (max-width: 880px) {
    .footer-content {
        padding: 4.8vw;
    }
    .footer-content__thumb {
        height: 20vw;
        width: 50vw;
        margin-bottom: 3.2vw;
    }
}


/*******************

sticky-contact

********************/

.sticky-contact {
    position: relative;
    z-index: 999;
    bottom: 0;
}

.sticky-contact-box {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1.2s,visibility 1.2s, transform 1.2s;    
}
.sticky-contact-box a {
    background-color: #3CB267;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    line-height: 12px;
    box-shadow: 3px 5px 15px 0px rgba(52, 52, 52, 0.28);
}

.sticky-contact-box a p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    line-height: 28px;
}

.sticky-contact-box a span {
    font-size: 18px;
    color: #ffffff;    
}

.sticky-contact-box__icon {
    position: absolute;
    height: 120px;
    width: 120px;
    left: -40px;
    top: -40px;
}

.sticky-contact-box__icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.sticky-contact .show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media screen and (max-width: 880px) {
    .sticky-contact-box a {
        height: 38vw;
        width: 38vw;
    }
    .sticky-contact-box {
        bottom: 10vw;
        right: 2vw;
    }
}