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

    THEMA INFO

==================================================================================== */
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/* ====================================================================================

    ITEMS

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

    HEADER

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

    NAV

==================================================================================== */
#nav-torigger {
  display: none;
  width: 18.66667%;
  max-width: 60px;
  aspect-ratio: 1/1;
  position: relative; }
  #nav-torigger .ham {
    aspect-ratio: 26/22;
    width: 37.14286%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #nav-torigger .ham span {
      display: block;
      width: 100%;
      aspect-ratio: 26/2;
      background: #000;
      position: absolute;
      left: 0;
      transition: .5s ease;
      transform-property: top, transform, opacity, bottom; }
      #nav-torigger .ham span:nth-of-type(1) {
        top: 0; }
      #nav-torigger .ham span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%); }
      #nav-torigger .ham span:nth-of-type(3) {
        bottom: 0; }
  #nav-torigger.active .ham span:nth-of-type(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg); }
  #nav-torigger.active .ham span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active .ham span:nth-of-type(3) {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%) rotate(-45deg); }

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

    SIDE

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

    FOOTER

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

    ITEM

==================================================================================== */
.to-up,
.to-right,
.to-left {
  opacity: 0;
  transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition-property: transform, opacity;
  will-change: opacity, transform; }
  .to-up.active,
  .to-right.active,
  .to-left.active {
    opacity: 1;
    transform: translate(0, 0); }

.to-up {
  transform: translateY(80px); }

.to-right {
  transform: translateX(-80px); }

.to-left {
  transform: translateX(80px); }

.order.active .order-child {
  opacity: 1;
  transform: translate(0, 0); }

.wpcf7-list-item-label {
  cursor: pointer; }

.wpcf7-acceptance input[type="checkbox"] {
  display: none; }
  .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 35px  ; }
    @media only screen and (max-width: 600px) {
      .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
        padding-left: 5.83333vw  ; } }
    @media only screen and (max-width: 375px) {
      .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label {
        padding-left: 9.33333vw  ; } }
    .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before, .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
      content: '';
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      aspect-ratio: 1; }
    .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
      width: 26px  ;
      border: 1px solid #000;
      background: #fff;
      left: 0; }
      @media only screen and (max-width: 600px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
          width: 4.33333vw  ; } }
      @media only screen and (max-width: 375px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:before {
          width: 6.93333vw  ; } }
    .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
      width: 18px  ;
      background: #000;
      left: 5px  ;
      opacity: 0;
      transition: opacity .5s ease; }
      @media only screen and (max-width: 600px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
          width: 3vw  ; } }
      @media only screen and (max-width: 375px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
          width: 4.8vw  ; } }
      @media only screen and (max-width: 600px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
          left: 0.83333vw  ; } }
      @media only screen and (max-width: 375px) {
        .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label:after {
          left: 1.33333vw  ; } }
  .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1; }

.wpcf7-acceptance .wpcf7-list-item {
  margin: 25px 0px  ;
  display: block; }
  @media only screen and (max-width: 600px) {
    .wpcf7-acceptance .wpcf7-list-item {
      margin: 4.16667vw 0vw  ; } }
  @media only screen and (max-width: 375px) {
    .wpcf7-acceptance .wpcf7-list-item {
      margin: 6.66667vw 0vw  ; } }

.wpcf7-not-valid-tip {
  font-size: 1.2rem; }

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -20px  ;
  left: 50%;
  translate: -50% 100%; }
  @media only screen and (max-width: 600px) {
    .wpcf7-spinner {
      bottom: -3.33333vw  ; } }
  @media only screen and (max-width: 375px) {
    .wpcf7-spinner {
      bottom: -5.33333vw  ; } }

.recaptcha_policy {
  text-align: center;
  font-size: 1.4rem; }
  .recaptcha_policy a {
    color: #000;
    text-decoration: underline; }

.grecaptcha-badge {
  visibility: hidden; }

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

    TOP

