/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in Chrome, Edge, and Safari.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `min-width: 0` on fieldset elements in all browsers.
 */

legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* ============================================ */
/* Base (src/components/templates/Layout/style.css + pages/Home/style.css) */
/* ============================================ */

html {
    font-size: 10px;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 0.62vw;
    }
}

body {
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    background: #fff url(/assets/img/bg-mv.png) no-repeat top center/100% auto;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 4rem;
        background-size: 140% auto;
        background-position: top 12rem center;
    }
}

body.sub {
    background: none;
}

.layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ============================================ */
/* Sub Pages (src/components/templates/Layout/style.css) */
/* ============================================ */

.bread_crumb {
    font-size: 90%;
    margin-bottom: 1em;
}

.company_area {
    margin-top: 100px;
    width: 100%;
    max-width: 1000px;
    margin: 100px auto;
}

.company_area h1 {
    font-size: 30px;
    text-align: center;
    color: rgba(16, 120, 77, 1.00);
    margin-bottom: 30px;
}

.company_area table {
    font-size: 16px;
    width: 100%;
    border: 1px solid rgba(16, 120, 77, 1.00);
}

.company_area table th,
.company_area table td {
    border: 1px solid rgba(16, 120, 77, 1.00);
    padding: 1.5em 0.5em;
    vertical-align: middle;
}

.company_area table th {
    background-color: rgba(85, 195, 149, 0.5);
    width: 20%;
}

.company_area p,
.company_area dt,
.company_area dl {
    font-size: 17px;
}

.company_area dt {
    margin: 20px 0 15px 0;
    color: rgba(16, 120, 77, 1.00);
}

/* 運営理念 */
.philosophy {
    margin-top: 50px;
    padding: 0 15px;
}

.philosophy h3 {
    font-size: 24px;
    color: rgba(16, 120, 77, 1.00);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(16, 120, 77, 1.00);
}

.philosophy p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .philosophy h3 {
        font-size: 5rem;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .philosophy p {
        font-size: 4rem;
        line-height: 1.6;
        margin-bottom: 40px;
    }
}

.sitemap_li {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    font-size: 20px;
    line-height: 2;
    margin: 80px 0;
}

.sitemap_li li {
    width: 30%;
    height: auto;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: center;
    min-height: 125px;
    justify-content: center;
    background-color: #dff1df;
    border-radius: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .sitemap_li {
        display: block;
    }

    .sitemap_li li {
        width: 100%;
        min-height: 100px;
        padding: 0.5em 0;
    }

    .sitemap_li li + li {
        margin-top: 20px;
    }

    .company_area table {
        width: 94%;
        margin: 20px auto 0 auto;
    }

    .company_area table th,
    .company_area table td {
        display: block;
        width: 100%;
    }
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    color: #31403a;
    transition: all 0.4s;
}

a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    P {
        font-size: 4rem;
    }
}

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

.is-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .is-sp {
        display: block;
    }
}

.is-pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
}

.sp {
    display: none !important;
}

