@charset "UTF-8";
/*
Theme Name: J.Make
Theme URI: 
Description: 2025年新規制作
Author: R+Design
Author URI: https://r-plus.jp/
Version: Ver.1.0
License: J.Make（楽ポケ株式会社）
*/
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;
  font-weight: 400;
}

body {
  line-height: 1.6;
  overflow-y: scroll;
  word-break: break-all;
  -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;
}

html[lang=ja] .cookie_ja {
  display: block;
}
html[lang=ja] .cookie_en {
  display: none;
}

html[lang=en] .cookie_ja {
  display: none;
}
html[lang=en] .cookie_en {
  display: block;
}

body {
  font-family: "toppan-bunkyu-gothic-pr6n", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  letter-spacing: 0.05em;
  background: #fff;
  color: #363837;
}

p {
  line-height: 1.8;
}

.br {
  display: inline-block;
}

.font2 {
  font-family: "toppan-bunkyu-mincho-pr6n", "Noto Serif JP", serif;
}

.sct {
  padding: 160px 0;
}
@media (max-width: 639px) {
  .sct {
    padding: 100px 0;
  }
}

.scTitle {
  font-size: clamp(24px, 3vw, 30px);
  text-align: center;
  position: relative;
  margin: 0 0 4.5em;
}
@media (max-width: 639px) {
  .scTitle {
    margin: 0 0 3em;
  }
}
.scTitle::before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #6e7956;
  position: absolute;
  bottom: -1em;
  left: calc(50% - 25px);
}

.scTitle_en {
  text-transform: uppercase;
}

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

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

.btn_wrap {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0.7em 2em;
  color: #fff;
  background: #6e7956;
  font-size: clamp(14px, 1vw, 15px);
  position: relative;
  border: 1px solid #6e7956;
  transition: all 0.3s;
}
.btn:hover {
  background: #fff;
  color: #6e7956;
}
.btn::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url(images/icon_arrow_01.svg) no-repeat center center/cover;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 1em;
}
.btn:hover::after {
  background: url(images/icon_arrow_02.svg) no-repeat center center/cover;
}

.bgColor_1 {
  background-color: #f8f8f8;
}

@keyframes img_fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.new_label {
  display: inline-block;
  background-color: #6e7956;
  color: white;
  font-size: 0.7em;
  padding: 4px 6px;
  margin-right: 10px;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

/* ヘッダー /////////////////////////////*/
.header_logo {
  width: 153px;
  line-height: 1;
  font-size: 0;
  mix-blend-mode: difference;
  position: fixed;
  top: 20px;
  left: 3%;
  z-index: 90;
}
@media (max-width: 639px) {
  .header_logo {
    width: 120px;
  }
}
.header_logo a {
  display: block;
}
.header_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}

/* ナビゲーション */
.header_nav {
  background-color: #363837;
  width: 20em;
  height: 100dvh;
  padding: 100px 3vw 4em 3em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 95;
  transform: translateX(100%);
  transition: transform 0.6s;
}

.menu-item {
  color: #fff;
  padding: 1em 0;
  font-size: 16px;
  position: relative;
}
@media (max-width: 639px) {
  .menu-item {
    font-size: 14px;
  }
}
.menu-item::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: url(images/icon_arrow_01.svg) no-repeat center center/cover;
  position: absolute;
  top: calc(50% - 0.25em);
  left: -1.2em;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-item:hover::before {
  opacity: 1;
}

/* ハンバーガーデザイン */
.hamburger {
  width: 60px;
  height: 36px;
  cursor: pointer;
  position: fixed;
  top: 27px;
  right: 3%;
  z-index: 99;
  mix-blend-mode: difference;
}
@media (max-width: 639px) {
  .hamburger {
    width: 40px;
    top: 22px;
  }
}

.hamburger_line {
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  top: calc(50% - 2px);
  left: 0;
  transition: all 0.6s;
}

.hamburger_line::before,
.hamburger_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: all 0.6s;
}

.hamburger_line::before {
  transform: translate(0, -16px);
}

.hamburger_line::after {
  transform: translate(0, 16px);
}

.hamburger_bg {
  opacity: 0;
  width: 100%;
  height: 100dvh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 92;
  transition: all 0.6s;
}

