@charset "utf-8";

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin-block: 0;
  margin-inline: 0;
  min-height: 100vh;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, figure, form, address {
  margin-block-start: 0;
  margin-block-end: 2.5rem;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  font-size: 16px;
  font-size: 1rem;
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;*/
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-style: normal;
  line-height: 1.5;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  line-height: 1.8;
		font-size: 1.3rem;
   /*font-family:HGPゴシックE;*/
   font-family: "HGPゴシックE", sans-serif;
}

ul {
  padding-block: 0;
  padding-inline: 0;
  list-style: none;
}
ul li {
  margin-block-end: 0.5rem;
  padding-inline-start: 16px;
  text-indent: -13px;
		font-size: 1.3rem;
}
ul li:before {
  content: "･";
  margin-inline-end: 5px;
}

ol {
  counter-reset: number 0;
  padding-block: 0;
  padding-inline: 0;
  list-style: none;
}
ol > li {
  margin-block-end: 0.5rem;
  padding-inline-start: 16px;
  text-indent: -15px;
}
ol > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-inline-end: 5px;
  letter-spacing: -0.15em;
}

dl dt, dl dd {
  margin-block-end: 0.5rem;
}
dl dt {
  font-weight: 700;
}

dl dt,dl dd {
			font-size: 1.3rem;
}



table {
  width: 100%;
  margin-block-end: 2.5rem;
  border-collapse: collapse;
}
table caption {
  margin-block-end: 1.5rem;
  font-weight: 700;
}
table th, table td {
  padding-block: 1.5rem;
  padding-inline: 2rem;
  border: 1px solid #aaaaaa;
			font-size: 1.3rem;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: #1a0dab;
}

a:not([class]):hover {
  color: #6a5ef3;
}

img, picture {
  display: block;
  max-width: 100%;
}

span, input, button, textarea, select {
  font: inherit;
}

input[type="text"] {
  padding-block: 5px;
  padding-inline: 5px;
  border: 1px solid #aaaaaa;
}

textarea:not([rows]) {
  min-width: 50vw;
  min-height: 15rem;
  border: 1px solid #aaaaaa;
}

:target {
  scroll-margin-block: 5ex;
}

::-moz-selection {
  background: #3498db;
  color: #ffffff;
}

::selection {
  background: #3498db;
  color: #ffffff;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  position: relative;
  z-index: 1;
}

header > *, footer > * {
  max-width: 2000px;
  margin-inline: auto;
  padding-inline: 8vw;
}

main {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
  grid-auto-flow: dense;
  background: #ffffff;
  overflow: hidden;
}
main #contents {
  grid-column: 2 / 3;
}
main #contents > * {
  padding-block: 2rem;
  padding-inline: 8vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  main #contents > * {
    padding-inline: 7vw;
  }
}
main #contents > * > * {
  max-width: 2000px;
  margin-inline: auto;
}
main #contents > *:nth-child(even) {
  background: #fafafa;
}

#service main #contents > *:nth-child(even) {
  background: #DDD;
}

aside {
  padding-inline: 2vw;
}

#public-relations {
  grid-column: 1 /4;
  height: 100vh;
  max-height: 1125px;
}
#public-relations > * {
  max-width: 2000px;
  margin-inline: auto;
}

#visual {
  grid-column: 1 /4;
  width: 100%;
  height: 90vh;
  max-height: 1125px;
  z-index: 0;
}
#visual #visual-box {
  position: fixed;
  inset: 0 auto;
  max-width: 2000px;
  margin-inline: auto;
}

/*===========================================
Heading Customize
===========================================*/
main #contents > * > h1 {
  position: relative;
  font-size: 26.5px;
  font-size: 1.65625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h1 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h1 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #ee751c;
}
main #contents > * > h1 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h1 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #ee751c;
}
main #contents > * > h1 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #ee751c;
}
main #contents > * > h2 {
  position: relative;
  font-size: 25px;
  /*font-size: 1.5625rem;*/
   font-size: 1.3rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h2 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h2 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h2 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h2 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h2 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h3 {
  position: relative;
  font-size: 23.5px;
  font-size: 1.46875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h3 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h3 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h3 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h3 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h3 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h4 {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h4 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h4 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #ee751c;
}
main #contents > * > h4 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h4 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h4 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h5 {
  position: relative;
  font-size: 20.5px;
  font-size: 1.28125rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h5 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h5 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h5 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h5 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h5 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h6 {
  position: relative;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}
main #contents > * > h6 span {
  display: inline-block;
  padding-bottom: 1.5rem;
}
main #contents > * > h6 span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin-block: 0;
  margin-inline: auto;
  width: 60px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h6 span.ptn01 {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
main #contents > * > h6 span.ptn01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}
main #contents > * > h6 span.ptn01:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -80px;
  left: auto;
  width: 50px;
  height: 2px;
  transform: scaleY(0.5);
  background: #F19100;
}

/*===========================================
Page Scroll Customize
===========================================*/
#page-scroll {
  position: fixed;
  bottom: 10px;
  right: 2%;
  animation: arrowmove 3s ease-in-out infinite;
  z-index: 100;
}
@keyframes arrowmove {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 5%;
  }
  100% {
    bottom: 3%;
  }
}
#page-scroll span {
  display: block;
  position: relative;
  width: 30px;
  padding-top: 90px;
  /*font-size: 12px;*/
  /*font-size: 0.75rem;*/
   font-size: 1.3rem;
  line-height: 2.5;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transition: all 0.3s ease 0s;
  color: #666666;
  cursor: pointer;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#page-scroll span:before {
  content: "";
  position: absolute;
  top: 0;
 /* left: 50%;*/
   left: 10%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 12px;
  margin-left: 4px;
  background: #666666;
  transform: skewX(31deg);
  transition: all 0.3s ease 0s;
}
#page-scroll span:after {
  content: "";
  position: absolute;
  top: 0;
  /*left: 50%;*/
   left: 10%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 80px;
  background: #666666;
  transform: scaleX(0.5);
  transition: all 0.3s ease 0s;
}

