@charset "UTF-8";
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.05em;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.enTxt {
  font-family: "Work Sans", sans-serif;
}

.enTxt2 {
  font-family: "EB Garamond", serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.fade-in {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(50px); /* 下に少しずらす */
  transition: opacity 1s 0.3s ease, transform 1s 0.3s ease; /* アニメーションの設定 */
}

.fade-in.fade-left {
  transform: translateX(-100px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置 */
}

.acContents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-top: 91px;
  }
}
@media screen and (max-width: 400px) {
  body {
    padding-top: 81px;
  }
}

.more {
  line-height: 1;
  transition: 0.3s ease;
}
.more:hover {
  background: #333;
  opacity: 1;
  color: #fff !important;
}
.more:hover::after {
  border-color: #fff !important;
}
.more.wh:hover {
  background: #333;
  color: #fff !important;
}
.more.wh:hover::after {
  border-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .page-fv.d {
    margin-top: 0;
  }
  .page-fv.d .page-tag {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-fv.d {
    height: auto;
  }
}

.page-fv {
  margin: 0 20px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-fv {
    margin-top: 126px;
    height: 180px;
  }
}
@media screen and (max-width: 600px) {
  .page-fv {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .page-fv {
    margin-bottom: 40px;
  }
}
.page-fv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-fv img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: 70%;
       object-position: 70%;
  }
}
.page-fv .sec-ttl {
  font-size: 46px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .page-fv .sec-ttl {
    font-size: 30px;
    left: 10%;
  }
}
.page-fv .sec-ttl::after {
  content: "共に歩む仲間たち";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-fv .sec-ttl::after {
    font-size: 12px;
  }
}
.page-fv .sec-ttl.none::after {
  content: "お探しのページが見つかりません。";
}
.page-fv.company__fv .sec-ttl::after {
  content: "企業情報";
}
.page-fv.contact__fv .sec-ttl::after {
  content: "お問い合わせ";
}
.page-fv.news__fv .sec-ttl::after {
  content: "お知らせ";
}
.page-fv.interview__fv .sec-ttl::after {
  content: "オーナーインタビュー";
}
.page-fv.ma__fv .sec-ttl::after {
  content: "譲渡";
}
.page-fv.member__fv .sec-ttl::after {
  content: "メンバー";
}
.page-fv.program__fv > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-fv.program__fv > img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.page-fv.program__fv .sec-ttl::after {
  content: "成長プログラム";
}
.page-fv .page-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #a7a7a7;
  font-size: 13px;
  gap: 10px;
  line-height: 1.4;
  z-index: 101;
  flex-wrap: wrap;
  position: absolute;
  bottom: 15px;
  left: 13%;
}
@media screen and (max-width: 768px) {
  .page-fv .page-tag {
    font-size: 10px;
    left: 10%;
    bottom: 10px;
  }
}
.page-fv .page-tag a {
  color: #a7a7a7;
}
@media screen and (max-width: 450px) {
  .page-fv .page-tag {
    bottom: 10px;
  }
}
.page-fv .fv__logo--wrapper p img {
  height: 130px;
}
@media screen and (max-width: 1000px) {
  .page-fv .fv__logo--wrapper p img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-fv .fv__logo--wrapper p img {
    height: 80px;
  }
}

/* ハンバーガーメニューのボタン */
/* メニューオープン時のボタンアニメーション */
.hamburger__btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(25deg);
  width: 100%;
}

.hamburger__btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger__btn.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-25deg);
  width: 100%;
}