==================================================================================== */
.Teaser {
  width: 100%;
  height: 100vh;
  overflow-y: auto; }
  .Teaser--inner {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
  .Teaser--box {
    width: 600px;
    max-width: 100%;
    text-align: center; }
    .Teaser--box h1 {
      text-align: center; }
      .Teaser--box h1 img {
        width: 67.66667%; }
    .Teaser--box .sns {
      font-size: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 2%; }
      .Teaser--box .sns li {
        width: 5.16667%; }
        @media only screen and (min-width: 769px) {
          .Teaser--box .sns li a {
            transition: opacity .5s ease; }
            .Teaser--box .sns li a:hover {
              opacity: 0.6; } }
    .Teaser--box .contactus {
      width: 17%; }
    .Teaser--box .wiredpro {
      width: 18%; }

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

    SINGLE

==================================================================================== */
.Single--content h1,
.Single--content h2,
.Single--content h3,
.Single--content h4,
.Single--content h5,
.Single--content h6 {
  margin: 40px 0px 15px  ;
  line-height: 1.4;
  font-weight: bold;
  color: #000; }
  @media only screen and (max-width: 600px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 6.66667vw 0vw 2.5vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content h1,
    .Single--content h2,
    .Single--content h3,
    .Single--content h4,
    .Single--content h5,
    .Single--content h6 {
      margin: 10.66667vw 0vw 4vw  ; } }

.Single--content h1 {
  padding: 8px 20px  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1.2; }
  @media only screen and (max-width: 600px) {
    .Single--content h1 {
      padding: 1.33333vw 3.33333vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content h1 {
      padding: 2.13333vw 5.33333vw  ; } }

.Single--content h2 {
  padding: 5px 10px  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #000;
  border-bottom: 2px solid #000; }
  @media only screen and (max-width: 600px) {
    .Single--content h2 {
      padding: 0.83333vw 1.66667vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content h2 {
      padding: 1.33333vw 2.66667vw  ; } }

.Single--content h3 {
  font-size: 2.4rem; }

.Single--content h4 {
  font-size: 2rem; }

.Single--content h5 {
  font-size: 1.8rem; }

.Single--content h6 {
  font-size: 1.6rem; }

.Single--content p {
  margin: 25px 0px  ;
  line-height: 2; }
  @media only screen and (max-width: 600px) {
    .Single--content p {
      margin: 4.16667vw 0vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content p {
      margin: 6.66667vw 0vw  ; } }
  .Single--content p:first-child {
    margin-top: 0; }

.Single--content img {
  height: auto; }

.Single--content strong {
  font-weight: bold; }

.Single--content em {
  font-style: italic; }

.Single--content b {
  font-weight: bold; }

.Single--content mark {
  display: inline;
  background-color: #fffb7b;
  color: #000; }

.Single--content blockquote {
  margin: 30px 0px  ;
  padding: 40px 30px  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8); }
  @media only screen and (max-width: 600px) {
    .Single--content blockquote {
      margin: 5vw 0vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content blockquote {
      margin: 8vw 0vw  ; } }
  @media only screen and (max-width: 600px) {
    .Single--content blockquote {
      padding: 6.66667vw 5vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content blockquote {
      padding: 10.66667vw 8vw  ; } }
  .Single--content blockquote p {
    margin: 0; }
    .Single--content blockquote p + p {
      margin-top: 30px; }

.Single--content a {
  color: #000;
  text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .Single--content a:hover {
      text-decoration: none; } }

.Single--content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.Single--content .alignright {
  float: right; }

.Single--content .alignleft {
  float: left; }

.Single--content img[class*=attachment-],
.Single--content img[class*=wp-image-] {
  height: auto;
  max-width: 100%; }

.Single--content ul,
.Single--content ol {
  margin: 30px 0px  ; }
  @media only screen and (max-width: 600px) {
    .Single--content ul,
    .Single--content ol {
      margin: 5vw 0vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content ul,
    .Single--content ol {
      margin: 8vw 0vw  ; } }
  .Single--content ul li,
  .Single--content ol li {
    line-height: 1.8; }
    .Single--content ul li + li,
    .Single--content ol li + li {
      margin-top: 12px  ; }
      @media only screen and (max-width: 600px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 2vw  ; } }
      @media only screen and (max-width: 375px) {
        .Single--content ul li + li,
        .Single--content ol li + li {
          margin-top: 3.2vw  ; } }

.Single--content ul {
  padding-left: 20px  ;
  list-style-type: disc; }
  @media only screen and (max-width: 600px) {
    .Single--content ul {
      padding-left: 3.33333vw  ; } }
  @media only screen and (max-width: 375px) {
    .Single--content ul {
      padding-left: 5.33333vw  ; } }

.Single--content ol {
  counter-reset: num; }
  .Single--content ol li {
    padding-left: 24px  ;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .Single--content ol li {
        padding-left: 4vw  ; } }
    @media only screen and (max-width: 375px) {
      .Single--content ol li {
        padding-left: 6.4vw  ; } }
    .Single--content ol li:before {
      counter-increment: num;
      content: counter(num) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #000; }

@media only screen and (max-width: 375px) {
  p {
    line-height: 2; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .sp-i {
    display: inline !important; }
  .flex {
    display: block; }
  .col-sm-1 {
    width: 100%; }
  .tc-sp {
    text-align: center; }
  .tj-sp {
    text-align: justify; }
  .tr-sp {
    text-align: right; } }

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