.on-scroll #page-scroll span {
  padding-top: 0;
  padding-bottom: 90px;
  color: #ffffff;
  cursor: default;
}
.on-scroll #page-scroll span:before {
  top: auto;
  bottom: 0;
  background: #ffffff;
  transform: skewX(-31deg);
}
.on-scroll #page-scroll span:after {
  top: auto;
  bottom: 0;
  background: #ffffff;
}

.sp #page-scroll {
  z-index: 90;
}

/*===========================================
Column Customize
===========================================*/
.clm02, .clm03, .clm04, .clm05 {
  display: grid;
  gap: 2rem;
}

.clm02 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 468px) {
  .clm02 {
    display: block;
  }
}

.clm03 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .clm03 {
    display: block;
  }
}

.clm04 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .clm04 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 468px) {
  .clm04 {
    display: block;
  }
}

.clm05 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .clm05 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .clm05 {
    display: block;
  }
}

/*===========================================
Element Animation Customize
===========================================*/
.gimmick {
  opacity: 0;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.gimmick-start.animation-fadein-left {
  opacity: 1;
  animation: fadeInLeft 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-right {
  opacity: 1;
  animation: fadeInRight 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-bottom {
  opacity: 1;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===========================================
Header Area Setting
===========================================*/
header {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  z-index: 100;
}
header #logo {
  position: fixed;
  top: 76px;
		left: 48%;
		transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
header #logo h1 {
  margin: 0;
}
header #logo img {
  width: auto;
		height: 135px;
}

/*===============追加=============================*/

@media screen and (min-width: 0) and (max-width: 768px) {
header #logo {
  top: 30px;
}
}

@media screen and (min-width: 769px) and (max-width: 920px) {
header #logo {
		left: 35%;
}
}

/*===============追加=============================*/

/*.sp header #logo {
  top: 8px;
}*/
/*.sp header #logo img {
  height: 35px;
}
*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}






/*===========================================
Footer Area Setting
===========================================*/
footer {
  background: #f5f5f5;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
}
footer #footer {
  padding-block-start: 5rem;
  padding-block-end: 2rem;
 /* font-size: 14px;*/
  /*font-size: 0.875rem;*/
    font-size: 1.25rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer {
    padding-block-start: 2rem;
  }
}
footer #footer #fnav {
  padding-inline: 0;
  font-size: inherit;
}
footer #footer #fnav > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  font-size: inherit;
}
@media screen and (max-width: 1024px) {
  footer #footer #fnav > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer #fnav > ul {
    display: flex;
    flex-wrap: wrap;
    margin-block-end: 0;
  }
   footer #footer #fnav > ul li {
    white-space: normal !important;  
   }
}
footer #footer #fnav > ul > li {
  padding-inline-start: 0;
  font-size: inherit;
  white-space: nowrap;
  text-indent: 0;
}
footer #footer #fnav > ul > li:before {
  display: none;
}
footer #footer #fnav > ul > li ul {
  margin-block: 0;
  padding: 1rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer #fnav > ul > li ul {
    display: none;
  }
}
footer #footer #fnav > ul > li ul li {
  margin-block: 0.5rem;
  padding-inline-start: 5px;
  font-size: inherit;
  white-space: nowrap;
  text-indent: 0;
}
footer #footer #fnav > ul > li ul li:before {
  content: "-";
  margin-inline-end: 0;
  color: #888888;
}
footer #footer #fnav > ul > li ul a {
  font-weight: normal;
  color: #888888;
}
footer #footer #fnav > ul > li ul a span {
  color: inherit;
}
footer #footer #fnav > ul > li ul a span:hover {
  color: #ee751c;
}
footer #footer #fnav > ul a {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer #fnav > ul a span {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
footer #footer #fnav > ul a span:hover {
  color: #fce8da;
}
footer #footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  margin-inline: 8vw;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  padding-inline: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #eaeaea;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer-bottom {
    display: block;
  }
}
footer #footer-bottom #cnav ul {
  display: flex;
  flex-wrap: wrap;
  margin-block-end: 0;
  font-size: inherit;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer-bottom #cnav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 468px) {
  footer #footer-bottom #cnav ul {
    justify-content: flex-start;
  }
}
footer #footer-bottom #cnav ul li {
  margin-block-end: 0;
  margin-inline-end: 3rem;
  font-size: inherit;
  text-indent: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer-bottom #cnav ul li {
    margin-inline-end: 1rem;
  }
}
footer #footer-bottom #cnav ul li:before {
  display: none;
}
footer #footer-bottom #cnav ul li a {
  display: inline-block;
  padding-block: 1rem;
  font-family: 'Times New Roman', serif;
  white-space: nowrap;
  text-decoration: none;
  color: #111111;
}
footer #footer-bottom #cnav ul li a:hover {
  color: #888888;
}
footer #copy {
  display: block;
  padding-block: 1rem;
  /*font-size: 14px;*/
  /*font-size: 0.875rem;*/
   font-size: 1.3rem;
  font-family: 'Times New Roman', serif;
  text-align: center;
  color: #888888;
}

/*===========================================
Parts List
===========================================*/
.parts-list {
  margin-block-end: 3rem;
}
.parts-list > *:nth-child(1) .parts-list-box {
  border-top: none;
}

.skew .parts-list .parts-list-area {
width: 48%;
}

@media screen and (min-width: 0) and (max-width: 920px) {
.skew .parts-list .parts-list-area {
width: 100%;
}  
}




