@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
    /* フォント */
    --fontA: "Noto Sans JP", sans-serif;
    --fontB: "Montserrat", sans-serif;
    --fontC: "IBM Plex Sans JP", sans-serif;
    /* カラー */
    --white: #FDFFFF;
    --black: #36240D;
    --primary: #3AB3C3;
    --secondary: #346E93;
    --tertiary: #FFF9EA;
    --quaternary: #FBE8B6;
    /* --fifth: #FBE8B6; */
    /*--sixth: #F9EFE8;
    --seventh: #F4DEBF;
    --eighth: #B9874F;
    --ninth: #F0BADC;
    --tenth: #805A41; */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#root::-webkit-scrollbar {
    display: none;
}

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    transition: all ease .3s;
    background: #FFF9EA;
    overflow-x: hidden;
}

/* 電話番号定数のチラつき対策 */
p.tel,
p.fax,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.gjs-dashed p.tel,
.gjs-dashed p.fax,
.gjs-dashed a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 1;
}

/* 電話番号定数のチラつき対策 */

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
}

.fontD {
    font-family: var(--fontD);
    font-style: normal;
}

.ptFontA s {
    text-decoration: none;
    font-family: var(--fontA);
}

.ptFontB s {
    text-decoration: none;
    font-family: var(--fontB);
}

.anchor {
    position: relative;
    z-index: -99;
    pointer-events: none;
    padding-top: 80px;
    margin-top: -80px;
}

.txtBx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filterNone {
    filter: none !important;
}

.snsIcon {
    display: flex;
    width: 36px;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inWrap {
    width: 100%;
    padding: 70px 0 0 0;
}

.inBtm {
    padding-bottom: 80px;
}

.waveWrap {
    position: relative;
    padding: 30px 0 160px;
}

.inBtmM {
    margin-bottom: 120px;
}

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

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

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

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

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

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

/*-----------------------------------------------------------
frame
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
プルダウン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}

/*-----------------------------------------------------------
プルダウン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.header {
    transition: all .8s;
}

.hBtn {
    transition: all .3s;
    box-shadow: 0 3px 0 var(--black);
    cursor: pointer;
}

.hBtn:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 var(--black);
}

.hHamBar {
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto;
    transition: all.3s;
    transform-origin: center;
    background: var(--black);
}

.hHamBar:nth-of-type(1) {
    top: 0px;
}

.hHamBar:nth-of-type(2) {
    top: 0;
    bottom: 0px;
}

.hHamBar:nth-of-type(3) {
    bottom: 0px;
}

.open .hHamBar:nth-of-type(1) {
    top: 0;
    bottom: 0;
    transform: rotate(15deg);
}

.open .hHamBar:nth-of-type(2) {
    opacity: 0;
}

.open .hHamBar:nth-of-type(3) {
    top: 0;
    bottom: 0;
    transform: rotate(-15deg);
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hamMenu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: ease .5s;
}

.hamMenu.open {
    right: 0;
}

.hamMenuAr {
    width: 100%;
    height: 100%;
}

.hamMenuConte {
    padding: 90px 15px 30px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    -ms-overflow-style: none;
    background: var(--white);
}

.hamMenu .hamMenuConte {
    max-width: none;
}

.hamMenuConte::-webkit-scrollbar {
    width: 12px;
    /* 横幅 */
}

.hamMenuConte::-webkit-scrollbar-thumb {
    background: var(--secondary);
    /* ハンドルの色 */
}

.hamMenuConte::-webkit-scrollbar-track {
    background: var(--white);
    /* 背景色 */
}

