@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search][type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted;
}

[type=reset],
[type=submit],
button,
html [type=button] button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

/* ―――――――――――――――――――― */
/* カスタムプロパティ */
/* ―――――――――――――――――――― */
/* 幅 */
/* 下余白 */
.news_wrapper {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0 24px;
  padding: 7px 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.news_wrapper dt,
.news_wrapper dd {
  font-size: 16px;
  color: #232323;
  margin-bottom: 12px;
}
.news_wrapper dt {
  white-space: nowrap;
}
.news_wrapper dt:nth-of-type(n + 5),
.news_wrapper dd:nth-of-type(n + 5) {
  display: none;
}
@media (width <= 428px) {
  .news_wrapper {
    display: block;
    grid-template-columns: none;
  }
  .news_wrapper dt {
    margin-bottom: 0;
  }
}

/* ―――――――――――――――――――― */
/* メディアクエリ（関数） */
/* ―――――――――――――――――――― */
/* ―――――――――――――――――――― */
/* 共通設定 */
/* ―――――――――――――――――――― */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #232323;
  font-size: 1rem;
}
@media (width <= 428px) {
  body {
    font-size: 1.09375rem;
  }
}

a {
  text-decoration: none;
  color: #232323;
}

/* リンク移動時に上に余白を取る */
.headerArea,
.aboutSec,
.our_businessSec,
.manufacturerSec,
.company_profileSec,
.contactSec {
  padding-top: 123px;
  margin-top: -93px;
  z-index: -1;
}

body,
p,
span {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

p {
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (width <= 428px) {
  p {
    line-height: 1.9;
  }
}

.topSec {
  margin: 0 auto 160px;
}
@media (width <= 768px) {
  .topSec {
    margin: 0 auto 120px;
  }
}

.company_profileSec {
  margin: 0 auto 27px;
  /* リンク移動時の余白と合算して120px */
}

.headerSec {
  width: min(90%, 1080px);
  margin: 0 auto;
}
@media (width <= 768px) {
  .headerSec {
    width: 100%;
  }
}
@media (width <= 428px) {
  .headerSec {
    width: 96%;
  }
}

.h2_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 790px;
  height: 38px;
  gap: 40px;
  margin: 0 auto 50px;
  position: relative;
  /* 罫線は各sectionで設定 */
}
@media (width <= 768px) {
  .h2_wrapper {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px; /* 余白を調整 */
    margin: 0 auto 122px;
  }
}
@media (width <= 428px) {
  .h2_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* タテ並びに */
    width: 96%;
    gap: 10px; /* 余白を調整 */
    margin: 0 auto 90px; /* タイトル下を調整 */
  }
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.336rem + 1.77vw, 2.75rem);
}

.h2_sub {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .h2_sub {
    margin-bottom: 16px;
  }
}
@media (width <= 428px) {
  .h2_sub {
    font-size: 1.4375rem; /* 文字を小さく */
  }
}

.banksia {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  mix-blend-mode: color-burn;
  vector-effect: none;
}

.banksia_c {
  position: absolute;
  width: 150px;
  top: -58px;
  left: 0;
  scale: 0.55;
}
@media (width <= 428px) {
  .banksia_c {
    scale: 0.4;
  }
}

/* PC時は非表示 */
.pc_none {
  display: none;
}
@media (width <= 428px) {
  .pc_none {
    display: block; /* SP時は表示 */
  }
}

/* PC時は表示 */
.sp_none {
  display: block;
}
@media (width <= 428px) {
  .sp_none {
    display: none; /* SP時は非表示 */
  }
}
@media (width <= 768px) {
  .sp_none {
    display: none; /* tab時は非表示 */
  }
}

