@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: 1px 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: 15px;
    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: 15px;
}
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: #34343a;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #34343a;
    text-decoration: none;
}
a:visited {
    color: #34343a;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #34343a;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
.wrapper {
    color: #34343a;
    position: relative;
    background-color: #ffffff;
    will-change: opacity;
    transform: translateZ(0);
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.header {
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
}
/* スクロール時 */
.header.scrolled {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
    margin-right: 25px;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 170px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.scrolled .header_logo img {
    width: 140px;
}

.header_logo_sub {
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled .header_logo_sub {
    font-size: 11px;
}

.header_logo_sub_ex {
    font-size: 12px;
    color: #fff;
}

.header_right {
    display: flex;
    align-items: center;
}

.gnav {
}

.gnav ul {
    display: flex;
    margin-right: 35px;
}

.gnav ul li {
    margin-right: 35px;
}

.gnav ul li:last-of-type {
    margin-right: 0px;
}

.gnav ul li a {
    padding: 15px 0;
    display: inline-block;
    font-weight: bold;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled .gnav ul li a {
    padding: 10px 0;
}

.header_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0 4px;
}
.header_btn_sp {
    display: none;
}

.login_name {
    color: #3b37fd !important;
    background-color: #eeeef7;
    border-radius: 100vh;
    padding: 8px 30px;
    font-size: 14px;
}
.login_name span {
    background: url(../image/people.svg) no-repeat left top 1px / 14px auto;
    padding-left: 20px;
}

.hbtn_regist {
    background-color: #19bfc3;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    margin-right: 20px;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled .hbtn_regist {
    padding: 6px 24px;
    font-size: 13px;
}

.hbtn_login {
    background-color: #3b37fd;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header.scrolled .hbtn_login {
    padding: 6px 24px;
    font-size: 13px;
}
/* スクロール時のボタンサイズ */
.header.scrolled .hbtn_regist {
    padding: 6px 24px;
    font-size: 13px;
}

.hbtn_login {
    background-color: #3b37fd;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* スクロール時のボタンサイズ */
.header.scrolled .hbtn_login {
    padding: 6px 24px;
    font-size: 13px;
}

/* ハンバーガーボタン */
.hamburger_btn {
    display: none;
    width: 60px;
    height: 40px;
    background-color: #00bcd4;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 101;
    display: none;
}
.hamburger_btn.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.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: 10% 6%;
    z-index: 100;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    display: 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;
}
.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;
}
.hmi_regist {
    background-color: #ff664e;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    margin-right: 20px;
    font-size: 14px;
}
.hmi_login {
    background-color: #3f3f3f;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 100vh;
    font-size: 14px;
}

/*------------------------------------------------------------
    ヒーローセクション
------------------------------------------------------------*/
.hero_section {
    position: relative;
    padding-top: 110px;
}
.hero_img {
    display: flex;
    justify-content: flex-end;
}
.hero_img img {
    width: 1300px;
}
.hero_pc {
    
}
.hero_sp {
    display: none;
}
.hero_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 110px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.hero_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 80px 0;
}
.hero_card {
    display: flex;
    align-items: center;
    width: 70%;
    position: relative;
}
.hc_image {
    width: 45%;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}
.hc_image:nth-of-type(1) {
    animation-delay: 0.2s;
}
.hc_image:nth-of-type(2) {
    width: 35%;
    z-index: 2;
    margin-left: -5%;
    margin-bottom: -3%;
    animation-delay: 0.5s;
}
.hc_image:nth-of-type(3) {
    width: 25%;
    z-index: 1;
    margin-left: -5%;
    margin-bottom: -6%;
    animation-delay: 0.8s;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hc_image:after {
    content: "";
    display: block;
    width: 80%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transform: translateY(50%);
    z-index: -1;
    filter: blur(30px);
}
.hc_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 15px;
}
.hero_card h2 {
    position: absolute;
    bottom: 15%;
    left: -5%;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    font-style: italic;
    z-index: 4;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 1.3s;
}
.hero_cont {
    width: 40%;
    margin-left: -10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hc_copy {
    text-align: right;
    margin-bottom: 30px;
}
.hc_copy h2 {
    line-height: 1.5;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;    
}
.hc_copy p {
    line-height: 1.7;
    font-size: 15px;
}

.form_card {
    position: relative;
    width: 340px;
}
.form_card:after {
    content: "";
    display: block;
    width: 80%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transform: translateY(50%);
    z-index: -1;
    filter: blur(30px);
}
.form_card_inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.form_title {
    background-color: #34343a;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    margin: 0;
}
.search_form {
    padding: 25px 35px 30px;
}
.form_group {
    margin-bottom: 12px;
    position: relative;
}
.form_select {
    width: 100%;
    padding: 4px 40px 4px 15px;
    font-size: 13px;
    color: #333;
    background-color: #ebebeb;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 0.2s;
}
.form_select:hover {
    background-color: #ebebeb;
}
.form_select:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    background-color: #fff;
}
/* カスタム矢印 */
.form_group::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}
.search_button_h {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #3b37fd;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #3b37fd;
    border-radius: 100vh;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.3s;
    line-height: 1.2;
}
.search_button_h:hover {
    background-color: #3b37fd;
    color: #fff;
}
.search_button_h:active {
    transform: scale(0.98);
}
/* プレースホルダー的な初期値の色 */
.form_select option:first-child {
    color: #666;
}



/*------------------------------------------------------------
    共通1
------------------------------------------------------------*/
#main_top {
    
}
#main_com {
    margin-top: -250px;
}
#main_content {
    position: relative;
    padding-top: 110px;
}
.content_wrap {
    width: 100%;
    padding: 100px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.content_wrap2 {
    width: 100%;
    padding: 0 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.content_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.page_head_section {
    position: relative;
    padding-top: 110px;
}
.page_head_img {
    display: flex;
    justify-content: flex-end;
}
.page_head_img img {
    width: 1300px;
}
.phi_pc {
    
}
.phi_sp {
    display: none;
}
.page_head_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 110px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page_head_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 80px 0;
}
.page_head_ttl_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page_head_ttl {

}
.page_head_ttl h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
}
.page_head_ttl p {
    font-size: 15px;
}
.page_head_sub {
    padding-top: 30px;
}
.page_head_sub h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
}
.page_head_sub p {

}