/* ハンバーガーメニュー */
.drawerNav {
  background: #000;
  display: none;
  position: fixed;
  top: 126px;
  right: 0;
  width: 100%;
  height: 90%;
  transition: all 0.3s ease;
  overflow-y: auto;
  z-index: 999;
  padding: 70px 20px 40px;
  transform: translateX(100%);
}
.drawerNav.active {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .drawerNav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .drawerNav {
    top: 91px;
  }
}
@media screen and (max-width: 400px) {
  .drawerNav {
    top: 81px;
  }
}
.drawerNav .footer__inner--box {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    top: 0;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
.header__inner .logo {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .header__inner .logo {
    padding: 0;
  }
}
.header__inner .logo .off {
  display: block;
}
.header__inner .logo .on {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__inner--nav {
    display: none;
  }
}
.header__inner--nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner--nav-list li {
  padding-left: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .header__inner--nav-list li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner--nav-list li {
    padding: 0;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
  }
}
@media screen and (max-width: 600px) {
  .header__inner--nav-list li {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-list li {
    width: 50px;
    height: 50px;
  }
}
.header__inner--nav-list li a {
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .header__inner--nav-list li a {
    font-size: 12px;
  }
}
.header__inner--nav-list li .odd {
  padding-right: 30px;
}
.header__inner--nav-list li img {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
}
@media screen and (max-width: 768px) {
  .header__inner--nav-list li img {
    padding: 0;
    position: inherit;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  .header__inner--nav-list li img {
    width: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-list li img {
    width: 16px;
  }
}
.header__inner--nav-list li:last-child {
  background-color: #000;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .header__inner--nav-list li:last-child {
    margin-left: 0;
    padding: 0;
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 600px) {
  .header__inner--nav-list li:last-child {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-list li:last-child {
    width: 50px;
    height: 50px;
  }
}
.header__inner--nav-list li:last-child a {
  color: #fff;
  padding: 30px;
  border: 1px solid #000;
  transition: 0.3s ease;
  font-weight: 700;
}
.header__inner--nav-list li:last-child a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.header__inner--nav-list li:last-child {
  padding-left: 0;
}
.header__inner--nav-sp {
  padding: 15px 0;
}
.header__inner--nav-sp .hamburger__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .header__inner--nav-sp .hamburger__btn {
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-sp .hamburger__btn {
    gap: 7px;
  }
}
.header__inner--nav-sp .hamburger__btn.active span:nth-child(1) {
  transform: translateY(16px) rotate(45deg);
  width: 40px;
}
@media screen and (max-width: 600px) {
  .header__inner--nav-sp .hamburger__btn.active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
    width: 30px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-sp .hamburger__btn.active span:nth-child(1) {
    width: 20px;
    transform: translateY(9px) rotate(45deg);
  }
}
.header__inner--nav-sp .hamburger__btn.active span:nth-child(2) {
  opacity: 0;
}
.header__inner--nav-sp .hamburger__btn.active span:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
  width: 40px;
}
@media screen and (max-width: 600px) {
  .header__inner--nav-sp .hamburger__btn.active span:nth-child(3) {
    width: 30px;
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-sp .hamburger__btn.active span:nth-child(3) {
    width: 20px;
    transform: translateY(-7px) rotate(-45deg);
  }
}
.header__inner--nav-sp span {
  display: block;
  height: 1px;
  width: 45px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .header__inner--nav-sp span {
    width: 30px;
  }
}
@media screen and (max-width: 400px) {
  .header__inner--nav-sp span {
    width: 20px;
  }
}

.header.active {
  background-color: #000;
}

.header.active .on {
  display: block;
}

.header.active .off {
  display: none;
}

.megamenu {
  display: none;
  position: absolute; /* 必要に応じて調整 */
  z-index: 100;
  width: 361px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .megamenu {
    display: none !important;
  }
}
.megamenu ul {
  display: block;
  width: 100%;
  background: #000; /* 必要に応じて調整 */
}
.megamenu li {
  display: block;
  width: 100%;
  padding: 0;
  background: #000;
  margin: 0 !important;
}
.megamenu li + li {
  border-top: 1px solid #fff;
  margin: 0;
}
.megamenu li a {
  padding: 40px !important;
  color: #fff !important;
  font-size: 19px;
  background-color: #000 !important;
  position: relative;
}
.megamenu li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 7%;
  top: 50%;
}
.megamenu li a:hover {
  opacity: 0.7 !important;
}

.megamenuOpen:hover .megamenu {
  display: block;
}

.megamenuOpen {
  position: relative;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #000;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer {
    background-size: 200%;
  }
}
.footer__inner {
  padding: 80px 14% 0;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 80px 40px 0;
  }
}
.footer__inner .footer-logo {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer__inner .footer-logo {
    margin-bottom: 70px;
  }
}
.footer__inner--box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box {
    margin-bottom: 100px;
  }
}
.footer__inner--box-list {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list {
    width: 50%;
  }
}
.footer__inner--box-list p {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list p {
    margin-bottom: 50px;
  }
}
.footer__inner--box-list p a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list p a {
    font-size: 13px;
  }
}
.footer__inner--box-list li {
  margin-bottom: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list li {
    margin-bottom: 50px;
    padding-left: 20px;
  }
}
.footer__inner--box-list li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list li a {
    font-size: 13px;
  }
}
.footer__inner--box-list li.pl-none {
  padding-left: 0;
}
.footer__inner .copy {
  color: #fff;
  font-size: 12px;
  text-align: right;
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner .copy {
    padding-right: 60px;
  }
}
.footer .cta {
  color: #333;
  font-weight: bold;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .footer .cta {
    width: 50px;
    height: 50px;
  }
}
.footer .cta:hover {
  opacity: 0.7;
}
.footer .cta.show {
  opacity: 1;
  visibility: visible;
}
.footer .cta img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .footer .cta img {
    width: 14px;
  }
}