.parts-list .parts-list-area > a {
  margin: 0;
  text-decoration: none;
}
.parts-list .parts-list-box {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  margin-block-end: 2rem !important;
  padding-block-start: 2rem;
  border-top: 1px solid #efefef;
}
.parts-list .parts-list-box:hover .parts-list-image img {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}



.parts-list .parts-list-box .parts-list-text {
  grid-row: 1 / 2;
}
.parts-list .parts-list-box .parts-list-text .parts-list-tag {
  display: inline-block;
  margin-block-end: 0.8rem;
  margin-inline-end: 0.5rem;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  background: #111111;
  color: #ffffff;
}
.parts-list .parts-list-box .parts-list-text .parts-list-date {
  display: block;
  margin-block-end: 0.8rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  color: #999999;
}
.parts-list .parts-list-box .parts-list-text .parts-list-title {
  display: block;
  margin-block-end: 0.8rem;
}
.parts-list .parts-list-box .parts-list-text .parts-list-summary {
  margin-block-end: 1rem;
}

.parts-list .parts-list-box .parts-list-image {
  grid-row: 1 / 3;
  position: relative;
  margin: 0;
  overflow: hidden;
  order: -1;
}

.parts-list .parts-list-box .parts-list-image_2 {
  grid-row: 1 / 2;
  position: relative;
  margin: 0;
  overflow: hidden;
  order: -1;
}



.parts-list .parts-list-box .parts-list-image:before{
  content: "";
  display: block;
  padding-top: 70.7213578501%;
}
.parts-list .parts-list-box .parts-list-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}





.parts-list .parts-list-box .parts-list-btn {
  grid-row: 2 / 3;
}
.parts-list .parts-list-box .parts-list-btn span {
  display: inline-block;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border: 2px solid #ee751c;
  border-radius: 100px;
  color: #ee751c;
  transition: 0.3s;
}
.parts-list .parts-list-box .parts-list-btn span:hover {
  background: #ee751c;
  color: #ffffff;
}
.parts-list a.parts-list-box:hover .parts-list-btn span {
  background: #111111;
  color: #ffffff;
}


.parts-list.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .parts-list.gallery {
    display: flex;
    flex-direction: column;
  }
}
.parts-list.gallery .parts-list-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  margin-block-end: 0 !important;
  padding-block-start: 0;
  border: none;
}
.parts-list.gallery .parts-list-box .parts-list-text {
  flex-grow: 1;
  padding-inline: 0.5rem;
}
.parts-list.gallery .parts-list-btn {
  text-align: center;
}

/*===================================*/

.parts-list.gallery_clm02 {
  display: flex;
  grid-template-columns: repeat(1fr, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .parts-list.gallery_clm02 {
    display: flex;
    flex-direction: column;
  }
}
.parts-list.gallery_clm02 .parts-list-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  margin-block-end: 0 !important;
  padding-block-start: 0;
  border: none;
}
.parts-list.gallery_clm02 .parts-list-box .parts-list-text {
  flex-grow: 1;
  padding-inline: 0.5rem;
}
.parts-list.gallery_clm02 .parts-list-btn {
  text-align: center;
}

.parts-list.gallery_clm02 a img {
transition: 0.5s; 
}

.parts-list.gallery_clm02 a img:hover {
transform:scale(1.2,1.2);
}


/*===========================================
Parts Table
===========================================*/
table {
  width: 100%;
  border-collapse: collapse;
}

tbody tr {
  transition: all 0.5s ease 0s;
}
tbody tr:hover {
  background: rgba(238, 117, 28, 0.1) !important;
}

th {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

td {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

caption {
  text-align: right;
}

.parts-table tbody > *:nth-child(even) {
  background: #f9f9f9;
}
.parts-table th {
  text-align: center;
  background: none;
}
.parts-table.borderless {
  border: none;
}
.parts-table.borderless th, .parts-table.borderless td {
  border: none;
  border-bottom: 1px solid #cccccc;
}
.parts-table.borderless td {
  /*font-family:HGPゴシックE; */
font-family: "HGPゴシックE", sans-serif;
}




@media screen and (min-width: 0) and (max-width: 768px) {
#guidelines .parts-table.borderless th,
#guidelines .parts-table.borderless td{
  padding-inline: .5rem; 
}
}



/*===========================================
Parts Gallery
===========================================*/
.parts-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parts-gallery:after {
  content: '';
  display: block;
  width: 31.6666666667%;
}
.parts-gallery .parts-list-box {
  width: 31.6666666667%;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0px #eaeaea;
  border: 1px solid #efefef;
}
.parts-gallery .parts-list-box a {
  flex-direction: column;
  padding: 15px;
  border-top: none;
}
.parts-gallery .parts-list-box .parts-list-text {
  padding: 15px 0;
}
.parts-gallery .parts-list-box .parts-list-image {
  width: 100%;
  margin-left: 0;
}

/*===========================================
Grobal Navigation Area
===========================================*/
#gnav #gnavli {
  display: flex;
  margin: 0;
  white-space: nowrap;
}
#gnav #gnavli > li {
  flex-grow: 2;
  position: relative;
  margin-block: 0;
  padding-inline: 0;
  font-size: 14px;
  /*font-size: 0.875rem;*/
   font-size: 1rem;
  text-indent: 0;
}


