@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Notable&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ========================================
   RESET
/
├── index.html
└── common/
    └── css/kastyle.css
    └── image/
======================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Serif JP", serif;
    color: #222;
    background: #fff;
}

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


/* ========================================
   PAGE
======================================== */

.page {
    position: relative;

    width: 100%;
    /*height: 100vh;*/

    padding-top: 0;
    padding-bottom: 0;

    overflow: hidden;
    background: #022302;
}


/* ========================================
   HEADER
======================================== */

.header {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 70px;

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

    padding: 0 40px;

    z-index: 100;
}


/* Logo */

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo a {
    display: flex;
    align-items: center;

    height: 40px;
}

.logo-mark {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
}

/* h1 */
.header h1 {
    text-indent: -1000rem;
    font-size: 0.7rem;
}

/* SNS */

.header-sns {
    display: flex;
    gap: 10px;
}

.header-sns a {
    width: 34px;
    height: 34px;

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

    border: 1px solid #222;
    border-radius: 50%;

    font-size: 9px;
    font-weight: 700;

    transition:
        background-color .3s ease,
        color .3s ease;
}

.header-sns .siimg a {
    border: none;
    background: unset;
    transition: 0.3s;
}

.header-sns .siimg a:hover {
    background: unset;
    transform: scale(1.05);
}

.header-sns a:hover {
    background: #222;
    color: #fff;
}


/* ========================================
   BRAND LOGO
======================================== */

.brand-logo {
    position: fixed;

    left: calc(7dvw + 70px);
    top: 50%;

    transform: translateY(-50%);

    z-index: 50;

    width: 30dvw;
}

.brand-logo a {
    display: flex;
    flex-direction: column;

    line-height: 1;
    color: #fff;
}

.brand-logo span {
    font-size: 12px;
    letter-spacing: .25em;
}

.brand-logo strong {
    margin-top: 8px;

    font-size: 38px;
    letter-spacing: .08em;
}


/* ========================================
   NAVIGATION
======================================== */

.global-nav {
    position: absolute;

    right: 2dvw;
    top: 25%;

    z-index: 100;
    color: #fff;
}



/* summary */

.global-nav summary {
    list-style: none;

    cursor: pointer;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .15em;

    text-align: right;
}

.global-nav summary::-webkit-details-marker {
    display: none;
}


/* MENU */

.global-nav summary::before {
    content: "";

    display: inline-block;

    width: 25px;
    height: 1px;

    margin-right: 10px;

    vertical-align: middle;

    background: #fff;
}


/* Navigation contents */

.nav-inner {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    text-align: left;
    position: absolute;
    right: 0;
    width: auto;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, .0);
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: opacity .4s ease, transform .4s ease, max-height .4s ease;
}

.nav-inner > div {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.nav-inner a {
    padding: 7px 0;

    font-size: clamp(0.7rem, 1.3vw, 1.2rem);
    font-weight: 700;
    letter-spacing: .15em;
    
    white-space: nowrap;

    transition: opacity .3s ease;
}

.nav-inner > div a::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/medal-icon.svg) no-repeat;
    background-size: contain;
}

.nav-inner a:hover {
    opacity: .5;
}


/* details OPEN */

.global-nav details[open] .nav-inner {
    opacity: 1;

    transform: translateY(0);

    pointer-events: auto;

    max-height: 310px;
}


/* ========================================
   MAIN
======================================== */

.main {
    width: 430px;
    max-width: calc(100% - 360px);
    height: 100%;

    margin: 0 27dvw 0 auto;

    overflow-y: auto;
    overflow-x: hidden;

    /*overscroll-behavior: contain;*/

    /*scrollbar-width: thin;*/
    background: #fff;
}


/* ========================================
   MOBILE
   800px以下
======================================== */

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

    .main {
        width: 100%;
        max-width: none;
        height: auto;

        margin: 0;

        overflow: visible;
    }

}


/* ========================================
   MAIN VISUAL
======================================== */

.main-visual {
    position: relative;

    width: 100%;

    display: block;

}


/* Dummy Image */

.main-image {
    width: 100%;
}

.main-image img {
    width: 100%;
    height: auto;
}



