@charset "utf-8";

/* ==========================================================================
   リセット & 共通基本設定
   ========================================================================== */
a,
mark {
    background-color: transparent;
}

blockquote [align=center],
blockquote th {
    text-align: center;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

a img,
fieldset,
img,
table,
td,
th {
    border: none;
}


body {
    background: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    color: #333333;
    font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
    -webkit-font-feature-settings: "pkna" 1;
    font-feature-settings: "pkna" 1;
    line-height: 1.5;
    font-size: clamp(10px, 4.8vw, 18px);
}

@media screen and (min-width: 750px) {
    body {
        font-size: 18px;
    }
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

button,
input,
textarea {
    margin: 0;
    outline: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[type=search],
input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]:focus {
    outline-offset: -2px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

hr,
legend {
    display: none;
}

a {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    vertical-align: top;
    width: 100%;
    height: auto;
    transform: translateZ(0);
}

/* Mobile default: width 100% */
ol,
ul {
    list-style-type: none;
}

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

td,
th {
    text-align: left;
}

del,
s {
    text-decoration: line-through;
}

blockquote [align=right] {
    text-align: right;
}

blockquote table {
    border-spacing: 1px;
}

blockquote th {
    font-weight: bold;
}

blockquote td,
blockquote th {
    padding: 8px;
}

main {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.js-viewAnamate {
    transform: translate(0, 100px);
    opacity: 0;
}

.js-viewAnamateAction {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
::before,
::after {
    box-sizing: border-box;
}


/* Layout & Typography */
#frame {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    min-height: 100vh;
}

a {
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

.scrollLock {
    overflow: hidden;
}

/* Visibility Helpers (Mobile Default) */
.tbBr {
    display: none;
}

/* Tablet break hidden usually */
.pcBr,
.pcImg,
.pcShow {
    display: none !important;
}

.spShow {
    display: block !important;
}

@media screen and (min-width: 750px) {
    .spShow {
        display: none !important;
    }

    .pcShow {
        display: block !important;
    }
}

/* Main Layout */
.headerArea+main {

    margin-top: 22vw;
}

.secInner {
    width: auto;
    padding: 40px 16px;
    margin: 0 auto;
    box-sizing: content-box;
}

.secHd {
    margin-bottom: 10%;
    line-height: 1.4;
    text-align: center;

    font-size: clamp(10px, 7vw, 40px);
}

.secSubHd {
    line-height: 1.4;
    text-align: center;
    font-weight: bold;

    margin-bottom: 4px;
    font-size: 14px;
}

.leadTxt {
    margin-top: 5%;
    text-align: center;
}


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

    /* Layout */
    #frame {
        min-width: 1064px;
        margin: auto;
    }

    /* Main Layout */
    .headerArea+main {
        margin-top: 100px;
    }

    .secInner {
        width: 1000px;
        padding: 80px 32px;
        margin: 0 auto;
        box-sizing: content-box;
    }

    .secHd {
        margin-bottom: 60px;
        font-size: 36px;
    }

    .secSubHd {
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .leadTxt {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        text-align: left;
        font-size: 20px;
        line-height: 1.8;
    }

    .pcInner {
        margin: auto;
        width: 800px;
    }
}

/* Typography Helpers */
.emphasisTxt {
    font-weight: bold;
}

.underlineTxt {
    text-decoration: underline;
}

.subColorTxt {
    color: #b770dd;
}

.accentColorTxt {
    color: #fff007;
}

.mainColorTxt {
    color: #7dbe50;
}

.underLine {
    background: linear-gradient(to top, #d1eeb8 0% 30%, rgba(255, 216, 68, 0) 30% 30%);
}


/* Buttons */
.formTransitionBtn {
    background: linear-gradient(to bottom, #e0b5f0 0%, #b46adc 100%);
    color: #ffffff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

.formTransitionBtn:disabled {
    border-color: #c0c0c0;
    background: #cccccc;
    color: #eeeeee;
    transition: none;
    cursor: default !important;
}

.formTransitionBtn,
.formTransitionBtn::before,
.formTransitionBtn::after {
    transition: all 0.3s ease;
}

a.formTransitionSeconaryBtn {
    border: 2px solid #ca8ce7;
    background: #ffffff;
    color: #ca8ce7;
}

.formTransitionSeconaryBtn,
.formTransitionSeconaryBtn::before,
.formTransitionSeconaryBtn::after {
    transition: all 0.3s ease;
}

a.formTransitionSeconaryBtn::before {
    border-color: #ca8ce7;
}

.pageTop {
    display: none;
    /* Initially none, logic controlled usually by JS, but visually hidden on mobile per request */
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background: #7fd04d;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    /* Mobile default */
}

.pageTop::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    margin-top: -4px;
    width: 12px;
    height: 12px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
}

/* CV Area */
.cvArea {
    position: relative;
    background: url(../image/bg_cta.png) no-repeat;
    background-size: cover;
}

.cvArea .secInner {
    padding-top: 12%;
    padding-bottom: 12%;
}

.cvContentsWrap {
    position: relative;
    margin-top: 4%;
    width: auto;
    min-width: auto;
    border: 2px solid #7fd04d;
    padding: 4% 4%;
    background: rgba(255, 255, 255, 0.85);
}

.cvBtn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 16px;
    font-weight: bold;
    text-decoration: none;
    height: auto;
    padding: 4% 0;
    font-size: clamp(10px, 4.8vw, 24px);
}

.cvBtn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.5%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;

    z-index: 1;
}

.cvBtn.formTransitionBtn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7.5%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-right: 2px solid rgba(0, 0, 0, 0.3);
    transform: rotate(45deg) translate(1px, 1px);
    /* 影の位置をずらす */
    box-sizing: border-box;
    z-index: 0;
}

.cvBtnTxt {
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    background: #7fd04d;
    border-radius: 1000px;
    padding: 2px 0;
    text-align: center;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(10px, 4vw, 20px);
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
}

.cvBtnTxt .largeTxt {
    font-size: 1.3em;
}

@media screen and (min-width: 750px) {
    .cvArea {
        background: url(../image/bg_cta_pc.png) no-repeat;
        background-size: cover;
    }

    .cvArea .secInner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cvArea .secInner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 100%;
        background: url(../image/bg_cta_center_pc.png) no-repeat;
    }

    .cvContentsWrap {
        position: relative;
        z-index: 1;
        margin: auto;
        width: 800px;
        min-width: auto;
        padding: 30px 60px;
    }

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

    .cvBtn {
        margin: 0;
        width: 320px;
        height: 65px;
        font-size: 18px;
    }

    .cvBtnTel {
        width: 320px;
        height: auto;
    }

    .cvBtn::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7.5%;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        box-sizing: border-box;

        z-index: 1;
    }

    .cvBtn.formTransitionBtn::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7.5%;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid rgba(0, 0, 0, 0.3);
        border-right: 2px solid rgba(0, 0, 0, 0.3);
        transform: rotate(45deg) translate(1px, 1px);
        /* 影の位置をずらす */
        box-sizing: border-box;
        z-index: 0;
    }

    .cvBtnTxt {
        top: -20px;
        width: 320px;
        padding: 2px 0;
        font-size: 16px;
    }

    .cvBtnTxt .largeTxt {
        font-size: 1.3em;
    }
}