#gnav #gnavli > li:before {
  display: none;
}
#gnav #gnavli > li ul {
  position: absolute;
  width: 0;
  margin: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  background: #F19100;
  overflow: hidden;
  transition: all 0.2s 0s ease-in-out;
}
#gnav #gnavli > li ul li {
  margin-block: 0;
  padding-inline: 0;
  font-size: 14px;
  /*font-size: 0.875rem;*/
   font-size: 1rem;
  text-indent: 0;
}
#gnav #gnavli > li ul li:before {
  display: none;
}
#gnav #gnavli > li ul li a {
  display: block;
  padding-block: 1rem;
  padding-inline: 0.85rem;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  text-decoration: none;
  border-top: 1px solid #f4b31b;
  border-bottom: 1px solid #e4a40b;
  color: #ffffff;
}
#gnav #gnavli > li ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #111111;
}
#gnav #gnavli > li ul li a:first-child a {
  border-top: none;
}
#gnav #gnavli > li ul li a:last-child a {
  border-bottom: none;
}
#gnav #gnavli > li.haschild {
  position: relative;
}
#gnav #gnavli > li.haschild:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-block-start: -3px;
  margin-inline-start: -7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#gnav #gnavli > li > a {
  display: block;
  position: relative;
  padding-block: 1rem;
  padding-inline: 0.85rem;
 /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#gnav #gnavli > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #ffffff;
}
#gnav #gnavli > li:first-child a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #ffffff;
}
#gnav #gnavli .separation {
  flex-grow: 0;
}
#gnav #gnavli .separation a {
  position: fixed;
  top: 45px;
  right: 8vw;
  padding-block: 0.8rem;
  padding-inline: 1.5rem;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (min-width: 0) and (max-width: 768px) {
   #gnav #gnavli .separation a{
 top: 70px;
  right:35vw;
 font-size: 90%; 
  padding-block: 0.25rem;
 } 
}



#gnav #gnavli .separation a:after {
  display: none;
}
#gnav #gnavli .separation a:hover {
  background: #ee751c;
  color: #ffffff;
   border: 1px solid #ee751c;
}



#gnav .gnav-underbar {
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  pointer-events: none;
  transform: scaleY(0.5);
}

/*===========================================
Smart Grobal Navigation Area
===========================================*/
.sp #gnav {
  display: flex;
  justify-content: center;
  align-items: top;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-block: 0;
  padding-inline: 0;
  background: #fff2cc;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(5, 5);
  transition: 0.3s;
  opacity: 0;
  z-index: 200;
}
.sp #gnav #gnavli {
  display: table;
  margin-inline: auto;
  padding-block: 50px;
}
.sp #gnav #gnavli li {
  border-bottom: 1px solid #555555;
}
.sp #gnav #gnavli li ul {
  position: static;
  width: auto;
  height: 0;
  margin-block-end: 1rem;
  background: none;
  box-shadow: none;
}
.sp #gnav #gnavli li ul li {
  border-bottom: none;
}
.sp #gnav #gnavli li ul li a {
  padding-block: 0.5rem;
  font-weight: bold;
  border: none;
}
.sp #gnav #gnavli li ul li a span:before {
  content: "-";
  display: inline-block;
  margin-inline-end: 0.5rem;
}
.sp #gnav #gnavli li.haschild:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #111111;
  border-radius: 100px;
  pointer-events: none;
}
.sp #gnav #gnavli li.haschild:after {
  top: 2.1rem;
  right: 13px;
  border-color: #111111;
  pointer-events: none;
}
.sp #gnav #gnavli li.haschild a {
  padding-block-end: 0.5rem;
}
.sp #gnav #gnavli li:first-child a:before {
  display: none;
}
.sp #gnav #gnavli a {
  padding-block: 1.5rem;
  padding-inline: 2rem;
  text-align: left;
  color: #111111;
}
.sp #gnav #gnavli a:after {
  display: none;
}
.sp #gnav #gnavli .separation a {
  position: static;
  border: none;
}
.sp #gnav #gnavli .separation a:hover {
  background: none;
  color: #111111;
}
.sp #smart-menu {
  float: right;
  padding-block: 15px;
  padding-inline: 10px;
  z-index: 201;
}
.sp #smart-menu .menu {
  position: relative;
  width: 32px;
 /* height: 30px;*/
   height: 35px;
  text-align: center;
  cursor: pointer;
}
.sp #smart-menu .menu:before, .sp #smart-menu .menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: #111111;
}
.sp #smart-menu .menu:before {
  top: 0%;
  transform: scaleY(0.5);
}
.sp #smart-menu .menu:after {
  top: 45%;
  transform: translate(0, -45%);
  transform: scaleY(0.5);
}
.sp #smart-menu .menu span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 0;
  color: #111111;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.opn-menu header {
  z-index: 99;
}
.opn-menu #gnav {
  height: 100vh;
  transform: scale(1, 1);
  opacity: 1;
}
.opn-menu #smart-menu {
  position: fixed;
  top: 0;
  right: 0;
}
.opn-menu #smart-menu .menu:before {
  top: 50%;
  height: 3px;
  transform: translate(0, -50%);
  transform: rotate(-45deg);
  background: #555555;
}
.opn-menu #smart-menu .menu:after {
  top: 50%;
  height: 3px;
  transform: translate(0, -50%);
  transform: rotate(-135deg);
  background: #555555;
}
.opn-menu #smart-menu .menu span {
  position: static;
  line-height: 6;
  opacity: 0;
}
.opn-menu .opn-childmenu {
  height: auto !important;
}

/*===========================================
Header Area Customize
===========================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block-start: 130px;
  background: #F19100;
  border-bottom: none;
}
header #header {
  background: #F19100;
}
/*header #logo {
  top: 8px;
}*/

#home .is-fixed {
  position: fixed;
}

.sp header {
  padding-block-start: 0;
}
.sp header #header {
  padding-inline-start: 4vw;
  padding-inline-end: 0;
}

.sp header {
  border-bottom: 1px solid #eaeaea;
}
.sp header #logo {
  top: 28px;
   width: 72%;
}

/*===============ヘッダーの切り替え======================*/

/*@media screen and (min-width: 0) and (max-width: 768px) {

}

@media screen and (min-width: 769px) {
.sp header{
display: none;
}

}
*/