/* Main Copy */

.main-copy {
    position: absolute;

    width: 76%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);

    z-index: 2;

    opacity: 0;

    animation: blfade 1.0s 1 forwards ;
}

@keyframes blfade {
    100% {
        opacity: 1;
        top: 10%;
    }
}

.main-copy img {
    width: 100%;
    height: auto;
}

.main-catch {
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translateX(-50%);
}



/* ========================================
   CONTENT SECTION
======================================== */

.main-contents {
    margin-top: -7px;
    /*background: linear-gradient(180deg, #64301c 0, #321a10 5%);*/
}



.content-section {
    min-height: 80vh;

    display: flex;
    align-items: center;
}

.section-inner {
    width: min(1000px, 80%);

    margin: auto;
}


/* Section 01 */

.section01 {
    background: unset;
}


/* Section 02 */

.section02 {
    background: #fff5e2;
}


/* Section number */

.section-number {
    margin: 0 0 25px;

    font-size: 12px;
    letter-spacing: .2em;

    color: #aaa;
}


/* Heading */

.content-section h2 {
    margin: 0;

    font-size: clamp(40px, 6vw, 80px);

    line-height: .9;
    letter-spacing: -.04em;

    color: #eee;
}

.section02.content-section h2 {
    color: #222;
}


/* Text */

.section-text {
    width: min(500px, 100%);

    margin: 45px 0 0;

    font-size: 14px;
    line-height: 2.2;

    color: #eee;
}

.section02 .section-text {
    color: #222;
}



/* ========================================
   FOOTER
======================================== */

.footer {
    min-height: unset;

    display: flex;
    align-items: center;

    background: #fff5e2;
    color: #492A1C;
}

.footer-inner {
    width: 100%;

    margin: auto;
}

.footer-logo {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-nav {
    display: flex;
    gap: 30px;

    margin-top: 25px;
}

.footer-nav a {
    font-size: 11px;
    letter-spacing: .15em;
}

.copyright {
    margin: 40px 0 0;

    color: #fff5e2;
    text-align: center;

    font-size: 11px;
    letter-spacing: .1em;
    background-color: #492A1C;
    padding: 3px;
}


/* ========================================
   PC
   801px以上
======================================== */

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

    .header {
        width: 70px;
        height: 100dvh;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 19px;
        background: url(../image/headerbg.jpg);
    }

    .header-sns {
        flex-direction: column;
    }

    .header-logo {
        margin-left: 70px;
    }

    .global-nav {
        position: fixed;
        bottom: 0;
        top: unset;

        transform: translateY(-335px); /*add0902*/
    }

    .global-nav details[open] .nav-inner {
        height: 273px;
    }

    .global-nav summary {
        pointer-events: none;
        width: 90px;
        position: absolute;
        right: 10dvw;
        top: -1rem;
    }

}