.hamMenuBx {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

.hamNavBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.hamNavLink {
    color: var(--black);
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.hamNavLink:hover {
    text-decoration: underline;
    color: var(--black);
}

.hamNavLinkTxt {
    line-height: 1.45;
    letter-spacing: 0.15em;
    font-family: var(--fontB);
    font-weight: 600;
}

/*-----------------------------------------------------------
SPヘッダー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層カバー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.inCover {
    position: relative;
    width: 100%;
    height: 320px;
    padding: 0 0 48px;
}

.inCover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #494642;
    opacity: .45;
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1550px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: max-content;
    height: 100%;
    color: var(--white);
}

.cvrTit {
    position: relative;
    font-size: clamp(1.625rem, 1.261rem + 1.553vw, 3.125rem);
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-family: var(--fontC);
    font-weight: 500;
}

.cvrTxt {
    font-size: clamp(1.25rem, 1.174rem + 0.324vw, 1.563rem);
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: 500;
    font-family: var(--fontB);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pankuzuWr {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    z-index: 15;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1550px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
    text-decoration: underline;
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 60px;
    padding: 0 30px 0 30px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    font-family: var(--fontC);
    transition: all .3s;
}

.btn01::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    width: 14.2px;
    height: 10px;
    margin: auto 0 auto auto;
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 350px;
    height: 72px;
    padding: 0 30px 0 30px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    font-family: var(--fontC);
    transition: all .3s;
}

.btn02::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    width: 14.2px;
    height: 10px;
    margin: auto 0 auto auto;
}

.telBtn::before {
    content: "";
    width: 22.5px;
    height: 27px;
    background: url(/system_panel/uploads/images/tel_icon_black.svg)no-repeat center /contain;
}

.contactBtn::before {
    content: "";
    width: 26px;
    height: 22.1px;
    background: url(/system_panel/uploads/images/mail_icon_white.svg)no-repeat center /contain;
}

.btnWhite {
    color: var(--black);
    background: #fff;
    border: 2px solid var(--black);
    box-shadow: 0 3px 0 var(--black);
}

.btnWhite::after {
    background: url(/system_panel/uploads/images/arrow_black.svg) no-repeat center/contain;
}

.btnWhite:hover {
    color: var(--black);
    transform: translateY(3px);
    box-shadow: 0 0 0 var(--black);
}

.btnPrimary {
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--secondary);
    box-shadow: 0 3px 0 var(--secondary);
}

.btnPrimary::after {
    background: url(/system_panel/uploads/images/arrow_white.svg) no-repeat center/contain;
}

.btnPrimary:hover {
    color: var(--white);
    transform: translateY(3px);
    box-shadow: 0 0 0 var(--secondary);
}



/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
テキスト
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tit112 {
    /* 45-112 */
    font-size: clamp(2.875rem, 1.874rem + 4.272vw, 7rem);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
    font-family: var(--fontB);
}

.tit100 {
    /* 45-100 */
    font-size: clamp(2.813rem, 1.978rem + 3.56vw, 6.25rem);
    line-height: 1.45;
    letter-spacing: 0.08em;
    font-weight: 400;
    font-family: var(--fontB);
}

.tit96 {
    /* 42-96 */
    font-size: clamp(2.625rem, 1.806rem + 3.495vw, 6rem);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
    font-family: var(--fontB);
}

.tit80 {
    /* 40-80 */
    font-size: clamp(2.5rem, 1.893rem + 2.589vw, 5rem);
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit56 {
    /* 30-56 */
    font-size: clamp(1.875rem, 1.481rem + 1.683vw, 3.5rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--fontC);
}

.tit45 {
    /* 24-45 */
    font-size: clamp(1.5rem, 1.181rem + 1.359vw, 2.813rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit40 {
    /* 22-40 */
    font-size: clamp(1.375rem, 1.102rem + 1.165vw, 2.5rem);
    line-height: 1.55;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: var(--fontC);
}

.tit35 {
    /* 20-35 */
    font-size: clamp(1.25rem, 1.022rem + 0.971vw, 2.188rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit30 {
    /* 18-30 */
    font-size: clamp(1.125rem, 0.943rem + 0.777vw, 1.875rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit25 {
    /* 18-25 */
    font-size: clamp(1.125rem, 1.019rem + 0.453vw, 1.563rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--fontB);
}

.tit22 {
    /* 16-22 */
    font-size: clamp(1rem, 0.909rem + 0.388vw, 1.375rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-family: var(--fontB);
}

.txt24 {
    /* 18-24 */
    font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem);
    line-height: 1.83;
    letter-spacing: 0.05em;
}

.txt20 {
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    line-height: 2;
    letter-spacing: 0.05em;
}

.subtit20 {
    /* 16-20 */
    font-size: clamp(1rem, 0.939rem + 0.259vw, 1.25rem);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: var(--fontC);
}

.txt16 {
    /* 14-16 */
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
    line-height: 2.25;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.txt18 {
    /* 15-18 */
    font-size: clamp(0.938rem, 0.892rem + 0.194vw, 1.125rem);
    line-height: 2;
    letter-spacing: 0.05em;
}

.txt15 {
    /* 14-15 */
    font-size: clamp(0.875rem, 0.860rem + 0.065vw, 0.938rem);
    line-height: 2.33;
    letter-spacing: 0.05em;
}

.lineTxt {
    -webkit-text-stroke: 1px #CAB9A7;
    paint-order: stroke;
    color: transparent;
}

.ptBig01 span {
    font-size: 227.27%;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通部品
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.bgGradation01 {
    background: linear-gradient(0deg, #FEF4DB, #FBE8B6 100%);
}

.waveTertiary {
    position: relative;
}

.waveTertiary::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/wave_right_yellow.png)no-repeat bottom center/100% 100%;
}

.waveQuaternary {
    position: relative;
}

.waveQuaternary::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/wave_yellow.png)no-repeat bottom center/100% 100%;
}

.waveWhite {
    position: relative;
}

.waveWhite::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/wave_white.png)no-repeat bottom center/100% 100%;
}

.waveGradation {
    position: relative;
}

.waveGradation::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: url(/system_panel/uploads/images/wave_gradation.png)no-repeat bottom center/100% 100%;
}

.inLinkFl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.inLinkItem {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 180px;
    padding: 25px 15px;
    border-radius: 25px;
    overflow: hidden;
}

.inLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #494642;
    opacity: .45;
    transition: all .3s;
}

.inLinkItem:hover::before {
    opacity: .2;
}

.inLinkItemRecruit {
    background: url(/system_panel/uploads/images/link_recruit.jpg)no-repeat center /cover;
}

.inLinkItemInfo {
    background: url(/system_panel/uploads/images/link_info.jpg)no-repeat center /cover;
}

.inLinkItemCompany {
    background: url(/system_panel/uploads/images/link_company.jpg)no-repeat center /cover;
}

.inLinkItemMenu {
    background: url(/system_panel/uploads/images/link_menu.jpg)no-repeat center /cover;
}

.inLinkItemRanking {
    background: url(/system_panel/uploads/images/link_ranking.jpg)no-repeat center /cover;
}

.inLinkItemPirika {
    background: url(/system_panel/uploads/images/link_pirika.jpg)no-repeat center /cover;
}

.inLinkIn{
    display: flex;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
}

.inLinkTxt {
    position: relative;
    z-index: 5;
    margin: auto 0 0;
    /* 22-40 */
    font-size: clamp(1.375rem, 1.102rem + 1.165vw, 2.5rem);
    line-height: 1.45;
    letter-spacing: 0.05;
    color: var(--white);
    font-family: var(--fontC);
}

/*-----------------------------------------------------------
共通部品
-----------------------------------------------------------*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {

    .hamMenu .hamMenuConte {
        max-width: 480px;
    }

}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    .txtBx {
        gap: 40px;
    }

    .cmnInfoBr br {
        display: block;
    }

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    frame
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inWrap {
        padding: 150px 0 0 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    .waveWrap {
        padding: 60px 0 280px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .header.is-animation .hHeight {
        height: 80px !important;
    }

    .header.is-animation .hHamBtn {
        height: 46px !important;
    }

    /*-----------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    フッター
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .hamMenuConte {
        padding: 125px 15px 60px;
    }

    .hamNavBx {
        gap: 25px;
    }

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .inCover {
        height: 400px;
        padding: 0 0 80px;
    }

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/


    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .waveTertiary::before {
        height: 120px;
    }

    .waveFifth::before {
        height: 120px;
    }

    .waveWhite::before {
        height: 120px;
    }

    .waveQuaternary::before{
        height: 120px;
    }

    .waveGradation::before {
        height: 120px;
    }

    .inLinkFl {
        display: flex;
        flex-direction: row;
    }

    .inLinkItem {
        width: 48%;
        height: 240px;
    }

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    共通
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
frame
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .waveWrap {
        padding: 90px 0 320px;
    }

    /*-----------------------------------------------------------
    frame
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SPヘッダー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    SPヘッダー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    下層カバー
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    下層カバー
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    テキスト
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    /*-----------------------------------------------------------
    テキスト
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ボタン
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .btn01 {
        max-width: 393px;
        height: 70px;
    }

    .btn01::after {
        right: 18.9px;
    }

    .btn02 {
        max-width: 455px;
        height: 88px;
        gap: 14px;
        font-size: 28px;
    }

    .btn02::after {
        right: 18.9px;
    }

    /*-----------------------------------------------------------
    ボタン
    -----------------------------------------------------------*/

    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    共通部品
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

    .waveTertiary::before {
        height: 160px;
    }

    .waveFifth::before {
        height: 160px;
    }

    .waveWhite::before {
        height: 160px;
    }

    .waveQuaternary::before{
        height: 160px;
    }

    .waveGradation::before {
        height: 160px;
    }

    /*-----------------------------------------------------------
    共通部品
    -----------------------------------------------------------*/
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1320px) {}

/* min-width: 1320px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .fPagetop {
        bottom: calc(100% + 13px) !important;
    }

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */