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

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
/*@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}*/
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: auto;
    font-size: 62.5%;
}
body {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 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: #111;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #111;
    text-decoration: none;
}
a:visited {
    color: #111;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #111;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
.wrapper {
    color: #111;
    position: relative;
    background-color: #ffffff;
    will-change: opacity;
    transform: translateZ(0);
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header_wrap {
    padding: 0 80px;
    position: fixed;
    width: 100%;
    height: 105px;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255,255,255,0.7);
    transition: height 0.3s ease;
}
/*.header_wrap.is-scrolled {
    height: 105px;
}*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
    margin-right: 20px;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 70px;
    transition: width 0.3s ease;
}
/*.header_wrap.is-scrolled .header_logo img {
    width: 70px;
}*/
.header_logo_sub_ex {
    font-size: 12px;
    color: #fff;
}

.header_right {
    
}
.header_reserve {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_reserve_sp {
    display: none;
}
.hr_link {
    display: flex;
    align-items: center;
    position: relative;
}
.hr_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff4e6b;
    transition: width 0.3s ease;
}
.hr_link:hover::after {
    width: 100%;
}
.hr_link p {
    margin-right: 5px;
}
.hr_link p img {
    width: 20px;
}
.hr_link span {
    font-family: hiragino-mincho-pron, sans-serif;
    padding-right: 20px;
    background: url(../image/arrow_1.svg) no-repeat right center / 12px auto;
    font-weight: bold;
}
.gnav {
    display: flex;
    align-items: center;
}
.gnav ul {
    display: flex;
    margin-right: 30px;
}
.gnav ul li {
    margin-right: 25px;
}
.gnav ul li:last-of-type {
    margin-right: 0px;
}
.gnav ul li a {
    font-family: hiragino-mincho-pron, sans-serif;
    padding: 5px 0;
    display: inline-block;
    transition: padding 0.3s ease;
    font-weight: bold;
}
.header_wrap.is-scrolled .gnav ul li a {
    padding: 10px 0;
}
.header_sns {
    display: flex;
}
.header_sns a {
    display: block;
    margin-right: 15px;
}
.header_sns a:last-of-type {
    margin-right: 0;
}
.header_sns a img {
    width: 20px;
}

/**/
.hero_section {
    position: relative;
    background-image: url(../image/hero.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
}
.hero_wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 8% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hero_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.hero_logo {
    margin-bottom: -50px;
}
.hero_logo img {
    width: 250px;
}

/* ハンバーガーボタン */
.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;
}


#main_top {
    
}
#main_top_ex {
    background-color: #f8f8f8;
}
#main_top_faq {
    background-color: #e2f5f7;
}
/*------------------------------------------------------------
    top
------------------------------------------------------------*/
.top_about_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.ta_treat_1 {
    position: absolute;
    top: 0;
    left: 0;
}
.ta_treat_1 img {
    width: 2000px;
    height: auto;
}
.ta_treat_2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ta_treat_2 img {
    width: 2000px;
    height: auto;
}
.top_about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.ta_ttl {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: hiragino-mincho-pron, sans-serif;;
}
.ta_ttl span {
    color: #ff4e6b;
}
.ta_txt {
    text-align: center;
}
/**/
.loop_slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
}
.loop_slider_inner {
    display: flex;
    animation: loop_slide 20s linear infinite;
}
.loop_slider_item {
    width: calc(100vw / 6);
    min-width: calc(100vw / 6);
    padding: 0 5px;
    box-sizing: border-box;
}
.loop_slider_img {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
}
.loop_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes loop_slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* SP対応 */
@media screen and (max-width: 768px) {
    .loop_slider_item {
        width: calc(100vw / 2.5);
        min-width: calc(100vw / 2.5);
    }
    h1 {
        font-size: 18px;
    }
}
/**/
.top_menu_wrap {
    width: 100%;
    padding: 160px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/top_menu_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tm_treat_1 {
    position: absolute;
    top: 0;
    left: 0;
}
.tm_treat_1 img {
    width: 2000px;
    height: auto;
}
.tm_treat_2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.tm_treat_2 img {
    width: 2000px;
    height: auto;
}
.top_menu_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.tm_link {
    display: flex;
    align-items: center;
    position: relative;
}
.tm_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff4e6b;
    transition: width 0.3s ease;
}
.tm_link:hover::after {
    width: 100%;
}
.tm_link p {
    margin-right: 8px;
}
.tm_link p img {
    width: 24px;
}
.tm_link span {
    font-size: 22px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
    padding-right: 26px;
    background: url(../image/arrow_1.svg) no-repeat right center / 15px auto;
}
/**/
.tiktok_wrap {
    width: 100%;
    padding: 100px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.tiktok_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/**/
.access_wrap {
    width: 100%;
    padding: 120px 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.access_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.access_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.access_ttl p {
    
}
.access_ttl p img {
    width: 30px;
}
.access_ttl h2 {
    margin: 0 20px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
}
.sec_access {
    margin-bottom: 100px;
}
.sa_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}
.sa_image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.sai_map {
    width: 48%;
    position: relative;
}
.gmap_iframe {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
}
.sai_img {
    width: 48%;
}
.sai_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.access_info {

}
.ai_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ff4e6b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ail_ttl {
    width: 160px;
    font-weight: bold;
}
.ail_detail {
    flex: 1;
}

/*------------------------------------------------------------
    共通
------------------------------------------------------------*/
.page_head_wrap {
    margin-top: 105px;
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0 8% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page_head_wrap_ex {
    margin-top: 105px;
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0 8% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.phi_menu {
    background-image: url(../image/phi_menu.jpg);
}
.phi_soothsayer {
    background-image: url(../image/phi_soothsayer.jpg);
}
.phi_recruit {
    background-image: url(../image/phi_recruit.jpg);
}
.ph_treat_1 {
    position: absolute;
    top: 0;
    left: 0;
}
.ph_treat_1 img {
    width: 2000px;
    height: auto;
}
.ph_treat_2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ph_treat_2 img {
    width: 2000px;
    height: auto;
}
.page_head_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.page_head_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_head_ttl p {
    
}
.page_head_ttl p img {
    width: 30px;
}
.page_head_ttl h2 {
    margin: 0 20px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
}




/*------------------------------------------------------------
    menu
------------------------------------------------------------*/
.menu_wrap {
    width: 100%;
    padding: 140px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.menu_bg_treat_1 {
    position: absolute;
    top: 5%;
    right: 5%;
}
.menu_bg_treat_1 img {
    width: 320px;
    height: auto;
}
.menu_bg_treat_2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.menu_bg_treat_2 img {
    width: 320px;
    height: auto;
}
.menu_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.menu_head_wrap {
    margin-bottom: 80px;
}
.menu_ttl {
    width: 554px;
    height: 94px;
    background: url(../image/frame_1.png) no-repeat center center / 554px 94px;
    margin: 0 auto 15px;
    padding: 15px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: hiragino-mincho-pron, sans-serif;
}
.mt_1 {

}
.mt_2 {

}
.mt_2 span {
    font-size: 14px;
}
.menu_ttl_sup {
    width: 554px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
}
.menu_list {

}
.menu_list dl {
    display: flex;
    border-bottom: 2px solid #fcf4f4;
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 20px;
}
.menu_list dl:last-of-type {
    border-bottom: none;
}
.menu_list dl dt {
    width: 50%;
    background-color: #ff4e6b;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.menu_list dl dd {
    width: 50%;
    border-right: 2px solid #fcf4f4;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
.mieb_1 {
    border-top: 2px solid #fcf4f4;
}
.mieb_2 {
    border-bottom: 2px solid #fcf4f4;
}
.menu_list dl dd span {
    font-size: 13px;
}

/*------------------------------------------------------------
    menu
------------------------------------------------------------*/
.soothsayer_top_wrap {
    width: 100%;
    padding: 120px 8% 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.soothsayer_top_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.soothsayer_top_ttl {
    font-size: 24px;
    font-family: hiragino-mincho-pron, sans-serif;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
}
.soothsayer_top_treat {
    margin-bottom: 30px;
}
.soothsayer_top_treat img {
    width: 240px;
    margin: 0 auto;
}
.soothsayer_top_txt {

}
.soothsayer_top_txt p {
    font-family: hiragino-mincho-pron, sans-serif;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
}
.soothsayer_top_txt p:last-of-type {
    margin-bottom: 0px;
}

.soothsayer_wrap {
    width: 100%;
    padding: 120px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.soothsayer_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.soothsayer_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
}
.soothsayer_box {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 40px;
    
}
.soothsayer_box_image {
    /*background: url(../image/frame_2.jpg) no-repeat center center/ 100% auto;*/
    background-color: #f9eacd;
    aspect-ratio: 1;
    padding: 12%;
    margin-bottom: 15px;
    position: relative;
}
.soothsayer_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.soothsayer_frame img {
    width: 100%;
    height: 100%;
}
.soothsayer_box_image_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.soothsayer_box_image .soothsayer_box_image_inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    display: block;
}
.soothsayer_box:hover .soothsayer_box_image .soothsayer_box_image_inner img {
    transform: scale(1.1);
}
.soothsayer_box_name {
    text-align: center;
    line-height: 1.6;
    font-family: hiragino-mincho-pron, sans-serif;
}
/**/
.soothsayer_detail_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.soothsayer_detail_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.soothsayer_name {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    font-family: hiragino-mincho-pron, sans-serif;
    line-height: 1.6;
    margin-bottom: 50px;

}
.soothsayer_profile_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.soothsayer_profile_image {
    width: 40%;
    /*background: url(../image/frame_2.jpg) no-repeat center center/ 100% auto;*/
    background-color: #f9eacd;
    aspect-ratio: 1;
    padding: 4%;
    position: relative;
}
.soothsayer_profile_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.api_frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.api_frame img {
    height: 100%;
    width: 100%;
}
.soothsayer_profile_detail {
    width: 55%;
}
.spd_cont {
    margin-bottom: 30px;
}
.spd_cont h3 {
    font-family: hiragino-mincho-pron, sans-serif;
    color: #ff4e6b;
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.spd_cont p {
    line-height: 1.7;
}
.spd_specialty {
    margin-bottom: 30px;
}
.spd_specialty h3 {
    font-family: hiragino-mincho-pron, sans-serif;
    color: #ff4e6b;
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.spd_specialty p {
    line-height: 1.7;
}
.soothsayer_sns {
    display: flex;
    margin-bottom: 60px;
}
.soothsayer_sns a {
    display: block;
    margin-right: 15px;
}
.soothsayer_sns a:last-of-type {
    margin-right: 0;
}
.soothsayer_sns a img {
    width: 22px;
}
.spd_reserve {
    display: flex;
}
.spdr_link {
    display: flex;
    align-items: center;
    position: relative;
}

.spdr_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff4e6b;
    transition: width 0.3s ease;
}

.spdr_link:hover::after {
    width: 100%;
}

.spdr_link p {
    margin-right: 8px;
}

.spdr_link p img {
    width: 20px;
}

.spdr_link span {
    font-size: 18px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
    padding-right: 22px;
    background: url(../image/arrow_1.svg) no-repeat right center / 13px auto;
}
.soothsayer_back {
    display: flex;
    justify-content: center;
}

.soothsayer_back a {
    padding: 10px 30px;
    background-color: #ff4e6b;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.soothsayer_back a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: left 0.6s ease;
}

.soothsayer_back a:hover::before {
    left: 100%;
}

/*------------------------------------------------------------
    占い師募集
------------------------------------------------------------*/
.recruit_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.recruit_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.recruit_intro {
    margin-bottom: 60px;
}
.recruit_strong {
    font-size: 24px;
    font-family: hiragino-mincho-pron, sans-serif;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
}
.rs_treat {
    margin-bottom: 30px;
}
.rs_treat img {
    width: 240px;
    margin: 0 auto;
}
.rs_txt {

}
.rs_txt p {
    font-family: hiragino-mincho-pron, sans-serif;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
}
.rs_txt p:last-of-type {
    margin-bottom: 0px;
}
.recruit_contact {

}
.recruit_contact h2 {
    font-size: 24px;
    font-family: hiragino-mincho-pron, sans-serif;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
}
.tc_phone {
    margin-bottom: 20px;
    text-align: center;
}
.tc_phone a {
    font-size: 24px;
    font-family: hiragino-mincho-pron, sans-serif;    
    line-height: 1.6;
    font-weight: bold;
}
.rc_sup {
    text-align: center;
    line-height: 1.7;
}























/*------------------------------------------------------------
    privacy policy & terms
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -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;
}


/*------------------------------------------------------------
    特商法
------------------------------------------------------------*/
.legal_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.legal_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.table_legal {
    width: 100%;
    margin-bottom: 120px;
}
.table_legal tr {
    display: flex;
}
.table_legal th {
    width: 244px;
    margin-right: 35px;
    padding: 50px 0 50px 20px;
    border-bottom: 2px solid #ff4e6b;
    text-align: left;
    display: flex;
    font-weight: bold;
}
.th_top {
    border-top: solid 2px #ff4e6b;
}
.table_legal td {
    flex: 1;
    padding: 50px 0;
    border-bottom: 2px solid #fcf4f4;
    text-align: left;
}
.td_top {
    border-top: 2px solid #fcf4f4;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer_wrap {
    width: 100%;
    padding: 70px 8% 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url(../image/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_cont {
    margin-bottom: 10px;
}
.footer_logo_wrap {
    margin-bottom: 30px;
}
.footer_logo {
    
}
.footer_logo img {
    width: 110px;
    margin: 0 auto;
}
.footer_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_nav ul {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.footer_nav ul li {
    margin-right: 35px;
}
.footer_nav ul li:last-of-type {
    margin-right: 0px;
}
.footer_nav ul li a {
    color: #fff !important;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
}
.footer_sns {
    display: flex;
}
.footer_sns a {
    display: block;
    margin-right: 15px;
}
.footer_sns a:last-of-type {
    margin-right: 0;
}
.footer_sns a img {
    width: 22px;
}

.footer_info_wrap {
    
}
.footer_info_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.footer_info_wrap ul li {
    margin-right: 35px;
}
.footer_info_wrap ul li:last-of-type {
    margin-right: 0px;
}
.footer_info_wrap ul li a {
    color: #fff !important;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: bold;
}
.footer_copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
}


/*------------------------------------------------------------
    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);
}







































































