/*------------------------------------------------------------
    共通2
------------------------------------------------------------*/
.trials_section {
    flex: 1;
    margin-right: 66px;
}
.trials_section2 {
    flex: 1;
    margin-right: 66px;
    background-color: #ffffff;
    padding: 80px 80px 0 0;
    border-radius: 15px;
}
.section_wide {
    width: 100%;
    background-color: #ffffff;
    padding: 80px 80px 0;
    border-radius: 15px;
}
.section_header {
    margin-bottom: 30px;
}
.section_title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
}
.section_subtitle {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.trials_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.trial_item {
    background: #f0f0f5;
    border-radius: 5px;
    padding: 60px 60px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s;
    cursor: pointer;
    position: relative;
}
.trial_item:hover {
    background: #e6e6ed;
}
.trial_tag_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 20px;
}
.trial_tag {    
    display: inline-block;
    background-color: #3b37fd;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 15px;
    border-radius: 3px;
}
.trial_history_check {
    margin-left: 15px;
    background: url(../image/check_2.svg) no-repeat left center / 15px auto;
    padding-left: 19px;
    color: #05d427;
    font-size: 13px;
}
.trial_content {
    flex: 1;
}
.trial_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.6;
}
.trial_details {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.trial_detail {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
}
.trial_detail span {
    margin: 0;
}
.tdsl {
    width: 1px;
    height: 13px;
    transform: rotate(35deg);
    background-color: #666;
}
.trial_arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 100vh;
}
.trial_arrow img {
    width: 16px;
    height: auto;
}
.trial_more {
    display: flex;
    justify-content: center;
}
.trial_more a {
    background-color: #34343a;
    color: #fff;
    font-weight: bold;
    padding: 13px 60px;
    border-radius: 100vh;
}
.trial_more a:hover {
    background-color: #515157;
}

