@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #221716;
  
	width: 100%;
  min-height: 100vh;
	margin: 0;
	padding: 0;
  
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
}

/* RESET */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
	margin: 0;
	padding :0;
  box-sizing: border-box;
  /*position: relative;*/
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
img, figure, figcaption {
	border: 0;
	vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
	color: #221716;
  text-decoration: none;
	display: inline-block;
}
p {
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
}
th, tbody th {
	padding-right: 0em;
	border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}

/*　#Header */
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  background: #FFFFFF;
}
#Header .Logo a {
  max-width: 140px;
}
#Header .Logo {
  padding: 8px 5.33%;
}
#NavWrap .Nav > ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
#NavWrap a {
  /*font-weight: 700;*/
}
.Nav > ul > li > a.current:not(.nocurrent) {
  color: #C30C18;
}
#NavWrap .btnContact a {
  background: #C30C18;
  color: #FFFFFF;
  width: 100%;
  padding: 24px 0;
  font-weight: 700;
  text-align: center;
  display: block;
}

/* FOOTER */
#Footer .fWrap {
  padding: 40px 0 24px 0;
  overflow: hidden;
}
#Footer .logoWrap > *:not(:last-child):not(.Logo) {
  margin-bottom: 16px;
}
#Footer .Logo {
  margin-bottom: 24px;
}
#Footer .Logo a {
  max-width: 140px;
}
#Footer .invoice span {
  border: #221716 1px solid;
  margin-right: 1.0em;
  padding: 0 5px;
  font-size: clamp(1.0rem, 1.4vw, 1.4rem);
  line-height: 1.5em;
}
#Footer .menuWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .Copy {
  font-size: clamp(1.0rem, 1.4vw, 1.4rem);
  line-height: 1.5em;
  text-align: center;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}


/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.pc {
		display: none!important;
	}
	.sp {
		display: inline;
	}
  
  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #Footer .fAddress {
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  a, a:hover, a *, a:hover *, a::before, a:hover::before, a::after, a:hover::after, .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover {
    color: #C30C18;
  }
  a:hover img {
    opacity: 0.6;
  }

	/*　HEADER　*/
  
  /* FOOTER */
  #Footer .fWrap {
    padding: 96px 0 56px 0;
  }
  #Footer .logoWrap > *:not(:last-child):not(.Logo) {
    margin-bottom: 24px;
  }
  #Footer .Logo {
    margin-bottom: 32px;
  }
  #Footer .Logo a {
    max-width: 258px;
    display: block;
  }
  #Footer .menuWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #Footer .fMenu ul {
    justify-content: flex-end;
    grid-gap: 1.0em 3.0em;
  }
  #Footer .Copy {
    text-align: right;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 152px 0;
  }
  .inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
	
}


/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1069px) {

	/*　HEADER　*/
  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  #Header .Logo {
    z-index: 100;
  }
  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }
  #Header nav > * {
  }
	#NavWrap nav {
		background: #ffffff;
		width: 100%;
		height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
		display: block;
		position: fixed;
    left: 0;
		top: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.5s;
		z-index: -99;
		opacity: 0;
	}
	#NavWrap.open nav {
    pointer-events: all;
		/*transition: all 0s;*/
		z-index: 99;
		opacity: 1;
	}
	#NavWrap nav > *:not(:last-child) {
    margin-bottom: 40px;
  }
	#NavWrap .Nav ul {
		flex-direction: column;
  }
	#NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }
	#NavWrap .Nav a {
    min-height: 32px;
    padding: 8px;
    text-align: center;
    display: block;
  }
	.Toggle {
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		border-radius: 5px;
		box-sizing: border-box;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	.Toggle span {
		background: #C30C18;
		width: 30px;
		height: 2px;
		display: block;
		position: absolute;
		left: 10px;
		border-radius: 4px;
		transition: all 0.5s;
	}
	.Toggle span:nth-child(1) {
		top: 14px;
	}
	.Toggle span:nth-child(2) {
		top: 24px;
	}
	.Toggle span:nth-child(3) {
		bottom: 14px;
	}
	.open .Toggle span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .Toggle span:nth-child(2) {
		opacity: 0;
	}
	.open .Toggle span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}


}

@media print, screen and (min-width: 1070px) {

	/*　HEADER　*/
  #Header {
    align-items: stretch;
  }
  #Header .Logo {
    padding: 40px 50px;
  }
  #Header .Logo a {
    max-width: 240px;
  }
  #NavWrap {
    padding: 0 50px;
  }
  /*#NavWrap a.current:not(.nocurrent)::after {
    content: '';
    background: #C30C18;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }*/
  #NavWrap nav {
    height: 100%;
    align-items: center;
    grid-gap: 48px;
  }
  #NavWrap .Nav ul li:not(:last-child) {
    /*margin-right: 3.0em;*/
  }
  #NavWrap .Nav >ul > li > a {
    line-height: 48px;
    padding: 40px 30px;
  }
  #NavWrap .btnContact a {
    width: 180px;
    padding: 0;
    line-height: 42px;
  }
  #NavWrap .btnContact a:hover {
    background: #E6454E;
  }
  nav.sub_menu {
    display: none;
  }
  .Nav > ul li:hover .sub_menu {
    display: block;
  }
  .sub_menu_box {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    background: #fff;
    border-top: 1px solid #cccccc;
    display: flex;
    padding: 50px 100px;
    gap: 180px;
    top: 127px;
  }
  .active {
    opacity: 1;
    visibility: visible;
  }
  a.sub_menu_top {
      font-size: 24px;
      font-weight: bold;
      position: relative;
  }
  a.sub_menu_top::after {
    content: '';
    right: -30px;
    top: 12px;
    position: absolute;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 16px;
    aspect-ratio: 1;
    background-color: #c32c18;
  }
  .sub_menu_list {
      display: flex;
      gap: 100px;
  }
  .sub_menu_list ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
	
}
@media print, screen and (min-width: 1100px) {
  
  #NavWrap {
  }
  
}