/* 言語切替ボタン */
.language {
  display: none;
  position: fixed;
  top: 33px;
  right: calc(3% + 100px);
  z-index: 90;
  font-size: 14px;
  color: #fff;
  mix-blend-mode: difference;
  text-transform: uppercase;
  text-align: center;
  max-height: 22px;
  overflow: hidden;
}
@media (max-width: 639px) {
  .language {
    font-size: 12px;
    top: 30px;
    right: calc(3% + 65px);
  }
}

.language[open] {
  max-height: 100px;
  transition: max-height 0.4s ease-in;
}

.language_btn {
  display: block;
}
.language_btn:hover {
  cursor: pointer;
}
.language_btn::-webkit-details-marker {
  display: none;
}

.language_list_item {
  padding: 0.5em 0 0;
}

/* メニューオープン */
.header_nav.action {
  transform: translateX(0);
}

.navOpen .hamburger_line {
  background: transparent;
}
.navOpen .hamburger_line::before,
.navOpen .hamburger_line::after {
  background: #fff;
}
.navOpen .hamburger_line::before {
  transform: rotate(200deg);
}
.navOpen .hamburger_line::after {
  transform: rotate(-200deg);
}
.navOpen .hamburger_bg {
  opacity: 1;
  visibility: visible;
}

/* フッター /////////////////////////////*/
.footer {
  background: #363837;
  color: #fff;
  padding: 4em 0;
}

.footer_inner {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 27% 5% 36% 5% 27%;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "areaA .. areaC .. .." "areaA .. areaC .. .." "areaB .. areaC .. areaD" "areaB .. areaC .. areaE";
}
@media (max-width: 639px) {
  .footer_inner {
    display: block;
  }
}

.footer_lead {
  grid-area: areaA;
  align-self: flex-end;
}

.footer_logo {
  width: 153px;
  margin: auto;
}

.footer_catch {
  font-size: clamp(17px, 2vw, 20px);
  text-align: center;
  padding: 1em 0 0;
}

.sns {
  grid-area: areaB;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 639px) {
  .sns {
    padding: 2em 0;
    border-bottom: 1px #fff solid;
  }
}

.sns_item {
  width: 30px;
}

.footer_nav {
  grid-area: areaC;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
}
@media (max-width: 639px) {
  .footer_nav {
    padding: 2em 0;
  }
}
.footer_nav .menu-item {
  font-size: 13px;
  padding: 0.5em 0;
}

.foot_btn_wrap {
  grid-area: areaD;
}
@media (max-width: 639px) {
  .foot_btn_wrap {
    padding: 1.5em 0 2.5em;
  }
}
.foot_btn_wrap .btn {
  display: block;
  padding: 1em;
  background: #363837;
  text-align: center;
  border: 1px #fff solid;
}
.foot_btn_wrap .btn:hover {
  color: #363837;
  background: #fff;
}

.copy {
  grid-area: areaE;
  font-size: 15px;
  text-align: center;
  align-self: flex-end;
}

.pageTop {
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 50px;
  z-index: 90;
  border-radius: 50%;
}

/* 固定ページ共通 /////////////////////////////*/
.page_header,
.news_header,
.business_header {
  height: 450px;
  display: grid;
  place-items: center;
  position: relative;
}
@media (max-width: 639px) {
  .page_header,
  .news_header,
  .business_header {
    height: 250px;
  }
}
.page_header::after,
.news_header::after,
.business_header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.page_title {
  font-size: clamp(24px, 2.8vw, 28px);
  padding: 0 0.5em;
  color: #fff;
  position: relative;
  z-index: 10;
}

.page_cont {
  padding: 8em 0;
}
@media (max-width: 639px) {
  .page_cont {
    padding: 4em 0;
  }
}

/* ヒーローエリア /////////////////////////////*/
.hero {
  position: relative;
}

.hero_nav {
  width: -moz-max-content;
  width: max-content;
  height: 100dvh;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  text-transform: uppercase;
  margin-left: auto;
  z-index: 15;
  padding: 100px 3% 40px 0;
}
@media (max-width: 639px) {
  .hero_nav {
    display: none;
  }
}
.hero_nav ul {
  width: 10em;
  height: 100%;
  border-left: 1px #fff solid;
  color: #fff;
  font-size: 12px;
  padding: 4em 0 0 10px;
}
.hero_nav li {
  padding: 0 0 0.8em;
  margin: 0 0 0.3em;
  text-align: right;
}
.hero_nav a {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.hero_nav a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s;
}
.hero_nav a:hover::after {
  transform: scaleX(1);
}