/* ========================================
   MOBILE
   800px以下
======================================== */

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

    /* ------------------------------------
       PAGE
    ------------------------------------ */

    .page {
        height: auto;
        min-height: 100vh;

        padding: 0;

        overflow: visible;
    }


    /* ------------------------------------
       HEADER
    ------------------------------------ */

    .header {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }


    /* ------------------------------------
       HEADER LOGO
    ------------------------------------ */

    .header-logo {
        width: auto;
        height: auto;
        padding: 0 10px;
    }

    .header-logo a {
        width: 100%;
    }

    .header-logo a img {
        width: 100%;
        height: auto;
    }


    /* ------------------------------------
       BRAND LOGO
    ------------------------------------ */

    .brand-logo {
        position: static;

        width: 100%;

        padding: 25px 20px;

        transform: none;

        border-bottom: 1px solid #ddd;

        display: none;
    }

    .brand-logo a {
        flex-direction: row;
        align-items: baseline;
    }

    .brand-logo span {
        font-size: 10px;
    }

    .brand-logo strong {
        margin: 0 0 0 10px;

        font-size: 25px;
    }


    /* ------------------------------------
       NAVIGATION
    ------------------------------------ */

    .global-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 100px;
        transition: 0.4s;
    }
    .global-nav:has([open]) {
        width: 100%;
    }

    .global-nav summary {
        position: relative;
        width: 100px;
        padding: 20px 40px 20px 20px;
        text-align: right;
        margin-left: auto;
        background: rgba(45,90,50,0.95);

        height: 100%;
    }

    .global-nav summary::before {
        display: none;
    }

    .global-nav summary::after {
        content: "+";

        position: absolute;

        right: 20px;

        font-size: 18px;
        font-weight: 400;
        top: 50%;
        transform: translateY(-50%);
    }

    .global-nav details[open] summary {
        width: 100%;
    }

    .global-nav details[open] summary::after {
        content: "−";
    }

    .nav-inner {
        margin: 0;

        border-bottom: 1px solid #ddd;

        text-align: right;
        background: rgba(255,255,255,0.95);
        width: 100%;
        align-items: flex-end;
    }

    .nav-inner a {
        display: inline-block;

        padding: 15px 20px;

        color: #333;

        position: relative;

        font-size: 15px;
    }

    .nav-inner > div a::before {
        top: 50%;
        left: -15px;
        transform: translateY(-50%);
    }

    .nav-inner > div {
        margin-bottom: 0;
        width: 250px;
        text-align: left;
    }

    .nav-inner > div + div {
        border-top: 1px dotted #eee;
    }


    /* ------------------------------------
       SNS
    ------------------------------------ */

    .header-sns {
        width: auto;
        padding: 12px 20px;
        gap: 10px;
        margin-right: 100px;
    }


    /* ------------------------------------
       MAIN
    ------------------------------------ */

    .main {
        width: 100%;
        height: auto;

        overflow: visible;
    }


    /* ------------------------------------
       MAIN VISUAL
    ------------------------------------ */

    .main-visual {
        min-height: auto;

        display: block;

    }

    .main-image {
        width: 100%;
    }


    .main-copy h1 {
        font-size: 52px;
    }


    /* ------------------------------------
       CONTENT
    ------------------------------------ */

    .content-section {
        min-height: 70vh;

        padding: 80px 0;
    }

    .section-inner {
        width: calc(100% - 40px);
    }

    .content-section h2 {
        font-size: 52px;
    }

    .section-text {
        margin-top: 35px;

        font-size: 13px;
        line-height: 2;
    }


    /* ------------------------------------
       FOOTER
    ------------------------------------ */

    .footer-inner {
        width: calc(100%);
        padding: 0 0;
    }

}


/* ========================================
   EX.set
   etc...
======================================== */

@media screen and (max-width: 1500px) {
    .main {
        margin: 0 25dvw 0 auto;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1500px) {
    .brand-logo {
        width: 24dvw;
        left: calc(4dvw + 70px);
    }
}

@media screen and (min-width: 801px) and (max-width: 1080px) {
    .brand-logo {
        width: 18dvw;
        left: calc(3dvw + 70px);
    }
}


@media screen and (min-width: 801px) and (max-width: 1080px) {
    .header {
        justify-content: flex-end;
    }
    .header-logo {
        position: fixed;
        top: 1rem;
        right: 1dvw;
        width: 20dvw;
    }
    .header-logo img {
        width: 100%;
        height: auto;
    }

    .brand-logo {
        top: 105px;
        right: 0;
        left: unset;
    }

}


/* ------------------------------------
   FOR WEBCHANGER
------------------------------------ */


/* edit */

.wcedit_30009C412502 .page {
    height: auto !important;
}
.wcedit_30009C412502 .page .main {
    position: relative;
    width: 430px;
    max-width: 430px;
    margin-left: 500px;
}

.wcselect_30009C412502 .page,
.wcarea_30009C412502 .page   {
    height: auto !important;
}

.wcedit_30009C412502 .header {
    height: 100%;
}

.wcedit_30009C412502 .brand-logo {
    left: 90px;
    width: 200px;
}

.wcedit_30009C412502 .global-nav {
    right: 20px;
}

.wcedit_30009C412502 .main > section {
    width: 430px;
    margin-left: 30%;
    padding: 0 10px;
    background: #fff;
}

.wcedit_30009C412502 .main > .main-contents {
    width: 430px;
    margin-left: 30%;
}

.wcedit_30009C412502 .main > .main-contents > section {
    width: 430px;
    padding: 30px 10px;
}

.wcedit_30009C412502 .main > footer {
    width: 430px;
    margin-left: 30%;
    padding: 0 10px;
}

.wcedit_30009C412502 .section02-image::after {
    content: none;
}


/* select */

.wcselect_30009C412502 .page {
    height: auto !important;
}


/* area */

.wcarea_30009C412502 .page   {
    height: auto !important;
}


    /* preset */
img[src*="analytics.global-websystem.net"] {
    display: none;
}    



/* ------------------------------------
   FOR IE
------------------------------------ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.page {
    height: auto !important;
}
.page .main {
    position: relative;
    width: 430px;
    max-width: 430px;
    margin-left: 500px;
}

.header {
    height: 100%;
}

.brand-logo {
    left: 90px;
    width: 200px;
}

.global-nav {
    right: 20px;
}

.main > section {
    width: 430px;
    margin-left: 30%;
    background: #fff;
}

.main > .main-contents {
    width: 430px;
    margin-left: 30%;
}

.main > .main-contents > section {
    width: 430px;
    padding: 30px 10px;
}

.main > footer {
    width: 430px;
    margin-left: 30%;
    padding: 0 10px;
}

}


/* ------------------------------------------------------------------------------------------------------------
   FOR KISSATENNOAJI
------------------------------------------------------------------------------------------------------------ */


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

}

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

}



