@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,
html {
    font-size: 15px;
}

body {
    background: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    color: #333333;
    font-family: "Klee One", cursive;
    font-weight: 400;
    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);
}

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;
}

/* ==========================================================================
   モバイルファースト (Base Styles)
   ========================================================================== */

/* 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;
}

.spShow {
    display: block;
}

/* 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;
}

.secLead {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
}

/* 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.8);
}

.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);
    line-height: 1.4;
    color: #ffffff;
}

.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);
    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: 10%;
    width: 50%;
}

.drawerMenu ul {
    text-align: center;
}

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

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

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


/* Header (Mobile Base) */
.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%;
}

.headerNav {
    /* モバイル設定 */
    width: 50%;
}

.headerNavBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* モバイル設定 */
    justify-content: end;
}

.headerNavBlock {
    /* モバイル設定 */
    margin-left: 4%;
    width: 46%;
    text-align: right;
}

.headerNavBlock .headerBtn {
    /* モバイル設定 */
    width: 100%;
}

.headerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    /* モバイル設定 */
    width: 22%;
    height: auto;
    padding: 5px 0;
    font-size: 11px;
}

.headerTelWrap {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    /* モバイル設定 */
    width: 50%;
    line-height: 1.2;
    font-size: 10px;
}

.headerTelNum {
    position: relative;
    font-weight: bold;
    /* モバイル設定 */
    font-size: 18px;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}

.headerTelNum::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 2em;
    line-height: 2em;
    color: #ffffff;
    /* モバイル設定 */
    left: -19px;
    font-size: 11px;
}

.headerTelNum::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333333;
    border-radius: 50%;
    /* モバイル設定 */
    right: auto;
    left: -24px;
    width: 20px;
    height: 20px;
}

/* Header - Hamburger Menu (Mobile Only) */
.spNavBtn {
    position: relative;
    width: 24px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
    /* Mobile */
}

.spNavBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #555555;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}

.spNavBtn span:nth-of-type(1) {
    top: 0;
    animation: btn07-bar01 0.75s forwards;
}

.spNavBtn span:nth-of-type(2) {
    top: 8px;
    transition: all 0.25s 0.25s;
    opacity: 1;
}

.spNavBtn span:nth-of-type(3) {
    bottom: 0;
    animation: btn07-bar03 0.75s forwards;
}

/* Animations */
@keyframes btn07-bar01 {
    0% {
        transform: translateY(8px) rotate(45deg);
    }

    50% {
        transform: translateY(8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes btn07-bar03 {
    0% {
        transform: translateY(-8px) rotate(-45deg);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.spNavBtn.active span:nth-of-type(1) {
    animation: active-btn07-bar01 0.75s forwards;
}

@keyframes active-btn07-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(8px) rotate(0);
    }

    100% {
        transform: translateY(8px) rotate(45deg);
    }
}

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

.spNavBtn.active span:nth-of-type(3) {
    animation: btnAnimation 0.75s forwards;
}

@keyframes btnAnimation {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Drawer Menu (Mobile Only) */
.drawer {
    overflow-y: scroll;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 48px;
    background: #fff;
    transition: top 0.3s ease;
    display: block;
    /* Mobile default */
}

.drawer.active {
    top: 0;
}

.drawer .cvBtn {
    padding: 3.5% 0;
    font-size: 4.2666vw;
}

.drawerNavBlock p,
.drawerNavBlock a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 24px;
    height: 56px;
    border-top: 1px solid #eeeeee;
    text-decoration: none;
    font-size: 14px;
}

.drawerNavDetailTrigger::before,
.drawerNavBlock a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
    height: 2em;
    border: none;
    line-height: 2em;
    font-size: 14px;
    color: #888888;
}

.drawerNavDetailTrigger::before {
    content: "\2b";
}

.drawerNavDetailTrigger.active::before {
    content: "\f068";
}

.drawerNavBlock a::before {
    content: "\f105";
}

.drawerNavBlock.anchorLink a::before,
.drawerNavDetailBlock.anchorLink a::before {
    content: "\f107";
}

.drawerNavBlock:last-child p,
.drawerNavBlock:last-child a {
    border-bottom: 1px solid #eeeeee;
}

.drawerNavDetail {
    display: none;
}

.drawerNavDetailBlock a {
    padding-left: 40px;
}

.drawerNavBtnSpBox {
    margin-top: 40px;
}

.drawerNavBtnSpBlock {
    margin-top: 16px;
    padding: 0 16px;
}

.drawerNavBtnSpBox .cvBtn {
    border-width: 2px;
}

.drawerTelArea {
    margin: 32px 0 0;
    padding: 24px 16px;
    background: #f1f6f8;
}

.drawerTelAreaHd {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.drawerTelAreaBtn {
    border: 1px solid #aaaaaa;
    background: #ffffff;
}

.drawerTelAreaBtn::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    left: 12%;
    right: auto;
    transform: none;
    height: 2em;
    line-height: 2em;
    font-size: 14px;
    color: #ffffff;
}

.drawerTelAreaBtn::after {
    right: auto;
    left: 10%;
    width: 26px;
    height: 26px;
    background: #333333;
}

.drawerTelAreaTxt {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}

.drawerDocumentArea {
    margin: 32px 16px 24px;
}

.drawerDocumentAreaHd {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.drawerDocumentArea .documentListBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
}

.drawerDocumentArea .documentListBlock {
    display: block;
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    padding: 24px;
    background: #f1f6f8;
}

.drawerDocumentArea .documentListName {
    flex: 1;
    margin-top: 16px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.drawerDocumentArea .documentListDescription {
    margin-top: 16px;
    font-size: 14px;
}

.drawerDocumentArea .documentListBtnWrap {
    margin: 16px 16px 0;
}

.drawerDocumentArea .documentListBtn {
    display: block;
    padding: 8px 0;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}


/* Footer (Mobile Base) */
.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;
}


/* Thanks Area (Mobile Base) */
.thanksMessage {
    text-align: center;
}

.thanksBtnWrap {
    margin: 40px auto;
    /* モバイル設定 */
    width: 100%;
}

.thanksSupportBox {
    padding: 40px;
    background: #e2eaed;
    text-align: center;
    /* モバイル設定 */
    margin: 24px auto;
    width: 100%;
}

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


/* ==========================================================================
   PC用スタイル (Desktop - min-width: 751px)
   ========================================================================== */

@media (min-width: 751px) {

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

    .headerArea {
        height: 80px !important;
    }

    .headerLogo {
        width: 200px !important;
    }

    .headerArea+main {
        margin-top: 80px;
    }

    .fiexdNav {
        display: none;
    }

}

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

}

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