/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 80%;
}
body sup {
  bottom: 0.5ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    letter-spacing: 5%;
  }
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.8;
  }
  body main article {
    overflow: hidden;
  }
  body main article section {
    padding: 100px 0;
    position: relative;
  }
  body main article section .inner {
    margin: 0 auto;
    width: 1080px;
    z-index: 1;
    position: relative;
  }
  body main article section .inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body main article section h2.common {
    margin-bottom: 50px;
  }
  body main article section h2.common.sub {
    text-align: center;
  }
  body main article section h2.common.sub span {
    font-size: 50px;
  }
  body main article section h2.common span, body main article section h2.common small {
    display: block;
  }
  body main article section h2.common span {
    line-height: 160%;
    font-size: 70px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article section h2.common small {
    line-height: 180%;
    font-size: 15px;
    font-weight: 500;
  }
  body main article section .clients {
    padding-top: 150px;
  }
  body main article section .clients h3 {
    margin-bottom: 52px;
    line-height: 160%;
    font-size: 50px;
    font-family: "Montserrat";
    font-weight: 800;
  }
  body main article section .clients ul.client_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 3.8461538462%;
    flex-wrap: wrap;
  }
  body main article section .clients ul.client_list li {
    width: 13.4615384615%;
  }
  body main article section .clients ul.client_list li img {
    width: 100%;
  }
  body main article section p.read_more {
    width: 160px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    border: 1px solid #E60012;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
  }
  body main article section p.read_more span {
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #E60012;
  }
  body main article section p.read_more {
    /*
    &>span{
    	width: calc(90px * 3);
    	display: flex;
    	justify-content: space-between;
    	align-items: center;

    	&>span{
    		display: block;
    		text-align: center;
    		line-height: 38px;
    		font-size: 15px;
    		color: #E60012;
    	}
    }
    */
  }
  body main article section .detail_btn {
    overflow: hidden;
  }
  body main article section .detail_btn.white a {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  body main article section .detail_btn.white a span:after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(0%) hue-rotate(51deg) brightness(101%) contrast(100%);
  }
  body main article section .detail_btn.black a {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  body main article section .detail_btn.black a span:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  body main article section .detail_btn a {
    padding: 0 30px;
    width: 240px;
    height: 80px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 40px;
  }
  body main article section .detail_btn a[target=_blank] span:after {
    width: 20px;
    height: 16px;
    background-image: url("../image/common/icon_blank.svg");
    top: calc(50% - 8px);
    right: 5px;
  }
  body main article section .detail_btn a span {
    padding-right: 120px;
    position: relative;
    display: block;
    line-height: 160%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
  }
  body main article section .detail_btn a span:after {
    content: "";
    width: 52px;
    height: 7px;
    display: block;
    background: url("../image/common/icon_arrow_next.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
  }
  body main article section .works_carousel {
    margin-left: calc((100vw - 1000px) / -2);
    width: 100vw;
  }
  body main article section .works_carousel ul.slider {
    overflow: hidden;
  }
  body main article section .works_carousel ul.slider .slick-list li {
    margin: 0 10px;
    width: 640px;
    height: 700px;
    padding: 20px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 20px;
    float: left;
  }
  body main article section .works_carousel ul.slider .slick-list li a {
    padding-bottom: 96px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  body main article section .works_carousel ul.slider .slick-list li a .thumb {
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 600/450;
    overflow: hidden;
    border-radius: 10px;
  }
  body main article section .works_carousel ul.slider .slick-list li a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main article section .works_carousel ul.slider .slick-list li a h3 {
    margin-bottom: 10px;
    line-height: 160%;
    font-size: 24px;
    font-weight: 600;
  }
  body main article section .works_carousel ul.slider .slick-list li a p.concept {
    width: calc(100% - 180px);
    line-height: 180%;
    font-size: 15px;
    font-weight: 500;
  }
  body main article section .works_carousel ul.slider .slick-dots {
    margin: 100px auto 0 auto;
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body main article section .works_carousel ul.slider .slick-dots li {
    width: 5%;
  }
  body main article section .works_carousel ul.slider .slick-dots li button {
    width: 100%;
    height: 4px;
    display: block;
    background: #EBEBEB;
    text-indent: -9999px;
    cursor: pointer;
  }
  body main article section .works_carousel ul.slider .slick-dots li.slick-active button {
    background: #E60012;
  }
  body main article section ul.link_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
  }
  body main article section ul.link_list li {
    width: calc(33.3% - 26.6666666667px);
  }
  body main article section ul.link_list li a {
    padding: 20px 20px 48px 20px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
  }
  body main article section ul.link_list li a:after {
    content: "";
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body main article section ul.link_list li a span.thumb {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    aspect-ratio: 300/170;
    overflow: hidden;
    border-radius: 10px;
  }
  body main article section ul.link_list li a span.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main article section ul.link_list li a h4 {
    line-height: 160%;
  }
  body main article section ul.link_list li a h4 small, body main article section ul.link_list li a h4 span {
    display: block;
  }
  body main article section ul.link_list li a h4 small {
    font-size: 15px;
    font-weight: 500;
  }
  body main article section ul.link_list li a h4 span {
    font-size: 20px;
    font-weight: 700;
  }
  body main article section ul.link_list li a p.text {
    margin-top: 10px;
    line-height: 180%;
    font-size: 15px;
    font-weight: 500;
  }
  body main article section.content {
    padding-top: 0;
  }
  body main article section.content hgroup {
    margin-bottom: 64px;
    padding-top: 50px;
  }
  body main article section.content hgroup h1 {
    line-height: 160%;
    font-size: 100px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article section.content hgroup p {
    line-height: 27px;
    font-size: 15px;
  }
  body main article section.content nav.taxonomy {
    margin-bottom: 68px;
  }
  body main article section.content nav.taxonomy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  body main article section.content nav.taxonomy ul li a, body main article section.content nav.taxonomy ul li button {
    padding: 0 20px;
    display: inline-block;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 16px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
    cursor: pointer;
  }
  body main article section.content nav.taxonomy ul li a.active, body main article section.content nav.taxonomy ul li button.active {
    background: #E60012;
    border-color: #E60012;
    color: #ffffff;
  }
  body main article aside.contact {
    padding: 150px 0 100px 0;
    background: #E60012;
  }
  body main article aside.contact hgroup {
    margin-bottom: 90px;
    text-align: center;
    color: #ffffff;
  }
  body main article aside.contact hgroup h2 {
    line-height: 160%;
    font-size: 70px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article aside.contact hgroup p {
    line-height: 180%;
    font-size: 15px;
  }
  body main article aside.contact p.btn {
    margin-bottom: 90px;
  }
  body main article aside.contact p.btn a {
    margin: 0 auto;
    width: 240px;
    height: 80px;
    display: block;
    border-radius: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 800;
    color: #000000;
  }
  body main article aside.contact ul.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  body main article aside.contact ul.tel li a {
    padding: 20px 30px;
    display: block;
    color: #ffffff;
  }
  body main article aside.contact ul.tel li a dl {
    display: flex;
    justify-content: center;
    align-items: space-between;
    gap: 20px;
    text-align: center;
    line-height: 160%;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
  }
  body main.top header, body main.service header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.top header nav ul li a, body main.service header nav ul li a {
    color: #ffffff;
  }
  body main.top header nav ul li a[target=_blank]:after, body main.service header nav ul li a[target=_blank]:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(103%) contrast(101%);
  }
  body header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  body header p.logo {
    padding: 20px 0 20px 70px;
  }
  body header p.logo img {
    width: auto;
    height: 60px;
  }
  body header nav {
    height: 100%;
  }
  body header nav p.contact, body header nav p.menu {
    display: none;
  }
  body header nav .menu_list ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  body header nav .menu_list ul li {
    position: relative;
  }
  body header nav .menu_list ul li a {
    padding: 20px 25px;
    display: block;
    position: relative;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 24px;
    font-size: 15px;
    color: #000000;
  }
  body header nav .menu_list ul li a[target=_blank] {
    padding-right: 40px;
  }
  body header nav .menu_list ul li a[target=_blank]:after {
    content: "";
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body header nav .menu_list ul li.contact a {
    color: #E60012;
  }
  body footer {
    padding: 90px 0 66px 0;
    width: 100%;
    background: #FFFFFF;
  }
  body footer .inner {
    margin: 0 auto;
    width: 1100px;
  }
  body footer nav {
    margin-bottom: 90px;
  }
  body footer nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body footer nav ul li {
    position: relative;
  }
  body footer nav ul li a {
    padding: 10px 0;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 5%;
    color: #000000;
  }
  body footer nav ul li a[target=_blank] {
    padding-right: 40px;
  }
  body footer nav ul li a[target=_blank]:after {
    content: "";
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body footer ul.address {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  body footer ul.address li {
    width: 50%;
  }
  body footer ul.address li dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  body footer ul.address li dl dt span {
    display: block;
    line-height: 32px;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
  }
  body footer ul.address li dl dt a {
    padding-left: 24px;
    position: relative;
  }
  body footer ul.address li dl dt a:before {
    content: "";
    width: 19px;
    height: 21px;
    display: block;
    background: url("../image/common/icon_map_pin.svg") no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
  }
  body footer ul.address li dl dt a small {
    display: inline-block;
    line-height: 21px;
    font-size: 12px;
    font-family: "Geologica";
    font-weight: 700;
  }
  body footer ul.address li dl dd {
    line-height: 27px;
    font-size: 15px;
  }
  body footer ul.logos {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body footer ul.logos li {
    width: 50%;
  }
  body footer ul.logos li.knot img {
    max-width: 400px;
  }
  body footer ul.logos li.brandtaiken img {
    max-width: 450px;
  }
  body footer ul.footer_links {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
  }
  body footer ul.footer_links li a {
    display: block;
    line-height: 28px;
    font-size: 15px;
  }
  body footer p.copyright {
    float: right;
    line-height: 28px;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #E60012;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100vw;
    letter-spacing: 5%;
  }
  body main article {
    overflow: hidden;
  }
  body main article section {
    padding: 100px 0;
    position: relative;
  }
  body main article section .inner {
    padding: 0 25px;
    z-index: 1;
    position: relative;
  }
  body main article section .inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body main article section h2.common {
    margin-bottom: 50px;
  }
  body main article section h2.common.sub {
    text-align: center;
  }
  body main article section h2.common.sub span {
    font-size: 35px;
  }
  body main article section h2.common span, body main article section h2.common small {
    display: block;
  }
  body main article section h2.common span {
    line-height: 160%;
    font-size: 35px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article section h2.common small {
    line-height: 180%;
    font-size: 13px;
    font-weight: 500;
  }
  body main article section .clients {
    padding-top: 100px;
  }
  body main article section .clients h3 {
    margin-bottom: 50px;
    line-height: 160%;
    font-size: 30px;
    font-family: "Montserrat";
    font-weight: 800;
  }
  body main article section .clients ul.client_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 8.4615384615%;
    flex-wrap: wrap;
  }
  body main article section .clients ul.client_list li {
    width: 27.6923076923%;
  }
  body main article section .clients ul.client_list li img {
    width: 100%;
  }
  body main article section p.read_more {
    width: 120px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    border: 1px solid #E60012;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
  }
  body main article section p.read_more span {
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #E60012;
  }
  body main article section p.read_more {
    /*
    &>span{
    	width: calc(90px * 3);
    	display: flex;
    	justify-content: space-between;
    	align-items: center;

    	&>span{
    		display: block;
    		text-align: center;
    		line-height: 38px;
    		font-size: 15px;
    		color: #E60012;
    	}
    }
    */
  }
  body main article section .detail_btn {
    overflow: hidden;
  }
  body main article section .detail_btn.white a {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  body main article section .detail_btn.white a span:after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(92%) saturate(0%) hue-rotate(51deg) brightness(101%) contrast(100%);
  }
  body main article section .detail_btn.black a {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  body main article section .detail_btn.black a span:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  body main article section .detail_btn a {
    margin: 0 auto;
    padding: 0 15px;
    width: 170px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 25px;
  }
  body main article section .detail_btn a[target=_blank] span:after {
    width: 19px;
    height: 15px;
    background-image: url("../image/common/icon_blank.svg");
    top: calc(50% - 7.5px);
    right: 0;
  }
  body main article section .detail_btn a span {
    padding-right: 70px;
    position: relative;
    display: block;
    line-height: 160%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
  }
  body main article section .detail_btn a span:after {
    content: "";
    width: 26px;
    height: 4px;
    display: block;
    background: url("../image/common/icon_arrow_next.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
  }
  body main article section .works_carousel {
    margin-left: -25px;
    margin-bottom: 75px;
    width: 100vw;
  }
  body main article section .works_carousel ul.slider {
    overflow: hidden;
  }
  body main article section .works_carousel ul.slider .slick-list li {
    margin: 0 5px;
    width: 325px;
    height: 430px;
    padding: 10px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 20px;
    float: left;
  }
  body main article section .works_carousel ul.slider .slick-list li a {
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  body main article section .works_carousel ul.slider .slick-list li a .thumb {
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 600/450;
    overflow: hidden;
    border-radius: 10px;
  }
  body main article section .works_carousel ul.slider .slick-list li a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main article section .works_carousel ul.slider .slick-list li a h3 {
    margin-bottom: 10px;
    line-height: 160%;
    font-size: 20px;
    font-weight: 600;
  }
  body main article section .works_carousel ul.slider .slick-list li a p.concept {
    line-height: 180%;
    font-size: 13px;
    font-weight: 500;
  }
  body main article section .works_carousel ul.slider .slick-dots {
    margin: 50px auto 0 auto;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body main article section .works_carousel ul.slider .slick-dots li {
    width: 100%;
  }
  body main article section .works_carousel ul.slider .slick-dots li button {
    width: 100%;
    height: 3px;
    display: block;
    background: #EBEBEB;
    text-indent: -9999px;
    cursor: pointer;
  }
  body main article section .works_carousel ul.slider .slick-dots li.slick-active button {
    background: #E60012;
  }
  body main article section ul.link_list li {
    margin-bottom: 20px;
  }
  body main article section ul.link_list li a {
    padding: 10px 10px 45px 10px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
  }
  body main article section ul.link_list li a:after {
    content: "";
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body main article section ul.link_list li a span.thumb {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    aspect-ratio: 300/170;
    overflow: hidden;
    border-radius: 10px;
  }
  body main article section ul.link_list li a span.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body main article section ul.link_list li a h4 {
    line-height: 160%;
  }
  body main article section ul.link_list li a h4 small, body main article section ul.link_list li a h4 span {
    display: block;
  }
  body main article section ul.link_list li a h4 small {
    font-size: 15px;
    font-weight: 500;
  }
  body main article section ul.link_list li a h4 span {
    font-size: 20px;
    font-weight: 700;
  }
  body main article section ul.link_list li a p.text {
    margin-top: 10px;
    line-height: 180%;
    font-size: 15px;
    font-weight: 500;
  }
  body main article section.content {
    padding-top: 0;
  }
  body main article section.content hgroup {
    margin-bottom: 50px;
    padding-top: 40px;
  }
  body main article section.content hgroup h1 {
    line-height: 160%;
    font-size: 50px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article section.content hgroup p {
    line-height: 180%;
    font-size: 15px;
  }
  body main article section.content nav.taxonomy {
    margin-bottom: 68px;
  }
  body main article section.content nav.taxonomy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  body main article section.content nav.taxonomy ul li a, body main article section.content nav.taxonomy ul li button {
    padding: 0 20px;
    display: inline-block;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 16px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat";
    cursor: pointer;
  }
  body main article section.content nav.taxonomy ul li a.active, body main article section.content nav.taxonomy ul li button.active {
    background: #E60012;
    border-color: #E60012;
    color: #ffffff;
  }
  body main article aside.contact {
    padding: 100px 0;
    background: #E60012;
  }
  body main article aside.contact hgroup {
    margin-bottom: 75px;
    text-align: center;
    color: #ffffff;
  }
  body main article aside.contact hgroup h2 {
    line-height: 160%;
    font-size: 35px;
    font-weight: 800;
    font-family: "Montserrat";
  }
  body main article aside.contact hgroup p {
    line-height: 180%;
    font-size: 15px;
  }
  body main article aside.contact p.btn {
    margin-bottom: 65px;
  }
  body main article aside.contact p.btn a {
    margin: 0 auto;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    line-height: 150%;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 800;
    color: #000000;
  }
  body main article aside.contact ul.tel li {
    margin-bottom: 50px;
  }
  body main article aside.contact ul.tel li:last-child {
    margin-bottom: 0;
  }
  body main article aside.contact ul.tel li a {
    display: block;
    color: #ffffff;
  }
  body main article aside.contact ul.tel li a dl {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
  }
  body main article aside.contact ul.tel li a dl dt {
    line-height: 160%;
    font-size: 20px;
  }
  body main article aside.contact ul.tel li a dl dd {
    line-height: 150%;
    font-size: 15px;
  }
  body main.top header, body main.service header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body main.top header nav p.menu button > span,
  body main.top header nav p.menu button:before,
  body main.top header nav p.menu button:after, body main.service header nav p.menu button > span,
  body main.service header nav p.menu button:before,
  body main.service header nav p.menu button:after {
    background: #ffffff;
  }
  body main.top header nav.show p.menu button > span,
  body main.top header nav.show p.menu button:before,
  body main.top header nav.show p.menu button:after, body main.service header nav.show p.menu button > span,
  body main.service header nav.show p.menu button:before,
  body main.service header nav.show p.menu button:after {
    background: #000000;
  }
  body header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  body header p.logo {
    padding: 10px 0 40px 10px;
    position: relative;
    z-index: 3;
  }
  body header p.logo img {
    width: auto;
    height: 30px;
  }
  body header nav {
    height: 100%;
  }
  body header nav.show p.menu button > span {
    opacity: 0;
  }
  body header nav.show p.menu button:before {
    transform: rotate(30deg);
    top: 20px;
  }
  body header nav.show p.menu button:after {
    transform: rotate(-30deg);
    top: 20px;
  }
  body header nav p.contact {
    margin-right: 55px;
    padding-top: 6px;
  }
  body header nav p.contact a {
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150%;
    font-size: 11px;
    font-family: "Geologica";
    font-weight: 700;
    color: #E60012;
  }
  body header nav p.menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  body header nav p.menu button {
    width: 55px;
    height: 100%;
    display: block;
    position: relative;
    background: transparent;
  }
  body header nav p.menu button > span {
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    background: #000000;
  }
  body header nav p.menu button > span span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
  }
  body header nav p.menu button:before, body header nav p.menu button:after {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 10px;
    background: #000000;
  }
  body header nav p.menu button:before {
    top: 15px;
  }
  body header nav p.menu button:after {
    top: 25px;
  }
  body header nav .menu_list {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../image/common/bg_menu_sp.svg") no-repeat right bottom/cover;
    display: none;
  }
  body header nav .menu_list .scroll {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body header nav .menu_list ul {
    padding-top: 75px;
    padding-bottom: 150px;
  }
  body header nav .menu_list ul li {
    margin-bottom: 5px;
    position: relative;
  }
  body header nav .menu_list ul li a {
    padding: 10px 50px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 160%;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
  }
  body header nav .menu_list ul li a[target=_blank] {
    padding-right: 40px;
  }
  body header nav .menu_list ul li a[target=_blank]:after {
    content: "";
    width: 15px;
    height: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body header nav .menu_list ul li.contact a {
    color: #E60012;
  }
  body footer {
    padding: 45px 0 28px 0;
    width: 100%;
    background: #FFFFFF;
  }
  body footer .inner {
    padding: 0 25px;
  }
  body footer nav {
    margin-bottom: 90px;
  }
  body footer nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  body footer nav ul li {
    width: calc(50% - 12px);
    position: relative;
  }
  body footer nav ul li a {
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 160%;
    font-size: 20px;
    letter-spacing: 5%;
    color: #000000;
  }
  body footer nav ul li a[target=_blank] {
    padding-right: 28px;
  }
  body footer nav ul li a[target=_blank]:after {
    content: "";
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    background: url("../image/common/icon_blank.svg") no-repeat center center/contain;
  }
  body footer ul.address {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  body footer ul.address li {
    width: 50%;
  }
  body footer ul.address li dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6.5px;
  }
  body footer ul.address li dl dt span {
    display: block;
    line-height: 150%;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 600;
  }
  body footer ul.address li dl dt a {
    padding-left: 24px;
    position: relative;
  }
  body footer ul.address li dl dt a:before {
    content: "";
    width: 15px;
    height: 17.5px;
    display: block;
    background: url("../image/common/icon_map_pin.svg") no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: calc(50% - 7.5px);
  }
  body footer ul.address li dl dt a small {
    display: inline-block;
    line-height: 17.5px;
    font-size: 10px;
    font-family: "Geologica";
    font-weight: 700;
  }
  body footer ul.address li dl dd {
    line-height: 180%;
    font-size: 10px;
  }
  body footer ul.logos {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
  }
  body footer ul.logos li {
    width: calc(50% - 17px);
  }
  body footer ul.logos li.knot img {
    width: 100%;
  }
  body footer ul.logos li.brandtaiken img {
    width: 90%;
  }
  body footer ul.footer_links {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body footer ul.footer_links li {
    width: 50%;
  }
  body footer ul.footer_links li a {
    display: block;
    text-align: center;
    line-height: 180%;
    font-size: 11px;
  }
  body footer p.copyright {
    float: right;
    line-height: 150%;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #E60012;
  }
  .pc {
    display: none !important;
  }
}