@charset "UTF-8";
/*
Theme Name: REPLUVD
Theme URI: http://repluvd.co.jp/
Description: 2026年制作
Version: Ver.1.0
License: REPLUVD
*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
small {
  display: block;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}

textarea {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
/* 必要に応じて変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* 定義（変数、@mixin、要素、class等） //////////////////////////////////////////*/
/* 共通設定 /////////////////////////////*/
html {
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  letter-spacing: 0.05em;
  background: #fff;
  color: #333;
}

p {
  line-height: 1.8;
}
@media (max-width: 1023px) {
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  p {
    font-size: 1.5rem;
  }
}

.br {
  display: inline-block;
}

.font_G {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font_M {
  font-family: "Shippori Mincho", serif;
}

.font_E {
  font-family: "Raleway", sans-serif;
}

.scTitle {
  color: #67af9a;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 1023px) {
  .scTitle {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .scTitle {
    font-size: 40px;
  }
}
.scTitle span {
  font-size: 17px;
  display: block;
  color: #000;
}
@media (max-width: 760px) {
  .scTitle span {
    font-size: 14px;
  }
}

.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block;
  }
}

/* アニメーション */
.scin {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s;
}
.scin.active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes slide1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* ボタン */
.btn_wrap {
  text-align: center;
}
.btn_wrap .btn {
  display: inline-block;
  color: #fff;
  background: #67af9a;
  padding: 0.8em 2em;
  border-radius: 10px;
  transition: all 0.35s;
  min-width: 240px;
  text-align: center;
}
.btn_wrap .btn:hover {
  opacity: 0.8;
}

.cky-btn-accept {
  background-color: #67af9a !important;
  border-color: #67af9a !important;
}

.cky-btn-reject {
  border-color: #67af9a !important;
  color: #67af9a !important;
}

/* ヘッダー /////////////////////////////*/
/* ヘッダー基本スタイル */
.main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  border-top: 4px solid #67af9a;
  transition: background-color 0.3s ease;
  background-color: transparent; /* 初期は透明 */
}

.main_header.page_header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* スクロール後の背景白 */
.main_header.is_scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 3%;
  /* 左右3%の空き */
}

.header_logo img {
  height: 36px;
  display: block;
}

/* PCナビゲーション */
.header_nav {
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 760px) {
  .header_nav {
    display: none;
  }
}

.nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.nav_list li {
  flex-shrink: 0;
}

.nav_list a,
.modal_list a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  padding: 2px 0 0;
}

/* CONTACTボタン */
.nav_list .btn_contact {
  color: #67af9a;
  border: 1px solid #ccc;
  padding: 8px 20px 6px;
  border-radius: 99px;
  transition: 0.3s;
}

.nav_list .btn_contact:hover {
  background-color: #67af9a;
  color: #fff !important;
  border-color: #67af9a;
}

/* ハンバーガーメニューアイコン */
.hamburger_menu {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #67af9a;
  border-radius: 50%;
}

.bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

/* ハンバーガーの変形(X) */
.hamburger_menu.is_active .bar_top {
  transform: translateY(8px) rotate(45deg);
}

.hamburger_menu.is_active .bar_mid {
  opacity: 0;
}

.hamburger_menu.is_active .bar_bottom {
  transform: translateY(-8px) rotate(-45deg);
}

/* モーダルナビ */
.nav_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.nav_modal.is_active {
  opacity: 1;
  visibility: visible;
}

.modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 178, 157, 0.9);
}

.modal_content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.modal_list {
  text-align: center;
}

.modal_list li {
  margin-bottom: 30px;
}

.modal_list a {
  color: #fff;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  letter-spacing: 0.1em;
  margin: 0 auto;
}

/* フッター /////////////////////////////*/
.pageTop {
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 80px;
  z-index: 90;
  border: 1px solid #fff;
  border-radius: 50%;
}