/* 下固定ボタン */
.fiexdNav {
    position: fixed;
    bottom: 0;
    bottom: -14%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    transition: all 0.3s ease;
}

.fiexdNav.active {
    bottom: 0;
}

.fiexdNavnNote {
    background: #7fd04d;
    padding: 2px 0;
    text-align: center;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(10px, 4vw, 20px);
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
}

.fiexdNavnNote .largeTxt {
    font-size: 1.3em;
}

.fiexdNavContents {
    display: flex;
    justify-content: space-between;
    padding-block: 2.5%;
    padding-inline: 4%;
}

.fiexdNavBtn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 42%;
    text-decoration: none;

    height: auto;
    padding: 2% 0;
    font-size: 3.5vw;
}

.fiexdNavBtn::before,
.fiexdNavBtn::after {
    display: none;
}

.fiexdNav .fiexdNavMenu {
    flex-shrink: 0;
    width: 11%;
    background-color: #7fd04d;
    color: #fff;
    border-radius: 100%;
    margin-right: 1%;
    cursor: pointer;
    position: relative;
    --menu-h: 50%;
}

.fiexdNav .fiexdNavMenu::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.fiexdNav .fiexdNavMenu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 2px;
    background: #ffffff;
    width: 50%;
}

.fiexdNav .fiexdNavMenu span:nth-of-type(1) {
    top: calc(var(--menu-h) - 18%);
}