/* ―――――――――――――――――――― */
/* inview設定 */
/* ―――――――――――――――――――― */
.fadeup {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.fadeup.is_inview {
  -webkit-animation: fadeup 0.8s ease forwards;
          animation: fadeup 0.8s ease forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* ―――――――――――――――――――― */
/* HEADER */
/* ―――――――――――――――――――― */
.headerSec {
  width: 1080px;
  /* 会社ロゴとLINEをヨコ並びに */
  /* ―――――――――――――――――――― */
  /* NAV */
  /* ―――――――――――――――――――― */
  /* navの各項目を横並びに */
  /* /nav ul */
}
@media (width <= 768px) {
  .headerSec {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media (width <= 428px) {
  .headerSec {
    width: 96%;
    margin-bottom: 0;
  }
}
.headerSec .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  margin-bottom: 12px;
}
@media (width <= 428px) {
  .headerSec .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.headerSec .header_container h1 {
  width: 160px;
}
@media (width <= 768px) {
  .headerSec .header_container h1 {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .headerSec .header_container h1 img {
    width: 279px; /* 大きさを調整 */
    margin: 76px 0 0;
  }
}
@media (width <= 768px) and (width <= 428px) {
  .headerSec .header_container h1 img {
    width: 219px; /* 大きさを調整 */
    margin: 114px 0 0;
  }
}
@media (width <= 428px) {
  .headerSec .header_container h1 {
    width: 80%;
    text-align: center;
    padding-left: 0;
  }
}
.headerSec nav > img {
  display: none;
}
@media (width <= 428px) {
  .headerSec nav > img {
    display: block;
    scale: 0.6;
  }
}
.headerSec nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 924px;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 10;
  /* /nav ul li */
}
@media (width <= 768px) {
  .headerSec nav ul {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    grid-gap: 20px 40px;
  }
}
@media (width <= 428px) {
  .headerSec nav ul {
    display: block;
    width: 100%;
  }
}
.headerSec nav ul li {
  position: relative;
  /* navホバー設定（２） */
  /* ―――――――――――――――――――― */
  /* nav下にオブジェクト（非ホバー時は非表示） */
  /* ホバー時にオブジェクトを表示 */
  /* navホバー設定（１） */
  /* ―――――――――――――――――――― */
  /* navのaタグをブロック要素に */
  /* /nav ul li a */
}
@media (width <= 768px) {
  .headerSec nav ul li {
    margin: 0 auto;
  }
}
.headerSec nav ul li::before {
  content: "";
  position: absolute;
  width: 154px;
  height: 15px;
  background-color: #b6b6b6;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (width <= 768px) {
  .headerSec nav ul li::before {
    width: 180px;
  }
}
@media (width <= 428px) {
  .headerSec nav ul li::before {
    width: 100%;
  }
}
@media (width <= 428px) {
  .headerSec nav ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  .headerSec nav ul li:active::before {
    opacity: 1;
    visibility: visible;
  }
}
.headerSec nav ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
@media (width <= 768px) {
  .headerSec nav ul li:hover::before {
    display: none;
  }
}
@media (width <= 428px) {
  .headerSec nav ul li:hover::before {
    display: none;
  }
}
.headerSec nav ul li > a {
  display: block;
  text-align: center;
  width: 154px;
  height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  position: relative;
  /* ホバー時にリンクを少し薄く表示 */
  /* nav（日本語表示） */
  /* ―――――――――――――――――――― */
  /* 各nav下に日本語名を疑似要素として表示 */
  /* 「Home」設定 */
  /* 「about」設定 */
  /* 「our business」設定 */
  /* 「Manufacturer」設定 */
  /* 「Company Profile」設定 */
  /* 「Contact」設定 */
}
.headerSec nav ul li > a:hover {
  opacity: 1;
  font-weight: 500;
}
@media (width <= 428px) {
  .headerSec nav ul li > a {
    width: 100%;
    text-align: left;
    padding-left: 80px;
  }
}
.headerSec nav ul li > a::after {
  position: absolute;
  width: 154px;
  text-align: center;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  color: #888;
}
@media (width <= 428px) {
  .headerSec nav ul li > a::after {
    display: none;
  }
}
.headerSec nav ul li > a.a_hm::after {
  content: "Home";
}
.headerSec nav ul li > a.a_ab:after {
  content: "about";
}
.headerSec nav ul li > a.a_bs:after {
  content: "our business";
}
.headerSec nav ul li > a.a_mf:after {
  content: "Manufacturer";
}
.headerSec nav ul li > a.a_cp:after {
  content: "Company Profile";
}
.headerSec nav ul li > a.a_ct:after {
  content: "Contact";
}
@media (width <= 768px) {
  .headerSec nav ul {
    width: 90%;
    margin: 0 auto;
  }
}

/* /headerSec */
/* 「サロン様、ご注文はこちら」設定 */
/* ―――――――――――――――――――― */
/* テキストとimgをヨコ並びに */
.contact_line {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* /contact_line a */
}
.contact_line a {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #00c300;
  top: 8%;
  right: 5%;
  z-index: 99;
  -webkit-box-shadow: 3px 3px 5px #1a1a1a;
          box-shadow: 3px 3px 5px #1a1a1a;
  -webkit-animation: cta_btn 2s ease infinite;
          animation: cta_btn 2s ease infinite;
}
@media (width <= 768px) {
  .contact_line a {
    top: 4%;
    padding: 4px 16px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (width <= 428px) {
  .contact_line a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    padding: 4px 16px;
    top: 93%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-animation: none;
            animation: none;
    width: 15em;
  }
}
@-webkit-keyframes cta_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cta_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (width <= 768px) {
  @-webkit-keyframes cta_btn {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes cta_btn {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}
.contact_line a::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #029b02;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border-radius: 0 5px 5px 0;
  z-index: -1;
}
@media (width <= 768px) {
  .contact_line a::before {
    width: 100%;
    height: 50%;
    border-radius: 5px 5px 0 0;
  }
}
@media (width <= 428px) {
  .contact_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: bottom;
    width: 295px;
    height: 41px;
  }
}

/* /contact_line */
.contact_line_hidden {
  opacity: 0;
  pointer-events: none;
}

/* ―――――――――――――――――――― */
/* トップビュー */
/* ―――――――――――――――――――― */
.topSec {
  overflow: hidden;
}
.topSec.bg_slider {
  width: 100%;
  height: 523px;
  background-image: url("../img/mv.jpg");
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ―――――――――――――――――――― */
/* NEWS */
/* ―――――――――――――――――――― */
.news_container {
  width: 1080px;
  margin: 0 auto;
  position: relative; /* 花の装飾用 */
}
@media (width <= 768px) {
  .news_container {
    width: 90%;
    margin: 0 auto;
  }
  .news_container .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 146px;
  }
}
@media (width <= 428px) {
  .news_container {
    width: 88%;
    margin: 0 auto 60px;
  }
  .news_container .banksia_c.fadeup {
    position: absolute;
    top: -53px;
    left: 28px;
  }
}
@media (width <= 375px) {
  .news_container {
    width: 85%;
  }
  .news_container .banksia_c.fadeup {
    left: -9px;
  }
}
.news_container .line {
  width: 470px;
  height: 1px;
  background-color: #232323;
}
@media (width <= 768px) {
  .news_container .line {
    display: none;
  }
}
.news_container iframe {
  display: block;
  width: min(96%, 800px);
  height: 105px;
  border: 1px solid #888;
  margin: 0 auto 120px;
  overflow: hidden;
}
@media (width <= 428px) {
  .news_container iframe {
    width: 100%;
  }
}

/* ―――――――――――――――――――― */
/* ABOUT */
/* ―――――――――――――――――――― */
.about_container {
  width: 1080px;
  margin: 0 auto 120px;
  position: relative; /* 花の装飾用 */
}
.about_container .line {
  width: 291px;
  height: 1px;
  background-color: #232323;
}
@media (width <= 768px) {
  .about_container {
    width: 90%;
    margin: 0 auto 120px;
  }
  .about_container .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 146px;
  }
  .about_container .line {
    display: none;
  }
}
@media (width <= 428px) {
  .about_container {
    width: 96%;
  }
  .about_container .banksia_c.fadeup {
    position: absolute;
    top: -53px;
    left: 28px;
  }
}
@media (width <= 375px) {
  .about_container .banksia_c.fadeup {
    left: 8px;
  }
}

/* ―――――――――――――――――――― */
/* VISION */
/* ―――――――――――――――――――― */
.vision_bg {
  background-color: #fff;
}
.vision_bg .vision_container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media (width <= 768px) {
  .vision_bg .vision_container {
    width: 90%;
  }
  .vision_bg .vision_container .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 146px;
  }
}
@media (width <= 428px) {
  .vision_bg .vision_container {
    width: 96%;
  }
  .vision_bg .vision_container .banksia_c.fadeup {
    position: absolute;
    top: -53px;
    left: 33px;
  }
}
@media (width <= 375px) {
  .vision_bg .vision_container .banksia_c.fadeup {
    left: 8px;
  }
}
.vision_bg .vision_container h2,
.vision_bg .vision_container span,
.vision_bg .vision_container p {
  color: #232323;
}
.vision_bg .vision_container .vision_subTitle {
  display: block;
  font-size: 1.875rem;
  padding-left: 50px;
  margin-bottom: 12px;
}
@media (width <= 768px) {
  .vision_bg .vision_container .vision_subTitle {
    padding-left: 30px;
  }
}
@media (width <= 428px) {
  .vision_bg .vision_container .vision_subTitle {
    font-size: 1.5625rem; /* 文字を小さく */
    padding-left: 0; /* 左余白を解除 */
    margin-bottom: 25px; /* 下余白を大きく */
    text-align: center; /* 中央揃え */
  }
}
.vision_bg .vision_container .line {
  width: 453px;
  height: 1px;
  background-color: #232323;
}

/* ―――――――――――――――――――― */
/* PHILOSOPHY */
/* ―――――――――――――――――――― */
.philosophy_bg {
  width: 100%; /* モニター幅いっぱいに */
  background-color: #232323;
  z-index: 1;
  margin-bottom: 120px;
  position: relative; /* 花びら用 */
  overflow: hidden; /* はみ出した分をトリミング */
}
.philosophy_bg .philosophy_container {
  width: 1080px;
  padding: 80px 0;
  margin: 0 auto;
}
.philosophy_bg .philosophy_container .h2_sub {
  width: 4.5em;
}
@media (width <= 768px) {
  .philosophy_bg .philosophy_container {
    width: 90%;
  }
}
@media (width <= 428px) {
  .philosophy_bg .philosophy_container {
    width: 96%;
  }
}
.philosophy_bg .philosophy_container h2,
.philosophy_bg .philosophy_container span,
.philosophy_bg .philosophy_container p {
  color: #fff;
}
.philosophy_bg .philosophy_container .line {
  width: 346px;
  height: 1px;
  background-color: #fff;
}
.philosophy_bg .banksia:nth-of-type(1) {
  top: 0;
  left: 44px;
  scale: 1.5;
  rotate: 107deg;
}
.philosophy_bg .banksia:nth-of-type(2) {
  bottom: 0;
  right: 44px;
  scale: 1.5;
}
@media (width <= 1280px) {
  .philosophy_bg .banksia:nth-of-type(1) {
    top: -65px;
    left: -104px;
    scale: 1.3;
    rotate: 107deg;
  }
  .philosophy_bg .banksia:nth-of-type(2) {
    bottom: -30px;
    right: 44px;
    scale: 1.2;
  }
  .philosophy_bg .banksia:nth-of-type(3) {
    top: -32px;
    right: 16%;
    rotate: 11deg;
    scale: 0.55;
  }
}
@media (width <= 768px) {
  .philosophy_bg .banksia:nth-of-type(1) {
    top: -52px;
    left: -67px;
    scale: 1.5;
    rotate: 107deg;
  }
  .philosophy_bg .banksia:nth-of-type(2) {
    bottom: -30px;
    right: -37px;
    scale: 1.4;
  }
  .philosophy_bg .banksia:nth-of-type(3) {
    top: -32px;
    right: 8%;
    rotate: 11deg;
    scale: 0.55;
  }
}
@media (width <= 428px) {
  .philosophy_bg .banksia:nth-of-type(1) {
    top: -74px;
    left: -96px;
    scale: 1;
    rotate: 107deg;
  }
  .philosophy_bg .banksia:nth-of-type(2) {
    bottom: -59px;
    right: -69px;
    scale: 1.1;
  }
  .philosophy_bg .banksia:nth-of-type(3) {
    top: -32px;
    right: -17%;
    rotate: 11deg;
    scale: 0.5;
  }
}

.philosophy_subTitle {
  display: block;
  font-size: clamp(1.5rem, 1.345rem + 0.66vw, 1.875rem);
  padding-left: 50px;
  margin-bottom: 12px;
}
@media (width <= 768px) {
  .philosophy_subTitle {
    padding-left: 30px;
  }
}
@media (width <= 428px) {
  .philosophy_subTitle {
    padding-left: 0; /* 左余白を解除 */
    margin-bottom: 25px; /* 下余白を大きく */
    text-align: center; /* 中央揃え */
  }
}

.philosophy_container p,
.about_container p,
.vision_container p {
  padding: 0 50px;
}
@media (width <= 768px) {
  .philosophy_container p,
  .about_container p,
  .vision_container p {
    padding: 0 30px;
  }
}
@media (width <= 428px) {
  .philosophy_container p,
  .about_container p,
  .vision_container p {
    padding: 0 15px;
  }
}

/* ―――――――――――――――――――― */
/* OUR_BUSINESS */
/* ―――――――――――――――――――― */
.our_businessSec {
  width: 1080px;
  margin: 0 auto 27px;
  /* リンク移動時の余白と合算して120px */
  /* /business_container */
}
@media (width <= 768px) {
  .our_businessSec {
    width: 90%;
  }
}
@media (width <= 428px) {
  .our_businessSec {
    width: 96%;
  }
}
.our_businessSec .business_container {
  position: relative; /* 花の装飾用 */
  padding: 0 45px; /* テキストの両端の余白 */
  /* 項目をヨコ３列で表示 */
  /* /business_contents */
}
@media (width <= 768px) {
  .our_businessSec .business_container {
    padding: 0 5px;
  }
  .our_businessSec .business_container .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 76px;
  }
}
@media (width <= 428px) {
  .our_businessSec .business_container {
    width: 96%;
    margin: 0 auto 24px;
    padding: 0;
  }
  .our_businessSec .business_container .banksia_c.fadeup {
    position: absolute;
    top: -53px;
    left: -25px;
  }
}
@media (width <= 375px) {
  .our_businessSec .business_container .banksia_c.fadeup {
    left: -33px;
  }
}
.our_businessSec .business_container .business_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 46px;
  /* 項目の高さを固定・均等に */
  /* /business_box */
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents {
    grid-gap: 0 40px;
  }
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    grid-gap: 70px 46px;
    margin: 0 auto;
  }
  .our_businessSec .business_container .business_contents > li {
    margin: 0 auto;
  }
}
.our_businessSec .business_container .business_contents .business_box {
  height: 520px;
  margin-bottom: 25px;
  /* サブタイトル・タイトル・テキストをブロック要素に */
  /* サブタイトルの書式設定 */
  /* タイトルの書式設定 */
  /* /.b_title_01,.b_title_02,.b_title_03 */
  /* 画像下の余白 */
  /* タイトルの幅を固定した上で中央揃え */
  /* /business_text */
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents .business_box {
    margin-bottom: 0px;
    height: 430px;
  }
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box {
    height: auto;
    margin-bottom: 25px;
  }
}
.our_businessSec .business_container .business_contents .business_box .business_sub,
.our_businessSec .business_container .business_contents .business_box .business_title {
  display: block;
  text-align: center;
  margin: 0 auto 11px;
}
.our_businessSec .business_container .business_contents .business_box .business_sub {
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents .business_box .business_sub {
    font-size: 1.0625rem;
  }
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box .business_sub {
    font-size: 1.3125rem;
  }
}
.our_businessSec .business_container .business_contents .business_box .business_title {
  font-size: 24px;
  font-weight: 500;
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents .business_box .business_title {
    font-size: 1.375rem;
  }
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box .business_title {
    font-size: 1.6875rem;
  }
}
.our_businessSec .business_container .business_contents .business_box .b_title_01,
.our_businessSec .business_container .business_contents .business_box .b_title_02,
.our_businessSec .business_container .business_contents .business_box .b_title_03 {
  display: block;
  position: relative;
}
.our_businessSec .business_container .business_contents .business_box .b_title_01::before,
.our_businessSec .business_container .business_contents .business_box .b_title_02::before,
.our_businessSec .business_container .business_contents .business_box .b_title_03::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents .business_box .b_title_01::before,
  .our_businessSec .business_container .business_contents .business_box .b_title_02::before,
  .our_businessSec .business_container .business_contents .business_box .b_title_03::before {
    position: static;
    border-top: none;
    border-right: none;
  }
}
.our_businessSec .business_container .business_contents .business_box .b_title_01::before {
  top: 50%;
  left: 12px;
}
.our_businessSec .business_container .business_contents .business_box .b_title_02::before {
  top: 50%;
  left: 35px;
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box .b_title_02::before::before {
    top: 50%;
    left: 82px;
  }
}
.our_businessSec .business_container .business_contents .business_box .b_title_03::before {
  top: 50%;
  left: 43px;
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box .b_title_03::before {
    top: 50%;
    left: 45px;
  }
}
.our_businessSec .business_container .business_contents .business_box img {
  margin-bottom: 24px;
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 72px;
  }
}
.our_businessSec .business_container .business_contents .business_box.support_01 .business_title {
  width: 8em;
  text-align: left;
}
.our_businessSec .business_container .business_contents .business_box .business_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .business_box .business_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.our_businessSec .business_container .business_contents .business_box .business_text li {
  font-size: 1.25rem;
  line-height: 1.6;
  width: 160px;
  margin: 0 auto;
}
@media (width <= 1280px) {
  .our_businessSec .business_container .business_contents .business_box .business_text li {
    width: 166px;
  }
}
@media (width <= 768px) {
  .our_businessSec .business_container .business_contents .business_box .business_text li {
    font-size: 1rem;
  }
}
.our_businessSec .business_container .business_contents .caution {
  display: block;
  padding-top: 15px;
  width: 150px;
  margin: 0 auto;
}
@media (width <= 428px) {
  .our_businessSec .business_container .business_contents .caution {
    width: 164px;
  }
}
.our_businessSec .business_container .line {
  width: 295px;
  height: 1px;
  background-color: #232323;
}