.hero_head,
.hero_desc_wrap {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.hero_head {
  margin-top: -100dvh;
}
@media (max-width: 639px) {
  .hero_head {
    margin-top: 0;
  }
}

.hero_text {
  color: #fff;
  text-align: center;
  overflow: hidden;
}

@keyframes hero_text_move {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.hero .hero_text_inner {
  transform: translateY(100%);
  animation: hero_text_move 1.8s 2s forwards;
}

.hero_title {
  font-size: clamp(30px, 4vw, 40px);
}

.hero_title_en {
  font-size: clamp(12px, 1.5vw, 14px);
  word-break: keep-all;
  padding: 2em 2em 0;
}

.hero_desc {
  color: #fff;
  font-size: clamp(1.7rem, 2vw, 2rem);
  text-align: center;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .hero_desc {
    max-width: 60%;
  }
}
@media (max-width: 639px) {
  .hero_desc {
    max-width: 90%;
  }
}
.hero_desc p {
  padding: 1em 0;
  line-height: 2;
}
.hero_desc a {
  margin: 3em 0 0;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .hero_desc a {
    margin: 1.5em 0 0;
  }
}

.hero_loader {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 50;
  opacity: 1;
  background: #363837 url(images/logo_mark.svg) no-repeat center center/125px 125px;
  animation: hero_loader_change 2s forwards;
}

@keyframes hero_loader_change {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.hero_bg {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: -2;
}
.hero_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.hero_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  animation: hero_bg_change 21s infinite;
}

.hero_bg_img1 {
  background-image: url(images/hero_01.webp);
}

.hero_bg_img2 {
  background-image: url(images/hero_02.webp);
}

.hero_bg_img3 {
  background-image: url(images/hero_03.webp);
}

.hero_bg_img4 {
  background-image: url(images/hero_04.webp);
}

.hero_bg_img5 {
  background-image: url(images/hero_05.webp);
}

@keyframes hero_bg_change {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero_bg_img:nth-of-type(1) {
  animation-delay: 0s;
}

.hero_bg_img:nth-of-type(2) {
  animation-delay: 5s;
}

.hero_bg_img:nth-of-type(3) {
  animation-delay: 9s;
}

.hero_bg_img:nth-of-type(4) {
  animation-delay: 13s;
}

.hero_bg_img:nth-of-type(5) {
  animation-delay: 17s;
}

/* プロダクト /////////////////////////////*/
.main_home {
  background: #fff;
}

.prod {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas: "areaA .. areaC .. areaB" "areaA .. areaD .. areaB";
}
@media (max-width: 639px) {
  .prod {
    display: block;
  }
}

.prod1 {
  grid-template-columns: 26% 5% 28% 5% 36%;
}

.prod_Title {
  grid-area: areaC;
  font-size: clamp(20px, 2vw, 24px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 2em 0.5em 0.7em;
  margin: 0 0 3em;
  border-bottom: 1px solid #6e7956;
}
@media (max-width: 639px) {
  .prod_Title {
    padding: 0 0.5em 0 0.8em;
    margin: 0 0 2em;
  }
}
.prod_Title::before {
  font-size: 200%;
  display: inline-block;
  color: #6e7956;
  margin: 0 0.35em 0 0;
  transform: translateY(5%);
}
.prod_Title.prod_Title1::before {
  content: "1";
}
.prod_Title.prod_Title2::before {
  content: "2";
}

.prod_img {
  overflow: hidden;
}
@media (max-width: 639px) {
  .prod_img {
    height: auto;
    aspect-ratio: 4/3;
    padding: 0;
  }
}
.prod_img img,
.prod_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod_img1 {
  grid-area: areaA;
  height: 100%;
  padding: 35% 0 0 30px;
}
@media (max-width: 1024px) {
  .prod_img1 {
    padding: 35% 0 0;
  }
}
@media (max-width: 639px) {
  .prod_img1 {
    padding: 0;
  }
}

.prod_img2 {
  grid-area: areaB;
  height: 50%;
}

.prod_text {
  grid-area: areaD;
}
@media (max-width: 639px) {
  .prod_text {
    padding: 2em 3%;
  }
}

.prod_desc {
  font-size: clamp(15px, 1vw, 16px);
  line-height: 2.2;
  padding: 0 0 3em;
}
@media (max-width: 639px) {
  .prod_desc {
    padding: 0 0 1.5em;
  }
}

.prod_desc_en {
  font-size: clamp(10px, 1vw, 11px);
}

.prod_btn_wrap {
  text-align: right;
  padding: 6em 0;
}
@media (max-width: 639px) {
  .prod_btn_wrap {
    padding: 3em 0 0;
  }
}

.prod2 {
  grid-template-columns: 34% 5% 28% 5% 28%;
  padding: 6em 0 0;
}

.prod_img3 {
  grid-area: areaA;
  height: 60%;
  align-self: flex-end;
}

.prod_img4 {
  grid-area: areaB;
  height: 80%;
  padding: 0 30px 0 0;
}
@media (max-width: 1024px) {
  .prod_img4 {
    padding: 0;
  }
}

.prod_img .scin {
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 2s;
}
.prod_img .scin.active {
  transform: scale(1, 1);
  opacity: 1;
}

/* お知らせ /////////////////////////////*/
.info {
  max-width: calc(1200px + 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: 639px) {
  .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.5em 1em;
  margin-right: 10px;
  color: #fff;
  background: #363837;
  border: 1px #363837 solid;
}
.info_label.information_bg {
  color: #fff;
  background: #363837;
}
.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: #363837;
  background: #fff;
  border: 1px #363837 solid;
}

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

.info_btn_wrap {
  padding: 3em 0 0;
}

/* ギャラリー /////////////////////////////*/
.gallery_item {
  margin: 0 0.5em;
  position: relative;
}

.gallery_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: clamp(14px, 1vw, 15px);
}

.gallery_img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gallery_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ショップ /////////////////////////////*/
.shop {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 10% 45%;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "areaA .. areaD" "areaB .. areaD" "areaC .. areaD";
  padding: 110px 3%;
}
@media (max-width: 639px) {
  .shop {
    display: block;
    padding: 60px 3%;
  }
}

.shop_title {
  grid-area: areaA;
  font-size: clamp(22px, 3vw, 28px);
  border-bottom: 1px #363837 solid;
  padding: 0 0 0.6em;
  margin: 0 0 2em;
}
@media (max-width: 639px) {
  .shop_title {
    margin: 0 0 1em;
  }
}

.shop_img {
  grid-area: areaD;
  height: 100%;
}
.shop_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop_desc {
  grid-area: areaB;
}
@media (max-width: 639px) {
  .shop_desc {
    padding: 2em 0;
  }
}

.shop_btn_wrap {
  grid-area: areaC;
  align-self: flex-end;
}
.shop_btn_wrap .btn {
  font-size: clamp(15px, 1.2vw, 18px);
  display: block;
  padding: 1em;
  text-align: center;
}
.shop_btn_wrap .annotation {
  font-size: clamp(10px, 1vw, 12px);
  text-align: center;
  padding: 0.5em;
}

/* コンセプト /////////////////////////////*/
/* パララックス */
.parallax_wrap {
  width: 100%;
  height: 300dvh;
  position: relative;
}
.parallax_wrap .hero_head {
  position: sticky;
  top: 0;
  left: 0;
  margin-top: 0;
}
.parallax_wrap .hero_head .hero_text_inner {
  transform: translateY(100%);
  animation: hero_text_move 2s 1s forwards;
}
.parallax_wrap .hero_head .hero_title {
  font-size: clamp(20px, 3vw, 30px);
}
.parallax_wrap .hero_head .pageTitle {
  display: inline-block;
  font-size: clamp(35px, 5vw, 50px);
  margin-bottom: 1em;
  text-transform: uppercase;
}

.parallax_bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  margin-top: -100dvh;
}

.parallax_bg1,
.parallax_bg2,
.parallax_bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.parallax_bg1 {
  background-image: url("images/concept_para_01.webp");
}

.parallax_bg2 {
  background-image: url("images/concept_para_02.webp");
}

.parallax_bg3 {
  background-image: url("images/concept_para_03.webp");
}

.parallax {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
}
.parallax#paraA {
  margin-top: -100dvh;
}

/* コンセプト内容 */
.concept {
  overflow: hidden;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr minmax(auto, calc(630px + 6%)) 5% minmax(auto, calc(570px - 6% - 5%)) 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: ".. areaA .. areaC areaC" ".. areaB .. areaC areaC";
}
@media (max-width: 1024px) {
  .concept {
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  .concept {
    display: block;
  }
}
.concept.concept2 {
  padding: 150px 0 50px;
  grid-template-columns: 1fr minmax(auto, calc(570px - 5% - 6%)) 5% minmax(auto, calc(630px + 6%)) 1fr;
  grid-template-areas: "areaC areaC .. areaA .." "areaC areaC .. areaB ..";
}
@media (max-width: 1024px) {
  .concept.concept2 {
    padding: 100px 0 30px;
  }
}
@media (max-width: 639px) {
  .concept.concept2 {
    padding: 50px 0 30px;
  }
}

.concept_title {
  color: #6e7956;
  font-size: clamp(20px, 3vw, 24px);
  grid-area: areaA;
  padding: 0 3% 1.5em;
  position: relative;
  z-index: 3;
}
.concept_title::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #6e7956;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: difference;
  transform-origin: left;
  transform: translateX(75%) scale(0, 1);
  transition: transform 2s;
}
@media (max-width: 639px) {
  .concept_title::after {
    content: none;
  }
}

.concept2 .concept_title::after {
  right: auto;
  left: 0;
  transform-origin: right;
  transform: translateX(-75%) scale(0, 1);
}

.concept_text {
  grid-area: areaB;
  align-self: end;
  padding: 0 3%;
}
.concept_text p {
  margin-top: 2em;
}
@media (max-width: 639px) {
  .concept_text p {
    margin-top: 1em;
  }
}

.swiper {
  grid-area: areaC;
  width: 100%;
  aspect-ratio: 3/2;
  margin: initial;
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 2s;
}
@media (max-width: 1024px) {
  .swiper {
    aspect-ratio: 1/1;
    align-self: center;
  }
}
@media (max-width: 639px) {
  .swiper {
    aspect-ratio: 3/2;
    padding: 0 3%;
  }
}

.swiper-slide {
  position: relative;
  z-index: 1;
}

/* 全ての画像を最初は右に隠す */
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: clip-path 1s ease-in-out;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

/* 最初のスライドだけ、最初から見える状態にする */
.swiper-slide:first-child img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* アクティブなスライドの画像を完全に表示 */
.swiper-slide-active img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.swiper-slide-active:last-child {
  z-index: 2;
}

.swiper-slide-active:last-child + .swiper-slide {
  z-index: 1;
}

.concept.scin.active .concept_title::after {
  transform: translateX(75%) scale(1, 1);
}
.concept.scin.active.concept2 .concept_title::after {
  transform: translateX(-75%) scale(1, 1);
}
.concept.scin.active .swiper {
  transform: scale(1, 1);
  opacity: 1;
}

/* 焼き杉板・素材ページ /////////////////////////////*/
.product {
  background: #f8f8f8;
}
.product .prod_head {
  width: 100%;
  height: 200dvh;
}
.product .prod_head_bg {
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
}
.product .page_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  white-space: nowrap;
}
.product .page_title .en {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  padding: 1em 0 0;
}
.product .prod_head_textWrap {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}
.product .prod_head_text {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #fff;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 1024px) {
  .product .prod_head_text {
    max-width: 60%;
  }
}
@media (max-width: 639px) {
  .product .prod_head_text {
    max-width: 90%;
  }
}
.product .prod_head_text p {
  padding: 1em 0;
  line-height: 2;
}
.product .sozai_wrap {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  padding: 8em 0;
}
@media (max-width: 639px) {
  .product .sozai_wrap {
    padding: 4em 0;
  }
}
.product .sozai {
  padding: 3em 3%;
  display: grid;
  grid-template-columns: 8% auto 3% 30% 5% 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: ".. areaA .. areaB .. areaC" ".. areaA .. areaB .. areaD";
  position: relative;
}
@media (max-width: 1024px) {
  .product .sozai {
    grid-template-columns: auto 3% 30% 5% 1fr;
    grid-template-areas: " areaA .. areaB .. areaC" " areaA .. areaB .. areaD";
  }
}
@media (max-width: 639px) {
  .product .sozai {
    grid-template-columns: 3% auto 1fr 3%;
    grid-template-rows: auto auto auto;
    grid-template-areas: " .. areaA areaC .." " .. areaB areaB .." " .. areaD areaD ..";
  }
}
.product .sozai::before {
  content: "";
  display: block;
  background: #6e7956;
  width: 45%;
  height: 45%;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .product .sozai::before {
    left: 1%;
  }
}
@media (max-width: 639px) {
  .product .sozai::before {
    left: 2%;
    top: 0;
    transform: translateY(0);
  }
}
.product .sozai:nth-child(even) {
  grid-template-columns: 1fr 5% 30% 3% auto 8%;
  grid-template-areas: "areaC .. areaB .. areaA .." "areaD .. areaB .. areaA ..";
}
@media (max-width: 1024px) {
  .product .sozai:nth-child(even) {
    grid-template-columns: 1fr 5% 30% 3% auto;
    grid-template-areas: "areaC .. areaB .. areaA" "areaD .. areaB .. areaA";
  }
}
@media (max-width: 639px) {
  .product .sozai:nth-child(even) {
    grid-template-columns: 3% auto 1fr 3%;
    grid-template-rows: auto auto auto;
    grid-template-areas: " .. areaA areaC .." " .. areaB areaB .." " .. areaD areaD ..";
  }
}
.product .sozai:nth-child(even)::before {
  left: auto;
  right: 8%;
}
@media (max-width: 1024px) {
  .product .sozai:nth-child(even)::before {
    right: 1%;
  }
}
@media (max-width: 639px) {
  .product .sozai:nth-child(even)::before {
    right: auto;
    text-outline: 0 0 #000;
    left: 2%;
    transform: translateY(0);
  }
}
.product .sozai_title {
  grid-area: areaA;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  background: #6e7956;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 639px) {
  .product .sozai_title {
    margin-bottom: 1em;
  }
}
.product .sozai_lead {
  grid-area: areaC;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
  color: #6e7956;
}
@media (max-width: 639px) {
  .product .sozai_lead {
    border-bottom: none;
    padding: 0.5em 0 0 2em;
  }
}
.product .sozai_img {
  grid-area: areaB;
  align-self: center;
  position: relative;
  z-index: 1;
}
.product .sozai_img.scin {
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 2s;
}
.product .sozai_img.scin.active {
  transform: scale(1, 1);
  opacity: 1;
}
.product .sozai_desc {
  grid-area: areaD;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  position: relative;
  z-index: 1;
}
.product .sozai_desc p {
  padding: 0.8em 0;
}
.product .sozai_summary {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  padding: 3em 3% 0;
  color: #6e7956;
}
@media (max-width: 639px) {
  .product .sozai_summary {
    padding: 0 3%;
  }
}