.fiexdNav .fiexdNavMenu span:nth-of-type(2) {
    top: var(--menu-h);
}

.fiexdNav .fiexdNavMenu span:nth-of-type(3) {
    top: calc(var(--menu-h) + 18%);
}

.fiexdNav .fiexdNavMenu.active span:nth-of-type(1) {
    top: 35%;
    left: 22.5%;
    transform: translateY(1.5vw) rotate(-45deg);
    width: 55%;
}

.fiexdNav .fiexdNavMenu.active span:nth-of-type(2) {
    opacity: 0;
}

.fiexdNav .fiexdNavMenu.active span:nth-of-type(3) {
    top: 66%;
    left: 22.5%;
    transform: translateY(-1.5vw) rotate(45deg);
    width: 55%;
}

.drawerMenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    padding-bottom: 24%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: scroll;
    transform: translateY(100vh);
    transition: all 0.4s ease;
    visibility: hidden;
}

.drawerMenu.active {
    visibility: visible;
    transform: translateY(0);
}

.drawerMenuLogo {
    display: block;
    margin-bottom: 6%;
    width: 50%;
}

.drawerMenu ul {
    text-align: center;
}

.drawerMenu ul li {
    margin-top: 11%;
}

.drawerMenu ul a {
    font-size: clamp(10px, 4.5vw, 18px);
    color: #333333;
    transition: all 0.3s ease;
    text-decoration: none;
}

.drawerMenu ul a:hover {
    opacity: 0.7;
}

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

    /* 下固定ボタン */
    .fiexdNav {
        position: fixed;
        bottom: 0;
        bottom: -145px;
        left: 0;
        width: 100%;
    }

    .fiexdNav.active {
        bottom: 0;
    }

    .fiexdNavnNote {
        padding: 2px 0;
        font-size: 18px;
    }

    .fiexdNavnNote .largeTxt {
        font-size: 1.3em;
    }

    .fiexdNavContents {
        align-items: center;
        margin: auto;
        width: 800px;
        padding-block: 12px;
        padding-inline: 20px;
    }

    .fiexdNavTel {
        width: 300px;
    }

    .fiexdNavBtn {
        display: flex;
        width: 320px;
        height: 64px;
        padding: 0;
        font-size: 20px;
    }

    .fiexdNav .fiexdNavMenu {
        flex-shrink: 0;
        transform: scale(0.8);
        transform-origin: center;
        margin-left: 0;
        margin-right: 0;
        cursor: pointer;
        position: relative;
        --menu-h: 50%;
    }

    .fiexdNav .fiexdNavMenu span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 25%;
        height: 2px;
        background: #ffffff;
        width: 50%;
    }

    .fiexdNav .fiexdNavMenu span:nth-of-type(1) {
        top: calc(var(--menu-h) - 18%);
    }

    .fiexdNav .fiexdNavMenu span:nth-of-type(2) {
        top: var(--menu-h);
    }

    .fiexdNav .fiexdNavMenu span:nth-of-type(3) {
        top: calc(var(--menu-h) + 18%);
    }

    .fiexdNav .fiexdNavMenu.active span:nth-of-type(1) {
        top: 42px;
        left: 17px;
        transform: translateY(0px) rotate(-45deg);
        width: 50px;
    }

    .fiexdNav .fiexdNavMenu.active span:nth-of-type(2) {
        opacity: 0;
    }

    .fiexdNav .fiexdNavMenu.active span:nth-of-type(3) {
        top: 42px;
        left: 17px;
        transform: translateY(0px) rotate(45deg);
        width: 50px;
    }

    .drawerMenu {
        padding-bottom: 145px;
        transform: translateY(100vh);
    }

    .drawerMenuLogo {
        margin-bottom: 20px;
        width: 160px;
    }

    .drawerMenu ul li {
        margin-top: 15px;
    }

    .drawerMenu ul a {
        font-size: 15px;
    }
}


