/* reset
-------------------------------------------------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-block-size: 100svb;
    min-height: 100svh;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6, li {
    font-weight: 400;
    overflow-wrap: break-word;
}
th, td {
    font-weight: 400;
}
ul, ol {
    list-style: none;
}
img, svg, video {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font-family: inherit;
    color: inherit;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a {
    text-decoration: none;
}
/* common
-------------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 16vw;
}
body {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2vw;
    background-color: #fff;
    color: #000;
}
a {
    color: #000;
    transition: 0.5s;
}
a:hover {
    opacity: 0.5;
}
.gibson {
    font-family: canada-type-gibson, sans-serif;
    letter-spacing: 0.15vw;
}
.display_pc {
    display: none;
}
.display_sp {
    display: block;
}
section {
    padding: 7.5vw 0 10vw;
}
section ._head {
    margin-bottom: 5vw;
}
section ._head h2 {
    line-height: 1.5;
}
section ._head h2 span {
    display: block;
}
section ._head h2 span:nth-child(1) {
    font-weight: 500;
    font-size: 5.333vw;
}
section ._head h2 span:nth-child(2) {
    font-size: 3vw;
    font-weight: bold;
}
.inner {
    width: 86%;
    margin-inline: auto;
}
.bg_ash {
    background-color: #ededed;
}
input, button, textarea, select {
    border: 1px solid #ccc;
    border-radius: 0;
}
.href a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.25vw;
    font-weight: 400;
    padding: 1.25vw 7.5vw;
    line-height: 1;
    border: 1px solid #2f2725;
    margin-inline: auto;
}
.appear {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: 1s ease;
}
.appear.active {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.softly {
    opacity: 0;
    transform: translateY(5vw);
    transition: 1s ease;
}
.softly.active {
    opacity: 1;
    transform: translateY(0);
}
/* loading
-------------------------------------------------------------------------------- */
#intro {
    position: relative;
    z-index: 3;
}
#intro_01 {
    position: fixed;
    inset: 0;
    background-color: #efefef;
    transition-duration: 0.5s;
    transition-delay: 2.22s;
    transition-timing-function: cubic-bezier(0.87, 0.01, 0.19, 0.98);
}
.loaded #intro_01 {
    bottom: 100%;
}
#intro_02 {
    position: fixed;
    inset: 0;
    background-color: #444446;
    transition-duration: 0.5s;
    transition-delay: 2s;
    transition-timing-function: ease-in-out;
}
.loaded #intro_02 {
    bottom: 100%;
}
#intro_logo {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 38.2vw;
    aspect-ratio: 4.64;
    transition-duration: 1s;
    transition-delay: 1s;
    -webkit-clip-path: rect(0 100% 100% 0);
    clip-path: rect(0 100% 100% 0);
}
.loaded #intro_logo {
    -webkit-clip-path: rect(0 100% 0 0);
    clip-path: rect(0 100% 0 0);
}
.intro_logo_01 {
    fill: #f2f2f2;
}
.intro_logo_02 {
    fill: #fff;
}
/* header
-------------------------------------------------------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 16vw;
    background-color: #fff;
    transition: 0.5s;
    z-index: 2;
}
header ._logo {
    position: absolute;
    width: 46vw;
    z-index: 1;
}
header ._logo a {
    display: block;
    padding: 5vw 7vw;
}
header ._side {
    height: 100vh;
    padding: 25vw 7% 6.5vw;
    -webkit-clip-path: polygon(78% 0, 100% 0, 100% 16vw, 78% 16vw);
    clip-path: polygon(78% 0, 100% 0, 100% 16vw, 78% 16vw);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}
header ._side ._index {
    position: absolute;
    top: 0;
    right: 0;
    width: 22vw;
    height: 16vw;
    cursor: pointer;
}
header ._side ._index span {
    position: absolute;
    display: block;
    left: 7vw;
    height: 2px;
    width: 8vw;
    background-color: #000;
    transition: 0.25s;
}
header ._side ._index span:nth-child(1) {
    top: 5.5vw;
    transform-origin: left top;
}
header ._side ._index span:nth-child(2) {
    top: 8vw;
}
header ._side ._index span:nth-child(3) {
    top: 10.5vw;
    transform-origin: left bottom;
}
header ._side nav ul li a {
    display: block;
    padding: 3vw 0;
}
header ._side nav ul li a span {
    display: block;
    line-height: 1.2;
}
header ._side nav ul li a span:nth-child(1) {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-size: 6.5vw;
}
header ._side nav ul li a span:nth-child(2) {
    font-size: 3vw;
    font-weight: 300;
}
header ._side ._sns {
    display: flex;
    align-items: center;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
}
header ._side ._sns ._head {
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: 0.25vw;
}
header ._side ._sns ._body ul {
    display: flex;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
}
header ._side ._sns ._body ul li a {
    display: block;
}
header ._side ._sns ._body ul li a img {
    height: 5.25vw;
}
header.active ._side {
    height: 100dvh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header.active ._side ._index span {
    width: 10vw;
}
header.active ._side ._index span:nth-child(1) {
    transform: rotate(32deg);
}
header.active ._side ._index span:nth-child(2) {
    background-color: transparent;
}
header.active ._side ._index span:nth-child(3) {
    transform: rotate(-32deg);
}
/* footer
-------------------------------------------------------------------------------- */
footer {
    position: relative;
    background-color: #444446;
    padding: 7vw 0;
}
footer .inner {
    margin-bottom: 10vw;
}
footer .inner ._logo a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7.5vw 0;
}
footer .inner ._logo a img {
    width: 25vw;
    filter: brightness(100);
}
footer .inner ._item {
    width: 32%;
}
footer .inner ._item h4 {
    font-weight: 500;
    margin-bottom: 2.5vw;
}
footer .inner ._item h4 a {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0;
}
footer .inner ._item ul li {
    position: relative;
    margin-bottom: 2vw;
}
footer .inner ._item ul li a {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 2.5vw;
    padding-left: 2vw;
    line-height: 1.25;
}
footer .inner ._item ul li::before {
    position: absolute;
    top: 1.6vw;
    content: "";
    height: 0.5px;
    width: 0.75vw;
    background-color: #fff;
}
footer .inner ._section, footer .inner ._misc {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 5vw;
    padding: 4vw 0;
}
footer .inner ._section {
    border-bottom: 1px solid #afafb0;
    padding-bottom: 5vw;
}
footer ._copyright {
    color: #fff;
    text-align: center;
    font-size: 2.5vw;
}
#page_top {
    display: none;
    position: fixed;
    bottom: 2.5vw;
    right: 2vw;
    z-index: 1;
    opacity: 0.75;
}
#page_top a {
    display: block;
    font-size: 2.5vw;
    color: #fff;
    background-color: #444446;
    writing-mode: vertical-rl;
    letter-spacing: 0.2vw;
    line-height: 1;
    padding: 2vw 1.2vw;
}
#page_top a img {
    width: 5vw;
}
/* main
-------------------------------------------------------------------------------- */
main {
    margin-top: 16vw;
}
main #common_head {
    position: relative;
    aspect-ratio: 3;
    background-color: #f6f6f6;
    padding: 0;
}
main #common_head .inner {
    position: absolute;
    inset: 0;
}
main #common_head .inner ._txt {
    height: 100%;
    display: grid;
    place-content: center;
}
main #common_head .inner ._txt h1 {
    text-align: center;
    line-height: 1.3;
    color: #000;
}
main #common_head .inner ._txt h1 span {
    display: block;
}
main #common_head .inner ._txt h1 span:nth-child(1) {
    font-size: 5.5vw;
    font-weight: 600;
}
main #common_head .inner ._txt h1 span:nth-child(2) {
    font-size: 2.5vw;
}
main #common_head ._img {
    height: 100%;
    opacity: 0.9;
}
main #common_head ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
main #common_head:has(._img) {
    aspect-ratio: 2/1;
    background-color: #000;
}
main #common_head:has(._img) .inner ._txt h1 {
    color: #fff;
}
main #common_foot {
    padding: 0;
    aspect-ratio: 1.15;
    overflow: hidden;
}
main #common_foot img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* home
-------------------------------------------------------------------------------- */
#home header {
    background-color: transparent;
}
#home header ._side {
    background-color: transparent;
}
#home header ._side ._index {
    background-color: transparent;
}
#home header.active ._side {
    background-color: #fff;
}
#home main {
    margin-top: 0;
}
#home_top {
    position: relative;
    height: 100vh;
    padding: 0;
}
#home_top .inner {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    z-index: 1;
}
#home_top .inner h1 {
    color: #fff;
    font-weight: 600;
    font-size: 6vw;
    transition-delay: 3s;
}
#home_top .swiper {
    height: 100%;
}
#home_top .swiper-slide {
    height: auto;
}
#home_top .swiper-slide ._inner {
    height: 100%;
}
#home_top .swiper-slide ._inner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#home_philosopy .inner ._txt {
    margin-bottom: 8vw;
}
#home_philosopy .inner ._txt ._head {
    margin-bottom: 5vw;
}
#home_philosopy .inner ._txt ._head h2 {
    font-size: 4.75vw;
    font-weight: bold;
}
#home_philosopy .inner ._txt ._body {
    margin-bottom: 7.5vw;
    font-size: 3.25vw;
}
#home_philosopy .inner ._img ._img_01 {
    width: 61.8vw;
    margin-left: auto;
    margin-right: 5vw;
}
#home_philosopy .inner ._img ._img_02 {
    width: 46.666vw;
    margin-top: -10vw;
    margin-right: auto;
    margin-left: 5vw;
}
#home_middle_gallery {
    aspect-ratio: 2/1;
    padding: 0;
}
#home_middle_gallery .swiper {
    height: 100%;
}
#home_middle_gallery .swiper-slide {
    height: auto;
}
#home_middle_gallery .swiper-slide ._inner {
    height: 100%;
}
#home_middle_gallery .swiper-slide ._inner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#home_about .inner ._txt {
    margin-bottom: 7.5vw;
}
#home_about .inner ._txt ._head h2 span {
    display: block;
}
#home_about .inner ._txt ._body {
    margin-bottom: 7.5vw;
}
#home_about .inner ._img {
    display: flex;
    justify-content: space-between;
}
#home_about .inner ._img ._item {
    width: 47.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#home_about .inner ._img ._item a {
    position: relative;
    display: block;
    height: 100%;
}
#home_about .inner ._img ._item a span {
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    top: calc(50% - 1.75vw);
    line-height: 1;
}
#home_about .inner ._img ._item a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#home_brand .inner ._head h2 {
    text-align: center;
}
#home_brand .inner ._body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5vw;
    margin-bottom: 7.5vw;
}
#home_brand .inner ._body ._item {
    width: 47.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#home_brand .inner ._body ._item a {
    position: relative;
    display: block;
    height: 100%;
}
#home_brand .inner ._body ._item a ._logo {
    position: absolute;
    inset: 10vw;
    margin: auto;
}
#home_brand .inner ._body ._item a ._logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#home_brand .inner ._body ._item a ._img {
    height: 100%;
    background-color: #000;
}
#home_brand .inner ._body ._item a ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#home_news .inner ._head h2 {
    text-align: center;
}
#home_news .inner ._body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5vw;
    margin-bottom: 7.5vw;
}
#home_news .inner ._body ._item {
    width: 47.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#home_news .inner ._body ._item a {
    position: relative;
    display: block;
    height: 100%;
}
#home_news .inner ._body ._item a ._txt {
    position: absolute;
    inset: 2.5vw;
    top: auto;
    margin: auto;
    color: #fff;
}
#home_news .inner ._body ._item a ._txt ._day {
    font-weight: 500;
    font-size: 3vw;
    line-height: 1.2;
}
#home_news .inner ._body ._item a ._txt ._title h3 {
    font-weight: 500;
    font-size: 3vw;
}
#home_news .inner ._body ._item a ._img {
    height: 100%;
    background-color: #000;
}
#home_news .inner ._body ._item a ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#home_recruit {
    background-size: cover;
    background-position: center;
}
#home_recruit .inner ._txt {
    color: #fff;
}
#home_recruit .inner ._txt ._head h2 {
    font-weight: 500;
    font-size: 6vw;
}
#home_recruit .inner ._txt ._head h3 {
    font-size: 2.75vw;
    font-weight: bold;
    letter-spacing: -0.1vw;
}
#home_recruit .inner ._txt ._body {
    width: 48%;
    font-size: 3vw;
    margin-bottom: 7.5vw;
    letter-spacing: 0.2vw;
}
#home_recruit .inner ._txt .href a {
    color: #fff;
    border: 0.75px solid #fff;
    margin-inline: unset;
}
/* philosophy
-------------------------------------------------------------------------------- */
#philosophy #fun_and_humanity .inner ._txt ._title {
    margin-bottom: 2.5vw;
}
#philosophy #fun_and_humanity .inner ._txt ._title h2 {
    font-size: 4.8vw;
    font-weight: 500;
}
#philosophy #fun_and_humanity .inner ._txt ._title_sub {
    margin-bottom: 5vw;
}
#philosophy #fun_and_humanity .inner ._txt ._title_sub h3 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.6;
}
#philosophy #fun_and_humanity .inner ._txt ._body {
    margin-bottom: 7.5vw;
}
#philosophy #fun_and_humanity .inner ._img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4vw;
    margin: 0 5vw;
}
#philosophy #fun_and_humanity .inner ._img ._item {
    width: 47.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#philosophy #fun_and_humanity .inner ._img ._item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#philosophy #our_values .inner ._head {
    margin-bottom: 7.5vw;
}
#philosophy #our_values .inner ._body ._item {
    padding-bottom: 7.5vw;
    margin-bottom: 10vw;
    border-bottom: 0.5px solid #c9caca;
}
#philosophy #our_values .inner ._body ._item ._img {
    aspect-ratio: 1.5;
    overflow: hidden;
    margin-bottom: 3.5vw;
}
#philosophy #our_values .inner ._body ._item ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#philosophy #our_values .inner ._body ._item ._txt ._title_en {
    margin-bottom: 2.5vw;
}
#philosophy #our_values .inner ._body ._item ._txt ._title_en h4 {
    font-size: 3.5vw;
    font-weight: 300;
    color: #727171;
}
#philosophy #our_values .inner ._body ._item ._txt ._title {
    margin-bottom: 2.5vw;
}
#philosophy #our_values .inner ._body ._item ._txt ._title h3 {
    font-size: 3.75vw;
    font-weight: 500;
}
#philosophy #our_values .inner ._body ._item:last-child {
    border: none;
    margin-bottom: 0;
}
/* about
-------------------------------------------------------------------------------- */
#top_message .inner ._head ._title {
    margin-bottom: 5vw;
}
#top_message .inner ._head ._copy {
    font-size: 3.75vw;
    font-weight: 500;
    margin-bottom: 5vw;
}
#top_message .inner ._body ._txt {
    margin-bottom: 7.5vw;
}
#top_message .inner ._body ._txt ._message {
    margin-bottom: 5vw;
}
#top_message .inner ._body ._txt ._sign {
    text-align: right;
}
#top_message .inner ._body ._img {
    margin: 0 5vw;
}
#top_message .inner ._body ._img ._img_01 {
    width: 60vw;
    aspect-ratio: 0.8;
    overflow: hidden;
}
#top_message .inner ._body ._img ._img_01 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#top_message .inner ._body ._img ._img_02 {
    width: 46.66vw;
    aspect-ratio: 1.5;
    overflow: hidden;
    margin-left: auto;
    margin-top: -10vw;
}
#top_message .inner ._body ._img ._img_02 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#information .inner ._body ._txt table {
    border-top: 0.5px solid #c9caca;
    margin-bottom: 7.5vw;
    border-collapse: collapse;
}
#information .inner ._body ._txt table tr th, #information .inner ._body ._txt table tr td {
    border-bottom: 0.5px solid #c9caca;
}
#information .inner ._body ._txt table tr th {
    white-space: nowrap;
    text-align: left;
    padding: 3vw 5vw 3vw 0;
    vertical-align: baseline;
}
#information .inner ._body ._txt table tr td {
    padding: 3vw 0;
}
#information .inner ._body ._map {
    aspect-ratio: 1;
}
#information .inner ._body ._map iframe {
    width: 100%;
    height: 100%;
}
/* brand
-------------------------------------------------------------------------------- */
#brand_list .inner ._item {
    padding-bottom: 10vw;
    border-bottom: 0.5px solid #c9caca;
    margin-bottom: 10vw;
}
#brand_list .inner ._item ._img {
    aspect-ratio: 1.45;
    margin-bottom: 5vw;
    overflow: hidden;
}
#brand_list .inner ._item ._img a {
    position: relative;
    display: block;
    height: 100%;
}
#brand_list .inner ._item ._img a ._logo {
    position: absolute;
    inset: 10vw;
}
#brand_list .inner ._item ._img a ._logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#brand_list .inner ._item ._img a ._bg {
    height: 100%;
    background-color: #000;
}
#brand_list .inner ._item ._img a ._bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#brand_list .inner ._item ._txt ._title h2 {
    font-size: 4vw;
    font-weight: bold;
}
#brand_list .inner ._item ._txt ._title_sub {
    margin-bottom: 1.5vw;
}
#brand_list .inner ._item ._txt ._title_sub h3 {
    font-size: 3.25vw;
    color: #727171;
}
#brand_list .inner ._item ._txt ._desc {
    font-size: 3.25vw;
    margin-bottom: 5vw;
}
#brand_list .inner ._item:last-child {
    border: none;
    margin-bottom: 0;
}
#brand.single #common_head .inner {
    inset: 25vw;
    width: auto;
}
#brand.single #common_head .inner ._logo {
    height: 100%;
}
#brand.single #common_head .inner ._logo h1 {
    height: 100%;
    height: 1;
}
#brand.single #common_head .inner ._logo h1 img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#brand_detail .inner ._about {
    margin-bottom: 7.5vw;
}
#brand_detail .inner ._about ._logo {
    margin-bottom: 10vw;
}
#brand_detail .inner ._about ._logo img {
    margin-inline: auto;
    max-width: 25vw;
    max-height: 25vw;
}
#brand_detail .inner ._about ._txt ._name {
    padding-bottom: 4vw;
    border-bottom: 0.5px solid #c9caca;
    margin-bottom: 4vw;
}
#brand_detail .inner ._about ._txt ._name h2 {
    font-size: 5.5vw;
    font-weight: 500;
}
#brand_detail .inner ._about ._txt ._name h3 {
    font-size: 3.25vw;
    color: #727171;
}
#brand_detail .inner ._about ._copy {
    font-size: 3.75vw;
    font-weight: bold;
}
#brand_detail .inner ._about br {
    display: none;
}
#brand_detail .inner ._desc {
    margin-bottom: 7.5vw;
}
#brand_detail .inner ._gallary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6.5vw;
    margin: 0 5vw;
}
#brand_detail .inner ._gallary ._item {
    width: 45.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#brand_detail .inner ._gallary ._item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#location .inner ._head {
    margin-bottom: 7.5vw;
}
#location .inner ._body ._item {
    margin-bottom: 10vw;
    padding-bottom: 9vw;
    border-bottom: 0.5px solid #c9caca;
}
#location .inner ._body ._item ._img {
    margin-bottom: 5vw;
    aspect-ratio: 1.45;
    overflow: hidden;
}
#location .inner ._body ._item ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#location .inner ._body ._item ._txt ._name {
    margin-bottom: 2.5vw;
}
#location .inner ._body ._item ._txt ._name h3 {
    font-size: 4vw;
    font-weight: bold;
}
#location .inner ._body ._item ._txt ._detail {
    margin-bottom: 2.5vw;
}
#location .inner ._body ._item ._txt ._detail table tr th {
    padding: 0.5vw 5vw 0.5vw 0;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
}
#location .inner ._body ._item ._txt ._detail table tr td {
    padding: 0.5vw 0;
}
#location .inner ._body ._item ._txt ._sns {
    margin-bottom: 3.5vw;
}
#location .inner ._body ._item ._txt ._sns ul {
    display: flex;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
}
#location .inner ._body ._item ._txt ._sns ul li a {
    display: block;
}
#location .inner ._body ._item ._txt ._sns ul li a img {
    height: 5vw;
}
#location .inner ._body ._item ._txt .href {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3%;
    column-gap: 3%;
}
#location .inner ._body ._item ._txt .href>div {
    width: 48.5%;
}
#location .inner ._body ._item ._txt .href>div a {
    text-align: center;
    width: auto;
}
#location .inner ._body ._item:last-child {
    margin-bottom: 0;
    border: none;
}
/* news
-------------------------------------------------------------------------------- */
#news_article {
    margin-bottom: 7.5vw;
}
#news_article ._lineup ._item {
    aspect-ratio: 1.333;
    overflow: hidden;
    margin-bottom: 5vw;
}
#news_article ._lineup ._item a {
    position: relative;
    display: block;
    height: 100%;
}
#news_article ._lineup ._item a ._txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3vw 3.5vw 3vw;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
#news_article ._lineup ._item a ._txt ._day {
    line-height: 1;
    margin-bottom: 1.5vw;
}
#news_article ._lineup ._item a ._txt ._title h3 {
    font-size: 3vw;
    line-height: 1.4;
}
#news_article ._lineup ._item a ._img {
    height: 100%;
}
#news_article ._lineup ._item a ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#news_article ._page nav .screen-reader-text {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
#news_article ._page nav .nav-links {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
    padding: 0 2.5vw;
}
#news_article ._page nav .nav-links .page-numbers {
    display: block;
    padding: 2vw;
    text-align: center;
    letter-spacing: 0;
    border: 0.5px solid #2f2725;
    font-weight: 300;
    line-height: 1;
}
#news_article ._page nav .nav-links .page-numbers.current {
    background-color: #ededed;
}
#news_article ._page nav .nav-links .page-numbers.prev, #news_article ._page nav .nav-links .page-numbers.next {
    transform: scale(0.75, 1.5);
    border: none;
    font-weight: 100;
}
#news_article ._page nav .nav-links .page-numbers.dots {
    border: none;
}
#news_sort ._list {
    padding: 5vw 5vw 6.5vw;
}
#news_sort ._list ._head h4 span {
    display: block;
}
#news_sort ._list ._head h4 span:nth-child(1) {
    font-size: 4vw;
    font-weight: 500;
}
#news_sort ._list ._head h4 span:nth-child(2) {
    font-size: 3vw;
}
#news_sort ._list ._body ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4vw;
}
#news_sort ._list ._body ul li {
    width: 30%;
}
#news_sort ._list ._body ul li a {
    display: block;
    padding: 0.5vw;
    text-align: center;
    letter-spacing: 0;
    border: 0.5px solid #2f2725;
    font-weight: 300;
}
#news_sort ._list ._body ul::after {
    content: "";
    width: 30%;
}
#news_article ._post {
    margin-bottom: 7.5vw;
}
#news_article ._post ._day {
    text-align: right;
    color: #444446;
    font-weight: 300;
    letter-spacing: 0.1vw;
    margin-bottom: 1vw;
}
#news_article ._post ._featured {
    margin-bottom: 5vw;
}
#news_article ._post ._featured img {
    max-width: 100%;
    margin-inline: auto;
}
#news_article ._post ._body {
    margin-bottom: 5vw;
}
#news_article ._post ._body p {
    margin-bottom: 5vw;
}
#news_article ._post ._body p img {
    max-width: 100%;
    margin-inline: auto;
}
#news_article ._post ._back a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0.5vw 5vw;
    text-align: center;
    letter-spacing: 0;
    border: 0.5px solid #2f2725;
    font-weight: 300;
}
#news.single h1 {
    font-weight: bold;
}
/* recruit
-------------------------------------------------------------------------------- */
#welcome .inner ._txt {
    margin-bottom: 7.5vw;
}
#welcome .inner ._txt ._title {
    margin-bottom: 2.5vw;
}
#welcome .inner ._txt ._title h2 {
    font-size: 4.5vw;
    font-weight: bold;
}
#welcome .inner ._txt ._title h2 br {
    display: none;
}
#welcome .inner ._entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4vw;
}
#welcome .inner ._entry ._href {
    width: 47.5%;
    aspect-ratio: 1;
    overflow: hidden;
}
#welcome .inner ._entry ._href a {
    position: relative;
    display: block;
    height: 100%;
}
#welcome .inner ._entry ._href a ._img {
    height: 100%;
}
#welcome .inner ._entry ._href a ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#welcome .inner ._entry ._href a ._type {
    position: absolute;
    inset: calc(50% - 1.5vw) 5vw;
    text-align: center;
}
#welcome .inner ._entry ._href a ._type h3 {
    color: #fff;
    font-size: 2.75vw;
    font-weight: bold;
    line-height: 1;
}
#join .inner ._head ._title h2 {
    line-height: 2;
}
#join .inner ._head ._title h2 span:nth-child(1) {
    font-size: 4.8vw;
}
#join .inner .join_item {
    padding-top: 2.5vw;
    padding-bottom: 8vw;
    border-bottom: 0.5px solid #c9caca;
    margin-bottom: 5vw;
}
#join .inner .join_item ._txt {
    margin-bottom: 7.5vw;
}
#join .inner .join_item ._txt ._title_en {
    margin-bottom: 2vw;
}
#join .inner .join_item ._txt ._title_en h4 {
    color: #727171;
    font-weight: 300;
}
#join .inner .join_item ._txt ._title {
    margin-bottom: 3vw;
}
#join .inner .join_item ._txt ._title h3 {
    font-weight: 500;
    font-size: 3.75vw;
}
#join .inner .join_item ._txt ._desc {
    font-size: 3vw;
    font-weight: 300;
}
#join .inner .join_item ._txt ._desc br {
    display: none;
}
#join .inner .join_item ._txt ._desc ul {
    margin: 2.5vw auto;
    list-style-type: disc;
    padding-left: 1rem;
}
#join .inner .join_item ._txt ._desc ul li {
    font-size: 3vw;
    font-weight: 300;
}
#join .inner .join_item>._img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 3.5vw;
    margin-bottom: 2.5vw;
}
#join .inner .join_item>._img ._item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#join .inner .join_item>._img ._item:nth-child(1) {
    width: 100%;
    aspect-ratio: 1.7;
    overflow: hidden;
}
#join .inner .join_item>._img ._item:nth-child(2), #join .inner .join_item>._img ._item:nth-child(3) {
    width: 48%;
}
#join .inner .join_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#join_voice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
}
#join_voice ._item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    font-size: 3vw;
    font-weight: 300;
    padding-bottom: 5vw;
    cursor: pointer;
}
#join_voice ._item ._img {
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 2.5vw;
}
#join_voice ._item ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#join_voice ._item ._msg {
    display: grid;
    place-content: center;
    display: none;
    position: fixed;
    inset: 0;
    padding: 5vw;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
#join_voice ._item ._msg ._inner {
    background-color: #fff;
    padding: 5vw 5vw 7.5vw;
    background-image: url(../img/logo.svg);
    background-image: linear-gradient(0deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 90%)), url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 5vw;
}
#join_middle_gallery {
    aspect-ratio: 1.15;
    padding: 0;
}
#join_middle_gallery .swiper {
    height: 100%;
}
#join_middle_gallery .swiper-slide {
    height: auto;
}
#join_middle_gallery .swiper-slide ._inner {
    height: 100%;
}
#join_middle_gallery .swiper-slide ._inner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#job .inner ._body table {
    font-size: 3vw;
}
#job .inner ._body table tr th, #job .inner ._body table tr td {
    text-align: left;
}
#job .inner ._body table tr th {
    display: block;
    font-weight: 500;
    margin-bottom: 1vw;
}
#job .inner ._body table tr td {
    display: block;
    font-weight: 300;
    padding-bottom: 3.5vw;
    border-bottom: 0.5px solid #c9caca;
    margin-bottom: 2.5vw;
}
#job .inner ._body table tr:last-child td {
    border: none;
    margin-bottom: 0;
}
/* form
-------------------------------------------------------------------------------- */
.form_box .inner ._desc {
    margin-bottom: 7.5vw;
}
.form_box .inner ._desc br {
    display: none;
}
.form_box .inner ._form .wpcf7-response-output {
    margin: auto;
    padding: 5vw;
    border: none;
    background-color: #444446;
    font-weight: 500;
    color: #fff;
}
.form_item ._item {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw;
    margin-bottom: 2.5vw;
}
.form_item ._item ._required {
    font-size: 2.75vw;
    line-height: 1;
    padding: 1.5vw 2vw;
    letter-spacing: 0.5vw;
    background-color: #444446;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5vw;
}
.form_item ._item ._required._non {
    opacity: 0.333;
}
.form_item ._item ._head {
    font-weight: 500;
    margin-bottom: 0;
}
.form_item ._item ._body {
    width: 100%;
}
.form_item ._item ._body input, .form_item ._item ._body textarea {
    width: 100%;
}
.form_item ._item ._body input:focus, .form_item ._item ._body textarea:focus {
    outline: 1px solid #444446;
    border: 1px solid #444446;
}
.form_item ._item ._body input[type=text] {
    padding: 2vw;
}
.form_item ._item ._body input[type=email] {
    padding: 2vw;
}
.form_item ._item ._body input[type=tel] {
    padding: 2vw;
}
.form_item ._item ._body input[type=checkbox] {
    position: relative;
    width: 5vw;
    height: 5vw;
}
.form_item ._item ._body input[type=checkbox]::before {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background-image: url(../img/form_checkbox.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.form_item ._item ._body input[type=checkbox]:checked {
    background-color: #444446;
    border-color: #444446;
}
.form_item ._item ._body input[type=checkbox]:checked::before {
    opacity: 1;
}
.form_item ._item ._body input[type=checkbox]:focus {
    border-color: #444446;
}
.form_item ._item ._body input[type=checkbox]+span {
    vertical-align: top;
    margin-left: 2.5vw;
}
.form_item ._item ._body input[type=submit] {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5vw 15vw;
    margin-inline: auto;
    background-color: #444446;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1vw;
    transition: 1s;
}
.form_item ._item ._body input[type=submit]:disabled {
    background-color: #fafafa;
    color: #999;
}
.form_item ._item ._body textarea {
    width: 100%;
    padding: 2vw;
}
.form_item ._item ._body textarea:focus {
    outline: 1px solid #444446;
}
.form_item ._item._acceptance {
    margin-bottom: 6vw;
}
.form_item ._item._acceptance ._body {
    flex: 1;
}
.form_item ._item ._body a {
    border-bottom: 1px dashed #444446;
}
.form_item ._item ._body .wpcf7-not-valid-tip {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
}
.form_item ._item ._body .wpcf7-spinner {
    display: block;
    margin: 5vw auto 0;
}
/* privacy policy
-------------------------------------------------------------------------------- */
#privacy_policy_item .inner {
    font-size: 3vw;
    line-height: 1.8;
}
#privacy_policy_item .inner ._txt {
    margin-bottom: 7.5vw;
}
#privacy_policy_item .inner ._txt p {
    margin-bottom: 3vw;
}
#privacy_policy_item .inner ._txt ol {
    list-style: desc;
    margin-left: 4vw;
}
#privacy_policy_item .inner ._txt ol li {
    margin-bottom: 1.5vw;
}
#privacy_policy_item .inner ._contact {
    margin-bottom: 5vw;
}
#privacy_policy_item .inner ._sign {
    text-align: right;
}
@media (width > 600px) {
    /* common
  -------------------------------------------------------------------------------- */
    html {
        scroll-padding-top: 10vw;
    }
    body {
        font-size: 2.25vw;
    }
    .display_pc {
        display: none;
    }
    .display_sp {
        display: block;
    }
    section ._head h2 {
        line-height: 1.4;
    }
    section ._head h2 span:nth-child(1) {
        font-size: 4vw;
    }
    section ._head h2 span:nth-child(2) {
        font-size: 2.5vw;
    }
    input, button, textarea, select {
        border: 1px solid #ccc;
        border-radius: 0;
    }
    .href a {
        font-size: 2vw;
        padding: 1.25vw 6vw;
    }
    .softly {
        opacity: 0;
        transform: translateY(5vw);
        transition: 1s ease;
    }
    /* loading
  -------------------------------------------------------------------------------- */
    #intro_logo {
        width: 25vw;
    }
    /* header
  -------------------------------------------------------------------------------- */
    header {
        position: fixed;
        height: 10vw;
    }
    header ._logo {
        width: 34.5vw;
    }
    header ._logo a {
        padding: 3.4vw 7vw 2.9vw;
    }
    header ._side {
        padding: 17.5vw 7% 7.5vw;
        -webkit-clip-path: polygon(78% 0, 100% 0, 100% 10vw, 78% 10vw);
        clip-path: polygon(78% 0, 100% 0, 100% 10vw, 78% 10vw);
    }
    header ._side ._index {
        width: 17vw;
        height: 10vw;
    }
    header ._side ._index span {
        left: 4.5vw;
        height: 2px;
        width: 5.5vw;
    }
    header ._side ._index span:nth-child(1) {
        top: 3.4vw;
    }
    header ._side ._index span:nth-child(2) {
        top: 5.1vw;
    }
    header ._side ._index span:nth-child(3) {
        top: 6.8vw;
    }
    header ._side nav ul li a {
        padding: 2.5vw 0;
    }
    header ._side nav ul li a span {
        line-height: 1.2;
    }
    header ._side nav ul li a span:nth-child(1) {
        font-size: 5.5vw;
    }
    header ._side nav ul li a span:nth-child(2) {
        font-size: 2vw;
    }
    header ._side ._sns {
        -moz-column-gap: 5vw;
        column-gap: 5vw;
    }
    header ._side ._sns ._head {
        font-size: 3vw;
    }
    header ._side ._sns ._body ul {
        -moz-column-gap: 1.5vw;
        column-gap: 1.5vw;
    }
    header ._side ._sns ._body ul li a img {
        height: 4.5vw;
    }
    header.active ._side ._index span {
        width: 6.6vw;
    }
    /* footer
  -------------------------------------------------------------------------------- */
    footer {
        padding: 5vw 0;
    }
    footer .inner {
        margin-bottom: 7.5vw;
    }
    footer .inner ._logo a {
        padding: 5vw 0;
    }
    footer .inner ._logo a img {
        width: 20vw;
    }
    footer .inner ._item h4 {
        margin-bottom: 2vw;
    }
    footer .inner ._item h4 a {
        font-size: 3vw;
    }
    footer .inner ._item ul li {
        margin-bottom: 1.5vw;
    }
    footer .inner ._item ul li a {
        font-size: 1.75vw;
        padding-left: 1.5vw;
    }
    footer .inner ._item ul li::before {
        top: 1.2vw;
        width: 0.6vw;
    }
    footer .inner ._section, footer .inner ._misc {
        row-gap: 3.5vw;
    }
    footer .inner ._section {
        padding-bottom: 5vw;
    }
    footer ._copyright {
        font-size: 1.75vw;
    }
    #page_top {
        bottom: 2vw;
        right: 1.4vw;
    }
    #page_top a {
        font-size: 2vw;
        padding: 2vw 1.2vw;
    }
    #page_top a img {
        width: 5vw;
    }
    /* main
  -------------------------------------------------------------------------------- */
    main {
        margin-top: 10vw;
    }
    main #common_head {
        aspect-ratio: 4;
    }
    main #common_head .inner {
        position: absolute;
        inset: 0;
    }
    main #common_head .inner ._txt {
        height: 100%;
        display: grid;
        place-content: center;
    }
    main #common_head .inner ._txt h1 {
        text-align: center;
        line-height: 1.3;
        color: #000;
    }
    main #common_head .inner ._txt h1 span {
        display: block;
    }
    main #common_head .inner ._txt h1 span:nth-child(1) {
        font-size: 4.5vw;
    }
    main #common_head .inner ._txt h1 span:nth-child(2) {
        font-size: 2vw;
    }
    main #common_head:has(._img) {
        /*aspect-ratio: 1.25;*/
    }
    main #common_foot {
        aspect-ratio: 1.5;
    }
    /* home
  -------------------------------------------------------------------------------- */
    #home header {
        background-color: transparent;
    }
    #home header ._side {
        background-color: transparent;
    }
    #home main {
        margin-top: 0;
    }
    #home_top {
        aspect-ratio: 1;
        height: 100%;
    }
    #home_top .inner h1 {
        font-size: 5vw;
    }
    #home_philosopy .inner ._txt {
        margin-bottom: 6vw;
    }
    #home_philosopy .inner ._txt ._head {
        margin-bottom: 3vw;
    }
    #home_philosopy .inner ._txt ._head h2 {
        font-size: 3.75vw;
    }
    #home_philosopy .inner ._txt ._body {
        margin-bottom: 5vw;
        font-size: 2.25vw;
    }
    #home_philosopy .inner ._img ._img_01 {
        width: 50vw;
        margin-left: auto;
        margin-right: 5vw;
    }
    #home_philosopy .inner ._img ._img_02 {
        width: 38.2vw;
        margin-top: -7.5vw;
        margin-right: auto;
        margin-left: 3vw;
    }
    #home_middle_gallery {
        /*aspect-ratio: 1.5;*/
    }
    #home_middle_gallery .swiper-slide ._inner {
        height: 100%;
    }
    #home_middle_gallery .swiper-slide ._inner img {
        height: 100%;
    }
    #home_about .inner ._txt {
        margin-bottom: 6vw;
    }
    #home_about .inner ._txt ._head h2 {
        line-height: 1.8;
    }
    #home_about .inner ._txt ._body {
        margin-bottom: 5vw;
    }
    #home_about .inner ._img ._item a span {
        font-size: 2.75vw;
        top: calc(50% - 1.375vw);
    }
    #home_about .inner ._img ._item a img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #home_brand .inner ._body {
        row-gap: 5vw;
        margin-bottom: 6vw;
    }
    #home_news .inner ._head h2 {
        text-align: center;
    }
    #home_news .inner ._body ._item {
        width: 47.5%;
        aspect-ratio: 1;
        overflow: hidden;
    }
    #home_news .inner ._body ._item a ._txt {
        inset: 2.25vw;
        color: #fff;
        top: auto;
    }
    #home_news .inner ._body ._item a ._txt ._day {
        font-size: 2vw;
        line-height: 1.2;
    }
    #home_news .inner ._body ._item a ._txt ._title h3 {
        font-size: 2vw;
    }
    #home_recruit .inner ._txt ._head h2 {
        font-size: 5vw;
    }
    #home_recruit .inner ._txt ._head h3 {
        font-size: 2.5vw;
    }
    #home_recruit .inner ._txt ._body {
        width: 48%;
        font-size: 2.25vw;
        margin-bottom: 6vw;
        letter-spacing: 0;
    }
    /* philosophy
  -------------------------------------------------------------------------------- */
    #philosophy #fun_and_humanity .inner ._txt ._title {
        margin-bottom: 1.5vw;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title h2 {
        font-size: 4vw;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title_sub {
        margin-bottom: 4vw;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title_sub h3 {
        font-size: 3.25vw;
    }
    #philosophy #fun_and_humanity .inner ._txt ._body {
        margin-bottom: 6vw;
    }
    #philosophy #fun_and_humanity .inner ._txt ._body br {
        display: none;
    }
    #philosophy #fun_and_humanity .inner ._img {
        row-gap: 4vw;
        margin: 0 5vw;
    }
    #philosophy #fun_and_humanity .inner ._img ._item {
        width: 47.5%;
        aspect-ratio: 1;
        overflow: hidden;
    }
    #philosophy #fun_and_humanity .inner ._img ._item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #philosophy #our_values .inner ._head {
        margin-bottom: 6vw;
    }
    #philosophy #our_values .inner ._head h2 span:nth-child(1) {
        font-size: 4vw;
    }
    #philosophy #our_values .inner ._head h2 span:nth-child(2) {
        font-size: 2.25vw;
    }
    #philosophy #our_values .inner ._body ._item {
        padding-bottom: 6vw;
        margin-bottom: 8vw;
    }
    #philosophy #our_values .inner ._body ._item ._img {
        aspect-ratio: 1.777;
        margin-bottom: 2.5vw;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title_en {
        margin-bottom: 1vw;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title_en h4 {
        font-size: 2.75vw;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title {
        margin-bottom: 1.5vw;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title h3 {
        font-size: 3vw;
    }
    #philosophy #our_values .inner ._body ._item:last-child {
        border: none;
        margin-bottom: 0;
    }
    /* about
  -------------------------------------------------------------------------------- */
    #top_message .inner ._head ._title {
        margin-bottom: 5vw;
    }
    #top_message .inner ._head ._copy {
        font-size: 3.25vw;
        margin-bottom: 4vw;
        line-height: 1.5;
    }
    #top_message .inner ._head ._copy br {
        display: none;
    }
    #top_message .inner ._body ._txt {
        margin-bottom: 6vw;
    }
    #top_message .inner ._body ._txt ._message {
        margin-bottom: 4vw;
    }
    #top_message .inner ._body ._img {
        margin: 0;
    }
    #top_message .inner ._body ._img ._img_01 {
        width: 55vw;
        aspect-ratio: 0.9;
    }
    #top_message .inner ._body ._img ._img_02 {
        width: 40vw;
        margin-top: -15vw;
    }
    #top_message .inner ._body ._img ._img_02 img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #information .inner ._body ._txt table {
        margin-bottom: 7.5vw;
        font-size: 2vw;
    }
    #information .inner ._body ._txt table tr th, #information .inner ._body ._txt table tr td {
        border-bottom: 0.5px solid #c9caca;
    }
    #information .inner ._body ._txt table tr th {
        padding: 2vw 4vw 2vw 0;
    }
    #information .inner ._body ._txt table tr td {
        padding: 2vw 0;
    }
    #information .inner ._body ._map {
        aspect-ratio: 1.5;
    }
    /* brand
  -------------------------------------------------------------------------------- */
    #brand_list .inner ._item {
        display: flex;
        justify-content: space-between;
        padding-bottom: 7.5vw;
        border-bottom: 0.5px solid #c9caca;
        margin-bottom: 7.5vw;
    }
    #brand_list .inner ._item ._img {
        width: 40%;
        aspect-ratio: 1;
        margin-bottom: 0;
    }
    #brand_list .inner ._item ._txt {
        width: 55%;
    }
    #brand_list .inner ._item ._txt ._title h2 {
        font-size: 2.75vw;
    }
    #brand_list .inner ._item ._txt ._title_sub {
        margin-bottom: 1vw;
    }
    #brand_list .inner ._item ._txt ._title_sub h3 {
        font-size: 2vw;
    }
    #brand_list .inner ._item ._txt ._desc {
        font-size: 2vw;
        margin-bottom: 2.5vw;
    }
    #brand_list .inner ._item ._txt ._desc br {
        display: none;
    }
    #brand_list .inner ._item ._txt .href a {
        margin-inline: 0;
        padding: 1vw 5vw;
        font-size: 1.75vw;
    }
    #brand_list .inner ._item:last-child {
        border: none;
        margin-bottom: 0;
    }
    #brand.single #common_head .inner ._logo {
        height: 100%;
    }
    #brand.single #common_head .inner ._logo h1 {
        height: 100%;
        height: 1;
    }
    #brand.single #common_head .inner ._logo h1 img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    #brand_detail .inner ._about {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6vw;
    }
    #brand_detail .inner ._about ._logo {
        width: 20%;
        margin-bottom: 0;
    }
    #brand_detail .inner ._about ._logo img {
        margin-inline: 0;
        max-width: 17.2vw;
        max-height: 17.2vw;
    }
    #brand_detail .inner ._about ._txt {
        width: 75%;
    }
    #brand_detail .inner ._about ._txt ._name {
        padding-bottom: 2vw;
        border-bottom: 0.5px solid #c9caca;
        margin-bottom: 2vw;
    }
    #brand_detail .inner ._about ._txt ._name h2 {
        font-size: 4vw;
    }
    #brand_detail .inner ._about ._txt ._name h3 {
        font-size: 2vw;
    }
    #brand_detail .inner ._about ._copy {
        font-size: 2.75vw;
    }
    #brand_detail .inner ._about br {
        display: none;
    }
    #brand_detail .inner ._desc {
        margin-bottom: 7.5vw;
        font-size: 2.25vw;
    }
    #brand_detail .inner ._gallary {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 6.5vw;
        margin: 0 5vw;
    }
    #brand_detail .inner ._gallary ._item {
        width: 45.5%;
        aspect-ratio: 1;
        overflow: hidden;
    }
    #brand_detail .inner ._gallary ._item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #location .inner ._head {
        margin-bottom: 6vw;
    }
    #location .inner ._body ._item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7.5vw;
        padding-bottom: 7.5vw;
        border-bottom: 0.5px solid #c9caca;
    }
    #location .inner ._body ._item ._img {
        width: 40%;
        margin-bottom: 0;
        aspect-ratio: 1;
        overflow: hidden;
    }
    #location .inner ._body ._item ._txt {
        width: 55%;
    }
    #location .inner ._body ._item ._txt ._name {
        margin-bottom: 1vw;
    }
    #location .inner ._body ._item ._txt ._name h3 {
        font-size: 3vw;
    }
    #location .inner ._body ._item ._txt ._detail {
        margin-bottom: 2.5vw;
    }
    #location .inner ._body ._item ._txt ._detail table {
        font-size: 2vw;
    }
    #location .inner ._body ._item ._txt ._detail table tr th {
        padding: 0.5vw 3vw 0.5vw 0;
    }
    #location .inner ._body ._item ._txt ._detail table tr td {
        padding: 0.5vw 0;
    }
    #location .inner ._body ._item ._txt ._sns {
        margin-bottom: 2.5vw;
    }
    #location .inner ._body ._item ._txt ._sns ul {
        -moz-column-gap: 1.5vw;
        column-gap: 1.5vw;
    }
    #location .inner ._body ._item ._txt ._sns ul li a img {
        height: 4vw;
    }
    #location .inner ._body ._item ._txt .href {
        justify-content: space-between;
        -moz-column-gap: 3%;
        column-gap: 3%;
    }
    #location .inner ._body ._item ._txt .href>div {
        width: 48.5%;
    }
    #location .inner ._body ._item ._txt .href>div a {
        text-align: center;
        width: auto;
        padding: 1vw;
        font-size: 1.75vw;
    }
    #location .inner ._body ._item:last-child {
        margin-bottom: 0;
        border: none;
    }
    /* news
  -------------------------------------------------------------------------------- */
    #news_article {
        margin-bottom: 7.5vw;
    }
    #news_article ._lineup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 4vw;
    }
    #news_article ._lineup ._item {
        width: 48%;
        aspect-ratio: 1.333;
        margin-bottom: 3vw;
    }
    #news_article ._lineup ._item a ._txt {
        padding: 2vw;
    }
    #news_article ._lineup ._item a ._txt ._day {
        line-height: 1;
        margin-bottom: 1vw;
        font-size: 1.75vw;
    }
    #news_article ._lineup ._item a ._txt ._title h3 {
        font-size: 2vw;
    }
    #news_article ._page nav .nav-links .page-numbers {
        padding: 1.5vw 2vw;
    }
    #news_article ._page nav .nav-links .page-numbers.prev, #news_article ._page nav .nav-links .page-numbers.next {
        padding: 1.5vw 1vw;
    }
    #news_article ._page nav .nav-links .page-numbers.dots {
        border: none;
    }
    #news_sort ._list {
        padding: 4vw 5vw 5vw;
    }
    #news_sort ._list ._head {
        margin-bottom: 2.5vw;
    }
    #news_sort ._list ._head h4 span {
        display: block;
    }
    #news_sort ._list ._head h4 span:nth-child(1) {
        font-size: 3vw;
    }
    #news_sort ._list ._head h4 span:nth-child(2) {
        font-size: 2vw;
    }
    #news_sort ._list ._body ul {
        row-gap: 1.5vw;
    }
    #news_sort ._list ._body ul li {
        width: 23.5%;
    }
    #news_sort ._list ._body ul li a {
        padding: 0.5vw;
        font-size: 2vw;
    }
    #news_sort ._list ._body ul::before, #news_sort ._list ._body ul::after {
        content: "";
        width: 23.5%;
    }
    #news_sort ._list ._body ul::before {
        order: 1;
    }
    #news_article ._post {
        margin-bottom: 10vw;
    }
    #news_article ._post ._day {
        font-size: 2vw;
    }
    #news_article ._post ._featured {
        margin-bottom: 3.5vw;
    }
    #news_article ._post ._body {
        margin-bottom: 5vw;
    }
    #news_article ._post ._body p {
        margin-bottom: 2.5vw;
        font-size: 2.25vw;
    }
    #news_article ._post ._body p img {
        max-width: 100%;
        margin-inline: auto;
    }
    #news.single h1 {
        font-weight: bold;
    }
    /* recruit
  -------------------------------------------------------------------------------- */
    #welcome .inner ._txt {
        margin-bottom: 6vw;
    }
    #welcome .inner ._txt ._title h2 {
        font-size: 3.75vw;
    }
    #welcome .inner ._txt ._title h2 br {
        display: none;
    }
    #welcome .inner ._txt ._desc br {
        display: none;
    }
    #welcome .inner ._entry {
        row-gap: 3vw;
    }
    #welcome .inner ._entry ._href {
        width: 48%;
        aspect-ratio: 1.25;
    }
    #welcome .inner ._entry ._href a ._type {
        inset: calc(50% - 1.125vw) 2.5vw;
    }
    #welcome .inner ._entry ._href a ._type h3 {
        font-size: 2.25vw;
    }
    #join .inner ._head ._title h2 span:nth-child(1) {
        font-size: 4.5vw;
    }
    #join .inner .join_item {
        padding-top: 1.5vw;
        padding-bottom: 6vw;
        margin-bottom: 5vw;
    }
    #join .inner .join_item ._txt {
        margin-bottom: 5vw;
    }
    #join .inner .join_item ._txt ._title_en {
        margin-bottom: 1vw;
    }
    #join .inner .join_item ._txt ._title {
        margin-bottom: 3vw;
    }
    #join .inner .join_item ._txt ._title h3 {
        font-size: 3.25vw;
    }
    #join .inner .join_item ._txt ._desc {
        font-size: 2.25vw;
    }
    #join .inner .join_item ._txt ._desc br {
        display: none;
    }
    #join .inner .join_item ._txt ._desc ul {
        margin: 2vw auto;
        padding-left: 2rem;
    }
    #join .inner .join_item ._txt ._desc ul li {
        font-size: 2vw;
    }
    #join .inner .join_item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #join_voice {
        grid-template-columns: 1fr 1fr 1fr;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
    }
    #join_voice ._item {
        font-size: 2vw;
        padding-bottom: 4vw;
    }
    #join_voice ._item ._img {
        margin-bottom: 1vw;
    }
    #join_voice ._item ._msg {
        padding: 5vw;
    }
    #join_voice ._item ._msg ._inner {
        padding: 5vw 5vw 7.5vw;
        background-size: auto 5.5vw;
    }
    #join_middle_gallery {
        aspect-ratio: 1.15;
        padding: 0;
    }
    #join_middle_gallery .swiper {
        height: 100%;
    }
    #join_middle_gallery .swiper-slide {
        height: auto;
    }
    #join_middle_gallery .swiper-slide ._inner {
        height: 100%;
    }
    #join_middle_gallery .swiper-slide ._inner img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #job .inner ._body table {
        font-size: 2.25vw;
    }
    #job .inner ._body table tr th, #job .inner ._body table tr td {
        text-align: left;
    }
    #job .inner ._body table tr td {
        padding-bottom: 2.5vw;
        margin-bottom: 2.5vw;
    }
    #job .inner ._body table tr:last-child td {
        border: none;
        margin-bottom: 0;
    }
    /* form
  -------------------------------------------------------------------------------- */
    .form_box .inner ._desc {
        margin-bottom: 6vw;
    }
    .form_box .inner ._form .wpcf7-response-output {
        padding: 4vw 5vw;
        border: none;
    }
    .form_item ._item {
        -moz-column-gap: 2.5vw;
        column-gap: 2.5vw;
        margin-bottom: 2.5vw;
    }
    .form_item ._item ._required {
        font-size: 1.75vw;
        padding: 1vw 1.5vw;
        letter-spacing: 0.1vw;
        background-color: #444446;
        color: #fff;
        text-align: center;
        margin-bottom: 2vw;
    }
    .form_item ._item ._required._non {
        opacity: 0.333;
    }
    .form_item ._item ._head {
        font-weight: 500;
        margin-bottom: 0;
    }
    .form_item ._item ._body input, .form_item ._item ._body textarea {
        width: 100%;
        font-size: 2.5vw;
    }
    .form_item ._item ._body input:focus, .form_item ._item ._body textarea:focus {
        outline: 1px solid #444446;
        border: 1px solid #444446;
    }
    .form_item ._item ._body input[type=email] {
        padding: 1.5vw;
    }
    .form_item ._item ._body input[type=tel] {
        padding: 1.5vw;
    }
    .form_item ._item ._body input[type=checkbox] {
        width: 4vw;
        height: 4vw;
    }
    .form_item ._item ._body input[type=checkbox]:checked {
        background-color: #444446;
        border-color: #444446;
    }
    .form_item ._item ._body input[type=checkbox]:checked::before {
        opacity: 1;
    }
    .form_item ._item ._body input[type=checkbox]:focus {
        border-color: #444446;
    }
    .form_item ._item ._body input[type=submit] {
        padding: 1.25vw 12.5vw;
        font-size: 2.25vw;
    }
    .form_item ._item ._body textarea {
        padding: 1.5vw;
    }
    .form_item ._item ._body textarea:focus {
        outline: 1px solid #444446;
    }
    .form_item ._item ._body .wpcf7-not-valid-tip {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 500;
    }
    .form_item ._item ._body .wpcf7-spinner {
        display: block;
        margin: 3vw auto 0;
    }
    /* privacy policy
  -------------------------------------------------------------------------------- */
    #privacy_policy_item .inner {
        font-size: 3vw;
        line-height: 1.8;
    }
    #privacy_policy_item .inner ._txt {
        margin-bottom: 6vw;
    }
    #privacy_policy_item .inner ._txt p {
        margin-bottom: 2.5vw;
        font-size: 2.25vw;
    }
    #privacy_policy_item .inner ._txt ol li {
        margin-bottom: 2vw;
        font-size: 2.25vw;
    }
    #privacy_policy_item .inner ._contact {
        margin-bottom: 2.5vw;
        font-size: 2.25vw;
    }
    #privacy_policy_item .inner ._sign {
        font-size: 2.25vw;
    }
}
@media (width > 1024px) {
    /* common
  -------------------------------------------------------------------------------- */
    html {
        scroll-padding-top: 113px;
    }
    body {
        font-size: 1rem;
    }
    .gibson {
        letter-spacing: 0.1rem;
    }
    .display_pc {
        display: block !important;
    }
    .display_sp {
        display: none !important;
    }
    section {
        padding: 6.5rem 0;
    }
    section ._head {
        margin-bottom: 2.5rem;
    }
    section ._head h2 {
        line-height: 1.7;
    }
    section ._head h2 span:nth-child(1) {
        font-size: 2.5rem;
    }
    section ._head h2 span:nth-child(2) {
        font-size: 1.35rem;
    }
    .inner {
        max-width: 1080px;
    }
    .href a {
        font-size: 0.9375rem;
        padding: 0.5rem 2.65rem;
        letter-spacing: 0.05rem;
        background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
        background-size: 200%;
        background-position: 100%;
        opacity: 1;
    }
    .href a:hover {
        color: #fff;
        background-position: 0;
        opacity: 1;
    }
    .softly {
        opacity: 0;
        transform: translateY(5rem);
        transition: 1s ease;
    }
    /* loading
  -------------------------------------------------------------------------------- */
    #intro_logo {
        width: 300px;
    }
    /* header
  -------------------------------------------------------------------------------- */
    header {
        position: fixed;
        height: 114px;
    }
    header ._logo {
        width: 270px;
    }
    header ._logo a {
        padding: 41px 50px;
    }
    header ._side {
        padding: 1rem;
        position: relative;
        display: grid;
        place-content: center;
        -webkit-clip-path: polygon(calc(100% - 76px) 0, 100% 0, 100% 100%, calc(100% - 76px) 100%);
        clip-path: polygon(calc(100% - 76px) 0, 100% 0, 100% 100%, calc(100% - 76px) 100%);
    }
    header ._side ._index {
        width: 76px;
        height: 114px;
    }
    header ._side ._index span {
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        transition: 0.25s;
        left: 21px;
        height: 2px;
        width: 34px;
    }
    header ._side ._index span:nth-child(1) {
        top: 51px;
    }
    header ._side ._index span:nth-child(2) {
        top: 62px;
    }
    header ._side ._index span:nth-child(3) {
        top: 73px;
    }
    header ._side ._index:hover span:nth-child(2) {
        -webkit-clip-path: inset(0 5px 0 5px);
        clip-path: inset(0 5px 0 5px);
    }
    header ._side ._index:hover span:nth-child(3) {
        -webkit-clip-path: inset(0 10px 0 10px);
        clip-path: inset(0 10px 0 10px);
    }
    header ._side nav ul li a {
        padding: 0.75rem 0;
    }
    header ._side nav ul li a span {
        line-height: 1.2;
    }
    header ._side nav ul li a span:nth-child(1) {
        font-size: 2.5rem;
    }
    header ._side nav ul li a span:nth-child(2) {
        font-size: 1rem;
    }
    header ._side ._sns {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 0;
        bottom: 2rem;
        width: 76px;
        transition: 0.5s;
    }
    header ._side ._sns ._head {
        font-size: 0.75rem;
        writing-mode: vertical-rl;
        letter-spacing: 0.2vw;
        line-height: 1;
        margin-bottom: 2rem;
    }
    header ._side ._sns ._body ul {
        display: block;
    }
    header ._side ._sns ._body ul li {
        margin-bottom: 0.5rem;
    }
    header ._side ._sns ._body ul li a img {
        height: 22px;
    }
    header ._side ._sns.deactive {
        right: -50px;
    }
    header.active ._side {
        -webkit-clip-path: polygon(-50% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(-50% 0, 100% 0, 100% 100%, 0 100%);
    }
    header.active ._side ._index span {
        width: 42px;
    }
    header.active ._side ._index span:nth-child(1) {
        top: 51px;
    }
    header.active ._side ._index span:nth-child(2) {
        width: 34px;
    }
    header.active ._side ._index span:nth-child(3) {
        top: 72px;
    }
    header.active ._side ._index:hover span {
        width: 40px;
    }
    header.active ._side ._index:hover span:nth-child(1) {
        -webkit-clip-path: inset(0 5px);
        clip-path: inset(0 5px);
    }
    header.active ._side ._index:hover span:nth-child(3) {
        -webkit-clip-path: inset(0 5px);
        clip-path: inset(0 5px);
    }
    /* footer
  -------------------------------------------------------------------------------- */
    footer {
        padding: 4rem 0;
        margin-right: 76px;
    }
    footer .inner {
        margin-bottom: 0;
    }
    footer .inner ._logo a {
        padding: 1rem 0;
    }
    footer .inner ._logo a img {
        width: 175px;
    }
    footer .inner ._item {
        width: 18%;
    }
    footer .inner ._item h4 {
        margin-bottom: 1rem;
    }
    footer .inner ._item h4 a {
        font-size: 1.2rem;
        font-weight: 500;
    }
    footer .inner ._item ul li {
        margin-bottom: 1rem;
    }
    footer .inner ._item ul li a {
        font-size: 0.75rem;
        padding-left: 0.75rem;
        letter-spacing: 0.05rem;
    }
    footer .inner ._item ul li::before {
        top: 0.5rem;
        width: 0.3rem;
    }
    footer .inner ._section, footer .inner ._misc {
        row-gap: unset;
        padding: 2rem 0;
    }
    footer .inner ._section {
        padding-bottom: 2.5rem;
        row-gap: unset;
        justify-content: space-between;
    }
    footer ._copyright {
        position: absolute;
        right: -46px;
        bottom: 2.5rem;
        color: #000;
        height: 15rem;
        text-align: right;
        font-size: 0.625rem;
        letter-spacing: 0;
        font-weight: 300;
        writing-mode: vertical-rl;
        z-index: 2;
    }
    #page_top {
        bottom: 2.4rem;
        right: 76px;
        opacity: 1;
    }
    #page_top a {
        font-size: 0.9rem;
        padding: 1.25rem 0.5rem;
        letter-spacing: 0.1rem;
        border-radius: 0.95rem;
        background-color: #000;
    }
    #page_top a img {
        width: 5vw;
    }
    #page_top.fitin a {
        background-color: #444446;
    }
    /* main
  -------------------------------------------------------------------------------- */
    main {
        margin-top: 114px;
        margin-right: 76px;
    }
    main #common_head {
        aspect-ratio: unset;
        height: 333px;
    }
    main #common_head .inner {
        position: absolute;
        inset: 0;
    }
    main #common_head .inner ._txt {
        height: 100%;
        display: grid;
        place-content: center;
    }
    main #common_head .inner ._txt h1 {
        text-align: center;
        line-height: 1.3;
        color: #000;
    }
    main #common_head .inner ._txt h1 span {
        display: block;
    }
    main #common_head .inner ._txt h1 span:nth-child(1) {
        font-size: 3vw;
    }
    main #common_head .inner ._txt h1 span:nth-child(2) {
        font-size: 1vw;
    }
    main #common_head:has(._img) {
        height: calc(100vh - 114px);
    }
    main #common_foot {
        aspect-ratio: 2/1;
    }
    /* home
  -------------------------------------------------------------------------------- */
    #home header {
        background-color: transparent;
    }
    #home header ._side {
        background-color: #fff;
    }
    #home main {
        margin-top: 0;
    }
    #home_top {
        aspect-ratio: unset;
        height: 100vh;
    }
    #home_top .inner {
        max-width: unset;
    }
    #home_top .inner h1 {
        font-size: 3vw;
    }
    #home_philosopy .inner {
        display: flex;
        justify-content: space-between;
        max-width: 1150px;
    }
    #home_philosopy .inner ._txt {
        margin-bottom: 0;
    }
    #home_philosopy .inner ._txt ._head {
        margin-bottom: 2rem;
    }
    #home_philosopy .inner ._txt ._head h2 {
        font-size: 1.75rem;
        line-height: 1.8;
    }
    #home_philosopy .inner ._txt ._body {
        margin-bottom: 2.5rem;
        font-size: 1rem;
        line-height: 2;
    }
    #home_philosopy .inner ._txt .href a {
        margin-inline: 0;
    }
    #home_philosopy .inner ._img {
        width: auto;
    }
    #home_philosopy .inner ._img ._img_01 {
        width: 383px;
        margin-left: auto;
        margin-right: 0;
    }
    #home_philosopy .inner ._img ._img_02 {
        width: 300px;
        margin-top: -58px;
        margin-right: 170px;
        margin-left: auto;
    }
    #home_middle_gallery {
        /*aspect-ratio: 2/1;*/
    }
    #home_middle_gallery .swiper-slide ._inner {
        height: 100%;
    }
    #home_middle_gallery .swiper-slide ._inner img {
        height: 100%;
    }
    #home_about .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    #home_about .inner ._txt {
        margin-bottom: 0;
        width: 615px;
    }
    #home_about .inner ._txt ._head {
        margin-bottom: 1.25rem;
    }
    #home_about .inner ._txt ._head h2 span:nth-child(2) {
        font-size: 1.2rem;
    }
    #home_about .inner ._txt ._body {
        margin-bottom: 2.5rem;
        line-height: 2;
    }
    #home_about .inner ._txt .href a {
        margin-inline: 0;
    }
    #home_about .inner ._img {
        flex: 1;
    }
    #home_about .inner ._img ._item a span {
        font-size: 1.1rem;
        top: calc(50% - 0.55rem);
        font-weight: 600;
        letter-spacing: 0;
    }
    #home_about .inner ._img ._item a img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #home_brand .inner ._body {
        row-gap: 1.4rem;
        margin-bottom: 3rem;
    }
    #home_brand .inner ._body ._item {
        width: 32%;
    }
    #home_brand .inner ._body ._item a:hover {
        opacity: 1;
    }
    #home_brand .inner ._body ._item a ._logo {
        inset: 25%;
    }
    #home_brand .inner ._body ._item a ._img img {
        transition: opacity 0.5s;
    }
    #home_brand .inner ._body ._item a:hover ._img img {
        opacity: 1;
    }
    #home_brand .inner ._body::after {
        content: "";
        width: 32%;
    }
    #home_news .inner ._head h2 {
        text-align: center;
    }
    #home_news .inner ._body {
        row-gap: 1.4rem;
        margin-bottom: 3rem;
    }
    #home_news .inner ._body ._item {
        width: 32%;
    }
    #home_news .inner ._body ._item a ._txt {
        inset: 1rem;
        color: #fff;
        top: auto;
    }
    #home_news .inner ._body ._item a ._txt ._day {
        font-size: 1rem;
        letter-spacing: 0;
    }
    #home_news .inner ._body ._item a ._txt ._title h3 {
        font-size: 1rem;
    }
    #home_news .inner ._body ._item a ._img img {
        transition: opacity 0.5s;
    }
    #home_news .inner ._body ._item a:hover {
        opacity: 1;
    }
    #home_news .inner ._body ._item a:hover ._img img {
        opacity: 1;
    }
    #home_news .inner ._body::after {
        content: "";
        width: 32%;
    }
    #home_recruit {
        padding: 8.5rem 0;
        aspect-ratio: 2/1;
    }
    #home_recruit .inner ._txt ._head {
        margin-bottom: 1.25rem;
    }
    #home_recruit .inner ._txt ._head h2 {
        font-size: 2.5rem;
        line-height: 1.9;
    }
    #home_recruit .inner ._txt ._head h3 {
        font-size: 1.2rem;
    }
    #home_recruit .inner ._txt ._body {
        width: 410px;
        font-size: 1rem;
        margin-bottom: 2.5rem;
        line-height: 2;
    }
    #home_recruit .inner ._txt .href a {
        margin-inline: 0;
        background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }
    #home_recruit .inner ._txt .href a:hover {
        color: #000;
    }
    /* philosophy
  -------------------------------------------------------------------------------- */
    #philosophy #fun_and_humanity .inner ._txt {
        margin-bottom: 6rem;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title {
        margin-bottom: 1rem;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title h2 {
        font-size: 2.25rem;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title_sub {
        margin-bottom: 2rem;
    }
    #philosophy #fun_and_humanity .inner ._txt ._title_sub h3 {
        font-size: 1.75rem;
    }
    #philosophy #fun_and_humanity .inner ._txt ._body {
        margin-bottom: 0;
        line-height: 2;
    }
    #philosophy #fun_and_humanity .inner ._txt ._body br {
        display: block;
    }
    #philosophy #fun_and_humanity .inner ._img {
        row-gap: 0;
        margin: 0;
    }
    #philosophy #fun_and_humanity .inner ._img ._item {
        width: 22.5%;
    }
    #philosophy #fun_and_humanity .inner ._img ._item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #philosophy #our_values .inner ._head {
        margin-bottom: 5rem;
    }
    #philosophy #our_values .inner ._head h2 span:nth-child(1) {
        font-size: 2.25rem;
    }
    #philosophy #our_values .inner ._head h2 span:nth-child(2) {
        font-size: 1.2rem;
    }
    #philosophy #our_values .inner ._body ._item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 4rem;
    }
    #philosophy #our_values .inner ._body ._item ._img {
        width: 320px;
        aspect-ratio: 1.5;
        margin-bottom: 0;
    }
    #philosophy #our_values .inner ._body ._item ._txt {
        flex: 1;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title_en {
        margin-bottom: 0.5rem;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title_en h4 {
        font-size: 1.5rem;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title {
        margin-bottom: 1rem;
    }
    #philosophy #our_values .inner ._body ._item ._txt ._title h3 {
        font-size: 1.75rem;
        font-weight: 600;
    }
    #philosophy #our_values .inner ._body ._item:last-child {
        border: none;
        margin-bottom: 0;
    }
    /* about
  -------------------------------------------------------------------------------- */
    #top_message .inner ._head ._title {
        margin-bottom: 3rem;
    }
    #top_message .inner ._head ._copy {
        font-size: 1.75rem;
        margin-bottom: 2rem;
        line-height: 1.5;
        font-weight: bold;
    }
    #top_message .inner ._head ._copy br {
        display: none;
    }
    #top_message .inner ._body {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    #top_message .inner ._body ._txt {
        margin-bottom: 0;
        flex: 1;
    }
    #top_message .inner ._body ._txt ._message {
        margin-bottom: 2rem;
        line-height: 2.1;
    }
    #top_message .inner ._body ._txt ._sign {
        text-align: left;
    }
    #top_message .inner ._body ._img {
        margin: 0;
        width: 300px;
    }
    #top_message .inner ._body ._img ._img_01 {
        width: 100%;
        aspect-ratio: unset;
        margin-bottom: 2.75rem;
    }
    #top_message .inner ._body ._img ._img_02 {
        width: 80%;
        margin-top: 0;
        margin-right: auto;
        margin-left: 0;
        margin: 0 auto auto 0;
    }
    #top_message .inner ._body ._img ._img_02 img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #information .inner ._head {
        margin-bottom: 4rem;
    }
    #information .inner ._body {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    #information .inner ._body ._txt {
        flex: 1;
    }
    #information .inner ._body ._txt table {
        margin-bottom: 0;
        font-size: 1rem;
    }
    #information .inner ._body ._txt table tr th, #information .inner ._body ._txt table tr td {
        border-bottom: 0.5px solid #c9caca;
    }
    #information .inner ._body ._txt table tr th {
        padding: 1.5rem 3rem 1.5rem 0;
    }
    #information .inner ._body ._txt table tr td {
        padding: 1.5rem 0;
    }
    #information .inner ._body ._map {
        aspect-ratio: unset;
        width: 480px;
        border: 1px solid #c9caca;
    }
    /* brand
  -------------------------------------------------------------------------------- */
    #brand_list .inner ._item {
        padding-bottom: 3rem;
        margin-bottom: 3.5rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    #brand_list .inner ._item ._img {
        width: 33.3%;
    }
    #brand_list .inner ._item ._img a ._logo {
        inset: 6rem;
    }
    #brand_list .inner ._item ._img a ._bg img {
        transition: 0.5s;
    }
    #brand_list .inner ._item ._img a:hover {
        opacity: 1;
    }
    #brand_list .inner ._item ._img a:hover ._bg img {
        opacity: 1;
    }
    #brand_list .inner ._item ._txt {
        width: auto;
        flex: 1;
    }
    #brand_list .inner ._item ._txt ._title h2 {
        font-size: 1.75rem;
    }
    #brand_list .inner ._item ._txt ._title_sub {
        margin-bottom: 1rem;
    }
    #brand_list .inner ._item ._txt ._title_sub h3 {
        font-size: 1rem;
    }
    #brand_list .inner ._item ._txt ._desc {
        font-size: 1rem;
        margin-bottom: 2rem;
        line-height: 2;
    }
    #brand_list .inner ._item ._txt ._desc br {
        display: none;
    }
    #brand_list .inner ._item ._txt .href a {
        font-size: 0.9375rem;
        padding: 0.5rem 2.65rem;
        letter-spacing: 0.05rem;
    }
    #brand_list .inner ._item:last-child {
        border: none;
        margin-bottom: 0;
    }
    #brand.single #common_head .inner {
        inset: 33.3% 33.3vw;
    }
    #brand.single #common_head .inner ._logo {
        height: 100%;
    }
    #brand.single #common_head .inner ._logo h1 {
        height: 100%;
        height: 1;
    }
    #brand.single #common_head .inner ._logo h1 img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    #brand_detail {
        padding-bottom: 8rem;
    }
    #brand_detail .inner ._about {
        margin-bottom: 4rem;
        -moz-column-gap: 4.25rem;
        column-gap: 4.25rem;
    }
    #brand_detail .inner ._about ._logo {
        width: 240px;
    }
    #brand_detail .inner ._about ._logo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    #brand_detail .inner ._about ._txt {
        width: auto;
        flex: 1;
    }
    #brand_detail .inner ._about ._txt ._name {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    #brand_detail .inner ._about ._txt ._name h2 {
        font-size: 2.75rem;
    }
    #brand_detail .inner ._about ._txt ._name h3 {
        font-size: 1.2rem;
    }
    #brand_detail .inner ._about ._copy {
        font-size: 1.75rem;
    }
    #brand_detail .inner ._about br {
        display: none;
    }
    #brand_detail .inner ._desc {
        margin-bottom: 6rem;
        font-size: 1.1rem;
        line-height: 2;
    }
    #brand_detail .inner ._gallary {
        row-gap: 2rem;
        margin: 0;
    }
    #brand_detail .inner ._gallary ._item {
        width: 22.5%;
    }
    #brand_detail .inner ._gallary ._item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #location .inner ._head {
        margin-bottom: 6vw;
    }
    #location .inner ._body ._item {
        align-items: flex-start;
        margin-bottom: 5rem;
        padding-bottom: 5rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    #location .inner ._body ._item ._img {
        width: 350px;
        margin-bottom: 0;
        aspect-ratio: 1.25;
        overflow: hidden;
    }
    #location .inner ._body ._item ._txt {
        width: auto;
        flex: 1;
    }
    #location .inner ._body ._item ._txt ._name {
        margin-bottom: 1rem;
    }
    #location .inner ._body ._item ._txt ._name h3 {
        font-size: 1.75rem;
    }
    #location .inner ._body ._item ._txt ._detail {
        margin-bottom: 1rem;
    }
    #location .inner ._body ._item ._txt ._detail table {
        font-size: 1rem;
    }
    #location .inner ._body ._item ._txt ._detail table tr th {
        padding: 0.25rem 2rem 0.25rem 0;
    }
    #location .inner ._body ._item ._txt ._detail table tr td {
        padding: 0.25rem 0;
    }
    #location .inner ._body ._item ._txt ._sns {
        margin-bottom: 1rem;
    }
    #location .inner ._body ._item ._txt ._sns ul {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    #location .inner ._body ._item ._txt ._sns ul li a img {
        height: 2rem;
    }
    #location .inner ._body ._item ._txt .href {
        justify-content: flex-start;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    #location .inner ._body ._item ._txt .href>div {
        width: 12.5rem;
    }
    #location .inner ._body ._item ._txt .href>div a {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    #location .inner ._body ._item:last-child {
        margin-bottom: 0;
        border: none;
    }
    /* news
  -------------------------------------------------------------------------------- */
    #news_article {
        margin-bottom: 5rem;
    }
    #news_article ._lineup {
        row-gap: 1.5rem;
        margin-bottom: 4rem;
    }
    #news_article ._lineup ._item {
        width: 32%;
        aspect-ratio: 1;
        margin-bottom: 0;
    }
    #news_article ._lineup ._item a ._txt {
        padding: 1rem;
        transition: 0.5s;
    }
    #news_article ._lineup ._item a ._txt ._day {
        line-height: 1;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        letter-spacing: 0;
    }
    #news_article ._lineup ._item a ._txt ._title h3 {
        font-size: 1rem;
    }
    #news_article ._lineup ._item a:hover {
        opacity: 1;
    }
    #news_article ._lineup ._item a:hover ._txt {
        background-color: transparent;
    }
    #news_article ._lineup:after {
        content: "";
        width: 32%;
    }
    #news_article ._page nav .nav-links {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        padding: 0 2.5rem;
    }
    #news_article ._page nav .nav-links .page-numbers {
        padding: 1rem 1.25rem;
    }
    #news_article ._page nav .nav-links .page-numbers.prev, #news_article ._page nav .nav-links .page-numbers.next {
        padding: 1rem 0.5rem;
    }
    #news_article ._page nav .nav-links .page-numbers.dots {
        border: none;
    }
    #news_sort ._list {
        padding: 3rem 5rem 3.5rem;
    }
    #news_sort ._list ._head {
        margin-bottom: 2rem;
    }
    #news_sort ._list ._head h4 {
        line-height: 1.35;
    }
    #news_sort ._list ._head h4 span {
        display: block;
    }
    #news_sort ._list ._head h4 span:nth-child(1) {
        font-size: 2rem;
    }
    #news_sort ._list ._head h4 span:nth-child(2) {
        font-size: 1.25rem;
    }
    #news_sort ._list ._body ul {
        justify-content: unset;
        row-gap: 0;
    }
    #news_sort ._list ._body ul li {
        width: 18.5%;
        margin: 0 0.75% 0.8rem;
    }
    #news_sort ._list ._body ul li a {
        padding: 0.25rem;
        font-size: 1rem;
        background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
        background-size: 200%;
        background-position: 100%;
        opacity: 1;
    }
    #news_sort ._list ._body ul li a:hover {
        color: #fff;
        background-position: 0;
        opacity: 1;
    }
    #news_sort ._list ._body ul::before, #news_sort ._list ._body ul::after {
        content: "";
        width: 23.5%;
    }
    #news_sort ._list ._body ul::before {
        order: 1;
    }
    #news_article ._post {
        margin-bottom: 5rem;
        margin: 0 5rem 5rem;
    }
    #news_article ._post ._day {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }
    #news_article ._post ._featured {
        margin-bottom: 2rem;
    }
    #news_article ._post ._body {
        margin-bottom: 5rem;
    }
    #news_article ._post ._body p {
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 2;
    }
    #news_article ._post ._body p img {
        max-width: 100%;
        margin-inline: auto;
    }
    #news_article ._post ._back a {
        font-size: 0.9375rem;
        padding: 0.5rem 5rem;
        letter-spacing: 0.05rem;
        background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
        background-size: 200%;
        background-position: 100%;
        opacity: 1;
    }
    #news_article ._post ._back a:hover {
        color: #fff;
        background-position: 0;
        opacity: 1;
    }
    #news.single h1 {
        font-weight: bold;
        font-size: 2.5rem;
    }
    /* recruit
  -------------------------------------------------------------------------------- */
    #welcome .inner ._txt {
        margin-bottom: 7.5rem;
    }
    #welcome .inner ._txt ._title {
        margin-bottom: 1.5rem;
    }
    #welcome .inner ._txt ._title h2 {
        font-size: 1.75rem;
    }
    #welcome .inner ._txt ._title h2 br {
        display: block;
    }
    #welcome .inner ._txt ._desc {
        line-height: 2;
    }
    #welcome .inner ._txt ._desc br {
        display: block;
    }
    #welcome .inner ._entry ._href {
        width: 31%;
        aspect-ratio: 1.333;
    }
    #welcome .inner ._entry ._href a ._type {
        inset: calc(50% - 0.55rem) 1rem;
    }
    #welcome .inner ._entry ._href a ._type h3 {
        font-size: 1.1rem;
    }
    #join .inner ._head ._title h2 span:nth-child(1) {
        font-size: 2.25rem;
    }
    #join .inner .join_item {
        padding-top: 2rem;
        padding-bottom: 5rem;
        margin-bottom: 2rem;
    }
    #join .inner .join_item ._txt {
        margin-bottom: 3rem;
        flex: 1;
    }
    #join .inner .join_item ._txt ._title_en {
        margin-bottom: 1rem;
    }
    #join .inner .join_item ._txt ._title_en h4 {
        font-size: 1.5rem;
    }
    #join .inner .join_item ._txt ._title {
        margin-bottom: 2rem;
    }
    #join .inner .join_item ._txt ._title h3 {
        font-size: 1.75rem;
        font-weight: bold;
    }
    #join .inner .join_item ._txt ._desc {
        font-size: 1rem;
        line-height: 2;
    }
    #join .inner .join_item ._txt ._desc br {
        display: none;
    }
    #join .inner .join_item ._txt ._desc ul {
        margin: 1rem auto;
        padding-left: 1rem;
    }
    #join .inner .join_item ._txt ._desc ul li {
        font-size: 0.9rem;
    }
    #join .inner .join_item ._txt ._desc ul li::marker {
        font-size: 0.75rem;
    }
    #join .inner .join_item>._img {
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 1.2rem;
        width: 480px;
    }
    #join .inner .join_item>._img ._item:nth-child(2), #join .inner .join_item>._img ._item:nth-child(3) {
        width: 48%;
    }
    #join .inner .join_item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #join .inner #join_01 {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    #join .inner #join_03 {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    #join_voice {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    #join_voice ._item {
        font-size: 1rem;
        padding-bottom: 3rem;
        line-height: 1.75;
    }
    #join_voice ._item ._img {
        margin-bottom: 0.5rem;
    }
    #join_voice ._item ._msg {
        padding: 0;
    }
    #join_voice ._item ._msg ._inner {
        padding: 3rem 3rem 4rem;
        width: 960px;
        margin-inline: auto;
        background-size: auto 3rem;
    }
    #join_middle_gallery {
        aspect-ratio: 2.1333;
        padding: 0;
    }
    #join_middle_gallery .swiper {
        height: 100%;
    }
    #join_middle_gallery .swiper-slide {
        height: auto;
    }
    #join_middle_gallery .swiper-slide ._inner {
        height: 100%;
    }
    #join_middle_gallery .swiper-slide ._inner img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #job .inner ._head {
        margin-bottom: 3rem;
    }
    #job .inner ._body table {
        font-size: 1rem;
        display: table;
    }
    #job .inner ._body table tr th, #job .inner ._body table tr td {
        display: table-cell;
        text-align: left;
        padding: 1.25rem 0;
        line-height: 2;
    }
    #job .inner ._body table tr th {
        display: table-cell;
        padding: 1rem 0;
        padding: 1.25rem 0;
        border-bottom: 0.5px solid #c9caca;
        margin-bottom: 0;
        padding-right: 1rem;
    }
    #job .inner ._body table tr td {
        margin-bottom: 0;
    }
    #job .inner ._body table tr:last-child th, #job .inner ._body table tr:last-child td {
        border: none;
        margin-bottom: 0;
    }
    /* form
  -------------------------------------------------------------------------------- */
    .form_box .inner {
        max-width: 840px;
    }
    .form_box .inner ._desc {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 5rem;
    }
    .form_box .inner ._desc br {
        display: block;
    }
    .form_box .inner ._form .wpcf7-response-output {
        text-align: center;
        padding: 2rem 3rem;
        border: none;
    }
    .form_item ._item {
        align-items: flex-start;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        margin-bottom: 2.5rem;
    }
    .form_item ._item ._required {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0;
        margin-top: 0.75rem;
    }
    .form_item ._item ._required._non {
        opacity: 0.333;
    }
    .form_item ._item ._head {
        font-size: 1.1rem;
        margin-bottom: 0;
        width: 10rem;
        margin-top: 0.75rem;
    }
    .form_item ._item ._body {
        width: auto;
        flex: 1;
    }
    .form_item ._item ._body input, .form_item ._item ._body textarea {
        width: 100%;
        font-size: 1.2rem;
        padding: 0.75rem 1rem;
    }
    .form_item ._item ._body input:focus, .form_item ._item ._body textarea:focus {
        outline: 1px solid #444446;
        border: 1px solid #444446;
    }
    .form_item ._item ._body input[type=text] {
        padding: 0.75rem 1rem;
    }
    .form_item ._item ._body input[type=email] {
        padding: 0.75rem 1rem;
    }
    .form_item ._item ._body input[type=tel] {
        padding: 0.75rem 1rem;
    }
    .form_item ._item ._body input[type=checkbox] {
        width: 2rem;
        height: 2rem;
        margin-left: -1em;
    }
    .form_item ._item ._body input[type=checkbox]:checked {
        background-color: #444446;
        border-color: #444446;
        cursor: pointer;
    }
    .form_item ._item ._body input[type=checkbox]:checked::before {
        opacity: 1;
    }
    .form_item ._item ._body input[type=checkbox]:focus {
        border-color: #444446;
    }
    .form_item ._item ._body input[type=checkbox]+span {
        margin-left: 1.5rem;
        font-size: 1.1rem;
        cursor: pointer;
    }
    .form_item ._item ._body input[type=submit] {
        padding: 0.75rem 6rem 0.75rem 6.5rem;
        letter-spacing: 1rem;
        font-size: 1.4rem;
        cursor: pointer;
        background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
        background-size: 200%;
        background-position: 100%;
    }
    .form_item ._item ._body input[type=submit]:disabled {
        background-image: linear-gradient(45deg, #fafafa, #fafafa);
    }
    .form_item ._item ._body input[type=submit]:hover {
        background-position: 0;
    }
    .form_item ._item ._body textarea {
        padding: 0.75rem 1rem;
    }
    .form_item ._item ._body textarea:focus {
        outline: 1px solid #444446;
    }
    .form_item ._item ._body .wpcf7-not-valid-tip {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 500;
        margin-top: 0.25rem;
    }
    .form_item ._item ._body .wpcf7-spinner {
        display: block;
        margin: 2vw auto 0;
    }
    .form_item ._item._acceptance {
        margin-bottom: 2.5rem;
    }
    .form_item ._item._acceptance ._required {
        margin-top: 0;
    }
    .form_item ._item._send {
        margin-top: 4rem;
    }
    .form_item ._item._send ._head {
        display: none;
    }
    /* privacy policy
  -------------------------------------------------------------------------------- */
    #privacy_policy_item .inner {
        max-width: 840px;
        font-size: 1.2rem;
        line-height: 1.8;
    }
    #privacy_policy_item .inner ._txt {
        margin-bottom: 5rem;
    }
    #privacy_policy_item .inner ._txt p {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }
    #privacy_policy_item .inner ._txt ol {
        margin-left: 3rem;
    }
    #privacy_policy_item .inner ._txt ol li {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    #privacy_policy_item .inner ._contact {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }
    #privacy_policy_item .inner ._sign {
        font-size: 1.2rem;
    }
}
/* thanks
-------------------------------------------------------------------------------- */