/* ========================================
   MAIN CONTENTS
======================================== */

.main-contents {
    width: 100%;
}


/* ========================================
   COMMON SECTION
======================================== */

.contents-section {
    width: 100%;

    background: transparent;
}


/* ========================================
   COMMON HEADING
======================================== */

.section-heading {
    width: 100%;

    padding: 80px 30px 80px;

    text-align: center;

    color: #fff;
}

.section-heading h2 {
    margin: 0;

    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: .08em;
}

.section-heading p {
    margin: 40px 0 30px;

    font-size: clamp(1.1rem, 4.5vw, 1.2rem);
    line-height: 2.0;
}


/* ========================================
   IMAGE HEADING
======================================== */

.section-image-heading {
    width: 100%;

    padding: 70px 30px 40px;

    text-align: center;
}

.section-image-heading h2 {
    margin: 0;
}

.section-image-heading h2 img {
    display: inline-block;

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


/* ========================================
   #01
======================================== */

.section01 {
    background: linear-gradient(180deg, #64301c 0, #321a10 5%, #321a10 98.5%, #fff5e2 100%);
}


/* Content Block */

.section01-block {
    width: calc(100% - 40px);

    margin: 0 auto;

    padding: 40px 20px;

    background-image: url("../image/headerbg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 5px;
}

.section01-block h3 {
    margin: 0 0 35px;

    color: #333;

    width: 100%;
    aspect-ratio: 3 / 1;

    background-image: url("../image/ttlbg01.svg");
    background-repeat: no-repeat;
    background-size: cover;

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

    font-size: clamp(0.95rem, 4.00vw, 1.10rem);
    color: #321a10;
    font-weight: 700;
    line-height: 1.4;

    text-align: center;
    letter-spacing: .08em;
}


/* Items */

.section01-items {
    display: flex;
    flex-direction: column;

    gap: 50px;
}

.section01-item {
    width: 100%;

    background: rgba(255, 255, 255, .0);
}


/* Top Image */

.item-image-top {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.item-image-top img {
    display: block;

    width: 100%;
    height: auto;
}

.item-image-top .s01pname {
    position: absolute;
    right: 10px;
    top: 20px;
    writing-mode: vertical-rl;
    color: #fff5e2;
    font-size: 0.85rem;
    font-family: "Notable", sans-serif;
    letter-spacing: 2px;
    margin: 0;
}


/* Bottom Flex */

.item-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.item-image {
    width: 42%;
}

.item-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 100%;
}

.item-text {
    width: 53%;

    padding: 10px;
}

.item-text h4 {
    margin: 0 0 15px;

    font-size: 16px;
    line-height: 1.4;
}

.item-text p {
    margin: 0;

    font-size: clamp(11px, 3vw, 15px);
    font-weight: 600;
    line-height: 1.8;
}


/* Button */

.section-button {
    padding: 25px 20px 100px;

    text-align: center;
}

.section-button a {
    display: inline-block;
}

.section-button img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
    transition: 0.4s;
}

.section-button img:hover {
    opacity: 0.7;
}


/* ========================================
   #02
======================================== */

.section02 {
    background: #fff5e2;
}

.section02 .section-image-heading {
    padding: 70px 30px 0;
}


.section02 h2 {
    margin: 0 0;

    color: #333;

    width: 100%;
    aspect-ratio: 3 / 1;

    background-image: url("../image/ttlbg02.svg");
    background-repeat: no-repeat;
    background-size: cover;

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

    font-size: clamp(0.95rem, 4.00vw, 1.15rem);
    color: #fff5e2;
    font-weight: 500;
    line-height: 1.4;

    text-align: center;
    letter-spacing: .08em;
}

.section02-item {
    width: calc(100% - 40px);

    margin: 0 auto;

    padding: 30px 20px;

    text-align: center;

    color: #492a1c;
}

.section02-item:last-child {
    padding-bottom: 80px;
}

.section02-item h3 {
    position: relative;

    display: inline-block;

    margin: 0 0 20px;
    padding: 0 0 10px;

    font-size: 20px;
    line-height: 1.4;

}

.section02-item h3::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #492A1C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section02-item p {
    margin: 0 0 25px;

    font-size: 0.9rem;
    line-height: 1.9;

    text-align: center;

    font-weight: 700;
}

.section02-item p.fsc01 {
    font-size: 0.9rem;
}


.section02-item .llcap {
    text-align: right;
}

.section02-item p.mukincap {
    margin: 5px auto;
    font-size: 0.9rem;
}


/* Image */

.section02-image {
    width: 100%;

    text-align: center;

    border: 3px solid #492A1C;
    padding: 1rem;
    border-radius: 10px;
    position: relative;
}

.section02-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    outline: 2px solid #492A1C;
    outline-offset: -4px;
    border-radius: 8px;
}