/* ------------------------------------------------
headerArea
------------------------------------------------    */
.headerArea {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;

    height: 22vw;
    transition: all 0.3s ease;
}

.headerArea.active {
    height: 12vw;
}

.headerArea .secInner {
    padding: 0;
    position: relative;
    z-index: 1;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.headerLogo {
    width: 60%;
    margin: auto;
    transition: all 0.3s ease;
}

.headerArea.active .headerLogo {
    width: 35%;
}


@media screen and (min-width: 750px) {
    .headerArea {
        height: 100px
    }

    .headerArea.active {
        height: 60px;
    }

    .headerLogo {
        width: 20%;
    }

    .headerArea.active .headerLogo {
        width: 10%;
    }


}

/* ------------------------------------------------
footerArea
------------------------------------------------    */
.footerArea {
    margin-top: auto;
}

.footerArea.active {
    padding-bottom: 17%;
}

.footerArea .secInner {
    text-align: center;
    padding: 0;
}

.footerArea.active .secInner {
    padding: 24px 0;
}

.footerLogo {
    margin: auto;
    width: 55%;
}

.footerInfoNote {
    margin-top: 7.5%;
    font-size: clamp(10px, 3.75vw, 14px);
}

.footerInfoTel {
    margin-top: 0;
    font-size: clamp(10px, 7.5vw, 50px);
}

.footerInfoTel a {
    display: table;
    margin: auto;
    text-decoration: none;
}

.footerInfoTelInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerInfoTelIcon {
    margin-right: 2%;
    width: 9%;
}

.footerAreaNav {
    margin-top: 7.5%;
    font-size: clamp(10px, 4.2vw, 20px);
}

.footerAreaCopyright {
    margin-top: 7.5%;
    padding: 5% 0;
    font-size: clamp(10px, 3.75vw, 14px);
    background: #fafafa;
}

@media screen and (min-width: 750px) {
    .footerArea {
        margin-top: auto;
    }

    .footerArea.active {
        padding-bottom: 250px;
    }

    .footerArea .secInner {
        text-align: center;
        padding: 0;
    }

    .footerArea.active .secInner {
        padding: 0;
    }

    .footerLogo {
        margin: auto;
        width: 260px;
    }

    .footerInfoNote {
        margin-top: 60px;
        font-size: 18px;
    }

    .footerInfoTel {
        margin-top: 0;
        font-size: 38px;
    }

    .footerInfoTel a {
        pointer-events: none;
    }

    .footerInfoTelInner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerInfoTelIcon {
        margin-right: 2%;
        width: 9%;
    }

    .footerAreaNav {
        margin-top: 7.5%;
        font-size: clamp(10px, 4.2vw, 20px);
    }

    .footerAreaCopyright {
        position: absolute;
        left: 0;
        margin-top: 40px;
        padding: 20px 0;
        font-size: 16px;
        width: 100%;
    }
}


/* Extra Mobile Specific Adjustments */
@media (max-width:320px) {
    .secHd {
        font-size: 18px;
    }
}


/* Tablet Specific (Legacy support inside Desktop query logic or separate) */
@media (max-width:1064px) and (min-width:750px) {
    .tbBr {
        display: block;
    }

}

@media (min-width:1065px) {
    .tbBr {
        display: none;
    }
}


/* ------------------------------------------------
headerArea
------------------------------------------------    */


/* ------------------------------------------------
mainVisualArea
------------------------------------------------    */
.mainVisualArea {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    z-index: 0;
    height: auto;
    background: url(../image/bg_fv.png) no-repeat;
    background-size: cover;
}

.mainVisualArea .secInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.mainVisualCatchcopy {
    margin: -16% auto 10%;
}

.mainVisualImg {
    margin: 0 -16px 0;
}

.mainVisualBottomImg {
    margin: 0 -16px 0;
    opacity: 0.8;
}

.greeting {
    margin-top: 8%;
}

.greetingBox {
    margin-top: 3%;
}

.greetingBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.greetingBlock:nth-of-type(even) {
    flex-direction: row-reverse;
}

.greetingBlockImg {
    position: relative;
    width: 40%;
    right: -10%;
    transform: scale(1.35);
    transform-origin: top;
    opacity: 0.8;
}

.greetingBlock:nth-of-type(even) .greetingBlockImg {
    right: auto;
    left: -10%;
}

.greetingBlockNote {
    margin-top: 3%;
    width: 60%;
}

.greetingMsg {
    margin: 12% -16px 0;
}

@media screen and (min-width: 750px) {
    .mainVisualArea {
        display: flex;
        position: relative;
        overflow: hidden;
        align-items: center;
        z-index: 0;
        height: auto;
        background: url(../image/bg_fv_pc.png) no-repeat;
        background-size: cover;
    }

    .mainVisualArea .secInner {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mainVisualCatchcopy {
        margin: 80px 0;
        width: 650px;
    }

    .mainVisualImg {
        position: absolute;
        top: 0;
        right: 0;
        width: 68%;
    }

    .mainVisualBottomImg {
        margin: -32px 0 0;
        opacity: 0.7;

    }

    .greeting {
        margin: 80px auto 0;
        width: 800px;
    }

    .greeting .secHd {
        margin-bottom: 60px;
    }

    .greetingBox {
        margin-top: 3%;
    }

    .greetingBlock {
        margin-top: 40px;
    }

    .greetingBlock:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .greetingBlockImg {
        position: relative;
        width: 180px;
        right: 0;
        transform: scale(1);
        opacity: 0.8;
    }

    .greetingBlock:nth-of-type(even) .greetingBlockImg {
        right: auto;
        left: auto;
    }

    .greetingBlockNote {
        margin-top: 0;
        width: 70%;
        font-size: 20px;
        line-height: 1.8;
    }

    .greetingMsg {
        margin: 0 24px 0;
    }
}

/* ------------------------------------------------
worryArea
------------------------------------------------    */
.worryArea {
    background: #f2f2f2;
}

.worryMainBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
}

.worryMainBlockImg {
    width: 33%;
}

.worryMainBlockNote {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60%;
    padding: 0 5%;
    background: #ffffff;
    font-size: clamp(10px, 4vw, 16px);
    line-height: 1.5;
}

.worryMainBlockNote::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #ffffff;
}