.behavioral {
  padding: 0 14%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .behavioral {
    padding: 0 20px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 450px) {
  .behavioral {
    margin-bottom: 60px;
  }
}
.behavioral__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .behavioral__inner .ttl-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 450px) {
  .behavioral__inner .ttl-box {
    margin-bottom: 30px;
  }
}
.behavioral__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .behavioral__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .behavioral__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.behavioral__inner .ttl-box .sec-ttl::after {
  content: "行動指針";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.behavioral__inner--ttl {
  color: #333;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 450px) {
  .behavioral__inner--ttl {
    font-size: 18px;
  }
}
.behavioral__inner--ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  display: inline-block;
  margin-right: 15px;
}
.behavioral__inner--text {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .behavioral__inner--text {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.behavioral__inner--text:last-child {
  margin-bottom: 0;
}

.contact {
  background-color: #000;
  padding: 160px 20px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 80px 20px;
  }
}
.contact__inner {
  max-width: 660px;
  margin: 0 auto;
}
.contact__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .contact__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.contact__inner .ttl-box .sec-ttl::after {
  content: "お問い合わせ";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__inner .ttl-box .sec-ttl::after {
    margin-top: 15px;
  }
}
.contact__inner--text {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact__inner--text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .contact__inner--text {
    font-size: 14px;
  }
}
.contact__inner .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  max-width: 600px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 34px 18px 34px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: #fff;
  line-height: 1;
  font-weight: bold;
}
.contact__inner .more .off {
  display: block;
}
.contact__inner .more .on {
  display: none;
}
.contact__inner .more:hover .off {
  display: none;
}
.contact__inner .more:hover .on {
  display: block;
}
.contact__inner .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}

