@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:wght@100..900&family=Roboto+Condensed&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: smooth;
    font-size: 62.5%;
}
body {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #2e2e2e;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #2e2e2e;
    text-decoration: none;
}
a:visited {
    color: #2e2e2e;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
.pc_tab_br {
    display: none;
}
.pc_br {
    display: none;
}
.tab_br {
    display: none;
}
.sp_br {
    
}
#wrapper {
    color: #2e2e2e;
    position: relative;
    background-color: #e4e9f2;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
.wrapper_inner {
    /*background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);*/
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header_top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0 20px;
    width: 100%;
    z-index: 12;
}
.header_top_left {
    display: flex;
    align-items: center;
}
.header_top_logo {
    padding: 0;
}
.header_top_logo a {
    display: flex;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.header_top_logo img {
    width: 130px;
}
.header_top_right {
    display: flex;
    display: none; 
}
.ht_navi_1 {
    display: flex;
    align-items: center;
}
.ht_navi_1 li {
    margin-right: 50px;
}
.ht_navi_1 li a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0 20px;
    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: 130px;
}
.header_right {
    display: flex;
    display: none;
}
.h_navi_1 {
    display: flex;
    align-items: center;
}
.h_navi_1 li {
    margin-right: 40px;
}
.h_navi_1 li:last-child {
    margin-right: 0px;
}
.h_navi_1 li a {
    font-size: 16px;
    letter-spacing: 1px;
}


#key_visual_wrap {
    width: 100%;
    height: 100svh;
    z-index: 1;
    position: relative;
    background-image: url(../image/keyvisual_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cover_grad {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0, .7));
}
.kv_copy_wrap {
    width: 100%;
    height: 100%;
    padding: 25vh 8% 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}
.kv_copy_inner {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kv_copy_main {
    
}
.kv_copy {
    margin-bottom: 20px;
    text-align: center;
}

.text {
    letter-spacing: 2px;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    font-size: 36px;    
    line-height: 1.2;
}
.text strong {
    opacity: 0;
    filter: blur(10px);
    animation: letter-glow 0.5s 0s ease both, blur 2s 0s ease both;
    font-weight: normal;
    animation-delay: 1.5s;
}
@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
    }
}
@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.text2 {
    letter-spacing: 2px;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    font-size: 50px;    
    line-height: 1.2;
}
.text2 strong {
    opacity: 0;
    filter: blur(10px);
    animation: letter-glow 0.5s 0s ease both, blur 2s 0s ease both;
    animation-delay: 1.5s;
    font-weight: normal;
}
@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
    }
}
@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.kv_sub_copy {
    line-height: 1.8;
/*    padding-left: 5px;*/
    font-size: 12px;
    margin-bottom: 35px;
    text-align: center;
}
.kv_discover {
    display: flex;
    justify-content: center;
}
.discover_inner {
    margin-bottom: -1px;
}
.discover_inner span {
    background: url(../image/arrow_1.svg) no-repeat right center / 17px 17px;
    padding-right: 22px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    height: 17px;
}

#page_header {
    z-index: 1;
    position: relative;
    padding: 160px 8% 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page_header_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.page_header_inner h2 {
    margin-bottom: 5px;
}
.page_header_inner p {
    font-size: 13px;
    padding-left: 2px;
}
.page_header_border {
    height: 1px;
    background-color: #2e2e2e;
    max-width: 1400px;
    margin: 0 auto;
}




/* ---------- hamburger menu　---------　*/
#toggle-nav {
    display: none;
}
#toggle-nav:checked ~ .hamburger {
    height: 28px;
}
#toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -10px;
    transform: rotate(-135deg);
}
#toggle-nav:checked ~ .hmg_menu {
    opacity: 1;
    visibility: visible;
}
.hamburger_bg {
    /*position: fixed;
    top: 40px;
    right: 60px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 60px;
    width: 60px;
    border-radius: 100vh;*/
}
.hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    top: 48px;
    right: 25px;
    width: 36px;
    height: 14px;
    margin: 0;
    padding: 0;
    mix-blend-mode: exclusion;
}
.hamburger div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color 0.5s, transform 0.5s;
    mix-blend-mode: exclusion;
}
.hamburger div:nth-of-type(2) {
    margin: 4px 0;
}
.hmg_menu {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 0;
    background-color: #e4e9f2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
}
.gnav__menu_wrap {
    flex: 1;
    padding: 8%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gnav__menu_logo {
    margin: 0 2% 20px;
}
.gnav__menu_logo img {
    width: 130px;
}
.gnav__menu_inner {
    display: flex;
    margin-bottom: 40px;
}
.gnav__menu {
    width: 44%;
    margin: 0 3%;
}
.gnav__menu__item {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #565656;
}
.gnav__menu__item a {
    display: flex;
    align-items: center;
    font-size: 17px;
    text-decoration: none;
    transition: .2s;
    line-height: 1;
    background: url(../image/arrow_8.svg) no-repeat right center / 6px auto;
    padding: 25px 30px 25px 0;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu_inner2 {
    margin-left: 3%;
}
.gnav__menu_inner2 ul {
    display: flex;
}
.gnav__menu_inner2 ul li {
    margin-right: 30px;
}
.gnav__menu_inner2 ul li a {
    font-size: 13px;
}
.gnav__menu_inner2 ul li a span {
    background: url(../image/icon/window.svg) no-repeat right 1px / 13px 13px;
    padding-right: 18px;
}
.gnav__menu_info {
    display: flex;
    justify-content: space-between;
    margin: 0 3% 30px;
}
.gnav__menu_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    border-radius: 5px;
    letter-spacing: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    height: 84px;
}
.gmi_1 {
    background-image: url(../image/hbg_info_1.jpg);
}
.gmi_2 {
    background-image: url(../image/hbg_info_2.jpg);
}


/*------------------------------------------------------------
    about
------------------------------------------------------------*/
#main_top {
    
}

