@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html{
    font-size: 62.5%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
}
body {
    color: var(--basic);
    font-family: 'Noto Sans JP', Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, sans-serif;
    line-height: 1.5em;
    font-size: 1.6rem;
    text-align: justify;
    min-height: 100vh;
    overflow-x: hidden;
    text-justify : inter-world;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
* {
    box-sizing: border-box;
}
a{
    cursor: pointer;
    text-decoration-line: none;
    text-decoration: none;
    color: var(--basic);
}
a, a:hover, a:active {
    /* color: var(--basic); */
    text-decoration-line: none;
    text-decoration: none;
}
img{
    width: 100%;
    height: auto;
}
header{
    line-height: inherit;
}
li > ul, li > ol{
    margin-left: 0;
}
li{
    list-style:none;
    position: relative;
}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.pc{
    display: block;
}
.sp{
    display: none;
}
:root {
    /* 色指定 */
    --basic: #103b5b;
    --light: #fffef6;
    --light_b: #d4d6d9;
    --dark: #070f00;
    --sub: #e88800;
    --acc: #4985b7;
    --keiri: #00b9da;
    --jinji: #f0c900;
    --houmu: #56cf58;
    --system:#fda7a7;
    --keiri2: #145067;
    --jinji2: #7f4236;
    --houmu2: #306032;
    --system2:#45406f;
    --special: #f2acd3;
    --ms:#d8c435;
    --a: #cde5f3;
    --b: #f3edbe;
    --msjapan: #3d221e;

    --gray: #818188;
    --gray2: #d9dde0;
    --gray3:#8d9199;
    --brown:#3d2c23;
    --yellow:#efe643;
    --blue:#04adf4;
    --light-brown:#e3c576;
    --orange:#ffa800;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn_flex > a{
    width: 49%;
    max-width: 400px;
    margin: 30px 0 0;
}
section[class*=_Wrap]{
    padding: 50px 0;
}
.inner_1500{
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
}
.inner_1200{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.inner_1000{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.inner_800{
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
}
.inner_900{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.txt{
    font-size: 16px;
    line-height: 1.5;
}
.Wrap_ttl{
    text-align: center;
}
.Wrap_ttl h2{
    position: relative;
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 1;
} 
.Wrap_ttl h2 span{
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, sans-serif;
    margin-top: 8px;
    display: block;
}
.Wrap_ttl h2.jp_ttl{
    color: #003b67;
    font-weight: normal;
    font-size: 2.4rem;
    font-family: inherit;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 3px solid #04aef4;
    padding-bottom: 10px;
}
.Wrap_ttl h2.jp_ttl.about{
    color: #003b67;
}
/*.Wrap_ttl h2.jp_ttl::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background: var(--blue);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}*/
.Wrap_ttl h2.jp_ttl.about::after {
    background: #fff;
}
.session-att{
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
/* ボタン（基本） */
.arrow_Btn{
    display: block;
    position: relative;
    width: 90%;
    max-width: 380px;
    margin: 30px auto 0;
    border: #fff 2px solid;
    border-radius: 50vw;
    padding: 18px 18px 18px 0;
    text-align: center;
    position: relative;
	overflow: hidden;
    transition: ease .4s;
    cursor: pointer;
    background: linear-gradient(to right, #ffba00, #ffa800, #ff8a00);
}
.arrow_Btn span{
    position: relative;
	z-index: 3;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: white;
    transition: ease .4s;
}
.arrow_Btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    z-index: 3;
}
.bgleft::before{
    content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #ff8a00;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.index.bgleft::before{
    background: #ff8a00;
}
.arrow_Btn.bgleft.form_cta {
    background: linear-gradient(to right, #ffba00, #ffa800, #ff8a00);
}
}
.arrow_Btn.bgleft.form_cta::before {
    background: #fff !important;
}
.arrow_Btn.bgleft.form_cta:hover {
    color: #fff;
}
.arrow_Btn.bgleft.form_cta span{
    color: #fff;
}
.arrow_Btn.bgleft.form_cta:hover > span{
    color: #fff;
}
.arrow_Btn.bgleft.form_cta span.free{
    display: inline-block;
    background: #fff;
    /*color: var(--blue);*/
    color: #ff9700;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 50px;
}
.arrow_Btn.bgleft.form_cta:hover span.free{
    background: #fff;
    color: #ff9700;
}
.bgleft:hover::before{
    transform-origin:left top;
	transform:scale(1, 1);
}
/* ボタン（赤） */
.arrow_Btn.red{
    border-color: var(--red);
    color: var(--red);
}
.arrow_Btn.red span{
    color: var(--red);
}
.arrow_Btn.red::after{
    border-color: var(--red);
}
.bgleft.red::before{
    background:var(--red);
}
/* ボタン（緑） */
.arrow_Btn.green{
    border-color: var(--green);
    color: var(--green);
}
.arrow_Btn.green span{
    color: var(--green);
}
.arrow_Btn.green::after{
    border-color: var(--green);
}
.bgleft.green::before{
    background:var(--green);
}
/* hover共通 */
.arrow_Btn:hover span{
    color: #fff;
}
.arrow_Btn:hover::after{
    border-color: #fff;
}
/* 下部吸着ボタン */
.fixed_cta_wrapper {
    display: none;
}
/* アーカイブボタン */
.btn_flex > .archive_Btn{
    width: 49%;
    position: relative;
}
.btn_flex > .archive_Btn .archive_txt{
    display: inline-block;
    position: absolute;
    width: 80%;
    background: var(--kanri);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 6px 0;
    border-radius: 3px;
    text-align: center;
    color: var(--yellow);
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.btn_flex > .archive_Btn .archive_txt::after{
    position: absolute;
    content: "";
    border-top: var(--kanri) 12px solid;
    border-right: transparent 10px solid;
    border-left: transparent 10px solid;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}
.btn_flex > .archive_Btn .archive_txt small{
    font-size: 80%;
}
.btn_flex > .archive_Btn > a{
    width: 100%;
}

/* 経理・法務カラー */
span.keiri_box,span.houmu_box{
    display: inline-block;
    margin: 0 3px;
    padding: 0 5px;
    color: #fff;
}
span.keiri_box{
    background: var(--keiri);
}
span.houmu_box{
    background: var(--houmu);
}
/* セッション（基本） */
.session {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
}
a.session{
    cursor: pointer;
}
a.session:hover{
    transform: translateX(5px);
}
.session.keynote .keynote{
    display: none;
}
.session .tokuten{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
}
.session .tokuten span.ic{
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    vertical-align: 1px;
}
.session .speaker{
    justify-content: flex-start;
    align-items: center;
}
#top .session .speaker{
    align-items: flex-start;
    margin-bottom: 0;
}
#top .session_list .speaker2 {
    margin-bottom: 20px;
}
.session h3{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: solid 3px;
}
.session .speaker{
    margin-bottom: 15px;
}
.session .speaker .speaker-img{
    position: relative;
    width: 90px;
    overflow: hidden;
}
.session .speaker .speaker-imgx2 .speaker-img:first-child{
    margin-bottom: 10px;
}
/* .session .speaker .speaker-img img{
    object-fit: cover;
    width: 110%;
    height: 110%;
} */
.session .speaker .logo-img{
    width: 20%;
    max-width: 140px;
    margin-left: 20px;
}
.session .speaker .logo2 .logo-img{
    width: 100%;
    max-width: 140px;
    margin-left: 20px;
}
.session .speaker .logo2 .logo-img:first-child{
    margin-bottom: 10px;
}
.session .speaker-detail{
    margin-left: 30px;
}
.session .speaker-detail .name{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.session .speaker-detail.speakerx2 .name{
    margin-top: 10px;
}
.session .speaker-detail .name small{
    font-size: 80%;
}
.session .speaker-detail .company{
    font-size: 14px;
    line-height: 1.4;
}
#top .session .speaker-detail .company{
    font-size: 13px;
}
/* 視聴特典 */
.session .watch-tokuten{
    /* border: var(--olive) 2px solid; */
    align-items: stretch;
    margin-bottom: 20px;
}
.session .watch-tokuten h4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    background: var(--olive);
    padding: 8px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.session .watch-tokuten h4 small{
    font-size: 70%;
}
.session .watch-tokuten p{
    width: 80%;
    padding: 10px 10px 10px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    background: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* セッション詳細はこちらボタン */
.session .session-btn{
    position: absolute;
    background: var(--navy);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    width: 50%;
    max-width: 200px;
    padding: 12px 5px 10px;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}
.session .session-btn::before,
.session .session-btn::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    right: 5%;
}
.session .session-btn::before{
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.session .session-btn::after{
    top: 60%;
    transform: translateY(-50%) rotate(-45deg);
}
.session .category-time_flex{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.session .category-time_flex .category{
    display: inline-block;
    background: var(--olive);
    margin-right: 10px;
    padding: 7px 10px 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
}
.session .category-time_flex .session-time{
    display: inline-block;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    display: none;
}
.session .category-time_flex .session-time small{
    font-size: 80%;
    font-weight: inherit;
}
/* セッション（経理） */
.session.keiri{ border-color: var(--keiri);}
.session.keiri .category-time_flex .category{ background: var(--keiri);}
.session.keiri h3{ border-color: var(--keiri);}
.session.keiri .speaker .speaker-img{ border-color: var(--keiri);}
.session.keiri .speaker-detail{ border-left-color: var(--keiri);}
.session.keiri .watch-tokuten{ border-color: var(--keiri);}
.session.keiri .watch-tokuten h4 { background: var(--keiri);}
.session.keiri .session-btn{ background: var(--keiri);}
/* セッション（人事） */
.session.jinji{ border-color: var(--jinji);}
.session.jinji .category-time_flex .category{ background: var(--jinji);}
.session.jinji h3{ border-color: var(--jinji);}
.session.jinji .speaker .speaker-img{ border-color: var(--jinji);}
.session.jinji .speaker-detail{ border-left-color: var(--jinji);}
.session.jinji .watch-tokuten{ border-color: var(--jinji);}
.session.jinji .watch-tokuten h4 { background: var(--jinji);}
.session.jinji .session-btn{ background: var(--jinji);}
/* セッション（法務） */
.session.houmu{ border-color: var(--houmu);}
.session.houmu .category-time_flex .category{ background: var(--houmu);}
.session.houmu h3{ border-color: var(--houmu);}
.session.houmu .speaker .speaker-img{ border-color: var(--houmu);}
.session.houmu .speaker-detail{ border-left-color: var(--houmu);}
.session.houmu .watch-tokuten{ border-color: var(--houmu);}
.session.houmu .watch-tokuten h4 { background: var(--houmu);}
.session.houmu .session-btn{ background: var(--houmu);}
/* セッション（総務） */
/* .session.soumu{ border-color: var(--soumu);}
.session.soumu .tokuten{ background: var(--soumu);}
.session.soumu h3{ color: var(--soumu);}
.session.soumu .speaker .speaker-img{ border-color: var(--soumu);}
.session.soumu .speaker-detail{ border-left-color: var(--soumu);}
.session.soumu .session-btn{ background: var(--soumu);} */
/* セッション（情シス） */
.session.system{ border-color: var(--system);}
.session.system .category-time_flex .category{ background: var(--system);}
.session.system h3{ border-color: var(--system);}
.session.system .speaker .speaker-img{ border-color: var(--system);}
.session.system .speaker-detail{ border-left-color: var(--system);}
.session.system .watch-tokuten{ border-color: var(--system);}
.session.system .watch-tokuten h4 { background: var(--system);}
.session.system .session-btn{ background: var(--system);}
/* セッション（special） */
.session.special{ border-width: 4px;}
/* セッション（事前） */
.session.pre h3{ border-color: var(--orange);}

/* coming soon */
.session.comingsoon{
    border-color: #fff;
    background: #8d8d8d;
    padding: 100px 20px;
    text-align: center;
    cursor: unset;
}
.session.comingsoon p{
    font-family: "Oswald", sans-serif ;
    font-size: 24px;
    font-weight: bold;
    color: var(--olive);
}
.session.comingsoon:hover{
    transform: none;
}
/* セッション続々準備中 順次公開予定！ */
.session.empty{
    position: relative;
    border-color: var(--olive);
    padding: 70px 20px;
    text-align: center;
    cursor: unset;
}
.session.empty::after{
    position: absolute;
    content: "…";
    font-size: 4rem;
    color: var(--olive);
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
#livelist .session.empty::after{
   display: none;
}
.session.empty:hover{
    transform: none;
}
.session.empty p{
    font-size: 2.4rem;
    font-weight: bold;
    font-style: italic;
}

/* 見逃し配信中表示 */
.session .session-archive-txt{
    position: absolute;
    background: var(--olive);
    color: #f7f40f;
    padding: 3px 7px;
    top: 2%;
    right: 1%;
    font-size: 2rem;
    font-weight: 500;
    display: none;
}
/* 点滅 */
/* .blinking{
	-webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
} */

/* 注釈 */
.note,.note_List li{
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    text-indent: 0;
    padding-left: 1em;
}
.note::before,
.note_List li::before{
    position: absolute;
    content: "※";
    font-size: 12px;
    top: 0;
    left: 0;
}
.note.asterisk::before,
.note_List.asterisk li::before{
    content: "*";
}
.note_List{
    margin-top: 10px;
}

/* セッション（対談） */
.session.dialogue .speaker{
    grid-row: 1 / 4;
    margin-right: 10px;
    padding: 15px 10px 15px 0;
}
.session.dialogue .session_ttl{
    padding: 0 0 10px 10px;
}
.session.dialogue .speaker_info01 {
    grid-row: 2 / 3;
    padding-bottom: 10px;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 10px;
    padding: 0 0 10px 10px;
}
.session.dialogue .speaker_info02 {
    grid-row: 3 / 4;
    padding: 0 0 5px 10px;
}
.session.dialogue .speaker .speaker_img{
    margin-bottom: 10px;
}
.session.dialogue .speaker .speaker_img img{
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.session_Wrap.main_session.special_session div.session.dialogue:hover,
.category_special_Wrap div.session.dialogue:hover{
    transform: none;
}

/* --------------------------------
header
----------------------------------- */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 10px 20px;
    z-index: 200;
    transition: 0.3s;
}
.header.js-header.change-color,
.header_btn.js-header_sp.change-color_sp{
    background: rgb(200 230 242 / 90%);
    transition: 0.3s;
}
.header.js-header .header-title a img{
    transition: 0.3s;
}
.header.js-header.change-color .header-title a img{
    width: 100px;
}
.header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    transition: 0.3s;
}
.header-title{
    width: 10%;
}
.header-title a{
    transition: 0.3s;
}
.header-title a:hover{
    opacity: 0.7;
}
.header-title a img{
    width: 140px;
}
.header img {
    width: 145px;
}
.header-nav {
    width: 88%;
    margin-left: auto;
}
.header-nav-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.header li.header-nav-item{
    margin-left: 20px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}
.header li.hdr-btn{
    /* display: none; */
    /* width: 25%; */
    max-width: 300px;
    min-width: 220px;
    margin-left: 10px;
}
.header li.hdr-btn_1{
    /* max-width: 180px; */
    margin-left: 10px;
}
.header li.hdr-btn .arrow_Btn{
    width: 100%;
    margin: 0;
    padding: 12px 5px;
    max-width: none;
    /*background: var(--orange);*/
}
.header li.hdr-btn .arrow_Btn::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: 5px;
    height: 5px;
    border-right: none;
    border-top: none;
}
.header li.hdr-btn .arrow_Btn span{
    font-size: 14px;
}
.header li.hdr-btn .arrow_Btn.bgleft.form_cta{
    padding: 10px 8px;
}
.header li.hdr-btn .arrow_Btn.bgleft.form_cta span.free{
    font-size: 1.3rem;
    line-height: 1;
    padding: 3px 6px;
    margin-right: 5px;
}
.header li a.header-nav-item-link{
    display: inline-block;
    position: relative;
    color: #144b76;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    /* text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF; */
}
.header li a.header-nav-item-link:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--navy);
    position: absolute;
    display: block;
}
.header li a.header-nav-item-link:hover:before {
    width: 50%;
    border-bottom: 2px solid #144b76;
}
.header li>a.header-nav-item-link:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--navy);
    position: absolute;
    display: block;
}
.header li a.header-nav-item-link:hover:after {
    width: 50%;
    border-bottom: 2px solid #144b76;
}
.header li a.lunch-btn{
    font-size: 1.4rem;
    line-height: 1.4rem;
    /* width: 150px; */
    width: 210px;
    padding: 1rem 0.6rem;
}
.header .lunch-btn:after {
    display: none;
}
button.btn-flat:before {
    left: 48px;
}
.header a.btn-flat:before{
    left: 88px;
}
.header li a.btn:not(:first-child){
    margin-left: 1.6rem;
}
.header li a.btn:after{
    right:1.4rem;
    display: none;
}
.header a.btn-flat.small span, button.btn-flat.small span {
    font-size: 1.4rem
}
br.tab{
    display: none;
}