.contact-d__inner {
  padding: 0 14%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact-d__inner {
    padding: 0 20px;
  }
}
.contact-d__inner .smf-form .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-checkboxes-control__control {
    gap: 0 10px;
  }
}
.contact-d__inner .smf-form .smf-checkbox-control {
  display: flex;
  align-items: center;
}
.contact-d__inner .smf-form .smf-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.contact-d__inner .smf-form .smf-item::before {
  content: "";
  width: 25%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item::before {
    width: 100%;
  }
}
.contact-d__inner .smf-form .smf-item::after {
  content: "";
  width: 75%;
  height: 1px;
  background: #747474;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item::after {
    width: 100%;
  }
}
.contact-d__inner .smf-form .smf-item:first-of-type::after {
  display: none;
}
.contact-d__inner .smf-form .smf-item:first-of-type::before {
  display: none;
}
.contact-d__inner .smf-form .smf-item:last-of-type {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item {
    flex-direction: column;
    padding-top: 20px;
  }
}
.contact-d__inner .smf-form .smf-item input, .contact-d__inner .smf-form .smf-item textarea {
  border: none;
  width: 100%;
  padding: 10px;
  height: 50px;
  box-shadow: none !important;
  box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item input, .contact-d__inner .smf-form .smf-item textarea {
    font-size: 14px;
  }
}
.contact-d__inner .smf-form .smf-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-top: 0;
  border: 1px solid #000;
}
.contact-d__inner .smf-form .smf-item textarea {
  width: 100%;
  height: 150px;
  padding: 20px 10px;
}
.contact-d__inner .smf-form .smf-item .smf-item__col--label {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--label {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-d__inner .smf-form .smf-item .smf-item__col--label.none {
  border-bottom: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--label.none {
    margin-bottom: 20px;
  }
}
.contact-d__inner .smf-form .smf-item .smf-item__col--label .smf-item__label__text {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--label .smf-item__label__text {
    font-size: 16px;
  }
}
.contact-d__inner .smf-form .smf-item .smf-item__col--label .smf-item__label__text .required {
  color: #e8437e;
}
.contact-d__inner .smf-form .smf-item .smf-item__col--controls {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--controls {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }
}
.contact-d__inner .smf-form .smf-item .smf-item__col--controls .smf-item__controls.none {
  border-bottom: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-d__inner .smf-form .smf-item .smf-item__col--controls .smf-item__controls.none {
    margin-bottom: 20px;
  }
}
.contact-d__inner .smf-form .smf-item .smf-item__col--controls .smf-item__controls label {
  margin-right: 10px;
}

.smf-button-control__control {
  color: #fff !important;
  max-width: 600px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  background-color: #000 !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-image: none !important;
  padding: 20px 34px 18px 34px !important;
  border: 1px solid #191922 !important;
  border-radius: 30px !important;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s !important;
  margin-top: 60px !important;
  position: relative;
}
.smf-button-control__control::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 3%;
  top: 50%;
}
.smf-button-control__control:hover {
  background: #fff !important;
  color: #000 !important;
}
.smf-button-control__control:hover::after {
  border-top: solid 2px #000 !important;
  border-right: solid 2px #000 !important;
}

.thanks__title {
  text-align: center;
  margin: 50px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.back_btn {
  margin: 50px auto 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #050505 !important;
  font-weight: 500;
  line-height: 48px;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #050505 !important;
  border-radius: 1000px !important;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

.fv__logo {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 90;
  left: 0;
}

.fv__logo--wrapper {
  display: flex;
  width: 200%; /* 無限ループ風に流すため2倍幅に */
  animation: scroll 20s linear infinite;
}

.fv__logo--wrapper p {
  flex-shrink: 0;
  width: auto;
  margin-right: 40px; /* 画像間の間隔を調整 */
}
@media screen and (max-width: 768px) {
  .fv__logo--wrapper p {
    width: 150%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fv {
  padding: 0 20px;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 70px;
  }
}
.fv .fv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv .fv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.fv__inner {
  position: relative;
  padding: 180px 10% 120px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 150px 50px;
  }
}
@media screen and (max-width: 600px) {
  .fv__inner {
    padding: 30px 20px 20px;
  }
}
.fv__inner--ttl {
  color: #fff;
  font-size: 56px;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__inner--ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .fv__inner--ttl {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .fv__inner--ttl {
    font-size: 24px;
  }
}
.fv__inner--sub {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 100;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__inner--sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .fv__inner--sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .fv__inner--sub {
    font-size: 12px;
  }
}

.growth {
  background-image: url(../../img/top/growth.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .growth {
    padding: 90px 0 75px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 450px) {
  .growth {
    margin-bottom: 60px;
  }
}
.growth__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .growth__inner {
    padding: 0 20px;
  }
}
.growth__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.growth__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .growth__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .growth__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.growth__inner .ttl-box .sec-ttl::after {
  content: "成長プログラム";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
.growth__inner--text {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .growth__inner--text {
    font-size: 14px;
  }
}
.growth__inner .more-wrapper {
  text-align: right;
}
.growth__inner .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .growth__inner .more {
    padding: 8px 35px;
  }
}
.growth__inner .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}

.program {
  padding: 70px 40px 120px;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.program__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.program__title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #787878;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .program__title {
    font-size: 20px;
  }
}
.program__title::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  display: block;
}
.program__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .program__main {
    display: block;
    margin-bottom: 50px;
  }
}
.program__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .program__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.program__img img {
  width: 100%;
}
.program__contents {
  width: 50%;
}
.program__contents p {
  line-height: 1.7;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .program__contents {
    width: 100%;
  }
  .program__contents p {
    font-size: 16px;
  }
}
.program__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .program__box {
    display: block;
  }
}
.program__item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .program__item {
    margin-bottom: 40px;
    width: 100%;
  }
}
.program__item--img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .program__item--img {
    margin-bottom: 20px;
  }
}
.program__item--img img {
  width: 100%;
}
.program__item--title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.history {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .history {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .history {
    margin-bottom: 50px;
  }
}
.history__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .history__inner {
    padding: 0 20px;
  }
}
.history__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .history__inner .ttl-box {
    margin-bottom: 20px;
  }
}
.history__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .history__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .history__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.history__inner .ttl-box .sec-ttl::after {
  content: "沿革";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.history__inner--text {
  line-height: 2;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 450px) {
  .history__inner--text {
    font-size: 14px;
  }
}
.history__inner .history__inner--list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-top: 1px solid #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .history__inner .history__inner--list li {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.history__inner .history__inner--list li:last-child {
  border-bottom: 1px solid #000;
}
.history__inner .history__inner--list li p {
  font-size: 16px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .history__inner .history__inner--list li p {
    width: 100%;
  }
}
.history__inner .history__inner--list li .list-ttl {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .history__inner .history__inner--list li .list-ttl {
    width: 100%;
    margin-bottom: 15px;
  }
}

