@charset "UTF-8";
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/* mixin テスト用（リリース前削除）
-----------------------------------*/
/*========================*/
/* format（リリース前削除） */
/*========================*/
.format .test-area .test01 {
  position: relative;
  height: 200px;
  margin-bottom: 80px;
  background-color: #CCC;
}
.format .test-area .test01 p {
  margin-bottom: 0;
}
.format .test-area .test01 .test01-txt01 {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
.format .test-area .test01 .test01-txt02 {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.format .test-area .test01 .test01-txt03 {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.format .test-area .test02 p {
  padding: 40px 24px;
}
.format .test-area .test02 .test02-txt01 {
  background: transparent;
  background: linear-gradient(to right, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt02 {
  background: transparent;
  background: linear-gradient(to bottom, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt03 {
  background: transparent;
  background: linear-gradient(135deg, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test02 .test02-txt04 {
  background: transparent;
  background: linear-gradient(45deg, transparent 0%, #AAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
}
.format .test-area .test03 p {
  font-size: 24px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
.format .test-area .test03 .test03-txt01 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt02 {
  color: #F00;
  background: -webkit-linear-gradient(-90deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt03 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test03 .test03-txt04 {
  color: #F00;
  background: -webkit-linear-gradient(0deg, #F00, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.format .test-area .test04 .test04-txt01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(8px / 2) 8px calc(8px / 2);
  border-color: transparent transparent #AAA transparent;
}
.format .test-area .test04 .test04-txt02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(16px / 2) 24px calc(16px / 2) 0;
  border-color: transparent #AAA transparent transparent;
}
.format .test-area .test04 .test04-txt03::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px calc(32px / 2) 0 calc(32px / 2);
  border-color: #AAA transparent transparent transparent;
}
.format .test-area .test04 .test04-txt04::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(48px / 2) 0 calc(48px / 2) 16px;
  border-color: transparent transparent transparent #AAA;
}
.format .test-area .test05 .test05-txt01::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(225deg);
}
.format .test-area .test05 .test05-txt02::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 14px;
  vertical-align: middle;
  width: 14px;
  transform: rotate(135deg);
}
.format .test-area .test05 .test05-txt03::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 8px 8px 0;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  transform: rotate(45deg);
}
.format .test-area .test05 .test05-txt04::before {
  content: "";
  display: inline-block;
  border-color: #AAA;
  border-style: solid;
  border-width: 0 4px 4px 0;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  transform: rotate(-45deg);
}
.format .test-area .test06 .test06-list01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 16px;
  flex-direction: row;
}
.format .test-area .test06 .test06-list01 > * {
  width: calc((100% - (16px * (2 - 1))) / 2);
}
.format .test-area .test06 .test06-list01 li {
  padding: 16px;
  text-align: center;
  background-color: #CCC;
}
.format .test-area .test06 .test06-list02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 8px;
  flex-direction: row-reverse;
}
.format .test-area .test06 .test06-list02 > * {
  width: calc((100% - (8px * (3 - 1))) / 3);
}
.format .test-area .test06 .test06-list02 li {
  padding: 16px;
  text-align: center;
  background-color: #CCC;
}
.format .test-area .test07 .test07-txt01 {
  font-size: clamp(16px, 1.2506513809vw, 24px);
}
.format .test-area .test07 .test07-txt02 {
  font-size: clamp(24px, 4vw, 48px);
}

/*=======*/
/* about */
/*=======*/
/*======*/
/* news */
/*======*/
/*=========*/
/* contact */
/*=========*/
.contact {
  /* ContactForm用 */
}
@media (max-width: 767px) {
  .contact .table {
    display: block;
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  margin-left: 16px;
  padding: 4px;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #F00;
}
.contact .data-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-name dt {
  width: 3em;
}
.contact .data-name dd {
  width: calc(100% - 3em);
  margin-bottom: 8px;
}
.contact .data-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-address dt {
  width: 5em;
}
.contact .data-address dd {
  width: calc(100% - 5em);
  margin-bottom: 8px;
}
.contact .data-address .p-postal-code {
  max-width: 200px;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}
/*# sourceMappingURL=contents.css.map */