.footer {
  background: #67af9a;
  color: #fff;
  text-align: center;
}
.footer .nav_list {
  gap: 10px 20px;
}
@media (max-width: 760px) {
  .footer .nav_list {
    padding: 2em 20px 0;
    justify-content: center;
  }
}

.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em 20px;
}
@media (max-width: 760px) {
  .footer_inner {
    flex-direction: column;
    padding: 2em 10px;
  }
}

.footer_logo {
  display: block;
  width: 200px;
  flex-shrink: 0;
}

small {
  display: block;
  padding: 1.5em 0;
  margin: 0 20px;
  border-top: 1px solid #94cdbc;
}

/* 固定ページ共通 /////////////////////////////*/
.section_title {
  text-align: center;
  padding: 0 0 1em;
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #67af9a;
  margin: 0 0 1.5em;
  position: relative;
}
.section_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #67af9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content_wrapper {
  background: #fafbfc;
  padding: 60px 0 6em;
}
@media (max-width: 760px) {
  .content_wrapper {
    padding: 60px 0 4em;
  }
}

.content {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}

.page_title {
  text-align: center;
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #67af9a;
  padding: 2em 0.3em 0.5em;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  position: relative;
}

.home .page_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #67af9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* アニメーション前の状態 */
.fade_up_item {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面内に入った時の状態 */
.fade_up_item.is_visible {
  opacity: 1;
  transform: translateY(0);
}

/* ローディング画面全体 /////////////////////////////*/
#loader_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #67af9a;
  z-index: 9999;
  display: flex;
  align-items: center; /* 垂直中央（ロゴ用） */
  justify-content: center; /* 水平中央（ロゴ用） */
  transition: opacity 0.5s ease;
}

/* 画面上端のライン */
#loading_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background-color: #fff;
  transition: width 2s cubic-bezier(0.22, 1, 0.36, 1); /* 80%までをゆったり見せる */
}

/* 中央のロゴ */
#loader_logo {
  width: 200px;
  opacity: 0;
  transform: translateY(20px);
  /* keyframesを直接指定。0.3秒待ってから、0.8秒かけて動かす */
  animation: logo_fade_in 0.8s ease forwards 0.3s;
}

@keyframes logo_fade_in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* コンテンツの表示制御 */
#content {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.is_loaded {
  /* 完了後の非表示設定 */
}
.is_loaded #loader_wrapper {
  opacity: 0;
  pointer-events: none;
}
.is_loaded #content {
  opacity: 1;
}

/* ヒーローエリア /////////////////////////////*/
.hero_section {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.video_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.bg_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ヒーロー中央ロゴ */
.hero_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35vw;
  z-index: 10;
  opacity: 0;
}
@media (max-width: 760px) {
  .hero_logo {
    width: 60vw;
  }
}

.hero_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hero_list {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 3%;
  bottom: 30px;
  z-index: 10;
}

.hero_item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.4em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  overflow: hidden;
  line-height: 1.6;
}