/* 箱庭ページ /////////////////////////////*/
.hakoniwa {
  /* ビデオ */
  /* カーソルに追従する画像 */
  /* ホバー時に画像を表示 */
  /* モーダルウィンドウ */
  /* 箱庭コンテンツ */
}
.hakoniwa .video-container {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  cursor: pointer;
}
.hakoniwa .page_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(50px, 6vw, 60px);
  letter-spacing: 0.6em;
  text-indent: 0.6em;
  line-height: 1.2;
  white-space: nowrap;
}
.hakoniwa .page_title .en {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  padding: 1em 0 0;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
}
.hakoniwa #background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  /* 他の要素の背後に配置 */
}
.hakoniwa .follower-image {
  position: fixed;
  width: 100px;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.05s linear;
  z-index: 30;
  transform: translate(-50%, -50%);
}
.hakoniwa .video-container:hover .follower-image {
  opacity: 1;
}
.hakoniwa .modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hakoniwa .modal.show {
  display: flex;
  opacity: 1;
}
.hakoniwa .modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 80%;
  max-width: 900px;
  height: auto;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.hakoniwa .modal.show .modal-content {
  transform: scale(1);
}
.hakoniwa .modal-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 8px;
}
.hakoniwa .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 300;
}
.hakoniwa .close-button:hover,
.hakoniwa .close-button:focus {
  color: #aaa;
}
.hakoniwa .page_cont {
  overflow: hidden;
}
.hakoniwa .hakoniwa_cont {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(auto, calc(560px - 8%)) 8% minmax(auto, 640px);
  grid-template-rows: auto 1fr;
  grid-template-areas: "areaA .. areaC" "areaB .. areaC";
}
@media (max-width: 1024px) {
  .hakoniwa .hakoniwa_cont {
    display: block;
  }
}
.hakoniwa .hakoniwa_cont1 {
  padding: 50px 3%;
}
@media (max-width: 1024px) {
  .hakoniwa .hakoniwa_cont1 {
    padding: 0 3% 0 6%;
  }
}
.hakoniwa .hakoniwa_cont2 {
  padding: 100px 3% 80px;
  grid-template-columns: minmax(auto, 640px) 8% minmax(auto, calc(560px - 8%));
  grid-template-areas: "areaC .. areaA" "areaC .. areaB";
}
@media (max-width: 1024px) {
  .hakoniwa .hakoniwa_cont2 {
    padding: 80px 6% 20px 3%;
  }
}
@media (max-width: 639px) {
  .hakoniwa .hakoniwa_cont2 {
    padding: 60px 6% 20px 3%;
  }
}
.hakoniwa .hakoniwa_title {
  grid-area: areaA;
  color: #6e7956;
  padding: 0 0 1em;
  font-size: clamp(20px, 3vw, 24px);
}
.hakoniwa .hakoniwa_img {
  grid-area: areaC;
  align-self: start;
  position: relative;
}
.hakoniwa .hakoniwa_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #6e7956;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30px, 30px);
  z-index: 0;
}
@media (max-width: 639px) {
  .hakoniwa .hakoniwa_img::before {
    transform: translate(-10px, 10px);
  }
}
.hakoniwa .hakoniwa_img img {
  position: relative;
  z-index: 1;
}
.hakoniwa .hakoniwa_img.scin {
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 2s;
}
.hakoniwa .hakoniwa_img.scin.active {
  transform: scale(1, 1);
  opacity: 1;
}
.hakoniwa .hakoniwa_cont2 .hakoniwa_img::before {
  transform: translate(30px, 30px);
}
@media (max-width: 639px) {
  .hakoniwa .hakoniwa_cont2 .hakoniwa_img::before {
    transform: translate(10px, 10px);
  }
}
.hakoniwa .hakoniwa_text {
  grid-area: areaB;
}
@media (max-width: 1024px) {
  .hakoniwa .hakoniwa_text {
    padding-top: 3em;
  }
}
@media (max-width: 639px) {
  .hakoniwa .hakoniwa_text {
    padding-top: 1em;
  }
}
.hakoniwa .hakoniwa_text p {
  padding: 1.5em 0 0;
}
@media (max-width: 1024px) {
  .hakoniwa .hakoniwa_cont2 .hakoniwa_text {
    padding: 3em 0 0 3%;
  }
}
@media (max-width: 639px) {
  .hakoniwa .hakoniwa_cont2 .hakoniwa_text {
    padding: 1em 0 0 3%;
  }
}