/*===========================================
Footer Area Customize
===========================================*/
footer {
  background: #F19100;
		border-top: 2px solid #fff;
  /*border-top: none;*/
}
footer #footer {
  grid-template-columns: 40% 1fr;
  grid-template-rows: 1fr 1fr;
  padding-block-start: 2rem;
  padding-block-end: 0.5rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer {
    display: flex;
    flex-direction: column;
    padding-block-start: 2rem;
  }
}
footer #footer #fnav {
  grid-row: 1 / 2;
}
footer #footer #fnav > ul {
  display: block;
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer #fnav > ul {
    display: block;
    text-align: left;
  }
}
footer #footer #fnav > ul li {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer #fnav > ul li {
    display: inline-block;
  }
}
footer #footer #fnav > ul a {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #ffffff;
}
footer #footer #fnav > ul a span {
  color: inherit;
}
footer #footer #fnav > ul a span:hover {
  color: #ee751c;
}
footer #footer address {
  grid-row: 1 / 3;
  margin-block-end: 0;
  order: -1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer address {
    order: 0;
  }
}
/*footer #footer address br {
  display: none;
}*/
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer address br {
    display: block;
  }
}
footer #footer address p {
  margin-block-end: 0.5rem;
  color: #ffffff;
 font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  
}
footer #footer address > p:first-child {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
   /*font-family: "HGPゴシックE", sans-serif;*/
 /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer address > p:first-child {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
footer #footer address .license {
  margin-block-end: 2rem;
}
footer #footer address .number span {
  display: block;
}
footer #footer address .number > span:first-child {
  padding-inline-end: 1.5rem;
}
footer #footer #copy {
  text-align: right;
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  footer #footer #copy {
    padding: 0;
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

/*===========================================
Layout Customize
===========================================*/
main #contents .clm02 {
  gap: 5rem;
  margin-block-end: 3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  main #contents .clm02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    margin-block-end: 2rem;
  }
  main #contents .clm02 .clm-image {
    order: -1;
  }
		main #contents .clm02 .emphasis {
		margin-block-end: unset;
		}
}





main #contents .skew {
  position: relative;
}
main #contents .skew:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  background-color: #F19100;
  z-index: 1;
}
main #contents .skew > * {
  position: relative;
  z-index: 1;
}
main #contents section.skew {
  margin-block-start: 3rem;
  background: none;
}
main #contents section.skew:before {
  top: -40px;
  bottom: -40px;
}
main #contents section.skew:after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fafafa;
  z-index: 0;
}
main #contents section.skew * {
  color: #ffffff;
}
main #contents section.skew > h2 {
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  main #contents section.skew > h2 {
    text-align: left;
  }
}
main #contents section.skew .clm02 {
  margin-block-end: 0;
}
main #contents section.skew .alias {
  color: #ee751c;
}
main #contents section.skew .alias:before {
  background: #ffffff;
}
main #contents section.skew + section {
  padding-block-start: 8rem;
}
main #contents > *:nth-child(even).skew:after {
  background: #ffffff;
}
main #contents figure.skew {
  padding-inline: 1rem;
}
main #contents figure.skew:before {
  transform: rotate(-5deg);
  background-color: #f5d5c6;
}
main #contents figure.skew img {
  position: relative;
  z-index: 1;
}
main #contents .flip > *:nth-child(2) {
  order: -1;
}

/*===========================================
Heading Customize
===========================================*/
main {
  padding-block-start: 3rem;
}
main #contents > * > h1 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents > * > h2 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents > * > h3 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents > * > h4 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents > * > h5 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents > * > h6 {
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  text-align: left;
  color: #F19100;
  z-index: 1;
}
main #contents section > h2 span {
  padding-block-end: 0;
  padding-inline: 1rem;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 10px;
 /*  font-family: "HGPゴシックE", sans-serif;*/
}
@media screen and (min-width: 0) and (max-width: 768px) {
  main #contents section > h2 span {
    display: block;
    padding-block-start: 1rem;
    padding-inline: 0;
  }
}
main #contents section > h2 span:after {
  display: none;
}
main #contents section > h2 .alias {
  display: inline-block;
  position: relative;
  margin-inline: 1rem;
  padding-inline: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media screen and (min-width: 0) and (max-width: 768px) {
  main #contents section > h2 .alias {
    padding-block-start: 0;
    padding-inline: 1rem;
  }
}
main #contents section > h2 .alias:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 2rem;
  transform: skewX(-45deg);
  background: #ef514a;
  z-index: -1;
}
main #contents section > h2 .alias:after {
  display: none;
}

#business h3, #feature h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  color: #ee751c;
}

/*===========================================
Layout Customize
===========================================*/
.parts-list .parts-list-box .parts-list-text .parts-list-title {
  margin-block-end: 1.5rem;
  font-size: 18px;
  /*font-size: 1.125rem;*/
		/*font-size: 1.5rem;*/
   font-size: 1.3rem;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 10px;
  color: #F19100;
}

/*===========================================
Visual Area Setting
===========================================*/
#visual {
  position: relative;
  max-width: 2000px;
  width: 100%;
  height: 20vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
#visual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.1) inset;
  z-index: 1;
  pointer-events: none;
}
#visual #visual-box {
  position: fixed;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}


#visual #visual-box #visual-text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 1;
}
#visual #visual-box #visual-text > * {
  margin: 0;
  font-size: 27px;
  font-size: 1.6875rem;
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
   /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
   font-family: "HGPゴシックE", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  text-shadow: 0 0 10px white;
  line-height: 1.5;
  color: #555555;
}
#visual #visual-box #visual-text > * br {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #visual #visual-box #visual-text > * br {
    display: block;
  }
}
#visual #visual-box #visual-text > * span {
  position: relative;
  margin-inline-end: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  vertical-align: middle;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #visual #visual-box #visual-text > * span {
    display: inline-block;
  }
}


#visual #visual-box #visual-text > * span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  margin-inline-start: -40px;
  background: #555555;
}
#visual #visual-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  order: -1;
}