/* /our_businessSec */
/* ―――――――――――――――――――― */
/* MANUFACTURER */
/* ―――――――――――――――――――― */
.manufacturerSec {
  width: 1080px;
  margin: 0 auto 120px;
  /* /manufacturer_container */
}
@media (width <= 768px) {
  .manufacturerSec {
    width: 90%;
  }
}
@media (width <= 428px) {
  .manufacturerSec {
    width: 96%;
  }
}
.manufacturerSec .manufacturer_container {
  position: relative; /* 花の装飾用 */
  /* /marker_product */
}
@media (width <= 768px) {
  .manufacturerSec .manufacturer_container {
    width: 100%;
    padding: 0 5px;
  }
  .manufacturerSec .manufacturer_container .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 76px;
  }
}
@media (width <= 768px) and (width <= 428px) {
  .manufacturerSec .manufacturer_container .banksia_c.fadeup {
    position: absolute;
    top: -48px;
    left: -17px;
  }
}
@media (width <= 768px) and (width <= 375px) {
  .manufacturerSec .manufacturer_container .banksia_c.fadeup {
    left: -32px;
  }
}
.manufacturerSec .manufacturer_container .line {
  width: 170px;
  height: 1px;
  background-color: #232323;
}
.manufacturerSec .manufacturer_container .marker_product {
  /* メーカー項目を３列構成に */
  width: 100%;
  /* ul */
  /* 欄外のキャプション */
}
.manufacturerSec .manufacturer_container .marker_product ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px 2px;
}
@media (width <= 428px) {
  .manufacturerSec .manufacturer_container .marker_product ul {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
    margin: 0 auto 15px;
  }
}
.manufacturerSec .manufacturer_container .marker_product ul li {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.manufacturerSec .manufacturer_container .marker_product ul li.is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.manufacturerSec .manufacturer_container .marker_product ul li a {
  position: relative;
  display: block;
  text-align: center;
}
.manufacturerSec .manufacturer_container .marker_product ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.manufacturerSec .manufacturer_container .marker_product ul li a:hover::before {
  background-color: #dddddd;
  mix-blend-mode: multiply;
}
.manufacturerSec .manufacturer_container .marker_product .manufacturer_caution {
  display: block;
  text-align: right;
  margin-top: 8px;
}
@media (width <= 428px) {
  .manufacturerSec .manufacturer_container .marker_product .manufacturer_caution {
    font-size: 1rem;
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: left;
  }
}
@media (width <= 428px) {
  .manufacturerSec .manufacturer_container .marker_product img {
    width: 100%;
  }
}

/* /manufacturerSec */
/* ―――――――――――――――――――― */
/* COMPANY_PROFILE */
/* ―――――――――――――――――――― */
/* 項目背景をモニター幅いっぱいに */
.company_profileSec {
  width: 100%;
  background-color: #232323;
  padding: 109px 0 65px;
  position: relative; /* 背景の花びら用 */
  overflow: hidden; /* はみ出した分をトリミング */
  /* 項目内容の最大幅を設定 */
  /* /company_profile_container */
}
.company_profileSec .company_profile_container {
  width: 1080px;
  margin: 0 auto;
  /* タイトル、サブタイトル、小見出しを白文字に */
  /* 「会社概要」の表組みの位置 */
  /* /company_history */
}
@media (width <= 768px) {
  .company_profileSec .company_profile_container {
    max-width: 90%;
  }
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container {
    width: 96%;
  }
}
.company_profileSec .company_profile_container h2,
.company_profileSec .company_profile_container h3,
.company_profileSec .company_profile_container .h2_sub,
.company_profileSec .company_profile_container p,
.company_profileSec .company_profile_container span,
.company_profileSec .company_profile_container table,
.company_profileSec .company_profile_container dl,
.company_profileSec .company_profile_container dt,
.company_profileSec .company_profile_container dd {
  color: #fff;
}
.company_profileSec .company_profile_container .line {
  width: 210px;
  height: 1px;
  background-color: #fff;
}
.company_profileSec .company_profile_container .company_history {
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.company_profileSec .company_profile_container .company_history .company_wrapper {
  max-width: 544px;
  margin: 0 auto 40px;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .company_wrapper {
    display: block;
    width: 96%;
  }
}
.company_profileSec .company_profile_container .company_history .company_wrapper .c_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
}
.company_profileSec .company_profile_container .company_history .company_wrapper .c_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.company_profileSec .company_profile_container .company_history .company_wrapper .c_box.is_slider::before {
  left: 101%;
}
.company_profileSec .company_profile_container .company_history .company_wrapper dt,
.company_profileSec .company_profile_container .company_history .company_wrapper dd {
  margin-bottom: 16px;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .company_wrapper dt,
  .company_profileSec .company_profile_container .company_history .company_wrapper dd {
    margin-bottom: 0;
  }
}
.company_profileSec .company_profile_container .company_history .company_wrapper dt {
  width: 100%;
  padding-left: 0.5em;
  padding-bottom: 2px;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  margin-bottom: 6px;
}
.company_profileSec .company_profile_container .company_history .company_wrapper dd {
  width: 100%;
  padding-left: 1.5em;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .company_wrapper dd {
    margin-bottom: 16px;
  }
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history {
    width: calc(100% - 16px);
    margin: 0 auto;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}
.company_profileSec .company_profile_container .company_history .map {
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .map {
    width: 90%;
  }
}
.company_profileSec .company_profile_container .company_history .map iframe {
  width: 100%;
  aspect-ratio: 3/1.8;
  margin-bottom: 40px;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .map iframe {
    aspect-ratio: 3/4;
  }
}
.company_profileSec .company_profile_container .company_history .map h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .map h3 {
    margin-bottom: 30px;
  }
}
.company_profileSec .company_profile_container .company_history .map .access_box {
  display: block;
  max-width: 710px;
  padding-left: 87px;
  margin: 0 auto;
}
@media (width <= 768px) {
  .company_profileSec .company_profile_container .company_history .map .access_box {
    max-width: 90%;
  }
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .map .access_box {
    padding-left: 0px;
  }
}
.company_profileSec .company_profile_container .company_history .map .access_box dt {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.company_profileSec .company_profile_container .company_history .map .access_box dt::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
}
.company_profileSec .company_profile_container .company_history .map .access_box dt.route_train::before {
  top: -17px;
  left: -63px;
  background-image: url(../img/icon_train.svg);
}
.company_profileSec .company_profile_container .company_history .map .access_box dt.route_car::before {
  top: -17px;
  left: -63px;
  background-image: url(../img/icon_car.svg);
}
@media (width <= 428px) {
  .company_profileSec .company_profile_container .company_history .map .access_box dt.route_train::before, .company_profileSec .company_profile_container .company_history .map .access_box dt.route_car::before {
    display: none;
    content: none;
  }
}
.company_profileSec .company_profile_container .company_history .map .access_box dd {
  width: 100%;
  padding-left: 2rem;
}
.company_profileSec .company_profile_container .company_history .map .access_box .mb_large {
  margin-bottom: 26px;
}
.company_profileSec .banksia {
  top: 50%;
  left: 50%;
  width: 1920px;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
}
@media (width <= 1280px) {
  .company_profileSec .banksia {
    top: 50%;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (width <= 768px) {
  .company_profileSec .banksia {
    top: 50%;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (width <= 428px) {
  .company_profileSec .banksia:nth-of-type(2) {
    top: 130px;
    left: 112px;
    width: 258px;
    height: auto;
  }
  .company_profileSec .banksia:nth-of-type(3) {
    bottom: 0;
    right: 0;
    width: 150px;
    height: auto;
  }
}

/* /company_profileSec */
/* ―――――――――――――――――――― */
/* CONTACT */
/* ―――――――――――――――――――― */
.contactSec {
  width: 1080px;
  margin: 0 auto 27px;
  /* リンク移動時の余白と合算して120px */
  /* /contact_container */
}
@media (width <= 768px) {
  .contactSec {
    width: 90%;
  }
  .contactSec .banksia_c.fadeup {
    position: absolute;
    top: -44px;
    left: 122px;
  }
}
@media (width <= 428px) {
  .contactSec {
    width: 96%;
  }
  .contactSec .banksia_c.fadeup {
    position: absolute;
    top: -48px;
    left: 2px;
  }
}
.contactSec .contact_container {
  position: relative; /* 花の装飾用 */
  /* /.tel_number,.to_mail */
  /* 「電話番号」の書式設定 */
  /* /tel_number a */
  /* 「メールでのお問い合わせ」の書式設定 */
  /* 「営業時間」の表組み] */
  /* ―――――――――――――――――――― */
  /* SNSの紹介 */
  /* ―――――――――――――――――――― */
  /* /.to_line */
}
.contactSec .contact_container .line {
  width: 360px;
  height: 1px;
  background-color: #232323;
}
.contactSec .contact_container .tel_number,
.contactSec .contact_container .to_mail {
  display: block;
  max-width: 587px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* 「電話番号」「メールでのお問い合わせ」ホバー設定 */
  /* 「電話番号」「メールでのお問い合わせ」書式設定 */
}
@media (width <= 428px) {
  .contactSec .contact_container .tel_number,
  .contactSec .contact_container .to_mail {
    width: 100%;
  }
  .contactSec .contact_container .tel_number:active,
  .contactSec .contact_container .to_mail:active {
    opacity: 0.8;
  }
}
.contactSec .contact_container .tel_number:hover,
.contactSec .contact_container .to_mail:hover {
  opacity: 0.8;
}
.contactSec .contact_container .tel_number a,
.contactSec .contact_container .to_mail a {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width <= 428px) {
  .contactSec .contact_container .tel_number a,
  .contactSec .contact_container .to_mail a {
    width: calc(100% - 30px);
  }
}
.contactSec .contact_container .tel_number a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.125rem;
  padding: 41px 60px 22px 140px;
  border: 1px solid #232323;
  margin-bottom: 24px;
  color: #232323;
  pointer-events: none;
  position: relative; /* 電話のアイコン用 */
  /* 「電話番号」のアイコン */
}
@media (width <= 768px) {
  .contactSec .contact_container .tel_number a {
    color: #232323;
  }
}
@media (width <= 428px) {
  .contactSec .contact_container .tel_number a {
    pointer-events: auto;
    font-size: 2.0625rem; /* 大きさを縮小 */
    padding: 20px 0 20px 70px; /* 位置を調整 */
  }
}
.contactSec .contact_container .tel_number a::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 65px;
  top: 55%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
}
@media (width <= 428px) {
  .contactSec .contact_container .tel_number a::before {
    width: 55px; /* 大きさを縮小 */
    height: 65px; /* 大きさを縮小 */
    top: 50%; /* 位置を調整 */
    left: 15px; /* 位置を調整 */
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7); /* 大きさを縮小 */
  }
}
.contactSec .contact_container .to_mail a {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 41px 82px 41px 140px;
  border: 1px solid #232323;
  margin-bottom: 30px;
  position: relative; /* メールのアイコン用 */
  /* 「メールでのお問い合わせ」のアイコン */
}
@media (width <= 428px) {
  .contactSec .contact_container .to_mail a {
    font-size: 1.25rem; /* 大きさを縮小 */
    padding: 20px 0 20px 70px; /* 位置を調整 */
    margin-bottom: 50px; /* 下余白を拡大 */
  }
}
.contactSec .contact_container .to_mail a::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 65px;
  top: 60%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
}
@media (width <= 428px) {
  .contactSec .contact_container .to_mail a::before {
    width: 55px; /* 大きさを縮小 */
    height: 65px; /* 大きさを縮小 */
    top: 60%;
    left: 15px; /* 位置を調整 */
    -webkit-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7); /* 大きさを縮小 */
  }
}
.contactSec .contact_container .sale_time {
  max-width: 587px;
  margin: 0 auto 50px;
  /* 行内の余白設定 */
}
@media (width <= 428px) {
  .contactSec .contact_container .sale_time {
    margin-bottom: 50px; /* 下余白を拡大 */
  }
}
.contactSec .contact_container .sale_time th {
  width: 84px;
  text-align: left;
  padding: 0 10px;
}
@media (width <= 428px) {
  .contactSec .contact_container .sale_time th {
    width: 90px;
    text-align: left;
    padding: 0 10px;
  }
}
.contactSec .contact_container .sale_time th,
.contactSec .contact_container .sale_time td {
  padding: 5px 0 5px 10px;
}
.contactSec .contact_container .to_line {
  width: min(100%, 640px);
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative; /* イラスト配置のため */
}
.contactSec .contact_container .to_line.is_show {
  -webkit-animation: fadein 0.3s 1.8s forwards ease;
          animation: fadein 0.3s 1.8s forwards ease;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contactSec .contact_container .to_line p {
  margin-bottom: 20px;
}
.contactSec .contact_container .to_line img {
  width: 200px;
}
.contactSec .contact_container .to_line a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactSec .contact_container .to_line a img:hover {
  opacity: 0.8;
}
.contactSec .contact_container .to_line > img {
  position: absolute;
  right: 25px;
  bottom: -80px;
}
.contactSec .contact_container .to_line span {
  display: inline-block;
  line-height: 1.6;
}
@media (width <= 428px) {
  .contactSec .contact_container .to_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin: 0 auto;
  }
  .contactSec .contact_container .to_line:active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* contactSec */
/* ―――――――――――――――――――― */
/* FOOTER */
/* ―――――――――――――――――――― */
footer {
  width: 100%;
  height: 230px;
  background-color: #232323;
  /* /footer_container */
  /* コピーライト */
}
footer .footer_line {
  width: 100%;
  height: 21px;
  margin-top: 120px;
  background-color: red;
}
@media (width <= 768px) {
  footer {
    height: 300px;
  }
}
@media (width <= 428px) {
  footer {
    height: 479px;
  }
}
footer .footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  padding-top: 49px;
  margin: 0 auto 50px;
  /* /footer_link ul */
}
@media (width <= 768px) {
  footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding-top: 30px;
  }
}
@media (width <= 428px) {
  footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* タテ並びに */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    width: calc(100% - 30px); /* モニター幅に合わせる */
  }
}
footer .footer_container a {
  color: #fff;
}
footer .footer_container a img {
  width: 180px;
}
@media (width <= 768px) {
  footer .footer_container a img {
    width: 230px;
    margin-bottom: 30px;
  }
}
footer .footer_container .footer_link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 19px 0;
  /* footer_link ul li */
}
@media (width <= 428px) {
  footer .footer_container .footer_link ul {
    grid-template-columns: repeat(2, 1fr);
    /* ２列構成に */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 10px);
    margin: 0 auto;
  }
}
footer .footer_container .footer_link ul li {
  width: 213px;
  /* footer_link ul li a */
}
@media (width <= 428px) {
  footer .footer_container .footer_link ul li {
    width: auto;
  }
}
footer .footer_container .footer_link ul li a {
  padding-left: 50px;
  position: relative;
  /* footer_link ul li a::before */
}
@media (width <= 428px) {
  footer .footer_container .footer_link ul li a {
    display: block;
    padding-left: 50px;
    position: relative;
  }
}
footer .footer_container .footer_link ul li a:hover {
  color: #f1ff73;
}
footer .footer_container .footer_link ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width <= 428px) {
  footer .footer_container .footer_link ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (width <= 428px) and (width <= 428px) {
  footer .footer_container .footer_link ul li a::before:active::before {
    left: 18px;
  }
}
footer .footer_container .footer_link ul li a:hover::before {
  left: 18px;
  border-color: #f1ff73;
}
@media (width <= 428px) {
  footer .copyright {
    padding-bottom: 20px;
  }
}
footer .copyright p {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (width <= 428px) {
  footer .copyright p {
    line-height: 1.5;
  }
}

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