/* スクロールロゴ */
.hero_logo_scroll {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.scroll_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scroll_inner img {
  width: auto;
  height: 100%;
  display: block;
}

/* アニメーションの設定 */
.scroll_inner {
  animation: loop_scroll_y 30s linear infinite;
}

@keyframes loop_scroll_y {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* 文字：最初は透明にしておく */
.hero_item .text {
  display: inline-block;
  color: transparent;
  animation: none;
}
.hero_item .text span {
  font-size: 140%;
  font-family: "Raleway", sans-serif;
  color: transparent;
  display: inline-block;
  min-width: clamp(90px, 20vw, 120px);
  font-weight: 400;
  animation: none;
}

/* バー：左から右へ伸びて、右へ縮む */
.hero_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #67af9a;
  transform: scaleX(0);
  z-index: 2;
  animation: none;
}

/* 日本語用（黒へ） */
@keyframes textReveal {
  to {
    color: #000;
  }
}
/* 英語用（サイトカラーへ） */
@keyframes textRevealEN {
  to {
    color: #67af9a;
  }
}
/* --- 個別のタイミング設定（1.2秒おきに設定） --- */
.is_loaded {
  /* ロゴのフェードイン */
}
.is_loaded .hero_logo {
  animation: logoFadeIn 0.8s ease forwards 5.8s;
}
.is_loaded {
  /* 1行目：1.0秒から開始 */
}
.is_loaded .item0::after {
  animation: barAnim 1.2s ease-in-out 1s forwards;
}
.is_loaded .item0 .text {
  animation: textReveal 0.1s 1.6s forwards;
}
.is_loaded .item0 .text span {
  animation: textRevealEN 0.1s 1.6s forwards;
}
.is_loaded {
  /* 2行目 (item1) */
}
.is_loaded .item1::after {
  animation: barAnim 1.2s ease-in-out 2.2s forwards;
}
.is_loaded .item1 .text {
  animation: textReveal 0.1s 2.8s forwards;
}
.is_loaded .item1 .text span {
  animation: textRevealEN 0.1s 2.8s forwards;
}
.is_loaded {
  /* 3行目 (item2) */
}
.is_loaded .item2::after {
  animation: barAnim 1.2s ease-in-out 3.4s forwards;
}
.is_loaded .item2 .text {
  animation: textReveal 0.1s 4s forwards;
}
.is_loaded .item2 .text span {
  animation: textRevealEN 0.1s 4s forwards;
}
.is_loaded {
  /* 4行目 (item3) */
}
.is_loaded .item3::after {
  animation: barAnim 1.2s ease-in-out 4.6s forwards;
}
.is_loaded .item3 .text {
  animation: textReveal 0.1s 5.2s forwards;
}
.is_loaded .item3 .text span {
  animation: textRevealEN 0.1s 5.2s forwards;
}

/* --- アニメーションの動き --- */
@keyframes barAnim {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
/* 全行共通の英語の色設定 */
.hero_item .text span {
  animation: englishColor 0.1s forwards;
}

/* 1行ごとの表示タイミングだけ指定 */
.item0 .text span {
  animation-delay: 1.6s;
}

.item1 .text span {
  animation-delay: 2.8s;
}

.item2 .text span {
  animation-delay: 4s;
}

.item3 .text span {
  animation-delay: 5.2s;
}

@keyframes logoFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* コンセプト */
.home_concept {
  padding: 0 0 10rem;
  text-align: center;
}
@media (max-width: 760px) {
  .home_concept {
    padding: 0 0 7rem;
  }
}

.home_concept_title {
  margin-bottom: 2rem;
}

.home_concept p {
  line-height: 2.4;
  padding: 0 3%;
  margin-bottom: 6rem;
}
@media (max-width: 760px) {
  .home_concept p {
    padding: 0 5%;
    margin-bottom: 4rem;
  }
}

.home_concept a {
  text-transform: uppercase;
}

/* サービス */
.home_service_wrapper {
  background: #fafbfc;
  padding: 0 0 10rem;
}
@media (max-width: 760px) {
  .home_service_wrapper {
    padding: 0 0 7rem;
  }
}

.home_service {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .home_service {
    padding: 0 3%;
  }
}

.home_service_copy {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: #67af9a;
  margin-bottom: 1.5em;
}

.home_service_copy_desc {
  text-align: center;
}

.home_service_menu {
  display: flex;
  justify-content: space-around;
  margin: 8rem 0;
}
@media (max-width: 760px) {
  .home_service_menu {
    flex-direction: column;
    margin: 3rem 0;
  }
}
.home_service_menu .home_service_menu_item {
  width: 33.33%;
  padding: 0 4% 3rem;
}
.home_service_menu .home_service_menu_item:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 760px) {
  .home_service_menu .home_service_menu_item:nth-child(2) {
    border: none;
  }
}
@media (max-width: 1023px) {
  .home_service_menu .home_service_menu_item {
    width: 100%;
  }
}
.home_service_menu .home_service_menu_item :where(h3) {
  text-align: center;
  padding: 0.8em 0 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: #67af9a;
  line-height: 1.4;
}
.home_service_menu .home_service_menu_item :where(h3) span {
  display: block;
  padding-top: 0.4em;
  font-size: 80%;
}
.home_service_menu .home_service_menu_item p {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
}
.home_service_menu .home_service_menu_item .home_service_liora_img {
  width: 80px;
  margin: 20px 0 0 auto;
}
.home_service_menu .home_service_menu_item_img {
  max-width: 150px;
  margin: 0 auto;
}

/* ニュース */
.home_news {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  padding: 0 0 10rem;
}
@media (max-width: 760px) {
  .home_news {
    padding: 0 0 7rem;
  }
}
.home_news .btn_wrap {
  padding: 6rem 0 0;
}

/* お問い合わせ */
.home_contact_wrapper {
  background: #fafbfc;
}

.home_contact {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  padding: 2rem 3% 8rem;
  text-align: center;
}
@media (max-width: 760px) {
  .home_contact {
    padding: 0 3% 6rem;
  }
}
.home_contact .page_title {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #67af9a;
}
.home_contact .btn_wrap {
  padding: 5rem 3% 0;
}

/* お知らせ一覧 /////////////////////////////*/
.info {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  margin: auto;
}

.info_item {
  border-bottom: 1px #ccc solid;
}
.info_item:first-child {
  border-top: 1px #ccc solid;
}
.info_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 3em;
  background: transparent;
  transition: background 0.3s;
}
@media (max-width: 760px) {
  .info_item a {
    display: block;
    padding: 1.3em 0;
  }
}
.info_item a:hover {
  background: #fff;
}

