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

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
/*@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}*/
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: auto;
    font-size: 62.5%;
}
body {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #3f3f3f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #3f3f3f;
    text-decoration: none;
}
a:visited {
    color: #3f3f3f;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #3f3f3f;
    text-decoration: none;
}
.pc_tab_br {
    display: none;
}
.pc_br {
    display: none;
}
.tab_br {
    display: none;
}
.sp_br {
    
}
.wrapper {
    color: #3f3f3f;
    position: relative;
    background-color: #ffffff;
    will-change: opacity;
    transform: translateZ(0);
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header_wrap {
    padding: 30px 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;   
}
.header_left {
    display: flex;
    flex-direction: column;
}
.header_logo {
    padding: 0;
    margin-bottom: 4px;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 210px;
}
.header_logo_sub {
    font-size: 10px;
    padding-left: 3px;
}
.header_logo_sub_ex {
    font-size: 10px;
    color: #fff;
    padding-left: 3px;
}

.header_right {
    display: flex;
    align-items: center;
    display: none;
}
.gnav {
    background-color: #FFFFFF;
    border-radius: 100vh;
    border: 1px solid #3f3f3f;
}
.gnav ul {
    display: flex;
    padding: 0 60px;
}
.gnav ul li {
    margin-right: 25px;
}
.gnav ul li:last-of-type {
    margin-right: 0px;
}
.gnav ul li a {
    padding: 15px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
.header_btn {
    display: flex;
    justify-content: flex-end;
}
.hbtn_regist {
    background-color: #ff664e;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 100vh;
    margin-right: 8px;
    font-size: 11px;
    line-height: 1;
}
.hbtn_login {
    background-color: #3f3f3f;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 100vh;
    font-size: 11px;
    line-height: 1;
}
/**/
.hero_section {
    position: relative;    
}
.hero_img {
    display: flex;
    padding-left: 20px;
}
.hero_img img {
    width: 600px;
}
.hero_pc {
    display: none;
}
.hero_sp {

}
.hero_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 6% 0 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hero_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.hero_copy_wrap {

}
.hero_copy_en {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.hero_copy_main {
    margin-bottom: 15px;
}
.hero_copy_main img {
    width: 200px;
}
.hero_copy_jp {
    font-size: 12px;
    line-height: 1.7;
}
/**/
.hero_cta {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 86%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: #ffc107;
    padding: 20px 70px 20px 25px;
    box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
    background-image: url(../image/hero_cta.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right -10px bottom;
}
.hero_cta h3 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 4px;
}
.hero_cta p {
    line-height: 1.6;
    font-size: 12px;
}
.tilted_ellipse {
    position: absolute;
    right: 15px;
    bottom: 15px;
    /*width: 140px;
    height: 90px;*/
    width: 34px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow {
    transform: rotate(45deg);
    user-select: none;
}
.arrow img {
    width: 10px;
}

/* ハンバーガーボタン */
.hamburger_btn {
    display: none;
    width: 60px;
    height: 40px;
    background-color: #00bcd4;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 101;
}
.hamburger_btn.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hamburger_line {
    width: 24px;
    height: 1px;
    background-color: white;
    margin: 2px 0;
    transition: all 0.3s ease;
    display: block;
}
.hamburger_btn.open .hamburger_line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}
.hamburger_btn.open .hamburger_line:nth-child(2) {
    opacity: 0;
}
.hamburger_btn.open .hamburger_line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}
/* メニュー */
.mobile_menu {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 15% 6%;
    z-index: 100;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
}
.mobile_menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.menu_content {
    flex: 1;
}
.mobile_menu_head {
    margin-bottom: 15px;
}
.mobile_menu_head h2 {
    
}
.mobile_menu_head h2 img {
    width: 200px;
}
.menu_group {
    padding: 1.8rem 0;
    border-bottom: 1px solid #e3e3e3;
}
.menu_item {    
    text-decoration: none;
    font-weight: bold;
    display: block;
    transition: color 0.3s ease;
    cursor: pointer;
    color: #00bcd4 !important;
    font-size: 15px;
}
.menu_item:hover {
    color: #00bcd4;
}
.submenu_toggle {
    color: #00bcd4;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}
.submenu_toggle:hover {
    color: #00bcd4;
}
.submenu_toggle.active {
    color: #00bcd4;
}
.submenu_toggle .arrow {
    display: inline-block;
    transition: transform 0.4s ease;
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}
.submenu_toggle .arrow::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submenu_toggle .arrow::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
}
.submenu_toggle.active .arrow::after {
    opacity: 0;
}
.submenu_list {
    list-style: none;
    padding-left: 1.5rem;
    border-left: 1px solid #00bcd4;
    margin-left: 0.5rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    display: block;
}
.submenu_list.open {
    max-height: 1000px;
    opacity: 1;
}
.submenu_item {
    text-decoration: none;
    padding: 0.3rem 0;
    display: block;
    transition: all 0.3s ease;
    list-style: none;
}
.submenu_item:hover {
    color: #00bcd4;
}
.footer_menu {
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_item {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    display: block;
    transition: color 0.3s ease;
}
.footer_item:hover {
    color: #00bcd4;
}
/*@media (max-width: 768px) {
    .hamburger_btn.active {
        display: flex;
    }
}
@media (min-width: 769px) {
    .hamburger_btn {
        display: none !important;
    }

    .mobile_menu {
        display: none !important;
    }
}*/
.hamburger_info {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.hmi_regist {
    background-color: #ff664e;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    margin-right: 10px;
    font-size: 13px;
}
.hmi_login {
    background-color: #3f3f3f;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    font-size: 13px;
}


#main_top {
    
}
#main_top_ex {
    background-color: #f8f8f8;
}
#main_top_faq {
    background-color: #e2f5f7;
}
/*------------------------------------------------------------
    top
------------------------------------------------------------*/
.concept_loop {
    padding: 90px 0 0;
}
.bbs {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}
.bbs ul {
    animation: flowing 100s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs ul li {
    display: inline-block;
    font-weight: 900;
    padding-right: 10px;
    font-size: 40px;
    line-height: 1;
}
.bbs ul li span {
    background-image: url(../image/logo_mark.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px auto;
    padding-right: 40px;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/**/
.top_about_wrap {
    width: 100%;
    padding: 50px 6% 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}
.top_about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_top_about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
    flex-direction: column-reverse;
}
.top_about_cont {
    width: 100%;
}
.tac_ttl {
    margin-bottom: 13px;
}
.tac_ttl p {
    font-weight: bold;
    line-height: 1.6;
}
.tac_ttl h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.5;
}
.tac_txt {
    margin-bottom: 45px;
}
.tac_txt h4 {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #22b7c3;
    font-size: 20px;
    font-weight: bold;
}
.tac_txt p {
    margin-bottom: 5px;
    line-height: 1.7;
}
.tac_txt p:last-of-type {
    margin-bottom: 0px;
}
.tac_btn {
    display: flex;
    justify-content: center;
}
.tac_btn a {
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    background-color: #22b7c3;
    padding: 10px 50px;
    border-radius: 12px;
    box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
}
.top_about_img {
    width: 100%;
    margin-bottom: 30px;
}
.top_about_img img {
    width: 70%;
    margin: 0 auto;
}
.about_strong {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.as_el_1 {
    position: absolute;
    left: 0;
    top: 0;
}
.as_el_1 img {
    width: 30px;
}
.as_txt {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 40px;
    text-align: justify;
}
.as_el_2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.as_el_2 img {
    width: 20px;
}
/**/
.top_categories_wrap {
    width: 100%;
    padding: 100px 6% 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #22b7c3;
    margin-top: -30px;
}
.top_categories_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.top_categories_cont {
    width: 100%;
    margin-bottom: 30px;
}
.tcc_ttl {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.tcc_ttl p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
}
.tcc_ttl h2 {
    font-family: 'YakuHanJP', "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.6;
}
.tcc_txt {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.8;
}
.tcc_btn {
    display: flex;
    justify-content: center;
}
.tcc_btn a {
    background-color: #fddc0e;
    border-radius: 100vh;
    padding: 10px 25px;
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
}
.top_categories_img {
    width: 100%;
    display: flex;
    justify-content: center;
} 
.top_categories_img img {
    width: 76%;
    margin-bottom: -80px;
}/**/
.top_news_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}
.top_news_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sec_top_news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.top_news_ttl {
    width: 100%;
    margin-bottom: 30px;
}
.top_news_ttl h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 4px;
}
.top_news_ttl h2 {
    color: #22b7c3;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
}
.tnt_en_pc {
    line-height: 1.3;
    color: #afafaf;
    font-size: 13px;
    padding-left: 4px;
    display: none;
}
.tnt_en_sp {
    line-height: 1.3;
    color: #afafaf;
    font-size: 13px;
    padding-left: 4px;
}
.news_list_wrap {
    width: 100%;
}
.news_list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 30px 0 30px;
}
.news_list:first-of-type {
    padding: 0 0 30px;
}
.nl_thum {
    width: 90px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px rgba(198, 198, 198, 1);
    overflow: hidden;
    margin-right: 12px;
}
.nl_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nl_ttl {
    flex: 1;
    margin-right: 5px;
}
.nl_ttl p {
    color: #999999;
    font-size: 10px;
}
.nl_ttl h3 {
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
}
.nl_arrow {

}
.news_ellipse {
    /*width: 140px;
    height: 90px;*/
    width: 32px;
    height: 20px;
    background-color: #22b7c3;
    border-radius: 50%;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ne_arrow {
    transform: rotate(45deg);
    user-select: none;
}
.ne_arrow img {
    width: 10px;
}
.top_news_btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.top_news_btn a {
    background-color: #22b7c3;
    color: #fff !important;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 100vh;
    font-size: 13px;
    font-weight: bold;
}

.news_kiji_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.news_kiji_head {
    margin-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}
.news_kiji_head p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
}
.news_kiji_head h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.kiji {

}
.kiji p {
    margin-bottom: 15px;
}
.news_back {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.news_back a {
    display: inline-block;
    padding: 6px 30px;
    border-radius: 100vh;
    background-color: #22b7c3;
    color: #fff;
    font-size: 13px;
}

/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
.phead_wrap {
    padding: 0 6% 0 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.phead_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.phimg_guide {
    background-image: url(../image/head_guide.jpg);
}
.phimg_category {
    background-image: url(../image/head_category.jpg);
}
.phimg_payment {
    background-image: url(../image/head_payment.jpg);
}
.phimg_faq {
    background-image: url(../image/head_faq.jpg);
}
.phimg_request {
    background-image: url(../image/head_request.jpg);
}
.phimg_news {
    background-image: url(../image/head_news.jpg);
}
.phimg_privacy {
    background-image: url(../image/head_privacy.jpg);
}
.phimg_contact {
    background-image: url(../image/head_contact.jpg);
}
.phimg_companyt {
    background-image: url(../image/head_company.jpg);
}
.phead_elmt_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.phead_elmt_1 img {
    width: 100%;
    margin-bottom: -1px;
}
.phead_treat {
    position: absolute;
    right: 6%;
    bottom: -20px;
    z-index: 3;
}
.phead_treat img {
    width: 80px;
    height: auto;
}
.page_ttl {
    color: #fff;
    position: relative;
    z-index: 3;
    margin-bottom: -60px;
}
.page_ttl h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.page_ttl p {
    font-size: 13px;
    padding-left: 3px;
}

/*------------------------------------------------------------
    初心者ガイド
------------------------------------------------------------*/
.feedback_wrap {
    width: 100%;
    padding: 110px 6% 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f8f8f8;
    margin-top: -30px;
}
.feedback_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.feedback_ttl {
    width: 100%;
    margin-bottom: 25px;
}
.feedback_ttl p {
    font-size: 12px;
    background: url(../image/indent_mark.svg) no-repeat left center / 12px auto;
    padding-left: 16px;
}
.feedback_ttl h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}
.feedback_cont {
    flex: 1;
}
.feedback_cont p {
    margin-bottom: 20px;
}
.fc_stand {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #22b7c3;
}
/**/
.flow_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}
.flow_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.flow_ttl {
    display: flex;
    justify-content: center;
}
.flow_ttl h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 16px 30px;
    border-radius: 100vh;
    background-color: #fff;
    border: 1px solid #22b7c3;
    color: #22b7c3;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.flow_cont {
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #22b7c3;
    padding: 60px 30px;
    margin-top: -30px;
}
.flow_cont_inner {
    margin-bottom: 50px;
}
.flow_box {
    background-color: #e2f5f7;
    padding: 40px 30px 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}
.flow_box:last-of-type {
    margin-bottom: 0px;
}
.flow_ellipse {
    /*width: 140px;
    height: 90px;*/
    width: 50px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 18px;
}
.fe_num {
    transform: rotate(45deg);
    user-select: none;
    color: #22b7c3;
    font-size: 15px;
    font-weight: bold;
}
.flow_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.flow_img img {
    height: 110px;
}
.fisc_1 {
    height: 90px !important;
}
.fisc_2 {
    height: 70px !important;
}
.flow_txt {

}
.flow_txt h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: #22b7c3;
    margin-bottom: 10px;
    text-align: center;
}
.flow_txt p {
    line-height: 1.6;
}
.flow_sup {
    text-align: center;
    margin-bottom: 40px;
}
.flow_sup span {
    background-color: #22b7c3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.flow_peace_wrap {

}
.flow_peace_ttl {
    padding-bottom: 5px;
    border-bottom: 1px solid #22b7c3;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flow_peace_ttl p {
    margin-right: 10px;
}
.flow_peace_ttl p img {
    width: 24px;
}
.flow_peace_ttl h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
}
.flow_peace_txt {

}
.flow_peace_txt p {
    line-height: 1.7;
}

.flow_peace_list {
    padding: 10px 0;
}
.flow_peace_list li {
    margin: 4px 0 4px 14px;
    line-height: 1.6;
    font-size: 14px;
}
.flow_peace_list li::before {
    content: '●';
    left: 0;
    color: #22b7c3;
    margin-left: -12px;
    display: inline-block;
    font-size: 10px -webkit-transform:scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

/*------------------------------------------------------------
    案件ジャンル
------------------------------------------------------------*/
.category_top_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.category_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.category_top_inner p {
    margin-bottom: 20px;
}
.category_top_inner p:last-of-type {
    margin-bottom: 0px;
}
/**/
.feature_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.feature_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.section_ttl {
    margin-bottom: 40px;
}
.section_ttl p {
    font-size: 13px;
    background: url(../image/indent_mark.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
    line-height: 1.6;
}
.section_ttl h2 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
}
.section_ttl2 {
    margin-bottom: 15px;
}
.section_ttl2 p {
    font-size: 13px;
    background: url(../image/indent_mark.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
    line-height: 1.6;
}
.section_ttl2 h2 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
}
.feature_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.feature_box {
    width: 100%;
    position: relative;
}
.feature_bg {
    width: 100%;
    height: auto;
}
.feature_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 30px 40px 20px;
}
.fi_num {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.fi_ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.fitc_1 {
    color: #22b7c3;
}
.fitc_2 {
    color: #ffb100;
}
.fitc_3 {
    color: #4a62cf;
}
.fi_txt {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    padding: 0 40px 0 25px;
}
/**/
.project_wrap {
    width: 100%;
    padding: 80px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.project_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.project_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project_box {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 40px 30px 40px;
}
.project_num {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project_num span {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 4px;
}
.project_num p {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}
.project_icon {
    display: flex;
    justify-content: center;
}
.project_icon img {
    height: 100px;
    margin-bottom: 20px;
}
.project_txt {
    
}
.project_txt h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
}
.project_txt p {
    line-height: 1.7;
}
.pnc_1 {
    color: #4a62cf;
}
.pnc_2 {
    color: #ffb100;
}
.pnc_3 {
    color: #ff664e;
}
.pnc_4 {
    color: #007d3e;
}

/*------------------------------------------------------------
    支払いについて
------------------------------------------------------------*/
.payment_top_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.payment_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.payment_top_inner p {
    margin-bottom: 20px;
}
.payment_top_inner p:last-of-type {
    margin-bottom: 0px;
}
/**/
.payment_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.payment_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.payment_box {
    width: 100%;
    margin-bottom: 60px;
}
.payment_detail {
    line-height: 1.7:;
}
.pmd_list {
    padding: 10px 0;
}
.pmd_list li {
    margin: 4px 0 4px 12px;
    line-height: 1.6;
}
.pmd_list li::before {
    content: '●';
    left: 0;
    color: #22b7c3;
    margin-left: -14px;
    display: inline-block;
    font-size: 10px -webkit-transform:scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
/**/
.p_caution_wrap {
    width: 100%;
    padding: 0px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.p_caution_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.p_caution_label {

}
.p_caution_label span {
    display: inline-block;
    background-color: #22b7c3;
    padding: 10px 50px 20px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-weight: bold;
}
.p_caution_box {
    background-color: #e2f5f7;
    border-radius: 15px;
    padding: 30px;
    margin-top: -15px;
    position: relative;
}
.pcb_list {
    padding: 10px 0;
}
.pcb_list li {
    margin: 4px 0 4px 12px;
    line-height: 1.6;
}
.pcb_list li::before {
    content: '●';
    left: 0;
    color: #22b7c3;
    margin-left: -18px;
    display: inline-block;
    font-size: 10px -webkit-transform:scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.faq_wrap {
    width: 100%;
    padding: 80px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.faq_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq_card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 25px 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.faq_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #22b7c3;
    margin-bottom: 30px;
}
.faq_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq_item + .faq_item {
    margin-top: 8px;
}
.faq_question {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #f5fafb;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
}
.faq_question_label {
    color: #22b7c3;
    font-weight: bold;
    font-size: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1;
}
.faq_question_text {
    font-weight: bold;
    line-height: 1.6;
    font-size: 13px;
}
.faq_icon {
    margin-left: auto;
    width: 13px;
    height: 13px;
    position: relative;
    flex-shrink: 0;
}
/* ＋ と − の棒 */
.faq_icon::before,
.faq_icon::after {
    content: "";
    position: absolute;
    background-color: #3f3f3f;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq_icon::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.faq_icon::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.faq_answer {
    max-height: 0;
    overflow: hidden;
    background-color: #ededed;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-4px);
    transition:
        max-height 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease,
        border-radius 0.3s ease;
}
.faq_answer_inner {
    padding: 35px 20px 35px;
    line-height: 1.8;
}
.faq_answer_content {
    display: flex;
    align-items: flex-start;
}
.faq_answer_label {
    color: #22b7c3;
    font-weight: bold;
    font-size: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    line-height: 1.1;
}
.faq_answer_body {
    flex: 1;
    font-size: 13px;
    overflow-wrap: break-word;
}
.faq_answer_body p {
    overflow-wrap: break-word;
}
.faq_answer_body a {
    color: #22b7c3;
    text-decoration: underline;
}
/* 開いている状態 */
.faq_item.is_open .faq_question {
    background-color: #f6fcfd;
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px rgba(198, 198, 198, 1);
    position: relative;
    z-index: 3;
}
.faq_item.is_open .faq_answer {
    opacity: 1;
    transform: translateY(0);
}
/* ＋ → −（縦棒を消す） */
.faq_item.is_open .faq_icon::after {
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
}


/*------------------------------------------------------------
    調査依頼
------------------------------------------------------------*/
.request_top_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.request_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.request_top_inner p {
    
}

.request_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.request_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.request_ex_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.request_ex_box {
    width: 100%;
    display: flex;
    background-color: #22b7c3;
    color: #fff;
    border-radius: 15px;
    align-items: center;
    padding: 30px 30px 35px;
    margin-bottom: 20px;
    flex-direction: column;
}
.request_ex_ttl {
    border-bottom: 1px solid #72e5ee;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.request_ex_ttl h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}
.request_ex_ttl p {
    font-size: 13px;
    line-height: 1.5;
    color: #84e0e7;
}
.request_ex_txt {
    line-height: 1.6;
}

.request_ex_contact {
    margin-bottom: 40px;
}
.request_ex_contact a {
    background-image: url(../image/request_contact_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 600px;
    height: 140px;
    border-radius: 15px;
    box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.request_ex_fin {
    
}
.request_ex_fin span {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #22b7c3;
}

/*------------------------------------------------------------
    お知らせ
------------------------------------------------------------*/
.news_wrap {
    width: 100%;
    padding: 80px 6% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.news_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.contact_form_wrap {
    flex: 1;
}

.contact_form {
    
}
.contact_form dl {
    margin-bottom: 30px;    
    line-height: 1.6;
}
.conf_br {
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
}
.contact_form dl:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.contact_form dl dt {
    font-weight: bold;
    margin-bottom: 12px;
}
.contact_form dl dt span {
    color: #ef0065;
    margin-left: 4px;
}
.contact_form dl dd {
    
}
.input_text {
    width: 100%;
    height: 65px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
    border: none;
    border-radius: 10px;
    border: 1px solid #22b7c3;
}
.ipw_1 {
    width: 100px !important;
}
.form_select {
    -webkit-appearance: none;
    appearance: none;
    height: 65px;
    padding: 10px 35px 10px 20px;
    background-image: url(../image/arrow_4.svg);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    border: none;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #22b7c3;
}
.fsw_1 {
    width: 200px !important;
}
.fsw_2 {
    width: 100px !important;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #22b7c3;
}
.radio_btn_wrap {
    display: flex;
    flex-wrap: wrap;
}
.radio_btn {
    margin-right: 15px;
}
.contact_btn {
    
}
.apply_btn_wrap {
    margin-top: 40px;
}
.apply_btn {
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 310px;
    border-radius: 100vh;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    background-color: #22b7c3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.apply_btn:hover {
    opacity: 0.8;
}

.form_check {
    margin-bottom: 40px;
}
.retain {
    font-size: 13px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}

.contact_fin_msg {
    padding: 50px 25px;
    background-color: #fff;
    border-radius: 12px;
}
.contact_fin_msg h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact_fin_msg p {
    font-size: 13px;
    line-height: 1.7;
}

.contact_flow {
    width: 100%;
    margin-bottom: 30px;
}
.contact_flow h3 {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}
.cf_list {
    
}
.cf_list p {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 13px;
}
.cf_list p:last-of-type {
    margin-bottom: 0px;
}
.cfl_1 {
    padding-left: 14px;
    position: relative;
}
.cfl_1:after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 100vh;
    background-color: #22b7c3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.cfl_2 {
    padding-left: 14px;
    position: relative;
}
.cfl_2:after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 100vh;
    background-color: #a3a3a3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}


/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.company_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.company_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.table_company {
    width: 100%;
}
.table_company tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bac1ce;
    padding: 30px 0;
    line-height: 1.6;
}
.table_company tr:first-child {
    border-top: 1px solid #bac1ce;
}
.table_company th {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 5px;
    font-weight: bold;
}
.table_company td {
    flex: 1;
    text-align: left;
}
.table_company td span {
    margin: 0 4px;
}
.table_company td a {
    text-decoration: underline;
}


/*------------------------------------------------------------
    privacy policy & terms
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.content_ttl {
    margin-bottom: 40px;
}
.content_ttl h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}
.content_ttl h2 {
    font-size: 32px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
.terms_content {
    
}
.terms_intro {
    margin-bottom: 40px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_sub_ttl p {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item {
    margin-bottom: 20px;
    margin-top: 15px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}




/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer_wrap {
    width: 100%;
    padding: 80px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #22b7c3;
    color: #fff;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}
.footer_logo_wrap {
    margin-bottom: 30px;
}
.footer_logo {
    margin-bottom: 10px;
}
.footer_logo img {
    width: 240px;
    margin: 0 auto;
}
.footer_logo_sub {
    font-size: 11px;
    text-align: center;
}
.footer_nav {
    border-top: 1px solid #72e5ee;
    border-bottom: 1px solid #72e5ee;
    padding: 18px 0 18px;
}
.footer_nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_nav ul li {
    margin: 0 10px;
}
.footer_nav ul li:last-of-type {
    margin-right: 0px;
}
.footer_nav ul li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
}

.footer_info_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.footer_copyright {
    text-align: center;
    font-size: 11px;
    color: #c4e6e9;
}
.footer_info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.f_menu {
    margin: 0 20px 0 0;
    font-size: 11px;
    color: #c4e6e9 !important;
}
.f_menu:last-of-type {
    margin: 0;
}


/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 40px;
    z-index: 16;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
}
.ubbs__2 {
    position: relative;
    padding: 20px 40px;
    background-color: #22b7c3;
    border: 2px solid #fff;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.floating_menu {
    display: flex;
    flex-wrap: wrap;
}
.floating_menu li {
    border-right: 1px solid #6ddce5;
}
.floating_menu li:last-of-type {
    border-right: none;
}
.floating_menu li a {
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.floating_menu li a p {
    margin-right: 8px;
}
.floating_menu li a p img {
    height: 26px;
}
.floating_menu li a span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}


/*------------------------------------------------------------
    scroll animation
------------------------------------------------------------*/
.fade-in-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}














































