@charset "shift_jis";
.breadcrumbs {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
    top: 104%;
}
@media print, screen and (min-width: 740px) {
    .breadcrumbs {
        top: 122%;
    }
}
@media print, screen and (min-width: 768px) {
    .breadcrumbs {
        top: 420px;
        padding: 0 20px;
    }
}
@media print, screen and (min-width: 800px) {
    .breadcrumbs {
        top: 425px;
    }
}
@media print, screen and (min-width: 900px) {
    .breadcrumbs {
        top: 446px;
    }
}
@media print, screen and (min-width: 950px) {
    .breadcrumbs {
        top: 467px;
    }
}
@media print, screen and (min-width: 1000px) {
    .breadcrumbs {
        top: 490px;
    }
}
@media print, screen and (min-width: 1100px) {
    .breadcrumbs {
        top: 535px;
    }
}
@media print, screen and (min-width: 1200px) {
    .breadcrumbs {
        top: 546px;
    }
}
@media print, screen and (min-width: 1300px) {
    .breadcrumbs {
        top: 555px;
    }
}
@media print, screen and (min-width: 1400px) {
    .breadcrumbs {
        top: 580px;
    }
}
/* CSS Document */
img {
    width: 100%;
    height: auto;
}
/*=======================
#pagetitle
========================*/
#facial_event_system_pagetitle {
    /*position: absolute;
    top: 75px;
    height: 120px;
    
    background: url(../img/common_img/pagetitle_bg.jpg) center center no-repeat;
    background-size: cover;
    background: #6e6e6e;
    padding: 60px 0;*/
}
#facial_event_system_pagetitle h1 {
    position: relative;
    top: 70%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1.1;
    display: inline-block;
    font-weight: 700;
    color: #0099FF;
    background: #fff;
    padding: 15px;
    font-size: clamp(1.625rem, 0.875rem + 2.08vw, 2.6rem) !important;
    letter-spacing: 2px;
    opacity: 0;
    animation: slideInFromLeft 1s ease-out 0.3s forwards;
}
#facial_event_system_pagetitle figure img {
    width: 100%;
    max-width: 500px;
    height: auto;
}
#facial_event_system_pagetitle .subsidy_bn a {
    position: relative;
    display: inline-block;
    padding: 10px 60px;
    line-height: 2.2;
    color: #fff;
    border: solid 1px #fff;
    font-size: clamp(1.25rem, 0.5rem + 2.08vw, 1.5rem);
    background: #ff7800;
    border-radius: 50px;
}
#facial_event_system_pagetitle .subsidy_bn a:hover {
    color: #ff7800;
    background: #fff;
    opacity: 1.0;
}
#facial_event_system_pagetitle .subsidy_bn a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    transition: all 0.5s;
}
#facial_event_system_pagetitle .subsidy_bn a:hover::after {
    border-top: solid 2px #ff7800;
    border-right: solid 2px #ff7800;
}
@media print, screen and (min-width: 576px) {
    #facial_event_system_pagetitle .subsidy_bn a::after {
        right: 20px;
    }
}
@media print, screen and (min-width:768px) {
    #facial_event_system_pagetitle .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #facial_event_system_pagetitle .subsidy_bn {
        text-align: left !important;
        line-height: 1.2;
    }
}
.hero-section {
    background: linear-gradient(135deg, #49d3ff 0%, #003da6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*overflow: hidden;*/
    padding: 10% 10% 5% 10%;
}
.hero-content {
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 500px;
    flex: 1;
    animation: fadeInUp 1s ease-out;
}
.hero-subtitle {
    display: inline-block;
    font-weight: 700;
    color: #0099FF;
    background: #fff;
    padding: 15px;
    font-size: clamp(1.625rem, 0.875rem + 2.08vw, 2.6rem) !important;
    margin: 2rem 0;
    opacity: 0.9;
    opacity: 0;
    animation: slideInFromRight 1s ease-out 0.6s forwards;
}
.hero-description {
    font-size: clamp(2rem, 0.7rem + 3.5vw, 3.3rem) !important;
    /*text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px, rgba(0, 0, 0, 0.1) -1px -1px 3px, rgba(0, 0, 0, 0.1) -1px 1px 3px, rgba(0, 0, 0, 0.1) 1px -1px 3px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0 -1px 3px, rgba(0, 0, 0, 0.1) -1px 0 3px, rgba(0, 0, 0, 0.1) 1px 0 3px;*/
    margin-bottom: 3rem;
    line-height: 1.6;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.9s forwards;
    display: inline-block;
    font-weight: 700;
    color: #0099FF;
    background: #fff;
    padding: 15px;
}
.hero-description span {
    background-color: #0099FF;
    background-image: linear-gradient(225deg, #003da6 0%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-image {
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 500px;
    flex: 1;
    animation: fadeIn 1s ease-out;
}
.hero-image img {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}
@media print, screen and (min-width:768px) {
    #facial_event_system_pagetitle h1, .hero-subtitle, .hero-description {
        text-align: left;
    }
    .hero-content {
        text-align: left;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.download-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}
/*=======================
#solve_the_problem
========================*/
#solve_the_problem {
    padding-bottom: 50px !important;
}
#solve_the_problem ul.row {
    justify-content: center;
    counter-reset: desc-counter; /* カウンターを初期化 */
    list-style: none; /* デフォルトのリストマーカーを消す（必要に応じて） */
    padding: 0;
}
#solve_the_problem ul.row > li {
    counter-increment: desc-counter; /* カウンターを1つ進める */
    position: relative;
    margin: 15px 0;
    margin-bottom: 30px;
}
#solve_the_problem ul.row > li::before {
    content: "説明"counter(desc-counter, decimal-leading-zero); /* 例: 説明01 */
    color: #0099FF;
    font-weight: bold;
}
#solve_the_problem ul.row > li > .item_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 1px 3px #999, 1px 1px 3px #999;
    height: 100%;
}
#solve_the_problem ul.row > li > .item_wrap figure {
    margin: 0 0 15px 0;
}
@media print, screen and (min-width:768px) {
    #solve_the_problem ul.row > li > .item_wrap {
        padding: 25px;
    }
}
#solve_the_problem ul.row > li > .item_wrap h4 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    display: block;
    background: #003da6;
    width: 100%;
    padding: 15px;
}
#solve_the_problem ul.row > li > .item_wrap h5 {
    position: relative;
    font-weight: 700;
    font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
    width: 100%;
    display: block;
    margin: 20px 0;
}
#solve_the_problem ul.row > li > .item_wrap h4.icon_head_fig01::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../../../img/solution_img/event-receprion_img/event-receprion_icon_01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#solve_the_problem ul.row > li > .item_wrap h5.icon_head_fig02:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../../../img/solution_img/event-receprion_img/event-receprion_icon_02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.2em;
}
#solve_the_problem ul.row > li > .item_wrap .btn_area {
    margin-top: 30px;
}
#solve_the_problem ul.row > li > .item_wrap .btn_area a {
    display: block;
    border: 1px solid #003da6;
    background: #fff;
    color: #003da6;
    padding: 10px;
    transition: all 0.3s;
}
#solve_the_problem ul.row > li > .item_wrap .btn_area a:hover {
    background: #003da6;
    color: #fff;
    opacity: 1;
}
#solve_the_problem ul.row > li > .item_wrap > .row {
    justify-content: center;
}
#solve_the_problem ul.row > li > .item_wrap > .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
#solve_the_problem ul.row > li > .item_wrap > .row > div > figure {
    height: 400px;
}
@media print, screen and (min-width:768px) {
    #solve_the_problem ul.row > li > .item_wrap > .row > div > figure {
        height: 300px;
    }
}
#solve_the_problem ul.row > li > .item_wrap > .row > div > figure img {
    height: 100%;
    width: auto;
}
#solve_the_problem ul.row > li > .item_wrap > .row > div > ul {
    list-style-position: inside;
    list-style: disc;
}
#solve_the_problem ul.row > li > .item_wrap > .row > div > ul li {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 10px;
}
/*=======================
#what_reception_system
========================*/
@media print, screen and (min-width:768px) {
    #what_reception_system p {
        text-align: left;
    }
}
/*=======================
#unmanned_user
========================*/
#unmanned_user ul {
    border: 3px solid #003da6;
    border-radius: 6px;
    background: #fff;
}
#unmanned_user ul li {
    position: relative;
    padding: 30px;
}
/* スマホ（下向き ▼） */
#unmanned_user ul li::after {
    border-width: 20px 15px 0 15px;
    border-color: #003da6 transparent transparent transparent;
}
#unmanned_user ul li:last-of-type::after {
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent transparent;
}
/* 共通：三角形用の疑似要素 */
#unmanned_user ul li::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}
@media print, screen and (min-width:576px) {}
/* PC（右向き ?） */
@media print, screen and (min-width:576px) {
    #unmanned_user ul {
        display: flex;
        justify-content: space-between;
    }
    #unmanned_user ul li {
        width: calc(100% / 3 - 10px);
    }
    #unmanned_user ul li::after {
        top: 0;
        right: -105%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent #003da6;
    }
}
/*=======================
#facial_event_chosen
========================*/
@media print, screen and (min-width:768px) {
    #facial_event_chosen h3, #facial_event_chosen p {
        text-align: left;
    }
}
/*=======================
#event_registration_process
========================*/
#event_registration_process .event_registration_shadow {
    padding: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 1px 3px #999, 1px 1px 3px #999;
    margin: 0 0 0 80px;
}
#event_registration_process .event_border {
    counter-reset: step-counter;
    position: relative
}
#event_registration_process .event_border::before {
    position: absolute;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: calc(100% - 20px);
    background-color: #0099ff;
    content: "";
}
#event_registration_process img {
    max-width: 350px;
}
.event_registration_w {}
@media print, screen and (min-width:768px) {
    #event_registration_process .event_registration_shadow {
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
        padding: 30px;
        margin: 0 0 0 80px;
    }
    .event_registration_w {
        display: flex;
    }
    .event_registration_w figure {}
    .event_registration_w p {
        text-align: left;
    }
}
.erp_wrap {
    margin: 0 0 clamp(30px, calc(13.254px + 4.785vw), 50px);
}
.erp_title {
    position: relative;
    text-align: left;
    padding: 0 0 0 clamp(120px, calc(94.88px + 7.177vw), 150px);
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
.erp_title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    counter-increment: step-counter;
    content: "STEP "counter(step-counter) " ";
    display: inline-block;
    margin-right: 0.5em;
    font-weight: bold;
    color: #0099ff;
    font-size: clamp(0.938rem, 0.781rem + 0.72vw, 1.5rem);
}
.erp_circle {
    position: relative;
}
.erp_circle::after {
    position: absolute;
    left: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50vh;
    background-color: #0099ff;
    content: "";
}
/* アニメーション定義 */
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 初期状態 */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
}
/* 画面に入ったときに適用されるクラス */
.fade-in-up.in-view {
    animation: fadeSlideIn 0.8s ease-out forwards;
}
/*=======================
#benefit
========================*/
#benefit li {
    padding: 15px;
}
#benefit li div {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 1px 3px #999, 1px 1px 3px #999;
    padding: 15px
}
#benefit li div h4 {
    font-size: clamp(1.25rem, 0.5rem + 2.08vw, 1.5rem);
    font-weight: 700;
}
/*=======================
#utilized_various_events
========================*/
#utilized_various_events li h4 {
    font-size: clamp(1.25rem, 0.5rem + 2.08vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    padding: 15px;
    background: #0099FF;
    border-radius: 6px;
    margin: 0 0 20px;
}