* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* remember: box-sizing is not supported by IE7 :( */
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  min-width: 1px; }

ul {
  font-size: 0px;
  list-style-type: none; }

blockquote, q {
  quotes: none; }

a {
  text-decoration: none;
  color: inherit; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

input, button, textarea, select {
  font-size: 16px;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%; }

img {
  width: 100%; }

figure {
  font-size: 0; }

.bgimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

div, ul, li, span, p, h1, h2, h3, h4, figure, a, img, input, select, .fa, a:after, a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

p, h1, h2, h3, h4, h5 {
  display: block;
  position: relative; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  display: inline-block; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.inline {
  display: inline-block; }

.block {
  display: block; }

.wrapper {
  overflow: hidden; }

span {
  display: inline-block; }

main {
  height: 100%; }
main article {
  height: 100%; }

section {
  position: relative; }

i {
  line-height: 1; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*
-------------------------------------------
COLOR
-------------------------------------------
*/
/* white */
/* blk */
/* gray */
.wh {
  color: white; }

.wh90 {
  color: rgba(255, 255, 255, 0.9); }

.wh80 {
  color: rgba(255, 255, 255, 0.8); }

.wh70 {
  color: rgba(255, 255, 255, 0.7); }

.wh60 {
  color: rgba(255, 255, 255, 0.6); }

.wh50 {
  color: rgba(255, 255, 255, 0.5); }

.wh40 {
  color: rgba(255, 255, 255, 0.4); }

.wh30 {
  color: rgba(255, 255, 255, 0.3); }

.wh20 {
  color: rgba(255, 255, 255, 0.2); }

.wh10 {
  color: rgba(255, 255, 255, 0.1); }

.blk {
  color: black; }

.blk90 {
  color: rgba(0, 0, 0, 0.9); }

.blk80 {
  color: rgba(0, 0, 0, 0.8); }

.blk70 {
  color: rgba(0, 0, 0, 0.7); }

.blk60 {
  color: rgba(0, 0, 0, 0.6); }

.blk50 {
  color: rgba(0, 0, 0, 0.5); }

.blk40 {
  color: rgba(0, 0, 0, 0.4); }

.blk30 {
  color: rgba(0, 0, 0, 0.3); }

.blk20 {
  color: rgba(0, 0, 0, 0.2); }

.blk10 {
  color: rgba(0, 0, 0, 0.1); }

.blk5 {
  color: rgba(0, 0, 0, 0.05); }

.bg-wh {
  background-color: white; }

.bg-wh90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-wh80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-wh70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-wh60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-wh50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-wh40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-wh30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-wh20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-wh10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-blk {
  background-color: black; }

.bg-blk90 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-blk80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-blk70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-blk60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-blk50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-blk40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-blk30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-blk20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-blk10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-blk5 {
  background-color: rgba(0, 0, 0, 0.05); }

/*
-------------------------------------------
Font 
-------------------------------------------
*/
html, body {
  font-family: sans-serif;
  font-size: 1vw;
  line-height: 1.65;
  letter-spacing: 0px;
  background-color: white;
  color: black;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1; }

body.gothic-s {
  font-family: 'DM Sans','Noto Sans JP',sans-serif; }

body.gothic-r {
  font-family: 'Outfit','Noto Serif JP',sans-serif; }

body.mincho {
  font-family: 'Bodoni Moda','Noto Serif JP',sans-serif; }

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 3vw;
    line-height: 1.8; } }
/*
-------------------------------------------
display-system
-------------------------------------------
*/
.flex {
  display: flex !important; }

.f-start {
  justify-content: flex-start; }

.f-end {
  justify-content: flex-end; }

.f-center {
  justify-content: center; }

.f-space {
  justify-content: space-between; }

.a-start {
  align-items: start; }

.a-center {
  align-items: center; }

.a-end {
  align-items: end; }

.a-stretch {
  align-items: stretch; }

.f-wrap {
  flex-wrap: wrap; }

.f-l-wrap {
  flex-wrap: wrap-reverse; }

.f-column {
  flex-flow: column; }

@media only screen and (max-width: 768px) {
  .f-center-sp {
    justify-content: center; }

  .f-wrap-sp {
    flex-wrap: wrap; }

  .f-l-wrap-sp {
    flex-wrap: wrap-reverse; } }
/*
-------------------------------------------
text
-------------------------------------------
*/
.x10l-text {
  font-size: 3.6vw; }

.x9l-text {
  font-size: 3.2vw; }

.x8l-text {
  font-size: 2.8vw; }

.x6l-text {
  font-size: 2.4vw; }

.x5l-text {
  font-size: 2vw; }

.x4l-text {
  font-size: 1.8vw; }

.xxxl-text {
  font-size: 1.6vw; }

.xxl-text {
  font-size: 1.5vw; }

.xl-text {
  font-size: 1.4vw; }

.l-text {
  font-size: 1.3vw; }

.m-text {
  font-size: 1.2vw; }

.text {
  font-size: 1.1vw; }

.s-text {
  font-size: 1vw; }

.xs-text {
  font-size: .9vw; }

.fw600 {
  font-weight: 600; }

.fw500 {
  font-weight: 500; }

.fw400 {
  font-weight: 400; }

.lh-l {
  line-height: 1.8; }

.lh-s {
  line-height: 1.4; }

.lh-xs {
  line-height: 1.2; }

.lh-1 {
  line-height: 1; }

/*.ornament{
	position: relative;
	line-height: 1;
	&:before{
		content: "";
		display: block;
		width: .2vw;
		height: .2vw;
		background-color: $str;
		position: absolute;
		top: -0.1vw;
		bottom: 0;
		margin: auto;
		left: -1.2vw;
	}	
}*/
@media only screen and (max-width: 768px) {
  .x10l-text {
    font-size: 10.8vw;
    line-height: 1.5; }

  .x9l-text {
    font-size: 9.6vw;
    line-height: 1.5; }

  .x8l-text {
    font-size: 8.4vw;
    line-height: 1.5; }

  .x6l-text {
    font-size: 7.2vw;
    line-height: 1.5; }

  .x5l-text {
    font-size: 6vw;
    line-height: 1.5; }

  .x4l-text {
    font-size: 5.4vw;
    line-height: 1.5; }

  .xxxl-text {
    font-size: 4.8vw;
    line-height: 1.5; }

  .xxl-text {
    font-size: 4.5vw;
    line-height: 1.5; }

  .xl-text {
    font-size: 4.2vw;
    line-height: 1.5; }

  .l-text {
    font-size: 3.9vw; }

  .m-text {
    font-size: 3.6vw; }

  .text {
    font-size: 3.3vw; }

  .s-text {
    font-size: 3.2vw; }

  .xs-text {
    font-size: 3vw; }

  .sp-x10l-text {
    font-size: 10.8vw !important; }

  .sp-x9l-text {
    font-size: 9.6vw !important; }

  .sp-x8l-text {
    font-size: 8.4vw !important; }

  .sp-x6l-text {
    font-size: 7.2vw !important; }

  .sp-x5l-text {
    font-size: 6vw !important; }

  .sp-x4l-text {
    font-size: 5.4vw !important; }

  .sp-xxxl-text {
    font-size: 4.8vw !important; }

  .sp-xxl-text {
    font-size: 4.5vw !important; }

  .sp-xl-text {
    font-size: 4.2vw !important; }

  .sp-l-text {
    font-size: 3.9vw !important; }

  .sp-m-text {
    font-size: 3.6vw !important; }

  .sp-text {
    font-size: 3.3vw !important; }

  .sp-s-text {
    font-size: 3.2vw !important; }

  .sp-xs-text {
    font-size: 3vw !important; }

  .lh-l {
    line-height: 1.8; }

  .lh-s {
    line-height: 1.4; }

  .lh-xs {
    line-height: 1.2; }

  .lh-1 {
    line-height: 1; } }
/*
-------------------------------------------
title
-------------------------------------------
*/
.title-s {
  gap: .8vw; }
.title-s .ornament {
  width: .2vw;
  height: .2vw; }

.section-title .title-s {
  position: relative;
  left: -0.8vw; }

@media only screen and (max-width: 768px) {
  .title-s {
    gap: 2.4vw; }
  .title-s .ornament {
    width: 1vw;
    height: 1vw; }

  .section-title .title-s {
    position: relative;
    left: -3.2vw; } }
/*
-------------------------------------------
content
-------------------------------------------
*/
.content-col2 .box {
  width: 46%; }

/*
-------------------------------------------
inner
-------------------------------------------
*/
.xl-inner {
  width: 92vw;
  margin: 0 auto;
  position: relative; }

.l-inner {
  width: 86vw;
  margin: 0 auto;
  position: relative; }

.m-inner {
  width: 80vw;
  margin: 0 auto;
  position: relative; }

.s-inner {
  width: 74vw;
  margin: 0 auto;
  position: relative; }

.xs-inner {
  width: 62vw;
  margin: 0 auto;
  position: relative; }

@media only screen and (max-width: 768px) {
  .xl-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .l-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .m-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .s-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; }

  .xs-inner {
    width: 88vw;
    margin: 0 auto;
    position: relative; } }