/* --------------------------------
bg
----------------------------------- */
.cream_bg{
    background: url(../img/cream_bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.cream_bg_top{
    background: url(../img/cream_bg.jpg) top center no-repeat;
    background-size: cover;
}
.light_bg{
    background: url(../img/light_bg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.blue_bg{
    background: url(../img/blue_bg.jpg) top center no-repeat;
    background-size: cover;
}
.amazongift_bg{
    background: url(../img/lower_ttl.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.grad_bg {
    background: url(../img/brown_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media screen and (max-width:768px) {
    .cream_bg{
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1100px) {
    .amazongift_bg::before {
        content: "";
        position: absolute;
        top: -12%;
        left: -4%;
        width: 360px;
        height: 100%;
        background: url(../img/leaf_left.png) no-repeat center / contain;
      }
      .amazongift_bg::after {
        content: "";
        position: absolute;
        bottom: -12%;
        right: -1%;
        width: 400px;
        height: 100%;
        background: url(../img/leaf_right.png) no-repeat center / contain;
      }
}
/* --------------------------------
Amazon gift card
----------------------------------- */
.gift_Wrap{
    width: 100%;
    padding: 60px 0 50px;
}
.gift_Wrap h2{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #103b5b;
    border-radius: 10px 10px 0 0;
}
.gift_Wrap h2 .lnst_logo{
    display: block;
    width: 28rem;
    margin-right: 5px;
}
.gift_Wrap .gift-link{
    transition: 0.3s;
}
.gift_Wrap .gift-link:hover{
    opacity: 0.7;
}
.gift_Wrap .gift_area{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 0 0 15px;
    z-index: 1;
}
.gift_Wrap .gift_area .amazon_logo{
    width: 85%;
    margin: 15px auto 0;
}
.gift_Wrap .camp_deco{
    position: absolute;
    width: 126px;
    z-index: 99;
    top: -12%;
    left: -6%;
}
.gift_Wrap .gift_area .arrow_Btn{
    margin: 20px auto 0;
}

/* --------------------------------
footer
----------------------------------- */
.footer{
    position: relative;
    background: var(--basic);
    padding: 2.4rem 0;
}
.ftr-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ftr-box>li:last-of-type{
    width: 64%;
}

.footer-li li:last-of-type:after{
    display: none;
}
.footer-li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.footer a{
    color:  #fff;
    font-size: 1.4rem;
    transition:.2s;
}
.footer a:hover{
    opacity:0.6;
}
.copyright{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
}
.copyright p{
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.logo-ftr{
    margin-bottom: 2rem;
}
.logo-ftr img{
    width: 162px;
}
.ftr-mangylogo{
    width: 120px;
}

/* --------------------------------
Pagetop
----------------------------------- */
#Pagetop{
    position: fixed;
    right: 2%;
    bottom: 200px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: var(--blue);
    padding: 30px;
    transition: 0.3s;
    z-index: 99;
}
#Pagetop a{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#Pagetop a::before,
#Pagetop a::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: white;
    top: 48%;
}
#Pagetop a::before{
    left: 30%;
    transform: translateY(-50%) rotate(-45deg);
}
#Pagetop a::after{
    right: 30%;
    transform: translateY(-50%) rotate(45deg);
}
#Pagetop:hover{
    opacity: 0.7;
}

/* ----------------------------------------------------------
下層ページ共通
---------------------------------------------------------- */
.lower_ttl{
    position: relative;
    width: 100%;
    background: url(../img/lower_ttl.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0 30px;
    height: auto;
}
.lower_ttl h2 img {
    width: fit-content;
}
.page_ttl{
    width: 100%;
    text-align: center;
    color: #003b67;
}
.page_ttl h2{
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-size: 5rem;
    margin-bottom: 16px;
}
.page_ttl p{
    color: var(--basic);
    font-size: 18px;
    font-weight: 500;
}
.page_ttl .archive_note{
    max-width: 440px;
    margin: 10px auto 0;
}
.lower_ttl.big.complete{
    height: auto;
    padding: 70px 0 30px;
}
.lower_ttl.big.complet .page_ttl{
    position: relative;
    transform: unset;
    top: 0;
    left: 0;
}
.lower_ttl.big.complet .sub_txt{
    margin-top: 20px;
}
.bnr_area{
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}
.bnr_area a img{
    width: 100%;
    margin: 10px 0;
    transition: opacity 0.2s ease-in-out;
}
.bnr_area a img:hover{
    opacity: 0.5;
}
/* ----------------------------------------------------------
カテゴリー別（経理／人事／法務／総務）
---------------------------------------------------------- */
/* メニューボタン */
#menu_Btn{
    position: fixed;
    left: 0;
    bottom: 3%;
    width: 20%;
    z-index: 3;
}
#menu_Btn a{
    position: relative;
    display: block;
    width: 95%;
    margin-bottom: 8px;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 0 10px 15px;
    transition: 0.3s;
}
#menu_Btn a.current{
    width: 100%;
}
#menu_Btn a:not(.current){
    filter: brightness(0.5);
}
#menu_Btn a.keiri{ background: var(--keiri);}
#menu_Btn a.jinji{ background: var(--jinji);}
#menu_Btn a.houmu{ background: var(--houmu);}
#menu_Btn a.soumu{ background: var(--soumu);}
#menu_Btn a.system{ background: var(--system);}
#menu_Btn a::after{
    position: absolute;
    content: "";
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: 2;
}
#menu_Btn a:hover{
    width: 100%;
    filter: brightness(1);
}
#top #menu_Btn a:not(.current) {
    filter: brightness(1);
}