.concept_loop {
    padding: 50px 0 0;
    overflow: hidden;
}
.bbs {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}
.bbs ul {
    animation: flowing 100s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 80px;
    color: #fff;
    opacity: 0.4;
    line-height: 1;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.concept_wrap {
    width: 100%;
    padding: 100px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.concept_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.concept_ttl_sub {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.concept_strong_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.concept_strong {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.concept_copy {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    font-feature-settings:"palt";
    letter-spacing: 3px;
}
.concept_sub_copy {
    font-size: 13px;
}
.concept_dtext {
    width: 100%;
}
/*------------------------------------------------------------
    service
------------------------------------------------------------*/
.top_service_cont {
    display: flex;
    flex-direction: column;
}
.tsc_image {
    width: 100%;
    height: 280px;
    background-image: url(../image/service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tsc_detail {
    width: 100%;
    background-color: #fff;
    padding: 90px 8% 120px;
}
.tsc_ttl {
    margin-bottom: 40px;
}
.tsc_ttl h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
}
.tsc_ttl p {
    font-size: 13px;
}
.tsc_txt {
    
}
.tsc_txt_list {
    line-height: 1.6;
    margin-bottom: 20px;
}
.tsc_txt_list:last-of-type {
    margin-bottom: 0px;
}
.tsc_txt_list h4 {
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    margin-bottom: 3px;
}
.tsc_txt_list h4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #565e6c;
    border-radius: 100vh;
}
.tsc_txt_list p {
    padding-left: 15px;
}
.tsc_more {
    display: flex;
    justify-content: center;
}
.tsc_more a {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 100vh;
    background-color: #565e6c;
}
.tsc_more a span {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    line-height: 1;
    color: #fff !important;
}
.tsc_more a span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100vh;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.company_wrap {
    width: 100%;
    padding: 100px 8% 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.company_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.company_ttl {
    width: 100%;
    margin-bottom: 60px;
}
.company_ttl h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}
.company_ttl p {
    font-size: 13px;
    padding-left: 5px;
}
.table_company {
    width: 100%;
}
.table_company tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bac1ce;
    padding: 30px 0;
    line-height: 1.6;
}
.table_company tr:first-child {
    border-top: 1px solid #bac1ce;
}
.table_company th {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 3px;
}
.table_company td {
    width: 100%;
    text-align: left;
}
.table_company td span {
    letter-spacing: 3px;
}

/*------------------------------------------------------------
    service
------------------------------------------------------------*/
.service_wrap {
    width: 100%;
    padding: 80px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.our_strength_ttl {
    font-size: 16px;
    margin-bottom: 30px;
}
.our_strength {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.our_strength_indent {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    font-feature-settings:"palt";
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.our_strength_txt {
    width: 100%;
}
/**/
.property_wrap {
    width: 100%;
    padding: 100px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.property_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.property_image {
    position: relative;
    margin-bottom: 50px;
}
.property_image::before {
    content: "";
    display: block;
    padding-top: 64%;
}
.property_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.property_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.property_detail_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.property_detail_ttl {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.property_detail_ttl h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.property_detail_ttl p {
    font-size: 13px;
}
.property_detail_table {
    width: 100%;
}
.property_detail_table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bac1ce;
    padding: 30px 0;
    line-height: 1.6;
}
.property_detail_table tr:first-child {
    border-top: 1px solid #bac1ce;
}
.property_detail_table th {
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.property_detail_table td {
    width: 100%;
    text-align: left;
}
/**/
.contact_wrap {
    width: 100%;    
    position: relative;
    border-radius: 10px;
    background-image: url(../image/contact_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact_wrap_inner {
    padding: 80px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.contact_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
}
.contact_ttl {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.contact_ttl h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.contact_ttl p {
    font-size: 13px;
}
.contact_cont {
    width: 100%;
}
.cc_head {
    margin-bottom: 20px;
    line-height: 1.6;
}
.cc_tel {
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
}
.cc_sup {
    line-height: 1.6;
    font-size: 13px;
}


/**/
.cta_contact_wrap {
    width: 100%;
    padding: 80px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.cta_contact_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;    
}
.cta_contact_bloc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cc_ttl {
    margin-bottom: 30px;
    text-align: center;
}
.cc_ttl h2 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.cc_ttl p {
    font-size: 13px;
    line-height: 1.8;
}
.get_in_touch {
     font-size: 60px;
     font-weight: normal;
     line-height: 1;
     color: #d2d6dd;
     letter-spacing: 2px;
     font-feature-settings: "palt";
}
.git_1 {
    text-align: center;
}
.git_2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-left: 10px;
}
.git_2 p {
    background-color: #565e6c;
    width: 46px;
    height: 46px;
    margin-bottom: -4px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.git_2 p img {
    width: 13px;
    height: auto;
}
.git_2 span {
    
}



/*------------------------------------------------------------
    news
------------------------------------------------------------*/
.news_wrap {
    width: 100%;
    padding: 60px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.news_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_ctgr {
    width: 100%;
    margin-bottom: 60px;
}
.news_ctgr h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.news_ctgr ul {
    display: flex;
    flex-wrap: wrap;
}
.news_ctgr ul li {
    margin-right: 6px;
    margin-bottom: 6px;
}
.news_ctgr ul li:last-child {
    
}
.news_ctgr ul li a {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 100vh;
    font-size: 11px;
}

.news_list {
    flex: 1;
}
.news_list ul {
    
}
.news_list ul li {
    border-bottom: 1px solid #bac1ce;
}
.news_list ul li a {
    display: block;
    padding: 30px 0;
}
.nlt {
    padding: 0 0 30px !important;
}
.news_list_info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.nli_date {
    margin-right: 15px;
    font-size: 12px;
}
.nli_ctgr {
    background-color: #fff;
    line-height: 1;
    padding: 3px 15px;
    font-size: 11px;
    border-radius: 100vh;
}
.news_list_ttl {
    line-height: 1.8;
}

.news_kiji_wrap {
    width: 100%;
    padding: 80px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.news_kiji_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.news_body {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.kiji {
    margin-bottom: 60px;
}
.news_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: 12px;
    letter-spacing: 1px;
}
.hStyle {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
    margin-bottom: 50px;
    font-weight: normal;
    border-bottom: 1px solid #bac1ce;
}
.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;
}
.single-content h2::before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 5px;
    height: 50%;
    content: '';
    background: #444444;
}
.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: 10px;
    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 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;
    border-top: 1px solid #bac1ce;
    padding-top: 50px;
}
.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: 48px;
    line-height: 48px;
    border-radius: 100vh;
    width: 190px;
    font-size: 13px;
    text-align: center;
    margin: 0 15px 0;
    color: #fff !important;
    background-color: #565e6c;
}




/*------------------------------------------------------------
    privacy policy
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 80px 8% 120px;
    -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_sub_ttl span {
    letter-spacing: 3px;
}
.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
------------------------------------------------------------*/
.page_footer_wrap {
    padding: 0 4%;
    background: linear-gradient(180deg,rgba(86, 94, 108, 0),rgba(86, 94, 108, 0.7) 20%,rgba(86, 94, 108, 1));
}
.top_news_wrap {
    width: 100%;
    padding: 80px 10% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.top_news_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.top_news_ttl {
    margin-bottom: 45px;
    text-align: center;
}
.top_news_ttl h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
}
.top_news_ttl p {
    font-size: 13px;
}
.top_news_list {
    margin-bottom: 60px;
}
.top_news_box {
    width: 100%;
    margin-bottom: 60px;
}
.top_news_box a {
    display: block;
}
.tnb_head {
    border-bottom: 1px solid #565e6c;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.tnbh_year {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
.tnbh_time {
    display: block;
    font-size: 22px;
    line-height: 1;
}
.tnb_ttl {
    margin-bottom: 10px;
    line-height: 1.8;
}
.tnb_ctgr {

}
.tnb_ctgr span {
    background-color: #efeeea;
    font-size: 10px;
    line-height: 1;
    padding: 4px 18px;
    border-radius: 100vh;
}
.tnb_more {
    display: flex;
    justify-content: center;
}
.tnb_more a {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 100vh;
    background-color: #565e6c;
}
.tnb_more a span {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    line-height: 1;
    color: #fff !important;
}
.tnb_more a span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100vh;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer {
    width: 100%;
    padding: 100px 4% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info_wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(186,193,206,0.5);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer_info_head {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer_logo_wrap {
    margin-bottom: 15px;
}
.footer_logo {
    
}
.footer_logo img {
    width: 130px;
}
.footer_address {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #fff;
}
.footer_nav_wrap {
    
}
.footer_nav {
    display: flex;
    flex-wrap: wrap;
}
.footer_nav li {
    margin-right: 20px;
}
.footer_nav li:last-child {
    margin-right: 0px;
}
.footer_nav li a {
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff !important;
}
.footer_cont {

}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer_privacy {
    color: #a5adb9 !important;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
    color: #a5adb9;
}

.anchorlink {
    position: relative;
    display: block;
}


/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 16;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    padding: 6px 20px 8px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #565e6c;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 28px;
}


.scroll_y {
    display: none;
}


.blog_box {

}
.blog_box p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-preview-wrap {
    max-width: 100% !important;
}

.anchorlink {
    position: relative;
    display: block;
    top: 0;
}

/*------------------------------------------------------------
    fadeIn https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}






















































