@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "Kanit", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1.4rem;
    color: #fff;
    background-color: #000000;
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3 {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

header {
    position: fixed;
    top: 00px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000;
    padding: 10px 0;
}

@media (max-width: 600px) {
    header {
        top: 0;
        padding: 0px 0;
    }
}

header .header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2%;
}

@media (max-width: 860px) {
    header .header_inner {
        padding: 0 30px;
    }
}

header .header_inner_left {
    display: block;
}

header .header_inner_left a:hover {
    opacity: 0.5;
}

header .header_inner_left a img {
    width: 280px;
    height: 70px;
}

@media (max-width: 600px) {
    header .header_inner_left a img {
        width: 200px;
    }
}

header .header_inner_right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 860px) {
    header .header_inner_right ul {
        display: none;
    }
}

header .header_inner_right ul li {
    padding-right: 1.5em;
    font-size: 14px;
}

header .header_inner_right ul li a {
    color: #fff;
}

header .header_inner_right ul li a:hover img {
    opacity: 0.5;
}

header .header_inner_right ul li a img {
    width: 20px;
    height: 20px;
}

header .header_inner_right_items_sm {
    display: none;
}

@media (max-width: 860px) {
    header .header_inner_right_items_sm {
        display: block;
    }
}

header .header_inner_right_items_sm .header_menu {
    padding: 0px 0 0px 0px;
}

@media (max-width: 600px) {
    header .header_inner_right_items_sm .header_menu {
        padding: 20px 0 20px 25px;
    }
}

header .header_inner_right_items_sm .header_menu_inner {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 50px;
    z-index: 9999;
}

header .header_inner_right_items_sm .header_menu_inner span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    rigth: 0px;
    height: 2px;
    background: #444;
    width: 30px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(1) {
    top: 15px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(2) {
    top: 23px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(3) {
    top: 31px;
}

header .header_inner_right_items_sm .header_menu .active span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #444;
    width: 50px;
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(2) {
    opacity: 0;
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

#g_nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #595757;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#g_nav .g_nav_btn {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 50px;
    z-index: 9999;
    top: 25px;
    right: 25px;
}

#g_nav .g_nav_btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #fff;
    width: 30px;
}

#g_nav .g_nav_btn span:nth-of-type(1) {
    top: 15px;
}

#g_nav .g_nav_btn span:nth-of-type(2) {
    top: 23px;
}

#g_nav .g_nav_btn span:nth-of-type(3) {
    top: 31px;
}

#g_nav .active span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #fff;
    width: 30px;
}

#g_nav .active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

#g_nav .active span:nth-of-type(2) {
    opacity: 0;
}

#g_nav .active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

#g_nav #g_nav_list {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 7em 2em 0;
}

@media (max-width: 600px) {
    #g_nav #g_nav_list::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
        z-index: -1;
        top: 0;
        left: 0;
    }
}

#g_nav #g_nav_list .nav_contact .common_footer_contact_inner_content_tel {
    margin-top: 2em;
}

#g_nav #g_nav_list .nav_contact .common_footer_contact_inner_content_tel a p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#g_nav #g_nav_list .nav_contact .common_footer_contact_inner_content_mail {
    margin-top: 2em;
}

#g_nav #g_nav_list .nav_contact .common_footer_contact_inner_content_mail a {
    display: inline-block;
}

#g_nav #g_nav_list .nav_contact .common_footer_contact_inner_content_mail a p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#g_nav.panelactive {
    opacity: 1;
    z-index: 99999;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#g_nav.panelactive #g_nav_list {
    /*ナビの数が増えた場合縦スクロール*/
    z-index: 90;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g_nav_img {
    width: 40%;
}

@media (max-width: 600px) {
    .g_nav_img {
        display: none;
    }
}

.g_nav_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

#g_nav_list img {
    margin-top: 0em;
}

@media (max-width: 600px) {
    #g_nav_list img {
        margin-top: 0em;
    }
}

#g_nav_list .nav_logo img {
    width: 70%;
    -webkit-filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(57deg) brightness(105%) contrast(108%);
    filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(57deg) brightness(105%) contrast(108%);
}

/*ナビゲーション*/
#g_nav_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5em;
}

#g_nav.panelactive ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5em;
}

@media (max-width: 600px) {
    #g_nav.panelactive ul {
        margin-top: 2.5em;
    }
}

/*リストのレイアウト設定*/
#g_nav li {
    list-style: none;
    text-align: center;
}

#g_nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 18px;
}

.site_w_l {
    max-width: 1280px;
}

.section_hedding_left {
    font-size: 50px;
    color: #fff;
    text-align: left;
    position: relative;
}

.section_hedding_left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 40px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.section_hedding_center {
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: relative;
}

.section_hedding_center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.view_btn {
    text-align: center;
}

.view_btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 2em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: clamp(16px, 6vw, 18px);
}

.view_btn a:hover {
    opacity: 0.5;
}

.view_btn a:hover::after {
    right: 0px;
}

.view_btn a::after {
    position: absolute;
    content: '';
    background-image: url("/wp-content/themes/original/assets/img/00_common/btn_arrow.svg");
    top: 50%;
    right: 5px;
    width: 5px;
    height: 8px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

footer .footer_menu {
    border-bottom: solid 1px #fff;
    padding: 5em 0 3em;
    margin-bottom: 2em;
}

footer .footer_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2em;
}

footer .footer_menu ul li {
    margin-right: 2em;
    color: #fff;
}

footer .footer_menu ul li:last-child {
    margin-right: 0em;
}

footer .footer_menu ul li a {
    color: #fff;
    font-size: 16px;
}

footer .footer_menu ul li a img {
    width: 20px;
    height: 20px;
}

footer .footer_menu .footer_logo {
    text-align: center;
}

footer .footer_menu .footer_logo a img {
    width: 500px;
}

footer .footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

@media (max-width: 560px) {
    footer .footer_content .footer_content_left {
        width: 100%;
    }
}

footer .footer_content .footer_content_left h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.2em;
}

footer .footer_content .footer_content_left p {
    margin-bottom: 1em;
}

@media (max-width: 560px) {
    footer .footer_content .footer_content_right {
        width: 100%;
    }
}

footer .footer_content .footer_content_right .footer_content_btn {
    margin-bottom: 1em;
}

footer .footer_content .footer_content_right .footer_content_btn a {
    display: block;
    border: solid 1px #fff;
    padding: 0.5em 1em;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

footer .footer_content .footer_content_right .footer_content_btn a:hover {
    opacity: 0.5;
}

footer .footer_copyright {
    padding-bottom: 5em;
}

footer .footer_copyright p {
    text-align: center;
    opacity: 0.6;
}
