@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url("https://use.typekit.net/mbn5tyc.css");


*,
*::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: smooth;
    font-size: 62.5%;
    overflow-y: auto;
}
body {
    font-family: 'YakuHanJP', 'Satoshi', dnp-shuei-gothic-kin-std, 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%;
    overflow-y: auto;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', dnp-shuei-gothic-kin-std, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 16px !important;
}
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: #001428;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #001428;
    text-decoration: none;
}
a:visited {
    color: #001428;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #001428;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
#wrapper {
    color: #001428;
    position: relative;
    background-color: #ffffff;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1002;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 3.5s forwards;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
.loading__logo {
    opacity: 0;
    animation: logo_fade 3s 0.5s forwards;
    width: 175px;
}
@keyframes logo_fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
    }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.header_top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    padding: 0 60px;
    width: 100%;
    z-index: 12;
}
.header_top_left {
    display: flex;
    align-items: center;
}
.header_top_logo {
    padding: 0;
}
.header_top_logo a {
    display: flex;
}
.header_top_logo img {
    width: 340px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    padding: 0 60px;
    width: 100%;
    z-index: 12;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 300px;
}

.header_rc {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    padding: 0 60px;
    width: 100%;
    z-index: 12;
}
.header_rc_left {
    display: flex;
    align-items: center;
}
.header_rc_logo {
    padding: 0;
}
.header_rc_logo a {
    display: flex;
}
.header_rc_logo img {
    width: 300px;
}
.header_rc_sub {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    color: #717071;
    font-size: 20px;
    margin-left: 20px;
}