.post-edit-link {
  display: none;
}

/* 企業ページ /////////////////////////////*/
.business_header {
  background-size: cover;
  background-position: center center;
  background-image: url("images/business_header.webp");
}

.business_wrap {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}
.business_wrap .business_lead {
  text-align: center;
}
@media (max-width: 639px) {
  .business_wrap .business_lead {
    margin-bottom: 4em;
  }
}
.business_wrap .business_lead p {
  font-size: clamp(16px, 2vw, 20px);
  padding-top: 0.5em;
  text-align: center;
}
.business_wrap .business_lead_title {
  font-size: clamp(22px, 4vw, 40px);
  padding-bottom: 0.8em;
}
.business_wrap .business_item {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 6em;
}
@media (max-width: 639px) {
  .business_wrap .business_item {
    display: block;
    margin-top: 0;
  }
}
.business_wrap .business_item.scin {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1.5s;
}
.business_wrap .business_item.scin.active {
  transform: translateY(0);
  opacity: 1;
}
.business_wrap .business_img {
  width: 45%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .business_wrap .business_img {
    aspect-ratio: 6/7;
    width: 45%;
  }
}
@media (max-width: 639px) {
  .business_wrap .business_img {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
.business_wrap .business_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_wrap .business_text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  background: #fff;
  width: 60%;
  padding: 3em;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .business_wrap .business_text {
    padding: 2em 3em;
    width: 60%;
  }
}
@media (max-width: 639px) {
  .business_wrap .business_text {
    width: 90%;
    position: static;
    transform: translate(5%, -20%);
    padding: 2em;
  }
}
.business_wrap .business_text p {
  margin-top: 1em;
}
.business_wrap .business_title {
  font-size: clamp(20px, 2.4vw, 24px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.business_wrap .business_item:nth-child(even) {
  justify-content: flex-start;
}
.business_wrap .business_item:nth-child(even) .business_text {
  left: auto;
  right: 0;
}
@media (max-width: 639px) {
  .business_wrap .business_item:nth-child(even) {
    right: auto;
  }
}
.business_wrap .business_summary {
  padding-top: 6em;
  text-align: center;
}
@media (max-width: 639px) {
  .business_wrap .business_summary {
    padding-top: 0;
  }
}
.business_wrap .business_summary p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 2.2;
  padding-bottom: 2em;
}
@media (max-width: 639px) {
  .business_wrap .business_summary p {
    line-height: 1.8;
  }
  .business_wrap .business_summary p br {
    display: none;
  }
}

/* お知らせ一覧 /////////////////////////////*/
.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: #363837;
  border: 2px #363837 solid;
}
@media (max-width: 639px) {
  .cat_list .cat-item a {
    min-width: 100px;
  }
}
.cat_list .cat-item-1 a {
  color: #fff;
  background: #363837;
}
.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: #363837;
  background: #fff;
  border: 2px #363837 solid;
}

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