.info_date {
  display: inline-block;
  flex-shrink: 0;
}

.info_label {
  display: inline-block;
  flex-shrink: 0;
  font-size: clamp(10px, 1.5vw, 11px);
  padding: 0.3em 1em;
  margin-right: 10px;
  color: #fff;
  background: #67af9a;
  border: 1px #67af9a solid;
}
.info_label.information_bg {
  color: #fff;
  background: #67af9a;
}
.info_label.event_bg {
  color: #6e7956;
  background: #fff;
  border: 1px solid #6e7956;
}
.info_label.products_bg {
  color: #fff;
  background: #6e7956;
  border: 1px solid #6e7956;
}
.info_label.press_bg {
  color: #67af9a;
  background: #fff;
  border: 1px #67af9a solid;
}

.info_title {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-family: "Shippori Mincho", serif;
  flex: 0 1 70%;
}
@media (max-width: 760px) {
  .info_title {
    padding: 1em 0 0;
  }
}

.info_btn_wrap {
  padding: 3em 0 0;
}

.news_header {
  background-size: cover;
  background-position: center center;
}
.news_header.default_bg {
  background-image: url("images/news_header_info.webp");
}
.news_header.information_bg {
  background-image: url("images/news_header_info.webp");
}
.news_header.event_bg {
  background-image: url("images/news_header_event.webp");
}
.news_header.products_bg {
  background-image: url("images/news_header_products.webp");
}
.news_header.press_bg {
  background-image: url("images/news_header_press.webp");
}

.cat_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 3em;
}
.cat_list .cat-item {
  flex-shrink: 0;
  margin: 0 2px 0.3em;
}
.cat_list .cat-item a {
  font-size: clamp(12px, 1.5vw, 14px);
  display: block;
  min-width: 150px;
  text-transform: uppercase;
  padding: 0.6em;
  text-align: center;
  color: #fff;
  background: #67af9a;
  border: 2px #67af9a solid;
}
@media (max-width: 760px) {
  .cat_list .cat-item a {
    min-width: 100px;
  }
}
.cat_list .cat-item-1 a {
  color: #fff;
  background: #67af9a;
}
.cat_list .cat-item-8 a {
  color: #6e7956;
  background: #fff;
  border: 2px solid #6e7956;
}
.cat_list .cat-item-6 a {
  color: #fff;
  background: #6e7956;
  border: 2px solid #6e7956;
}
.cat_list .cat-item-7 a {
  color: #67af9a;
  background: #fff;
  border: 2px #67af9a solid;
}

/* ページナビ */
.pagenav {
  width: 100%;
  padding: 60px 0 0;
  text-align: center;
}
@media (max-width: 760px) {
  .pagenav {
    padding: 30px 0 0;
  }
}
.pagenav span,
.pagenav a {
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 15px;
  border: 1px solid #67af9a;
  color: #67af9a;
  margin: 0 0 0.5em;
}
@media (max-width: 760px) {
  .pagenav span,
  .pagenav a {
    font-size: 13px;
  }
}
.pagenav .current,
.pagenav a:hover {
  background: #67af9a;
  color: #fff;
  transition: all 0.3s;
}

/* お知らせ個別 /////////////////////////////*/
.post_wrap {
  padding: 0 3%;
}

.post {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
}
@media (max-width: 760px) {
  .post {
    padding: 30px 5%;
  }
}

.post_title {
  padding: 0.6em 0;
  margin: 0 0 1.5em;
  border-bottom: 1px #ccc solid;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-family: "Shippori Mincho", serif;
}

.post_cont p,
.post_cont figure {
  font-family: "Shippori Mincho", serif;
  padding: 0 0 2em;
}

.arrow_wrap {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 0;
}

.arrow a {
  display: inline-block;
  flex-shrink: 0;
  font-size: clamp(11px, 1.5vw, 12px);
  background: #fff;
  color: #67af9a;
  border: 1px #67af9a solid;
  padding: 0.5em 1em;
  transition: all 0.3s;
}
.arrow a:hover {
  background: #67af9a;
  color: #fff;
}

.new_label {
  display: inline-block;
  background-color: #d5a97b;
  color: white;
  font-size: 0.7em;
  padding: 4px 6px;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}

/* コンセプト /////////////////////////////*/
.concept_wrapper {
  padding: 0 0 5em;
}

.concept {
  padding: 0 0 4em;
}

.page_title_concept {
  font-family: "Shippori Mincho", serif;
}

.concept_title {
  text-align: center;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #67af9a;
  padding: 0.5em 0.3em;
  margin: 0 0 1em;
  position: relative;
}
.concept_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #67af9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.concept_lead {
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  margin: 0 0 1em;
  padding: 1em 0.3em 0;
}

.concept_section {
  background: #fff;
  border-radius: 3.5vw 0 3.5vw 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 6rem;
  margin: 8rem 0 0;
  position: relative;
}
@media (max-width: 760px) {
  .concept_section {
    padding: 3rem;
  }
}
.concept_section::after {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20vw;
  color: #f8f8f8;
  z-index: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.concept_section h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  padding: 0 1.5em 2em;
  position: relative;
  z-index: 2;
}
.concept_section h3::after {
  content: "";
  width: 1px;
  height: 200%;
  background: #67af9a;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  z-index: 1;
}
@media (max-width: 760px) {
  .concept_section h3::after {
    height: 150%;
  }
}
.concept_section h3 span {
  font-size: 70%;
  font-family: "Raleway", sans-serif;
  color: #67af9a;
  display: block;
}
.concept_section p {
  padding: 0 0 0 7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 760px) {
  .concept_section p {
    padding: 0 0 0 3rem;
  }
}

.concept_logo {
  text-align: center;
}
.concept_logo img {
  width: 30%;
}
@media (max-width: 760px) {
  .concept_logo img {
    width: 50%;
  }
}

/* サービス /////////////////////////////*/
.service_intro {
  padding: 0 0 6em;
  text-align: center;
}
@media (max-width: 760px) {
  .service_intro {
    padding: 2em 0;
  }
}

.service {
  border-left: 2px solid #67af9a;
  margin: 0 0 4em;
  padding: 2em 0 0;
}
@media (max-width: 760px) {
  .service {
    padding: 1em 0 0;
    margin: 0 0 3em 0.5em;
  }
}
.service .service_content {
  padding: 0 0 2em 6%;
}
@media (max-width: 760px) {
  .service .service_content {
    padding: 0 0 2em 4%;
  }
}
.service .btn_wrap {
  text-align: left;
  margin: 3em 0 0;
}
@media (max-width: 760px) {
  .service .btn_wrap {
    text-align: center;
  }
}

.service_title {
  width: calc(100% + 20px);
  font-size: clamp(1.8rem, 1rem + 2vw, 3rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #fff;
  background: #67af9a;
  padding: 0.5em 1em 0.5em 2.5em;
  margin: 0 0 2em;
  position: relative;
  transform: translateX(-20px);
  border-radius: 0 0 20px 0;
}
@media (max-width: 760px) {
  .service_title {
    padding: 0.5em 1em 0.5em 2em;
    transform: translateX(-20px);
  }
}
.service_title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.service_lead {
  margin: 0 0 2em;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-family: "Shippori Mincho", serif;
  color: #67af9a;
}
@media (max-width: 760px) {
  .service_lead br {
    display: none;
  }
}
.service_lead span {
  display: block;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: #333;
  padding: 0.5em 0 0;
}

.service_problem,
.service_feature,
.service_flow {
  background: #fff;
  margin: 2em 0;
  border-radius: 30px;
  padding: 2em;
  border: 1px solid #eee;
}
@media (max-width: 760px) {
  .service_problem,
  .service_feature,
  .service_flow {
    padding: 2em 1em;
  }
}
.service_problem h3,
.service_feature h3,
.service_flow h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #67af9a;
  margin: 0 0 1em;
}
.service_problem p,
.service_feature p,
.service_flow p {
  margin: 0 0 1.5em;
}
.service_problem div,
.service_feature div,
.service_flow div {
  padding: 1.5em 0;
}
.service_problem dl:first-child,
.service_feature dl:first-child,
.service_flow dl:first-child {
  margin: 0 0 2em;
}
.service_problem li,
.service_feature li,
.service_flow li {
  margin: 0.5em 0;
  list-style-type: circle;
  list-style-position: inside;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.service_problem ol li,
.service_feature ol li,
.service_flow ol li {
  list-style-type: decimal;
}
.service_problem dt,
.service_feature dt,
.service_flow dt {
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #67af9a;
}
.service_problem dd,
.service_feature dd,
.service_flow dd {
  margin: 0.5em 0;
}
.service_problem .service_flow_list:first-child,
.service_feature .service_flow_list:first-child,
.service_flow .service_flow_list:first-child {
  margin: 0;
}

.service_flow {
  margin: 2em 0 0;
}

.faq {
  padding: 1em 0 2em 8%;
}

.faq-item {
  margin-bottom: 0.5em;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #67af9a;
  color: #fff;
  padding: 0.7em 1em;
  cursor: pointer;
  border: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 0 1em;
  border-left: 2px solid #67af9a;
  background: #fff;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding: 1em;
}

.service_point {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
@media (max-width: 1023px) {
  .service_point {
    flex-direction: column;
    gap: 20px 0;
    padding: 20px 0 60px;
  }
}
.service_point div {
  border: 2px solid #67af9a;
  color: #67af9a;
  border-radius: 20px;
  padding: 1.5em 2em;
  text-align: center;
  flex: 1;
}
.service_point dt {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-family: "Raleway", sans-serif;
  padding: 0 0 0.5em;
}
.service_point dt span {
  font-weight: 500;
}
.service_point dd {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.service_contact .service_contact_title {
  text-align: center;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #67af9a;
  padding: 0.5em 0.3em;
  margin: 0 0 1em;
  position: relative;
}
.service_contact .service_contact_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #67af9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service_contact p {
  text-align: center;
  margin: 0 0 3em;
}

/* 会社概要 /////////////////////////////*/
.page-id-65 .content_wrapper {
  padding: 60px 0 0;
}

.company_header {
  position: relative;
  background: #67af9a;
}
@media (max-width: 760px) {
  .company_header {
    background: url(images/company_head.webp) right bottom/cover no-repeat;
  }
}
.company_header .br {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}

.page_title_company {
  max-width: calc(1100px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  padding: 15rem 3%;
  background: url(images/company_head.webp) right bottom/contain no-repeat;
  color: #fff;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .page_title_company {
    background: none;
    padding: 10rem 3%;
  }
}

.company_intro {
  padding: 8em 0;
  background: #fff;
}
@media (max-width: 760px) {
  .company_intro {
    padding: 5em 0;
  }
}
.company_intro p {
  text-align: center;
  line-height: 2.2;
}

.company_sdgs {
  padding: 6em 3%;
}
@media (max-width: 760px) {
  .company_sdgs {
    padding: 4em 3%;
  }
}

.company_sdgs_lead {
  display: flex;
  align-items: center;
  gap: 0 5%;
  padding: 3rem 0 10rem;
}
@media (max-width: 760px) {
  .company_sdgs_lead {
    display: block;
    padding: 3rem 0 5rem;
  }
}
.company_sdgs_lead figure {
  flex: 0 0 35%;
  border-right: 1px solid #ccc;
  padding-right: 5%;
}
@media (max-width: 760px) {
  .company_sdgs_lead figure {
    width: 80%;
    border-right: none;
    margin: 0 auto 3rem;
  }
}
.company_sdgs_lead p {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.8;
}

.company_sdgs_list {
  display: flex;
  gap: 0 5%;
}
@media (max-width: 760px) {
  .company_sdgs_list {
    flex-direction: column;
    gap: 5rem 0;
  }
}
.company_sdgs_list li {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto auto;
  gap: 0 2rem;
  grid-template-areas: "icon title" "icon text";
}
@media (max-width: 800px) {
  .company_sdgs_list li {
    grid-template-areas: "title title" "icon text";
  }
}
.company_sdgs_list li h3 {
  grid-area: title;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-family: "Shippori Mincho", serif;
  color: #e83418;
  margin-bottom: 0.8em;
}
.company_sdgs_list li figure {
  grid-area: icon;
  width: 100%;
}
@media (max-width: 760px) {
  .company_sdgs_list li figure {
    align-self: center;
  }
}
.company_sdgs_list li p {
  grid-area: text;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
.company_sdgs_list li:last-child h3 {
  color: #970a31;
}

.company_close {
  padding: 6rem 0 0;
  text-align: center;
  font-size: clamp(1.6rem, 1.25rem + 1vw, 2.4rem);
  font-family: "Shippori Mincho", serif;
  color: #67af9a;
  line-height: 2.2;
}
@media (max-width: 760px) {
  .company_close {
    padding: 4rem 0 0;
  }
}

.company_overview {
  background: #fff;
  padding: 6em 0;
}
@media (max-width: 760px) {
  .company_overview {
    padding: 4em 0;
  }
}

.company_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.company_table th,
.company_table td {
  border: 1px solid #ccc;
  padding: 1em;
  vertical-align: middle;
}
.company_table img {
  max-width: 200px;
  line-height: 1;
  vertical-align: middle;
}

.company_ceo {
  padding: 6em 3%;
}
@media (max-width: 760px) {
  .company_ceo {
    padding: 4em 3%;
  }
}

.company_security {
  background: #fff;
  padding: 6em 3%;
}
@media (max-width: 760px) {
  .company_security {
    padding: 4em 3%;
  }
}

.company_security_desc {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 600px) {
  .company_security_desc {
    flex-direction: column;
    gap: 20px 0;
  }
  .company_security_desc br {
    display: none;
  }
}
.company_security_desc figure {
  width: 200px;
  flex-shrink: 0;
}
.company_security_desc a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1em;
  color: #67af9a;
  text-decoration: underline;
  margin: 2em 0 0 auto;
}
@media (max-width: 600px) {
  .company_security_desc a {
    margin: 2em auto 0;
  }
}

/* お問い合わせフォーム /////////////////////////////*/
.form .smf-progress-tracker {
  margin-bottom: 6em;
}
@media (max-width: 760px) {
  .form .smf-progress-tracker {
    margin-bottom: 3em;
  }
}
.form .smf-form--business .form_desc {
  padding: 0 0 2em;
}
.form .smf-form--business .form_desc a {
  color: #5980bb;
  text-decoration: underline;
}
.form .smf-form--business .form_item_top {
  border-top: 1px solid #ddd;
}
.form .smf-form--business .form_item_bottom {
  margin-bottom: 2em;
}
.form .smf-form--business .smf-item__col {
  padding: 1.5em 2em;
}
@media (max-width: 760px) {
  .form .smf-form--business .smf-item__col {
    padding: 1em;
  }
}
.form .smf-form--business .form_size_m {
  width: 24em;
}
.form .smf-form--business .custom_error_message {
  margin-top: 6px;
  color: #cc3033;
}
@media (min-width: 761px) {
  .form .smf-form--business .smf-item__col--label {
    flex: 0 0 20em;
    max-width: 20em;
  }
}
@media (max-width: 760px) {
  .form .smf-form--business .smf-item__col--label {
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
@media (max-width: 760px) {
  .form .smf-form--business .smf-item__label {
    display: inline-block;
    margin-right: 0.3em;
  }
}
.form .smf-form--business .smf-item__description {
  color: #d65047;
  font-size: clamp(10px, 1.5vw, 12px);
}
@media (max-width: 760px) {
  .form .smf-form--business .smf-item__description {
    display: inline-block;
  }
}
@media (min-width: 761px) {
  .form .smf-form--business .smf-item__col--controls {
    flex: 1 1 calc(100% - 20em);
    max-width: calc(100% - 20em);
    align-self: center;
  }
}
.form .smf-form--business .smf-complete-content {
  text-align: center;
  font-size: 2rem;
  line-height: 3;
}
@media (max-width: 760px) {
  .form .smf-form--business .smf-complete-content {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.form .smf-action {
  margin: 3em 0 1.5em;
}
.form .smf-action button {
  font-size: 18px;
  padding: 0.8em 3em;
}
@media (max-width: 760px) {
  .form .smf-action button {
    font-size: 15px;
  }
}
.form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background: #67af9a;
}
.form .notice {
  padding: 3em 0 0;
  text-align: center;
  align-items: center;
}
@media (max-width: 760px) {
  .form .notice br {
    display: none;
  }
}
.form .notice .notice_link {
  padding: 0 0 2em;
}

/* プライバシーポリシー /////////////////////////////*/
.policy_page p,
.policy_page .policy_list {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  line-height: 1.5;
  margin: 0 0 1em;
}
.policy_page .policy:not(:first-child) {
  margin: 2em 0 0;
}
.policy_page .policy_title {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
  background: #67af9a;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin: 0 0 1em;
}
.policy_page .policy_item {
  margin: 1.5em 0 0;
}
.policy_page .policy_item_title {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #67af9a;
}
.policy_page ul {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 10px;
  list-style: disc;
  list-style-position: inside;
}
.policy_page li {
  margin: 0.5em 0;
}
.policy_page dt {
  font-weight: 700;
}
.policy_page .policy_list_dlitem {
  margin: 0 0 1.5em;
}
.policy_page a {
  color: #4747ff;
  text-decoration: underline;
}
.policy_page .policy_end {
  margin: 3em 0 0;
}/*# sourceMappingURL=style.css.map */