/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

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

audio,
canvas,
video {
    display: block;
    filter: drop-shadow(0px 0px #000);
    width: 100%;
}

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

[hidden],
template {
    display: none;
}


/* ==========================================================================
            Base
            ========================================================================== */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 67.5%;
    line-height: 1.5;
    overflow-x: hidden;
    background: var(--main-r);
    font-family: "Poppins-Bold", "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

body {
    margin: 0;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    color: var(--main);
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* ==========================================================================
              Links
              ========================================================================== */

a {
    background: transparent;
}

a:focus {
    outline: 0;
}

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

a,
a:visited {
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    opacity: 1;
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/* ==========================================================================
              Typography
              ========================================================================== */

@font-face {
   font-family: "NotosansJP-B";
   src: url('../fonts/NotosansJP-B.ttf') format('truetype'),
        url('../fonts/NotosansJP-B.woff') format('woff');
}

@font-face {
   font-family: "NotoSansJP-M";
   src: url('../fonts/NotoSansJP-M.ttf') format('truetype'),
        url('../fonts/NotoSansJP-M.woff') format('woff');
}

@font-face {
   font-family: "Poppins-Bold";
   src: url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins-Bold", "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
}

address {
    font-style: normal;
}


/* ==========================================================================
             Lists
           ========================================================================== */

dl,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul,
li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}


/* ==========================================================================
             Embedded content
           ========================================================================== */

img:not(.post-contents img) {
    width: 100%;
    height: 100%;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    display: block;
    object-fit: cover;
}

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


/* ==========================================================================
              Figures
              ========================================================================== */

figure {
    margin: 0;
}


/*********************
           GENERAL STYLES
           *********************/

:root {
    --main: #111111;
    --main-r: #ffffff;
    --accent: #6F2728;
    --txt: #111111;
    --bg: #F7F7F7;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --sm: 1.2rem;
    --md: 1.4rem;
    --lg: 1.8rem;
    --x2: 2rem;
    --x25: 2.5rem;
    --x3: 3rem;
    --x35: 3.5rem;
    --x4: 4rem;
    --x5: 5rem;
    --en: "Poppins-Bold", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    --width: 1400;
}

#container,
#main {
    background: var(--bg);
}

/*html,
   body,
   a {
       cursor: none;
   }
   */

#cursor {
    pointer-events: none;
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background: rgb(16, 44, 168);
    transform: translate(-100px, -100px);
    border-radius: 50%;
    z-index: 999;
}

#stalker {
    pointer-events: none;
    position: fixed;
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: rgba(88, 88, 88, 0.8);
    border-radius: 50%;
    transform: translate(-100px, -100px);
    transition: .15s;
    transition-timing-function: ease-out;
    z-index: 998;
}

#stalker.is-stalker {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    transition: .15s;
    background: rgba(88, 88, 88, 0.5);
}

.mainTrigger {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    color: gray;
    display: inline-block;
    position: relative;
    font-size: inherit;
    font-family: inherit;
}

.bg-main .mainTrigger,
#page_header .mainTrigger {
    color: #e0e0e0;
}

.bg-main .mainTrigger:after,
#page_header .mainTrigger:after{
    color:var(--main-r);
}

.mainTrigger.is-show,
.mainTrigger.is-show:after {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.43, .05, .17, 1);
    transition: clip-path .8s cubic-bezier(.43, .05, .17, 1);
    transition: clip-path .8s cubic-bezier(.43, .05, .17, 1), -webkit-clip-path .8s cubic-bezier(.43, .05, .17, 1);
}

.mainTrigger:after {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    color:var(--accent);
    content: attr(data-show);
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.mainTrigger.is-show:after {
    transition-delay: .45s;
}


article a img,
.learn-more .circle{
    transition: var(--transition);
}

article a:hover img,
.learn-more:hover .circle{
    transform: scale(1.1);
}

/*********************
           LAYOUT & GRID STYLES
           *********************/

.ib {
    display: inline-block;
}

.m-none {
    margin: 0 !important;
}

.pc-hide {
    display: none !important;
}

.l-lr {
    padding-right: 5vw;
    padding-left: 5vw;
}

.l-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.l-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.l-tb-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.l-t {
    margin-top: 10rem;
}

.l-b {
    margin-bottom: 10rem;
}

.l-h {
    line-height: 2;
}

.bg {
    background: var(--bg);
}

.sec-title-en,
.sec-title{
    color: var(--accent);
}

.accent-chenge {
    color: var(--accent);
}

.accent-bottom {
    border-bottom: 1px solid var(--accent);
    padding-bottom: 5px;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

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

.overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(88, 88, 88, 0.5);
    z-index: 1;
}

.st-l,
.st-l span {
    font-size: 3rem;
}

.st-m,
.st-m span {
    font-size: 2rem;
}

.main-headline,
.main-headline span {
    font-size: 4rem;
    font-family: var(--en);
}

.l-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
}

.l-flex .flex-l,
.l-flex .flex-r {
    width: calc(100% / 2 - 2.5rem);
}

.l-flex .flex-r .btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg-main {
    background: var(--accent);
    color: var(--main-r);
}

.title-wrap {
    margin-bottom: 5rem;
}

.mb_s {
    margin-bottom: 1rem;
}

.mb_sm {
    margin-bottom: 2rem;
}

.mb_m {
    margin-bottom: 3rem;
}

.mb_mm {
    margin-bottom: 4rem;
}

.mb_l {
    margin-bottom: 5rem;
}

.mt_s {
    margin-top: 1rem;
}

.mt_sm {
    margin-top: 2rem;
}

.mt_m {
    margin-top: 3rem;
}

.mt_mm {
    margin-top: 4rem;
}

.mt_l {
    margin-top: 5rem;
}


/******************************************************************
           TYPOGRAPHY STYLES
           ******************************************************************/

h1,
h2,
h3,
h4,
h5 {
    text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
}

h1 {
    font-size: 2.5rem;
    line-height: 1;
}

h2 {
    font-size: 2rem;
    line-height: 1.5;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.5;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.5;
}

h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

p,
a,
span,
td,
th,
li,
address,
dt,
dd {
    font-size: 1.4rem;
    font-weight: 400;
}

.sec-title-en{
	font-size:7rem;
	line-height:1;
}

.sec-title{
font-size: 2rem;
    padding-left: 2rem;
    position: relative;
}

.sec-title:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	background:var(--accent);
	border-radius:50px;
}

.arrow {
    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    transition: all .4s ease-in-out .1s;
    border-radius: 100px;
    border: 1px solid var(--accent);
    background: var(--accent);
}

#single_link .prev-link .arrow::before {
    border-top:initial;
    border-left: 1px solid var(--main-r);
    border-right:initial;
	border-bottom: 1px solid var(--main-r);
}

.arrow::before {
    position: absolute;
    top: 50%;
    left: 49%;
    width: 0.6rem;
    height: 0.6rem;
    content: "";
    transition: all .4s ease-in;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--main-r);
    border-right: 1px solid var(--main-r);
}

.arrow::after {
    content: "";
position: absolute;
    top: 50%;
    left: 30%;
    width: 0.6rem;
    height: 0.6rem;
    opacity: 0;
    transition: all .4s ease-out .1s;
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--main-r);
    border-right: 1px solid var(--main-r);
}

#single_link .page-prev .arrow::after{
    border-top:initial;
    border-left: 1px solid var(--main-r);
    border-right:initial;
	border-bottom: 1px solid var(--main-r);
	left: 70%;
}

#single_link .page-prev .arrow::before {
    border-top:initial;
    border-left: 1px solid var(--main-r);
    border-right:initial;
	border-bottom: 1px solid var(--main-r);
}

/*********************
           HEADER STYLES
           *********************/

.logo-wrap {
    width: 150px;
}

.logo-wrap a {
    display: block;
}

.logo-wrap a svg {
    width: 150px;
}

.logo-wrap .logo-g {
    fill: var(--main-r);
}

.logo-wrap .logo-g:not(.home .logo-wrap .logo-g),
.is-top .logo-wrap .logo-g {
    fill: var(--main);
}

.logo-wrap p {
    font-size: 1.2rem;
    line-height: 1;
}

#logo {
    margin: 0;
    width: 180px;
    height: auto;
    line-height: 1;
}

#header {
    max-width: 100%;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    transition: all 0.3s ease-out;
    background: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    z-index: 99;
}

#header.is-top,
#header.is-top-sp{
-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffffbd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*********************
           NAVIGATION STYLES
           *********************/

#menu {
    width: 100%;
}

.nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
}

.nav__list li a {
    border-bottom: none;
    font-size: 1.8rem;
    color: var(--main-r);
    display: flex;
    align-items: center;
}

.nav-contact a{
background: var(--accent);
    padding: 1rem 2rem;
    border-radius: 50px;
}

.single .nav__list li a,
#page__complete  .nav__list li a{
    color: var(--main);	
}

.single .nav__list .nav-contact a,
#page__complete .nav__list .nav-contact a{
    color: var(--main-r)!important;
}


.is-top #menu ul li a {
    color: var(--main);
}

.is-top .nav-contact a{
    color: var(--main-r)!important;
}

.toggle {
    display: none;
}

/*********************
           FOOTER STYLES
           *********************/

#footer_wrap {
    width: 100vw;
    height: 200px;
    position: relative;
    background: #f7f7f7;
    text-align: center;
}

#footer_wrap h3 {
    position: relative;
    top: 50%;
    transform: translate3d(0, -61%, 0);
    display: inline-block;
    font-size: 7.5rem;
}

.footer {
    position: relative;
}

#footer_inner {
    position: relative;
    padding-top:10rem;
    padding-bottom:5rem;
        border-top: 1px solid #c4c4c4;
}

#footer_content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10rem;
    align-items: center;
    gap: 5rem;
    flex-wrap: wrap;
}

#footer_bottom a,
#footer_bottom p {
    font-size: 12px;
}

#copyright {
    text-align: center;
    font-size: 12px;
}

#footer_l,
#footer_r a{
	display: flex;
    align-items: center;
    gap: 3rem;
}

#footer_r .arrow{
	
}

/*********************
           POSTS & CONTENT STYLES
           *********************/
/*
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
*/

.post-wrap {
	display:flex;
	flex-wrap:wrap;
	gap:5rem;
}

.post-wrap article{
	width:calc(100% / 3 - 3.333333333rem);
}

.over-l {
    flex: 1;
    margin-left: calc(50% - 50vw);
}

.over-r {
    flex: 1;
    margin-right: calc(50% - 50vw);
}

#page_header {
    height: 100vh;
    position: relative;
}

.hero-bg {
    height: 100%;
}

.hero-content,
#breadcrumbs{
    position: absolute;
    bottom: 7rem;
    z-index: 5;
	color:var(--main-r);
}

.hero-content{
    left: 7rem;
}

#breadcrumbs{
    right: 7rem;
}

#breadcrumbs_single,
#breadcrumbs{
    font-family: "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;    
}

.hero-content .page-title {
    font-size: 1.8rem;
}

.hero-content .page-subtitle-en {
    font-size: 5rem;
    font-family: var(--en);
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 1rem;
}

.breadcrumb__item span {
    text-transform: uppercase;
}

.breadcrumb__item {
    display: inline;
    margin-right: 2rem;
    position: relative;
}

.breadcrumb__item:after {
    content: "／";
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
}

.breadcrumb__item:last-child {
    padding-right: 0rem;
}

.breadcrumb__item:last-child:after {
    content: "";
}

.breadcrumb__item a {
    transition: opacity .6s;
}

.breadcrumb__item a:hover {
    opacity: .6;
}

.single img {
    height: auto;
    max-width: 100%;
}

#news__pager {
    margin-top: 10rem;
}

#news__pager .page-numbers {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.news-list article a div {
    display: flex;
    gap: 3rem;
    align-items: center;
}

#blog__pager ul.page-numbers {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
width: 50px;
    height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    color: var(--accent);
    background: var(--main-r);
}

.pagination .page-numbers li span {
    background: var(--accent);
    color: var(--main-r);
}

.post-title {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin-bottom: 0 !important;
}

.single .post-title {
    margin: 2rem 0 !important;
    -webkit-line-clamp: initial;
    font-size: 2.5rem;
    line-height: 1.3;
}

.post-time {
    color: var(--accent);
	margin:1rem 0 ;
}

.post-thumbnail{
	overflow:hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-category {
    font-size: var(--sm);
    background: var(--main);
    color: var(--main-r);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}

.post-time,
.post-category {
    white-space: nowrap;
}

.single .post-contents h2,
.single .post-contents h3,
.single .post-contents h4,
.single .post-contents h5 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.single .post-contents p,
.single .post-contents figure {
    margin-bottom: 20px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
}

.single-title,
.page-title,
.entry-title {
    margin: 0;
}

#archive_news_inner .news-list {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
.sec-title-en {
    font-size: 6rem;
}
}

@media screen and (max-width:1400px) {
.l-inner {
    max-width: 100%;
}
    /*********************
           HEADER STYLES
           *********************/
    .nav__list li a {
        font-size: 1.6rem;
    }
}


@media screen and (max-width:1200px) {
.sec-title-en {
        font-size: 5rem;
    }
.sec-title {
    font-size: 1.6rem;
}
.sec-title:before {
    width: 7px;
    height: 7px;
}
    /*********************
           HEADER STYLES
           *********************/

    #logo {
        width: 150px;
    }

}

@media screen and (max-width:960px) {

    /*********************
           GENERAL STYLES
           *********************/
    :root {
        --width: 540;
    }

    .pc-hide {
        display: block !important;
    }

    .bg-main {
        padding-top: 7rem ;
        padding-bottom: 7rem ;
    }

    #cursor,
    #stalker {
        display: none;
    }

.title-wrap {
    margin-bottom: 3rem;
}

.post-title {
    font-size:1.6rem;
}

    .sec-title-en {
        font-size: 4rem;
    }

.post-wrap article {
    width: calc(100% / 2 - 2.5rem);
}

.hero-content {
    left: 5rem;
}
.hero-content, #breadcrumbs {
    bottom: 5rem;
}
#breadcrumbs {
    right: 5rem;
}

    /*********************
        NAVIGATION STYLES
        *********************/
    .logo-wrap {
        width: 150px;
    }

    #header {
        height: 70px;
    }

    #header_inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 80px;
        width: 100%;
    }

    #header.is-top-sp .logo-wrap .logo-g {
        fill: var(--main);
    }

    #header.is-top-sp .toggle.active span {
        border-bottom: solid 2px var(--main-r);
    }

    .is-top-sp #header_inner {
        height: 50px;
    }

    .nav__list {
        display: block;
    }

    #menu ul li a {
padding: 1rem 5rem;
        color: var(--main) !important;
        text-decoration: none;
        font-size: 3rem;
        margin-bottom: 3rem;
    }

#menu ul li.nav-contact a {
    background: var(--accent);
        color: var(--main-r) !important;
}

    #menu ul li:first-child {
        border-top: 1px solid #fff;
    }

    #menu ul li {
        border-bottom: 1px solid #fff;
    }

    #menu #menu-nav_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-10px, 0, 0) translate(-50%, -50%);
    }

    #nav_inner {
        text-align: center;
        margin: 0;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 90px;
        pointer-events: none;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 
cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
        transition: transform 
cubic-bezier(0.8, 0, 0.1, 1) 0.9s 0.2s;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #fffffff0;
    }

    #menu.open #nav_inner {
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #menu-nav_inner {
        opacity: 0;
        -webkit-transition: opacity ease 0.6s 0s, -webkit-transform ease 0.6s 0s;
        transition: opacity ease 0.6s 0s, transform ease 0.6s 0s;
    }

    #menu.open #menu-nav_inner {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
        transform: translate3d(0, 0, 0) translate(-50%, -50%);
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .toggle {
        display: block;
        width: 70px;
        height: 70px;
        cursor: pointer;
        z-index: 3;
        right: 0;
        background: var(--accent);
        position: fixed;
        top: 0;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px var(--main-r);
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    .is-top .toggle span {
        border-bottom: solid 2px var(--main);
    }

    .toggle.active span {
        border-bottom: solid 2px var(--main-r);
    }

    .toggle span:nth-child(1) {
        top: 30px;
    }

    .toggle span:nth-child(2) {
        top: 38px;
    }

    .toggle.active span:nth-child(1) {
        top: 35px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .toggle.active span:nth-child(2) {
        top: 35px;
        transform: translateX(-50%) rotate(45deg);
    }


    /*********************
           FOOTER STYLES
           *********************/
#footer_inner {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

#footer_content {
    padding-bottom: 7rem;
}

    /*********************
           LAYOUT & GRID STYLES
           *********************/
    .l-lr {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .l-tb {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .l-t {
        margin-top: 7rem;
    }

    .l-b {
        margin-bottom: 7rem;
    }

    .l-tb-p {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

}

@media screen and (max-width:767px) {

    /*********************
           GENERAL STYLES
           *********************/
    html {
        scroll-padding-top: 90px;
    }

    .mbr {
        display: inline-block;
    }

    .sp-hide {
        display: none;
    }

    .pc-hide {
        display: block !important;
    }

    .l-lr {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .l-tb {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .l-t {
        margin-top: 7rem;
    }

    .l-b {
        margin-bottom: 7rem;
    }

    .l-tb-p {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .l-flex {
        gap: 3rem;
    }

.sec-title-en {
        font-size: 2.5rem;
    }

.sec-title {
 font-size: 13px;
        padding-left: 1.3rem;
    }

    .sec-title:before {
        width: 4px;
        height: 4px;
    }

.arrow {
    width: 3rem;
    height: 3rem;
}

p, a, span, td, th, li, address, dt, dd {
   font-size: 13px;
}

.hero-content, #breadcrumbs {
        bottom: 2rem;
    }

.hero-content .page-subtitle-en {
    font-size: 3rem;
}

.hero-content .page-title {
    font-size: 1.4rem;
}

.hero-content {
        left: 2rem;
    }

#breadcrumbs {
        right: 2rem;
    }

    /* ==========================================================================
              Links
              ========================================================================== */

    .btn-1 a,
    .btn-1 button {
        background: var(--main);
        width: 200px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        color: var(--main-r);
        letter-spacing: .04em;
        position: relative;
        border-left: 5px solid #D13631;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a::before,
    .btn-1 button::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        display: block;
        background: #D13631;
        z-index: 1;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .btn-1 a span,
    .btn-1 button span {
        position: relative;
        z-index: 5;
    }

    .btn-1 a:hover::before,
    .btn-1 button:hover::before {
        width: 100%;
    }

    /*********************
           HEADER STYLES
           *********************/
    .menu-item a {
        font-size: var(--md);
    }

.logo-wrap {
        width: 100px;
    }

.toggle {
        width: 50px;
        height: 50px;
    }

#header {
        height: 50px;
    }

.toggle span:nth-child(1) {
        top: 22px;
    }

    .toggle span:nth-child(2) {
        top: 28px;
    }

.toggle span {
        width: 20px;
    }

.toggle.active span:nth-child(1),
	.toggle.active span:nth-child(2) {
        top: 25px;
    }

#menu ul li a {
        padding: 1rem 2rem;
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    /*********************
           POSTS & CONTENT STYLES
           *********************/
.single .post-title {
    font-size: 1.8rem;
}
.post-wrap {
    gap: 2rem;
}
.post-wrap article {
        width: calc(100% / 2 - 1rem);
    }
    .post-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        width: 100%;
    }

    .post-data-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .news-list article a div {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .news-list article a {
        padding: 20px 0;
    }

    .post-category {
        font-size: 12px;
    }

    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 13px;
    }

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
        height: 60px;
        padding: 10px;
    }

    /*********************
           FOOTER STYLES
           *********************/
    .footer-more-l,
    .footer-more-r {
        width: 100%;
    }

    .footer-block {
        height: 40vh;
    }

    #footer_content {
justify-content: center;
    }

    #footer_bottom a,
    #copyright {
        font-size: 12px;
    }

#footer_l{
    display: block;
    text-align: center;
}
#footer_r a {
    gap: 1rem;
}

#footer_logo{
	margin:0 auto 1rem auto;
	}
    /*********************
           LAYOUT & GRID STYLES
           *********************/

    .l-flex .flex-l,
    .l-flex .flex-r {
        width: 100% !important;
    }

    textarea {
        min-height: 250px;
    }
}