/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, dd { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。*/
    padding: 0;
    margin: 0;
    list-style: none
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    margin: 0;
    padding: 0;
    text-align: justify;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
    width: 100%;
    height: auto;
}
a img {
    border: none;
}
a:link {
    color: #222222;
    text-decoration: none !important;
}
a:visited {
    color: #222222;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
hr {
    clear: both;
    display: none;
}
.cf:before, .cf:after {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}
.cf {
    *zoom: 1
}
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
    display: block;
}
/*********   layout  ************/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.8;
    color: #555555;
    overflow-x: hidden;
}
/*========================================================================
//
// 共通（フォントサイズなど）
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    html, body {
        height: 100%;
        position: relative;
        font-size: 10px;
    }
    .wrapper {
        width: 1100px;
        margin: 0 auto;
        position: relative;
    }
    .sp_contents {
        display: none;
    }
}
/*========================================================================
//
// スマホ用　電話番号リンク対応 <a href="tel:0000000000">
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/*========================================================================
//
// ヘッダー関連
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    #ghead {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 900;
    }
    #ci_wrap {
        width: 100%;
        margin: 0;
    }
    #ci {
        padding: 28px 0 0 30px;
    }
    #ci a {
        display: flex;
    }
    #ci a img {
        width: 190px;
    }
    #ci span {
        font-family: 'Noto Sans JP';
        font-weight: 400;
        display: block;
        font-size: 1.3rem;
        color: #000;
        margin: 0 0 0 12px;
        line-height: 1.3;
        white-space: nowrap;
        padding: 2px 0 0 0;
        letter-spacing: 0.1em;
    }
    #globalhead {
        position: relative;
        z-index: 100;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid #e6e0ef;
        backdrop-filter: blur(6px);
    }
    #globalhead .gh-inner {
        /* max-width: 1440px; */
        min-height: 82px;
        margin: 0 auto;
        padding-left: 32px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 24px;
    }
    #globalhead .gh-logo {
        margin: 0;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }
    #globalhead .gh-logo a {
        height: 100%;
        display: flex;
        align-items: center;
    }
    #globalhead .gh-logo a p{
        color: #460092;
        font-size:18px;
        line-height: 1.2;
        margin: 0 0 0 10px;
        display: block;
    }
    #globalhead .gh-logo a p span.kyoto{
        display:block;
        font-size:14px;
        margin-left: -8px;
    }
    #globalhead .gh-logo a p span.mini{
        font-size:14px;        
    }
    #globalhead .gh-logo img {
        display: block;
        width: auto;
        height: 49px;
    }
    #globalhead .gh-nav {
        margin-left: auto;
    }
    #globalhead .gh-nav__list {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: stretch;
    }
    #globalhead .gh-nav__item {
        position: relative;
        flex: 0 0 auto;
    }
    #globalhead .gh-nav__item::before {
        content: "";
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 0;
        width: 1px;
        background: #ddd6ea;
    }
    #globalhead .gh-nav__link {
        min-height: 82px;
        padding: 0 10px 0 22px;
        display: flex;
        align-items: center;
        gap: 6px;
        color: #3d3550;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        border-right: 0;
    }
    #globalhead .gh-nav__link .mini{
        font-size: 12px;
    }
    #globalhead .gh-nav__text {
        display: inline-block;
    }
    #globalhead .gh-nav__icon {
        width: 12px;
        height: 12px;
        flex: 0 0 auto;
        transform: translateY(1px);
    }
    #globalhead .gh-nav__item:nth-child(2) .gh-nav__icon{
        position:absolute;
        left: 75px;
        bottom: 27px;
    }
    #globalhead .gh-nav__item:nth-child(4) .gh-nav__icon{
        position:absolute;
        left: 76px;
        bottom: 27px;
    }
    #globalhead .gh-nav__icon img {
        display: block;
        width: 100%;
        height: 100%;
    }
    #globalhead .gh-nav__item--pdf {
        padding: 0 18px 0 0;
        display: flex;
        align-items: center;
    }
    #globalhead .gh-nav__item--pdf:before{
        display:none;
    }
    #globalhead .gh-pdf-link {
        min-height: 34px;
        padding: 6px 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #F4EEFB;
        color: #7e57c2;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        position: relative;
    }
    #globalhead .gh-pdf-link  .pdf{
        border-radius: 999px;
        background: #AF8ED5;
        padding: 0 5px;
        margin: 0 0 0 4px;
        font-weight: 400;
        color: #fff;
        line-height: 1.7;
        font-size: 9px;
        position: absolute;
        bottom: 7px;
        right: 10px;
    }
    #globalhead .gh-job {
        position: relative;
        flex: 0 0 140px;
    }
    #globalhead .gh-job__button {
        width: 100%;
        min-height: 82px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        appearance: none;
        background: #460092;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font: inherit;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }
    #globalhead .gh-job__button-icon {
        width: 23px;
        height: 23px;
        flex: 0 0 auto;
    }
    #globalhead .gh-job__button-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }
    #globalhead .gh-job__dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        width: 509px;
        padding-top: 12px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px);
        transition:
            opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }
    #globalhead .gh-job__dropdown::before {
        content: "";
        position: absolute;
        top: 0;
        right: 108px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 16px solid #460092;
    }
    #globalhead .gh-job__dropdown-head {
        padding: 15px 24px;
        background: #460092;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
        border-radius: 6px 6px 0 0;
    }
    #globalhead .gh-job__dropdown-head .mini_d{
        font-size:15px;
    }
    #globalhead .gh-job__dropdown-body {
        padding: 15px;
        background: #f7f3fb;
        border: 1px solid #cdb6eb;
        border-top: 0;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 12px 28px rgba(60, 35, 100, 0.16);
    }
    #globalhead .gh-job__link {
        width: 100%;
        min-height: 58px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1px solid #cfb8eb;
        border-radius: 6px;
        background: transparent;
        color: #5317b5;
        text-decoration: none;
    }
    #globalhead .no_link{
        opacity: 0.5;
        pointer-events: none;
        background: #e9e9e9;        
    }
    #globalhead .gh-job__soon{        
        font-size: 13px;
        background:#8b8b8b;
        color:#fff;
        padding: 0 8px 3px;
        border-radius:30px;
    }
    #globalhead .gh-job__link + .gh-job__link {
        margin-top: 12px;
    }
    #globalhead .gh-job__label {
        flex: 0 0 auto;
        width: 110px;
        padding: 9px 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #4f08ad;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
    }
    #globalhead .gh-job__text {
        flex: 1 1 auto;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }
    #globalhead .gh-job__text small {
        font-size: 14px;
        font-feature-settings: "palt";
    }
    #globalhead .gh-job__link-icon {
        flex: 0 0 auto;
        width: 16px;
        height: 24px;
    }
    #globalhead .gh-job__link-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }
    #globalhead .gh-nav__link:hover, #globalhead .gh-pdf-link:hover {
        opacity: 0.75;
    }
    #globalhead .gh-job__button:hover {
        background: #50008d;
    }
    #globalhead .gh-job__link:hover {
        background: #ffffff;
    }
    /* ドロップダウン開閉 */
    #globalhead .gh-job:hover .gh-job__dropdown, #globalhead .gh-job:focus-within .gh-job__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}