#home #visual {
  height: 80vh;
}

#company #visual,
#guidelines #visual,
#service #visual{
  height: 50vh;
}

#home #visual #visual-box img {
position: relative;
top: -10vh;
}

#company #visual #visual-box #visual-img,
#guidelines #visual #visual-box #visual-img,
#service #visual #visual-box #visual-img{
position: relative;
  height: 65vh;
}


#company #visual #visual-box img,
#guidelines #visual #visual-box img,
#service #visual #visual-box img{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}




@media screen and (min-width: 0) and (max-width: 768px) {

#home #visual #visual-box img {
position: relative;
top: 0;
}

#company #visual #visual-box img,
#guidelines #visual #visual-box img,
#service #visual #visual-box img{
position: relative;
top: 30%;
}

#home #visual {
/*height: 100vh;*/
  height: 30vh !important;
}

#company #visual,
#guidelines #visual,
#service #visual{
  height: 25vh !important;
}

}


/*#home #visual #visual-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  background-image: url(../images/path-carton-can.svg);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: right 15% top 30%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #home #visual #visual-box {
    display: flex;
    flex-direction: column;
    background-size: contain;
    background-position: left 50% bottom 25%;
  }
}
#home #visual #visual-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #ffc000);
  pointer-events: none;
}
#home #visual #visual-box #visual-text {
  position: static;
  margin-block-start: -150px;
  transform: translateY(0);
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #home #visual #visual-box #visual-text {
    margin-block-start: 0;
  }
}
#home #visual #visual-box #visual-text p {
  padding-inline: 2rem;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #home #visual #visual-box #visual-text p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
#home #visual #visual-box #visual-text p span {
  margin-inline-end: 0;
  font-size: inherit;
  font-style: italic;
  color: #ee751c;
}
#home #visual #visual-box #visual-text p span:before {
  display: none;
}
#home #visual #visual-box #visual-text p br {
  display: block;
}
#home #visual #visual-box #visual-img {
  margin-block-start: -150px;
  order: -1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #home #visual #visual-box #visual-img {
    margin-block-start: 0;
  }
}
#home #visual #visual-box #visual-img img {
  position: relative;
  height: auto;
  min-height: auto;
  padding: 5%;
  opacity: 1;
  z-index: 1;
}
*/



/*===========================================
Google Map Area
===========================================*/
#gmap {
  grid-template-columns: 1fr 30%;
  gap: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #gmap {
    display: block;
    height: auto;
  }
}
#gmap iframe {
  width: 100%;
  height: 750px;
  margin-block-start: -150px;
  vertical-align: bottom;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #gmap iframe {
    height: 300px;
    margin-block-start: 0;
  }
}

main #contents #gmap {
  gap: 0;
  margin: 0;
  padding: 0;
}

/*===========================================
List Decoration Area
===========================================*/
main #contents .emphasis li:before {
  content: "◆";
}
main #contents .emphasis li span {
  font-weight: bold;
   font-family: "HGPゴシックE", sans-serif;
}
main #contents .variation01 {
  counter-reset: number;
}
main #contents .variation01 li:before {
  content: "( " counter(number) " )";
  counter-increment: number;
}
main #contents .step {
  counter-reset: step;
}
main #contents .step li:before {
  content: "◆ STEP ( " counter(step) " )";
  counter-increment: step;
}
main #contents .explanation dt {
  margin-block-start: 2rem;
}
main #contents .explanation dt:first-child {
  margin-block-start: 0;
}

/*===========================================
Page Scroll Customize
===========================================*/
.on-scroll #page-scroll span {
  color: #111111;
}
.on-scroll #page-scroll span:before {
  background: #111111;
}
.on-scroll #page-scroll span:after {
  background: #111111;
}

/*===========================================
Common Button Area
===========================================*/
.set-btn {
  width: 100%;
  margin-block: 1rem;
  text-align: center;
}
.set-btn .btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ee751c;
  background-image: -moz-linear-gradient(top, #f08334 0%, #ee751c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f08334), color-stop(100%, #ee751c));
  background-image: -webkit-linear-gradient(top, #f08334 0%, #ee751c 100%);
  background-image: -o-linear-gradient(top, #f08334 0%, #ee751c 100%);
  background-image: -ms-linear-gradient(top, #f08334 0%, #ee751c 100%);
  background-image: linear-gradient(to bottom, #f08334 0%, #ee751c 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border-radius: 4px;
  property: 52.1568627451%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  text-indent: 15px;
}
.set-btn .btn:link {
  text-decoration: none;
  color: #ffffff;
}
.set-btn .btn:active {
  box-shadow: inset 1px 1px 3px 0 #ad510d;
}
.set-btn .btn:hover {
  background: #ee751c;
  background-image: -moz-linear-gradient(top, #f0893d 0%, #f08334 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0893d), color-stop(100%, #f08334));
  background-image: -webkit-linear-gradient(top, #f0893d 0%, #f08334 100%);
  background-image: -o-linear-gradient(top, #f0893d 0%, #f08334 100%);
  background-image: -ms-linear-gradient(top, #f0893d 0%, #f08334 100%);
  background-image: linear-gradient(to bottom, #f0893d 0%, #f08334 100%);
}
.set-btn .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-inline-start: -20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: calc(tan(60deg) * 5px) solid #ffffff;
}

.btn-more span {
  display: inline-block;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border: 2px solid #ee751c;
  border-radius: 100px;
  background: #ffffff !important;
  color: #ee751c !important;
  transition: 0.3s;
}
.btn-more span:hover {
  background: #ee751c !important;
  color: #ffffff !important;
}

/*===========================================
Features Area
===========================================*/
#features #four-operations dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 2rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #features #four-operations dl {
    display: block;
  }
}
#features #four-operations dl dt {
  font-weight: normal;
  white-space: nowrap;
}
#features #four-operations dl dt:after {
  content: "：";
}
#features #four-operations dl dd {
  margin-block-end: 1rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #features #four-operations dl dd {
    margin-block-end: 2rem;
  }
}
#features main #contents #one-stop-order .parts-list-title {
  margin-block-end: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 10px;
  color: #ee751c;
}
#features main #contents .emphasis li {
  position: relative;
  padding-inline-start: 100px;
  text-indent: 0;
}
#features main #contents .emphasis li:before {
  display: none;
  content: "";
}
#features main #contents .emphasis span {
  position: absolute;
  left: 13px;
}
#features main #contents .emphasis span:before {
  content: "◆";
}