.section02-image.nbimg {
    border: none;
    padding: 0 0;
}
.section02-image.nbimg::after {
    content: none;
}

.section02-image img {
    display: inline-block;

    width: 100%;
    height: auto;
}


/* Image only */

.section02-item.whyblock {
    border: 3px solid #492a1c;
    width: calc(100% - 80px);
    padding: 15px 10px;
    margin: 1rem auto 0;
    font-size: clamp(1.0rem, 4.0vw, 1.3rem);
    font-weight: 700;
}


/* ========================================
   #03
======================================== */

.section03 {
    background: #492A1C;

    text-align: center;

    color: #fff5e2;
}

.section03 .section-image-heading {
    padding-bottom: 0;
}

.section03 h2 {
    margin: 0 0;

    color: #333;

    width: 100%;
    aspect-ratio: 3 / 1;

    background-image: url("../image/ttlbg01.svg");
    background-repeat: no-repeat;
    background-size: cover;

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

    font-size: clamp(0.95rem, 4.80vw, 1.30rem);
    color: #492A1C;
    font-weight: 600;
    line-height: 1.4;

    text-align: center;
    letter-spacing: .08em;
}


/* Text */

.section03-text {
    width: calc(100% - 20px);

    margin: 0 auto;

    padding: 20px;

    text-align: center;
}

.section03-text p {
    margin: 0;

    font-size: clamp(0.73rem, 3.3vw, 0.9rem);
    line-height: 2;
}


/* Images */

.section03-image {
    position: relative;

    width: 100%;

    margin: 0 auto;

    padding: 20px;
}

.section03-image > img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 auto;
}

.section03-image.pdr01 {
    background: #fff5e2;
    border-radius: 10px;
    width: 70%;
}

.section03-image.pdr03 {
    background: #fff5e2;
    border-radius: 10px;
    width: 86%;
}

.section03-image.pdr01 > img {
    width: 100%;
}