/*
-------------------------------------------
Appearance
-------------------------------------------
*/
/* radius */
.rad {
  border-radius: .8vw;
  -webkit-border-radius: .8vw; }

.rad-s {
  border-radius: .6vw;
  -webkit-border-radius: .6vw; }

.rad-xs {
  border-radius: .4vw;
  -webkit-border-radius: .4vw; }

.rad-cir {
  border-radius: 1000px;
  -webkit-border-radius: 1000px; }

/* shadow */
.shadow {
  box-shadow: 0px 1.2vw 3.6vw 0px rgba(0, 0, 0, 0.05); }

/* border */
.border-bottom-wh10 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.border-bottom-blk10 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* opacity */
.opa-l {
  opacity: 0.25; }

.opa {
  opacity: 0.5; }

.opa-s {
  opacity: 0.75; }

.hidden {
  display: none; }

/* align */
.t-center {
  text-align: center; }

/* other */
.ovh {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .rad {
    border-radius: 2.4vw;
    -webkit-border-radius: 2.4vw; }

  .rad-s {
    border-radius: 1.8vw;
    -webkit-border-radius: 1.8vw; }

  .rad-xs {
    border-radius: 1.2vw;
    -webkit-border-radius: 1.2vw; }

  .shadow {
    box-shadow: 0px 2.4vw 7.2vw 0px rgba(0, 0, 0, 0.05); }

  .t-center-sp {
    text-align: center !important; } }
/*
-------------------------------------------
Margin & Padding
-------------------------------------------
*/
.sec-pt-l {
  padding-top: 8vw; }

.sec-pt {
  padding-top: 6.4vw; }

.sec-pt-s {
  padding-top: 4.8vw; }

.sec-pb-l {
  padding-bottom: 8vw; }

.sec-pb {
  padding-bottom: 6.4vw; }

.sec-pb-s {
  padding-bottom: 4.8vw; }

.pt-xl {
  padding-top: 3.6vw; }

.pt-l {
  padding-top: 2.8vw; }

.pt {
  padding-top: 2vw; }

.pt-s {
  padding-top: 1.2vw; }

.pb-xl {
  padding-bottom: 3.6vw; }

.pb-l {
  padding-bottom: 2.8vw; }

.pb {
  padding-bottom: 2vw; }

.pb-s {
  padding-bottom: 1.2vw; }

.pad-xl {
  padding: 3.6vw; }

.pad-l {
  padding: 2.8vw; }

.pad {
  padding: 2vw; }

.pad-s {
  padding: 1.2vw; }

.mb-xxxl {
  margin-bottom: 6vw; }

.mb-xxl {
  margin-bottom: 4.8vw; }

.mb-xl {
  margin-bottom: 3.6vw; }

.mb-l {
  margin-bottom: 2.8vw; }

.mb {
  margin-bottom: 2vw; }

.mb-s {
  margin-bottom: 1.2vw; }

.mb-xs {
  margin-bottom: .8vw; }

.mb-xxs {
  margin-bottom: .4vw; }

.mt-xxxl {
  margin-top: 6vw; }

.mt-xxl {
  margin-top: 4.8vw; }

.mt-xl {
  margin-top: 3.6vw; }

.mt-l {
  margin-top: 2.8vw; }

.mt {
  margin-top: 2vw; }

.mt-s {
  margin-top: 1.2vw; }

.mt-xs {
  margin-top: .8vw; }

.mt-xxs {
  margin-top: .4vw; }

@media only screen and (max-width: 768px) {
  .sec-pt-l {
    padding-top: 24vw; }

  .sec-pt {
    padding-top: 14.4vw; }

  .sec-pt-s {
    padding-top: 14.4vw; }

  .sec-pb-l {
    padding-bottom: 24vw; }

  .sec-pb {
    padding-bottom: 14.4vw; }

  .sec-pb-s {
    padding-bottom: 14.4vw; }

  .pt-xl {
    padding-top: 10.8vw; }

  .pt-l {
    padding-top: 8.4vw; }

  .pt {
    padding-top: 6vw; }

  .pt-s {
    padding-top: 3.6vw; }

  .pb-xl {
    padding-bottom: 10.8vw; }

  .pb-l {
    padding-bottom: 8.4vw; }

  .pb {
    padding-bottom: 6vw; }

  .pb-s {
    padding-bottom: 3.6vw; }

  .pad-xl {
    padding: 10.8vw; }

  .pad-l {
    padding: 8.4vw; }

  .pad {
    padding: 4vw 4.8vw; }

  .pad-s {
    padding: 3.6vw; }

  .mb-xxxl {
    margin-bottom: 18vw; }

  .mb-xxl {
    margin-bottom: 14.4vw; }

  .mb-xl {
    margin-bottom: 10.8vw; }

  .mb-l {
    margin-bottom: 8.4vw; }

  .mb {
    margin-bottom: 6vw; }

  .mb-s {
    margin-bottom: 3.6vw; }

  .mb-xs {
    margin-bottom: 2.4vw; }

  .mb-xxs {
    margin-bottom: 1.2vw; }

  .mt-xxxl {
    margin-top: 18vw; }

  .mt-xxl {
    margin-top: 14.4vw; }

  .mt-xl {
    margin-top: 10.8vw; }

  .mt-l {
    margin-top: 8.4vw; }

  .mt {
    margin-top: 6vw; }

  .mt-s {
    margin-top: 3.6vw; }

  .mt-xs {
    margin-top: 2.4vw; }

  .mt-xxs {
    margin-top: 1.2vw; }

  .mb-xxxl-sp {
    margin-bottom: 18vw !important; }

  .mb-xxl-sp {
    margin-bottom: 14.4vw !important; }

  .mb-xl-sp {
    margin-bottom: 10.8vw !important; }

  .mb-l-sp {
    margin-bottom: 8.4vw !important; }

  .mb-sp {
    margin-bottom: 6vw !important; }

  .mb-s-sp {
    margin-bottom: 3.6vw !important; }

  .mb-xs-sp {
    margin-bottom: 2.4vw !important; }

  .mb-xxs-sp {
    margin-bottom: 1.2vw !important; } }
/*
-------------------------------------------
Btn
-------------------------------------------
*/
.icon-arrow {
  width: 2vw;
  height: 2vw; }
.icon-arrow i {
  font-size: .6vw; }

.icon-arrow-l {
  width: 2.8vw;
  height: 2.8vw; }
.icon-arrow-l i {
  font-size: .8vw; }

.icon-arrow-wh {
  border: 1px solid rgba(255, 255, 255, 0.2); }
.icon-arrow-wh i {
  color: white; }

.btn {
  color: white;
  line-height: 1;
  padding: 1vw 1.4vw 1vw 1.2vw;
  line-height: 1; }
.btn > div {
  gap: .8vw; }
.btn:hover .icon-arrow {
  border: 1px solid white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }
.btn:hover span {
  opacity: .6; }

.btn-text02 {
  padding: 0; }

.btn-sub {
  background-color: white;
  color: black; }
.btn-sub .icon-arrow {
  border: 1px solid rgba(0, 0, 0, 0.3); }
.btn-sub .icon-arrow i {
  color: black; }
.btn-sub:hover {
  background-color: rgba(255, 255, 255, 0.9); }
.btn-sub:hover .icon-arrow {
  border: 1px solid black;
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }
.btn-sub:hover span {
  opacity: .6; }

.btn-product {
  padding: 1.4vw 1vw 1.4vw 1.4vw; }
.btn-product > div {
  gap: 1.2vw; }

.btn-text > div {
  gap: 1vw; }
.btn-text .circle {
  width: 2.4vw;
  height: 2.4vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  position: relative; }
.btn-text .circle .dot {
  width: 3px;
  height: 3px;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
.btn-text:hover .circle {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }
.btn-text:hover span {
  opacity: .6; }

.btn-text-product {
  border-bottom: 1px solid #eee; }
.btn-text-product > div {
  gap: .8vw; }
.btn-text-product > div span {
  line-height: 1; }
.btn-text-product .icon-arrow {
  border: 1px solid #eee;
  width: 2.4vw;
  height: 2.4vw; }
.btn-text-product .icon-arrow i {
  font-size: .6vw;
  color: black; }
.btn-text-product:hover {
  border-bottom: 1px solid black; }
.btn-text-product:hover .icon-arrow {
  border: 1px solid black; }
.btn-text-product:hover .icon-arrow i {
  font-size: .6vw; }
.btn-text-product:hover span {
  color: black; }

.btn-text-wh {
  color: white; }
.btn-text-wh .icon-arrow {
  border: 1px solid black;
  width: 2.4vw;
  height: 2.4vw; }
.btn-text-wh .icon-arrow i {
  color: white; }

@media only screen and (max-width: 768px) {
  .icon-arrow {
    width: 6vw;
    height: 6vw; }
  .icon-arrow i {
    font-size: 1.8vw; }

  .icon-arrow-l {
    width: 8.4vw;
    height: 8.4vw; }
  .icon-arrow-l i {
    font-size: 2.4vw; }

  .btn {
    padding: 3vw 4.2vw 3vw 3.6vw; }
  .btn > div {
    gap: 2.4vw; }
  .btn .icon-arrow {
    width: 6vw;
    height: 6vw; }
  .btn .icon-arrow i {
    font-size: 2vw; }

  .btn-text > div {
    gap: 3vw; }
  .btn-text .circle {
    width: 7.2vw;
    height: 7.2vw; }
  .btn-text .circle .dot {
    width: 6px;
    height: 6px; }
  .btn-text:hover .circle {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .btn-text:hover span {
    opacity: .6; }

  .btn-text-wh {
    color: white; }
  .btn-text-wh .icon-arrow {
    width: 7.2vw;
    height: 7.2vw; }
  .btn-text-wh .icon-arrow i {
    color: white; }

  .btn-product {
    padding: 4.2vw 4.2vw 4.2vw 4.2vw; }
  .btn-product > div {
    gap: 3.6vw; }

  .btn-text-product {
    border-bottom: 1px solid #eee; }
  .btn-text-product .icon-arrow {
    border: 1px solid #eee;
    width: 7.2vw;
    height: 7.2vw; }
  .btn-text-product .icon-arrow i {
    font-size: 1.8vw; }
  .btn-text-product:hover .icon-arrow i {
    font-size: 1.8vw; } }
header {
  padding: 2vw;
  width: 100%;
  position: fixed;
  z-index: 10000; }
header > div {
  padding: .8vw .8vw .8vw 2.4vw; }
header .nav {
  gap: 4.8vw; }
header .nav .logo {
  height: 2.4vw; }
header .nav .logo img {
  width: auto;
  height: 100%; }
header .nav .logo:hover {
  opacity: .5; }
header .nav ul {
  gap: 2vw; }
header .nav ul li a {
  line-height: 1.5; }
header .nav ul li a:hover {
  opacity: .5; }
header .btn {
  padding: .8vw 1.4vw .8vw 1.2vw; }

header.fixed {
  top: 0; }

@media only screen and (max-width: 768px) {
  header {
    padding: 4vw; }
  header > div {
    padding: 2vw 2vw 2vw 2.4vw; }
  header .nav {
    gap: 4.8vw; }
  header .nav .logo {
    height: 6.4vw; }
  header .cta {
    gap: 2.4vw; }

  .head-btn {
    padding: 3.2vw;
    height: 9vw;
    line-height: 1; }

  .menu-trigger {
    width: 8vw;
    height: 8vw;
    background-color: black;
    position: relative; }
  .menu-trigger span {
    width: 50%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out; }
  .menu-trigger span:nth-of-type(1) {
    top: -2vw; }
  .menu-trigger span:nth-of-type(2) {
    top: 2vw; }

  .sp-nav {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    left: -100%;
    top: 0;
    padding-top: 28vw;
    padding-left: 0; }
  .sp-nav ul {
    margin-bottom: 12vw; }
  .sp-nav ul li {
    margin-bottom: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .sp-nav ul li a {
    display: block;
    padding: 3vw 0 4.8vw;
    font-size: 4vw;
    font-weight: 500;
    color: white;
    line-height: 1; }
  .sp-nav .btn {
    width: 100%;
    gap: 5%; }

  .sp-nav.opend {
    left: 0 !important; }

  .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 0; }

  .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(45deg);
    top: 0; } }
/*
-------------------------------------------
FV
-------------------------------------------
*/
.fv {
  padding: 22vw 0 10vw; }
.fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4); }
.fv .m-inner {
  position: relative;
  z-index: 2; }
.fv .btn {
  display: inline-block; }
.fv .scroll {
  position: absolute;
  width: 6vw;
  right: -8vw;
  bottom: -11vw;
  opacity: 0.5; }

.index .fv:after {
  content: "";
  background-color: black;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }
.index .fv h1 {
  font-weight: bold;
  text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); }
.index .fv .en-title {
  font-size: 3.6vw;
  line-height: 1;
  text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); }

@media only screen and (max-width: 768px) {
  .fv {
    padding: 68vw 0 28vw;
    background-position: center; }
  .fv .m-text {
    font-size: 3.5vw;
    font-weight: 500; }
  .fv ul {
    gap: 3.6vw; }
  .fv .scroll {
    width: 20vw;
    right: -4vw;
    bottom: -32vw;
    opacity: 0.5; }

  .index .fv:after {
    opacity: .6; }
  .index .fv .en-title {
    font-size: 11.4vw;
    line-height: 1;
    text-shadow: 0px 0px 24px rgba(1, 18, 33, 0.4); } }
footer {
  background-color: black; }
footer .nav {
  gap: 4.8vw; }
footer .nav .logo {
  height: 2.4vw; }
footer .nav .logo img {
  width: auto;
  height: 100%; }
footer .nav .logo:hover {
  opacity: .5; }
footer .cta {
  gap: 1.2vw; }
footer .cta ul {
  margin-right: 2.4vw;
  gap: 2vw; }
footer .cta ul li a {
  line-height: 1.5;
  color: white; }
footer .cta ul li a:hover {
  opacity: .5; }
footer .cta .btn {
  display: inline-block; }
footer .copyright {
  color: white; }
footer .copyright p {
  opacity: .4; }
footer .copyright a {
  opacity: .4; }