.worrySubBox {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.worrySubBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4%;
    width: 48%;
    padding: 5% 5%;
    background: #ffffff;
}

.worrySubBlockImg {
    width: 80%;
    margin: auto;
}

.worrySubBlockNote {
    flex-grow: 1;
    margin-top: 8%;
    font-size: clamp(10px, 4vw, 16px);
    line-height: 1.5;
}

.worryMsg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8%;
    padding: 5%;
    background: #f6f4e3;
}

.worryMsgNote {
    width: 65%;
    font-size: clamp(10px, 4.5vw, 18px);
    line-height: 1.5;
}

.worryMsgNote .largeTxt {
    font-size: 1.2em;
}

.worryMsgImg {
    width: 30%;
}

@media screen and (min-width: 750px) {
    .worryMainBlock {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

    .worryMainBox {
        margin: 0 auto;
        width: 800px;
    }

    .worryMainBlockImg {
        width: 200px;
    }

    .worryMainBlockNote {
        position: relative;
        width: 550px;
        padding: 40px;
        font-size: 22px;
        line-height: 1.6;
    }

    .worryMainBlockNote::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        width: 16px;
        height: 14px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        background: #ffffff;
    }

    .worrySubBox {
        margin-top: 40px;
    }

    .worrySubBlock {
        margin-top: 40px;
        width: 310px;
        padding: 40px 30px;
    }

    .worrySubBlockImg {
        width: 180px;
        margin: auto;
    }

    .worrySubBlockNote {
        margin-top: 16px;
        font-size: 18px;
    }

    .worryMsg {
        margin-top: 80px;
        padding: 40px;
    }

    .worryMsgNote {
        width: 650px;
        font-size: 20px;
        line-height: 1.5;
    }

    .worryMsgNote .largeTxt {
        font-size: 1.2em;
    }

    .worryMsgImg {
        width: 160px;
    }
}

