/*
 Theme Name:techtonix
 Template:arkhe
 */
 @import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800,900");

body {
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  font-family:  "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

header {
  color: #fff;
  text-align: center;
  padding: 0;
  display: flex;
  top: 0;
  justify-content: left;
  align-items: center;
  position: fixed;
  z-index: 10;
}
.l-header {
  width:auto;
  border-radius:30px;
  margin:0.8rem;
}
@media (max-width: 767px) {
  .l-header {
    width:100%;
    border-radius: 0;
    margin:0;
  }
}
nav {
  color: #333;
  padding: 0.5rem;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 10px;
}

nav ul li a {
  color: #333;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

figure {
  margin: 0;
}

form {
  display: flex;
  flex-direction: column;
}

label,
input,
textarea {
  margin-bottom: 10px;
}


footer {
  
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
  /* position: fixed;
        bottom: 0; */
  width: 100%;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

@media (max-width: 767px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }
}

/* h2 {
        text-align: center;
        color:#3B78CB;
        font-size:60px;
        margin:3rem 0;
    } */
h1 {
    margin: 0;
    
}
h2 {
  margin: 0;
  /* font-family: montserrat, sans-serif; */
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media not all and (min-width: 1000px) {
  .l-content {
      overflow-x: visible;
  }
}
/* ヘッダー */
.header_logo {
  width: 300px;
}

.c-gnav__li>.c-gnav__a {
  font-size: 18px;
}
.c-gnav__li, .c-gnav__li>.c-gnav__a {
  height:auto;
}
.header_contact {
  border:1px solid #333;
  border-radius: 2.75rem;
  padding:0;
  transition: all .2s;
}
.header_contact:hover {
  border:1px solid #333;
  background:#333;
  color:#fff;
}
@media (max-width: 767px) {
  .header_contact,.header_contact:hover  {
    border:none;
  }
}
/* フッター */
.l-footer {
  margin-top:4rem;
}
.widget_nav_menu .menu,.widget_nav_menu .menu-item{
  border:none;
  font-family: "futura-pt", sans-serif;

}

/* メイン */

.mv {
  height: 100vh;

}

.mv img {
  position: relative;
  height: 100vh !important;
  width: 100%;
}

/* .mv h2 {
        font-size:180px;
        letter-spacing: -15px;
        color:transparent;
        
        position:absolute;
        top:50%;
        left:5%;
    
    }
      @media (max-width: 767px) {
        .mv {
          height: auto;
          aspect-ratio: 16/9;
        }
      } */
      .ark-block-section {
        margin-top:0;
      }


 
    
.section_wrapper {
  display: flex;
  width: 100%;
}

.top_about_img {
  width: 50%;
}

.top_about_img img {
  object-fit: cover;
}

.top_about_text {
  width: 50%;
}

.top_about_text h2 {
  margin-top: 8rem;
}

.top_about_text p {
  margin: 5rem;
  line-height: 1.8rem;
}

.wp-block-columns.has-background,
.wp-block-group.has-background,
p.has-background {
  padding: 0;
}

/* アニメーション */
.animetion_loop {
  will-change: transform;
  animation: animeloop 10s linear infinite;
  transform: translateX(0);
  white-space: nowrap;
}

@keyframes animeloop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
.band {
  color: #e9e6e0;
  font-size: 9.7rem;
  font-family: "Montserrat";
  animation: infinity-scroll-right 95s infinite linear 0.5s both;
  font-weight: 700;
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

.band_container {
  display: flex;
}

.band_container {
  animation: loop 20s linear .2s infinite;
  will-change: transform;
}
.band_container p {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  opacity:0.6;
}
@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
}
}
@media (max-width: 767px) {
  .band {
    font-size:5rem;
  }
}
/* swiper */
.swiper-slide {
  width: 100%;
  height: 40vh !important;;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
/* スライドの動き等速 */
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .swiper-slide {
    height: 20vh !important;;
  }
}

/* service  */
.card {
    box-sizing: border-box;
    border-radius: 0.25rem;
    background-repeat: no-repeat;
    background-size: 100% 0%, 0% 100%, 100% 0%, 0% 100%;
    background-position: top, right, bottom, left;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}
.card:hover {
  background-size: 100% 20px, 20px 100%, 100% 20px, 20px 100%;
}
/* contact */
.contact_part_wrapper {
  margin: 0 auto;
  background: #e9e6e0;
  border-radius: 30px;

}

.contact_part_wrapper a {
  text-decoration: none;
  display: block;
  color: #333;

}

.contact_part_wrapper:hover .arrow {
  transform: scale(1.2, 1.2);

}

.contact_part_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_part {
  width: 50%;
  padding:3rem;
}

.contact_part:nth-child(2) {
  width: 30%;
}

.contact_part h2 {
  font-size: 3.5em;
  text-align: center;
}

.contact_part p {

  font-size: 1.2rem;
}

.contact_part .arrow {
  width: 50%;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .contact_part_flex {
    flex-direction: column;
  }

  .contact_part {
    width: 100%;
    margin-bottom:2rem;
    padding-bottom: 0;
  }

  .contact_part:nth-child(2),
  .contact_part:nth-child(3) {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom:3rem;
    width:100%;
  }

  .contact_part p {
    margin:0;
    text-align: center;
}
}
.wpcf7-form input[type="submit"] {
  font-size:1.25rem;
  padding:0.8rem 4rem;
  border-radius: 10px;
  text-align: right;
}
/* aboutページ */
page-id-20 .ark-block-section {
 overflow: visible;
}

.company span {
  color: #266d00;
  font-size: 3rem;
  font-weight: 700;
  font-family: montserrat, sans-serif;

}

.company dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.company dl dt {
  width: 20%;
  padding: 1.25rem;
  font-weight: 700;
  text-align: center;
  /* border-right: 1px solid #333; */
  /* border-bottom:1px solid #333; */
  margin-top: 0.4rem;
  background:#e9e6e0;
}

.company dl dd {
  width: 70%;
  padding: 1.25rem;
  margin-top: 0.8rem;
  /* border-bottom:1px solid #333; */
}
@media screen and (max-width: 768px) {
  .company{
    text-align: center;
  }
.company dl {
  flex-direction: column;
}
.company dl dt,.company dl dd {
  width: 100%;
  text-align: center;
}
.company dl dd ul li {
  text-align: left;
}
}

/* contactフォーム */
/* フォーム全体のスタイル */
.wpcf7 {
  /* background-color: #f0f0f0; ライトグレー */
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  }
  /* ラベルのスタイル */
  .wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333; /* ダークグレー */
  }
  /* 必須フィールドのラベルスタイル */
  .wpcf7-form .required {
  background-color: #ff0000; /* レッド */
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
  }
  /* インプットフィールドのスタイル */
  .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc; /* ライトグレー */
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #ffffff; /* 白 */
  }
  /* テキストエリアのスタイル */
  .wpcf7-form textarea {
  height: 150px;
  resize: vertical;
  }
  /* 送信ボタンのスタイル */
  .wpcf7-form input[type="submit"] {
  background-color: #000000; /* ブルー */
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  }
  .wpcf7-form input[type="submit"]:hover {
  background-color: #0056b3; /* 濃いブルー */
  }
  /* エラーメッセージと成功メッセージのスタイル */
  .wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  }
  .wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
  }


  /* ニュース */
  .single_content {
    padding:3rem;
    background-color:#f5f5f5;
    margin-bottom:3rem;
  }
  .p-single__time{
    text-align: end;
  }
  .blog-content {
    margin:3rem;
  }
  .blog-detail__image {
    width:600px;
    margin:0 auto;
  }
@media screen and (max-width: 768px) {
  .single_content {
    padding:0;
  }
  .blog-detail__image {
    width:100%;
  }
}