/*===========================================
Company Area
===========================================*/
#company .signature {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: right;
  color: #555555;
}
#company .signature span {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
}
#company table tbody tr:nth-child(even) {
  background: rgba(255, 192, 0, 0.03);
}
#company table tbody th {
  white-space: nowrap;
  color: #F19100;
  /* font-family: "HGPゴシックE", sans-serif;*/
}
#company dl dt,
#company dl dd {
   font-family: "HGPゴシックE", sans-serif;
}



@media screen and (min-width: 0) and (max-width: 768px) {
  #company table tbody th {
    display: block;
    margin-block-end: 0;
    padding-block-start: 1rem;
    padding-block-end: 0.5rem;
    text-align: left;
    border-bottom: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #company table tbody td {
    display: block;
    padding-block-start: 0.5rem;
    padding-block-end: 1rem;
  }
}
#company table tbody td dl {
  margin-block-end: 1rem;
}
#company table tbody td span {
  color: #ee751c;
}

/*===========================================
Contact Area
===========================================*/
#contact .symbol-required {
  margin: 0 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  vertical-align: top;
  color: #F19100;
}
#contact form dl {
  display: flex;
  position: relative;
  margin-block-end: 0;
  line-height: 0;
}
#contact form dl:nth-child(odd) {
  background: rgba(255, 192, 0, 0.03);
}

#contact form dl dt, 
#contact form dl dd {
   /*font-family:HGPゴシックE;*/
   font-family: "HGPゴシックE", sans-serif;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  #contact form dl {
    display: block;
  }
}
#contact form dl dt {
  flex: 0 0 30%;
  position: relative;
  min-width: 0;
  margin-block-end: 0;
  padding: 2rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2.8;
  border-bottom: 1px solid #F19100;
}
#contact form dl dt .symbol-required {
  position: absolute;
  top: 2.4rem;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact form dl dt {
    padding-block-start: 1rem;
    padding-block-end: 0.5rem;
    border-bottom: none;
  }
  #contact form dl dt .symbol-required {
    position: relative;
    top: 0.4rem;
  }
}
#contact form dl dd {
  flex: 1 1 auto;
  margin-block-end: 0;
  padding: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #contact form dl dd {
    padding-block-start: 0.5rem;
    padding-block-end: 1rem;
  }
}
#contact form input[type="text"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  width: 100%;
}
#contact form input, #contact form select, #contact form textarea {
  vertical-align: middle;
  border: 1px solid #cccccc;
}
#contact form input[type="text"], #contact form input[type="file"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  padding: 8px;
  box-sizing: border-box;
  border-radius: 2px;
  appearance: none;
  color: #333333;
}
#contact form input[type="text"].error, #contact form input[type="file"].error, #contact form input[type="password"].error, #contact form input[type="email"].error, #contact form input[type="tel"].error, #contact form textarea.error {
  background: #ffe5e5;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#contact form input[type="text"]:focus, #contact form input[type="file"]:focus, #contact form input[type="password"]:focus, #contact form input[type="email"]:focus, #contact form input[type="tel"]:focus, #contact form textarea:focus {
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
#contact form label.required {
  line-height: 1.5;
}
#contact form label.required:after {
  content: '*';
  margin: 0 10px;
  color: #ff6c00;
}
#contact form span.example {
  display: block;
  margin-bottom: 3px;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
#contact form span.error_blank {
  display: block;
  margin-block: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.2;
  color: #d80000;
}
#contact form .select {
  display: inline-block;
  position: relative;
}
#contact form .select:after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
#contact form .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: left !important;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
#contact form .select select.error {
  background: #ffe5e5;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form .select select:focus {
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form .select select::-ms-expand {
  display: none;
}
#contact form .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #5488e2;
  border-bottom: 2px solid #5488e2;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