.in__box {
    max-width: 1645px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.flex__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ============================================ */
/* Header (src/components/molecules/Header/style.css) */
/* ============================================ */

header {
    width: 100%;
    height: 12rem;
    position: sticky;
    top: 0;
    z-index: 20;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

header .header__logoArea {
    padding: 2rem 0 0 3rem;
}

@media screen and (max-width: 1200px) {
    header .header__logoArea {
        width: 35rem;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 20rem;
        background: rgba(255, 255, 255, 0.8);
    }

    header .header__logoArea {
        width: 50rem;
    }
}

.header__menuArea {
    display: flex;
    margin-right: 1rem;
}

.header__menuArea .web {
    display: flex;
    align-items: center;
    height: 10.8rem;
    width: 28rem;
    font-size: 2.6rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    justify-content: center;
    background: #f57447;
    color: #fff;
    box-shadow: 0px 10px 0px #9c2912;
}

.header__menuArea .web img {
    margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
    .header__menuArea .web {
        display: flex;
        align-items: center;
        width: 40rem;
        font-size: 4rem;
    }

    .header__menuArea .web img {
        width: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .header__menuArea .web {
        box-shadow: 0px 2px 0px #9c2912;
        height: 18rem;
    }

    .header__menuArea .web img {
        width: 10rem;
    }
}

.header__menuArea .tel {
    display: flex;
    align-items: center;
    font-size: 4.5rem;
    margin: 2rem 3rem 0 0;
    font-family: "Roboto", sans-serif;
}

.header__menuArea .tel img {
    margin: 0.5rem 1rem 0 0;
}

@media screen and (max-width: 1200px) {
    .header__menuArea .tel {
        font-size: 6rem;
    }

    .header__menuArea .tel img {
        width: 10rem;
        margin: -2rem 3rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .header__menuArea .tel {
        font-size: 0;
    }

    .header__menuArea .tel img {
        width: 16rem;
    }
}

/* ============================================ */
/* MV */
/* ============================================ */

.mv__Area {
    height: 110rem;
}

@media screen and (max-width: 767px) {
    .mv__Area {
        height: auto;
    }
}

.mv__title_box {
    margin-top: 7rem;
    width: 84rem;
}

.mv__title_box p {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4em;
    text-shadow: 1px 1px 0px #fff, 0 0 0.5em #fff, 0 0 0.5em #fff;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .mv__title_box {
        width: 100%;
        padding-bottom: 30rem;
        margin-top: 16rem;
    }

    .mv__title_box p {
        font-size: 6rem;
    }
}

.mv__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    color: #b99227;
    width: 58rem;
    height: 33rem;
    background: url(/assets/img/bg-01.png) no-repeat top center/100% auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .mv__text {
        width: 100rem;
        height: 55rem;
        margin: 0;
    }
}

.mv__text li {
    font-size: 2.4rem;
    width: 25%;
    text-align: center;
    font-weight: bold;
    padding: 5rem 0 7rem;
    line-height: 1.2em;
}

.mv__text li:nth-child(1) {
    font-size: 7rem;
    width: 100%;
    text-align: center;
    font-family: "Zen Old Mincho", sans-serif;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .mv__text li {
        font-size: 4.5rem;
        padding-top: 3rem;
    }

    .mv__text li:nth-child(1) {
        font-size: 11rem;
        padding: 4rem 0 0;
    }
}

.mv__title span {
    font-size: 10rem;
    display: block;
    text-align: center;
    font-weight: bold;
}

.mv__title span:nth-child(2) {
    font-size: 18rem;
    background: linear-gradient(180deg, #10784d 0%, #15c77d 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mv__title span:nth-child(3) {
    font-size: 4.5rem;
    padding: 3rem 0 2rem;
    font-family: "Zen Old Mincho", sans-serif;
    color: #10784d;
}

@media screen and (max-width: 767px) {
    .mv__title {
        padding-top: 66rem;
        padding-bottom: 4rem;
    }

    .mv__title span {
        font-size: 14rem;
    }

    .mv__title span:nth-child(2) {
        font-size: 22rem;
    }

    .mv__title span:nth-child(3) {
        font-size: 10rem;
    }
}

/* ============================================ */
/* Cash */
/* ============================================ */

.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cash-lead {
    margin-bottom: 2.5rem;
}

.cash-lead__title {
    text-align: center;
    font-weight: bold;
    font-size: 5.5rem;
}

.cash-lead__title .green {
    color: #00c950;
}

.cash-lead__title .red {
    color: #fb2c36;
}

.Cash__title {
    width: 95%;
    margin: auto;
    text-align: center;
    background: #10784d;
    border-radius: 3em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.Cash__title .inner {
    position: relative;
    font-size: 3.8rem;
    padding: 1.7rem 1rem 1.7rem 13rem;
    display: inline-block;
    color: #fff;
}

.Cash__title .inner img {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .Cash__title .inner {
        font-size: 5rem;
    }

    .Cash__title .inner img {
        left: -3em;
    }
}

@media screen and (max-width: 767px) {
    .Cash__title .inner {
        font-size: 7rem;
    }

    .Cash__title .inner img {
        left: -2.5em;
        width: 25rem;
    }
}

.Cash__Area {
    padding-bottom: 8rem;
}

.Cash__Area .flex_box {
    padding: 8rem 2rem 4.5rem;
}

.Cash__Area .flex_box .left_box {
    width: 58%;
}

.Cash__Area .flex_box .left_box .flex_title {
    font-size: 5rem;
    padding: 1rem 0 7rem 2rem;
    line-height: 1.3em;
}

@media screen and (max-width: 1200px) {
    .Cash__Area .flex_box .left_box .flex_title {
        font-size: 4.8rem;
    }
}

.Cash__Area .flex_box .left_box p {
    font-size: 2.5rem;
    padding: 0 0 3rem 2rem;
    line-height: 1.9em;
}

.Cash__Area .flex_box .right_box {
    width: 40%;
    background: #fdfefc url(/assets/img/bg-02.png) no-repeat top 2rem center/83% auto;
    padding: 9rem 0 0 25rem;
    border-radius: 3rem;
}

.Cash__Area .flex_box .right_box li {
    font-size: 3.5rem;
    padding-bottom: 11rem;
    color: #10784d;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.Cash__Area .flex_box .right_box li:last-child {
    padding: 1rem 0 0;
}

@media screen and (max-width: 767px) {
    .Cash__Area .flex_box .left_box {
        width: 100%;
    }

    .Cash__Area .flex_box .left_box .flex_title {
        font-size: 8.5rem;
    }

    .Cash__Area .flex_box .left_box p {
        font-size: 6rem;
    }

    .Cash__Area .flex_box .right_box {
        width: 100%;
        padding: 21rem 0 0 63rem;
    }

    .Cash__Area .flex_box .right_box li {
        font-size: 8rem;
        padding-bottom: 25rem;
    }

    .Cash__Area .flex_box .right_box li:last-child {
        padding: 6rem 0 44rem;
    }
}

.cat_box {
    max-width: 1350px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cat_box li {
    width: 23%;
    background: #fff;
    border: 1px solid #10784d;
    border-radius: 2.5rem;
    padding-bottom: 4rem;
    margin-bottom: 3.2rem;
}

.cat_box li img {
    margin: 2rem auto 0;
    display: block;
}

.cat_box li span {
    display: block;
    text-align: center;
    font-size: 3rem;
    color: #10784d;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .cat_box li {
        width: 48%;
        padding-bottom: 7rem;
        margin-bottom: 6rem;
    }

    .cat_box li span {
        font-size: 7rem;
        margin-top: -4rem;
    }
}

/* ============================================ */
/* Estimate CTA */
/* ============================================ */

.Estimate__Area {
    padding: 3.5rem 0;
    text-align: center;
    background: url(/assets/img/bg_00.png) no-repeat center/cover;
}

@media screen and (max-width: 1200px) {
    .Estimate__Area {
        padding: 8rem 0 11rem;
    }

    .Estimate__Area img {
        width: 80%;
    }

    .Estimate__Area .button_box img {
        width: auto;
    }

    .Estimate__Area .button_box a {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .Estimate__Area {
        padding: 14rem 0 21rem;
    }

    .Estimate__Area img {
        width: 90%;
    }

    .Estimate__Area .button_box img {
        width: auto;
    }

    .Estimate__Area .button_box a {
        width: 90%;
        font-size: 8rem;
        align-items: center;
        padding: 5rem 0;
        box-shadow: 0 10px 0 #9c2912;
    }
}

.button_box {
    margin: 2rem 0;
}

@media screen and (max-width: 767px) {
    .button_box {
        margin: 10rem 0 0;
    }
}

.button_box a {
    max-width: 800px;
    margin: auto;
    font-size: 4rem;
    padding: 3.5rem 0;
    display: flex;
    justify-content: center;
    color: #fff;
    background: #f57447;
    border-radius: 2rem;
    box-shadow: 0 10px 0 #9c2912;
}

@media screen and (max-width: 1200px) {
    .button_box a {
        font-size: 5rem;
    }
}

.button_box a img {
    margin-right: 2rem;
}

.button_box a span {
    text-shadow: 1px 2px 0px #31403a;
}

/* ============================================ */
/* Chosen */
/* ============================================ */

.Chosen__Area {
    padding: 8rem 0;
    background: #fff url(/assets/img/bg-04.png) no-repeat center/cover;
}

.Chosen__Area .title {
    text-align: center;
    padding: 1rem 0 8.5rem;
}

.Chosen__Area .title span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Chosen__Area .title span span {
    font-size: 5rem;
    padding: 1rem 0;
}

@media screen and (max-width: 767px) {
    .Chosen__Area .title img {
        width: 28rem;
    }

    .Chosen__Area .title span img {
        width: 47rem;
    }

    .Chosen__Area .title span span {
        font-size: 8rem;
    }
}

.Chosen__Area .cat_box {
    max-width: 1500px;
}

.Chosen__Area .cat_box li {
    width: 32%;
    padding: 0 6rem 4rem;
    background: #fff url(/assets/img/icon-13.png) no-repeat top 7.5rem center/56% auto;
}

@media screen and (max-width: 767px) {
    .Chosen__Area .cat_box li {
        width: 48%;
        background-position: top 18rem center;
    }
}

.Chosen__Area .cat_box li:nth-child(2) {
    background-image: url(/assets/img/icon-14.png);
}

.Chosen__Area .cat_box li:nth-child(3) {
    background-image: url(/assets/img/icon-15.png);
}

.Chosen__Area .cat_box li:nth-child(4) {
    background-image: url(/assets/img/icon-16.png);
}

.Chosen__Area .cat_box li:nth-child(5) {
    background-image: url(/assets/img/icon-17.png);
}

.Chosen__Area .cat_box li:nth-child(6) {
    background-image: url(/assets/img/icon-18.png);
}

.Chosen__Area .cat_title {
    font-size: 4rem;
    display: flex;
    min-height: 4em;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #10784d;
}

.Chosen__Area .cat_text {
    font-size: 2.2rem;
    line-height: 1.4em;
    padding-top: 14rem;
}

.Chosen__Area .Chosen_title {
    font-size: 5.5rem;
    font-weight: bold;
    text-align: center;
    padding: 7rem 0 1rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

.Chosen__Area .Chosen_title .green {
    color: #15c77d;
}

.Chosen__Area .Chosen_title .red {
    color: #f54d4d;
}

@media screen and (max-width: 767px) {
    .Chosen__Area .cat_title {
        font-size: 7rem;
    }

    .Chosen__Area .cat_text {
        font-size: 5rem;
        padding-top: 24rem;
    }

    .Chosen__Area .Chosen_title {
        font-size: 8.5rem;
    }
}

.button_box_2 a {
    width: 100%;
    display: block;
    height: 35rem;
    background: url(/assets/img/bg-03.png) no-repeat center left/98% auto;
}

@media screen and (max-width: 767px) {
    .button_box_2 a {
        background-image: url(/assets/img/bg-03-sp.png);
        height: 53rem;
    }
}

.button_box_2 a .title {
    font-size: 4.5rem;
    text-align: center;
    display: block;
    padding: 8rem 0 1rem;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.button_box_2 a .text {
    text-align: center;
    display: block;
    font-size: 6rem;
    color: #fff;
    padding: 1rem 0 0 4rem;
    text-shadow: 1px 4px 4px #31403a;
}

@media screen and (max-width: 1200px) {
    .button_box_2 a .text {
        letter-spacing: -0.05em;
    }
}

.button_box_2 a .text b {
    text-align: center;
    font-size: 8.5rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .button_box_2 a .title {
        font-size: 7.5rem;
    }

    .button_box_2 a .text {
        font-size: 8rem;
    }

    .button_box_2 a .text b {
        font-size: 10rem;
    }
}

/* ============================================ */
/* Card */
/* ============================================ */

.Card__Area {
    padding: 8rem 0;
    background: #fff url(/assets/img/bg-04.png) no-repeat center/cover;
}

.Card__Area .title {
    text-align: center;
    padding: 1rem 0 7.5rem;
}

.Card__Area .title span {
    font-size: 5rem;
    padding: 3rem 0 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .Card__Area .title img {
        width: 28rem;
    }

    .Card__Area .title span {
        font-size: 8.5rem;
    }
}

.Card__Area .cat_box {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
}

.Card__Area .cat_box li {
    width: 43%;
    padding: 2rem 6rem 4rem;
}

.Card__Area .cat_box li img {
    margin: 9rem auto 0;
}

.Card__Area .cat_box li:last-child {
    width: 55%;
}

.Card__Area .cat_box li:last-child img {
    margin: 6rem auto 3.5rem;
}

.Card__Area .cat_box li .cat_title {
    font-size: 3.5rem;
    padding: 1.8rem 0;
    text-align: center;
    color: #fff;
    background: #10784d;
    border-radius: 0.7em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.Card__Area .cat_box li .text {
    color: #f57447;
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem;
    width: 19em;
    margin: auto;
    line-height: 1.5em;
    border: 1px solid;
    border-radius: 2em;
}

@media screen and (max-width: 767px) {
    .Card__Area .cat_box li {
        width: 100% !important;
        padding: 10rem;
    }

    .Card__Area .cat_box li:nth-child(1) img {
        width: 70%;
    }

    .Card__Area .cat_box li .cat_title {
        font-size: 7rem;
    }

    .Card__Area .cat_box li .text {
        font-size: 5rem;
    }
}

/* ============================================ */
/* Flow */
/* ============================================ */

.Flow__Area {
    padding: 11rem 0 8rem;
    background: url(/assets/img/bg-05.png) repeat top left/auto;
}

.Flow__Area .title {
    display: flex;
    padding: 0 0 4.5rem 4rem;
    align-items: center;
    font-weight: bold;
}

.Flow__Area .title .inner {
    padding-left: 3rem;
}

.Flow__Area .title .inner span {
    display: block;
    font-size: 5rem;
}

.Flow__Area .title .inner span:last-child {
    font-size: 2.4rem;
    line-height: 2.7em;
}

@media screen and (max-width: 767px) {
    .Flow__Area .title {
        padding-bottom: 10rem;
    }

    .Flow__Area .title img {
        width: 28rem;
    }

    .Flow__Area .title .inner span {
        font-size: 7rem;
    }

    .Flow__Area .title .inner span:last-child {
        font-size: 5rem;
        line-height: 1.4em;
        padding-top: 4rem;
    }
}

.Flow__Area .cat_box {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .Flow__Area .cat_box {
        align-items: unset;
    }
}

.Flow__Area .cat_box li {
    position: relative;
    width: 24%;
    padding: 7rem 0 2rem;
    background: #fff url(/assets/img/icon-26.png) no-repeat center top 12rem/68% auto;
}

.Flow__Area .cat_box li:nth-child(1) {
    margin-top: 22rem;
    background-image: url(/assets/img/icon-23.png);
}

.Flow__Area .cat_box li:nth-child(1) .text {
    padding: 20rem 2rem 3.5rem;
}

.Flow__Area .cat_box li:nth-child(2) {
    margin-top: 15rem;
    background-image: url(/assets/img/icon-24.png);
}

.Flow__Area .cat_box li:nth-child(2) .text {
    padding: 18rem 2rem 1rem;
}

.Flow__Area .cat_box li:nth-child(2) .text span {
    font-size: inherit;
    padding-left: 1em;
    text-indent: -1em;
    color: #9c2912;
    text-align: left;
}

.Flow__Area .cat_box li:nth-child(3) {
    margin-top: 7rem;
    background-image: url(/assets/img/icon-25.png);
}

.Flow__Area .cat_box li:nth-child(3) .text {
    padding: 17rem 2rem 3rem;
}

.Flow__Area .cat_box li .title {
    font-size: 3.5rem;
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: block;
    width: 74%;
    padding: 1.7rem 0;
    border-radius: 0.7em;
    color: #fff;
    background: #10784d;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .Flow__Area .cat_box li {
        width: 48%;
        margin-top: 4rem !important;
        padding-top: 10rem;
        background-position: top 19rem center;
    }

    .Flow__Area .cat_box li .title {
        font-size: 6rem;
    }
}

.Flow__Area .cat_box .cat_title {
    text-align: center;
    font-size: 3.5rem;
    color: #10784d;
}

.Flow__Area .cat_box .text {
    padding: 16rem 2rem 3rem;
    font-size: 2.2rem;
    line-height: 1.6em;
}

@media screen and (max-width: 1200px) {
    .Flow__Area .cat_box .text {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .Flow__Area .cat_box .cat_title {
        font-size: 6rem;
    }

    .Flow__Area .cat_box .text {
        font-size: 5rem;
        padding: 36rem 5rem 4rem !important;
        text-align: justify;
    }

    .Flow__Area .cat_box .text span {
        line-height: 1.2em;
        padding-top: 6rem;
    }

    .Flow__Area .cat_box:nth-child(1) .text, .Flow__Area .cat_box:nth-child(2) .text {
        padding-top: 39rem !important;
    }
}

/* ============================================ */
/* Exchange */
/* ============================================ */

.Exchange__Area {
    padding: 8rem 0 4rem;
    background: #fff url(/assets/img/bg-04.png) no-repeat center/cover;
}

.Exchange__Area .title {
    text-align: center;
    padding: 1rem 0 5.5rem;
}

.Exchange__Area .title span {
    font-size: 5rem;
    padding: 3rem 0 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .Exchange__Area .title img {
        width: 28rem;
    }

    .Exchange__Area .title span {
        font-size: 7rem;
    }
}

.Exchange__Area .cat_box {
    max-width: 1500px;
    margin: 0 auto 4rem;
    padding: 4rem 5rem;
    border: 1px solid #10784d;
    border-radius: 3rem;
    background: #fff;
    position: relative;
}

.Exchange__Area .cat_box::after {
    content: "";
    height: 81%;
    width: 32%;
    background: #f2fde5;
    position: absolute;
    right: 8rem;
    top: 9rem;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .Exchange__Area .cat_box::after {
        height: 90%;
    }
}

.Exchange__Area table {
    width: 100%;
    position: relative;
    z-index: 1;
}

.Exchange__Area td {
    text-align: center;
    font-size: 3.5rem;
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #10784d;
    border-right: 1px dotted #10784d;
}

.Exchange__Area td span {
    font-size: 2.5rem;
}

.Exchange__Area td:nth-child(2) {
    font-size: 4rem;
    padding: 1rem 0 1rem;
}

.Exchange__Area td:nth-child(3) {
    font-size: 6rem;
    padding: 0 0 1rem;
    color: #10784d;
    border-right: 0;
}

@media screen and (max-width: 767px) {
    .Exchange__Area td {
        font-size: 6rem;
        padding: 8rem 0;
    }

    .Exchange__Area td span {
        font-size: 4rem;
    }

    .Exchange__Area td:nth-child(2) {
        font-size: 7rem;
        padding: 7rem 0;
    }

    .Exchange__Area td:nth-child(3) {
        font-size: 8.5rem;
        padding: 7rem 0;
    }
}

.Exchange__Area tr:first-child td {
    background: url(/assets/img/icon-30.png) no-repeat center top 1rem/88% auto;
    width: 34%;
    padding: 2.5rem 0 6rem;
    color: #fff;
    font-size: 3rem;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .Exchange__Area tr:first-child td {
        font-size: 5rem;
        background-size: 88% 13rem;
    }
}

.Exchange__Area tr:first-child td:nth-child(2) {
    width: 28%;
    background-image: url(/assets/img/icon-31.png);
}

.Exchange__Area tr:first-child td:nth-child(3) {
    width: 38%;
    background-image: url(/assets/img/icon-32.png);
    background-position: top center;
    padding: 1.6rem 0 6.9rem;
    color: #f8fe76;
}

.Exchange__Area tr:nth-child(n+3) td {
    padding: 4rem 0 1.8rem;
}

.Exchange__Area tr:nth-child(n+3) td:nth-child(2) {
    padding: 3rem 0 1.8rem;
}

.Exchange__Area tr:nth-child(n+3) td:nth-child(3) {
    font-size: 6rem;
    padding: 1rem 0 1.8rem;
}

@media screen and (max-width: 767px) {
    .Exchange__Area tr:nth-child(n+3) td {
        padding: 7rem 0;
    }

    .Exchange__Area tr:nth-child(n+3) td:nth-child(2) {
        padding: 7rem 0;
    }

    .Exchange__Area tr:nth-child(n+3) td:nth-child(3) {
        font-size: 8.5rem;
        padding: 7rem 0;
    }
}

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

.FAQ__Area {
    padding: 8rem 0 9rem;
    background: url(/assets/img/bg-05.png) repeat top left/auto;
}

.FAQ__Area .title {
    text-align: center;
    padding: 1rem 0 5.5rem;
}

.FAQ__Area .title span {
    font-size: 5rem;
    padding: 3rem 0 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .FAQ__Area .title img {
        width: 28rem;
    }

    .FAQ__Area .title span {
        font-size: 7rem;
    }
}

.FAQ__Area .cat_box {
    max-width: 1190px;
    padding: 0;
    display: list-item;
}

.FAQ__Area .cat_box li {
    width: 100%;
    padding: 3.5rem 6.5rem 6rem;
}

.FAQ__Area .cat_box li span {
    text-align: left;
    font-size: 2.5rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

@media screen and (max-width: 1200px) {
    .FAQ__Area .cat_box li span {
        font-size: 3rem;
    }
}

.FAQ__Area .cat_box li span b {
    font-size: 4rem;
    padding-right: 1rem;
}

.FAQ__Area .cat_box li span.text_q {
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px dotted #10784d;
}

.FAQ__Area .cat_box li span.text_q b {
    color: #10784d;
}

.FAQ__Area .cat_box li span.text_a b {
    color: #f57447;
}

@media screen and (max-width: 767px) {
    .FAQ__Area .cat_box li {
        padding: 14rem 6rem;
    }

    .FAQ__Area .cat_box li span {
        font-size: 6rem;
        padding-left: 11rem;
    }

    .FAQ__Area .cat_box li span b {
        font-size: 8.5rem;
    }

    .FAQ__Area .cat_box li span.text_q {
        padding-bottom: 7rem;
        margin-bottom: 9rem;
    }
}

/* ============================================ */
/* SDGs */
/* ============================================ */

.SDGs__Area {
    padding: 12rem 0 10rem;
    background: #fff;
}

.SDGs__Area img {
    margin: auto;
    display: block;
}

/* ============================================ */
/* Footer (src/components/molecules/Footer/style.css) */
/* ============================================ */

footer {
    background: #10784d;
    padding: 7rem 0 0;
}

footer .footer__menu {
    display: flex;
    justify-content: space-between;
    max-width: 1025px;
    margin: auto;
}

footer .footer__menu a {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    footer .footer__menu {
        flex-wrap: wrap;
        width: 90%;
        padding: 10rem 0;
    }

    footer .footer__menu li {
        width: 48%;
        padding-bottom: 4rem;
    }

    footer .footer__menu li a {
        font-size: 5rem;
    }
}

footer .footer__text {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 6rem;
    color: #fff;
    padding: 3rem 0;
    background: #31403a;
}

@media screen and (max-width: 767px) {
    footer .footer__text {
        font-size: 4rem;
        padding: 5rem 0;
    }
}

/* ============================================ */
/* Contact form */
/* ============================================ */

#contact .in__box {
    max-width: 800px;
    background-color: #f4f4f4;
    padding: 0 50px 50px 50px;
    border-radius: 20px;
}

#contact {
    background-color: #f1fff7;
    padding: 50px 0;
    font-size: 2.5rem;
}

#contact .title span {
    font-size: 5rem;
    padding: 3rem 0 0;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #1b9965;
}

input[type="radio"] {
    height: 2.5rem;
    width: 2.5rem;
}

#contact table {
    width: 100%;
}

#contact table th {
    padding: 30px 0 0 0;
    display: block;
}

#contact table td {
    padding: 20px 0 0 0;
    display: block;
}

@media screen and (max-width: 767px) {
    #contact {
        font-size: 7.5rem;
    }

    #contact .title span {
        font-size: 10rem;
    }

    input[type="radio"] {
        height: 7.5rem;
        width: 7.5rem;
        margin: 0 2rem 0 0;
    }
}

select, input[type="text"], input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    appearance: none;
    cursor: pointer;
}

button {
    background-color: #f57447;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    display: block;
    max-width: 400px;
    width: 100%;
    font-weight: bold;
    border-radius: 20px;
    margin: 30px auto 0 auto;
}

/* React版の text-9xl 相当 */
.submit-btn {
    font-size: 8rem;
    line-height: 1;
}

.L1 {
    width: 100%;
}

.L2 {
    width: 90%;
    display: inline-block;
    margin-right: 5px;
}

.label {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.label::after {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 14px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

/* 「必須」バッジ（React版の Tailwind クラス相当） */
.hissu {
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background-color: #ffe2e2;
    padding: 0.25rem 1rem;
    font-weight: 500;
    color: #c10007;
}

/* React版の ml-8 相当 */
.ml-8 {
    margin-left: 2rem;
}