@media only screen and (max-width: 768px) {
  footer {
    padding: 18vw 0 6vw !important; }
  footer .xl-inner {
    justify-content: center; }
  footer .nav {
    gap: 4.8vw;
    margin-bottom: 12vw; }
  footer .nav .logo {
    height: 8vw; }
  footer .mb-l {
    margin-bottom: 4vw; }
  footer .cta {
    width: 100%;
    gap: 5%; }
  footer .cta ul {
    width: 100%;
    margin-right: 0;
    gap: 5%; }
  footer .cta ul li {
    width: 47.5%;
    margin-bottom: 4vw; }
  footer .cta ul li a {
    display: block;
    padding: 4vw 0;
    font-size: 3.8vw;
    line-height: 1.5;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  footer .head-btn-sub {
    width: 47.5%;
    font-size: 3.6vw;
    padding: 4.8vw 0;
    text-align: center; }
  footer .head-btn {
    width: 47.5%;
    font-size: 3.6vw;
    padding: 4.8vw 0;
    text-align: center;
    height: auto; }
  footer .copyright {
    padding-top: 12vw;
    color: white; }
  footer .copyright .xl-inner {
    justify-content: space-between; }
  footer .copyright .s-text {
    font-size: 2.8vw; }
  footer .copyright p {
    opacity: .4; }
  footer .copyright a {
    opacity: .4; } }
/*
-------------------------------------------
comp-col2-block
-------------------------------------------
*/
.comp-col2 .box {
  width: 46%; }

.index .comp-col2 .m-inner {
  width: 70vw; }

@media only screen and (max-width: 768px) {
  .comp-col2 .box {
    width: 100%; }

  .index .comp-col2 .m-inner {
    width: 88vw; } }
/*
-------------------------------------------
comp-top-service
-------------------------------------------
*/
.comp-top-service .overview {
  width: 40%; }
.comp-top-service .slider-col1 li .box {
  width: 55%; }
.comp-top-service .slider-col1 li .box .thumbnail {
  height: 100%; }
.comp-top-service .slider-col1 li .box-image {
  width: 45%; }
.comp-top-service .slider-col2 .thumbnail {
  height: 20vw; }
.comp-top-service .slider-col2 .content {
  padding: 3.2vw 3.2vw 3.2vw; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide .box {
  height: 100%; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide .thumbnail {
  height: 16vw; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide .content {
  padding: 3.2vw 3.2vw 3.2vw; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide-prev {
  opacity: 0; }
.comp-top-service .swiper-container .swiper-wrapper .swiper-slide-duplicate-prev {
  opacity: 0.5; }
.comp-top-service .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .comp-top-service .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .comp-top-service .swiper-container .swiper-pagination-custom, .comp-top-service .swiper-container .swiper-pagination-fraction {
  bottom: -24px; }
.comp-top-service .swiper-container .swiper-pagination-bullet {
  background-color: white; }

@media only screen and (max-width: 768px) {
  .comp-top-service .overview {
    width: 100%; }
  .comp-top-service .slider-col1 li .box {
    width: 100%; }
  .comp-top-service .slider-col1 li .box .thumbnail {
    height: 40vw; }
  .comp-top-service .slider-col1 li .pad-xl {
    padding: 8vw 6vw; }
  .comp-top-service .slider-col1 li .box-image {
    width: 100%; }
  .comp-top-service .slider-col2 .thumbnail {
    height: 40vw; }
  .comp-top-service .slider-col2 .content {
    padding: 8vw 8vw 8vw; }
  .comp-top-service .swiper-container .swiper-wrapper .swiper-slide .box {
    height: 100%; }
  .comp-top-service .swiper-container .swiper-wrapper .swiper-slide .thumbnail {
    height: 36vw; }
  .comp-top-service .swiper-container .swiper-wrapper .swiper-slide .content {
    padding: 6.4vw 6.4vw 6.4vw; } }
/*
-------------------------------------------
comp-board-member
-------------------------------------------
*/
.comp-board-member .slider-col2 .thumbnail {
  height: 20vw; }
.comp-board-member .content h4 {
  margin-right: .6vw; }
.comp-board-member .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
.comp-board-member .swiper-container .swiper-wrapper .swiper-slide .box {
  height: 100%; }
.comp-board-member .swiper-container .swiper-wrapper .swiper-slide .thumbnail {
  height: 16vw; }
.comp-board-member .swiper-container .swiper-wrapper .swiper-slide-prev {
  opacity: 0; }
.comp-board-member .swiper-container .swiper-wrapper .swiper-slide-duplicate-prev {
  opacity: 0.5; }
.comp-board-member .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .comp-board-member .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .comp-board-member .swiper-container .swiper-pagination-custom, .comp-board-member .swiper-container .swiper-pagination-fraction {
  bottom: -24px; }
.comp-board-member .swiper-container .swiper-pagination-bullet {
  background-color: white; }

@media only screen and (max-width: 768px) {
  .comp-board-member .slider-col2 .thumbnail {
    height: 40vw; }
  .comp-board-member .slider-col2 li {
    margin-bottom: 12vw; }
  .comp-board-member .slider-col2 li:last-child {
    margin-bottom: 0 !important; }
  .comp-board-member .content h4 {
    margin-right: 1.8vw; }
  .comp-board-member .swiper-container .swiper-wrapper .swiper-slide .box {
    height: 100%; }
  .comp-board-member .swiper-container .swiper-wrapper .swiper-slide .thumbnail {
    height: 36vw; } }
/*
-------------------------------------------
comp-news-block
-------------------------------------------
*/
.top-news {
  top: -4vw;
  margin-bottom: -4vw; }
.top-news .m-inner {
  background-color: white;
  z-index: 10; }
.top-news .top-news-inner {
  padding: 4vw 4.8vw 4vw; }
.top-news .top-news-inner .head {
  width: 20%;
  position: relative; }
.top-news .top-news-inner .head .btn-text {
  position: absolute;
  left: -1.2vw;
  bottom: 1.2vw; }
.top-news .top-news-inner .content {
  width: 70%; }
.top-news .top-news-inner .content ul li {
  margin-bottom: 1.6vw; }
.top-news .top-news-inner .content ul li a {
  gap: 1.2vw; }
.top-news .top-news-inner .content ul li a span {
  line-height: 1; }
.top-news .top-news-inner .content ul li a .post-title {
  color: black;
  line-height: 1; }
.top-news .top-news-inner .content ul li:last-child {
  margin-bottom: 0 !important; }
.top-news .news-link {
  height: 100%;
  width: 13%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  gap: .8vw; }

@media only screen and (max-width: 768px) {
  .top-news {
    top: -10vw;
    margin-bottom: -10vw; }
  .top-news .m-inner {
    width: 92vw; }
  .top-news .top-news-inner {
    padding: 10vw 8vw 12vw; }
  .top-news .top-news-inner .head {
    width: 100%;
    padding: 0vw 0; }
  .top-news .top-news-inner .head .btn-text {
    position: absolute;
    left: auto;
    right: 0;
    bottom: -1vw; }
  .top-news .top-news-inner .content {
    width: 70%;
    padding: 8vw 0 0;
    border-left: 0px solid #eee;
    padding-left: 0%; }
  .top-news .top-news-inner .content ul li {
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .top-news .top-news-inner .content ul li a {
    align-items: start;
    gap: 2.4vw;
    width: 100%;
    display: block; }
  .top-news .top-news-inner .content ul li a span {
    line-height: 1; }
  .top-news .top-news-inner .content ul li a .post-title {
    width: 100%;
    position: relative;
    top: -0.6vw;
    line-height: 1.5; }
  .top-news .top-news-inner .content ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0vw;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1); }
  .top-news .top-news-inner .box-bottom {
    padding-bottom: 6vw;
    margin-bottom: 8vw; }
  .top-news .news-link {
    width: 25%;
    gap: 2.4vw; } }
/*
-------------------------------------------
comp-jobs-list
-------------------------------------------
*/
.comp-jobs-list .title .icon-arrow {
  transform: scale(1.2); }
.comp-jobs-list .content-num .cl-content {
  height: 0;
  padding: 0vw 2vw;
  margin-bottom: 2vw;
  overflow: hidden; }
.comp-jobs-list .active .title .icon-arrow {
  transform: rotate(180deg); }
.comp-jobs-list .active .cl-content {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .comp-jobs-list .content-num .cl-content {
    padding: 0vw 0vw;
    margin-bottom: 4vw; } }
/*
-------------------------------------------
top-contact-form
-------------------------------------------
*/
.form-content a {
  text-decoration: underline; }
.form-content ul li {
  margin-bottom: 2vw; }
.form-content ul li h4 {
  font-size: 1vw;
  font-weight: 500;
  width: 25%;
  line-height: 1;
  position: relative;
  top: 1.6vw; }
.form-content ul li h4 span {
  color: red;
  margin-left: .2vw; }
.form-content ul li .input {
  width: 75%; }
.form-content ul li .input span {
  display: block;
  width: 100%;
  font-size: 12px; }
.form-content input, .form-content select, .form-content textarea {
  font-size: 1vw;
  border-radius: .3vw;
  padding: 1.6vw;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  color: black; }
.form-content textarea {
  height: 20vw; }
.form-content .submit-area input[type="checkbox"] {
  display: inline-block;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: auto;
  margin-right: 0.8vw;
  width: 1.4vw;
  height: 1.4vw;
  position: relative;
  top: -0.1vw; }
.form-content .submit-area span {
  font-size: 1vw; }
.form-content .submit-area span a {
  color: black;
  text-decoration: underline;
  display: inline-block; }
.form-content .submit-area .wpcf7-submit {
  width: 100%;
  display: block; }
.form-content .submit-area input[type="submit"] {
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  background-color: black;
  width: 12vw;
  display: block;
  font-weight: bold !important;
  font-size: 1.2vw;
  margin: 2vw auto 0;
  color: white; }
.form-content .submit-area input[type="submit"]:disabled {
  opacity: 0.3; }

@media only screen and (max-width: 768px) {
  .comp-top-contact .xs-inner {
    width: 62vw;
    padding-top: 10.8vw;
    padding-bottom: 4vw; }

  .form-content ul {
    padding-left: 0 !important; }
  .form-content ul li {
    margin-bottom: 7.2vw; }
  .form-content ul li h4 {
    font-size: 3.4vw;
    font-weight: 500;
    width: 100%;
    line-height: 1;
    position: relative;
    top: 0vw;
    margin-bottom: 2.8vw; }
  .form-content ul li h4 span {
    color: red;
    margin-left: .6vw; }
  .form-content ul li .input {
    width: 100%; }
  .form-content input, .form-content select, .form-content textarea {
    font-size: 3.6vw;
    border-radius: .8vw;
    padding: 4.8vw; }
  .form-content textarea {
    height: 48vw; }
  .form-content .submit-area input[type="checkbox"] {
    margin-right: 3vw;
    width: 5vw;
    height: 5vw;
    position: relative;
    top: -0.3vw; }
  .form-content .submit-area span {
    font-size: 3vw; }
  .form-content .submit-area .wpcf7-submit {
    width: 100%;
    display: block; }
  .form-content .submit-area input[type="submit"] {
    width: 60vw;
    display: block;
    font-weight: 500;
    font-size: 3.4vw;
    margin: 6vw auto 0; }
  .form-content .submit-area input[type="submit"]:disabled {
    opacity: 0.3; } }
/*
-------------------------------------------
page-fv
-------------------------------------------
*/
.page-fv {
  padding: 13.2vw 0 7.6vw; }
.page-fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.page-fv .m-inner {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 768px) {
  .page-fv {
    padding: 28vw 0 15vw; } }
/*
-------------------------------------------
vision-mission
-------------------------------------------
*/
.comp-vision-mission .s-inner {
  width: 72vw; }
.comp-vision-mission .content:nth-last-of-type(1) {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  .comp-vision-mission .s-inner {
    width: 64vw; } }
/*
-------------------------------------------
company-outline
-------------------------------------------
*/
.comp-company-outline ul li {
  padding: 1.6vw 0; }

@media only screen and (max-width: 768px) {
  .comp-company-outline ul li {
    padding: 4.8vw 0; } }
/*
-------------------------------------------
company-access
-------------------------------------------
*/
.comp-access iframe {
  width: 100%;
  height: 28vw; }

@media only screen and (max-width: 768px) {
  .comp-access iframe {
    height: 72vw; }
  .comp-access .pt-l {
    padding-top: 0; } }
/*
-------------------------------------------
comp-col2-temp01
-------------------------------------------
*/
.comp-col2-temp01 ul li .box {
  width: 50%; }
.comp-col2-temp01 ul li .box .thumbnail {
  height: 100%; }
.comp-col2-temp01 ul li .box-content {
  padding: 4vw; }
.comp-col2-temp01 ul li .box-content hr {
  height: 2px;
  width: 4vw;
  border: none; }

@media only screen and (max-width: 768px) {
  .comp-col2-temp01 ul li .box {
    width: 100%; }
  .comp-col2-temp01 ul li .box .thumbnail {
    height: 48vw; }
  .comp-col2-temp01 ul li .box-content {
    padding: 8vw; }
  .comp-col2-temp01 ul li .box-content hr {
    width: 8vw; } }
/*
-------------------------------------------
comp-temp02
-------------------------------------------
*/
.comp-temp02 ul li .thumbnail {
  height: 14vw; }
.comp-temp02 ul li .content {
  padding: 2.4vw 2.4vw; }
.comp-temp02 ul.content-5050 li .thumbnail {
  height: 12vw; }
.comp-temp02 ul.content-5050 li .content {
  padding: 3.6vw 3.6vw; }

@media only screen and (max-width: 768px) {
  .comp-temp02 ul li .thumbnail {
    height: 36vw; }
  .comp-temp02 ul li .content {
    padding: 6vw; }
  .comp-temp02 ul li:last-child {
    margin-bottom: 0 !important; }
  .comp-temp02 ul.content-5050 li .thumbnail {
    height: 32vw; }
  .comp-temp02 ul.content-5050 li .content {
    padding: 8vw; } }
/*
-------------------------------------------
comp-temp03
-------------------------------------------
*/
.comp-temp03 ul li {
  padding: 4vw; }
.comp-temp03 ul li .box {
  width: 47%; }
.comp-temp03 ul li .box-content hr {
  height: 2px;
  width: 4vw;
  border: none; }
.comp-temp03 ul li:last-child {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  .comp-temp03 ul li {
    padding: 8vw; }
  .comp-temp03 ul li .box {
    width: 100%; }
  .comp-temp03 ul li .box-content hr {
    width: 8vw; }
  .comp-temp03 ul li:last-child {
    margin-bottom: 0 !important; } }
/*
-------------------------------------------
comp-temp04
-------------------------------------------
*/
.comp-temp04 ul li {
  padding: 0 4vw; }

@media only screen and (max-width: 768px) {
  .comp-temp04 ul li {
    padding: 0 0vw; } }
/*
-------------------------------------------
comp-temp05
-------------------------------------------
*/
.comp-temp05 .box-content {
  padding: 0 4vw; }
.comp-temp05 .box-content hr {
  height: 2px;
  width: 4vw;
  border: none; }

@media only screen and (max-width: 768px) {
  .comp-temp05 .box-content {
    padding: 0 0vw; }
  .comp-temp05 .box-content hr {
    width: 8vw; } }
/*
-------------------------------------------
comp-foot-links
-------------------------------------------
*/
.comp-foot-links a {
  position: relative; }
.comp-foot-links a .section-title {
  position: absolute;
  top: 4vw;
  left: 4vw; }
.comp-foot-links a h4 {
  position: absolute;
  left: 4vw;
  bottom: 4vw; }
.comp-foot-links .bg-cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }
.comp-foot-links .bg-cover .section-title {
  z-index: 2; }
.comp-foot-links .bg-cover h4 {
  z-index: 2; }
.comp-foot-links .content-col1 a {
  display: block;
  height: 20vw; }
.comp-foot-links .content-5050 a {
  display: block;
  height: 24vw; }
.comp-foot-links .content-col3 a {
  display: block;
  height: 20vw; }

@media only screen and (max-width: 768px) {
  .comp-foot-links a .section-title {
    position: absolute;
    top: 10vw;
    left: 9vw; }
  .comp-foot-links a h4 {
    position: absolute;
    left: 9vw;
    bottom: 10vw;
    padding-right: 9vw; }
  .comp-foot-links .content-col1 a {
    height: 60vw; }
  .comp-foot-links .content-5050 a {
    height: 60vw; }
  .comp-foot-links .content-col3 a {
    height: 60vw; }
  .comp-foot-links li:last-child {
    margin-bottom: 0 !important; } }
/*
-------------------------------------------
PAGE
-------------------------------------------
*/
.pankuzu ul {
  padding: 1.8vw 0;
  gap: .7vw;
  border-bottom: 1px solid #eee; }
.pankuzu ul li a {
  font-weight: 600;
  color: black; }
.pankuzu ul li i {
  opacity: .3;
  font-size: .7vw; }
.pankuzu ul li h2 {
  opacity: .7;
  font-weight: 400; }

@media only screen and (max-width: 768px) {
  .pankuzu ul {
    padding: 5.4vw 0;
    gap: 2.1vw; }
  .pankuzu ul li i {
    opacity: .3;
    font-size: 2.1vw; } }
/*
-------------------------------------------
COMP
-------------------------------------------
*/
.comp-map {
  position: relative;
  height: 36vw; }
.comp-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.comp-map .btn {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  z-index: 2; }

.content-7030 > .box:nth-of-type(1) {
  width: 65%; }
.content-7030 > .box:nth-of-type(2) {
  width: 27%; }

.content-6535 > .box:nth-of-type(1) {
  width: 60%; }
.content-6535 > .box:nth-of-type(2) {
  width: 32%; }

.content-5050 > .box {
  width: 47%; }

.content-4060 > .box:nth-of-type(1) {
  width: 37%; }
.content-4060 > .box:nth-of-type(2) {
  width: 57%; }

.content-3070 > .box:nth-of-type(1) {
  width: 27%; }
.content-3070 > .box:nth-of-type(2) {
  width: 67%; }

.content-2575 > .box:nth-of-type(1) {
  width: 22%; }
.content-2575 > .box:nth-of-type(2) {
  width: 72%; }

.content-1585 > .box:nth-of-type(1) {
  width: 15%; }
.content-1585 > .box:nth-of-type(2) {
  width: 85%; }

.content-col3 {
  gap: 3.5%; }
.content-col3 .box {
  width: 31%;
  margin-bottom: 3vw; }
.content-col3 .box:nth-last-of-type(1), .content-col3 .box:nth-last-of-type(2), .content-col3 .box:nth-last-of-type(3) {
  margin-bottom: 0vw; }

.comp-blkength ul li figure {
  width: 4.8vw; }

.cat-list {
  gap: 1vw; }
.cat-list li a {
  color: black;
  background-color: #f5f5f5;
  line-height: 1;
  padding: .6vw .9vw; }
.cat-list li a:hover {
  background-color: black;
  color: white; }
.cat-list li a.active {
  color: white;
  background-color: black; }

.tag-list {
  gap: 1vw; }
.tag-list li a {
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: .6vw .9vw;
  display: block; }
.tag-list li a:hover {
  background-color: black;
  color: white; }
.tag-list li p {
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: .6vw .9vw;
  display: block; }
.tag-list li a.active {
  color: white;
  background-color: black; }

.comp-pr-list ul.content-col3 .box {
  background-color: white; }
.comp-pr-list ul.content-col3 .box .thumbnail {
  height: 13.2vw;
  position: relative; }
.comp-pr-list ul.content-col3 .box .thumbnail .thumbnail-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1; }
.comp-pr-list ul.content-col3 .box .thumbnail .cat {
  position: absolute;
  z-index: 2;
  color: white;
  background-color: black;
  line-height: 1;
  padding: .6vw .9vw;
  display: inline-block;
  left: 1vw;
  top: 1vw; }
.comp-pr-list ul.content-col3 .box .content .meta {
  padding: 2vw 2vw; }
.comp-pr-list ul.content-col3 .box .content .meta h3 {
  line-height: 1.6;
  height: 6vw; }
.comp-pr-list ul.content-col3 .box .content .maker {
  padding: 1vw 2vw;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.comp-pr-list .tag-list {
  gap: .6vw; }
.comp-pr-list .tag-list li p {
  padding: .4vw .6vw; }

.comp-ex-list ul.content-col3 .box {
  background-color: white; }
.comp-ex-list ul.content-col3 .box .thumbnail {
  height: 13.2vw;
  position: relative;
  border: 1vw solid black; }
.comp-ex-list ul.content-col3 .box .thumbnail .thumbnail-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1; }
.comp-ex-list ul.content-col3 .box .content h3 {
  line-height: 1.6; }
.comp-ex-list .tag-list {
  gap: .6vw; }
.comp-ex-list .tag-list li p {
  padding: .4vw .6vw; }

.comp-news-list ul li {
  width: 100%; }
.comp-news-list ul li .meta {
  gap: .6vw; }

.cat {
  color: white;
  background-color: black;
  line-height: 1;
  padding: .4vw .6vw; }

.tag {
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: .4vw .6vw;
  display: block; }

.comp-single .meta {
  gap: .8vw; }

.comp-want {
  position: relative;
  top: -8vw; }
.comp-want ul li .title {
  gap: .8vw; }
.comp-want ul li .title p {
  font-weight: 600;
  width: 3.2vw;
  height: 3.2vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 3.2vw;
  border-radius: 10000px;
  -webkit-border-radius: 10000px; }

.comp-jobs h3 {
  background-color: black;
  padding: 1.4vw 2.8vw;
  position: relative; }
.comp-jobs h3:before {
  content: "";
  display: block;
  width: 2px;
  height: 1.6vw;
  background-color: black;
  position: absolute;
  left: 1.7vw;
  top: 0;
  bottom: 0;
  margin: auto; }
.comp-jobs .content {
  padding: 2.8vw; }
.comp-jobs .content li {
  background-color: white; }
.comp-jobs .content li h4 {
  padding-left: 1.8vw; }
.comp-jobs .content li p {
  padding-left: 1.8vw;
  border-left: 1px solid #eee; }

.comp-app .box-info {
  border: 1px solid #eee; }
.comp-app .box-info .content {
  padding: 2.8vw; }
.comp-app .box-info .content:nth-of-type(1) {
  border-bottom: 1px solid #eee; }

.comp-maker #maker-pull .fa-chevron-down {
  display: block; }
.comp-maker #maker-pull .fa-chevron-up {
  display: none; }
.comp-maker #maker-pull.opend .fa-chevron-down {
  display: none; }
.comp-maker #maker-pull.opend .fa-chevron-up {
  display: block; }
.comp-maker .list-maker {
  overflow: hidden;
  height: 24vw; }
.comp-maker .list-maker.opend {
  height: auto; }

@media only screen and (max-width: 768px) {
  .comp-map {
    height: 72vw; }

  .comp .xl-inner {
    width: 92vw; }
  .comp .xl-inner .m-inner {
    width: 76vw; }

  .content-4060 > .box:nth-of-type(1) {
    width: 100%; }
  .content-4060 > .box:nth-of-type(2) {
    width: 100%; }

  .content-6535 > .box:nth-of-type(1) {
    width: 100%; }
  .content-6535 > .box:nth-of-type(2) {
    width: 100%; }

  .content-5050 .box {
    width: 100%; }

  .content-3070 .box:nth-of-type(1) {
    width: 100%; }
  .content-3070 .box:nth-of-type(2) {
    width: 100%; }

  .content-2575 > .box:nth-of-type(1) {
    width: 100%; }
  .content-2575 > .box:nth-of-type(2) {
    width: 100%; }

  .content-1585 .box:nth-of-type(1) {
    width: 30%; }
  .content-1585 .box:nth-of-type(2) {
    width: 70%; }

  .content-col3 .box {
    width: 100%; }

  .comp-blkength ul li figure {
    width: 14.4vw; }

  .comp-maker .content h3 {
    padding-bottom: 8.4vw; }

  .cat-list {
    gap: 2vw; }
  .cat-list li a {
    padding: 1.8vw 2.6vw; }

  .tag-list {
    gap: 2vw; }
  .tag-list li a {
    padding: 1.8vw 2.6vw; }
  .tag-list li p {
    padding: 1.8vw 2.6vw; }

  .comp-pr-list ul.content-col3 .box .thumbnail {
    height: 40vw; }
  .comp-pr-list ul.content-col3 .box .thumbnail .cat {
    padding: 1.8vw 2.6vw;
    left: 3vw;
    top: 3vw; }
  .comp-pr-list ul.content-col3 .box .content .meta {
    padding: 5.2vw 5.2vw; }
  .comp-pr-list ul.content-col3 .box .content .meta h3 {
    height: auto;
    margin-bottom: 7.2vw; }
  .comp-pr-list ul.content-col3 .box .content .maker {
    padding: 3vw 6vw; }
  .comp-pr-list ul.content-col3 li:last-child {
    margin-bottom: 0 !important; }
  .comp-pr-list .tag-list {
    gap: 1.8vw; }
  .comp-pr-list .tag-list li p {
    padding: 1.2vw 1.8vw; }

  .comp-ex-list ul.content-col3 .box .thumbnail {
    height: 36vw;
    border: 3vw solid black; }
  .comp-ex-list ul.content-col3 li:last-child {
    margin-bottom: 0 !important; }

  .comp-news-list ul li {
    width: 100%; }
  .comp-news-list ul li .meta {
    gap: 1.8vw;
    margin-bottom: 3vw; }

  .cat {
    padding: 1.2vw 1.8vw; }

  .tag {
    padding: 1.2vw 1.8vw; }

  .comp-single .xs-inner {
    width: 88vw; }
  .comp-single .meta {
    gap: 2.4vw; }

  .page-contact .t-center {
    text-align: left; }
  .page-contact .form-content .t-center {
    text-align: center; }

  .comp-want {
    position: relative;
    top: -14.8vw; }
  .comp-want .xl-inner {
    padding-top: 12.8vw; }
  .comp-want ul li .title {
    gap: 2.4vw; }
  .comp-want ul li .title p {
    width: 9.6vw;
    height: 9.6vw;
    line-height: 9.6vw; }

  .comp-jobs .m-inner {
    width: 92vw; }
  .comp-jobs .m-inner .comp-head h2 {
    margin-left: 4vw; }
  .comp-jobs h3 {
    padding: 4.2vw 8.4vw; }
  .comp-jobs h3:before {
    height: 4.8vw;
    left: 5.1vw; }
  .comp-jobs .content {
    padding: 6vw; }
  .comp-jobs .content li h4 {
    padding-left: 5.8vw; }
  .comp-jobs .content li p {
    border-top: 1px solid #E3EAF1;
    border-left: 0px solid #E3EAF1;
    padding-left: 5.4vw; }

  .comp-app .box-info .content {
    padding: 6vw; }

  .comp-maker .list-maker {
    height: 87vw; }
  .comp-maker #maker-pull {
    position: relative;
    z-index: 2; } }
/*
-------------------------------------------
WP-CSS
-------------------------------------------
*/
.wp-title {
  padding: 1.2vw 1.6vw;
  position: relative; }
.wp-title:before {
  content: "";
  display: block;
  width: 2vw;
  height: 1px;
  position: absolute;
  left: 1.6vw;
  bottom: 0;
  background-color: black; }

.wp-inner {
  padding: 0 1.6vw; }

.wp-css p {
  font-size: 1vw;
  margin-bottom: 1vw; }
.wp-css h4 {
  font-size: 1.5vw;
  padding: 2vw 0 1vw; }
.wp-css b, .wp-css strong {
  color: black;
  font-weight: 500; }
.wp-css ul {
  padding-left: 1.6vw;
  list-style-type: disc; }
.wp-css ul li {
  font-size: 1.1vw;
  font-weight: 500; }
.wp-css table {
  width: 100%;
  margin-bottom: 1.6vw; }
.wp-css table th {
  width: 25%;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.2vw 1.6vw;
  font-size: 1.1vw;
  font-weight: 500; }
.wp-css table td {
  width: 75%;
  border: 1px solid #eee;
  padding: 1.2vw 1.6vw;
  font-size: 1vw;
  font-weight: 400; }
.wp-css .maker-img {
  border: 2px solid #eee; }
.wp-css a {
  text-decoration: underline;
  color: blue; }

.pr-cta {
  border: 1px solid #eee; }
.pr-cta > .box:nth-of-type(1) {
  border-bottom: 1px solid #eee; }
.pr-cta > .box {
  padding: 2vw 2vw 2vw 3.2vw; }
.pr-cta h3 {
  line-height: 1.5; }
.pr-cta .btn {
  width: 21.5vw; }

@media only screen and (max-width: 768px) {
  .wp-title {
    padding: 3.6vw 4.8vw; }
  .wp-title:before {
    content: "";
    display: block;
    width: 6vw;
    height: 1px;
    position: absolute;
    left: 4.8vw;
    bottom: 0;
    background-color: black; }

  .wp-inner {
    padding: 0 0vw; }

  .wp-css p {
    font-size: 3.2vw; }
  .wp-css ul {
    padding-left: 4.8vw; }
  .wp-css ul li {
    font-size: 3.3vw; }
  .wp-css table {
    margin-bottom: 4.8vw; }
  .wp-css table th {
    width: 100%;
    padding: 3.6vw 4.8vw;
    font-size: 3.4vw;
    display: block; }
  .wp-css table td {
    width: 100%;
    padding: 3.6vw 4.8vw;
    font-size: 3.2vw;
    display: block; }
  .wp-css .maker-img {
    border: 6px solid #eee; }

  .pr-cta > .box:nth-of-type(1) {
    border-bottom: 1px solid #eee; }
  .pr-cta > .box {
    padding: 8vw; }
  .pr-cta .btn {
    width: 100%; } }
/*
-------------------------------------------
PRODUCTS
-------------------------------------------
*/
.top-product .head {
  gap: 2.4vw;
  justify-content: space-between; }
.top-product .head .btn-text {
  position: relative;
  top: -1.2vw; }

/*
-------------------------------------------
SERVICE
-------------------------------------------
*/
.top-service .xl-inner {
  height: 34vw; }
.top-service .content {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: -6.4vw;
  color: white; }
.top-service .content p {
  opacity: .4; }

@media only screen and (max-width: 768px) {
  .top-service .xl-inner {
    width: 92vw;
    height: auto; }
  .top-service .m-inner {
    width: 76vw; }
  .top-service .content {
    position: relative;
    width: 100%;
    bottom: 0vw; }
  .top-service .content p {
    opacity: .7; }
  .top-service .btn-text {
    margin-top: 10.8vw;
    margin-bottom: 6.6vw; } }
/*
-------------------------------------------
ABOUT
-------------------------------------------
*/
.top-about .xl-inner {
  background-color: #f5f5f5; }
.top-about ul li {
  width: 31%; }
.top-about ul li a {
  overflow: hidden;
  position: relative;
  height: 16vw; }
.top-about ul li a > .flex {
  width: 100%;
  padding: 2.4vw;
  position: absolute;
  left: 0;
  bottom: 0; }
.top-about ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 37, 71, 0.8) 0%, rgba(0, 37, 71, 0) 100%); }
.top-about ul li a .title {
  position: relative;
  z-index: 3; }
.top-about ul li a .title h3 {
  line-height: 1.2; }
.top-about ul li a .title p {
  font-weight: 600;
  opacity: .6; }
.top-about ul li a .icon-arrow {
  border: 1px solid black;
  width: 3.2vw;
  height: 3.2vw;
  z-index: 3; }
.top-about ul li a .icon-arrow i {
  font-size: .7vw;
  color: white; }
.top-about ul li a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
.top-about ul li a:hover .icon-arrow {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }
.top-about ul li a:hover .icon-arrow i {
  color: black; }
.top-about ul li a:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

@media only screen and (max-width: 768px) {
  .top-about .xl-inner {
    width: 92vw; }
  .top-about .m-inner {
    width: 76vw; }
  .top-about ul li {
    width: 100%;
    margin-bottom: 6.6vw; }
  .top-about ul li a {
    height: 48vw; }
  .top-about ul li a > .flex {
    width: 100%;
    padding: 6vw; }
  .top-about ul li a .icon-arrow {
    width: 9.6vw;
    height: 9.6vw; }
  .top-about ul li a .icon-arrow i {
    font-size: 2.1vw; }
  .top-about ul li:last-child {
    margin-bottom: 0; } }
/*
-------------------------------------------
Header
-------------------------------------------
*/
/*
-------------------------------------------
Fv
-------------------------------------------
*/