/* ------------------------------------------------
aboutArea
------------------------------------------------    */
.aboutArea {
    background: #ffffff;
}

.aboutIntroductionMsg {
    margin-top: -3%;
    margin-left: -16px;
}

.aboutIntroductionNote {
    margin-top: 5%;
}

.aboutIntroductionNote .largeTxt {
    font-size: 1.15em;
}

.aboutEitherHd {
    margin-top: 10%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 6.5vw, 40px);
}

.aboutEitherHdSub {
    margin-top: 7.5%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 6vw, 36px);
}

.aboutEitherFlow {
    margin-top: 5%;
}

.aboutEitherFlowNote {
    margin-top: 5%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 5.5vw, 36px);
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

.aboutEitherHdSubArrow {
    position: relative;
    margin: 10% 0;
    z-index: 1;
}

.aboutEitherHdSubArrow::after {
    content: "";
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 70%;
    height: 150%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #fffccd;
}

.aboutMsg {
    margin: 12% -16px -40px;
}

@media screen and (min-width: 750px) {
    .aboutIntroductionMsg {
        margin-top: 0;
        margin-left: 0;
    }

    .aboutIntroductionNote {
        margin-top: 80px;
        font-size: 20px;
    }

    .aboutIntroductionNote .largeTxt {
        font-size: 1.35em;
    }

    .aboutEitherHd {
        margin-top: 80px;
        font-size: 32px;
    }

    .aboutEitherHdSub {
        margin-top: 40px;
        font-size: 30px;
    }

    .aboutEitherFlow {
        margin-top: 5%;
    }

    .aboutEitherFlowNote {
        margin-top: 80px;
        font-size: 32px;
    }

    .aboutEitherHdSubArrow {
        margin: 80px 0;
    }

    .aboutEitherHdSubArrow::after {
        top: -40px;
        left: 50%;
        width: 350px;
        height: 130px;
    }

    .aboutMsg {
        margin: 80px 160px 0;
    }
}

/* ------------------------------------------------
flowArea
------------------------------------------------    */
.flowArea.lazyloaded {
    background: url(../image/bg_flow.png) no-repeat;
    background-size: cover;
}

.flowHd {
    margin-top: 10%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 6.5vw, 40px);
}

.flowContent {
    margin-top: 7.5%;
}

.flowBox {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 750px) {
    .flowArea.lazyloaded {
        background: url(../image/bg_flow.png) no-repeat;
        background-size: cover;
    }

    .flowHd {
        margin-top: 80px;
        line-height: 1.4;
        text-align: left;
        font-size: 30px;
    }

    .flowHd span {
        position: relative;
    }

    .flowHd span::after {
        content: "";
        position: absolute;
        left: 109%;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background: #b770dd;
    }

    .flowContent {
        margin-top: 7.5%;
    }

    .flowBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 40px;
    }

    .flowBlock {
        width: 440px;
    }

}

/* ------------------------------------------------
caseArea
------------------------------------------------    */
.caserea {
    background: #ffffff;
}

.caseBlock {
    margin-top: 8%;
}

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

.caseBlockHdLabel {
    position: relative;
    width: 18%;
    border-radius: 50%;
    background: #7dbe50;
}

.caseBlockHdLabel::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.caseBlockHdLabelInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: clamp(8px, 4vw, 20px);
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
}

.caseBlockHdLabelInner .largeTxt {
    font-size: 1.3em;
}

.caseBlockHd {
    width: 78.5%;
    color: #7dbe50;
    font-size: clamp(10px, 5.2vw, 30px);
    white-space: nowrap;
}

.caseBlockImg {
    margin-top: 1%;
}

.caseBlockMain {
    transition: all 3.3s ease;
    height: 100%;
}

.caseBlockMain.js-hide {
    overflow: hidden;
    position: relative;
    height: 80vw;

}