/* フローティングバナー */
#float_Bnr{
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    width: 30%;
    max-width: 280px;
    /*border: 3px solid var(--basic);*/
    border-radius: 5px;
    z-index: 10;
    transition: 0.3s;
}
#float_Bnr:hover{
    opacity: 0.7;
}

/* カテゴリー別基調講演 */
.category_special_Wrap h2{
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
    line-height: 1;
    padding: 8px 10px 5px;
    color: #fff;
    margin-bottom: 20px;
}

/* カテゴリー別メインセッション */
.category_main_Wrap h2{
    text-align: center;
    font-family: 'Poppins';
    font-size: 50px;
    line-height: 1;
}
.session_Wrap.main h2.other_detail_ttl{
    display: none !important;
}
.session_Wrap.main .livelist.btn_flex {
    display: flex !important;
}
.session_Wrap.main .btn_flex {
    display: none !important;
}
.category-txt {
    padding: 50px 0 100px;
    width: 100%;
    background: #fefefe;
    border-radius: 10px;
    border: var(--navy) 2px solid;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 20px auto 100px;
    position: relative;
}
.category_main_Wrap .category-txt {
    margin: 20px auto 60px;
}
.category-txt:before {
    content: 'COMING SOON.';
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44px;
    font-style: normal;
    font-weight: normal;
    color: #efefef;
    letter-spacing: 0;
}
.category-txt:after {
    content: '・・・';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 10;
    margin-left: -40px;
}

/* --------------------------------
経理
----------------------------------- */
/* CVボタン */
/*#keiri .arrow_Btn.index{
    background: #fff;
}
#keiri .arrow_Btn.index span{
    color: var(--keiri);
}
#keiri .arrow_Btn.bgleft::before{
    background-color: var(--keiri2);
}*/
#keiri .arrow_Btn.category{
    background: var(--keiri);
}
#keiri .arrow_Btn::after{
    border-color: #fff;
}
#keiri .arrow_Btn.bgleft.form_cta::after,
#keiri .arrow_Btn:hover::after{
    border-color: #fff;
}
/* カテゴリー別基調講演 */
#keiri .category_special_Wrap{
    background: url(../img/keiri_bg.webp) center center no-repeat;
    background-size: cover;
}
#keiri .category_special_Wrap h2{
    background: var(--keiri2);
}
#keiri .category_special_Wrap .session{
    border-color: var(--keiri2);
}
#keiri .category_special_Wrap .session .session_ttl h3{
    color: var(--keiri2);
}
#keiri .category_special_Wrap .session .session_arrow{
    background: var(--keiri2);
}
/* カテゴリー別メインセッション */
#keiri .category_main_Wrap h2{
    color: var(--keiri2);
}
/* Pagetop */
/* #keiri #Pagetop{
    background: var(--keiri);
} */

/* --------------------------------
人事
----------------------------------- */
/* CVボタン */
#jinji_soumu .arrow_Btn.index{
    background: #fff;
}
#jinji_soumu .arrow_Btn.index span{
    color: var(--jinji2);
}
#jinji_soumu .arrow_Btn.bgleft::before{
    background-color: #e88800;
}
#jinji_soumu .arrow_Btn.category{
    background: var(--jinji);
}
#jinji_soumu .arrow_Btn.bgleft.form_cta::after,
#jinji_soumu .arrow_Btn:hover::after{
    border-color: #fff;
}
/* カテゴリー別基調講演 */
#jinji_soumu .category_special_Wrap{
    background: url(../img/jinji_bg.webp) center center no-repeat;
    background-size: cover;
}
#jinji_soumu .category_special_Wrap h2{
    background: var(--jinji2);
}
#jinji_soumu .category_special_Wrap .session{
    border-color: var(--jinji2);
}
#jinji_soumu .category_special_Wrap .session .session_ttl h3{
    color: var(--jinji2);
}
#jinji_soumu .category_special_Wrap .session .session_arrow{
    background: var(--jinji2);
}
/* カテゴリー別メインセッション */
#jinji_soumu .category_main_Wrap h2{
    color: var(--jinji2);
}
/* Pagetop */
/* #jinji_soumu #Pagetop{
    background: var(--jinji);
} */

/* --------------------------------
法務
----------------------------------- */
/* カテゴリー別基調講演 */
#houmu .category_special_Wrap{
    background: url(../img/houmu_bg.webp) center center no-repeat;
    background-size: cover;
}
#houmu .category_special_Wrap h2{
    background: var(--houmu2);
}
#houmu .category_special_Wrap .session{
    border-color: var(--houmu2);
}
#houmu .category_special_Wrap .session .session_ttl h3{
    color: var(--houmu2);
}
#houmu .category_special_Wrap .session .session_arrow{
    background: var(--houmu2);
}
/* カテゴリー別メインセッション */
#houmu .category_main_Wrap h2{
    color: var(--houmu2);
}
/* Pagetop */
/* #houmu #Pagetop{
    background: var(--houmu);
} */

/* --------------------------------
総務
----------------------------------- */
/* CVボタン */
#soumu .arrow_Btn{
    background: #fff;
}
#soumu .arrow_Btn span{
    color: var(--soumu2);
}
#soumu .arrow_Btn.bgleft::before{
    background-color: var(--soumu2);
}
#soumu .arrow_Btn.bgleft.form_cta{
    background-image: linear-gradient(90deg, #ff6d20, #f0a118);
}
#soumu .arrow_Btn.bgleft.form_cta::after,
#soumu .arrow_Btn:hover::after{
    border-color: #fff;
}
/* カテゴリー別基調講演 */
#soumu .category_special_Wrap{
    background: url(../img/soumu_bg.webp) center center no-repeat;
    background-size: cover;
}
#soumu .category_special_Wrap h2{
    background: var(--soumu2);
}
#soumu .category_special_Wrap .session{
    border-color: var(--soumu2);
}
#soumu .category_special_Wrap .session .session_ttl h3{
    color: var(--soumu2);
}
#soumu .category_special_Wrap .session .session_arrow{
    background: var(--soumu2);
}
/* カテゴリー別メインセッション */
#soumu .category_main_Wrap h2{
    color: var(--soumu2);
}
/* Pagetop */
/* #soumu #Pagetop{
    background: var(--soumu2);
} */

/* --------------------------------
情シス
----------------------------------- */
/* カテゴリー別基調講演 */
#system .category_special_Wrap{
    background: url(../img/system_bg.webp) center center no-repeat;
    background-size: cover;
}
#system .category_special_Wrap h2{
    background: var(--system2);
}
#system .category_special_Wrap .session{
    border-color: var(--system2);
}
#system .category_special_Wrap .session .session_ttl h3{
    color: var(--system2);
}
#system .category_special_Wrap .session .session_arrow{
    background: var(--system2);
}
/* カテゴリー別メインセッション */
#system .category_main_Wrap h2{
    color: var(--system2);
}
/* Pagetop */
/* #system #Pagetop{
    background: var(--system2);
} */

/* --------------------------------
職種別共通
----------------------------------- */
#keiri #Pagetop a::before,#keiri #Pagetop a::after,
#jinji_soumu #Pagetop a::before,#jinji_soumu #Pagetop a::after,
#houmu #Pagetop a::before,#houmu #Pagetop a::after,
#system #Pagetop a::before,#system #Pagetop a::after{
    background: #fff;
}

/* --------------------------------
アーカイブ対応
----------------------------------- */
.archive-txt{
    background: #c02951;
    text-align: center;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 28px;
    font-style: italic;
    color: #fbf894;
    margin-top: 10px;
    padding: 10px 0;
}
.archive-txt small{
    font-size: 80%;
    font-weight: 500;
}
.session .session_ttl .time {
    display: none;
}

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

/* ==============================================================
TAB(~1200px)
============================================================== */
@media screen and (max-width:1200px) {
    .txt{
        font-size: 14px;
    }
    .header li.header-nav-item {
        margin-left: 10px;
    }
    .header li a.header-nav-item-link{
        font-size: 13px;
    }
    br.tab{
        display: block;
    }
}