p.batxt01 {
    color: #492a1c;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
}

.section03-image.pdr03 > img {
    width: auto;
}

p.batxt02 {
    color: #492a1c;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    top: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.section03-image.pdr02 {
    padding: 0;
    margin: 0 auto 0;
}
.section03-image.pdr02 > img {
    width: 20px;
    margin: 0 auto;
}

.section03-image.pdr04 {
    text-align: center;
}
.section03-image.pdr04 > img {
    width: 60%;

}

.section03-image.pdr05 {
    padding: 0;
    margin: 30px auto 25px;
}
.section03-image.pdr05 > img {
    width: 20px;
    margin: -30px auto;
}

.section03-image.section03-image-position {
    text-align: center;
}
.section03-image.section03-image-position img {
    width: 75%;
}



/* ========================================
   #03 SUB HEADING
======================================== */

.section03-subheading {
    width: calc(100% - 40px);

    margin: 40px auto;

    text-align: center;
}

.section03-subheading h3 {
    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0 35px;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}


/* Left line */

.section03-subheading h3::before {
    content: "";

    position: absolute;

    left: 0;
    top: 75%;

    width: 20px;
    height: 1px;

    background: currentColor;

    transform: rotate(45deg);
    transform-origin: right center;
}


/* Right line */

.section03-subheading h3::after {
    content: "";

    position: absolute;

    right: 0;
    top: 75%;

    width: 20px;
    height: 1px;

    background: currentColor;

    transform: rotate(-45deg);
    transform-origin: left center;
}


/* ========================================
   #03 POSITION IMAGE
======================================== */

.section03-image-position {
    position: relative;
}


/* Additional Image */

.section03-image-add {
    position: absolute !important;

    top: -25px;
    left: 40px;

    width: 45px !important;

    height: auto !important;

    margin: 0 !important;

    z-index: 2;
}


/* Last Text */

.section03-text-last {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}

.section03-text-last p {
    font-size: clamp(0.73rem, 3.6vw, 1.0rem);
}


/* ========================================
   #04
======================================== */

.section04 {
    background: transparent;

    padding-bottom: 80px;
}

.section04 h2 {
    margin: 0 0;

    color: #333;

    width: 100%;
    aspect-ratio: 3 / 1;

    background-image: url("../image/ttlbg04.svg");
    background-repeat: no-repeat;
    background-size: cover;

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

    font-size: clamp(0.95rem, 5.00vw, 1.30rem);
    color: #492A1C;
    font-weight: 700;
    line-height: 1.4;

    text-align: center;
    letter-spacing: .08em;
}

/* 2 × 2 Grid */

.section04-grid {
    width: calc(100% - 40px);

    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;

    gap: 20px;
}

.section04-image {
    width: calc(50% - 10px);
}

.section04-image img {
    display: block;

    width: 100%;
    height: auto;
}


/* ========================================
   RESPONSIVE
======================================== */

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

    .main-contents {
        width: 100%;
    }

    .section-heading {
        padding: 60px 20px 80px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .section01-block {
        width: calc(100% - 30px);

        padding: 30px 15px;
    }

    .section01-block h3 {

    }

    .item-flex {
        flex-direction: row;
    }

    .item-image {
        width: 42%;
    }
    .item-text {
        width: 53%;
    }

    .item-text {
        padding: 15px 4vw;
    }

    .item-text h4 {
        font-size: 14px;
    }

    .item-text p {
    }

    .section02-item {
        width: calc(100% - 30px);

        padding: 30px 10px;
    }

    .section02-item p,
    .section02-item p.fsc01 {
        font-size: clamp(0.8rem, 3.4vw, 1.2rem);
    }

    .section02-item.whyblock {
        width: calc(100% - 50px);
    }

    .section03-image {
        padding: 15px;
    }

    .section03-image-add {
        left: 10vw;
    }

    p.batxt01 {
        font-size: 1.0rem;
    }
    
    p.batxt02 {
        font-size: 1.0rem;
    }

    .section04-grid {
        width: calc(100% - 30px);

        gap: 15px;
    }

    .section04-image {
        width: calc(50% - 7.5px);
    }

}