.caseBlockMain.js-hide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.caseBlockMainHd {
    position: relative;
    margin-top: 5%;
    padding: 4% 4%;
    background: #e5f5d8;
    font-size: clamp(10px, 4.6vw, 28px);
    line-height: 1.4;
}

.caseBlockMainHd:first-of-type {
    margin-top: 1%;
}

.caseBlockMainHd::after {
    content: "";
    position: absolute;
    left: 9%;
    bottom: -4vw;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #e5f5d8;
    width: 5vw;
    height: 4vw;
}

.caseBlockMainTxt {
    margin-top: 5%;
    font-size: clamp(10px, 4.2vw, 20px);
    line-height: 1.7;
}

.caseBlockMainLast {
    overflow: hidden;
    margin-top: 6%;
    border: 2px solid #7fd04d;
    border-radius: 10px;
}

.caseBlockMainLastHd {
    position: relative;
    padding: 4% 4%;
    background: #e5f5d8;
    font-size: clamp(10px, 5.5vw, 32px);
    line-height: 1.2;
    color: #71a54c;
}

.caseBlockMainLastTxt {
    padding: 6% 4%;
    font-size: clamp(10px, 4.2vw, 20px);
}

.caseBlockMainWrapBtn {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    width: 75%;
    height: 14vw;
    border: 2px solid #7fd04d;
    border-radius: 10px;
    font-size: clamp(10px, 5.5vw, 32px);
    color: #7fd04d;
    cursor: pointer;
}

.js-hide+.caseBlockMainWrapBtn {
    display: flex;
}

.caseBlockMainWrapBtn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #7fd04d;
    border-right: 2px solid #7fd04d;
    transform: rotate(135deg);
    box-sizing: border-box;
    z-index: 1;
}

@media screen and (min-width: 750px) {
    .caseArea .secInner {
        width: 800px;
    }

    .caseBlock {
        margin-top: 80px;
    }

    .caseBlockHdLabel {
        width: 80px;
    }

    .caseBlockHdLabelInner {
        font-size: 19px;
    }

    .caseBlockHdLabelInner .largeTxt {
        font-size: 1.3em;
    }

    .caseBlockHd {
        width: 400px;
        font-size: 30px;
        margin-left: 20px;
    }

    .caseBlockImg {
        margin-top: auto;
        width: 240px;
    }

    .caseBlockMain.js-hide {
        height: 350px;
    }

    .caseBlockMainHd {
        margin-top: 40px;
        padding: 20px 40px;
        font-size: 24px;
    }

    .caseBlockMainHd:first-of-type {
        margin-top: 1%;
    }

    .caseBlockMainHd::after {
        left: 88px;
        bottom: -24px;
        width: 26px;
        height: 24px;
    }

    .caseBlockMainTxt {
        margin-top: 40px;
        font-size: 18px;
    }

    .caseBlockMainLast {
        margin-top: 40px;
    }

    .caseBlockMainLastHd {
        padding: 20px 40px;
        font-size: 24px;
    }

    .caseBlockMainLastTxt {
        padding: 20px 40px;
        font-size: 18px;
    }

    .caseBlockMainWrapBtn {
        width: 300px;
        height: 64px;
        font-size: 24px;
    }
}


/* ------------------------------------------------
companyArea
------------------------------------------------    */
.voiceArea {
    background: #fffff2;
}

.voiceBlock {
    margin-top: 5%;
}

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

.voiceBlockPersonImg {
    width: 18%;
}

.voiceBlockPersonNote {
    margin-left: 5%;
}

.voiceBlockNote {
    margin-top: 2%;
    padding: 4%;
    background: #ffffff;
}

.voiceBlockNoteHd {
    color: #7fd04d;
    font-size: clamp(10px, 5vw, 20px);
    line-height: 1.3;
}

.voiceBlockNoteTxt {
    margin-top: 2%;
}