.interview {
  padding: 0 14%;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .interview {
    margin-bottom: 60px;
  }
}
.interview__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.interview__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .interview__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .interview__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.interview__inner .ttl-box .sec-ttl::after {
  content: "オーナーインタビュー";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.interview__inner .ttl-box .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview__inner .ttl-box .more {
    padding: 8px 35px;
  }
}
.interview__inner .ttl-box .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}
.interview__inner--box.d {
  flex-wrap: wrap;
  display: flex;
}
.interview__inner--box {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  .interview__inner--box {
    display: none;
    gap: 40px 0;
  }
}
.interview__inner--box-card {
  width: 32%;
}
.interview__inner--box-card:nth-of-type(2) {
  margin-top: 50px;
}
.interview__inner--box-card:nth-of-type(3) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interview__inner--box-card {
    width: 100%;
  }
  .interview__inner--box-card:nth-of-type(2) {
    margin-top: 50px;
  }
  .interview__inner--box-card:nth-of-type(3) {
    margin-top: 100px;
  }
}
.interview__inner--box-card img {
  margin-bottom: 15px;
  width: 100%;
}
.interview__inner--box-card-date {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-family: "League Spartan", sans-serif;
}
.interview__inner--box-card-ttl {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.interview__inner--box-card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.interview__inner--box-card-text a {
  color: #333;
}
.interview__inner--box-card.d {
  width: 30%;
}
.interview__inner--box-card.d:nth-of-type(2) {
  margin-top: 0;
}
.interview__inner--box-card.d:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .interview__inner--box-card.d {
    width: 47%;
  }
  .interview__inner--box-card.d:nth-of-type(2) {
    margin-top: 0;
  }
  .interview__inner--box-card.d:nth-of-type(3) {
    margin-top: 0;
  }
}
.interview__inner--box--box-sp {
  display: none;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .interview__inner--box--box-sp {
    display: flex;
  }
}
.interview__inner--box--box-sp-card:nth-of-type(2) {
  margin-top: 50px;
}
.interview__inner--box--box-sp-card:nth-of-type(3) {
  margin-top: 100px;
}
.interview__inner--box--box-sp-card img {
  margin-bottom: 15px;
}
.interview__inner--box--box-sp-card-date {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-family: "League Spartan", sans-serif;
}
.interview__inner--box--box-sp-card-ttl {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.interview__inner--box--box-sp-card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.interview__inner .page-nation {
  font-size: 12px;
  color: #000;
}
.interview__inner--flex {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview__inner--flex {
    flex-direction: column;
  }
}
.interview__inner--flex-img {
  width: 40%;
}
.interview__inner--flex-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview__inner--flex-img {
    width: 100%;
  }
}
.interview__inner--flex-right {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .interview__inner--flex-right {
    width: 100%;
  }
}
.interview__inner--flex-right-ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .interview__inner--flex-right-ttl {
    font-size: 22px;
  }
}
.interview__inner--flex-right-date {
  font-size: 14px;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .interview__inner--flex-right-date {
    font-size: 12px;
  }
}
.interview__inner--flex-right-text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .interview__inner--flex-right-text {
    font-size: 14px;
  }
}
.interview__inner .interview__ttl2 {
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .interview__inner .interview__ttl2 {
    font-size: 18px;
  }
}
.interview__inner .interview__ttl2::before {
  content: "";
  display: block;
  width: 13px;
  height: 40px;
  background-color: #000;
  margin-right: 15px;
  border-radius: 2px;
}
.interview__inner .interview__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .interview__inner .interview__text {
    font-size: 14px;
  }
}

.interview.d {
  background-color: #f6f6f6;
  padding: 50px 14%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .interview.d {
    padding: 50px 20px;
  }
}
.interview.d .sec-ttl.d::after {
  content: "最新のインタビュー";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}