/* お知らせ個別 /////////////////////////////*/
.post_wrap {
  padding: 8em 3%;
}
@media (max-width: 639px) {
  .post_wrap {
    padding: 4em 3%;
  }
}

.post {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
}
@media (max-width: 639px) {
  .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);
}

.post_cont p,
.post_cont figure {
  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: #363837;
  border: 1px #363837 solid;
  padding: 0.5em 1em;
  transition: all 0.3s;
}
.arrow a:hover {
  background: #363837;
  color: #fff;
}

/* 会社概要 /////////////////////////////*/
.company {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}

.company_head {
  position: relative;
}
.company_head .company_head_text {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(18px, 3vw, 30px);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.5;
  text-align: center;
  text-shadow: 2px 2px 4px black;
}

.company_img_wrap {
  width: 100%;
  aspect-ratio: 2/1;
}
.company_img_wrap .company_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: img_fade 8s infinite;
}
.company_img_wrap .company_img1 {
  background-image: url("images/company_01.webp");
  animation-delay: 0s;
}
.company_img_wrap .company_img2 {
  background-image: url("images/company_02.webp");
  animation-delay: 4s;
}
.company_img_wrap .company_img3 {
  background-image: url("images/company_03.webp");
  animation-delay: 8s;
}
.company_img_wrap .company_img4 {
  background-image: url("images/company_04.webp");
  animation-delay: 12s;
}
.company_img_wrap .company_img5 {
  background-image: url("images/company_05.webp");
  animation-delay: 16s;
}