/*========================================================================
//
// Page Top 固定ボタン
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    .pagetop {
        position: fixed;
        right: -80px;
        top: 95%;
        transform: translate(0, -50%);
        z-index: 9000;
        transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
    }
    .pagetop_act {
        right: -20px;
    }
    .pagetop li a:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        position: absolute;
        top: 50%;
        left: 37%;
        transform: translate(-50%, -50%) rotate(-135deg);
    }
    .pagetop li a:after {
        content: "";
        display: block;
        width: 2px;
        height: 14px;
        background: #fff;
        position: absolute;
        top: 40%;
        left: calc(50% - 10px);
        transform: translate(-50%, 0);
    }
    .pagetop li a {
        display: block;
        background: #000;
        width: 80px;
        height: 50px;
        transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
    }
    .pagetop li a:hover {
        opacity: 0.5;
    }
}
/*========================================================================
//
// CV 固定ボタン
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    .g_cv_btn {
        position: fixed;
        right: 0;
        top: 50%;
        width: 60px;
        transform: translate(0, -50%);
        z-index: 9000;
    }
    .base_black .g_cv_btn a {
        display: block;
        background: rgb(0 0 0 / 90%);
        padding: 20px 0;
    }
    .g_cv_btn ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .g_cv_btn a {
        display: block;
        background: #fff;
        padding: 20px 0;
    }
    .g_cv_btn li:first-child a {
        display: block;
        background: linear-gradient(to top, #686dc7 0%, #8d25b1 100%);
    }
    .g_cv_btn li:first-child a img {
        filter: brightness(0) invert(1);
    }
    .g_cv_btn .fix a {
        background: rgb(0 0 0 / 90%);
    }
    .g_cv_btn a {
        transition: all 0.8s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
    }
    .g_cv_btn a:hover {
        opacity: 0.5;
    }
}
/*========================================================================
//
// ハンバーガーメニュー
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    /* Menu ボタン　----------------------------- */
    #drawer-icon {
        position: fixed;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        width: 60px;
        background: #000;
        top: 0;
        right: 0;
        z-index: 9999;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    #drawer-icon:after {
        content: "MENU";
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: 1px;
        line-height: 100%;
        color: #fff;
        margin: 39px 0 0 0;
        text-align: center;
        display: block;
    }
    #drawer-icon span {
        background: #fff;
        border-radius: 4px;
        display: block;
        height: 2px;
        position: absolute;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
        width: 22px;
    }
    #drawer-icon span::before, #drawer-icon span::after {
        background: #fff;
        border-radius: 2px;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transform: rotate(0);
        transition: all 0.3s ease-in-out;
        width: 22px;
    }
    #drawer-icon span::before {
        margin-top: -30%;
    }
    #drawer-icon span::after {
        margin-top: 24%;
    }
    #drawer-icon.fix {
        background: rgba(0, 0, 0, 1);
    }
    /* CLOSE ボタン　----------------------------- */
    #drawer-close-icon {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        width: 60px;
        top: 10px;
        right: 20px;
        z-index: 9999;
        /* transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); */
    }
    #drawer-close-icon:after {
        content: "CLOSE";
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.0rem;
        letter-spacing: 1px;
        line-height: 100%;
        color: #a5a5a5;
        margin: 44px 0 0 0;
        text-align: center;
        display: block;
    }
    #drawer-close-icon span {
        display: block;
        height: 100%;
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #drawer-close-icon span::before, #drawer-close-icon span::after {
        content: "";
        background: #a5a5a5;
        display: block;
        height: 1px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(-50%, -50%);
    }
    #drawer-close-icon span::before {
        transform: rotate(-45deg);
    }
    #drawer-close-icon span::after {
        transform: rotate(45deg);
    }
    /* メニューエリア　----------------------------- */
    #drawer-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10001;
        width: 460px;
        height: 100%;
        background: #000;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100%);
    }
    #drawer-content.act {
        overflow-y: auto;
        transform: translateX(0);
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.2);
    }
    #drawer-content-inner {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #drawer-close {
        display: none;
        cursor: pointer;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out 0s;
    }
    #drawer-close.act {
        display: block;
    }
    /*ボタン*/
    .no_accordion_btn_wrap {
        padding: 24px 0 13px 24px;
        display: flex;
        flex-wrap: wrap;
    }
    .no_accordion_btn_wrap li:first-child {
        width: 80px;
        height: 60px;
    }
    .no_accordion_btn_wrap li:first-child a {
        text-align: center;
        border: 1px solid #707070;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 200;
        font-size: 1.2rem;
        line-height: 0;
        border-radius: 4px;
        padding: 30px 0 30px;
        letter-spacing: 0.1rem;
        display: block;
        color: #fff;
    }
    .no_accordion_btn_wrap li:nth-child(2) {
        width: 250px;
        height: 60px;
        margin: 0 0 0 6px;
    }
    .no_accordion_btn_wrap li:nth-child(2) a {
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 0;
        text-indent: -20px;
        padding: 31px 0 31px;
        border-radius: 4px;
        letter-spacing: 0.1rem;
        display: block;
        color: #fff;
        background: linear-gradient(to right, #32bdc4 25%, #069aa1 75%);
        position: relative;
    }
    .no_accordion_btn_wrap li:nth-child(3) a {
        display: block;
        line-height: 0;
        width: 400px;
        border-radius: 4px;
        overflow: hidden;
        margin: 40px 0 2px;
    }
    .no_accordion_btn_wrap li:nth-child(4) a em {
        display: block;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 300;
        margin: 7px 0 0;
    }
    .no_accordion_btn_wrap li:nth-child(4) a {
        width: 400px;
        background: linear-gradient(to right, #de78a2 0%, #0051bb 75%);
        border-radius: 4px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
        font-feature-settings: 'palt';
        line-height: 1;
        padding: 20px 0 22px 32px;
        margin: 10px 0 0;
        letter-spacing: 0.2rem;
        display: block;
        box-sizing: border-box;
        color: #fff;
        position: relative;
    }
    .no_accordion_btn_wrap li:nth-child(4) a span.ss {
        display: block;
        font-weight: 400;
        font-size: 1.2rem;
        padding: 0 0 5px;
    }
    .no_accordion_btn_wrap li:nth-child(2) a span.iwin {
        display: block;
        width: 18px;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translate(-50%, -50%);
    }
    .no_accordion_btn_wrap li:nth-child(4) a span.iwin {
        display: block;
        width: 18px;
        position: absolute;
        top: 44%;
        right: 21px;
        transform: translate(-50%, -50%);
    }
    .no_accordion_btn_wrap a {
        transition: all 0.3s ease-in-out 0s;
    }
    .no_accordion_btn_wrap a:hover {
        opacity: 0.5;
    }
    .nav_sns {
        border-top: 1px solid #2c2c2d;
        padding: 31px 0 50px 24px;
        display: flex;
    }
    .nav_sns li {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.3rem;
        margin: 0 10px 0 0;
        color: #bfbfbf;
    }
    .nav_sns li:nth-child(2) {
        width: 28px;
        margin: 0 3px 0 0;
    }
    .nav_sns li:nth-child(3) {
        width: 28px;
        margin: -2px 3px 0 0;
    }
    .nav_sns li:nth-child(4) {
        width: 28px;
        margin: 0 7px 0px 0;
    }
    .nav_sns li:nth-child(5) {
        width: 28px;
    }
    .nav_ttl {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        padding: 16px 0 10px 44px;
        color: #a1a1a1;
        position: relative;
    }
    .nav_ttl2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        padding: 69px 0 10px 44px;
        color: #a1a1a1;
        border-top: 1px solid #2c2c2d;
        position: relative;
    }
    .nav_ttl3 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        padding: 30px 0 10px 44px;
        color: #a1a1a1;
        /* border-top:1px solid #2c2c2d; */
        position: relative;
    }
    .nav_ttl:before {
        display: block;
        content: '\3009';
        transform: rotate(90deg) scaleY(0.8);
        position: absolute;
        left: 22px;
        bottom: 5px;
    }
    .nav_ttl2:before {
        display: block;
        content: '\3009';
        transform: rotate(90deg) scaleY(0.8);
        position: absolute;
        left: 22px;
        bottom: 5px;
    }
    .nav_ttl3:before {
        display: block;
        content: '\3009';
        transform: rotate(90deg) scaleY(0.8);
        position: absolute;
        left: 22px;
        bottom: 5px;
    }
    /*アコーディオン*/
    input.accordion {
        display: none;
    }
    .accordion_btn_wrap li.ttl {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        display: block;
    }
    .accordion_btn_wrap li.fcw {
        color: #CE93B9;
    }
    .accordion_btn_wrap li.fcm {
        color: #99C895;
    }
    .accordion_btn_wrap li.fe {
        color: #F5AF7E;
    }
    .accordion_btn_wrap li.fhs {
        color: #94CCD8;
    }
    .accordion_btn_wrap li a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        display: block;
        color: #ffffff;
        letter-spacing: 0.1rem;
        font-feature-settings: 'palt';
        padding: 10px 0 6px 24px;
    }
    .accordion_btn_wrap li a.tfu {
        display: flex;
        padding: 0 0 6px 24px;
        margin: 5px 0;
        position: relative;
    }
    .accordion_btn_wrap li a span.p_txt {
        line-height: 1.4;
        padding: 3px 0 0;
    }
    .accordion_btn_wrap li a span.pro {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        font-weight: 300;
        font-size: 0.7rem;
        letter-spacing: 0;
        padding: 0 12px 0 0;
    }
    .accordion_btn_wrap li a span.pro > span {
        font-family: 'Roboto', sans-serif;
        display: block;
        font-weight: 500;
        font-size: 2.8rem;
        line-height: 1;
        padding: 0 0 0 0px;
    }
    .accordion_btn_wrap li a span.s1 {
        display: inline-block;
        font-weight: 300;
        font-size: 1.2rem;
        padding: 0 0 0 3px;
    }
    .accordion_btn_wrap li a span.s2 {
        display: inline-block;
        font-weight: 300;
        font-size: 1.2rem;
        padding: 0 0 0 3px;
    }
    .accordion_btn_wrap li a.nav_icd {
        padding: 10px 0 0px 80px;
        position: relative;
    }
    .accordion_btn_wrap li a.nav_icd span.icd_img {
        display: block;
        width: 44px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        position: absolute;
        left: 25px;
        top: 13px;
    }
    .accordion_btn_wrap li a.nav_icd span.icd_ss {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.4rem;
        display: block;
    }
    .accordion_btn_wrap li a.nav_icd span.icd_mm {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.7rem;
        display: block;
        margin: -6px 0 0;
    }
    .menu_ac_wrap li .icon_mov {
        display: block;
        width: 36px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        position: absolute;
        left: 23px;
        top: 21px;
    }
    .accordion_btn_wrap li a.imov {
        padding: 14px 0 13px 24px;
    }
    .accordion_btn_wrap li a.imov.no_link2 {
        pointer-events: none;
        opacity: 0.5;
    }
    .accordion_btn_wrap li a.imov em {
        font-style: normal;
    }
    .accordion_btn_wrap li a.imov span {
        display: inline-block;
        width: 44px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: text-top;
        margin: -12px 10px 0 0;
        position: relative;
    }
    .accordion_btn_wrap li a.imov span:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(/global/img/gnav_icon_play.svg);
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .accordion_btn_wrap li a span.ikey {
        display: inline-block;
        width: 32px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: text-top;
        margin: -7px 8px 0 0;
        position: relative;
    }
    .accordion_btn_wrap li a span.iday {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 0;
        border-radius: 50%;
        overflow: hidden;
        vertical-align: text-top;
        margin: -8px 8px 0 0;
        position: relative;
    }
    .accordion_btn_wrap li a span.itfu {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: text-top;
        margin: 1px 11px 0 0;
        position: relative;
    }
    .accordion_btn_wrap span.fcw {
        border: 2px solid #CE93B9;
    }
    .accordion_btn_wrap span.fcm {
        border: 2px solid #99C895;
    }
    .accordion_btn_wrap span.fe {
        border: 2px solid #F5AF7E;
    }
    .accordion_btn_wrap span.fhs {
        border: 2px solid #94CCD8;
    }
    .accordion_btn_wrap > li:first-child {
        padding: 20px 0 0 0;
    }
    .accordion_btn_wrap > li.ttl {
        padding: 20px 0 0 22px;
    }
    .accordion_btn_wrap > li.ttl em {
        font-style: normal;
    }
    .accordion_btn_wrap > li:last-child {
        padding: 0 0 18px;
    }
    .accordion_btn_wrap li a:after {
        content: '\3009';
        display: inline-block;
        font-size: 1.3rem;
        padding: 0 0 0 10px;
        opacity: 0.6;
    }
    .accordion_btn_wrap li a.tfu:after {
        content: '\3009';
        display: inline-block;
        font-size: 1.3rem;
        opacity: 0.6;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .accordion_btn_wrap li a.nav_icd:after {
        content: '\3009';
        display: inline-block;
        font-size: 1.3rem;
        opacity: 0.6;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }
    .accordion_btn_wrap li a.btn_top {
        width: 66px;
        padding: 10px calc(100vw - 24px - 66px) 6px 24px;
    }
    .accordion_btn_wrap li a.btn_top:after {
        display: none;
    }
    .accordion_btn_wrap li a {
        transition: all 0.3s ease-in-out 0s;
    }
    .accordion_btn_wrap li a:hover {
        opacity: 0.5;
    }
    .accordion_btn_wrap li a.no_link {
        pointer-events: none;
        color: #838383;
        font-weight: 500;
    }
    .accordion_btn_wrap li a.no_link span {
        display: inline-block;
        background: #fff;
        color: #000;
        font-weight: 600;
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 1;
        padding: 2px 10px 3px;
        margin: 0 0 0 9px;
        border-radius: 4px;
    }
    /* ac BTN */
    .menu_ac_wrap li {
        border-top: 1px solid #2c2c2d;
    }
    .menu_ac_wrap li a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.8rem;
        display: block;
        line-height: 1;
        letter-spacing: 0.1rem;
        padding: 20px 0 22px 22px;
        position: relative;
        color: #fff;
    }
    .menu_ac_wrap li a em {
        font-style: normal;
        font-size: 1.4rem;
    }
    .menu_ac_wrap li a.con_mov {
        padding: 20px 0 22px 70px;
    }
    .menu_ac_wrap li a.b_point {
        padding: 27px 0 29px 22px;
    }
    .menu_ac_wrap li a.b_fcw {
        padding: 15px 0 17px 22px;
        font-weight: 600;
        font-size: 2.0rem;
        color: #CE93B9;
    }
    .menu_ac_wrap li a.b_fcm {
        padding: 15px 0 17px 22px;
        font-weight: 600;
        font-size: 2.0rem;
        color: #99C895;
    }
    .menu_ac_wrap li a.b_end {
        color: #717171;
    }
    .menu_ac_wrap li a.b_fe {
        padding: 15px 0 17px 22px;
        font-weight: 600;
        font-size: 2.0rem;
        color: #F5AF7E;
    }
    .menu_ac_wrap li a.b_fhs {
        padding: 15px 0 17px 22px;
        font-weight: 600;
        font-size: 2.0rem;
        color: #94CCD8;
    }
    .menu_ac_wrap li a span.ss {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        display: block;
        padding: 0 0 4px;
    }
    .menu_ac_wrap li a span.ss2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        display: block;
        padding: 6px 0 0 2px;
    }
    .menu_ac_wrap li a span.sb {
        font-weight: 300;
    }
    .menu_ac_wrap li a span.en {
        display: none;
        position: absolute;
        content: "";
        top: 50%;
        right: 13px;
        width: 21px;
        height: 21px;
        border: 1px solid #767676;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .menu_ac_wrap li a span.iview {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        height: 26px;
        transform: translate(0, -50%);
        z-index: 1;
    }
    .menu_ac_wrap li a span.iview img {
        width: auto;
        height: 100%;
    }
    .menu_ac_wrap li a:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 30px;
        width: 12px;
        transition: all 0.5s ease 0s;
        border-top: 1px solid #9e9e9e;
        transform: rotate(0);
    }
    .menu_ac_wrap li a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 30px;
        width: 12px;
        transition: all 0.5s ease 0s;
        border-top: 1px solid #9e9e9e;
        transform: rotate(90deg);
    }
    .menu_ac_wrap li a.no_plus:before, .menu_ac_wrap li a.no_plus:after {
        border-top: none;
    }
    .menu_ac_wrap li a {
        transition: all 0.3s ease-in-out 0s;
    }
    .menu_ac_wrap li a:hover {
        background: #1c3a3d;
    }
    /* ac BTN active */
    .menu_ac_wrap li a.active {}
    .menu_ac_wrap li a.active:before {
        transform: rotate(180deg);
    }
    .menu_ac_wrap li a.active:after {
        transform: rotate(360deg);
    }
    .menu_ac_contents {
        /* padding: 16px 0; */
        background: #1c1c1c;
    }
    .scroll-prevent {
        scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
        -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
    }
    .scroll-prevent::-webkit-scrollbar {
        display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
    }
}
/*========================================================================
//
// フッター関連
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    footer {
        background: #fff;
    }
    footer .content_02 {
        background: #d5dddf;
        padding: 50px 0 26px;
    }
    footer .content_02 .wrapper {
        text-align: center;
    }
    footer .content_02 .wrapper .ttl_01 {
        font-family: 'Barlow', sans-serif;
        font-weight: 800;
        font-size: 1.8rem;
        display: block;
        letter-spacing: 0.15em;
        text-align: center;
        color: #069aa1;
        line-height: 1.5;
        margin: 0 0 14px 0;
    }
    footer .content_02 .wrapper .ttl_01 .bold {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 2.0rem;
        font-weight: 500;
        color: #069aa1;
    }
    footer .content_02 .wrapper .ttl_02 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.6rem;
        display: block;
        letter-spacing: 0.15em;
        text-align: center;
        color: #434343;
        margin: 16px 0 12px 0;
    }
    footer .content_02 .wrapper .link {
        text-align: center;
        display: inline-block;
        margin: 0 0 22px 0;
    }
    footer .content_02 .wrapper .link a {
        padding: 22px 68px 24px 102px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        display: block;
        letter-spacing: 0.1em;
        text-align: center;
        color: #ffffff;
        background: #0e8bb0;
        border-radius: 50px;
        position: relative;
        transition: all 0.5s ease 0s;
    }
    footer .content_02 .wrapper .link a:hover {
        background: #000;
    }
    footer .content_02 .wrapper .link a::before {
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        background-image: url(../img/icon_win_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 51%;
        left: 71px;
        transform: translate(0, -50%);
    }
    footer .content_02 .wrapper ul {
        display: flex;
        flex-wrap: wrap;
        width: 930px;
        margin: 0 auto;
        justify-content: space-between;
    }
    footer .content_02 .wrapper li {
        width: 120px;
        border-top: 1px solid #999999;
        font-family: 'Noto Sans JP', sans-serif;
        font-feature-settings: 'palt';
        font-weight: 500;
        font-size: 1.6rem;
        display: block;
        letter-spacing: 0.1em;
        color: #434343;
        padding: 10px 0 16px;
        text-indent: 8px;
        text-align: center;
        box-sizing: border-box;
        transition: all 0.5s ease 0s;
        position: relative;
    }
    footer .content_02 .wrapper li:last-child {
        width: 150px;
    }
    footer .content_02 .wrapper li span.soldout {
        display: block;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 100%;
        color: #fff;
        background: rgba(224, 48, 48, 0.7);
        padding: 4px 0 6px;
        text-align: center;
        letter-spacing: 0.1rem;
        position: absolute;
        top: 33%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    footer .content_02 .wrapper li span.ss {
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        text-indent: 0;
        padding: 0;
        margin: -5px 0 0;
    }
    footer .content_03 {
        background: #333333;
        padding: 40px 0 0;
    }
    footer .content_03 .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 960px;
        margin: 0 auto;
    }
    footer .content_03 .address {
        display: flex;
    }
    footer .content_03 .ci {
        width: 242px;
        opacity: 0.5;
        margin: 0 26px 0 0;
        filter: brightness(0) invert(1);
    }
    footer .content_03 .ci a {
        display: block;
    }
    footer .content_03 .txt {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        display: block;
        letter-spacing: 0.2rem;
        color: #999999;
    }
    footer .content_03 .tel {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        color: #999999;
    }
    footer .content_03 .tel a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        color: #999999;
    }
    footer .content_03 .sns {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        padding: 0 0 10px 38px;
        position: relative;
    }
    footer .content_03 .sns::before {
        content: '';
        display: block;
        width: 1px;
        height: 48px;
        background: #999999;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    footer .content_03 .sns .img_box a {
        display: block;
        height: 32px;
    }
    footer .content_03 .sns .img_box a img {
        width: auto;
        height: 100%;
    }
    footer .content_03 .sns .ttl {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        color: #999999;
    }
    footer .content_03 .cr {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        color: #999999;
        background: #272727;
        text-align: center;
        padding: 5px 0;
        margin: 40px 0 0 0;
    }
    footer .digital_p_wrap {
        background: #e5e5e5;
        padding: 80px 0 90px;
    }
    footer .digital_p_wrap .ttl {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
        text-align: center;
        line-height: 1.4;
        padding: 0 0 30px;
        font-feature-settings: 'palt';
    }
    footer .digital_p_wrap .ttl span {
        display: block;
        font-weight: 600;
    }
    footer .digital_p_wrap ul {
        display: flex;
        justify-content: space-between;
        width: 960px;
        box-sizing: border-box;
        padding: 70px 60px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
    }
    footer .digital_p_wrap ul li {
        width: 380px;
    }
    footer .digital_p_wrap ul li a {
        display: block;
        background: #272727;
        border-radius: 40px;
        position: relative;
    }
    footer .digital_p_wrap ul li a .img_p {
        position: absolute;
        width: 120px;
        line-height: 0;
        left: 50%;
        top: -188px;
        transform: translate(-50%, 0) scale(1);
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    }
    footer .digital_p_wrap ul li a p {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        letter-spacing: 0.15rem;
        text-align: center;
        color: #fff;
        line-height: 1.4;
        font-feature-settings: 'palt';
        padding: 20px 7px 22px 0;
    }
    footer .digital_p_wrap ul li a p span {
        display: inline-block;
        width: 22px;
        margin: -2px 8px 0 0;
        vertical-align: text-top;
    }
    footer .digital_p_wrap ul li a .img_p {
        transition: all 0.5s cubic-bezier(0, 0, 0.21, 1.02) 0s;
    }
    footer .digital_p_wrap ul li a:hover .img_p {
        transform: translate(-50%, 0) scale(1.1);
    }
    footer .digital_p_wrap ul li a {
        transition: all 0.3s linear 0s;
    }
    footer .digital_p_wrap ul li a:hover {
        background: #6c1361;
    }
    footer .telemail_wrap {
        background: #fff;
        padding: 70px 0;
    }
    footer .telemail_wrap p {
        width: 300px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }
    footer .telemail_wrap p span {
        display: block;
        margin: 5px 0 0;
    }
    footer .telemail_wrap .wrapper {
        width: 630px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 30px;
    }
    footer .telemail_wrap .tele_wrap {
        display: flex;
        gap: 0 20px;
        width: 100%;
        padding: 0 0 31px;
    }
    footer .telemail_wrap .tele_wrap a {
        box-sizing: border-box;
        height: 38px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
        text-align: center;
        color: #fff;
        line-height: 1.4;
        font-feature-settings: 'palt';
        padding: 9px 18px 0;
        margin: 22px 0 0;
        display: block;
        background: #d91337;
        border-radius: 40px;
        position: relative;
    }
    footer .telemail_wrap .tele_wrap a span {
        display: inline-block;
        width: 18px;
        margin: -2px 5px 0 0;
        vertical-align: text-top;
    }
    footer .telemail_wrap ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    footer .telemail_wrap ul a {
        display: block;
        line-height: 0;
        height: 100px;
    }
    footer .telemail_wrap ul a img {
        width: auto;
        height: 100%;
    }
    footer .telemail_wrap ul a {
        transition: all 0.3s linear 0s;
    }
    footer .telemail_wrap ul a:hover {
        opacity: 0.5;
    }
    footer .telemail_wrap .tele_wrap a {
        transition: all 0.3s linear 0s;
    }
    footer .telemail_wrap .tele_wrap a:hover {
        background: #000;
    }
}
/*========================================================================
//
// GDPR Cookie
//
//========================================================================*/
/*********  PC（画面の横幅が762px以上） ************/
@media (min-width: 762px) {
    .g-gdpr {
        width: 100%;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 1);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        backdrop-filter: blur(15px);
        transition: 1s;
        transform: translateY(100%);
        animation: anime-gdpr 1s both 2s;
    }
    .is-gdpr_off .g-gdpr {
        animation: anime-gdpr_off 1s both;
    }
    .g-gdpr__text {
        color: #cacaca;
        text-shadow: 0 0 3px #000;
        padding: 0 30px 0 0;
        font-size: 1.5rem;
    }
    .g-gdpr__text a {
        color: #85b9d0;
        text-decoration: underline !important;
        padding: 0 .15em;
        display: inline-block;
    }
    .g-gdpr__text a:hover {
        text-decoration: none;
    }
    a.g-gdpr__button {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        padding: 1em 2em 1em 2em;
        display: block;
        background: #436cbf;
        border: 1px solid #fff;
        transition: .2s;
        cursor: pointer;
    }
    a.g-gdpr__button:hover {
        opacity: .8;
    }
}
@keyframes anime-gdpr {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes anime-gdpr_off {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}