.ma {
  background-image: url(../../img/top/m&a.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .ma {
    padding: 90px 0 75px;
  }
}
.ma__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .ma__inner {
    padding: 0 20px;
  }
}
.ma__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ma__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .ma__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .ma__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.ma__inner .ttl-box .sec-ttl::after {
  content: "譲渡";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
.ma__inner--text {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .ma__inner--text {
    font-size: 14px;
  }
}
.ma__inner .more-wrapper {
  text-align: right;
}
.ma__inner .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ma__inner .more {
    padding: 8px 35px;
  }
}
.ma__inner .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}

.ma__intro {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .ma__intro {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.ma__intro h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ma__intro h3 {
    font-size: 20px;
  }
}

.ma__sec {
  padding: 0 40px 140px;
}
@media screen and (max-width: 768px) {
  .ma__sec {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.ma__sec--inner {
  max-width: 1024px;
  margin: 0 auto;
}

.ma__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ma__lists {
    display: block;
  }
}

.ma__list {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ma__list {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.ma__list--icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ma__list--icon {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.ma__list--icon img {
  width: 100%;
}
.ma__list--title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.ma__list--text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.difference {
  padding: 0 40px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .difference {
    padding: 0 20px 80px;
  }
}
.difference__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.difference__title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #787878;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .difference__title {
    font-size: 20px;
  }
}
.difference__title::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  display: block;
}
.difference__text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.difference__img img {
  width: 100%;
}

.member {
  background-image: url(../../img/top/member.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .member {
    padding: 100px 0 75px;
  }
}
.member__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .member__inner {
    padding: 0 20px;
  }
}
.member__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.member__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .member__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .member__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.member__inner .ttl-box .sec-ttl::after {
  content: "譲渡";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .member__inner .ttl-box .sec-ttl::after {
    margin-top: 15px;
  }
}
.member__inner--text {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .member__inner--text {
    font-size: 14px;
  }
}
.member__inner .more-wrapper {
  text-align: right;
}
.member__inner .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member__inner .more {
    padding: 8px 35px;
  }
}
.member__inner .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}

.member__sec {
  padding: 80px 40px 150px;
}
@media screen and (max-width: 768px) {
  .member__sec {
    padding: 5.3333333333vw 5.3333333333vw 16vw;
  }
}
.member__sec--inner {
  max-width: 1100px;
  margin: 0 auto;
}