.company_table {
  width: 100%;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.company_table th,
.company_table td {
  border: 1px solid #ccc;
  padding: 1.5em 2em;
}
@media (max-width: 1024px) {
  .company_table th,
  .company_table td {
    padding: 1em;
  }
}
@media (max-width: 639px) {
  .company_table th,
  .company_table td {
    padding: 1em 0.5em;
  }
}
.company_table th {
  min-width: 10em;
}
@media (max-width: 639px) {
  .company_table th {
    min-width: 6em;
  }
}
.company_table td {
  background: #fff;
}
.company_table td a {
  color: #5980bb;
  text-decoration: underline;
}

/* お問い合わせフォーム /////////////////////////////*/
.form {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}
.form .smf-progress-tracker {
  margin-bottom: 6em;
}
@media (max-width: 639px) {
  .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: 639px) {
  .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: 640px) {
  .form .smf-form--business .smf-item__col--label {
    flex: 0 0 20em;
    max-width: 20em;
  }
}
@media (max-width: 639px) {
  .form .smf-form--business .smf-item__col--label {
    border-bottom: none;
    padding: 1em 1em 0;
  }
}
@media (max-width: 639px) {
  .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: 639px) {
  .form .smf-form--business .smf-item__description {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .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: 639px) {
  .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: 639px) {
  .form .smf-action button {
    font-size: 15px;
  }
}

/* プライバシーポリシー /////////////////////////////*/
.policy {
  max-width: calc(1200px + 6%);
  padding: 0 3%;
  margin: 0 auto;
}
.policy .page_title2 {
  background: #363837;
  color: #fff;
  font-size: clamp(18px, 2vw, 21px);
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}
.policy .page_title3 {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  margin: 1.2em 0 0.5em;
  padding-left: 0.5em;
  border-left: 4px solid #363837;
  border-bottom: 1px solid #363837;
}
.policy .page_title4 {
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 16px);
  padding: 1em 0 0.2em;
}
.policy p {
  line-height: 1.5;
  font-size: clamp(14px, 1.5vw, 15px);
}
.policy .sect_policy {
  padding-top: 3em;
}
.policy .sect_policy h3:nth-child(2) {
  margin: 0 0 0.5em;
}
.policy .sect_policy a {
  color: #4164d6;
  text-decoration: underline;
}
.policy li {
  padding-top: 1em;
  line-height: 1.3;
  list-style: disc inside;
  padding-left: 2em;
  text-indent: -1.5em;
  font-size: clamp(14px, 1.5vw, 15px);
}/*# sourceMappingURL=style.css.map */