/* hamburger menu */
.menu-toggle {
    position: fixed;
    top: 50px;
    right: 60px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.bar {
    width: 30px;
    height: 3px;
    background-color: #b5b4b4;
    border-radius: 100vh;
    margin: 3px 0;
    transition: 0.4s ease;
    transform-origin: center;
}
.menu-label {
    font-size: 10px;
    color: #b5b4b4;
    margin-top: 2px;
    letter-spacing: 1px;
}
/* ハンバーガー → × の変形 */
.menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-toggle.active .menu-label {
    display: none;
}
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*  background: linear-gradient(to bottom right, #111, #222);*/
    background-color: #F7F7F7;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    clip-path: circle(0% at 100% 0%);
    transition: clip-path 0.6s ease-in-out;
    z-index: 1000;
    padding: 100px 8%;
}
.fullscreen-menu.active {
    clip-path: circle(150% at 50% 50%);
}
.fsm_inner {
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fsm_logo {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -100px;
}
.fsm_logo img {
    width: 300px;
}
.sec_fsm {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fullscreen-menu ul {
    width: 48%;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
}
.fullscreen-menu.active ul {
    opacity: 1;
    transform: translateY(0);
}
.fullscreen-menu li {
    padding: 0 10px 0;
    font-size: 20px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
    border-bottom: 2px dotted #9e9e9f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fullscreen-menu.active li:nth-child(1) {
    animation-delay: 0.4s;
}
.fullscreen-menu.active li:nth-child(2) {
    animation-delay: 0.5s;
}
.fullscreen-menu.active li:nth-child(3) {
    animation-delay: 0.6s;
}
.fullscreen-menu.active li:nth-child(4) {
    animation-delay: 0.7s;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fullscreen-menu li a {
    display: block;
    flex: 1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.fullscreen-menu li p {
    width: 25px;
}
.fullscreen-menu li p img {
    width: 100%;
    height: auto;
}

.fullscreen-menu div {
    
}
.fullscreen-menu div span {
    color: #c8c8c8;
    font-weight: bold;
    display: block;
    flex: 1;
    padding: 20px 0;
}

/*------------------------------------------------------------
    key visual
------------------------------------------------------------*/

.key_visual_wrap,
.message_top_wrap {
    height: 100vh;
    scroll-snap-align: start;
}
.key_visual_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url(../image/kv_bg_tb.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.main_copy_wrap {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
.main_copy_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 16% 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.copy_cont {
    /*color: #fff;*/
    font-size: 46px;
    line-height: 1.6;
    letter-spacing: 5px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}


/*------------------------------------------------------------
    common
------------------------------------------------------------*/
#main_top {
    position: relative;
}

.ltsp_a {
    letter-spacing: 1px;
}
.ltsp_b {
    letter-spacing: 2px;
}
.ltsp_c {
    letter-spacing: 3px;
}
.ltsp_d {
    letter-spacing: 4px;
}
.ltsp_e {
    letter-spacing: 5px;
}

.page_head_wrap__1 {
    width: 100%;
    padding: 300px 8% 100px 18%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_1.png);    
    background-repeat: no-repeat;
    /*background-position: calc(100% - 450px) bottom;
    background-size: 1500px auto;*/
    background-position: center bottom;
    background-size: 1600px auto;
}
.page_head_wrap__2 {
    width: 100%;
    padding: 300px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_2.png);
    background-repeat: no-repeat;
    /*background-size: 1500px auto;    
    background-position: calc(100% - 450px) bottom;*/
    background-position: center bottom;
    background-size: 1600px auto;
}
.page_head_wrap__3 {
    width: 100%;
    padding: 340px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_4.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1600px auto;
}
.page_head_wrap__4 {
    width: 100%;
    padding: 340px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1600px auto;
}
.page_head_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.page_head_ttl {
    position: relative;
}
.ph_kuroko {
    position: absolute;
    left: -140px;
    top: 0;
}
.ph_kuroko img {
    width: 110px;
}
.page_head_ttl p {
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page_head_ttl h2 {
    line-height: 1.4;
    font-size: 30px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}

.page_head_wrap__rc {
    width: 100%;
    padding: 310px 8% 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_rc_tb.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1700px auto;
}
.page_head_inner_rc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.page_head_ttl_rc {
    position: relative;
}
.page_head_ttl_rc p {
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page_head_ttl_rc h2 {
    line-height: 1.4;
    font-size: 36px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.page_head_wrap__jd {
    width: 100%;
    padding: 310px 8% 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.page_head_inner_jd {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.page_head_ttl_jd {
    position: relative;
}
.page_head_ttl_jd p {
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page_head_ttl_jd h2 {
    line-height: 1.4;
    font-size: 40px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.content_ttl {
    margin-bottom: 40px;
}
.content_ttl h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}
.content_ttl h2 {
    font-size: 30px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
.content_ttl_ex {
    margin-bottom: 40px;
    text-align: center;
}
.content_ttl_ex h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}
.content_ttl_ex h2 {
    font-size: 30px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}




/*------------------------------------------------------------
    top
------------------------------------------------------------*/
.message_top_wrap {
    width: 100%;
    padding: 120px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/t_msg_bg_tb.png);
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.message_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.message_top_ttl {
    margin-bottom: 40px;
    margin-top: -5%;
    position: relative;
}
.message_top_ttl p {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.message_top_ttl h2 {
    font-size: 36px;
    line-height: 1.5;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}
.message_top_cont {
    position: relative;
}
.message_top_cont p {
    margin-bottom: 30px;
    line-height: 2.0;
    font-size: 15px;
    font-weight: bold;
}
.message_top_cont p:last-of-type {
    margin-bottom: 0px;
}

/* business_top ---------------------------- */
.business_top_wrap {
    width: 100%;
    padding: 120px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.business_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.business_top_ttl {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1.5;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    text-align: center;
}
.business_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.btl_box {
    width: 32%;
    padding: 45px 50px 40px;
    background-image: linear-gradient(135deg, #f2f2f2, #dfdfdf);
    border-radius: 40px;
}
.btlb_ttl {
    margin-bottom: 5px;
}
.btlb_ttl p {
    color: #ffb000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 6px;
}
.btlb_ttl h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 6px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}
.btlb_txt {
    margin-bottom: 25px;
    line-height: 1.8;
}
.btlb_ico {
    display: flex;
    justify-content: center;
}
.btlb_ico img {
    width: 24px;
    height: auto;
}
.care_manager_top {

}
.care_manager_top a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../image/keamane_top_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 80px;
    border-radius: 40px;
}
.care_manager_top a span {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}
.care_manager_top a p {
    width: 45px;
}
.care_manager_top a p img {
    width: 100%;
    height: auto;
}

/* latest_top ---------------------------- */
.latest_top_wrap {
    width: 100%;
    padding: 120px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.latest_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.latest_top_ttl {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1.5;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    text-align: center;
}
.latest_top_list {
    padding: 60px 70px 80px;
    border-radius: 40px;
    background-image: linear-gradient(135deg, #f2f2f2, #dfdfdf);
}
.ltl_box {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 2px dotted #9e9e9f;    
}
.ltlb_date {
    width: 230px;
    color: #fb7078;
    font-size: 16px;
    font-weight: bold;
}
.ltlb_ttl {
    flex: 1;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.ltlb_arrow {
    width: 30px;
}
.ltlb_arrow img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------------
    care_manager
------------------------------------------------------------*/
.care_manager_wrap {
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.care_manager_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cm_message {
    margin-bottom: 50px;
}
.cm_message p {
    margin-bottom: 35px;
    font-weight: bold;
}
.cm_message p:last-of-type {
    margin-bottom: 0px;
}
.cm_recruit {

}
.cm_recruit a {
    display: block;
    background-color: #fb7078;
    border-radius: 15px;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}


/*------------------------------------------------------------
    Initiative
------------------------------------------------------------*/
.initiative_wrap {
    width: 100%;
    padding: 100px 8% 80px 18%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.initiative_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.it_message {
    position: relative;
}
.it_kuroko {

}
.it_message p {
    margin-bottom: 35px;
}
.it_message p:last-of-type {
    margin-bottom: 0px;
}
.it_kuroko {
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.it_kuroko img {
    width: 110px;
}

.inner_head_wrap {
    width: 100%;
    padding: 200px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/p_head_bg_3.png);
    background-repeat: no-repeat;
    /*background-size: 1500px auto;    
    background-position: calc(100% - 450px) bottom;*/
    background-size: 1600px auto;    
    background-position: center bottom;
}
.inner_head_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.inner_head_ttl {
    position: relative;
}
.inner_head_ttl p {
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.inner_head_ttl h2 {
    line-height: 1.4;
    font-size: 30px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}

.service_wrap {
    width: 100%;
    padding: 80px 18% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.service_list {
    position: relative;
}
.service_box {
    display: flex;
    justify-content: space-between;
    padding: 60px 80px 60px 50px;
    border-radius: 40px;
    background-image: linear-gradient(135deg, #f2f2f2, #dfdfdf);
    margin-bottom: 40px;
}
.sb_ttl {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sb_ttl h3 {
    font-size: 28px;
    font-weight: bold;
}
.sb_ttl p {
    font-size: 18px;
    font-weight: bold;
}
.sb_txt {
    width: 55%;
}
.service_box_ex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
    border-radius: 40px;
    background-image: linear-gradient(135deg, #f2f2f2, #dfdfdf);
    margin-bottom: 40px;
    min-height: 240px;
}
.sb_ttl_ex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb_ttl_ex h3 {
    font-size: 28px;
    font-weight: bold;
}
.sb_ttl_ex p {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}
.sb_cs {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.sl_kuroko {
    position: absolute;
    right: -145px;
    top: 60%;
}
.sl_kuroko img {
    width: 95px;
}


/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.faq_wrap {
    width: 100%;
    padding: 100px 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.faq_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.accordion {
    
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 25px 30px 25px 50px;
    font-weight: bold;
    border-bottom: 2px solid #c8c8c8;
}
.accordion-ttl {
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.accordion-ttl p {
    color: #fb7078;
    font-size: 28px;
    font-weight: bold;
    width: 70px;
}
.accordion-ttl h3 {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
}
.accordion-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.accordion-inner {
    background-color: #ffeaeb;
    border-radius: 0 0 30px 30px;
    padding: 30px 50px;
}
.accordion-item.open .accordion-answer {
    opacity: 1;
}
.arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.accordion-item.open .arrow {
    transform: rotate(180deg);
}

/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.company_wrap {
    width: 100%;
    padding: 100px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.company_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.company_item {
    margin-bottom: 50px;
}
.company_item:last-of-type {
    margin-bottom: 0px;
}
.company_ttl {
    padding: 15px 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #c8c8c8;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    width: 100%;
}
.company_ttl:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #fb7078;
}
.company_detail {
    line-height: 1.7;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
}
.company_detail_pc {
    line-height: 1.7;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
}
.company_detail_pc p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.company_detail_pc p:last-of-type {
    margin-bottom: 0px;
}
.company_detail_pc p:first-of-type {
    margin-top: 35px;
}
.company_detail_sp {
    line-height: 1.7;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
    display: none;
}
.company_detail_sp p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.company_detail_sp p:last-of-type {
    margin-bottom: 0px;
}
.company_detail_sp p:first-of-type {
    margin-top: 35px;
}

/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
.recruit_top_wrap {
    width: 100%;
    padding: 100px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.recruit_top_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.recruit_search_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.custom-select-wrapper {
    width: 23%;
    position: relative;
}
.soz_1 {
    z-index: 12;
}
.soz_2 {
    z-index: 11;
}
.soz_3 {
    z-index: 10;
}
.custom-select {
    cursor: pointer;
    position: relative;
    background-color: #fff;    
    font-weight: bold;
}
.selected {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}
.selected-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected-inner span {
    font-size: 16px;
    transform: scale(0.8);
    color: #fb7078;
    margin-left: 5px;
}
.select-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.custom-select.open .select-arrow {
    transform: rotate(180deg);
}
.select-options {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 3px solid #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}
.custom-select.open .select-options {
    max-height: 300px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.select-options li {
    padding: 5px 25px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transform: scale(0.9);
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;*/
}
.select-options li:hover {
    background-color: #feeaeb;
}
.select-options li.selected::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #fb7078;
    border-width: 0 2px 2px 0;
}
.select-options li:first-child {
  margin-top: 20px;
}
.select-options li:last-child {
  margin-bottom: 20px;
}

.recruit_search_btn {
    width: 23%;
}
.submit_button {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #fb7078;
    border: 2px solid #fb7078;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: transform 0.3s linear, box-shadow 0.3s linear;
    transition: transform 0.3s linear, box-shadow 0.3s linear;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.submit_button:hover {
    background: #fb7078;
    color: #ffffff;
    border: 2px solid #fb7078;
}

.recruit_result_wrap {
    width: 100%;
    padding: 0px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.recruit_result_wrap_ex {
    width: 100%;
    padding: 100px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.recruit_result_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.result_ttl {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 80px;
}
.result_none {
    text-align: center;
}
.result_list {

}
.result_application {
    margin-bottom: 100px;
}
.result_application:last-of-type {
    margin-bottom: 0px;
}
.result_application_ex {
    margin-bottom: 0px;
}
.ra_ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 3px solid #c8c8c8;
    margin-bottom: 50px;
}
.ra_ttl_inner {
    display: flex;
    flex-direction: column;
}
.ra_ttl_inner h2 {
    font-size: 26px;
    line-height: 1.6;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}
.ra_ttl_inner p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    padding-left: 13px;
    margin-top: 4px;
}
.ra_ttl_inner p:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 2px;
    top: 12px;
    left: 0;
    border-radius: 100vh;
    background-color: #001428;
}
.ra_ttl_so {
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    font-weight: bold;
}
.ra_ttl_so span {
    margin: 0 4px;
}
.tat_1 {
    position: relative;
}
.tat_1::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #fb7078;
}
.tat_2 {
    position: relative;
}
.tat_2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #00c8ff;
}
.tat_3 {
    position: relative;
}
.tat_3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #46a000;
}
.tat_4 {
    position: relative;
}
.tat_4::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ffd12c;
}
.ra_detail {
    display: flex;
    justify-content: space-between;
}
.rad_image {
    width: 40%;
}
.rad_image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.3;
    border-radius: 8px;
}
.rad_cont {
    width: 55%;
    border-top: 1px solid #c8c8c8;
}
.radc_area {
    border-bottom: 1px solid #c8c8c8;
    padding: 30px 0;
}
.radc_area h3 {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 16px;
}
.radc_area p {
    line-height: 1.6;
}
.radc_qualification {
    border-bottom: 1px solid #c8c8c8;
    padding: 30px 0;
}
.radc_qualification h3 {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 16px;
}
.radc_qualification p {
    line-height: 1.6;
}
.ra_more {
    margin-top: 40px;
}
.ra_more a {
    background-color: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
}
.ra_more a p {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.ra_more a span {
    display: inline-block;
}
.ra_more a span img {
    width: 24px;
    height: auto;
}

.recruit_jd_wrap {
    width: 100%;
    padding: 220px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.recruit_jd_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.job_description {

}
.table_application_wrap {
    margin-top: 80px;
}
.table_application_inner {
    margin-bottom: 80px;
}
.ta_ttl {
    background: url(../image/ico_app.svg) no-repeat left center / 18px auto;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.table_application {
    width: 100%;
    border-top: 1px solid #c8c8c8;    
}
.table_application tr {
    border-bottom: 1px solid #c8c8c8;
}
.table_application tr th {
    padding: 25px 30px;
    width: 240px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.table_application tr td {
    padding: 25px 0px;
}
.apply_btn {
    
}
.apply_btn a {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: #fb7078;
    border-radius: 100vh;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
}


.job_select_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job_select_box {
    width: 32%;    
    height: 200px;
    background-image: linear-gradient(135deg, #f2f2f2, #dfdfdf);
    border-radius: 20px;
    background-size: cover;
    background-position: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.job_select_box_inner {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    padding: 45px 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jsbim_1 {
    background-image: url(../image/js_1.jpg);
}
.jsbim_2 {
    background-image: url(../image/js_2.jpg);
}
.jsbim_3 {
    background-image: url(../image/js_3.jpg);
}
.jsb_ttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.jsb_more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.jsb_more span {
    margin-left: 5px;
}
.jsb_more span img {
    width: 24px;
    height: auto;
}

/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 220px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact_sub {
    margin-bottom: 80px;
}
.sec_contact {
    
}
/**/
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 35px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.contact_box dl dt span {
    font-size: 10px;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100vh;
    color: #fff;
    background-color: #fb7078;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
/**/
.contact_box_cf {
    margin-bottom: 60px;
}
.contact_box_cf dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
}
.contact_box_cf dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.contact_box_cf dl dt span {
    font-size: 10px;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100vh;
    color: #fff;
    background-color: #fb7078;
    margin-left: 10px;
}
.contact_box_cf dl dd {
    
}
.contact_box_cf dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}

.dd_inner {
    padding: 10px 20px 5px;
}
.input_text {
    width: 100%;
    height: 60px;
    padding: 10px 20px 5px;
    box-sizing: border-box;
    background: none;
    margin: 0;
    border-bottom: 2px solid #c8c8c8;
    border-top: none;
    border-right: none;
    border-left: none;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: none;
    border-bottom: 2px solid #c8c8c8;
    border-top: none;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
}
.radio_btn {
    margin-right: 4px;
}
.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.send_btn {
    background-color: #ffffff;
    color: #fb7078;
    border: 2px solid #fb7078;
    cursor: pointer;
    margin: 0 15px;
    height: 70px;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100vh;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.send_btn:hover {
    background-color: #fb7078;
    color: #ffffff;
}

.anchorlink {
    position: relative;
    display: block;
    top: -60px;
}

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

}

.contact_back_btn {
    padding: 0;
    margin-top: 30px;
    text-align: center;
}
.back_btn {
    border: none;
    background-color: #dcdcdc;
    cursor: pointer;
    height: 50px;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 100vh;
}

.contact_form {
    max-width: 1000px;
    margin: 80px auto 0;
}
.contact_head_fin {
    padding: 60px 80px 80px;
    border-radius: 20px;
    background-color: #f2f2f2;
}
.contact_head_fin h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.contact_head_fin p {
    margin-top: 15px;
}


/*------------------------------------------------------------
    entry
------------------------------------------------------------*/
.entry_wrap {
    width: 100%;
    padding: 220px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.entry_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.entry_sub {
    margin-bottom: 50px;
}
.entry_job_type {    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;*/
    background-color: #f2f2f2;
    padding: 20px 15px;
    margin-bottom: 60px;
    border-radius: 10px;
}
.ejt_inner {
    display: flex;
    margin: 0 20px;
}
.ejti_1  {
    font-weight: bold;
}
.ejti_1 span {
    display: inline-block;
    margin: 0 8px;
}
.ejti_2  {
    
}


/*------------------------------------------------------------
    news
------------------------------------------------------------*/
.latest_wrap {
    width: 100%;
    padding: 220px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.latest_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.latest_list {
    margin-top: 60px;
}

.latest_body {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.kiji {
    margin-bottom: 100px;
}
.latest_kiji_head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.nkh_category {
    background-color: #fff;
    border-radius: 100vh;
    line-height: 1;
    padding: 6px 14px;
    margin-right: 10px;
    font-size: 10px;
}
.nkh_date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fb7078;
    font-weight: bold;
}
.hStyle {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 30px;
    margin-bottom: 70px;
    font-weight: bold;
    border-bottom: 2px dotted #9e9e9f;
}
.single-content {
    margin-top: 30px;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.single-content h2 {
    position: relative;
    background: #F8F7F6;
    font-size: 20px;
    margin: 1.5em 0 1em;
    padding: 14px 30px 14px 40px;
    font-weight: bold;
    border-radius: 5px;
}
.single-content h2::before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 5px;
    height: 50%;
    content: '';
    background: #001428;
    border-radius: 100vh;
}
.single-content h3 {
    position: relative;
    padding: 0 0 1rem;
    font-size: 20px;
    font-weight: bold;
    margin: 1.5em 0 1em;
    line-height: 1.6;
}

.single-content h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-content h4 {
    position: relative;
    padding: 1rem 0 0.5rem;
    border-bottom: 2px solid #444444;
    margin: 1.5em 0 1.8em 0;
    font-size: 18px;
    font-weight: bold;
}
.single-content h4:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #444444 transparent transparent;
}
.single-content h4:after {
    position: absolute;
    bottom: -11px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.single-content h5 {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
  font-size: 15px;
  font-weight: bold;
  margin: 1.2em 0 0;
}
.single-content h5:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.single-content h6 {
    font-size: 20px;
    font-weight: bold;
    color: #ff002a;
    margin: 1.8em 0 1.8em;
}
.single-content figure {
    margin: 2.5em 0 1em;
}
.wp-block-list {
    list-style-type: disc;
    padding: 1em 1em 1em 1.2em;
}
.wp-block-list li {
    padding: .3em .3em .3em 0;
    line-height: 1.7;
}
.wp-block-list li::marker {
    color: #fa4141;
    font-size: 1.1em;
}

/**/
.single-content p {
    margin-top: 40px;
}
.single-content p img {
    max-width: 100%;
    height: auto;
}
.single-content p a {
    color: #000 !important;
}

.kiji_pager {
    display: flex;
    justify-content: center;
}
.kp_arrow {
    height: 48px;
    width: 48px;
    background-color: #f0f0f0;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kp_arrow img {
    width: 8px;
    height: auto;
}
.kp_back {
    height: 56px;
    border-radius: 100vh;
    width: 210px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0;
    color: #fb7078 !important;
    background-color: #ffffff;
    border: 2px solid #fb7078;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.kp_back:hover {
    color: #ffffff !important;
    background-color: #fb7078;
}

/*------------------------------------------------------------
    privacy policy
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 220px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.terms_head_ttl {
    margin-bottom: 80px;
}
.terms_head_ttl h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6;
}
.terms_head_ttl p {
    font-size: 14px;
}
.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_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tiip {
    text-indent: -3.2em !important;
    padding-left: 3.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.tiip span {
    font-weight: bold;
}
.tp_detail {
    display: flex;
}
.tpd_ttl {
    position: relative;
}
.tpd_ttl:after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 0;
}
.tpd_cont {
    
}
.revised {
    margin-top: 30px;
}
.terms_sup {
    margin-top: 60px;
    font-size: 12px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
.terms_sup span {
    font-weight: bold;
}



/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer_wrap {
    width: 100%;
    padding: 20px 8% 360px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/footer_bg_tb.png);
    background-repeat: no-repeat;
    /*background-position: right 240% bottom 10px;
    background-size: 105%;*/
    background-position: center bottom;
    background-size: 1400px auto;
}
.footer_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.footer_menu_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.f_menu {
    font-weight: bold;
    padding: 15px 30px;
    border-right: 2px dotted #001428;
    line-height: 1;
}
.f_menu:last-of-type {
    border-right: none;
}
.footer_logo {
    display: flex;
    justify-content: center;
}
.footer_logo img {
    width: 220px;
}


/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 16;
}
.ubbs__2 {

}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 50px;
  height: auto;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
}


/*------------------------------------------------------------
    other
------------------------------------------------------------*/
.anchorlink {
    position: relative;
    display: block;
    top: 0;
}

.fl_banner {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 16;
}
.fl_banner a {
    display: block;
}
.fl_banner a img {
    width: 280px;
    height: auto;
}

/*------------------------------------------------------------
    fadeIn
------------------------------------------------------------*/
/*.fadein {
  opacity: 0;
  transition: opacity 4.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity;
}

.fadein.is-visible {
  opacity: 1;
}*/


.fadein {
  opacity: 0;
  transition: opacity 5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
  will-change: opacity;
}

.fadein.is-visible {
  opacity: 1;
}