.member__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 50px;
}
@media screen and (max-width: 768px) {
  .member__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.member__list--img {
  margin-bottom: 15px;
}
.member__list--img img {
  width: 100%;
}
.member__list--name {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.member__list--name .en {
  display: block;
  font-size: 13px;
}
.member__list--text {
  line-height: 1.7;
  font-size: 15px;
}

.misson {
  padding: 0 14%;
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .misson {
    padding: 0 20px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 450px) {
  .misson {
    margin-bottom: 60px;
  }
}
.misson__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .misson__inner .ttl-box {
    margin-bottom: 20px;
  }
}
.misson__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .misson__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .misson__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.misson__inner .ttl-box .sec-ttl::after {
  content: "私達の使命";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.misson__inner--text {
  line-height: 2;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .misson__inner--text {
    font-size: 14px;
  }
}

.news {
  padding: 0 14%;
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .news {
    margin-bottom: 40px;
  }
}
.news__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news__inner .ttl-box {
    margin-bottom: 20px;
  }
}
.news__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .news__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .news__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.news__inner .ttl-box .sec-ttl::after {
  content: "お知らせ";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.news__inner .ttl-box .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__inner .ttl-box .more {
    padding: 8px 35px;
  }
}
.news__inner .ttl-box .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}
.news__inner--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  .news__inner--box {
    display: none;
  }
}
.news__inner--box-card {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news__inner--box-card {
    width: 47%;
  }
}
.news__inner--box-card img {
  margin-bottom: 15px;
  width: 100%;
}
.news__inner--box-card-date {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-family: "League Spartan", sans-serif;
}
.news__inner--box-card-ttl {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__inner--box-card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__inner--box-sp {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news__inner--box-sp {
    display: flex;
  }
}
.news__inner--box-sp-card img {
  margin-bottom: 15px;
}
.news__inner--box-sp-card-date {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-family: "League Spartan", sans-serif;
}
.news__inner--box-sp-card-ttl {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__inner--box-sp-card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__inner--box.d {
  display: flex;
  flex-wrap: wrap;
}
.news__inner .page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news__inner .page-nation {
    display: none;
  }
}
.news__inner .page-nation .page {
  color: #fff;
  background-color: #000;
  padding: 20px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
.news__inner .page-nation .page.select {
  color: #333;
  background-color: #747474;
}
.news__inner .page-nation a {
  font-size: 18px;
  color: #747474;
  font-weight: bold;
}
.news__inner .page-nation a:first-child {
  margin-right: 20px;
}
.news__inner .page-nation a:last-child {
  margin-left: 20px;
}
.news__inner .news__ttl {
  line-height: 1.5;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news__inner .news__date {
  margin-bottom: 20px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
.news__inner .news__img1 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.news__inner .news__img1 img {
  width: 100%;
}
.news__inner .news__detail p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.news__inner .news__detail a {
  text-decoration: underline;
}
.news__inner .news__detail h2, .news__inner .news__detail h3 {
  line-height: 1.5;
}
.news__inner .news__detail h2 {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.news__inner .news__detail h2::before {
  content: "";
  background-color: #000;
  width: 11px;
  height: 22px;
  margin-right: 10px;
}
.news__inner .news__detail img {
  width: 80%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.overview {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .overview {
    margin-bottom: 50px;
  }
}
.overview__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .overview__inner {
    padding: 0 20px;
  }
}
.overview__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .overview__inner .ttl-box {
    margin-bottom: 20px;
  }
}
.overview__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .overview__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .overview__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.overview__inner .ttl-box .sec-ttl::after {
  content: "企業概要";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.overview__inner--text {
  line-height: 2;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 450px) {
  .overview__inner--text {
    font-size: 14px;
  }
}
.overview__inner .overview__inner--list li {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  border-top: 1px solid #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .overview__inner .overview__inner--list li {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.overview__inner .overview__inner--list li:last-child {
  border-bottom: 1px solid #000;
}
.overview__inner .overview__inner--list li p {
  font-size: 16px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .overview__inner .overview__inner--list li p {
    width: 100%;
  }
}
.overview__inner .overview__inner--list li iframe {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .overview__inner .overview__inner--list li iframe {
    height: 180px;
  }
}
.overview__inner .overview__inner--list li .list-ttl {
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .overview__inner .overview__inner--list li .list-ttl {
    width: 100%;
    margin-bottom: 15px;
  }
}
.overview__inner .overview__inner--list li .map {
  display: flex;
  flex-direction: column;
}
.overview__inner .overview__inner--list li .map p {
  width: 100%;
  margin-bottom: 20px;
}

.partner {
  padding: 0 14%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 0 20px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 450px) {
  .partner {
    margin-bottom: 60px;
  }
}
.partner__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .partner__inner .ttl-box {
    margin-bottom: 70px;
  }
}
.partner__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .partner__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .partner__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.partner__inner .ttl-box .sec-ttl::after {
  content: "共に歩む仲間たち";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.partner__inner .ttl-box .more {
  color: #333;
  font-family: "League Spartan", sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  padding: 8px 50px 6px;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .partner__inner .ttl-box .more {
    padding: 8px 35px;
  }
}
.partner__inner .ttl-box .more::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  right: 15%;
}
.partner__inner--box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.partner__inner--box a,.partner__inner--box >img {
  width: 30%;
}
.partner__inner--box a img {
	width:100%;
}
@media screen and (max-width: 768px) {
  .partner__inner--box a,.partner__inner--box >img {
    width: 45%;
  }
}

.vision {
  margin-bottom: 70px;
  background-image: url(../../img/top/bgimage@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  padding-top: 40px;
}
.vision.company {
  background-image: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .vision {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .vision {
    margin-bottom: 50px;
  }
}
.vision__inner {
  padding: 0 14%;
}
@media screen and (max-width: 768px) {
  .vision__inner {
    padding: 0 20px;
  }
}
.vision__inner .ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .vision__inner .ttl-box {
    margin-bottom: 20px;
  }
}
.vision__inner .ttl-box .sec-ttl {
  font-size: 46px;
  color: #333;
  font-family: "League Spartan", sans-serif;
}
@media screen and (max-width: 768px) {
  .vision__inner .ttl-box .sec-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  .vision__inner .ttl-box .sec-ttl {
    font-size: 40px;
  }
}
.vision__inner .ttl-box .sec-ttl::after {
  content: "ビジョン";
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #333;
}
.vision__inner--text {
  line-height: 2;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 450px) {
  .vision__inner--text {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */