*{font-family:"游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}
a:hover{opacity:.7;}
/* header */
.egm_header{display:flex;justify-content: space-between;align-items:center;position:fixed;top:0;background:#fff;width:100%;padding:26px 20px 20px;z-index:1000;}
.egm_header_menu li{display:inline-block;margin-left:20px;}
.egm_header_menu li a{color:#333;font-size:14px;}
.egm_header_menu li.egm_header_menu_btn a{color:#fff;padding:16px 30px;border-radius:4px;background:#eb8435;}
.egm_header_menu li.egm_header_menu_btn01 a{color:#eb8435;border:1px solid #eb8435;background:#fff;}
/* wrap */
.egm_kv_wrap,.egm_cta01_wrap,.egm_cta02_wrap{background: rgb(122,237,44);background: linear-gradient(310deg, rgba(122,237,44,0.2) 0%, rgba(196,244,67,0.2) 100%);}
/* kv */
.egm_kv{display:flex;justify-content: space-between;align-items:center;padding:118px 0 20px;margin:auto;width:100%;max-width:1080px;}
.egm_kv_text img{margin-bottom:20px;}
.egm_kv_img{text-align:center;}
/* cta */
.egm_cta01_title{text-align:center;}
.egm_cta01_wrap{padding:40px 0 20px;}
.egm_cta01{text-align:center;}
.egm_cta01_text img,.egm_cta01_text00 img{margin-bottom:20px;}
.egm_arrow{position:relative;}
.egm_arrow img{position:absolute; top:-20px;left:calc(50vw - 32px);}
/* loopslide */
.loopslide{display:flex;width:100vw;overflow:hidden;margin-bottom:20px;}
.loopslide img{width:auto;height:100%;}
.loopslide img:first-child{animation:slide1 60s -30s linear infinite;}
.loopslide img:last-child{animation:slide2 60s linear infinite;}
@keyframes slide1{0%{transform: translateX(100%);}to{transform: translateX(-100%);}}
@keyframes slide2{0%{transform: translateX(0);}to{transform: translateX(-200%);}}
.notes{text-align:center;}
.notes p {font-size:11px;color:#666;margin-top:-40px;}

/* marutto */
.maru_egm_wrap{background: rgb(25,144,46);background: linear-gradient(310deg, rgba(25,144,46,0.2) 0%, rgba(0,160,99,0.2) 100%);padding:40px 0 15px;}
.maru_egm_content{display:flex;justify-content: space-between;align-items:center;padding:30px 0;margin:auto;width:100%;max-width:1080px;}
.maru_egm_title,.maru_egm_logo,.maru_egm_cta{text-align:center;}
.maru_egm_text{padding-left:30px;}
.maru_egm_text p{font-size:16px;}
.maru_egm_logo{margin-bottom:20px;}
.maru_egm_notes{text-align:right;padding:20px;}
.maru_egm_notes p{font-size:10px;}

/* footer */
.theme-custom .p-header, .theme-custom .p-m_navigation{background:#fff !important;}
#section-189 .c-inner--lg {padding-top:0;}
@media only screen and (max-width: 769px){
    .egm_kv,.egm_cta01,.egm_cta02{flex-direction: column;}
    .egm_kv_img{order:1;padding-bottom:20px;}
    .egm_kv_text{order:2;}
    .egm_kv > *,.egm_cta01 > *,.egm_cta02 > *{width:90%;margin:auto;}
    /* header */
    .egm_header_menu li{margin-left:10px;}
    .egm_header_menu li.egm_header_menu_btn{display:none;}
    /* kv */
    .egm_kv{padding:20px 0 0;}
    .egm_header{margin-top:0;}
    /* cta */
    .p-header-floating-btn__sp-icon-btn{display:none;}
    .p-header-floating-btn__editable-btn{box-shadow:0 -2px 4px rgba(0,0,0,.1);border:8px solid #fff;}
    .p-header-floating-btn__editable-btn .c-btn--sm a{height:40px;line-height:40px;border-radius:5px;box-shadow:0 4px 0 rgb(136, 76, 12);}
    /* loopslide */
    .loopslide01{margin-bottom:0;}
    .notes p {font-size:10px;margin-top:-25px;margin-bottom:20px;}
    /* text */
    h2 strong{font-size:24px !important;}
    /* marutto */
    .maru_egm_content{flex-direction: column;}
     .maru_egm_content > *,.maru_egm_logo,.maru_egm_cta{width:90%;margin:auto;}
    .maru_egm_text{padding-left:0;margin-top:20px;}
}