#contact form .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
#contact form .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  border-radius: 100px;
  background: #5488e2;
  opacity: 0;
  z-index: 1;
}
#contact form .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 100px;
}
#contact form .form-check input[type=checkbox] {
  display: none;
}
#contact form .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
#contact form .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
#contact form .form-check input[type=radio] {
  display: none;
}
#contact form .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
#contact form .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#contact form input[type="checkbox"], #contact form input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  box-shadow: 24px 0px #ffffff;
  appearance: none;
  z-index: 2;
}
#contact form input[type="checkbox"]:checked, #contact form input[type="radio"]:checked {
  box-shadow: none;
}
#contact form input[type="checkbox"].error + label:before, #contact form input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
#contact form input[type="checkbox"].error + label:after, #contact form input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
#contact form .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#contact form .upload-area > span {
  display: inline-block;
  padding: 3px 6px;
  font-size: 3px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16861), color-stop(100%, #ef514a));
  background-image: -webkit-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -o-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -ms-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: linear-gradient(to bottom, #f16861 0%, #ef514a 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border-radius: 4px;
  property: 61.3725490196%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
#contact form .upload-area > span:link {
  text-decoration: none;
  color: #ffffff;
}
#contact form .upload-area > span:active {
  box-shadow: inset 1px 1px 3px 0 #c91a12;
}
#contact form .upload-area > span:hover {
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2716b), color-stop(100%, #f16861));
  background-image: -webkit-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -o-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -ms-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: linear-gradient(to bottom, #f2716b 0%, #f16861 100%);
}
#contact form .upload-area > span.delete {
  display: inline-block;
  padding: 3px 6px;
  font-size: 3px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border-radius: 4px;
  property: 86.6666666667%;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
#contact form .upload-area > span.delete:link {
  text-decoration: none;
  color: #ffffff;
}
#contact form .upload-area > span.delete:active {
  box-shadow: inset 1px 1px 3px 0 #9b9b9b;
}
#contact form .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #eaeaea 100%);
}
#contact form .upload-area > span.delete:before {
  vertical-align: middle;
  color: #888888;
}
#contact form .upload-area input[type="file"] {
  display: none;
}
#contact form .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
#contact form .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
#contact form .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
#contact form .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
#contact form .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
#contact form .form-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact form .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#contact form .form-package label:first-child {
  margin-left: 0;
}
#contact form .form-package + .example {
  margin-bottom: 15px;
}
#contact form .form-package .btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16861), color-stop(100%, #ef514a));
  background-image: -webkit-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -o-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -ms-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: linear-gradient(to bottom, #f16861 0%, #ef514a 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border-radius: 4px;
  property: 61.3725490196%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin-inline: 1rem;
  padding: 8px 16px;
  white-space: nowrap;
  text-decoration: none;
}
#contact form .form-package .btn:link {
  text-decoration: none;
  color: #ffffff;
}
#contact form .form-package .btn:active {
  box-shadow: inset 1px 1px 3px 0 #c91a12;
}
#contact form .form-package .btn:hover {
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2716b), color-stop(100%, #f16861));
  background-image: -webkit-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -o-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -ms-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: linear-gradient(to bottom, #f2716b 0%, #f16861 100%);
}
@media screen and (max-width: 468px) {
  #contact form .form-package .btn {
    margin-inline-end: 0;
  }
}
#contact #form-btn {
  margin: 30px 0;
  text-align: center;
}
#contact #form-btn > #form_submit {
  display: inline-block;
  position: relative;
  margin-block-end: 1rem;
}
#contact #form-btn > #form_submit:before {
  content: "";
  position: absolute;
  /*top: 50%;*/
   top: 60%;
  left: 50px;
  transform: translate(0, -50%);
  margin-block-start: -6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: calc(tan(60deg) * 5px) solid #ffffff;
}
#contact #form-btn .btn {
  display: inline-block;
  padding: 14px 28px;
  /*font-size: 14px;*/
   font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16861), color-stop(100%, #ef514a));
  background-image: -webkit-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -o-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: -ms-linear-gradient(top, #f16861 0%, #ef514a 100%);
  background-image: linear-gradient(to bottom, #f16861 0%, #ef514a 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border-radius: 4px;
  property: 61.3725490196%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  padding: 18px 50px;
  text-indent: 15px;
}
#contact #form-btn .btn:link {
  text-decoration: none;
  color: #ffffff;
}
#contact #form-btn .btn:active {
  box-shadow: inset 1px 1px 3px 0 #c91a12;
}
#contact #form-btn .btn:hover {
  background: #ef514a;
  background-image: -moz-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2716b), color-stop(100%, #f16861));
  background-image: -webkit-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -o-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: -ms-linear-gradient(top, #f2716b 0%, #f16861 100%);
  background-image: linear-gradient(to bottom, #f2716b 0%, #f16861 100%);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#service .clm-image img {
margin: 0 auto !important;
}

#service .step_list ul {
max-width: 1200px !important;
margin: 0 auto;
}

#service .step_list ul li {
padding-inline-start: unset;
	background-color: #fff;
	text-indent: unset;
	position: relative;
	margin-bottom: 40px;
}


#service .step_list ul li:before {
content:none;
margin-inline-end:unset;
}

#service .step_list ul li:after {
  position: absolute;
  content: "";
		left: 50%;
  right: 50%;
  width: 45px;
  height: 23px;
  margin-top: 10px;
  background: url("/images/ico_arow_links.svg") bottom center no-repeat;
  background-size: 45px 23px;
}

#service .step_list ul li:last-child:after {
content: none;
}


#service .step_list ul li dl {
display: flex;
  position: relative;
  margin-block-end: 0;
  line-height: 0;
}

#service .step_list ul li dl dt {
/*  font-size: clamp(.8rem, 2.5vw, 1.5rem); */
		/*font-size: clamp(1.3rem, 2.5vw, 1.8rem); */
   font-size: 1.3rem;
  position: relative;
  min-width: 0;
  margin-block-end: 0;
  white-space: nowrap;
  line-height: 2.8;
		background-color: #F19100;
		color: #fff;
		width: 16%;
		text-align: center;
}

#service .step_list ul li dl dt span {
padding: 0 0 0 1rem;
}

#service .step_list ul li dl dd {
/*font-size: clamp(.5rem, 2.5vw, 1rem); */
/*font-size: clamp(1rem, 2.5vw, 1.3rem); */
   font-size: 1.3rem;
margin-inline:unset;
display: inline-block;
padding: 3px 0 0 2rem;
width: 84%;
font-family: "HGPゴシックE", sans-serif;
}


#service .step_list ul li dl dd span {
 /* font-size: clamp(.8rem, 2.5vw, 1.5rem); */
		/*font-size: clamp(1.3rem, 2.5vw, 1.8rem); */
    font-size: 1.3rem;
  border-radius: 20px;
		display: block;
		font-weight: bold;
		}

@media screen and (min-width: 0) and (max-width: 768px) {

#service .step_list ul li dl {
display: block;
}

#service .step_list ul li dl dt {
width: 100%;
}
#service .step_list ul li dl dd {
width: 100%;
}

}


/*# sourceMappingURL=style.css.map */