@media screen and (min-width: 750px) {
    .voiceArea .secInner {
        width: 800px;
    }

    .voiceBlock {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .voiceBlockPerson {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voiceBlockPersonImg {
        width: 90px;
    }

    .voiceBlockPersonNote {
        margin-left: 0;
        margin-top: 5px;
        text-align: center;
        font-size: 16px;
    }

    .voiceBlockNote {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
        padding: 20px 40px;
        width: 670px;
    }

    .voiceBlockNote::after {
        content: "";
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
        clip-path: polygon(100% 0, 100% 100%, 0 50%);
        width: 25px;
        height: 20px;
        background: #ffffff;
    }

    .voiceBlockNoteHd {
        font-size: 18px;
    }

    .voiceBlockNoteTxt {
        margin-top: 10px;
    }

}


/* ------------------------------------------------
partnerArea
------------------------------------------------    */
.partnerArea {
    background: #ffffff;
}

.partnerNote {
    margin-top: 5%;
}

.partnerHd {
    margin-top: 10%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 6.5vw, 40px);
}

.partnerHdSub {
    margin-top: 7.5%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 6.5vw, 40px);
}

.partnerBox {
    margin-top: 5%
}

.partnerBlock {
    position: relative;
    margin-top: 5%;
    z-index: 1;
    padding: 0 7.5% 7.5%;
}

.partnerBlock::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 65%;
    top: 35%;
    left: 0;
    background: #f5f5f5;
    z-index: -1;
}

.partnerBlockImg {
    position: relative;
}

.partnerBlockDetailHd {
    margin-top: 6%;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(10px, 5.5vw, 30px);
}

.partnerBlockDetailSummary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin: 5% -7.5% 0;
}

.partnerBlockDetailSummaryItem {
    background: #7fd04d;
    padding: 1% 2%;
    color: #ffffff;
    font-size: clamp(10px, 4vw, 15px);
}

.partnerBlockDetailDetail {
    margin-top: 5%;
}

@media screen and (min-width: 750px) {
    .partnerArea .secInner {
        width: 800px
    }

    .partnerNote {
        margin-top: 40px;
    }

    .partnerHd {
        margin-top: 80px;
        font-size: 36px;
    }

    .partnerHdSub {
        margin-top: 80px;
        font-size: 32px;
    }

    .partnerBox {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }

    .partnerBlock {
        flex-direction: column;
        margin: 0;
        width: 340px;
        padding: 0;
        background: #f5f5f5;
    }

    .partnerBlock::after {
        display: none;
    }

    .partnerBlockImg {
        width: auto;
    }

    .partnerBlockDetail {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        padding: 30px 20px;
        background: #f5f5f5;
    }

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

    .partnerBlockDetailSummary {
        margin-top: 10px;
        font-size: 16px;
    }

    .partnerBlockDetailSummary {
        gap: 8px;
        margin: 20px 0 0;
    }

    .partnerBlockDetailSummaryItem {
        padding: 2px 8px;
        font-size: 14px;
    }

    .partnerBlockDetailDetail {
        margin-top: 20px;
        font-size: 16px;
    }
}

/* ------------------------------------------------
philosophyArea
------------------------------------------------    */
.philosophyArea.lazyloaded {
    background: url(../image/bg_philosophy.png) no-repeat;
    background-size: 99%;
    background-position-y: 22vw;
}

.philosophyNote {
    margin-top: 8%;
    font-size: clamp(8px, 4.9vw, 28px);
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}

@media screen and (min-width: 750px) {
    .philosophyArea.lazyloaded {
        background: url(../image/bg_philosophy_pc.png) no-repeat center center;
        background-size: 860px;
        background-position-y: 170px;
    }

    .philosophyNote {
        margin-top: 80px;
        font-size: 22px;
        line-height: 2.4;
    }
}

/* ------------------------------------------------
companyArea
------------------------------------------------    */
.companyArea {
    background: #ffffff;
}

.companyProfile {
    margin-top: 5%;
    font-size: clamp(10px, 4.2vw, 16px);
}

.companyProfileTerm {
    margin-top: 5%;
}

.companyProfileDescription {
    padding-bottom: 5%;
    border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 750px) {
    .companyArea .secInner {
        width: 600px;
    }

    .companyProfile {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        font-size: 20px;
    }

    .companyProfileTerm {
        margin-top: 0;
        padding: 20px 0;
        width: 140px;
        border-bottom: 1px solid #cccccc;
    }

    .companyProfileDescription {
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
        width: 460px;
    }
}