/* ==============================================================
TAB(~1000px)
============================================================== */
@media screen and (max-width:1000px) {

    .header {
        padding: 10px;
    }
    .header li.header-nav-item {
        margin-left: 10px;
    }
    .header li a.header-nav-item-link {
        font-size: 11px;
        line-height: 1.2;
    }
    .header li.hdr-btn{
        min-width: 130px;
        margin-left: 5px;
    }
    .header li.hdr-btn_1 {
        width: 20%;
        max-width: 100px;
        margin-left: 10px;
    }
    .header li.hdr-btn .arrow_Btn {
        padding: 10px 5px;
    }
    .header li.hdr-btn .arrow_Btn span {
        font-size: 12px;
    }
    .header li.hdr-btn .arrow_Btn::after {
        border-top-width: 0;
        border-right-width: 0;
        width: 0;
        height: 0;
    }
    .header li.hdr-btn .arrow_Btn.bgleft.form_cta{
        padding: 8px;
    }
    .header li.hdr-btn .arrow_Btn.bgleft.form_cta span.free {
        font-size: 1.1rem;
    }
    .header-title a img {
        width: 100px;
    }
}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    br.tab{
        display: none;
    }

    section[class*=_Wrap]{
        padding: 40px 0;
    }

    .ftr-mangylogo{
        width: 100px;
        margin: 0 auto;
        margin-bottom: 1.6rem;
    }

    .btn_flex > a{
        width: 100%;
        max-width: none;
        margin: 15px auto 0;
    }

    /* アーカイブボタン */
    .btn_flex > .archive_Btn{
        width: 100%;
        margin-top: 20px;
    }
    .btn_flex > .archive_Btn .archive_txt {
        padding: 4px 0;
        top: 0;
    }

    .Wrap_ttl{
        font-size: 20px;
        margin-bottom: 0;
    }
    .Wrap_ttl h2{
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    .Wrap_ttl::after{
        bottom: -10px;
    }
    .Wrap_ttl h2 span {
        font-size: 1.4rem;
    }
    .Wrap_ttl h2.jp_ttl {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .Wrap_ttl h2.jp_ttl::after {
        width: 40px;
    }
    .session-att{
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .bnr_area{
        padding: 20px;
        margin: 0;
    }

    /* セッション */
    .session{
        padding: 15px;
    }
    .session .session-archive-txt {
        border: 1px solid #fff;
        padding: 1px 5px;
        top: -2%;
        right: -2%;
        font-size: 1.4rem;
    }
    .session .category-time_flex .category{
        padding: 5px 7px 4px;
        margin-right: 8px;
        font-size: 1.4rem;
    }
    .session .category-time_flex .session-time{
        font-size: 1.6rem;
    }
    .session .tokuten {
        padding: 7px;
        font-size: 1.2rem;
    }
    .session .tokuten span.ic {
        margin-right: 3px;
        vertical-align: -1px;
    }
    .session h3 {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 18px;
        padding-left: 12px;
    }
    .session .speaker{
        margin-bottom: 5px;
    }
    .session .speaker .speaker-img {
        width: 70px;
    }
    .session .speaker .logo-img{
        width: 70%;
        margin-left: 20px;
    }
    .session .speaker .logo-img img{
        width: 100%;
    }
    .session .speaker .logo2 .logo-img {
        margin-left: 0;
    }
    .session .speaker .logo-img img.square{
        max-height: 50px;
    }
    .session .speaker-detail{
        width: 100%;
        margin: 4px 0 0;
        border-left: none;
        padding: 5px 0 5px 0;
    }
    .session .speaker.logo-none .speaker-detail{
        width: calc(100% - 80px);
        margin-left: 10px;
    }
    .session .speaker .logo2{
        width: 75%;
    }
    .session .speaker-detail .name {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .session .speaker-detail .company {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .session .watch-tokuten{
        margin-top: 5px;
        border: var(--olive) 1px solid;
    }
    .session .watch-tokuten h4{
        width: 100%;
        padding: 5px;
        flex-direction: row;
        align-items: center;
    }
    .session .watch-tokuten p{
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 1.4rem;
        background: #fff;
    }
    .session .session-btn {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        padding: 12px 5px;
    }
    .session .session-btn::before, .session .session-btn::after {
        display: none;
    }

    /* セッション続々準備中 順次公開予定！ */
    .session.empty{
        padding: 40px 20px;
    }
    .session.empty p{
        font-size: 1.8rem;
        line-height: 1.4;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 200;
        right: 0;
        top: 3px;
        width: 50px;
        height: 50px;
        border-radius: 0 0 0 10px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 25px;
        height  : 2px ;
        left: 50%;
        transform: translateX(-50%);
        background : #103b5c;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 18px;
    }
    .hamburger span:nth-child(2) {
        top: 24px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        background: var(--dark);
        top : 22px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform   : translateX(-50%) rotate(-45deg);
        transform        : translateX(-50%) rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        background: var(--dark);
        top: 22px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform   : translateX(-50%) rotate(45deg);
        transform        : translateX(-50%) rotate(45deg);
    }
    nav.globalMenuSp {
        position: fixed;
        z-index : 100;
        top  : 0;
        left : -1000px;
        text-align: center;
        width: 100%;
        /*  opacity: 0;*/
        transition: opacity .6s ease, visibility .6s ease;
        width: 100%;
        height: 100vh;
        transition: .4s all;
        overscroll-behavior-y: contain;
    }
    nav.globalMenuSp ul {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
    }
    nav.globalMenuSp ul li {
        list-style-type: none;
        width: 90%;
        padding-bottom: 12px;
        border-bottom: #d4d4d4 1px solid;
        margin: 0 auto 10px;
        transition: .3s all;
    }
    /* nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    } */
    nav.globalMenuSp ul li:hover{
        opacity:0.6;
    }
    nav.globalMenuSp ul li.hdr-btn{
        padding-bottom: 0;
    }
    nav.globalMenuSp ul li a {
        display: block;
        font-weight: 500;
        text-decoration :none;
        text-transform: uppercase;
        line-height: 1;
    }
    nav.globalMenuSp ul li.hdr-btn{
        border-bottom: none;
    }
    nav.globalMenuSp ul li:last-of-type a{
        margin-top: 0;
    }
    nav.globalMenuSp ul li a.arrow_Btn{
        width: 100%;
    }
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        left:0px;
    }
    .header_btn {
        padding: 0.8rem 1rem;
        height: 56px;
        width: 100%;
        top: 0;
        left:0;
        transition: .3s;
        display: flex;
        position:fixed;
        align-items: center;
        z-index: 40;
    }
    .header_btn-box{
        width: 80px;
    }
    .js-header_sp.change-color_sp{
        background: rgb(200 230 242 / 90%);
        transition: 0.3s;
    }
    .header_btn.change-color_sp {
        top:0;
    }
    .logo-sp {
        display: inline-block;
    }
    .logo-sp img{
        width: auto;
        height: 40px;
        margin-right: 1rem;
    }
    .header_btn a.btn {
        max-width:100%;
        /* width: 160px; */
        width: 200px;
        display: inline-block;
        line-height: 1.4rem;
        font-size: 1.4rem;
        padding: 0.8rem 0.5rem 0.7rem;
    }
    .header_btn a.btn::after{
        display: none;
    }

    .ftr-box{
        display: block;
    }
    .ftr-box{
        width: 100%;
    }
    .logo-ftr{
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .logo-ftr img{
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }
    .ftr-box>li:last-of-type{
        width:100%;
    }

    /* Pagetop */
    #Pagetop{
        bottom: 40px;
    }

    /* ボタン */
    .arrow_Btn {
        padding: 15px 10px 15px 0;
        margin: 20px auto;
        transition: none;
    }
    .arrow_Btn span{
        font-size: 15px;
        letter-spacing: 0.02em;
    }
    .arrow_Btn.bgleft.form_cta span.free{
        font-size: 1.4rem;
        padding: 3px 8px;
    }
    .bgleft::before {
        transition: none;
    }
    .bgleft:hover::before {
        transform-origin: unset;
        transform: none;
    }

    /* 下部吸着ボタン */
    .fixed_cta_wrapper {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 90;
        background: rgba(255,255,255,0.7);
        width: 100%;
        padding: 10px 0;
        transition: 0.3s;
    }
    .fixed_cta {
        margin: 0 auto;
    }

    /* --------------------------------
    Amazon gift card
    ----------------------------------- */
	.gift_Wrap h2 {
		font-size: 1.6rem;
		line-height: 1.2;
        gap: 5px;
        flex-direction: column;
        padding: 20px 10px 15px 20px;
	}
	.gift_Wrap h2 .lnst_logo{
		width: 70%;
	}
    .gift_Wrap .gift_area .amazon_txt{
        flex-direction: column;
        font-size: 2.8rem;
        gap: 10px;
    }
    .gift_Wrap .gift_area .amazon_txt .amazon_logo{
        width: 70%;
    }
    .gift_Wrap .camp_deco{
        width: 80px;
        top: -9%;
        left: -6%;
    }
    /* --------------------------------
    bg
    ----------------------------------- */
    .white_bg{
        /*background: url(../img/white_bg_sp.jpg) center top no-repeat;
        background-size: cover;*/
    }

    /* ----------------------------------------------------------
    下層ページ共通
    ---------------------------------------------------------- */
    .lower_ttl{
        padding: 60px 0 20px;
    }
    .page_ttl h2{
        font-size: 5rem;
        margin-bottom: 10px;
        transform: scale(0.7, 0.7);
    }
    .page_ttl img {
        width: 70%;
    }
    .page_ttl {
        
    }
    .page_ttl p{
        font-size: 14px;
        line-height: 1.2;
    }

    /* ----------------------------------------------------------
    カテゴリー別（経理／人事／法務／総務）
    ---------------------------------------------------------- */
    /* メニューボタン */
    #menu_Btn{
        bottom: 5%;
        width: 35%;
    }
    #menu_Btn a{
        font-size: 14px;
        margin-bottom: 5px;
        padding: 5px 0 5px 10px;
    }
    #menu_Btn a::after {
        width: 4px;
        height: 4px;
    }

    /* フローティングバナー */
    #float_Bnr{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: none;
        border: none;
        border-radius: 0;
        z-index: 10;
        transition: 0.3s;
    }

    /* カテゴリー別基調講演 */
    .category_special_Wrap h2{
        font-size: 40px;
        padding: 8px 0 5px;
    }

    /* カテゴリー別メインセッション */
    .category_main_Wrap h2{
        font-size: 40px;
    }
    .category-txt {
        font-size: 16px;
        padding: 50px 0 80px;
        margin: 20px auto 70px;
    }
    .category_main_Wrap .category-txt {
        margin: 20px auto 50px;
    }
    .category-txt:before {
        bottom: 50px;
        font-size: 24px;
        width: 100%;
    }
    .category-txt:after {
        bottom: -60px;
        font-size: 30px;
        letter-spacing: 5;
        margin-left: -20px;
    }

    /* --------------------------------
    アーカイブ対応
    ----------------------------------- */
    /* .archive-txt{
        font-size: 20px;
        padding: 5px 0;
    } */

    /* --------------------------------
    クローズ対応
    ----------------------------------- */
    /* nav.globalMenuSp ul li.hdr-btn{
        display: none;
    } */
}