/* サイドバー */
.sidebar {
    width: 340px;
}
.sidebar_section {
    margin-bottom: 30px;
}
.sidebar_header {
    background-color: #34343a;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.sidebar_content {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0;
}
.content_list {
    list-style: none;
}
.content_item {
    border-bottom: 1px dotted #616168;
    padding: 15px 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: background-color 0.2s;
    cursor: pointer;
}
.content_item:hover {
    background-color: #f0f0f5;
}
.content_icon {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}
.icon_placeholder {
    width: 100%;
    height: 100%;
    background: #f0f0f5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}
.content_item:hover .icon_placeholder {
    background-color: #fff;
}
.icon_placeholder img {
    height: 45px;
}
.content_text {
    flex: 1;
}
.content_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.4;
}
.content_description {
    font-size: 12px;
    color: #aab0b6;
    line-height: 1.5;
}
.disease_list {
    list-style: none;
    padding: 0;
}
.disease_item {
    border-bottom: 1px dotted #616168;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s;
    cursor: pointer;
}
.disease_item:hover {
    background-color: #f0f0f5;
}
.disease_arrow {
    width: 20px;
    height: 20px;
    background-color: #34343a;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.disease_arrow img {
    width: 8px;
    height: auto;
}
.disease_name {
    font-size: 14px;
    line-height: 1.4;
}
/* ページャー */
nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
nav.cp_navi a {
    text-decoration: none;
}
nav.cp_navi {
    text-align: center;
}
.cp_navi .cp_pagination {
    display: flex;
    justify-content: center;
    padding: 0 0.5em;
}
.cp_navi .cp_pagination li {
    list-style: none;
}
.cp_navi .cp_pagenum {
    font-size: 1em;
    line-height: 50px;
    display: block;
    float: left;
    transition: 400ms ease;
    letter-spacing: 0.1em;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
    font-weight: bold;
    color: #ffffff !important;
    background-color: #3b37fd;
    border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
    color: #757575 !important;
    background-color: transparent;
    border-radius: 50%;
}
@media only screen and (max-width: 960px) {
    .cp_navi .cp_pagination {
        padding: 0 10px;
    }
    .cp_navi .cp_pagenum {
    font-size: 0.8em;
    line-height: 25px;
    width: 45px;
    height: 25px;
    margin: auto .1em;
    border-radius: 0.3em;
}
    .cp_navi .cp_pagenum.prev,
    .cp_navi .cp_pagenum.next {
        padding: 0 25px 0 0;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
    .cp_navi .cp_pagenum {
    display: none;
    border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
    }
    .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
    }
    .cp_navi .cp_pagenum:nth-child(-n+3),
    .cp_navi .cp_pagenum:nth-last-child(-n+3) {
        display: block;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4) {
        padding: 0 5px;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
        content: none;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}


/*------------------------------------------------------------
    案件一覧
------------------------------------------------------------*/
.search_container {
    margin-bottom: 60px;
}
.search_box {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.search_header {
    background-color: #34343a;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    line-height: 1.6;
}
.search_body {
    padding: 35px 40px 40px;
    border-bottom: 1px solid #dcdce1;
    border-right: 1px solid #dcdce1;
    border-left: 1px solid #dcdce1;
    border-radius: 0 0 15px 15px;
}
.search_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.search_group {
    position: relative;
}
.search_select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    color: #333;
    background-color: #f0f0f5;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 0.2s;
}
.search_select:hover {
    background-color: #f0f0f5;
}
.search_select:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    background-color: #fff;
}
/* カスタム矢印 */
.search_group::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.search_button_wrap {
    display: flex;
    justify-content: center;
}
.search_button {
    width: 260px;
    padding: 12px 50px;
    background-color: #fff;
    color: #3b37fd;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #3b37fd;
    border-radius: 100vh;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 auto;
}
.search_button:hover {
    background-color: #3b37fd;
    color: #fff;
}
.search_button:active {
    transform: scale(0.98);
}

.trial_list_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.trial_list_title {
    font-size: 28px;
    font-weight: bold;
}
.trial_list_title_sub {
    font-size: 24px;
    font-weight: bold;
}
.trial_list_title_sub span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
}
/**/
.trial_detail_head {
    margin-bottom: 60px;
}
.tdh_sub {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.tdh_tag {
    display: inline-block;
    background-color: #3b37fd;
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    padding: 4px 10px;
    border-radius: 3px;
}
.tdh_code {
    font-size: 13px;
}
.trial_detail_head h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.trial_detail_cont {
    padding-left: 10px;
    margin-bottom: 60px;
}
.trial_detail_cont2 {
    margin-bottom: 0px;
}
.trial_detail__item {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 30px 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px 0 0 0;
    box-sizing: border-box;
    border-right: none;
    border-bottom: none;
}
.trial_detail__item:last-child {
    margin-bottom: 0;
}
.trial_detail__item-ttl {
    position: absolute;
    left: -10px;
    top: -10px;
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 0 30px 10px 20px;
    font-weight: bolder;
    border-right: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-radius: 0 0 5px 0;
    background-color: #fff;
}
.trial_detail__item-des {
    
}

.trial_apply {
    display: flex;
    justify-content: center;
}
.trial_send_btn {
    display: inline-block;
    background-color: #3b37fd;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.trial_apply_btn {
    display: inline-block;
    background-color: #3b37fd;
    color: #fff !important;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 8px;
}
.trial_apply_back {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.trial_apply_back a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100vh;
    border: 1px solid #3b37fd;
    color: #3b37fd !important;
    line-height: 1.5;
    font-size: 13px;
}
/**/
.app_form {
    
}
.app_form_group {
    margin-bottom: 30px;
}
.app_form_label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.app_form_description {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}
.app_form_input,
.app_form_textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    background-color: #f0f0f8;
    border: none;
    border-radius: 4px;
    font-family: inherit;
}
.app_form_input:focus,
.app_form_textarea:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    background-color: #fff;
}
.app_form_textarea {
    min-height: 100px;
    resize: vertical;
}
.app_form_textarea.large {
    min-height: 150px;
}
.app_form_select_wrap {
    position: relative;
}
.app_form_select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    background-color: #f0f0f8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
}
.app_form_select:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    background-color: #fff;
    color: #333;
}
.app_form_select option {
    color: #333;
}
/* カスタム矢印 */
.app_form_select_wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.app_form_checkbox_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}
.app_form_checkbox_item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
}
.app_form_checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}
.app_form_checkbox_label {
    cursor: pointer;
}
.app_form_info_box {
    background-color: #f0f0f8;
    border-left: 3px solid #3b37fd;
    padding: 35px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.7;
}
.app_form_info_title {
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
}
.app_form_info_list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.app_form_info_list li {
    margin-bottom: 5px;
    padding-left: 1em;
    position: relative;
    line-height: 1.7;
}
.app_form_info_list li::before {
    content: "・";
    position: absolute;
    left: 0;
}
.app_form_radio_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.app_form_radio {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.app_form_radio_label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.app_form_note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.taf_msg {
    margin-bottom: 80px;
    padding-top: 80px;
}
.taf_msg h3 {
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.taf_msg p {
    line-height: 1.7;
    text-align: center;
}
.taf_sup {
    overflow: hidden;
    border-radius: 15px;
}
.taf_sup h2 {
    background-color: #34343a;
    color: #fff;
    line-height: 1.6;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.tafs_inner {
    padding: 50px 60px;
    background-color: #f0f0f8;
}

/*------------------------------------------------------------
    コラム
------------------------------------------------------------*/
.column_list_wrap {

}
.column_list_head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.clh_ttl {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.clh_ttl h3 {
    font-size: 17px;
    font-weight: bold;
}
.clh_ttl span {
    display: inline-block;
    margin: 0 0 0 7px;
    font-weight: bold;
}
.clh_tag {
    display: flex;
    flex-wrap: wrap;
}
.clh_tag a {
    display: inline-block;
    color: #3b37fd;
    border-radius: 3px;
    border: 1px solid #3b37fd;
    line-height: 1.5;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 12px;
}
.clh_tag a:hover {
    color: #fff;
    background-color: #3b37fd;
}
.clh_tag a:last-of-type {
    margin-right: 0px;
}
.clhts {
    color: #fff !important;
    background-color: #3b37fd !important;
}

.column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column_list_box {
    width: 31%;
    margin-bottom: 60px;
}
.clb_image {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}
.clb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.6;    
    transition: transform .4s ease;
}
.column_list_box:hover .clb_image img {
    transform: scale(1.1);
}
.clb_ttl {

}
.clbt_tag {
    margin-bottom: 8px;
}
.clbt_tag span {
    font-size: 11px;
    border: 1px solid #3b37fd;
    border-radius: 3px;
    line-height: 1.5;
    padding: 4px 10px;
    color: #3b37fd;
}
.clb_ttl h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kiji_head {
    margin-bottom: 50px;
}
.kiji_head h2 {
    position: relative;
    padding-top: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    background: url(../image/treat_3.svg) no-repeat left top / 46px auto;
}
.kh_tag {
    display: flex;
    align-items: center;
}
.kht_name {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background-color: #3b37fd;
    border-radius: 3px;
    line-height: 1.5;
    padding: 4px 10px;
    margin-right: 15px;
}
.kht_date {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
}
.kiji_content {
    padding-bottom: 80px;
    border-bottom: 1px solid #dfdfe9;
    margin-bottom: 30px;
}
.kiji_content h2 {
    margin-top: 4rem;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
}
.kiji_content h2:before {
    border-radius: 624.9375rem;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 1rem;
    background-color: #3b37fd;
    content: "";
}
.kiji_content h2:after {
    border-radius: 624.9375rem;
    bottom: 0;
    height: 2px;
    left: 1.8rem;
    position: absolute;
    width: 95%;
    background-color: #dfdfe9;
    content: "";
}
.kiji_content p {
    margin-top: 2rem;
    line-height: 1.7;
}
.kiji_content h3 {
    margin-top: 3rem;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
}
.kiji_content h3:before {
    content: "";
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #3b37fd;
    /*top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}

.kiji_back {
    display: flex;
    justify-content: center;
}
.kiji_back a {
    display: inline-block;
    background-color: #3b37fd;
    color: #fff !important;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 8px;
}


/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq_container {
    max-width: 900px;
    margin: 0 auto;
}

.faq_item {
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfe9;
    padding-bottom: 40px;
}
.faq_question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.faq_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #3b37fd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}
.faq_question_text {
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 4px;
}
.faq_answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.faq_answer_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffd916;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}
.faq_answer_text {
    flex: 1;
    line-height: 1.8;
}
.faq_answer_list {
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
}
.faq_answer_list li {
    margin-bottom: 5px;
    padding-left: 1.2em;
    position: relative;
}
.faq_answer_list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/*------------------------------------------------------------
    治験モニターの基礎知識
------------------------------------------------------------*/
.about_top_wrap {
    width: 100%;
    padding: 0 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.about_top_image {
    height: 550px;
    position: relative;
    z-index: 2;
}
.about_top_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}



.about_cont_wrap {
    background-color: #ffd916;
    margin-top: -280px;
}
.about_intro_wrap {
    width: 100%;
    padding: 0 0 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
    margin-bottom: 1px;
}
.att_img {    
    background-color: #fff;
}
.att_img img {
    width: 1300px;
}
.about_block_wrap {
    width: 100%;
    padding: 0 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -130px;
}
.about_block_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.about_intro_first {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #dcdce1;
}
.aif_ttl {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.aif_txt {

}
.aif_txt p {
    margin-bottom: 15px;
}
.aif_txt p:last-of-type {
    margin-bottom: 0px;
}

.about_standard_wrap {
    display: flex;
    justify-content: space-between;
}
.about_standard_cont {
    width: 55%;
}
.asc_ttl {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.asc_txt {
    margin-bottom: 30px;
}
.asc_txt p {
    margin-bottom: 15px;
}
.asc_txt p:last-of-type {
    margin-bottom: 0px;
}
.asc_check_list {
    
}
.asccl {
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    background: url(../image/check_1.svg) no-repeat left top 3px / 18px auto;
    margin-bottom: 5px;
}
.asccl:last-of-type {
    margin-bottom: 0px;
}
.about_standard_image {
    width: 40%;
}
.about_standard_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/**/
.about_stage_wrap {
    width: 100%;
    padding: 160px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 1px;
}
.about_stege_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.stage_header {
    text-align: center;
    margin-bottom: 30px;
}
.stage_title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}
.stage_subtitle {
    font-size: 15px;
    line-height: 1.7;
}
.stage_list {
    display: flex;
    flex-direction: column;
}
.stage_item {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
    gap: 40px;
}
.stage_item:last-child {
    
}
.stage_number {
    font-size: 160px;
    font-style: italic;
    color: #e8e8e9;
    line-height: 0.8;
    letter-spacing: -0.05em;
    flex-shrink: 0;
    width: 200px;
    position: relative;
}
.stage_info {
    flex-shrink: 0;
    width: 200px;
}
.stage_label {
    font-size: 26px;
    font-weight: bold;
    color: #3b37fd;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
.stage_name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.stage_description {
    flex: 1;
}
/**/
.about_procon_wrap {
    width: 100%;
    padding: 140px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 1px;
}
.about_procon_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.procon_header {
    text-align: center;
    margin-bottom: 60px;
}
.procon_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 25px;
}
.procon_subtitle {
    font-size: 15px;
    line-height: 1.7;
}
.procon_block {
    margin-bottom: 60px;
}
.procon_block_header {    
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 18px;
    border-radius: 10px 10px 0 0;
    line-height: 1.6;
}
.pbhc_1 {
   background-color: #34343a; 
}
.pbhc_2 {
   background-color: #5b5b62; 
}
.procon_block_body {
    background-color: #f0f0f5;
    padding: 50px 60px;
    border-radius: 0 0 10px 10px;
}
.procon_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 30px;
}
.procon_item {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 100vh;
}
.procon_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #3b37fd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.procon_icon::after {
    content: '';
    width: 5px;
    height: 8px;
    border-right: 1px solid #3b37fd;
    border-bottom: 1px solid #3b37fd;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
}
.procon_text {
    line-height: 1.4;
}
/**/
.about_flow_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    margin-bottom: 1px;
}
.about_flow_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.flow_header {
    text-align: center;
    margin-bottom: 70px;
}

.flow_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}
.flow_subtitle {
    font-size: 15px;
    line-height: 1.7;
}
.flow_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_item {
    width: 100%;
    background-color: #f0f0f5;
    border-radius: 10px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.flow_icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_icon img.fih_1 {
    height: 60px;
}
.flow_icon img.fih_2 {
    height: 80px;
}
.flow_step_title {
    font-size: 18px;
    font-weight: bold;
    min-width: 140px;
    flex-shrink: 0;
    line-height: 1.6;
}
.flow_step_description {
    flex: 1;
    line-height: 1.7;
}
.flow_connector {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.flow_dots {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.flow_dot {
    width: 8px;
    height: 8px;
    background-color: #3b37fd;
    border-radius: 100vh;
}
.flow_dot:nth-of-type(2) {
    background-color: #a1a1ff;
}
.flow_footer {
    margin-top: 80px;
    text-align: center;
}
.flow_footer_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.flow_footer_text {
    line-height: 1.7;
}

/*------------------------------------------------------------
    汎用ページ
------------------------------------------------------------*/
.versatile_image {
    height: 400px;
    margin-bottom: 80px;
}
.versatile_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.versatile_section {
    margin-bottom: 80px;
}
.versatile_section h2 {
    position: relative;
    padding: 18px 25px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    background-color: #f0f0f5;
    border-radius: 3px;
}
.versatile_section h2:before {
    content: '';
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    left: 30px;
    top: 100%;
    border-color: transparent;
    border-top-color: #f0f0f5;
    border-right-color: #f0f0f5;
    border-width: 6.5px;
}
.versatile_section p {
    margin-bottom: 20px;
}
.versatile_section p a {
    text-decoration: underline;e
}
.versatile_section h3 {
    margin-bottom: 15px;
}
.versatile_section h3 span {
    display: inline;
    font-size: 17px;
    font-weight: bold;
    background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,217,22) 70%);
}

.versatile_section ul {
    margin: 10px 0;
    padding-left: 0;
    list-style: none;
}
.versatile_section ul li {
    margin-bottom: 5px;
    padding-left: 1.2em;
    position: relative;
}
.versatile_section ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}


/*------------------------------------------------------------
    新規会員登録
------------------------------------------------------------*/
.auth_wrap {
    width: 100%;
    padding: 100px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.auth_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 各ページ用の背景色調整 */
.auth_step2_body, .auth_step3_body,
.reg_step2_body, .reg_step3_body {
    
}
/* 共通レイアウト */
.auth_container, .reg_container {
    max-width: 680px;
    margin: 0 auto;
}
.auth_page_title, .reg_page_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.auth_step2_body .auth_page_title, .auth_step3_body .auth_page_title,
.reg_step2_body .reg_page_title, .reg_step3_body .reg_page_title {
    margin-bottom: 40px;
}

.auth_step4_body .auth_page_title, .reg_step4_body .reg_page_title {
    margin-bottom: 80px;
}
.auth_intro, .reg_intro {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}
.auth_card, .reg_card {
    background-color: #f0f0f5;
    border-radius: 10px;
    padding: 60px 80px;
}
.reg_card_ex {
    
}
.auth_step2_body .auth_card, .auth_step3_body .auth_card,
.reg_step2_body .reg_card, .reg_step3_body .reg_card {
    padding: 50px 60px 70px;
}
.auth_step4_body .auth_card, .reg_step4_body .reg_card {
    padding: 80px 80px;
    text-align: center;
}
.auth_card_title, .reg_card_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
/* フォーム要素 */
.auth_form_group, .reg_form_group {
    margin-bottom: 28px;
}
.auth_step1_body .auth_form_group, .reg_step1_body .reg_form_group {
    margin-bottom: 30px;
}
.auth_label, .reg_label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.mbitxt {
    margin: 0 10px;
}
.auth_step1_body .auth_label, .reg_step1_body .reg_label {
    font-size: 14px;
    margin-bottom: 10px;
}
.auth_required, .reg_required {
    color: #ff0000;
    margin-left: 4px;
}
.auth_input, .auth_select, .auth_textarea,
.reg_input, .reg_select, .reg_textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: inherit;
}
.auth_step1_body .auth_input, .reg_step1_body .reg_input {
    padding: 14px 18px;
}
.auth_input:focus, .auth_select:focus, .auth_textarea:focus,
.reg_input:focus, .reg_select:focus, .reg_textarea:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    border-color: #3b37fd;
}
.auth_select, .reg_select {
    cursor: pointer;
    appearance: none;
    padding-right: 40px;
}
.auth_select_wrapper, .reg_select_wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.auth_select_wrapper::after, .reg_select_wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
.auth_textarea, .reg_textarea {
    min-height: 100px;
    resize: vertical;
}
/* レイアウト系 */
.auth_name_row, .reg_name_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.auth_date_row, .reg_date_row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 10px;
    align-items: center;
}
.auth_date_separator, .reg_date_separator {
    font-size: 14px;
    color: #666;
}
.auth_bmi_row, .reg_bmi_row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 15px;
    align-items: center;
}
.auth_unit, .reg_unit {
    font-size: 14px;
    color: #666;
}
.auth_calc_button, .reg_calc_button {
    padding: 5px 15px;
    background-color: #3b37fd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.auth_note, .reg_note {
    font-size: 12px;
    color: #888;
    margin-top: -6px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.auth_disease_list, .reg_disease_list {
    font-size: 13px;
    color: #666;
    line-height: 1.9;
    margin-top: 8px;
}
.auth_checkbox_grid, .reg_checkbox_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin-top: 12px;
}
.auth_checkbox_item, .reg_checkbox_item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
}
.auth_checkbox, .reg_checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #3b37fd;
}
/* ボタン */
.auth_button, .reg_button {
    width: 100%;
    padding: 15px 20px;
    background-color: #3b37fd;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.auth_step2_body .auth_button, .auth_step3_body .auth_button,
.reg_step2_body .reg_button, .reg_step3_body .reg_button {
    margin-top: 30px;
}
.auth_step4_body .auth_button, .reg_step4_body .reg_button {
    width: auto;
    padding: 16px 60px;
    margin-top: 0;
}
.auth_button:hover, .reg_button:hover {
    background-color: #3730dd;
}
.auth_button:active, .reg_button:active {
    transform: scale(0.98);
}
/* リンク */
.auth_link, .reg_link {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #3b37fd !important;
    text-decoration: none;
}
.auth_link:hover, .reg_link:hover {
    text-decoration: underline;
}
/* 確認画面用 */
.auth_confirm_item, .reg_confirm_item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d0d0d5;
}
.auth_confirm_item:last-child, .reg_confirm_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.auth_confirm_label, .reg_confirm_label {
    font-weight: bold;
    margin-bottom: 8px;
}
.auth_confirm_value, .reg_confirm_value {
    color: #333;
    line-height: 1.6;
}
/* 完了画面用 */
.auth_complete_card, .reg_complete_card {
    background-color: #eff0f3;
    border-radius: 12px;
    padding: 80px 80px;
    text-align: center;
}
.auth_complete_title, .reg_complete_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.auth_complete_message, .reg_complete_message {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.8;
}
.auth_complete_message {
    text-align: left;
}
/* モーダル */
.auth_modal, .reg_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.auth_modal.show, .reg_modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.auth_modal_content, .reg_modal_content {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 50px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.auth_modal.show .auth_modal_content,
.reg_modal.show .reg_modal_content {
    opacity: 1;
}
.auth_modal_title, .reg_modal_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}
.auth_modal_input, .reg_modal_input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: inherit;
    margin-bottom: 20px;
}
.auth_modal_input:focus, .reg_modal_input:focus {
    outline: 1px solid #3b37fd;
    outline-offset: 1px;
    border-color: #3b37fd;
}
.auth_modal_calc_button, .reg_modal_calc_button {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #3b37fd;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #3b37fd;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.auth_modal_calc_button:hover, .reg_modal_calc_button:hover {
    background-color: #3b37fd;
    color: #fff;
}
.auth_modal_result_label, .reg_modal_result_label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}
.auth_modal_result, .reg_modal_result {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 25px;
}
.auth_modal_close, .reg_modal_close {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #ff4444;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ff4444;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}
.auth_modal_close:hover, .reg_modal_close:hover {
    background-color: #ff4444;
    color: #fff;
}
/* レスポンシブ */
@media (max-width: 768px) {
    .auth_step2_body, .auth_step3_body,
    .reg_step2_body, .reg_step3_body {
        padding: 40px 15px 80px;
    }

    .auth_page_title, .reg_page_title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .auth_step4_body .auth_page_title, .reg_step4_body .reg_page_title {
        margin-bottom: 50px;
    }

    .auth_card, .reg_card {
        padding: 40px 30px;
    }

    .auth_step2_body .auth_card, .auth_step3_body .auth_card,
    .reg_step2_body .reg_card, .reg_step3_body .reg_card {
        padding: 35px 25px;
    }

    .auth_step4_body .auth_card, .auth_complete_card,
    .reg_step4_body .reg_card, .reg_complete_card {
        padding: 60px 30px;
    }

    .auth_card_title, .reg_card_title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .auth_complete_title, .reg_complete_title {
        font-size: 20px;
    }

    .auth_button, .reg_button {
        padding: 14px 50px;
        font-size: 15px;
    }

    .auth_name_row, .reg_name_row {
        grid-template-columns: 1fr;
    }

    .auth_date_row, .reg_date_row {
        grid-template-columns: 1fr auto 1fr auto 1fr;
        gap: 8px;
    }

    .auth_bmi_row, .reg_bmi_row {
        grid-template-columns: 1fr;
    }

    .auth_input, .auth_select, .auth_textarea,
    .reg_input, .reg_select, .reg_textarea {
        font-size: 16px; /* iOS zoom防止 */
    }

    .auth_modal_content, .reg_modal_content {
        padding: 30px 25px;
    }

    .auth_checkbox_grid, .reg_checkbox_grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/*------------------------------------------------------------
    会社概要
------------------------------------------------------------*/
.company_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.company_ttl {
    width: 280px;
}
.company_ttl h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.6;
}
.company_ttl p {
    font-size: 15px;
}
.company_detail {
    flex: 1;
    border-top: 2px solid #34343a;
}
.company_detail dl {
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #d6d6e1;
}
.company_detail dl dt {
    width: 200px;
    font-weight: bold;
}
.company_detail dl dd {
    flex: 1;
}

/*------------------------------------------------------------
    マイページ
------------------------------------------------------------*/
.mypage_tab_wrap {
    width: 100%;
    padding: 20px 8% 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #d6d6e1;
    border-bottom: 1px solid #d6d6e1;
}

.mypage_tab_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    position: relative;
}
.mypage_title {
    width: 115px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 30px 0 0;
    margin-right: 30px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.mypage_tabs_wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.mypage_tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mypage_tabs::-webkit-scrollbar {
    display: none;
}
.mypage_tab {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 100vh;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    transition: background-color 0.2s;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 10px;
}
.mypage_tab:last-of-type {
    margin-right: 0px;
}
.mypage_tab:hover {
    background-color: #eeeef7;
}

.mypage_tab.active {
    background-color: #eeeef7;
    font-weight: bold;
}

.mypage_tab.active:hover {
    background-color: #eeeef7;
}
/* スクロールボタン */
.mypage_scroll_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #666;
    transition: all 0.2s;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.mypage_scroll_btn:hover {
    background-color: #f9f9f9;
    border-color: #999;
}
.mypage_scroll_btn:active {
    transform: translateY(-50%) scale(0.95);
}
.mypage_scroll_btn svg {
    width: 8px;
    height: 14px;
}
.mypage_scroll_left {
    left: 140px;
}
.mypage_scroll_right {
    right: 0px;
}
/* レスポンシブ */
@media (max-width: 768px) {
    .mypage_tab_inner {
        padding: 0 15px;
    }

    .mypage_title {
        font-size: 15px;
        padding: 14px 20px 14px 0;
        margin-right: 20px;
    }

    .mypage_tab {
        padding: 14px 20px;
        font-size: 13px;
    }

    .mypage_scroll_left {
        left: 130px;
    }

    .mypage_scroll_right {
        right: 20px;
    }
}
/**/
.mypage_cont_wrap {
    width: 100%;
    padding: 0 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.mypage_cont_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.mpc_ttl {
    width: 270px;
    padding: 80px 0 160px;
    border-right: 1px solid #d6d6e1;
}
.mpc_ttl h2 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mpc_ttl p {
    font-size: 11px;
}
.mpc_content {
    flex: 1;
    padding: 80px 0 160px 80px;
}

.mpc_fin_message {
    background-color: #eeeef7;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    border-radius: 5px;
}
/**/
.mpc_withdraw {
    background-color: #eeeef7;
    padding: 70px 60px;
    border-radius: 5px;
}
.mpc_withdraw h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.mpc_withdraw p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.7;
}
.withdraw_btn {
    display: flex;
    justify-content: center;
}
.withdraw_btn a {
    display: inline-block;
    background-color: #3b37fd;
    font-weight: bold;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
}

.withdraw_fin_message_wrap {
    padding: 100px 0;
    width: 100%;
}
.withdraw_fin_message {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #eeeef7;
    padding: 70px 60px;
    border-radius: 5px;
}
.withdraw_fin_message h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.withdraw_fin_message p {
    text-align: center;
    line-height: 1.7;
}


/*------------------------------------------------------------
    privacy policy & terms
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 30px 8% 0;
    -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: 120px 8% 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #3b37fd;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer_logo_wrap {
    display: flex;
    align-items: center;
}
.footer_logo {
    margin-right: 20px;
}
.footer_logo img {
    width: 180px;
}
.footer_logo_sub {
    font-size: 13px;
}
.footer_nav {

}
.fn_manin {
    display: flex;
    align-items: center;
}
.fn_manin li {
    margin-right: 35px;
}
.fn_manin li:last-of-type {
    margin-right: 0px;
}
.fn_manin li a {
    font-weight: bold;
}
.fn_sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fn_sub li {
    margin-right: 35px;
}
.fn_sub li:last-of-type {
    margin-right: 0px;
}
.fn_sub li a {
    color: #aab0b6 !important;
    font-size: 12px;
}

.footer_info_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copyright {
    text-align: center;
    font-size: 12px;
    color: #aab0b6;
}
.footer_info {
    display: flex;
}
.f_menu {
    margin-right: 30px;
    font-size: 13px;
    color: #aab0b6 !important;
}
.f_menu:last-of-type {
    margin-right: 0px;
}

.concept_loop {
    padding: 0;
}
.bbs {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}
.bbs ul {
    animation: flowing 400s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs ul li {
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
    font-size: 120px;
    line-height: 1;
    color: #ebeef1;
    font-style: italic;
}
.bbs ul li span {
    /*background-image: url(../image/logo_mark.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 44px auto;
    padding-right: 60px;*/
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*------------------------------------------------------------
    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);
}

