@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* 
p {
  font-size: 16px;
} */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  /* 1 */
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ブレイクポイント============================== */
/* フォント============================== */
@font-face {
  font-family: "Honoka_Shin_Mincho_L";
  src: url("../../font/Honoka_Shin_Mincho_L.ttf") format("truetype");
}

/* フォントサイズ============================== */
html {
  font-size: 100%;
}

.c-xSpDisplayBlock {
  display: none;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayBlock {
    display: block;
  }
}

.c-xSpDisplayNone {
  display: block;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayNone {
    display: none;
  }
}

.c-spDisplayBlock {
  display: none;
}

@media screen and (max-width: 480px) {
  .c-spDisplayBlock {
    display: block;
  }
}

.c-spDisplayNone {
  display: block;
}

@media screen and (max-width: 480px) {
  .c-spDisplayNone {
    display: none;
  }
}

.c-xTabDisplayBlock {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayBlock {
    display: block;
  }
}

.c-xTabDisplayNone {
  display: block;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayNone {
    display: none;
  }
}

.c-tabDisplayBlock {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-tabDisplayBlock {
    display: block;
  }
}

.c-tabDisplayNone {
  display: block;
}

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

.c-pcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayBlock {
    display: block;
  }
}

.c-pcDisplayNone {
  display: block;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayNone {
    display: none;
  }
}

.c-lPcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayBlock {
    display: block;
  }
}

.c-lPcDisplayNone {
  display: block;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayNone {
    display: none;
  }
}

/* フォントサイズ============================== */
html {
  scroll-behavior: auto !important;
  overflow-y: scroll;
  scroll-padding-top: 200px;
}

body {
  background-color: #f3f6f6;
  font-size: 16px;
  color: #383838;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #383838;
}

.white {
  color: #fff;
}

.brown {
  color: #664a4a;
}

.black {
  color: #333;
}

.green {
  color: #24b07d;
}

.container {
  padding: 0 32px;
}

.l-width {
  max-width: 1420px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

/*-------------------
共通
---------------------*/
.c-sec-ttl {
  font-size: 60px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .c-sec-ttl {
    font-size: 28px;
  }
}

.c-sec-sub-ttl {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  color: #24b07d;
}

@media screen and (max-width: 991px) {
  .c-sec-sub-ttl {
    font-size: 14px;
  }
}

.main-btn-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.sp {
  display: none;
}

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

/* ローディング */
.loader video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background-color: #24b07d;
}

/* ボタン */
.main-btn {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 16px 26px;
  border-radius: 100px;
  background: linear-gradient(135deg, #24b07d, #2498ab);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

.main-btn:hover {
  background: linear-gradient(135deg, #24b07d, #2498ab);
}

.main-btn > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.main-btn:hover svg {
  transform: rotate(45deg);
}

.list-btn:hover svg {
  transform: rotate(45deg);
}

.main-btn:active {
  transform: scale(0.95);
}

.white-btn {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #24b07d;
}

.white-btn:hover {
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  color: #fff;
}

.white-btn > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.white-btn:hover svg {
  transform: rotate(45deg);
}

.white-btn:active {
  transform: scale(0.95);
}

.white-btn .path {
  stroke: #000;
}

.white-btn:hover .path {
  stroke: white;
}

.green-btn {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #24b07d;
}

.green-btn:hover {
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  color: #fff;
}

.green-btn > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.green-btn:hover svg {
  transform: rotate(45deg);
}

.green-btn:active {
  transform: scale(0.95);
}

.green-btn .path {
  stroke: #24b07d;
}

.green-btn:hover .path {
  stroke: white;
}

/*-------------------------
  ドロップダウン
-------------------------*/
/* ドロップダウンメニュー内のカレント表示を非表示にする */
.nav-list.sub-menu.current-menu-item a::after {
  content: none !important;
  /* 強制的に非表示にする */
}

/* 親メニューの基本スタイル */
.nav-list {
  list-style: none;
  display: flex;
  position: relative;
}

.nav-list li {
  position: relative;
}

/* サブメニュー（初期状態は非表示） */
.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 147%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  list-style: none;
  min-width: 160px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  box-shadow: 0px 1px 11px -6px #777777;
  padding-right: initial;
  border-radius: 10px !important;
}

/* サブメニューのリンク */
.nav-list .sub-menu li {
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}

.nav-list .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
}

.nav-list .sub-menu li:first-child {
  border-radius: 10px 10px 0 0;
}

.nav-list .sub-menu li:last-child {
  border-radius: 0 0 10px 10px;
}

.nav-list .sub-menu li::before {
  content: url(../assets/img/common/icon-arrow-dropdown.png);
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: right 0.3s ease;
}

.nav-list .sub-menu li:hover::after {
  right: 20px;
}

.nav-list .sub-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 3px 7px 3px 23px;
  transition: all 0.3s;
}

.nav-list .sub-menu li:hover {
  color: #fff;
  background: #24b07d;
}

.nav-list .sub-menu li:hover a {
  color: #fff;
}

/* PC: ホバーでサブメニュー表示 */
@media (min-width: 768px) {
  .nav-list li:hover > .sub-menu {
    display: block;
    border-radius: 7px;
  }
}

/* スマホ用のメニュー（開閉用） */
@media (max-width: 767px) {
  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list .sub-menu {
    position: static;
    box-shadow: none;
    background: none;
  }

  /* サブメニューを開いたときのスタイル */
  .nav-list li.open > .sub-menu {
    display: none;
  }
}

/*　スキップボタン　*/
.skip-btn {
  position: absolute;
  top: 85%;
  right: 10%;
  transform: translate(-50%);
  z-index: 2;
  border-radius: 50px;
  border: 1px solid #fff;
}

.skip-btn:hover {
  background-color: #fff;
}

.skip-btn a {
  font-size: 24px;
  color: #fff;
  padding: 4px 24px;
  font-weight: bold;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.skip-btn a:hover {
  color: #24b07d;
}

/*　パンくずリスト　*/
.breadcrumb > li + li::before {
  content: "＞";
  padding: 0px 5px;
}

.breadcrumb {
  display: flex;
  padding: 10px 0 32px;
  font-size: 14px;
}

.breadcrumb a {
  color: #333;
}

/*　404　*/
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 38px;
  margin-bottom: 32px;
}

.error-text-center {
  margin-bottom: 48px;
}

.submit-container.error {
  margin-bottom: 150px;
}

/* swiper */
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: auto;
  z-index: -1;
}

.swiper2 {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: auto;
  z-index: -1;
  max-width: 1500px;
  margin: 48px auto;
  gap: 68px;
}

.swiper-slide {
  align-self: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/*スライドが非アクティブのときは矢印ボタンを非表示にする*/
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

/*スライドが非アクティブのとき,スライドをgridレイアウトに変更*/
.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

/*スライドが非アクティブのときは矢印ボタンを非表示にする*/
.swiper2:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

/*スライドが非アクティブのとき,スライドをgridレイアウトに変更*/
.swiper2:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.swiper3 {
  position: relative !important;
}

.swiper3 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 10;
}

.swiper3 .swiper-pagination-bullet {
  background-color: #c9c9c9;
  /* ページネーションの色 */
  opacity: 0.8;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  /* 間隔 */
}

.swiper3 .swiper-pagination-bullet-active {
  background-color: #fedefa;
  /* アクティブ状態の色 */
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .swiper3 .swiper-pagination {
    display: none;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 88px auto;
  padding: 0 32px;
}

@media screen and (max-width: 991px) {
  .l-inner {
    margin: 48px auto;
    padding: 0 16px;
  }
}

.header {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  gap: 8px;
  z-index: 10001;

  @media screen and (max-width: 991px) {
    padding: 0 8px;
  }
}

.header-cont {
  display: flex;
  width: 100%;
  padding: 16px 32px;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  margin-top: 16px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);

  @media screen and (max-width: 991px) {
    padding: 12px 14px;
  }
}

.header-recruit {
  display: flex;
  align-items: center;
  padding: 14px;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  gap: 8px;
}

@media screen and (max-width: 1520px) {
  .header {
    display: flex;
  }
}

.hdr-contact-area {
  margin-left: auto;
}

.header-logo-cont {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.hdr-contact-area-list {
  display: flex;
  align-items: flex-start;
}

.nav-list-wrap {
  margin-right: auto;
}

.nav-list-wrap-02 {
  margin-left: auto;
}

.hdr-contact-area-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

@media screen and (max-width: 1520px) {
  .hdr-contact-area-list {
    position: absolute;
    top: 116px;
    right: 10px;
  }
}

.nav-list-wrap {
  display: flex;
  align-items: center;
}

.nav-contact-area-list {
  display: none;
}

.nav-list {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

@media screen and (max-width: 1520px) {
  .nav-list {
    justify-content: flex-end;
  }
}

.nav-list ul {
  display: flex;
  padding-right: 195px;
}

.nav-list li {
  justify-content: space-between;
  padding: 10px 24px 10px 0;
}

.nav-list a {
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-logo {
  display: none;
}

.content-container {
  max-width: 938px;
  margin: 0 auto;
  padding: 0 32px;
}

.hdr-contact-item {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  font-size: 16;
}

.hdr-contact-item img {
  margin-right: 8px;
  width: 24px;
}

.contact-box {
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #24b07d 0%, #2498ab 100%);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  width: 180px;
}

@media screen and (max-width: 1520px) {
  .contact-box {
    width: 100%;
  }
}

.contact-box a {
  color: #fff;
}

.contact-box-maru {
  font-size: 7px;
  color: #24b07d;
  padding-right: 8px;
}

.materials-box {
  text-align: center;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  width: 180px;
}

.contact-info {
  display: flex;
  display: grid;
  text-align: left;
}

.contact-info-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tel-num {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.tel-opening {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.materials-box a {
  color: #24b07d;
  border-radius: 20px;
}

.tel-box {
  border-radius: 50px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1520px) {
  .tel-box {
    flex-shrink: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  }
}

.tel-box a {
  font-size: 18px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  position: relative;
}

.toggle-btn {
  display: none;
  cursor: pointer;
  position: relative;
}

.toggle-btn span {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #797979;
  border-radius: 10px;
  position: absolute;
  left: 7px;
}

@media screen and (max-width: 1680px) {
  .nav-list ul {
    display: flex;
    padding-right: inherit;
  }

  .hdr-contact-item {
    font-size: 16px;
  }

  .nav-list-wrap {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1520px) {
  .hdr-contact-item {
    font-size: 18px;
    padding-left: 29px !important;
  }
}

@media screen and (max-width: 991px) {
  .nav-list li {
    border-bottom: 1px solid #24b07d;
  }

  .tel-box {
    display: none;
  }

  .tel-box a {
    background-color: #ffffff;
    color: #24b07d;
    margin-top: 14px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
  }

  .nav-contact-area-list {
    display: block;
    text-align: center;
    margin-bottom: 190px;
  }

  .nav-list a {
    color: #333;
  }

  .line-box {
    margin-bottom: 10px;
  }
}

/*　テーブル　*/
.contact_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.contact_table table th {
  width: 22%;
  background: #24b07d;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}

.contact_table table td {
  border: 1px solid #ededed;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  color: #333;
}

.contact_table th {
  min-width: 338px;
  position: relative;
  border-radius: 10px;
}

.req {
  color: #333;
  font-weight: normal;
  display: inline-block;
  background: #fff;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
}

.unreq {
  color: #333;
  font-weight: normal;
  display: inline-block;
  background: #e1e1e1;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
}

.form-control {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #d7d5d2;
  color: #787878;
}

.mwform-radio-field-text {
  color: #333;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fae4fd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fbd5d4;
}

@media all and (max-width: 600px) {
  .contact_table table th,
  .contact_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .contact_table table tr:last-child td:last-child {
    border-bottom: 1px solid #ededed;
  }
}

@media all and (max-width: 950px) {
  .form-control {
    width: 100%;
  }
}

.left {
  text-align: left;
}

.center {
  display: flex;
  justify-content: center;
}

.red {
  color: #e84c05;
}

.reverse {
  flex-direction: row-reverse;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 200px;
  margin-right: 32px;
}

@media screen and (max-width: 1680px) {
  .header-logo {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 80px;
  }

  .header-logo {
    width: 70%;
  }

  .hdr-contact-item {
    display: none;
  }

  .c-col-wrap {
    padding: 0 32px;
  }

  /* hamburger */
}

@media (max-width: 480px) {
  .header-logo {
    width: 85%;
    margin-right: 0px;
    z-index: 100000;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .hdr-contact-item {
    display: none;
  }

  .nav-list-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 24px;
    transition: 0.4s ease-in-out;
  }

  .nav-list {
    position: absolute;
    top: 21%;
    left: 80px;
    flex-direction: column;
    transform: translate(-50px, -50px);
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 16px;
    width: 86%;
  }

  .nav-contact {
    display: block;
    max-height: 100%;
    margin: auto 0 0 0;
    font-size: 20px;
  }

  .hdr-contact-item img {
    margin-left: inherit;
  }

  .toggle-btn {
    display: block;
    z-index: 11;
    right: 7px;
    width: 40px;
    height: 40px;
  }

  .toggle-btn span:nth-child(1) {
    top: 10px;
  }

  .toggle-btn span:nth-child(2) {
    top: 19px;
  }

  .toggle-btn span:nth-child(3) {
    top: 28px;
  }

  .open .toggle-btn {
    z-index: 12;
    display: block;
  }

  .open .toggle-btn span {
    background-color: 333;
  }

  .open .nav-list-wrap {
    opacity: 1;
    visibility: visible;
    background: #ffffff;
  }

  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle-btn span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg);
    background: #797979;
  }

  .open .toggle-btn span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
    background: #797979;
  }

  .nav-logo {
    display: block;
    position: relative;
    z-index: 1;
    width: 100px;
  }
}

@media screen and (max-width: 1680px) {
  .hdr-contact-area-list {
    top: 116px;
    right: 26px;
    gap: 14px;
    z-index: -1;
  }

  .nav-list-wrap {
    display: flex;
    /* width: 100%;
    justify-content: space-between; */
  }
}

@media screen and (max-width: 991px) {
  .hdr-contact-area-list {
    display: none;
  }
}

.hdr-contact-sp {
  display: flex;
  align-items: center;
}

.phone-logo-sp {
  display: none;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .phone-logo-sp {
    display: block;
  }
}

.line-box-sp {
  display: none;
  margin-bottom: inherit;
  font-size: 14px;
  margin-right: 15px;
}

.line-box-sp a {
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .line-box-sp {
    display: none;
    margin-bottom: inherit;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
  }
}

/* ヘッダー コンタクト SP */
.hdr-contact-area-sp {
  display: none;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hdr-contact-area-sp-ttl {
  display: block;
  text-align: left;
  font-size: 12px;
}

.hdr-contact-area-sp-item {
  padding: 0 15px;
  border-radius: 15px;
  height: 60px;
  align-content: center;
}

@media screen and (max-width: 991px) {
  .hdr-contact-area-sp {
    display: none;
  }
}

/*-------------------
KV
---------------------*/
.kv-img-wrap {
  position: relative;
}

.kv-ttl-wrap {
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.kv-sec-ttl-en {
  font-size: 16px;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .kv-ttl-wrap {
    font-size: 24px;
  }
}

/*-------------------
KV-OTHER
---------------------*/
.kv-other-ttl-wrap {
  margin: 130px 0 74px;
}

@media screen and (max-width: 991px) {
  .kv-other-ttl-wrap {
    margin: 130px 0 48px;
  }
}

.kv-other-ttl-en {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .kv-other-ttl-en {
    font-size: 28px;
  }
}

.kv-other-ttl-ja {
  color: #24b07d;
}

.kv-other-text {
  margin-top: 32px;
}

/*-------------------
C-RECRUIT
---------------------*/
.c-recruit {
  display: flex;
  justify-content: center;
  color: #fff;
  max-width: 1800px;
  margin: 0 auto;
}

.c-recruit-img img {
  border-radius: 200px;
}

.c-recruit-inner {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .c-recruit-inner {
    grid-template-columns: 1fr;
  }
}

.c-sec-sub-ttl.white {
  color: #fff;
}

.c-recruit-text-wrap {
  padding: 40px 32px 40px 40px;
}

@media screen and (max-width: 1200px) {
  .c-recruit-text-wrap {
    padding: 16px 0;
  }
}

@media screen and (max-width: 991px) {
  .c-recruit-img {
    margin-top: 24px;
  }
}

.c-recruit-item-ttl {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 16px;
}

.c-recruit-text {
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  max-width: 520px;
}

/*-------------------
C-CONTACT-AREA
---------------------*/
.contact-area {
  background-image: url("../assets/img/common/bg-contact-area.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1800px;
  margin: 60px auto 80px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  border-radius: 15px;

  @media screen and (max-width: 991px) {
    margin: 0px;
  }
}

.contact-area-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  padding: 64px 0;
}

@media screen and (max-width: 991px) {
  .contact-area-content {
    flex-direction: column;
    padding: 32px 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-ttl-wrap {
    text-align: center;
  }
}

/* footer */
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  max-width: 630px;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

.footer-nav-list li {
  padding-right: 20px;
}

.footer-text-inner {
  padding: 32px;
}

.footer-logo {
  align-items: center;
  width: 265px;
  margin-bottom: 16px;
  gap: 24px;
}

.footer-bottom-inner {
  padding: 48px 32px 15px;
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1fr 0.6fr;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .footer-bottom-inner {
    padding: 0 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.footer-tel {
  color: #fff !important;
}

.footer-contact-area-list {
  justify-self: flex-end;
}

@media screen and (max-width: 991px) {
  .footer-contact-area-list {
    justify-self: center;
  }
}

.footer-contact-area-list li {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .footer-contact-area-list li {
    margin: 14px auto;
  }
}

small {
  display: block;
  text-align: right;
  margin-bottom: 14px;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .footer-nav-list {
    flex-direction: column;
    text-align: center;
    border-bottom: inherit;
    row-gap: 0px;
    margin: 16px auto 12px;
  }

  .footer-nav-list li {
    padding-right: inherit;
    margin-bottom: 8px;
    border-bottom: 1px solid #b6b6b681;
    padding: 0 0 4px 0;
  }

  .footer-bottom-inner {
    display: inherit;
    margin-top: 45px;
  }

  .footer-info-wrap {
    flex-direction: column;
    padding-left: inherit;
  }

  .footer-logo {
    width: 260px;
    margin: 0 auto 20px;
    padding-left: inherit;
  }

  .footer-address {
    text-align: center;
    margin-bottom: 0px;
  }

  .marks-sp {
    margin: 16px 0;
  }

  small {
    text-align: center;
  }
}

.pmark-wrap {
  display: grid;
  gap: 8px;
}

.pmark-logo {
  width: 80px;
}

.iso-logo {
  width: 170px;
}

.footer-recruit-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .footer-recruit-bottom-wrap {
    flex-direction: column;
    gap: inherit;
    margin-bottom: 16px;
  }
}

.footer-recruit-pmark-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recruit-iso-logo {
  width: 150px;
}

/* アニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.animated-left.fadein-left {
  animation: fadeinLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
}

@keyframes fadeinLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animated-right.fadein-right {
  animation: fadeinRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
}

@keyframes fadeinRight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*-------------------
共通
---------------------*/
/* ローディング表示     調整 */
.top-body {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

/*-------------------
ファーストビュー
---------------------*/
.fv {
  position: relative;
  height: 100vh;
  overflow: hidden;

  @media screen and (max-width: 991px) {
    height: 80vh;
  }
}

.flex-cont {
  gap: 40px;
  padding: 16px 60px;
}

.fv-img-wrap {
  position: relative;
  width: 75%;

  @media screen and (max-width: 991px) {
    width: 100%;
  }
}

.fv .flex-cont {
  flex-direction: column;
}

.fv-img-wrap::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 5%);
  width: 100%;
  max-width: 860px;
  height: 100%;
  min-height: 860px;
  background-color: #24b07d17;
  border-radius: 50%;
  z-index: 0;
  filter: blur(5px);

  @media screen and (max-width: 991px) {
    transform: translate(-50%, 40%);
    max-width: 600px;
    min-height: 230px;
  }
}

.fv-img {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.fv-img img {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -7%);
  /* animation: float 3s ease-in-out infinite; */
  width: 130%;

  @media screen and (max-width: 991px) {
    transform: translate(-45%, -10%);
    width: 250%;
  }
}

/* @keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
} */

.fv-ttl-wrap {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -0%);
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 22%;
  z-index: 10;

  @media screen and (max-width: 991px) {
    width: 100%;
    top: 59%;
    left: 41%;
    align-items: flex-end;
  }
}

.fv-txt-img {
  width: 100%;
  max-width: 85%;

  @media screen and (max-width: 991px) {
    max-width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .fv {
    margin-top: 80px;
  }
}

.fv-ttl-wrap h2 {
  color: #383838;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.4167rem + 1.7361vw, 2.5rem);
}

.fv-ttl {
  margin-top: 20px;
  margin-left: 2%;

  @media screen and (max-width: 991px) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .fv-ttl-wrap {
    font-size: 22px;
  }
}

.fv-sub-ttl {
  background: #24b07d;
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .fv-sub-ttl {
    padding: 10px;
  }
}

.fv-triangle {
  font-size: 32px;
}

/*-------------------
NEWS
---------------------*/
.top-news {
  margin-top: 40px;
  padding: 0 16px;
}

.top-news-inner {
  background-color: #ffffff;
  border-radius: 25px;
  width: 100%;
  max-width: 1600px;
  padding: 20px 80px;
  display: grid;
  grid-template-columns: 300px 1fr;
  margin: 0 auto;
  align-items: flex-start;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  gap: 56px;
}

@media screen and (max-width: 991px) {
  .top-news {
    margin-top: 40px;
    padding: 0 16px;
  }

  .top-news-inner {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 16px;
    width: 100%;
  }

  .top-news-date {
    font-size: 14px;
    font-weight: 500;
  }

  #text {
    font-size: 14px;
  }

  .top-news-item a .top-news-date + * {
    font-size: 16px;
  }
}

.top-news .main-btn-wrap {
  justify-content: flex-start;
}

.top-news-ttl-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  color: #383838;
}

.top-news-content {
  width: 90%;
  margin-left: 40px;
  font-weight: 500;
  font-size: 16px;

  @media screen and (max-width: 991px) {
    width: 100%;
    margin-left: 0px;
  }
}

.top-news-item a {
}

.top-news-item a {
  display: flex;
  margin: 8px;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .top-news-item a {
    flex-direction: column;
  }
}

.top-news-date {
  padding-right: 44px;
}

.top-news-ttl {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.top-news-ttl-ja {
  font-size: 16px;
  color: #24b07d;
}

/*-------------------
.cont
---------------------*/

.cont {
}

/*-------------------
top-about
---------------------*/
.top-about {
  height: 100%;
  max-height: 900px;
}

.top-about-tll {
  font-size: 72px;
  color: #24b07d;
  text-align: left;
  font-family: "Noto Sans JP", "Roboto", "Open Sans", sans-serif;
}

.top-about-tll span {
  font-size: 72px;
  color: #383838;
}

.position {
  position: relative;
}

.cont p {
  color: #383838;
  font-size: 16px;
  text-align: left;
  width: 35%;
}

.cont img {
  position: absolute;
  top: 55%;
  right: 2%;
  width: 61%;
}

/*-------------------
導入システム数
---------------------*/
.top-system-cont {
  padding: 40px;
}

@media screen and (max-width: 700px) {
  .top-system {
    display: none;
  }
}

.top-system-sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .top-system-sp {
    display: block;
  }
}

.top-system-list {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 88px 0;
  padding: 40px 120px;
  border-radius: 15px;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .top-system-list {
    flex-direction: column;
    padding: 48px 0;
  }
}

.top-system-item-right {
  width: 50%;

  @media screen and (max-width: 991px) {
    width: 100%;
  }
}

.top-system-item-left {
  width: 50%;
}

.top-system-item-left h2 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #24b07d;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .top-system-item-left h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.top-system-item-left-text {
  font-weight: normal;
  font-size: 20px;
  color: #333;
}

@media screen and (max-width: 700px) {
  .top-system-item-left-text {
    font-size: 16px;
  }
}

.top-system-item-left-img {
  max-width: 480px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .top-system-item-left-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.top-system-note {
  font-size: 12px;
  margin-top: 32px;
  color: #bebebe;
}

/*-------------------
ABOUT
---------------------*/
.bg-video {
  position: relative;
  width: 100%;
  min-height: 110vh;
  overflow: hidden;
  margin-top: -16px;
}

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .top-about-responsive {
    display: none;
  }
}

.top-about {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 10vh 20px;
  color: #fff;
  text-align: center;
}

.top-about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-about-text {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .top-about-text {
    font-size: 16px;
  }
}

/*-----
SP
-------*/
.top-about-sp-responsive {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-about-sp-responsive {
    display: block;
    margin-bottom: 40px;
  }
}

.top-about-sp {
  padding: 32px 16px;
  color: #fff;
  margin-top: 80px;
}

.top-about-about {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}

.top-about-desc {
  background: rgba(56, 56, 56, 0.075);
  padding: 24px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .top-about-sp {
    display: block;
    margin-top: 0px;
  }

  .top-about-about {
    font-size: 16px;
    color: #333;
    text-align: left;
  }

  .top-about-desc {
    background: rgb(57 169 112);
    padding: 24px;
    border-radius: 5px;
  }
}

.top-about-sp-logo {
  max-width: 115px;
  margin: 0 auto 24px;
  position: relative;
}

.top-about-sp h2 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
  margin-bottom: 38px;
}

/* ナビゲーション */
.top-sp-slider .swiper-button-prev::after {
  background-image: url("../assets/img/top/img-fv-prev.png");
}

.top-sp-slider .swiper-button-next::after {
  background-image: url("../assets/img/top/img-fv-next.png");
}

.top-sp-slider .swiper-button-prev::after,
.top-sp-slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}

.top-sp-slider .swiper-button-lock {
  display: unset;
}

.top-sp-slider [class^="swiper-button-"]::after {
  content: "";
}

/*-------------------
PRODUCT
---------------------*/
/* スプリットレイアウト */
.sticky {
  position: sticky;
  top: 0;
}

/* 2カラムレイアウト */
.ly_plan {
  width: 100%;
  display: flex;
  margin: 40px 0 0px;
  gap: 148px;
  margin-top: -160px;
}

.ly_plan-leftarea {
  flex: 0 1 50%;
}

/* .stickyは.ly_plan-leftareaではなくここに付く */
.ly_plan-leftarea_inner {
  width: 100%;
  height: 100vh;
}

.ly_plan-rightarea {
  flex: 0 1 50%;
}

.split-left-item-ttl {
  font-weight: 500;
  font-size: 32px;
  align-items: center;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .split-left-item-ttl {
    font-size: 24px;
  }
}

.split-left-item-text {
  margin: 20px 0 24px;
  font-size: 16px;
}

.split-triangle {
  font-size: 30px;
  padding-right: 10px;
}

.split-img {
  margin-bottom: 84px;
}

.split-left-item {
  padding: 80px 0px;
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  top: 35%;
  transition: 0.3s;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.split-left-item.active {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.ly_plan-rightarea {
  padding: 19% 0 0;
}

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

  .ly_plan-leftarea_inner {
    height: auto;
    margin-bottom: 20%;
  }
}

.top-product {
  background-color: #fff;
  padding: 80px 16px;
}

.top-product-cont {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto 40px;
}

.top-product-cont-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}

.top-product-main-ttl {
  margin-bottom: 80px;
}

.top-product-box {
  width: calc(25% - 15px);
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  display: block;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-product-box {
    width: 100%;
  }
}

.top-product-img img {
  border-radius: 7px 7px 0 0;
}

.top-product-text-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 24px;
}

.top-product-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  border-radius: 0 0 15px 15px;
  background-color: #24b07d;
}

.top-product-ttl {
  margin-bottom: 16px;
}

.top-product-sub {
  font-size: 14px;
  font-weight: 600;
}

.top-product-name {
  font-size: 18px;
  font-weight: bold;
}

.top-product-button-wrap {
  text-align: right;
}

.list-btn {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.list-btn > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.list-btn > svg .path {
  stroke: #054740;
}

.top-product-box-button {
  display: inline-block;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}

.top-product-box-button p {
  font-size: 16px;
}

.kokuran-21::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #24b07d, #fef613);
  vertical-align: top;
}

.kantan-plus::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #f22269, #fef613);
  vertical-align: top;
}

.syokukoso::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #e0a1ff, #803f9f);
  vertical-align: top;
}

.Kokuran-doc::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #00acd5, #0768ac);
  vertical-align: top;
}

.Rehash::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #24b07d, #00bcbb);
  vertical-align: top;
}

.TunaGu-Campus::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #faee00, #ff9317);
  vertical-align: top;
}

.Komamawashi::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 4px;
  background: linear-gradient(120deg, #fe1313, #ebca71);
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .top-product {
    margin: 16px auto;
  }
}

.top-product-btn {
  margin-bottom: 170px;
}

@media screen and (max-width: 991px) {
  .top-product-btn {
    margin-bottom: 32px;
  }
}

.top-product-wrap-sp {
  margin-top: 24px;
  margin-bottom: 24px;
}

.top-product-sec-ttl-wrap-sp {
  text-align: left !important;
}

/*-------------------
ABOUT US
---------------------*/
.top-about-us {
  background-image: url("../assets/img/top/bg-top-about-us.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.top-about-us-inner {
  display: flex;
  gap: 80px;
  padding: 0px 130px;

  @media screen and (max-width: 768px) {
    padding: 0px 0px;
    flex-direction: column;
    gap: 16px;
  }
}

.top-about-us-left {
  position: relative;
  overflow: hidden;
  flex: 1;

  @media screen and (max-width: 768px) {
    overflow: visible;
  }
}

.top-about-us-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 24px 0;

  @media screen and (max-width: 768px) {
    padding: 0;
    align-items: center;
  }
}

.top-about-us-left-bg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 100%;
  background-image: url("../assets/img/top/about-us-img-bg.svg");
  background-size: cover;
  background-position: center;
  z-index: 1;

  @media screen and (max-width: 768px) {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    background-image: url("../assets/img/top/about-us-img-bg.svg");
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}

.absolute-box {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 24px;
  z-index: 2;
  width: 75%;

  @media screen and (max-width: 768px) {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding-top: 16px;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.absolute-box img:first-child {
  animation: float 3s ease-in-out infinite;
}

.absolute-box img:last-child {
  animation: float 3s ease-in-out infinite;
  animation-delay: 1.5s;
  overflow: visible;
}

.top-about-us-text {
  font-size: 15px;
  max-width: 800px;
  margin: 18px auto 24px;
  font-weight: 500;
  text-align: left;
}

.c-sec-sub-ttl.black {
  color: #383838;
}

/*-------------------
STRENGHT
---------------------*/
.top-strength {
  max-width: 1800px;
  height: 340px;
  margin: 120px auto 80px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);

  @media screen and (max-width: 768px) {
    margin: 40px auto 0;
    height: auto;
  }
}

.top-strength img {
  @media screen and (max-width: 768px) {
    margin-bottom: 16px;
  }
}

.top-strength-img {
  position: absolute;
  top: 50%;
  right: -69px;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 554px;

  @media screen and (max-width: 768px) {
    position: unset;
    top: unset;
    right: unset;
    transform: unset;
  }
}

.top-strength-inner {
  max-width: 1600px;
  height: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

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

.top-strength-text {
  color: #333;
  margin: 40px 0 50px;
  font-size: 15px;
  font-weight: 500;

  @media screen and (max-width: 768px) {
    margin: 16px 0;
  }
}

/*-------------------
グリームとは
---------------------*/
.strength-content-ttl {
  font-weight: 500;
  font-size: 40px;
  color: #24b07d;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .strength-content-ttl {
    font-size: 24px;
    margin-top: 48px;
  }
}

.strength-content-list {
  margin: 88px 0;
}

@media screen and (max-width: 991px) {
  .strength-content-list {
    margin: 32px 0;
  }
}

/*可変サイズに応じて背景画像幅を調整する*/
.strength-bg-right {
  background-image: url("../assets/img/strength/bg-strength-right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: -400px;
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .strength-bg-right {
    background: #fff;
    border-radius: 0 100px 100px 0;
    padding: 48px 0;
  }
}

/*可変サイズに応じて背景画像幅を調整する*/
.strength-bg-left {
  background-image: url("../assets/img/strength/bg-strength-left.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: 400px;
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .strength-bg-left {
    background: #fff;
    border-radius: 100px 0 0 100px;
    padding: 48px 0;
  }
}

.strength-content-item:not(:last-child) {
  margin-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .strength-content-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.strength-content-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 1200px) {
  .strength-content-item-inner {
    flex-direction: column;
    gap: 32px;
  }
}

.strength-content-img {
  max-width: 720px;
}

.strength-content-text-wrap {
  flex: 1;
}

.strength-content-ttl-en {
  background-color: #24b07d;
  border-radius: 22px;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 16px;
  display: inline-block;
}

.strength-content-item-ttl {
  color: #24b07d;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.strength-content-text {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .strength-content-item-ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

/*-------------------
学会データ
---------------------*/
/* タブ */
.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media screen and (max-width: 480px) {
  .tab-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.tab-item {
  width: 165px;
  padding: 14px 0;
  background-color: #fff;
  color: #24b07d;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.tab-item:first-child {
  background-color: #fff;
}

.tab-item:nth-child(2) {
  background-color: #fff;
}

.tab-item:nth-child(3) {
  background-color: #fff;
}

.tab-item:nth-child(4) {
  background-color: #fff;
}

.tab-item:nth-child(5) {
  background-color: #fff;
}

.tab-item:nth-child(6) {
  background-color: #fff;
}

.tab-item:nth-child(7) {
  background-color: #fff;
}

.tab-item:nth-child(8) {
  background-color: #fff;
}

.tab-item:nth-child(9) {
  background-color: #fff;
}

.tab-item:nth-child(10) {
  background-color: #fff;
}

.tab-item:nth-child(11) {
  background-color: #fff;
}

.tab-item:nth-child(12) {
  background-color: #fff;
}

.tab-item:nth-child(13) {
  background-color: #fff;
}

.tab-item:nth-child(14) {
  background-color: #fff;
}

.tab-item:nth-child(15) {
  background-color: #fff;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover,
.tab-item.is-active {
  color: #fff;
}

.tab-item:first-child:hover,
.tab-item:first-child.is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(2):hover,
.tab-item:nth-child(2).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(3):hover,
.tab-item:nth-child(3).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(4):hover,
.tab-item:nth-child(4).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(5):hover,
.tab-item:nth-child(5).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(6):hover,
.tab-item:nth-child(6).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(7):hover,
.tab-item:nth-child(7).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(8):hover,
.tab-item:nth-child(8).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(9):hover,
.tab-item:nth-child(9).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(10):hover,
.tab-item:nth-child(10).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(11):hover,
.tab-item:nth-child(11).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(12):hover,
.tab-item:nth-child(12).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(13):hover,
.tab-item:nth-child(13).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(14):hover,
.tab-item:nth-child(14).is-active {
  background-color: #24b07d;
  color: #fff;
}

.tab-item:nth-child(15):hover,
.tab-item:nth-child(15).is-active {
  background-color: #24b07d;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .tab-list {
    flex-direction: column;
    align-items: center;
  }

  .tab-item {
    width: 100%;
  }
}

/* パネル */
.panel-item {
  display: none;
  width: 100%;
  padding: 40px 0;
}

.panel-item.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

@media (max-width: 768px) {
  .panel-item {
    padding: inherit;
  }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* テーブル */
.society-data-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* スクロールの滑らかさを向上 */
}

.society-data-table table {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .society-data-table table {
    width: 100%;
    border-collapse: collapse;
  }
}

.society-data-table table,
.society-data-table td,
.society-data-table th {
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  border-collapse: collapse;
}

.society-data-table table tr td:first-child {
  width: 25%;
}

.society-data-table td,
.society-data-table th {
  padding: 18px 0;
  width: 30px;
  height: 25px;
  line-height: 1.5;
}

.society-data-table th {
  color: #24b07d;
}

.society-data-table table th:nth-child(1),
.society-data-table table td:nth-child(1) {
  width: 20% !important;
}

.society-data-table th:nth-child(2),
.society-data-table td:nth-child(2),
.society-data-table th:nth-child(3),
.society-data-table td:nth-child(3) {
  width: 40%;
  /* 学会名と開催場所を均等に分配 */
}

@media (max-width: 768px) {
  .society-data-table table tr td:first-child {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .society-data-table {
    width: 100%;
    overflow-x: auto;
  }
}

/* コンテンツ */
.society-data-ttl {
  font-weight: 500;
  font-size: 32px;
  color: #24b07d;
  margin-bottom: 32px;
  margin-top: 88px;
}

.society-data-panel-big-ttl {
  font-weight: 500;
  font-size: 28px;
  color: #24b07d;
  margin-bottom: 20px;
}

.society-data-panel-ttl {
  font-weight: 500;
  font-size: 24px;
  color: #24b07d;
  border-bottom: 1px solid #ababab;
  padding: 24px 0 16px;
}

.entry-container {
  max-width: 950px;
  margin: 90px auto 160px;
  text-align: center;
}

.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 16px 48px;
  background: #24b07d;
  color: #fff;
  border-radius: 5px;
}

.radio-btn label {
  padding-left: inherit !important;
}

.entry-content-messege {
  text-align: center;
}

.birthdate-color {
  color: #6b6b6b;
}

.entry-birthday {
  display: flex;
}

select:invalid {
  color: gray;
}

.entry-birthday .selectBtn::after {
  left: 95px;
}

@media screen and (max-width: 768px) {
  .entry-birthday .selectBtn::after {
    left: 222px;
  }
}

.entry-confirm .message-req {
  top: 50%;
}

@media screen and (max-width: 768px) {
  .entry-confirm .message-req {
    top: 69% !important;
  }
}

.entry-sec-ttl {
  text-align: center;
  font-size: 32px;
  color: #24b07d;
}

@media screen and (max-width: 991px) {
  .entry-sec-ttl {
    font-size: 20px;
  }
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

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

  .tab__menu-item {
    width: inherit;
    padding: 4px;
  }
}

.entry .contact_table table {
  font-weight: 500;
  font-size: 16px;
  color: #24b0a2;
  border-spacing: 0 24px;
  border-collapse: separate;
}

@media screen and (max-width: 991px) {
  .entry .contact_table table {
    border-spacing: 0;
  }
}

.entry .contact_table table th {
  width: 22%;
  background: transparent;
  border: unset;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  border-left: 3px solid #24b0a2;
  border-radius: unset;
}

@media screen and (max-width: 991px) {
  .entry .contact_table table th {
    margin: 0 auto;
  }
}

.entry .contact_table table td {
  background: transparent;
  border: unset;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  border-left: unset;
  gap: 16px;
}

.entry .form-control {
  font-weight: 400;
  padding: 10px 12px;
  background: #fff;
  border: unset;
  color: #787878;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.entry .req {
  background: #24b0a2;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
}

.entry .unreq {
  color: #24b0a2;
  font-weight: normal;
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #24b0a2;
  background: #fff;
  top: 33%;
}

.entry .submit-container button {
  text-align: center;
  background: #24b0a2;
  display: inline-block;
  padding: 16px 48px;
  margin-top: 40px;
  transition: 0.3s;
  width: 240px;
  color: #fff;
}

.graduate-year {
  display: flex;
}

/*-------------------
共通
---------------------*/
.l-kv-product-width {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

@media screen and (max-width: 991px) {
  .l-kv-product-width {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

/* kv */
.c-kv-product {
  padding: 200px 16px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  @media screen and (max-width: 1200px) {
    flex-direction: column;
  }
}
.fv-product-box {
}

.c-kv-image {
  max-width: 334px;
  margin-top: 64px;
}

@media screen and (max-width: 1200px) {
  .c-kv-image {
    max-width: 100%;
    margin-top: 32px;
  }
}

.c-kv-img img {
  border-radius: 30px;
}

.c-kv-product-img img {
  border-radius: 100px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

.c-kv-product-ttl {
  font-weight: bold;
  font-size: clamp(1.5rem, 1rem + 1.0417vw, 2.25rem);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}

@media screen and (max-width: 1200px) {
  .c-kv-product-ttl {
    font-size: 28px;
  }
}

.c-kv-product-triangle {
  font-size: 30px;
  color: #24b07d;
  padding-right: 5px;
}

.c-kv-product-text-wrap {
  max-width: 531px;

  @media screen and (max-width: 1200px) {
    max-width: 100%;
  }
}

/* sec-ttl */
.c-product-sec-ttl-wrap {
  text-align: center;
}

.c-product-sec-ttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 48px;
  color: #24b07d;
}

.system {
  margin-top: 80px;

  @media screen and (max-width: 991px) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .c-product-sec-ttl {
    font-size: 32px;
  }
}

.c-product-sec-sub-ttl {
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .c-product-sec-sub-ttl {
    font-size: 16px;
  }
}

.c-product-sec-dsc {
  margin-top: 80px;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .c-product-sec-dsc {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

/* service */
.top-product {
  display: block;
}

.c-product-service-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .c-product-service-sp {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.product-service {
  margin: 70px 0 150px;
}

.product-service-list {
  margin-top: 64px;
}

.product-service-item {
  display: flex;
  gap: 200px;
}

.product-service-item:not(:last-child) {
  margin-bottom: 40px;
}

.product-service-item-img {
  max-width: 595px;
}

.product-service-text-wrap {
  flex: 1;
}

.product-service-item-ttl {
  display: inline-block;
  border-radius: 11px;
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  padding: 5px 10px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .product-service-item-ttl {
    font-size: 20px;
    margin-top: 24px;
  }
}

.product-service-item-text {
  position: relative;
  padding-left: 5px;
  padding-left: 36px;
}

@media screen and (max-width: 991px) {
  .product-service-item-text {
    margin-bottom: 16px;
  }
}

.product-service-item-text::before {
  content: "●";
  position: absolute;
  color: #24b07d;
  top: 5px;
  left: 10px;
  font-size: 12px;
}

/* 主な機能一覧 */
.main-features {
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  padding: 40px 32px;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .main-features {
    padding: 40px 16px;
    margin-bottom: 48px;
  }
}

.main-features-list {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  color: #fff;

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

  @media screen and (max-width: 768px) {
    padding: 24px 16px;
    margin-left: 16px;
  }
}

.main-features-ttl {
  max-width: 1340px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 7px 0;
}

@media screen and (max-width: 991px) {
  .main-features-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.main-features-item-ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0417rem + 0.1736vw, 1.25rem);
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .main-features-item-ttl {
    font-size: 20px;
  }
}

.main-features-item p {
  line-height: 1.8;
  position: relative;
  font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);

  @media screen and (max-width: 768px) {
    border-bottom: 1px solid #ffffff54;
    padding: 4px 0;
  }
}

.ten::before {
  content: "●";
  color: #fff;
  font-size: 8px;
  vertical-align: middle;
  margin-right: 4px;
}
.ten-b::before {
  content: "●";
  color: #5f5f5f;
  font-size: 8px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .main-features-item p::before {
    font-size: 8px;
    left: -13px;
  }
}

.main-features-item span {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .main-features-item span {
    font-size: 16px;
  }
}

.bg-white {
  background: #fff;
  padding: 80px 32px;
}

@media screen and (max-width: 991px) {
  .bg-white {
    padding: 48px 16px;
  }
}

/* データ連動 */
.data-linkage {
  max-width: 1185px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #249ea1;
}

.data-linkage h2 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  border-radius: 6px;
  padding: 5px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .data-linkage h2 {
    font-size: 18px;
    padding: 8px 0;
  }
}

.data-linkage span {
  font-weight: normal;
  font-size: 16px;
  padding-left: 5px;
}

.data-linkage h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #383838;
  margin: 54px 0 24px;
}

@media screen and (max-width: 991px) {
  .data-linkage h3 {
    font-size: 16px;
  }
}

.data-linkage-img {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .data-linkage-img {
    padding: 5px;
  }
}

.data-linkage-img-02 {
  margin: 24px 0 0;
  margin: 0 auto;
  padding-bottom: 38px;
}

.kokuran-aggregation-list {
  padding-top: 20px;
}

/* ダッシュボード機能 */
.dashboard-function {
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  color: #fff;
  padding: 60px 32px;
}

@media screen and (max-width: 991px) {
  .dashboard-function {
    padding: 38px 16px;
  }
}

.dashboard-function-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.dashboard-function-catch {
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 24px 40px;
  margin-top: 32px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .dashboard-function-catch {
    padding: 38px 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.dashboard-function-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .dashboard-function-ttl {
    font-size: 24px;
  }
}

.dashboard-function-sub-ttl {
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
}

.dashboard-function-sub-ttl::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.dashboard-function-list {
  display: grid;
  grid-template-columns: 1fr 200px 1fr 200px 1fr;
}

@media screen and (max-width: 1080px) {
  .dashboard-function-list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 16px;
  }
}

.img-arrow-wrap {
  align-content: center;
}

.img-arrow {
  max-width: 125px;
  justify-self: center;
}

@media screen and (max-width: 1080px) {
  .dashboard-function-item {
    max-width: 500px;
    margin: 24px 0;
  }
}

.dashboard-function-item-img {
  max-width: 158px;
  margin: 0 auto 24px;
}

.dashboard-function-item p {
  position: relative;
  margin-bottom: 10px;
}

.dashboard-function-item p::before {
  content: "●";
  position: absolute;
  font-size: 6px;
  color: #fff;
  top: 8px;
  left: -12px;
}

.dashboard-function-item span {
  position: relative;
  display: block;
}

.dashboard-function-item span::before {
  content: "●";
  position: absolute;
  font-size: 6px;
  color: #fff;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

/* 多様な集計項目 */
.aggregation-ttl {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 8px 0;
  margin-top: 56px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
  .aggregation-ttl {
    margin-top: 24px;
  }
}

.aggregation-list {
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;

  @media screen and (max-width: 991px) {
    margin-left: 16px;
  }
}

.aggregation-list li p {
  position: relative;
}

.aggregation-list li p::before {
  content: "●";
  position: absolute;
  font-size: 6px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.aggregation-note {
  font-weight: 500;
  text-align: center;
  display: block;
}

/*FAQ*/
.faq-wrap {
  max-width: 1030px;
  margin: 100px auto;
}

@media screen and (max-width: 991px) {
  .faq-wrap {
    margin: 48px auto;
  }
}

.faq-sec-ttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 48px;
  text-align: center;
}

.faq-sec-sub-ttl {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  display: block;
  margin-bottom: 46px;
}

.faq {
  border-bottom: 2px solid #24b07d;
}

.faq dt {
  font-weight: inherit;
  border-top: 2px solid #24b07d;
  border-bottom: 1px dotted #24b07d;
  padding: 5px 16px 18px;
}

.faq dt,
.faq dd {
  padding: 5px 16px 18px;
}

dl.faq dt:before,
dl.faq dd:before {
  font-size: 2em;
}

dl.faq dt:before {
  content: "Q.";
  color: #24b07d;
  margin-right: 15px;
}

dl.faq dd:before {
  content: "A.";
  margin-right: 19px;
}

dl.faq dd {
  margin-left: 0;
}

.faq-circle {
  font-size: 16px;
  vertical-align: 5px;
  padding-right: 10px;
  color: #fedef2;
}

@media screen and (max-width: 991px) {
  .faq-sec-ttl {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .faq dt,
  .faq dd {
    padding: 5px 0 18px;
  }
}

/* お客様の声 */
.product-voice {
  border-radius: 15px;
  background: #f9f9f9;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .product-voice {
    padding: 48px 0;
  }
}

.product-voice-list {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .product-voice-list {
    flex-direction: column;
    padding: 0 16px;
    gap: 0;
  }
}

.product-voice-text {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-top: 40px;
}

.product-voice-item-ttl-wrap {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 50px;
  padding: 8px;
  background: linear-gradient(#24b07d 0%, #2498ab 100%);
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .product-voice-item-ttl-wrap {
    justify-content: space-evenly;
  }
}

.product-voice-item-ttl-wrap span {
  display: flex;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .product-voice-item-ttl-wrap span {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .product-voice-item-img {
    width: 50px;
  }
}

/*-------------------
製品一覧
---------------------*/
/*見出し*/
.kv-product-img {
}

.kv-product-ttl-wrap {
  background-image: url("../assets/img/product/bg-product-head.png");
  padding: 64px 0;
  @media screen and (max-width: 991px) {
    padding: 24px 0;
  }
}

.kv-product-ttl-inner {
  max-width: 1420px;
  margin: 0 auto;
}

.kv-product-ttl-en {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .kv-product-ttl-en {
    font-size: 28px;
  }
}

.kv-product-ttl-ja {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .kv-product-ttl-ja {
    font-size: 16px;
  }
}

.kv-product-text {
  margin-top: 24px;
}

/*コンテンツ*/
.grid-reverse {
  order: 1;
}

@media screen and (max-width: 991px) {
  .grid-reverse {
    order: unset;
  }
}

.product-content-list {
  margin: 100px 0 160px;
}

@media screen and (max-width: 991px) {
  .product-content-list {
    margin: 48px 0 48px;
  }
}

.product-content-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .product-content-item {
    grid-template-columns: 1fr;
  }
}

.product-content-item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .product-content-item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.product-content-img {
  max-width: 656px;
  box-shadow: 0px 8px 16px 0px #dbdbdb;
  border-radius: 30px;
}

.product-content-item-ttl {
  font-size: 32px;
  color: #664a4a;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.product-content-item-text {
  max-width: 530px;
  padding-left: 85px;
}

.product-content-item-text span {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .product-content-item-text {
    padding-left: inherit;
  }
}

/*-------------------
Kokuran21
---------------------*/
/* スプリットレイアウト */
.product-kokuran {
  background-image: url("../assets/img/product/bg-product-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0px 80px;
}
.product-kokuran-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.product-kokuran .sticky {
  position: sticky;
  top: 0;
}

/* 2カラムレイアウト */
.product-kokuran .ly_plan {
  width: 100%;
  display: flex;
  margin: 40px 0 64px;
  gap: 110px;
}

@media screen and (max-width: 1200px) {
  .product-kokuran .ly_plan {
    flex-direction: column;
    margin: 32px 0 32px;
    gap: 0;
  }
}

.product-kokuran .ly_plan-leftarea {
  flex: 0 1 50%;
}

.product-kokuran .ly_plan-leftarea_inner {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 1200px) {
  .product-kokuran .ly_plan-leftarea_inner {
    height: inherit;
  }
}

.product-kokuran .ly_plan-rightarea {
  flex: 0 1 50%;
}

.product-kokuran .split-left-item-ttl {
  font-weight: 500;
  font-size: 32px;
}

.product-kokuran .split-left-item-text {
  margin: 20px 0 24px;
}

.product-kokuran .split-triangle {
  font-size: 30px;
  padding-right: 10px;
}

.product-kokuran .split-right-item {
  margin-bottom: 84px;
  border-radius: 15px;
  background: linear-gradient(to right, #24b07d 30%, #faee00 90%);
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .product-kokuran .split-right-item {
    margin-bottom: 32px;
  }
}

.split-right-ttl-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 32px;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .split-right-ttl-wrap {
    padding: 24px;
  }
}

.split-right-ttl-wrap span {
  display: flex;
}

.split-right-text {
  padding: 32px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .split-right-text {
    padding: 20px;
  }
}

.product-kokuran .split-left-item {
  padding: inherit;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 30%;
  left: 10%;
}

.split-left-item-test {
  padding: inherit;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 30%;
  left: 10%;
}

.product-kokuran .ly_plan-rightarea {
  padding: 19% 0 0;
}

@media screen and (max-width: 1200px) {
  .product-kokuran .ly_plan-rightarea {
    padding: 0 0 0;
  }
}

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

  .ly_plan-leftarea_inner {
    height: auto;
    margin-bottom: 20%;
  }
}

/*---------
システム　スプリット
-----------*/
.product-kokuran21-system .sticky {
  top: 240px;
}

.product-kokuran21-system .ly_plan-rightarea {
  padding: 0 0 0 !important;
}

/*---------
コンテンツ
-----------*/
.kokuran21 {
  /* background-image: url("../assets/img/product/bg-kokuran21.png"); */
  background-attachment: fixed;
}

.kokuran21-color {
  background: linear-gradient(to right, #24b07d 30%, #faee00 90%);
}

.kokuran21 .c-kv-product-ttl path {
  fill: #24b07d;
}

.kokuran21 .komawashi-slider-item-left h2 {
  color: #24b07d;
}

.kokuran21 .komawashi-slider-item-left p::before {
  color: #24b07d;
}

.kokuran21 .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(69, 212, 165, 0.6);
  z-index: 1;
}

.kokuran21 .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-kokuran21-sileder-prev.png");
}

.kokuran21 .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-kokuran21-sileder-next.png");
}

/*-------------------
recipe-plus
---------------------*/
.recipe-plus-color {
  background: linear-gradient(to right, #f22269 30%, #e8f354 90%);
}

.recipe-plus {
  background-image: url("../assets/img/product/bg-recipe-plus.png");
  background-attachment: fixed;
}

.product-recipe-plus {
  background-image: url("../assets/img/product/bg-product-system-recipe-plus.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.c-kv-product-sub-ttl {
  font-weight: 600;
}

.recipe-plus .c-kv-product-sub-ttl {
  font-size: 16px;
  color: #f22269;
}

.recipe-plus .c-product-sec-ttl {
  color: #f22269;
}

.recipe-plus .c-kv-product-triangle {
  color: #f22269;
}

.recipe-plus .c-kv-product-ttl path {
  fill: #f22269;
}

.recipe-plus .komawashi-slider-item-left h2 {
  color: #f22269;
}

.recipe-plus .komawashi-slider-item-left p::before {
  color: #f22269;
}

.recipe-plus .swiper-slide-thumb-active::before {
  background: rgba(233, 131, 211, 0.6);
}

.recipe-plus .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-recipe-plus-sileder-prev.png");
}

.recipe-plus .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-recipe-plus-sileder-next.png");
}

.product-point-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 80px;

  @media screen (max-width: 768px) and (max-width: 1400px) {
    grid-template-columns: 1fr 1fr;
    margin-top: 64px;
  }

  @media screen and (max-width: 767px) {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.recipe-plus-cloud {
  .product-point-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 80px;

    @media screen (max-width: 768px) and (max-width: 1400px) {
      grid-template-columns: 1fr 1fr;
      margin-top: 64px;
    }

    @media screen and (max-width: 767px) {
      margin-top: 40px;
      grid-template-columns: 1fr;
    }
  }
}

.recipe-plus-cloud .product-recipe-plus-img {
  height: 100%;
  max-height: 280px;
  overflow: hidden;
}

.recipe-plus-cloud .product-recipe-plus-img {
  height: 100%;
  max-height: 280px;
  overflow: hidden;
}

.recipe-plus-cloud .product-recipe-plus-text {
  padding: 16px;
  min-height: 295px;

  @media screen and (max-width: 767px) {
    min-height: auto;
  }
}

.nutritional-guidance .product-point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 80px;

  @media screen (max-width: 768px) and (max-width: 1400px) {
    grid-template-columns: 1fr 1fr;
    margin-top: 64px;
  }

  @media screen and (max-width: 767px) {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.nutritional-guidance .product-recipe-plus-img {
  height: 100%;
  max-height: 280px;
  overflow: hidden;
}

.nutritional-guidance .product-recipe-plus-text {
  padding: 16px;
  min-height: 124px;
}

.rehash .product-point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 80px;

  @media screen (max-width: 768px) and (max-width: 1400px) {
    grid-template-columns: 1fr 1fr;
    margin-top: 64px;
  }

  @media screen and (max-width: 767px) {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.rehash .product-recipe-plus-img {
  height: 100%;
  max-height: 280px;
  overflow: hidden;
}

.rehash .product-recipe-plus-text {
  background: #fff;
  color: #383838;
  padding: 16px;
  border-radius: 0 0 15px 15px;
  min-height: 183px;
  font-size: 16px;

  @media screen and (max-width: 767px) {
    min-height: auto;
  }
}

.rehash .l-width {
  max-width: 1450px;
  margin: 0 auto;
}

.tunagu-campus {
  .product-point-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 80px;

    @media screen (max-width: 768px) and (max-width: 1400px) {
      grid-template-columns: 1fr 1fr;
      margin-top: 64px;
    }

    @media screen and (max-width: 767px) {
      margin-top: 40px;
      grid-template-columns: 1fr;
    }
  }

  .product-recipe-plus-img {
    height: 100%;
    max-height: 280px;
    overflow: hidden;
  }

  .product-recipe-plus-text {
    padding: 16px;
    min-height: 104px;
  }
}

.komamawashi {
  .product-point-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 80px;

    @media screen (max-width: 768px) and (max-width: 1400px) {
      grid-template-columns: 1fr 1fr;
      margin-top: 64px;
    }

    @media screen and (max-width: 767px) {
      margin-top: 40px;
      grid-template-columns: 1fr;
    }
  }

  .product-recipe-plus-img {
    height: 100%;
    max-height: 280px;
    overflow: hidden;
    background-color: #fff;
    padding: 24px 16px 0 16px;
  }

  .product-recipe-plus-img img {
    max-height: 114px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .product-recipe-plus-text {
    padding: 16px;
    min-height: 128px;
  }

  .product-recipe-plus-ttl {
    padding: 16px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .product-recipe-plus-ttl span {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .product-recipe-plus-list {
    grid-template-columns: 1fr;
  }
}

.product-point {
  @media screen and (max-width: 991px) {
    padding: 0 16px;
  }
}

.product-ttl-wrap {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 15px;
  color: #fff;
}

.kokuran21-c {
  background: linear-gradient(120deg, #24b07d, #fef613);
}

.product-recipe-plus-ttl {
  padding: 20px;
}

.product-recipe-plus-ttl h3 {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0417rem + 0.1736vw, 1.25rem);
}

.product-recipe-plus-ttl img {
  height: 100%;
  max-height: 50px;
}

@media screen and (max-width: 991px) {
  .product-recipe-plus-ttl {
    font-size: clamp(20px, 22px, 24px);
    height: inherit;
  }
}

.product-recipe-plus-ttl span {
  display: flex;
}

.product-recipe-plus-text {
  background: #fff;
  color: #383838;
  padding: 16px;
  border-radius: 0 0 15px 15px;
  min-height: 176px;
  font-size: 16px;

  @media screen and (max-width: 768px) {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .product-recipe-plus-text {
    padding: 20px;
    height: inherit;
  }
}

.recipe-plus-point {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.content-txt {
  position: relative;
  padding-left: 16px;
}

.content-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #6e6e6e;
  border-radius: 50px;
  vertical-align: middle;
}

.recipe-plus-features {
  width: 1920px;
  height: 487px;
  background: linear-gradient(to right, #f22269 30%, #e8f354 90%);
}

/*-------------------
recipe-plus-cloud
---------------------*/
.recipe-plus-cloud-color {
  background: linear-gradient(135deg, #f22269 0%, #e8f354 100%);
}

.product-recipe-cloud {
  background-image: url("../assets/img/product/bg-product-system-recipe-plus-cloud.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud {
    padding: 48px 16px 24px;
  }
}

.product-recipe-cloud-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud-list {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 0;
  }
}

.product-recipe-cloud-item {
  margin-bottom: 84px;
  border-radius: 15px;
  background: linear-gradient(to right, #24b07d 0%, #8ec31f 100%, #2498ab 100%);
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud-item {
    margin-bottom: 24px;
  }
}

.product-recipe-cloud-ttl-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 32px;
  justify-content: space-between;
  height: 160px;
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud-ttl-wrap {
    padding: 10px;
  }
}

.product-recipe-cloud-ttl-wrap span {
  display: flex;
}

.product-recipe-cloud-ttl {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud-ttl {
    font-size: 20px;
  }
}

.product-recipe-cloud-point {
  font-weight: bold;
  font-size: 24px;
}

.product-recipe-cloud-text {
  padding: 32px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  line-height: 2;
  height: 434px;
}

@media screen and (max-width: 991px) {
  .product-recipe-cloud-text {
    height: inherit;
    padding: 14px;
  }
}

.recipe-plus-cloud .c-kv-product-sub-ttl {
  color: #fb5100;
}

.recipe-plus-cloud .c-product-sec-ttl {
  color: #fb5100;
}

.recipe-plus-cloud .product-service-item-text::before {
  color: #fb5100;
}

.recipe-plus-cloud .c-kv-product-ttl path {
  fill: #fb5100;
}

.recipe-plus-cloud .komawashi-slider-item-left-ttl-wrap h2 {
  color: #fb5100;
}

.recipe-plus-cloud .komawashi-slider-item-left p::before {
  color: #fb5100;
}

.recipe-plus-cloud .swiper-slide-thumb-active::before {
  background: rgba(133, 201, 55, 0.6);
}

.recipe-plus-cloud .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-recipe-plus-cloud-sileder-prev.png");
}

.recipe-plus-cloud .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-recipe-plus-cloud-sileder-next.png");
}

/*-------------------
Kokuran doc
---------------------*/
.kokuran-doc-color {
  background: linear-gradient(to right, #00acd5 30%, #0768ac 90%);
}

.product-kokuran-doc {
  background-image: url("../assets/img/product/bg-product-system-kokuran-doc.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 80px 16px;
  @media (max-width: 991px) {
    padding: 40px 16px;
  }
}

.kokuran-doc .c-kv-product-sub-ttl {
  color: #0768ac;
}

.kokuran-doc .c-product-sec-ttl {
  color: #0768ac;
}

.kokuran-doc .product-service-item-text::before {
  color: #0768ac;
}

.kokuran-doc .green {
  color: #0768ac;
}

.kokuran-doc .c-product-features-item h4::before {
  background: #0768ac;
}

.kokuran-doc .dashboard-function {
  background: linear-gradient(to right, #00acd5 30%, #0768ac 90%);
}

.kokuran-doc .c-kv-product-triangle {
  color: #0768ac;
}

.kokuran-doc .nutritional-guidance-left-ttl {
  color: #0768ac;
}

.kokuran-doc .c-kv-product-ttl path {
  fill: #0768ac;
}

.kokuran-doc .swiper-slide-thumb-active::before {
  background: rgba(111, 186, 255, 0.6);
}

.kokuran-doc-service-card {
  border-radius: 5px;
  background: linear-gradient(to right, #00acd5 30%, #0768ac 90%);
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .kokuran-doc-service-card {
    margin-bottom: 24px;
    margin-left: inherit;
  }
}

.kokuran-doc-service-card h4 {
  font-weight: bold;
  font-size: 18px;
  color: #0768ac;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  border-radius: 5px 0 0 0;
}

.kokuran-doc-service-card-list {
  color: #fff;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .kokuran-doc-service-card-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

.kokuran-doc-service-card-list li {
  position: relative;
}

.kokuran-doc-service-card-list li::before {
  content: "●";
  position: relative;
  color: #fff;
  font-size: 4px;
  top: -5px;
  left: -7px;
}

.kokuran-doc .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-kokuran-doc-sileder-prev.png");
}

.kokuran-doc .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-kokuran-doc-sileder-next.png");
}

/*-------------------
食こそ医なり
---------------------*/
.nutritional-guidance-color {
  background: linear-gradient(to right, #ffa1a1 0%, #ee465c 100%);
}

.product-nutritional-guidance {
  background-image: url("../assets/img/product/bg-product-system-nutritional-guidance.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .product-nutritional-guidance {
    padding: 32px 0;
  }
}

.product-nutritional-guidance-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.nutritional-guidance-content {
  display: flex;
  margin-top: 90px;
  gap: 100px;
}

@media screen and (max-width: 991px) {
  .nutritional-guidance-content {
    flex-direction: column;
    margin-top: 48px;
    gap: 32px;
  }
}

.nutritional-guidance-left-text {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .nutritional-guidance-left-text {
    flex-direction: column;
    gap: 10px;
  }
}

.nutritional-guidance-left-img {
  max-width: 142px;
}

.nutritional-guidance-content-img {
  max-width: 600px;
}

@media screen and (max-width: 991px) {
  .nutritional-guidance-content-img {
    max-width: inherit;
  }
}

.nutritional-guidance-content-left {
  flex: 1;
}

.nutritional-guidance-left-ttl {
  font-weight: bold;
  font-size: 20px;
  color: #803f9f;
  margin-bottom: 8px;
}

.product-service-item-ttl-num {
  font-weight: bold;
  font-size: 57px;
  color: #803f9f;
  position: relative;
}

@media screen and (max-width: 991px) {
  .product-service-item-ttl-num {
    font-size: 32px;
  }
}

.product-service-item-ttl-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .product-service-item-ttl-wrap {
    margin-bottom: 16px;
  }
}

.nutritional-guidance .product-service-item-ttl {
  margin-bottom: inherit;
  position: relative;
}

.nutritional-guidance .product-service-item-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #dfa0fe transparent transparent;
  translate: -100% -50%;
}

.nutritional-guidance-service-item-ttl-wrap {
  padding-left: 45px;
}

.nutritional-guidance-left-dsc {
  flex: 1;
}

.nutritional-guidance .c-kv-product-sub-ttl {
  color: #ee465c;
}

.nutritional-guidance .c-product-sec-ttl {
  color: #ee465c;
}

.nutritional-guidance .product-service-item-text::before {
  color: #ee465c;
}

.nutritional-guidance .green {
  color: #ee465c;
}

.nutritional-guidance .c-product-features-item h4::before {
  background: #ee465c;
}

.nutritional-guidance .dashboard-function {
  background: linear-gradient(to right, #ffa1a1 0%, #ee465c 100%);
}

.nutritional-guidance .c-kv-product-triangle {
  color: #ee465c;
}

.nutritional-guidance-features-ttl {
  color: #ee465c !important;
}

.nutritional-guidance .c-kv-product-ttl path {
  fill: #ee465c;
}

.nutritional-guidance .swiper-slide-thumb-active::before {
  background: #ee465c;
}

.nutritional-guidance .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-nutritional-guidance-sileder-prev.png");
}

.nutritional-guidance .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-nutritional-guidance-sileder-next.png");
}

/* その他の機能 */
.c-product-features {
  max-width: 1420px;
  margin: 58px auto 0;

  @media screen and (max-width: 768px) {
    margin: 32px auto 0;
  }
}

.c-product-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  justify-content: space-around;
  margin-top: 88px;
  padding-bottom: 88px;
}

@media screen and (max-width: 991px) {
  .c-product-features-list {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

.c-product-features-item-wrap h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 991px) {
  .c-product-features-item-wrap h3 {
    font-size: 20px;
  }
}

.c-product-features-item h4 {
  font-size: 24px;
  color: #333;
  margin-top: 16px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .c-product-features-item h4 {
    font-size: 16px;
  }
}

.c-product-features-item h4::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 26px;
  background: #faee00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*-------------------
リハッシュ
---------------------*/
.kv-rehash-img {
  max-width: 710px;
}

.kv-rehash-text-wrap {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .kv-rehash-text-wrap {
    width: 100%;
  }
}

.rehash-system {
  font-size: 24px !important;
}

@media screen and (max-width: 991px) {
  .rehash-system {
    font-size: 16px !important;
  }
}

.rehash-split-right-item-catch {
  font-weight: 500;
  font-size: 32px;
  color: #00bcbb;
  margin: 32px 0;
}

@media screen and (max-width: 991px) {
  .rehash-split-right-item-catch {
    font-size: 20px;
    margin: 16px 0;
  }
}

.rehash-split-right-item p {
  position: relative;
  font-weight: normal;
  font-size: 20px;
  color: #383838;
  line-height: 1.8;
  padding-left: 20px;
}

.rehash-split-right-item p::before {
  content: "●";
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 12px;
  color: #24b07d;
}

/* ダッシュボード */
.rehash-dashboard {
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 548px;
  align-items: center;
  gap: 36px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #24b07d;
  padding: 32px 44px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .rehash-dashboard {
    grid-template-columns: 1fr;
    padding: 30px 24px 24px;
    margin-top: 180px;
  }
}

.rehash-dashboard::before {
  content: url(../assets/img/product/img-rehash-dashboard-02.png);
  position: absolute;
  top: -46px;
  left: -23px;
}

@media screen and (max-width: 991px) {
  .rehash-dashboard::before {
    top: -157px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.rehash-dashboard-item h2 {
  font-weight: bold;
  font-size: 32px;
  color: #24b07d;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .rehash-dashboard-item h2 {
    font-size: 24px;
  }
}

.rehash-dashboard-item span {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #383838;
  margin-bottom: 32px;
  display: block;
}

@media screen and (max-width: 991px) {
  .rehash-dashboard-item span {
    font-size: 16px;
  }
}

.rehash-dashboard-item p {
  margin-bottom: 16px;
  position: relative;
  padding-left: 8px;
}

.rehash-dashboard-item p::after {
  content: "●";
  position: absolute;
  top: 3px;
  left: -10px;
  color: #24b07d;
  font-size: 12px;
}

.product-rehash {
  background-image: url("../assets/img/product/bg-product-system-rehash.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.rehash-color {
  background: linear-gradient(135deg, #5ab5ec 0%, #00bcbb 100%);
}

.rehash .c-kv-product-sub-ttl {
  color: #00bcbb;
}

.rehash .c-product-sec-ttl {
  color: #00bcbb;
}

.rehash .product-service-item-text::before {
  color: #00bcbb;
}

.rehash .green {
  color: #00bcbb;
}

.rehash .c-product-features-item h4::before {
  background: #00bcbb !important;
}

.rehash .c-kv-product-triangle {
  color: #00bcbb;
}

.rehash .rehash-points-item-ttl {
  color: #00bcbb;
}

.rehash .rehash-points-item-ttl {
  color: #00bcbb;
}

.rehash-features-ttl::before {
  background: #00bcbb !important;
}

.rehash .c-kv-product-ttl path {
  fill: #00bcbb !important;
}

.rehash .swiper-slide-thumb-active::before {
  background: rgba(126, 243, 247, 0.6);
}

.rehash .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-rehash-prev.png");
}

.rehash .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-rehash-next.png");
}

/*-------------------
独楽回師
---------------------*/
.komawashi-about-inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 0 90px;
  @media screen and (max-width: 991px) {
    flex-direction: column;
    padding: 48px 0;
    gap: 24px;
  }
}

.komamawashi .c-kv-product-ttl path {
  fill: #fe1313;
}

.komawashi-about-ttl {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #fe1313;
}

@media screen and (max-width: 991px) {
  .komawashi-about-ttl {
    font-size: 24px;
  }
}

.komawashi-about-sub-ttl {
  font-weight: 500;
  font-size: 32px;
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .komawashi-about-sub-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.komawashi-about-text-wrap {
  flex: 1;
}

.komawashi-about-text {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .komawashi-about-text {
    margin-bottom: 16px;
  }
}

.komawashi-about-img {
  max-width: 620px;
}

.komawashi-btn a {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: linear-gradient(to right, #fe1313 30%, #ebca71 90%);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .komawashi-btn a {
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 16px;
  }
}

.small {
  font-weight: bold;
  font-size: 24px;
  color: #383838;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .small {
    font-size: 16px;
  }
}

/* points */
.komawashi-points {
  background-image: url("../assets/img/product/bg-product-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .komawashi-points {
    padding: 32px 0;
  }
}

.komawashi-points-dsc {
  margin-top: 64px;
}

@media screen and (max-width: 991px) {
  .komawashi-points-dsc {
    margin-top: 24px;
  }
}

.komawashi-points-inner {
  max-width: 1380px;
  margin: 0 auto;
}

.komawashi-points-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 42px 0;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .komawashi-points-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* 吹き出し */
.arrow_box {
  position: relative;
  background: linear-gradient(to right, #fe1313 30%, #ebca71 90%);
  color: #ffffff;
  border-radius: 40px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 8px;
}

@media screen and (max-width: 1180px) {
  .arrow_box {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px) {
  .arrow_box {
    font-size: 14px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 440px) {
  .arrow_box {
    height: 100px;
    align-content: center;
  }
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.arrow_box:after {
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 19px;
  border-bottom-width: 15px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -15px;
  border-top-color: #fe1313;
}

.komawashi-points-img {
  margin: 32px 24px;
}

/* ダウンロード */
.komawashi-download {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .komawashi-download {
    font-size: 24px;
  }
}

.komawashi-download-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 48px;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {
  .komawashi-download-ttl {
    padding: 16px 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.komawashi-download-inner {
  background-image: url("../assets/img/product/bg-komawashi-download-inner.png");
  max-width: 1420px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .komawashi-download-inner {
    padding: 32px 0;
    background-position-x: center;
  }
}

/* スライダー全体レイアウト */
.slider {
  max-width: 1600px;
  width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* 　サムネイル　スライダー */
.slider-thumbnail .swiper-wrapper {
  max-width: 1340px;
  margin: 20px auto 40px;
  gap: 16px;
  justify-content: center;
}

@media screen and (max-width: 1540px) {
  .slider-thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .slider-thumbnail .swiper-wrapper {
    display: none;
  }
}

.slider-thumbnail .swiper-wrapper img {
  border-radius: 10px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

.slider-thumbnail .swiper-slide {
  transition: opacity 0.5s;
  max-width: 220px;
}

.swiper-slide-thumb-active {
  position: relative;
}

.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(221, 136, 136, 0.6);
  z-index: 1;
  /* 画像の上に表示 */
}

/* 　メインスライダー コンテンツ　*/
.komawashi-slider-item {
  display: flex !important;
  gap: 140px;
  margin-top: 40px;
  padding: 0 120px;
}

@media screen and (max-width: 1250px) {
  .komawashi-slider-item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 0 50px;
  }
}

.komawashi-slider-item-right {
  width: 478px;
}

@media screen and (max-width: 1250px) {
  .komawashi-slider-item-right {
    width: 100%;
  }
}

.komawashi-slider-item-left {
  flex: 1;
}

.komawashi-slider-item-left-ttl-wrap {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 1250px) {
  .komawashi-slider-item-left-ttl-wrap {
    justify-content: center;
    flex-direction: column;
  }
}

.komawashi-service {
  padding-top: 50px;
  margin-bottom: 88px;
}

@media screen and (max-width: 1250px) {
  .komawashi-service {
    padding-top: inherit;
    margin-bottom: 32px;
  }
}

.komawashi-service-num-img {
  transform: translateY(-17px);
  flex-shrink: 0;
}

@media screen and (max-width: 1250px) {
  .komawashi-service-num-img {
    width: 40px;
    transform: unset;
  }
}

.komawashi-slider-item-left h2 {
  font-weight: 500;
  font-size: 32px;
  color: #fe1313;
  margin-bottom: 24px;
  margin-top: 32px;
}

@media screen and (max-width: 1250px) {
  .komawashi-slider-item-left h2 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: inherit;
  }
}

.komawashi-slider-item-left p {
  font-size: 16px;
  color: #383838;
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 991px) {
  .komawashi-slider-item-left p {
    padding-left: inherit;
  }
}

.komawashi-slider-item-left p:not(:last-of-type) {
  margin-bottom: 10px;
}

.smart-meal {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .smart-meal {
    transform: unset;
    padding: 16px;
    margin-top: 24px;
  }
}

.smart-meal h3 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fe1313;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .smart-meal h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.smart-meal-about {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .smart-meal-about {
    grid-template-columns: 1fr;
  }
}

.komawashi-slider-item-left p::before {
  content: "●";
  position: absolute;
  top: 4px;
  left: 80px;
  font-size: 12px;
  color: #fe1313;
}

@media screen and (max-width: 991px) {
  .komawashi-slider-item-left p::before {
    left: -19px;
  }
}

.slider-thumbnail {
  max-width: 1600px;
  margin: 0 auto;
}

/* ナビゲーション */
.slider .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 70px;
  margin: auto;
  width: 70px;
}

@media screen and (max-width: 991px) {
  .slider .swiper-button-prev::after {
    height: 30px;
    width: 30px;
    position: relative;
    left: -32px;
  }
}

.slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 70px;
  margin: auto;
  width: 70px;
}

@media screen and (max-width: 991px) {
  .slider .swiper-button-next::after {
    height: 30px;
    width: 30px;
    position: relative;
    right: -32px;
  }
}

.slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-sileder-prev.png");
}

.slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-sileder-next.png");
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.slider .swiper-button-lock {
  display: unset;
}

.slider [class^="swiper-button-"]::after {
  content: "";
}

.slider [class^="swiper-button-"] {
  width: 78px;
  height: 78px;
}

.product-komawashi {
  background-image: url("../assets/img/product/bg-product-system-komamawashi.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.komamawashi .c-kv-product-sub-ttl {
  color: #fe1313;
}

.komamawashi .c-product-sec-ttl {
  color: #fe1313;
}

.komamawashi .product-service-item-text::before {
  color: #fe1313;
}

.komamawashi .green {
  color: #fe1313;
}

.komamawashi .c-kv-product-triangle {
  color: #fe1313;
}

.komamawashi-color {
  background: linear-gradient(to right, #fe1313 30%, #ebca71 90%);
}

/*-------------------
TunaGu Campus
---------------------*/
.tunagu-campus-points {
  background-image: url("../assets/img/product/bg-product-top.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-points {
    display: none;
  }
}

.kv-tunagu-campus-text-wrap {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .kv-tunagu-campus-text-wrap {
    width: 100%;
  }
}

.kv-tunagu-campus-img {
  max-width: 574px;
  border-radius: 30px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
  filter: 0px;
}

.tunagu-campus-split {
  max-width: 1340px;
  margin: 0 auto 68px;
}

.tunagu-campus-split-rightarea {
  padding: 9% 0 0;
}

.tunagu-campus-split-point {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ff9317;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-split-point {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.tunagu-campus-split-point-num {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #fff;
  background: #ff9317;
  border-radius: 50%;
  padding: 9px 12px;
  vertical-align: 11px;
  margin-left: 16px;
}

.tunagu-campus-split-item-ttl {
  font-weight: 500;
  font-size: 24px;
  color: #ff9317;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-split-item-ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.tunagu-campus-split-item-text {
  font-size: 16px;
}

.tunagu-campus-split-item-text:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-split-item-text:first-of-type {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  .tunagu-campus-split-btn {
    margin-bottom: 16px;
  }
}

/* サービス */
.tunagu-campus-service {
  max-width: 1340px;
  margin: 0 auto;
}

.tunagu-campus-service-item h3 {
  font-size: 32px;
  color: #fff;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: linear-gradient(to right, #ff9317 30%, #fef613 90%);
  margin-bottom: 30px;
  padding: 5px 16px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.tunagu-campus-service-item h3:first-child {
  margin-top: 74px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item h3:first-child {
    margin-top: 32px;
  }
}

.tunagu-campus-service-item-inner {
  display: flex;
  justify-content: space-around;
  gap: 88px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item-inner {
    flex-direction: column;
    gap: 0px;
  }
}

.tunagu-campus-service-item-img {
  max-width: 478px;
}

.tunagu-campus-service-item {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item {
    flex-direction: column;
    margin-bottom: inherit;
  }
}

.tunagu-campus-service-item-text-wrap {
  padding-left: 20px;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item-text-wrap {
    padding-left: 10px;
  }
}

.tunagu-campus-service-item-text-wrap h4 {
  font-weight: 500;
  font-size: 32px;
  color: #ff9317;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .tunagu-campus-service-item-text-wrap h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.tunagu-campus-service-item-text-wrap p {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.tunagu-campus-service-item-text-wrap p::before {
  content: "●";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  color: #ff9317;
}

/* points */
.tunagu-campus-split {
  display: flex;
  max-width: 1340px;
  margin: 88px auto 32%;
  gap: 174px;
  justify-content: flex-start;
}

.tunagu-campus-split-right {
  width: 50%;
  padding: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tunagu-campus-split-right li {
  height: 100vh;
  font-size: 24px;
}

.tunagu-campus-split-right {
  max-width: 470px;
  position: relative;
}

.tunagu-campus-split-sticky {
  position: sticky;
  top: 27%;
  text-align: center;
}

.tunagu-campus-split-right-img {
  position: relative;
  width: 100%;
  height: 250px;
}

.tunagu-campus-split-right-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.tunagu-campus-split-right-img img:nth-child(1) {
  top: 0px;
  left: 0px;
}

.tunagu-campus-split-right-img img:nth-child(2) {
  top: -16px;
  left: -16px;
}

.tunagu-campus-split-right-img img:nth-child(3) {
  top: -32px;
  left: -32px;
}

.tunagu-campus-split-right-img img:nth-child(4) {
  top: -48px;
  left: -48px;
}

.tunagu-campus-split-index {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  position: absolute;
  top: 76%;
  right: -40px;
  transform: translateY(-50%);
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #ff9317;
}

.tunagu-campus-split-index {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  position: absolute;
  top: 76%;
  right: -120px;
  transform: translateY(-50%);
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #ff9317;
  position: relative;
  position: absolute;
}

.tunagu-campus-split-index::after {
  content: "";
  position: absolute;
  bottom: -128px;
  left: 49%;
  transform: translateX(-50%);
  width: 1px;
  height: 122px;
  background-color: #ff9317;
}

.tunagu-campus-split-right-img img {
  max-width: 622px;
}

.product-tunagu-campus {
  background-image: url("../assets/img/product/bg-product-system-tunagu-campus.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.tunagu-campus-color {
  background: linear-gradient(135deg, #ff9317 30%, #fef613 90%);
}

.tunagu-campus .c-kv-product-sub-ttl {
  color: #ff9317;
}

.tunagu-campus .c-product-sec-ttl {
  color: #ff9317;
}

.tunagu-campus .product-service-item-text::before {
  color: #ff9317;
}

.tunagu-campus .green {
  color: #ff9317;
}

.tunagu-campus .c-product-features-item h4::before {
  background: #ff9317 !important;
}

.tunagu-campus .c-kv-product-triangle {
  color: #ff9317;
}

.tunagu-campus .rehash-points-item-ttl {
  color: #ff9317;
}

.tunagu-campus .rehash-points-item-ttl {
  color: #ff9317;
}

.tunagu-campus .swiper-slide-thumb-active::before {
  background: rgba(250, 194, 89, 0.6);
}

.tunagu-campus .c-kv-product-ttl path {
  fill: #ff9317;
}

.tunagu-campus .slider .swiper-button-prev::after {
  background-image: url("../assets/img/product/img-tunagu-sileder-prev.png");
}

.tunagu-campus .slider .swiper-button-next::after {
  background-image: url("../assets/img/product/img-tunagu-sileder-next.png");
}

/*---------------------
各ページフルーツイラスト固定
-----------------------*/
/*--------------
kokuran21 バナナ
----------------*/
/*----------------
recipe-plus マンゴー
------------------*/
/*------------------------
recipe-plus-cloud キウイ
--------------------------*/
/*------------------------
Nutritional guidance ブドウ
--------------------------*/
/*------------------------
Kokuran Doc クスリ
--------------------------*/
/*------------------------
rehash リハビリ
--------------------------*/
/*------------------------
tunagu-campus ツール
--------------------------*/
/*------------------------
komamawashi コマ
--------------------------*/
/*-------------------
共通
---------------------*/
.about-us-triangle {
  font-size: 21px;
  color: #24b07d;
  padding-right: 5px;
}

.about-us-sec-ttl {
  font-weight: 500;
  font-size: 32px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about-us-sec-ttl {
    font-size: 24px;
  }
}

.about-us-item-ttl {
  font-weight: 500;
  font-size: 32px;
  color: #24b07d;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .about-us-item-ttl {
    font-size: 20px;
    margin-top: 24px;
  }
}

.right-space {
  padding: 0 32px 0 0;
}

.left-space {
  padding: 0 0 0 32px;
}

@media screen and (max-width: 991px) {
  .right-space {
    padding: 0 16px 0 0;
  }

  .left-space {
    padding: 0 0 0 16px;
  }
}

/*-------------------
代表あいさつ
---------------------*/
.about-us-greeting {
  background: #fff;
  border-radius: 0 160px 160px 0;
  padding: 88px 0;
}

@media screen and (max-width: 991px) {
  .about-us-greeting {
    padding: 48px 0;
    margin-top: 48px;
    border-radius: 0 160px 0 0;
  }
}

.about-us-greeting-content {
  display: flex;
  gap: 64px;
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: flex-end;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .about-us-greeting-content {
    flex-direction: column;
  }
}

.about-us-greeting-img {
  max-width: 572px;
}

.about-us-greeting-img img {
  border-radius: 30px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.05);
}

.about-us-greeting-text-wrap {
  width: 80%;
  margin: 0 auto;
  @media screen and (max-width: 991px) {
    width: 100%;
  }
}

.about-us-greeting-text-wrap p {
  margin-bottom: 24px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .about-us-greeting-text-wrap p {
    margin-bottom: 10px;
  }
}

.ceo {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Yuji Syuku", serif;
  margin-top: 40px;
  gap: 14px;
  justify-content: right;

  @media screen and (max-width: 991px) {
    gap: 4px;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
    gap: 4px;
  }
}

.ceo-name {
  font-size: 32px;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------
社名について＆企業理念
---------------------*/
.company_name-philosophy {
  margin: 0 0 88px;
}

.company_name-philosophy-item {
  display: flex;
  border-bottom: 1px solid #ababab;
  padding: 64px 0;
}

@media screen and (max-width: 991px) {
  .company_name-philosophy-item {
    flex-direction: column;
    padding: 48px 0 16px;
  }
}

.company_name-philosophy-item-ttl {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .company_name-philosophy-item-ttl {
    width: 100%;
  }
}

.company_name-philosophy-item-text {
  flex: 1;
}

.company_name-philosophy-inner {
  margin-left: -32px;
}

@media screen and (max-width: 991px) {
  .company_name-philosophy-inner {
    margin-left: inherit;
  }
}

/*-------------------
会社概要　
---------------------*/
.company-content {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .company-content {
    flex-direction: column;
  }
}

.company-content-ttl {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .company-content-ttl {
    width: 100%;
    margin-bottom: 24px;
  }
}

.company-content-table {
  flex: 1;
}

/* テーブル　*/
.company {
  background: #fff;
  border-radius: 160px 0px 0px 160px;
  padding: 88px 0;
}

.company-history {
  background: #fff;
  border-radius: 0px 160px 160px 0px;
  padding: 88px 0;
}

@media screen and (max-width: 991px) {
  .company {
    padding: 48px 0;
    border-radius: 0 160px 0 0;
  }
}

.company-content-table table {
  width: 100%;
  /* テーブル全体の幅を親要素に合わせる */
  border-collapse: collapse;
  /* セル間の隙間をなくす */
}

.company-content-table table tr {
  border-bottom: 1px solid #b7b7b7;
}

.company-content-table table td {
  padding: 25px 0;
  /* セル内の余白を設定 */
}

.company-content-table table td:first-child {
  width: 150px;
  white-space: nowrap;
  color: #24b07d;
}

.company-content-table table td:last-child {
  width: auto;
  /* 内容部分の幅を自動調整 */
}

.about-us-top-space {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .company-content-table table {
    width: 100%;
    /* テーブル全体を親要素に合わせる */
    border-collapse: collapse;
    /* セル間の隙間をなくす */
  }

  .company-content-table table td {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) and (max-width: 991px) {
  .company-content-table table td {
    border: unset;
  }
}

@media screen and (max-width: 768px) {
  .company-content-table table td:first-child {
    font-weight: bold;
    /* タイトル部分を強調 */
    width: 100%;
    /* SPでは固定幅を解除 */
    white-space: normal;
    /* 折り返しを許可 */
  }

  .company-content-table table td:last-child {
    width: 100%;
    /* 可変幅を解除 */
  }
}

.img-company-wrap {
  max-width: 640px;
  padding-right: 64px;
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .img-company-wrap {
    padding-top: 32px;
    padding-right: inherit;
  }
}

/*-------------------
アクセス
---------------------*/
.company-map {
  max-width: 1420px;
  margin: 88px auto;
}

.map {
  flex: 1;
}

.map h3 {
  font-weight: 500;
  font-size: 20px;
  color: #24b07d;
  margin-bottom: 10px;
}

.map iframe {
  width: 100%;
  height: 357px;
  border-radius: 30px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

.map iframe:first-of-type {
  margin-bottom: 40px;
}

/*-------------------
学会データ　リンク
---------------------*/
.society-data-link {
  max-width: 1600px;
  margin: 88px auto 0;
  background-image: url("../assets/img/about-us/bg-society-data-link.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 88px 16px;
}

@media screen and (max-width: 991px) {
  .society-data-link {
    background-size: cover;
    padding: 24px 16px;
    margin: 32px auto 0;
  }
}

.society-data-link h2 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 991px) {
  .society-data-link h2 {
    font-size: 24px;
  }
}

.society-data-link h2 svg {
  vertical-align: middle;
}

.society-data-link-sub-ttl {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .society-data-link-sub-ttl {
    margin-bottom: 16px;
  }
}

.society-data-link p {
  max-width: 880px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 991px) {
  .society-data-link p {
    margin: 0 auto 16px;
  }
}

.society-data-link-btn {
  justify-items: center;
}

/*-------------------
共通
---------------------*/
.nav-list-wrap-hiden {
  display: none;
}

@media screen and (max-width: 1520px) {
  .nav-list-wrap-hiden {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .nav-list-wrap-02 {
    display: none;
  }
}

.recruit-home {
  overflow: hidden;
}

.l-wrapper {
  max-width: 1420px;
  margin: 0 auto;
}

.recruit-benefit p {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .recruit-benefit p {
    line-height: 1.5;
  }
}

.c-recruit-sec-ttl {
  font-weight: bold;
  font-size: 32px;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .c-recruit-sec-ttl {
    font-size: 24px;
  }
}

.c-recruit-center {
  text-align: center;
}

.c-recruit-left {
  margin: auto 0 0 0 !important;
  transform: translateX(10px);
}

.c-recruit-sec-sub-ttl-wrap {
  font-size: 16px;
  color: #24b07d;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}

.c-recruit-sec-sub-ttl-wrap {
  font-size: 16px;
  color: #24b07d;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}

.c-recruit-sec-sub-ttl {
  padding-left: 10px;
}

.c-recruit-sec-sub-ttl-line {
  display: block;
  width: 50px;
  height: 1px;
  background: #383838;
  margin-left: -10px;
}

.recruit-btn a {
  background: #24b0a2;
  margin: 0 auto;
}

.recruit-btn .main-btn:hover {
  background: #24b0a2;
}

.information-box {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  width: 180px;
}

.information-box a {
  color: #24b0a2;
}

.information-box-contact {
  background: #24b0a2;
  width: 180px;
}

/* ヘッダー　ホバー */
.nav-list li a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.nav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #24b0a2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.nav-list li a:hover::after {
  transform: scaleX(1);
}

/*-----
KV
-------*/
.c-kv-recruit {
  max-width: 1600px;
  margin: 120px auto 120px;
}

@media screen and (max-width: 991px) {
  .c-kv-recruit {
    margin: 120px auto 48px;
  }
}

.c-kv-recruit-ttl-wrap {
  position: relative;
}

.c-kv-recruit-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .c-kv-recruit-text {
    margin-bottom: 16px;
  }
}

.c-kv-recruit-ttl-wrap span {
  font-weight: 900;
  font-size: 96px;
  color: rgba(36, 176, 162, 0.25);
}

@media screen and (max-width: 991px) {
  .c-kv-recruit-ttl-wrap span {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
    display: block;
  }
}

.c-kv-recruit-ttl-wrap h2 {
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%) !important;
  font-weight: bold;
  font-size: 40px;
  color: #054740;
}

@media screen and (max-width: 991px) {
  .c-kv-recruit-ttl-wrap h2 {
    font-size: 28px;
  }
}

/*-------------------
footer
---------------------*/
.footer-bg {
  background: #fff;
  padding-top: 10px;
  margin-top: 24px;
}

.footer-recruit-bg {
  background-image: url("../assets/img/recruit/common/bg-footer-recruit.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .footer-recruit-bg {
    background: #fff;
    padding-top: 10px;
    margin-top: 24px;
  }
}

.footer-recruit-contact-area {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  padding: 0 16px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .footer-recruit-contact-area {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
  }
}

.recruit-area-bg-01 {
  background-image: url("../assets/img/recruit/common/entry-area-bg-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-area-bg-02 {
  background-image: url("../assets/img/recruit/common/entry-area-bg-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-recruit-contact-btn-wrap {
  text-align: left;
  padding: 20px 40px;
  justify-content: flex-start;
  transition: all 0.3s ease;
  min-height: 183px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .footer-recruit-contact-btn-wrap {
    padding: 20px;
    border-radius: 10px;
    min-height: 130px;
  }
}

.footer-recruit-contact-btn {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

.sub-ttl-eng {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

.entry-area-des {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;

  @media screen and (max-width: 991px) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .footer-recruit-contact-btn {
    font-size: 20px;
  }
}

.footer-recruit-contact-btn-wrap path {
  fill: #ffffff;
}

@media screen and (max-width: 991px) {
  .footer-recruit-contact-btn-wrap svg {
    width: 30px;
  }
}

.footer-recruit-info-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
  margin-top: 64px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 991px) {
  .footer-recruit-info-wrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
}

.footer-recruit-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-recruit-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  font-size: 14px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 74px;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-recruit-nav-list {
    display: block;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .footer-recruit-nav-list li {
    margin-bottom: 10px;
  }
}

/*-------------------
TOPページ
---------------------*/
.fv-recruit {
  background-image: url("../assets/img/recruit/top/bg-fv-recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 720px) {
  .fv-recruit {
    display: none;
  }
}

.fv-recruit-inner {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 636px 1fr;
}

@media screen and (max-width: 1400px) {
  .fv-recruit-inner {
    grid-template-columns: 500px 1fr;
  }
}

@media screen and (max-width: 1060px) {
  .fv-recruit-inner {
    grid-template-columns: 255px 1fr;
  }
}

.fv-recruit-ttl-wrap {
  justify-items: center;
}

.fv-recruit-img img {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.16));
}

.fv-recruit-img-01 {
  max-width: 636px;
}

.fv-recruit-img-02 {
  max-width: 350px;
  justify-self: center;
}

.fv-recruit-img-03 {
  max-width: 434px;
}

.fv-recruit-ttl-wrap h2 {
  font-weight: bold;
  font-size: 48px;
  color: #24b07d;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1400px) {
  .fv-recruit-ttl-wrap h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1060px) {
  .fv-recruit-ttl-wrap h2 {
    font-size: 32px;
  }
}

.fv-recruit-ttl-wrap span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  background: #24b07d;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
}

.fv-recruit-item-right-img-wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 32px;
}

.fv-recruit-sp {
  display: none;
}

@media screen and (max-width: 720px) {
  .fv-recruit-sp {
    display: block;
    margin-top: 80px;
  }
}

/*----------
TOPコンテンツ
------------*/
.recruit-top {
  background-image: url("../assets/img/recruit/top/bg-recruit-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 120px 0;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 991px) {
  .recruit-top {
    padding: 48px 0;
    height: inherit;
  }
}

.recruit-top-about-inner h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.68);
}

@media screen and (max-width: 991px) {
  .recruit-top-about-inner h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.recruit-top-about-inner p {
  line-height: 1.8;
  text-shadow: 2px 2px 4px rgba(28, 28, 28, 0.68);
}

.recruit-top-about-inner p:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .recruit-top-about-inner p:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

.recruit-top-about {
  max-width: 1340px;
  margin: 0 auto;
}

.recruit-top-about-inner {
  width: 50%;
}

@media screen and (max-width: 1060px) {
  .recruit-top-about-inner {
    width: 100%;
  }
}

/*--------
数字で見る
----------*/
.recruit-data {
  padding: 88px 0;
}

@media screen and (max-width: 991px) {
  .recruit-data {
    padding: 48px 0;
  }
}

.recruit-data-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 35px;

  @media screen and (max-width: 991px) {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.recruit-data h3 {
  font-weight: bold;
  font-size: 32px;
  color: #24b0a2;
  text-align: center;
  border-bottom: 3px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 40px;
  padding: 0 5px;
}

@media screen and (max-width: 991px) {
  .recruit-data h3 {
    margin: 24px auto 24px;
    font-size: 24px;
  }
}

.recruit-staff-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

@media screen and (max-width: 991px) {
  .recruit-staff-feature-list {
    grid-template-columns: 1fr;
    max-width: 358px;
    margin: 0 auto;
  }
}

.recruit-staff-feature-list li {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*------
福利厚生
--------*/
.top-benefit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}

@media screen and (max-width: 991px) {
  .top-benefit {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.top-benefit-text {
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .top-benefit-text {
    margin: 16px 0;
  }
}

.top-benefit-item-right-box {
  font-weight: bold;
  font-size: 28px;
  padding: 50px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .top-benefit-item-right-box {
    font-size: 20px;
    padding: 9px 20px;
  }
}

.top-benefit-item-right-box svg {
  transition: transform 0.3s ease;
}

@media screen and (max-width: 991px) {
  .top-benefit-item-right-box svg {
    width: 30px;
  }
}

.top-benefit-item-right-box:hover svg {
  transform: translateX(13px);
}

.top-benefit-item-right a:nth-of-type(1) .top-benefit-item-right-box {
  background-image: url("../assets/img/recruit/top/bg-top-benefit.png");
  background-size: 100% 100%;
}

.top-benefit-item-right a:nth-of-type(2) .top-benefit-item-right-box {
  background-image: url("../assets/img/recruit/top/bg-top-benefit-02.png");
  background-size: 100% 100%;
}

.top-benefit-item-right a:nth-of-type(3) .top-benefit-item-right-box {
  background-image: url("../assets/img/recruit/top/bg-top-benefit-03.png");
  background-size: 100% 100%;
}

.top-benefit-item-right a:nth-of-type(4) .top-benefit-item-right-box {
  background-image: url("../assets/img/recruit/top/bg-top-benefit-04.png");
  background-size: 100% 100%;
}

.top-benefit-item-left {
  position: relative;
}

/*---------
ご家族の方へ
-----------*/
.top-family {
  padding: 88px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-family {
    padding: 40px 0;
  }
}

.top-family-text-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .top-family-text-wrap {
    flex-direction: column;
  }
}

.top-family-text {
  max-width: 710px;
}

@media screen and (max-width: 991px) {
  .top-family-text {
    margin-bottom: 10px;
  }
}

.top-family-img img {
  border-radius: 30px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

/*------
先輩の声
--------*/
.top-interview-catch {
  margin-top: 16px;
  margin-bottom: 32px;
}

.top-interview-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.top-interview-item-img {
  position: relative;
}

.top-interview-item-ttl {
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-weight: bold;
  max-width: 330px;
  font-size: 20px;
  color: #fff;
  background: #9bc3f6;
  border-radius: 15px;
  padding: 16px;
  text-align: center;
  height: 120px;
  align-content: center;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .top-interview-item-ttl {
    font-size: 20px;
  }
}

.top-interview-item-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.5px 18px 7.5px;
  border-color: transparent transparent #9bc3f6;
  translate: -50% -100%;
}

.staff-info {
  display: inline-grid;
}

.top-interview-staff-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 10px;
  margin-top: 68px;
  border-left: 8px solid #24b0a2;
}

.top-interview-staff-info-wrap path {
  fill: #24b0a2;
}

.top-interview-item {
  position: relative;
  display: inline-block;
}

.top-interview-item-img {
  position: relative;
  display: block;
}

.top-interview-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 176, 162, 0);
  transition: background 0.3s ease;
  border-radius: 98px;
}

.top-interview-item:hover .top-interview-item-img::after {
  background: rgba(36, 176, 162, 0.65);
  border-radius: 76px;
}

.c-recruit-interview {
  justify-items: center;
  margin-top: 88px;
  margin: 74px auto 0;
}

@media screen and (max-width: 991px) {
  .c-recruit-interview {
    margin-top: 30px;
  }
}

/*-------------------
福利厚生について
---------------------*/
.recruit-benefit {
  overflow: hidden;
}

.benefit-content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.benefit-content-item:not(:last-child) {
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item:not(:last-child) {
    margin-bottom: 58px;
  }
}

.benefit-content-item-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.benefit-content-item-card-img-right img {
  border-radius: 175.5px 0px 0px 175.5px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

.benefit-content-item-card-img-left img {
  border-radius: 0 175.5px 175.5px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  order: 1;
}

.benefit-reverse {
  order: 1;
}

.benefit-content-item-card-text {
  padding-left: 90px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-text {
    padding-left: inherit;
  }
}

.benefit-content-item-card-text.benefit-reverse {
  padding-left: inherit;
}

.benefit-content-item-card-ttl {
  color: #000;
  font-size: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.benefit-num {
  font-weight: 900;
  font-size: 40px;
  color: #24b0a2;
  padding-right: 62px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .benefit-num {
    font-size: 24px;
  }
}

.benefit-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #707070;
}

@media screen and (max-width: 991px) {
  .benefit-num::after {
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
  }
}

.benefit-content-item-card-bottom {
  padding-left: 90px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom {
    padding-left: inherit;
  }
}

.benefit-content-item-card-bottom-inner {
  max-width: 936px;
  margin: auto 0 0 0;
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-inner {
    flex-direction: column;
  }
}

.benefit-content-item-card-bottom-box {
  border-radius: 30px;
  padding: 24px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-box {
    padding: 16px;
  }
}

.benefit-content-item-card-bottom-box:nth-child(1) {
  background: url("../assets/img/recruit/benefit/bg-insurance.png") no-repeat
    center/cover;
}

.benefit-content-item-card-bottom-box:nth-child(2) {
  background: url("../assets/img/recruit/benefit/bg-insurance-02.png") no-repeat
    center/cover;
}

.benefit-content-item-card-bottom-box h3 {
  font-size: 24px;
  color: #383838;
  height: 74px;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-box h3 {
    height: inherit;
    font-size: 20px;
  }
}

.benefit-content-item-card-bottom-box h3::before {
  content: "●";
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  top: 9px;
  left: 2px;
}

.benefit-content-item-card-bottom-02 {
  max-width: 1510px;
  margin: 40px auto 0;
  background: url("../assets/img/recruit/benefit/bg-pension.png") no-repeat
    center/cover;
  border-radius: 30px;
  padding: 32px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-02 {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 20px auto 0;
  }
}

.benefit-content-item-card-bottom-inner-02 {
  display: flex;
  gap: 88px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-inner-02 {
    flex-direction: column;
    gap: 16px;
  }
}

.benefit-content-item-card-bottom-box-02 {
  max-width: 300px;
}

.benefit-content-item-card-bottom-box-02 h3 {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.benefit-content-item-card-bottom-box-02-right {
  flex: 1;
}

.benefit-content-item-card-bottom-box-02-right h4 {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  margin-bottom: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-box-02-right h4 {
    font-size: 20px;
  }
}

.benefit-content-item-card-bottom-box-02-right h4::before {
  content: "●";
  position: absolute;
  top: 10px;
  left: -17px;
  color: #ffffff;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-box-02-right h4::before {
    top: 6px;
  }
}

.benefit-content-item-card-bottom-box-02-right p:not(:last-child) {
  margin-bottom: 16px;
}

.benefit-content-item-card-bottom-03 {
  max-width: 1420px;
  margin: 40px auto 0;
}

.benefit-content-item-card-bottom-03 h3 {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.benefit-content-item-card-bottom-03 p {
  text-align: center;
  margin: 32px 0;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-03 p {
    margin: 14px 0;
  }
}

.benefit-content-item-card-bottom-03 h3::before {
  content: "●";
  position: absolute;
  top: 51%;
  left: -18px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #24b0a2;
}

.benefit-content-item-card-bottom-03-list {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-03-list {
    flex-direction: column;
    gap: 14px;
  }
}

.benefit-content-item-card-bottom-03-list li img {
  border-radius: 30px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {
  .benefit-content-item-card-bottom-03-list li:last-child {
    display: none;
  }
}

/*-------------------
先輩の声
---------------------*/
.recruit-interview {
  overflow: hidden;
}

.interview-qa {
  background-image: url("../assets/img/recruit/interview/bg-interview-qa.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 110px 0 64px;
  margin-top: 64px;
}

@media screen and (max-width: 991px) {
  .interview-qa {
    background-size: 100% 24%;
    padding: 34px 0px;
    margin-top: 20px;
  }
}

.interview-qa-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.interview-qa-inner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}

@media screen and (max-width: 991px) {
  .interview-qa-inner-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.interview-qa-item {
  align-content: flex-end;
}

@media screen and (max-width: 991px) {
  .interview-qa-item {
    text-align: center;
  }
}

.interview-qa-item h2 {
  font-weight: bold;
  font-size: 40px;
  color: #24b0a2;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .interview-qa-item h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.interview-qa-item span {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .interview-qa-item span {
    font-size: 16px;
  }
}

.interview-qa-content {
  margin-top: 78px;
}

@media screen and (max-width: 991px) {
  .interview-qa-content {
    margin-top: 32px;
  }
}

.interview-qa-content-list dt {
  font-weight: bold;
  font-size: 32px;
  color: #24b0a2;
  padding-left: 70px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dt {
    font-size: 24px;
  }
}

.interview-qa-content-list dd:not(:last-child) {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dd:not(:last-child) {
    margin-bottom: 16px;
  }
}

.interview-qa-content-list dd {
  line-height: 2;
}

.interview-qa-content-list dt:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url("../assets/img/recruit/interview/icon-qa.png");
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dt:nth-of-type(1)::before {
    width: 45px;
    height: 45px;
  }
}

.interview-qa-content-list dt:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url("../assets/img/recruit/interview/icon-qa-02.png");
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dt:nth-of-type(2)::before {
    width: 45px;
    height: 45px;
  }
}

.interview-qa-content-list dt:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url("../assets/img/recruit/interview/icon-qa-03.png");
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dt:nth-of-type(3)::before {
    width: 45px;
    height: 45px;
  }
}

.interview-qa-content-list dt:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url("../assets/img/recruit/interview/icon-qa-04.png");
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .interview-qa-content-list dt:nth-of-type(4)::before {
    width: 45px;
    height: 45px;
  }
}

.swiper4 {
  padding-bottom: 40px !important;
}

.swiper4 .swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper4 .swiper-pagination-bullet {
  background-color: #383838;
  opacity: 0.7;
  width: 50px;
  height: 2px;
  border-radius: unset;
}

.swiper4 .swiper-pagination-bullet-active {
  background-color: #24b0a2;
  opacity: 1;
}

.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
  display: none;
}

.swiper4 .swiper-pagination {
  bottom: 0px !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .swiper4 {
    padding-bottom: inherit !important;
  }

  .swiper4 .swiper-pagination {
    bottom: 70px !important;
    text-align: center;
  }

  .swiper4 .swiper-pagination-bullet {
    background-color: #f7f7f7;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .swiper4 .swiper-pagination-bullet-active {
    background-color: #24b0a2;
    /* アクティブなページネーションの色 */
    opacity: 1;
  }

  .swiper4 .swiper-button-prev,
  .swiper4 .swiper-button-next {
    top: 50%;
    /* 縦中央配置 */
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    color: white;
  }

  .swiper4 .swiper-button-prev::after,
  .swiper4 .swiper-button-next::after {
    font-size: 20px !important;
  }
}

/*----------
1日の流れ
------------*/
.interview-schedule {
  max-width: 1340px;
  margin: 0 auto 0;
  padding: 88px 0 56px;
}

@media screen and (max-width: 1190px) {
  .interview-schedule {
    padding: 32px 0 32px;
  }
}

.interview-schedule-list {
  display: flex;
  margin-top: 40px;
}

.interview-schedule-item-space {
  height: 100%;
}

.interview-schedule-ttl-wrap {
  text-align: center;
}

.interview-schedule-ttl-wrap span {
  font-weight: 900;
  font-size: 20px;
  color: #383838;
}

.interview-schedule-ttl-wrap h3 {
  font-weight: bold;
  font-size: 24px;
  color: #24b0a2;
}

.interview-schedule-text {
  background: #fff;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.16));
  border-radius: 15px;
  padding: 16px;
  position: relative;
}

.text-bottom {
  margin-top: 24px;
}

.text-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 6px 18px 6px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

.text-above {
  margin-bottom: 24px;
}

.text-above::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 6px 0 6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.ttl-wrap-bottom {
  padding-top: 24px;
}

.ttl-wrap-above {
  padding-bottom: 24px;
}

.middle-line {
  border-bottom: 1px solid #383838;
  position: relative;
}

.middle-line::before {
  content: "●";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
  font-size: 16px;
  color: #24b0a2;
}

.interview-schedule-pc {
  display: none;
}

.interview-schedule-sp {
  margin-top: 48px;
}

@media screen and (max-width: 991px) {
  .interview-schedule-sp {
    margin-top: 24px;
  }
}

.timeline__container {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  height: 174px;
}

@media screen and (max-width: 991px) {
  .timeline__container {
    height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .left {
    margin-left: auto;
  }

  .right {
    margin-right: auto;
  }
}

.timeline__textBox__text {
  background-color: rgb(255, 255, 255);
  max-width: 600px;
  height: 158px;
  align-content: center;
  padding: 32px;
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 991px) {
  .timeline__textBox__text {
    padding: 20px;
    height: inherit;
  }
}

.timeline__line {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.timeline__line::after {
  content: "";
  background-color: #383838;
  width: 1px;
  height: 100%;
}

.timeline__dot {
  width: 16px;
  height: 16px;
  background-color: #24b0a2;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline__date {
  display: block;
  align-content: center;
  text-align: center;
}

.timeline__date h3 {
  font-weight: bold;
  font-size: 24px;
  color: #24b0a2;
}

@media screen and (max-width: 768px) {
  .timeline__date h3 {
    font-size: 15px;
  }
}

.timeline__date span {
  font-weight: 900;
  font-size: 20px;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .timeline__date span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .timeline__container {
    grid-template-columns: 86px 60px 1fr;
    justify-items: inherit;
  }

  .timeline__textBox {
    grid-column: 3/4;
    grid-row: 1/2;
    text-align: center;
  }

  .timeline__date {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .timeline__line {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .left,
  .right {
    margin-left: 0;
    margin-right: 0;
  }
}

/*----------
メッセージ
------------*/
.interview-message {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  margin-top: 120px;
  padding: 40px;
  margin-bottom: 88px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-message {
    margin-top: 64px;
  }
}

.interview-message h2 {
  font-weight: bold;
  font-size: 32px;
  color: #24b0a2;
  text-align: center;
  margin-bottom: 32px;
}

/*-------------------
ご家族の方へ
---------------------*/
.for-family-message {
  max-width: 1600px;
  margin: 0 auto;
}

.for-family-message-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}

@media screen and (max-width: 991px) {
  .for-family-message-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.for-family-message-ttl {
  font-weight: bold;
  font-size: 32px;
  color: #24b0a2;
  margin: 32px 0;
}

.for-family-message-inner-item p {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .for-family-message-ttl {
    font-size: 24px;
    margin: 16px 0;
  }
}

.for-family-ceo {
  font-family: "Yuji Syuku", serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  display: block;
}

.ceo-name {
  font-size: 32px;
  color: #000;
  padding-left: 16px;
}

.for-family-message-img img {
  border-radius: 25px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

/*----------
取り組み
------------*/
.for-family-effort {
  background-image: url("../assets/img/recruit/for-family/bg-effort.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 44px 0;
  margin-top: 88px;
}

.for-family-effort-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .for-family-effort-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.for-family-effort-item {
  border-radius: 30px;
  background: #f6fffe;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  padding: 32px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .for-family-effort-item {
    padding: 18px;
  }
}

.for-family-effort-item:nth-of-type(1) {
  background: url("../assets/img/recruit/for-family/bg-effort-item.png")
    no-repeat center/cover;
}

.for-family-effort-item:nth-of-type(2) {
  background: url("../assets/img/recruit/for-family/bg-effort-item-02.png")
    no-repeat center/cover;
}

.for-family-effort-item:nth-of-type(3) {
  background: url("../assets/img/recruit/for-family/bg-effort-item-03.png")
    no-repeat center/cover;
}

.for-family-effort-item-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .for-family-effort-item-ttl-wrap {
    margin-bottom: 16px;
  }
}

.for-family-effort-item-ttl-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.for-family-effort-item-text p {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  display: block;
}

.for-family-effort-item-text p::before {
  content: "●";
  position: absolute;
  font-size: 6px;
  color: #ffffff;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .for-family-effort-item-img {
    width: 70px;
  }
}

/*----------
オフィㇲについて
------------*/
.for-family-office {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .for-family-office {
    margin-top: 32px;
  }
}

.for-family-office-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 16px 24px 24px 24px;
}

.for-family-office-list-02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .for-family-office-list {
    grid-template-columns: 1fr;
  }

  .for-family-office-list-02 {
    grid-template-columns: 1fr;
  }
}

.for-family-office-ttl {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 8px 0;
  position: relative;
  padding-left: 8px;
}

.for-family-office-ttl:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1em;
  margin-left: ;
  background-color: #2498ab;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.for-family-office-text {
  font-size: 16px;
  font-weight: 500;
}

.for-family-office-text-02 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 16px 0;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .for-family-office-ttl {
    margin: 10px 0;
  }
}

/*----------
FAQ
------------*/
.for-family-faq {
  background-image: url("../assets/img/recruit/for-family/bg-faq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.for-family-faq-inner {
  max-width: 1340px;
  margin: 160px auto;
  padding: 60px 0px;
}

@media screen and (max-width: 991px) {
  .for-family-faq-inner {
    margin: 38px auto;
  }
}

.for-family-faq-content {
  margin-top: 78px;
}

@media screen and (max-width: 991px) {
  .for-family-faq-content {
    margin-top: 50px;
  }
}

.for-family-faq-content-list dt {
  font-weight: bold;
  color: #24b0a2;
  padding-left: 70px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}

.for-family-faq-content-list dd:not(:last-child) {
  margin-bottom: 48px;
}

.for-family-faq-content-list dd {
  line-height: 2;
}

.for-family-faq-content-list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url("../assets/img/recruit/for-family/icon-faq.png");
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .for-family-faq-content-list dt::before {
    width: 40px;
    height: 40px;
  }
}

/*-------------------
募集要項
---------------------*/
.information-person {
  margin-bottom: 88px;
}

.information-person-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .information-person-list {
    grid-template-columns: 1fr;
  }
}

.information-person-item {
  border-radius: 30px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  padding: 32px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .information-person-item {
    padding: 16px;
  }
}

.information-person-item:nth-of-type(1) {
  background: url("../assets/img/recruit/information/bg-person.png") no-repeat
    center/cover;
}

.information-person-item:nth-of-type(2) {
  background: url("../assets/img/recruit/information/bg-person-02.png")
    no-repeat center/cover;
}

.information-person-item:nth-of-type(3) {
  background: url("../assets/img/recruit/information/bg-person-03.png")
    no-repeat center/cover;
}

.information-person-item h3 {
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #24b0a2;
  background: #fff;
  padding: 16px 16px 16px 40px;
  border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 991px) {
  .information-person-item h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.information-person-item:nth-of-type(1) h3 {
  color: #51c9bd;
}

.information-person-item:nth-of-type(2) h3 {
  color: #ffc1c1;
}

.information-person-item:nth-of-type(3) h3 {
  color: #9bc3f6;
}

.information-person-item-text {
  margin-top: 70px;
}

.information-person-item-text p {
  position: relative;
  padding-left: 20px;
}

.information-person-item-text:not(.information-person-item-wrap):not(
    :first-of-type
  )
  p::before {
  content: "●";
  position: absolute;
  font-size: 6px;
  top: 10px;
  left: 5px;
  color: #ffffff;
}

.information-person-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.c-information-ttl-wrap {
  position: relative;
  text-align: center;
}

.c-information-ttl-wrap span {
  font-weight: 900;
  font-size: 64px;
  color: rgba(36, 176, 162, 0.15);
}

@media screen and (max-width: 991px) {
  .c-information-ttl-wrap span {
    font-size: 28px;
    padding-top: 24px;
    display: block;
  }
}

.c-information-ttl-wrap p {
  content: "";
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 32px;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .c-information-ttl-wrap p {
    font-size: 24px;
  }
}

.block {
  padding: 20px;
}

/*------
メインタブ
--------*/
.recruit-information-inner {
  max-width: 1340px;
  margin: 88px auto 0;
}

@media screen and (max-width: 991px) {
  .recruit-information-inner {
    margin: 32px auto 0;
    background: #fff;
  }
}

.information-tab-wrap .tab-list {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .information-tab-wrap .tab-list {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
}

.information-tab-wrap .tab-item:first-child:hover,
.tab-item:first-child.is-active {
  background-color: #24b0a2;
}

.information-tab-wrap .tab-item:nth-child(2):hover,
.tab-item:nth-child(2).is-active {
  background-color: #24b0a2;
}

/*------
選考フロー
--------*/
.bg-information {
  background-image: url("../assets/img/recruit/information/bg-information.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .bg-information {
    background-image: none;
  }
}

.information-flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .information-flow-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
  }
}

.information-flow-item {
  text-align: center;
}

.information-flow h2 {
  font-weight: bold;
  font-size: 32px;
  color: #383838;
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .information-flow h2 {
    font-size: 24px;
    margin: 20px 0;
  }
}

.step {
  font-weight: 900;
  font-size: 20px;
  color: #383838;
  margin-bottom: 16px;
  display: block;
}

@media screen and (max-width: 991px) {
  .step {
    font-size: 16px;
  }
}

.information-flow-item-ttl {
  font-weight: bold;
  font-size: 24px;
  color: #24b0a2;
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .information-flow-item-ttl {
    font-size: 20px;
  }
}

.flow-middle-line {
  border-top: 1px solid #383838;
  position: relative;
}

.flow-middle-line::before {
  content: "●";
  position: absolute;
  font-size: 16px;
  color: #24b0a2;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-middle-line p {
  max-width: 268px;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .flow-middle-line p {
    font-size: 14px;
  }
}

/* 内側のタブデザイン */
.inner-tab-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .inner-tab-list {
    flex-direction: column;
    align-items: center;
  }
}

.inner-tab-item {
  width: 300px;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 15px;
  color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s;
  color: #24b0a2;
  text-align: center;
}

.inner-tab-item.is-active {
  background: #24b0a2;
  color: #fff;
}

.inner-panel-item {
  display: none;
}

.inner-panel-item.is-active {
  display: block;
}

/* インナータブコンテンツ */
.information-inner-tab {
  max-width: 1100px;
  margin: 88px auto 0;
}

@media screen and (max-width: 991px) {
  .information-inner-tab {
    margin: 32px auto 0;
  }
}

.information-inner-tab h2 {
  font-weight: bold;
  font-size: 32px;
  color: #383838;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .information-inner-tab h2 {
    font-size: 24px;
  }
}

.information-note {
  font-size: 18px;
  text-align: center;
  margin: 32px 0 50px;
}

.type-job {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #24b0a2;
}

@media screen and (max-width: 991px) {
  .type-job {
    font-size: 24px;
  }
}

/* テーブル */
.information-table table {
  width: 100%;
  border-spacing: 0 32px;
  /* 横方向 0px, 縦方向 10px */
  border-collapse: separate;
}

.information-table table td {
  padding: 32px;
}

@media screen and (max-width: 991px) {
  .information-table table td {
    padding: 14px;
  }
}

.information-table table td:first-child {
  font-weight: 500;
  color: #24b0a2;
  border-left: 3px solid #24b0a2;
  width: 20%;
}

@media screen and (max-width: 991px) {
  .information-table table td:first-child {
    width: 40%;
  }
}

.information-table table td:nth-child(2) {
  border-radius: 15px;
  background: #f6fffe;
}

.information-entry-btn-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #fff;
  width: 260px;
  padding: 3px 13px;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  transition: all 0.3sease;
  background: #24b0a2;
  margin: 0 auto;
}

.information-entry-btn {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.information-entry-btn-wrap svg {
  width: 27px;
}

.inner-tab2 h2 {
  font-weight: bold;
  font-size: 32px;
  color: #383838;
  text-align: center;
  margin-bottom: 40px;
}

.inner-tab2-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .inner-tab2-list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

.inner-tab2-item {
  width: 300px;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 15px;
  color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s;
  color: #24b0a2;
  text-align: center;
}

.inner-tab2-item.is-active {
  background: #24b0a2;
  color: #fff;
}

.inner-panel2-item {
  display: none;
}

.inner-panel2-item.is-active {
  display: block;
}

.privacy-container {
  max-width: 1420px;
  margin: 64px auto 88px;
}

.privacy-item-wrap {
  margin: 48px;
}

.privacy-item-ttl {
  font-size: 24px;
  color: #24b07d;
  margin-bottom: 10px;
}

.privacy-list {
  margin: 4px 0 20px 0;
}

@media screen and (max-width: 991px) {
  .privacy-item-wrap {
    margin: inherit;
    padding: 0 16px;
  }

  .privacy-item-wrap {
    margin: 32px auto 48px;
  }
}

.privacy-contact {
  color: #24b07d;
}

.privacy-item-wrap-02 p {
  padding-left: 15px;
  margin-bottom: 8px;
}

.contact-container {
  padding: 0 16px;
}

.contact-container {
  max-width: 1280px;
  margin: 88px auto;
}

@media screen and (max-width: 991px) {
  .contact-container {
    margin: 58px auto;
  }
}

.contact-container p {
  margin-bottom: 10px;
}

.submit-container {
  text-align: center;
}

.submit-container button {
  text-align: center;
  color: #664a4a;
  display: inline-block;
  padding: 16px 48px;
  margin-top: 40px;
  transition: 0.3s;
  width: 240px;
  color: #fff;
}

.submit-container button:hover {
  opacity: 0.8;
}

.contact-content-message {
  text-align: center;
}

.contact-completion {
  text-align: center;
}

.contact-confirm {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.privacy-note a {
  color: #24b07d;
}

.privacy-ttl {
  color: #24b07d;
}

/*-------------------------
  共通
-------------------------*/
.category-label {
  display: inline-flex;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  color: #383838;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .category-label {
    font-size: 14px;
    padding: 3px 16px;
  }
}

.category-label::after {
  content: "●";
  position: absolute;
  font-size: 10px;
  color: #24b07d;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.category-label.news {
  background-color: #ffa200;
}

.category-label.press-release {
  background-color: #a200ff;
}

.category-label.event {
  background-color: #db2d00;
}

.category-label.other {
  background-color: #676767;
}

/*-------------------------
  サイドバー
-------------------------*/
.sidebar {
  width: 300px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
    padding: inherit;
  }
}

@media screen and (max-width: 991px) {
  .news-single .sidebar {
    margin-top: inherit;
  }
}

.sidebar-item {
  margin-bottom: 20px;
}

.sidebar-item h2 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #707070;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .sidebar-item h2 {
    font-size: 20px;
  }
}

.sidebar-item ul {
  padding-left: 24px;
}

.sidebar-archive {
  font-family: VDL-V7Gothic;
  font-weight: normal;
  font-size: 24px;
  color: #aeaeae;
  width: -moz-fit-content;
  width: fit-content;
}

.sidebar-archive li {
  position: relative;
  margin-top: 24px;
  font-family: VDL-V7Gothic;
  font-weight: bold;
  font-size: 20px;
  color: #aeaeae;
}

@media screen and (max-width: 991px) {
  .sidebar-archive li {
    margin-top: 16px;
    font-size: 16px;
  }
}

.sidebar-archive li::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #707070;
  bottom: -3px;
  left: 0;
}

.sidebar-cat li {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #161616;
}

@media screen and (max-width: 991px) {
  .sidebar-cat li {
    margin-top: 16px;
    font-size: 16px;
  }
}

.sidebar-cat a.current {
  position: relative;
}

.sidebar-cat a.current::before {
  content: "●";
  position: absolute;
  color: #24b07d;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------------
  記事一覧　　archive
-------------------------*/
.news-page {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.news-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .news-wrapper {
    flex-direction: column;
  }
}

.news-list {
  width: 970px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .news-list {
    width: inherit;
    padding: 20px 0 0 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .news-item {
    flex-direction: column;
  }
}

.news-item a {
  align-items: center;
}

@media screen and (max-width: 991px) {
  .news-item a {
    display: block;
  }
}

.news-item img {
  width: 150px;
  height: auto;
  margin-right: 80px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 8/5;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .news-item img {
    margin-right: inherit;
  }
}

.news-text {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .news-text {
    margin-top: 16px;
    max-width: 250px;
  }
}

.news-category {
  font-size: 14px;
  color: #0073aa;
}

.news-date {
  font-weight: 500;
  font-size: 16px;
  color: #383838;
}

.news-title {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 32px;
  color: #24b07d;
  line-height: 32px;
  font-size: clamp(1rem, 0.6667rem + 0.6944vw, 1.5rem);
}

/*-------------------------
  記事詳細　　single
-------------------------*/
.news-single-main .kv-ttl-wrap {
  display: none;
}

@media screen and (max-width: 991px) {
  .news-single-main .kv-ttl-wrap {
    display: block;
  }
}

.news-single {
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .news-single {
    margin: 28px auto;
  }
}

.news-single-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 54px;
  margin-top: 58px;
}

@media screen and (max-width: 991px) {
  .news-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
}

.news-single-date {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .news-single-date {
    color: #333;
  }
}

.news-single-title {
  margin-top: 0px;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
  color: #24b07d;
  border-bottom: 1px solid #cfcece;
  padding-bottom: 24px;
  line-height: 40px;
}

.news-single-date {
  font-weight: 500;
  color: #383838;
}

@media screen and (max-width: 991px) {
  .news-single-date {
    margin-top: 5px;
    display: block;
  }
}

.news-single-img {
  margin-top: 55px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.news-single-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.news-single-small-ttl {
  font-weight: bold;
  font-size: 24px;
  color: #4c4c4c;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .news-single-small-ttl {
    font-size: 20px;
  }
}

.news-single-text {
  font-weight: 500;
  font-size: 18px;
  color: #383838;
  margin-top: 16px;
}

.news-btn {
  text-align: center;
  margin-top: 40px;
}

.news-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #161616;
}

.news-other-list-inner {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .news-other-list-inner {
    margin-bottom: 28px;
    flex-direction: column;
    gap: unset;
    align-items: flex-start;
  }
}

.news-other-ttl-wrap {
  justify-items: center;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .news-other-ttl-wrap {
    margin-bottom: 28px;
    margin-top: 48px;
  }
}

.news-other-ttl-wrap h2 {
  font-weight: 500;
  font-size: 32px;
  color: #383838;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .news-other-ttl-wrap h2 {
    font-size: 24px;
  }
}

.news-other-ttl-wrap h2::before {
  content: "▶";
  position: absolute;
  font-size: 20px;
  color: #24b07d;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.news-other-ttl-wrap span {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  color: #24b07d;
}

.news-other .news-single-title {
  font-weight: 500;
  color: #24b07d;
  margin-top: 0px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.875rem + 0.5208vw, 1.5rem);
  border-bottom: unset;
  padding-bottom: 0px;
}

.news-other .news-single-img {
  margin-top: inherit;
  margin-bottom: 24px;
}

.news-other .news-single-img img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 36/20;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-other .news-single-date {
  color: #707070;
}

/*# sourceMappingURL=main.css.map */

.kokuran-doc .nutritional-guidance-left-dsc p {
  font-size: 16px;
}

.nutritional-guidance-item-left p {
  font-size: 16px;
}

.nutritional-guidance-left-img {
  max-width: 117px;
}

.system-container {
  background-color: ;
}

.footer-address li {
  font-size: 16px;
}

.footer-contact-cont {
  text-align: right;

  @media screen and (max-width: 991px) {
    text-align: center;
  }
}

.footer-contact {
  display: inline-block;
  background-image: linear-gradient(135deg, #24b07d, #2498ab);
  padding: 8px 36px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer-contact-tell {
  font-size: 24px;
  font-weight: 600;
}

.footer-contact-tell::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #24b07d, #2498ab);
  margin-right: 8px;
  vertical-align: middle;
}

.footer-contact-des-tell {
  font-size: 14px;
  margin-bottom: 16px;
}

.footer-contact-p a {
  font-size: 14px !important;
  color: #acacac !important;
}

.footer-contact-p a:hover {
  color: #24b07d;
  transition: color 0.3s ease;
}

.certifications-cont {
  display: flex;
  text-align: left;
  justify-content: center;
  margin-top: auto;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;

  @media screen and (max-width: 991px) {
    justify-content: center;
    gap: 8px;
  }
}

.certifications-cont-recruit {
  flex: 1;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;

  @media screen and (max-width: 768px) {
    justify-content: center;
  }
}

.cert-item {
  @media screen and (max-width: 991px) {
    height: 65px;
  }
}

.cert-item img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.footer-bottom-inner {
  margin-bottom: 40px;
}

.footer-nav-list {
  font-size: 14px;
}

.iso-link {
  cursor: pointer;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 32px;
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  box-sizing: border-box;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}

.popup-flex-cont {
  display: flex;
  width: 100%;
  gap: 16px;
  box-sizing: border-box;
}

.popup-flex-left {
  width: 100%;
  max-width: 30%;
}

.popup-flex-right {
  width: 100%;
}

.popup-details {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.popup-details dt {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  margin-right: 12px;
  background-color: #24b07d;
  color: #fff;
  padding: 0 16px;
  width: 100%;
  max-width: 19%;
  height: 22px;
  text-align: center;
  border-radius: 5px;
}

.popup-details dd {
  font-size: 14px;
  margin: 0;
  flex-grow: 1;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .product-service-text-wrap span {
    font-size: 14px;
  }

  .bg-video {
    position: relative;
    width: 100%;
    min-height: 50vh;
    overflow: hidden;
    margin-top: -16px;
  }

  .top-product {
    background-color: #fff;
    padding: 32px;
  }

  .top-about-us-text {
    font-size: 16px;
  }

  .top-system-cont {
    padding: 16px 0px 32px;
  }

  .container {
    padding: 16px 16px;
  }

  .top-system-list {
    flex-direction: column;
    padding: 0px;
  }

  .top-product-main-ttl {
    margin-bottom: 32px;
  }
}

.kokuran-21-02::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #24b07d, #fef613);
  vertical-align: inherit;
}

.kantan-plus-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #f22269, #fef613);
  vertical-align: inherit;
}

.syokukoso-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #e0a1ff, #803f9f);
  vertical-align: inherit;
}

.Kokuran-doc-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #00acd5, #0768ac);
  vertical-align: inherit;
}

.Rehash-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #24b07d, #00bcbb);
  vertical-align: inherit;
}

.TunaGu-Campus-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #faee00, #ff9317);
  vertical-align: inherit;
}

.Komamawashi-02::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(120deg, #fe1313, #ebca71);
  vertical-align: inherit;
}

.for-family-3-floor-cont {
  background-color: #cbeeea;
  border-radius: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.for-family-3-floor-box {
  padding: 8px;
  background-color: #24b0a2;
  border-radius: 25px;
  position: relative;
  margin-top: 32px;
}

.for-family-3-floor-cont-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px;
  background-color: #24b0a2;
  border-radius: 25px 0 25px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.other-floor {
  background-color: #ececec;
  border-radius: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.for-family-3-floor-cont-txt-02 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px;
  background-color: #24b0a2;
  border-radius: 25px 0 25px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.floor-txt {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 16px 0;
}

.for-family-office-img-02 {
  position: relative;
  padding: 8px;
  background-color: #24b0a2;
  border-radius: 25px;
}

.timeline__textBox__text {
  background-color: #fff;
  padding: 24px;
  font-size: 16px;
  height: auto;
}

.flex-cont {
  display: flex;
}

.fixed-header-buttons {
  position: fixed;
  top: 124px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 15000;
}

.entry-btn-01,
.entry-btn-02 {
  color: #fff;
  padding: 8px 26px 8px 24px;
  border-radius: 15px 0 0 15px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 175px;
  text-align: center;
  transition: all 0.3s ease;
  transform-origin: right center;
}

.entry-btn-01.e-red-b:hover {
  background-color: #ff8484;
}

.entry-btn-02.e-blue-b:hover {
  background-color: #61a4fa;
}

.e-blue {
  color: #9bc3f6;
}

.e-red {
  color: #ffc1c1;
}

.e-blue-b {
  background-color: #9bc3f6;
}

.e-red-b {
  background-color: #ffc1c1;
}

.entry-vertical-line {
  width: 6px;
  height: 48px;
  background-color: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .fixed-header-buttons {
    display: none;
  }

  .top-system-item-left {
    width: 100%;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 990px) {
  .header {
    justify-content: space-between;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.flex-box {
  display: flex;
}

.e-box {
  flex-direction: column;
}

.btn-entry-txt {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 15px;
  padding: 2px 16px;
}

.e-area-btn {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
  max-width: 180px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  justify-content: space-between;
  margin: 0 auto;

  @media screen and (max-width: 991px) {
    font-size: 14px;
    justify-content: unset;
    padding: 16px 0;
    max-width: unset;
  }
}

.e-area-btn:hover {
  transform: scale(1.05);
}

.mid-career {
}

.entry-area-vertical-line {
  width: 6px;
  height: 24px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 4px;
  margin-right: 44px;

  @media screen and (max-width: 991px) {
    margin-right: 20px;
  }
}

.e-area-svg {
  display: flex;
  justify-content: flex-end;
  transition: transform 0.3s ease;
}

.e-area-svg:hover {
  transform: scale(1.05);
}

.entry-link {
  color: #0768ac;
}

.entry-link:hover {
  color: #054e7f;
  text-decoration: underline;
}

.privacy-notice-ttl {
  margin-top: 64px;
  text-align: left;
  color: #24b0a2;
  font-weight: 500;
}

.privacy-notice-des {
  font-size: 16px;
  margin-top: 4px;
  text-align: left;
  color: #333;
  font-weight: 400;
}

.product-service-cont {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.product-service-box {
  display: flex;
  gap: 72px;
  margin-top: 80px;

  @media screen and (max-width: 991px) {
    margin-top: 40px;
    gap: 8px;
    flex-direction: column-reverse;
  }
}

.product-service-box.reverse {
  @media screen and (max-width: 991px) {
    flex-direction: column-reverse;
  }
}

.product-service-box-02 {
  display: block;
  gap: 120px;
  margin-top: 80px;

  @media screen and (max-width: 991px) {
    display: flex;
    gap: 24px;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}

.product-service-text {
  flex: 1;
}

.product-service-ttl {
  position: relative;
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 8px;
  z-index: 1;

  @media screen and (max-width: 991px) {
    padding: 0 16px;
  }
}

.product-service-ttl::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(120deg, #24b07d, #fef613);
  filter: blur(3px);
  z-index: -1;

  @media screen and (max-width: 991px) {
    left: 0px;
  }
}

.recipe-plus-cloud .product-service-ttl::before {
  background: linear-gradient(135deg, #f22269 0%, #e8f354 100%);
}

.kokuran-doc .product-service-ttl::before {
  background: linear-gradient(135deg, #00acd5 30%, #7ab4dd 90%);
}

.nutritional-guidance .product-service-ttl::before {
  background: linear-gradient(135deg, #ffa1a1 0%, #ee465c 100%);
}

.rehash .product-service-ttl::before {
  background: linear-gradient(135deg, #5ab5ec 0%, #00bcbb 100%);
}

.tunagu-campus .product-service-ttl::before {
  background: linear-gradient(135deg, #faee00 0%, #ff9317 100%);
}

.komamawashi .product-service-ttl::before {
  background: linear-gradient(135deg, #fe1313 30%, #ebca71 90%);
}

.product-service-des {
  font-size: 16px;
}

.product-service-img {
  width: 48%;
  border-radius: 15px;
  overflow: hidden;

  @media screen and (max-width: 991px) {
    width: 100%;
  }
}

.product-service-img-02 {
  background-color: #fff;
  padding: 16px;
  border-radius: 15px;
  margin-top: 24px;
  overflow: hidden;

  @media screen and (max-width: 768px) {
    padding: 8px;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.product-service-img-02 img {
  max-width: 100%;
  height: auto;
  display: block;

  @media (max-width: 768px) {
    min-width: 840px;
    display: block;
  }
}

@media (max-width: 768px) {
  .product-service-img-02::-webkit-scrollbar {
    height: 8px;
  }
  .product-service-img-02::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
  }
  .product-service-img-02::-webkit-scrollbar-track {
    background: #eee;
  }
}

.system-img-cont {
  margin-top: 40px;
}

.system-img {
  width: 100%;
  max-width: 82%;
  margin-left: 7%;

  @media screen and (max-width: 991px) {
    max-width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 991px) {
  .img-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  /* コンテンツエリア */
  .img-modal-content {
    position: relative;
    margin: 5% auto;
    max-width: 95%;
    max-height: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    top: 75px;
  }

  /* 閉じるボタン */
  .img-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }

  /* 横スクロール用ラッパ */
  .img-modal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* 拡大画像 */
  .img-modal-scroll img {
    height: 80vh; /* モーダルでの縦サイズ固定 */
    width: auto;
    min-width: 120%; /* 画面より大きくしてスクロール可能に */
  }
}

.system-img-02 {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  display: block;

  @media screen and (max-width: 991px) {
    max-width: 100%;
  }
}

.product-other-cont {
  background-color: #f9f9f9;
  padding: 0px 32px 80px;
  margin-top: 80px;

  @media screen and (max-width: 768px) {
    max-width: 100%;
    margin-top: 0px;
    padding: 0px 16px 40px;
  }
}

.hardware-txt {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}

.hd-ttl {
  background-color: #24b07d;
  text-align: center;
  margin-top: 24px;
  color: #fff;
  font-weight: 500;
  padding: 4px;
}

.hardware-txt .two-column-info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.hardware-txt th,
.hardware-txt td {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.hardware-txt th {
  background-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}

.hardware-txt td {
  background-color: transparent;
}

.product-support {
  position: relative;
  width: 100%;
  max-width: 840px;
  background-color: #00bcbb;
  padding: 16px;
  margin-top: 16px;
  margin: 24px auto 0;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  align-items: center;

  @media screen and (max-width: 991px) {
    flex-direction: column-reverse;
    gap: 8px;
  }
}

.support-txt {
  font-size: 16px;
}

.product-support::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 10px solid #00bcbb;
}

.support-img {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  display: block;
  margin-top: 40px;

  @media screen and (max-width: 768px) {
    margin-top: 24px;
    max-width: 100%;
  }
}

.support-txt {
  flex: 1;
}

.support-img-02 {
  width: 135%;
  max-width: 140px;

  @media screen and (max-width: 991px) {
    width: 100%;
    max-width: 180px;
  }
}

.number-of-systems {
  padding: 0;
  gap: 0;
}

.nos-main {
  padding: 0;
  gap: 0;
}

.number-of-systems-main {
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
  color: #0768ac;
  width: 245px;
  text-align: right;
  will-change: transform;

  @media screen and (max-width: 991px) {
    font-size: 87px;
  }
}

.number-of-systems-sub {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 800;
}

.number-of-systems-main-txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;

  @media screen and (max-width: 991px) {
    font-size: 14px;
  }
}

.number-of-systems-main-txt span {
  font-size: 14px;
  font-weight: 400;
}

.number-of-systems-txt {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.product-recipe-plus-img {
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}

.buy-button {
  display: inline-block;
  background: linear-gradient(to right, #fe1313 30%, #ebca71 90%);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 24px;
}

.buy-button:hover {
  background: linear-gradient(to right, #ff4d4d 30%, #ffe08c 90%);
  transform: translateY(-2px);
}

.user-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  color: #333;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 24px;
}

.user-button::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 3%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #fe1313, #ebca71);
  transition: transform 0.3s ease;
}

.user-button:hover {
  color: #fe1313;
  transition: all 0.3s ease;
}

.user-button:hover::before {
  transform: translateX(-50%) scale(1.3);
}

.mw_wp_form .error {
  font-size: 15px;
}

.mwform-radio-field-text.mwform-checkbox-field label,
.mwform-radio-field label {
}

.mwform-radio-field-text {
  font-size: 15px;
}

.type-job .flex {
  display: flex;
  @media screen and (max-width: 991px) {
    flex-direction: column;
    gap: 4px;
  }
}

label[for="type-job-1"] {
  display: flex;
}

label[for="type-job-2"] {
  display: flex;
}

label[for="type-job-3"] {
  display: flex;
}

.type-job .form-control {
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .nav-contact {
    padding: 10px 24px !important;
  }

  .hdr-contact-item img {
    margin-right: 0px;
  }

  .information-box-contact {
    width: 52px;
  }
}

.re-ftr-add {
  font-size: 14px;
  text-align: center;
  margin: 24px 0;
}

.copy-light {
  font-size: 14px;
}

.re-contact-area {
  padding: 0px;
  margin-top: 14px;
}

.recruit-area-bg-01 {
  border-radius: 15px 0 0 15px;

  @media screen and (max-width: 991px) {
    border-radius: 15px;
  }
}

.recruit-area-bg-02 {
  border-radius: 0 15px 15px 0;

  @media screen and (max-width: 991px) {
    border-radius: 15px;
  }
}

.new-graduates {
  margin-right: 15px;
  font-size: 20px;

  @media screen and (max-width: 991px) {
    font-size: 16px;
    width: 80%;
  }
}

.mid-career {
  margin-right: 15px;
  font-size: 20px;

  @media screen and (max-width: 991px) {
    font-size: 16px;
    width: 80%;
  }
}

.same-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.color-1,
.color-2,
.color-3,
.color-4 {
  border-radius: 50px;
  text-align: center;
  padding: 4px 24px;
  color: #333;
}

.color-1 {
  background-color: #24b07d;
}

.color-2 {
  background-color: #00acd5;
}

.color-3 {
  background-color: #ff6161;
}

.color-4 {
  background-color: #ffc400;
}

.same-cont {
  padding: 0px 16px;
}

.same-box {
  max-width: 1420px;
  margin: 0 auto;
}

.same-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.same-title-box {
  background-color: #fff;
  border-radius: 50px;
  padding: 4px;
}

.same-ttl {
  font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
  font-weight: bold;
}

.same-content-des {
  font-size: 16px;
}

.same-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  width: 100%;
}

.same-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  min-height: 280px;
  padding: 24px 24px;
  gap: 16px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;

  @media (max-width: 768px) {
    min-height: 240px;
  }
}

.same-content-ttl-01,
.same-content-ttl-02,
.same-content-ttl-03,
.same-content-ttl-04 {
  font-size: clamp(17px, 17.5px, 18px);
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 4px;
  line-height: 1.2;
  padding: 10px 0 9px;
}

.same-content-ttl-01 {
  background-color: #24b07d;
  border-radius: 50px;
}

.same-content-ttl-02 {
  background-color: #00acd5;
  border-radius: 50px;
}

.same-content-ttl-03 {
  background-color: #ff6161;
  border-radius: 50px;
}

.same-content-ttl-04 {
  background-color: #ffc400;
  border-radius: 50px;
}

.same-content-des-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.same-attention {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}

.custom-list span::before {
  content: "・";
}

.custom-list span {
  display: block;
  text-indent: -1em;
  padding-left: 1.3em;
  font-size: 16px;
}

.same-txt {
}

.recruit-data-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 400px;
  gap: 24px;

  @media (max-width: 768px) {
    min-height: 360px;
  }
}

.recruit-data-ttl {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 1.8em;
}

.recruit-data-ttl::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #24b07d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 25px;
}

.recruit-data-des {
  font-size: 16px;
}

.recruit-data-img {
  padding: 0 16px;
  margin: 0 auto;
}

.recruit-data-img img {
  width: 100%;
  max-width: 320px;
}

.product-flex {
  display: flex;
  justify-content: space-between;
}

.product-content-cont {
  padding: 80px 16px;

  @media (max-width: 768px) {
    padding: 40px 16px;
  }
}

.detail-list {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 24px;
}

.dl-grid {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.dl-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 8px;
  margin-bottom: 6px;
}

.dl-term {
  display: list-item;
  width: 35%;
  margin: 0;
  font-weight: 700;
  color: #fff;
  padding-right: 8px;
}

.dl-desc {
  margin: 0;
  flex: 1;
  color: #fff;
}

.product-service-box.reverse {
  @media (max-width: 991px) {
    flex-direction: column-reverse;
  }
}

.product-header {
  @media (max-width: 991px) {
    margin-top: 100px;
  }
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  @media (max-width: 991px) {
    border-right: 0.5px solid #ccc;
  }
}

.two-column-info-table {
  min-width: 600px;
  border-collapse: collapse;
}

.two-column-info-table th,
.two-column-info-table td {
  border: 1px solid #ccc;
  padding: 8px;
  white-space: nowrap; /* 折り返し防止 */
}

.hardware-txt th,
.hardware-txt td {
  font-size: 16px;
}

.footer-copy {
  font-size: 14px;
  color: #ffffff;

  @media screen and (max-width: 768px) {
    padding-bottom: 12px;
    text-align: center;
  }
}

.produced-by {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.produced-by:hover {
  color: #0077ff;
  text-decoration: none;
}

.information-person-item img {
  border-radius: 28px;
}

.img-link {
  display: flex;
  align-items: center;
  gap: 32px;

  @media screen and (max-width: 768px) {
    position: absolute;
    top: 43%;
    left: 60%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.insta {
  width: 100%;
  max-width: 50px;
  margin-left: 16px;
}

.video-row {
  display: flex;
  gap: 32px;
  padding: 32px 0;
  justify-content: center;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    padding: 16px 0;
  }
}

.video-wrapper {
  position: relative;
  display: inline-block;
}
.video-wrapper .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url("../assets/video/play-icon.svg") no-repeat center/contain;
  cursor: pointer;
  pointer-events: auto;
}

.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  border-radius: 12px;
}

.office-video-area-cont {
  padding: 80px 32px;
  background-color: #fff;
  border-top: 16px solid #24b0a2;
  border-bottom: 16px solid #24b0a2;

  @media screen and (max-width: 768px) {
    padding: 40px 16px;
  }
}

.for-family-3-floor-box img {
  border-radius: 20px;
}

.news-btn span {
  background: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-btn span:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.other-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}

.system-img-cont.use-cases-cont {
  width: 100%;
  margin: 40px auto 0;
  max-width: 900px;
}

.seller-info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.seller-info-table tr {
  border-bottom: 1px solid #ccc;

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

.seller-info-table th,
.seller-info-table td {
  padding: 40px 00px 40px 80px;
  text-align: left;

  @media screen and (max-width: 768px) {
    padding: 24px 16px;
  }
}

.seller-info-table th {
  @media screen and (max-width: 768px) {
    padding: 12px 16px 4px;
  }
}
.seller-info-table td {
  @media screen and (max-width: 768px) {
    padding: 4px 16px 12px;
  }
}

.seller-info-table th {
  width: 280px;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.news-single-post img,
.news-single-post p img,
.news-single-post .wp-image-411 {
  width: unset;
  max-width: none;
}

.news-single-post img[class*="wp-image-"] {
  height: revert-layer;
}

.wc-block-components-checkbox__label a,
.news-single-text a {
  color: #0451ffcc;
  transition: color 0.3s ease;
}

.wc-block-components-checkbox__label a,
.news-single-text a:hover {
  color: #0036afcc;
}

.news-single-text p + p {
  margin-top: 1.5em;
}

.news-list-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  gap: 10px;
}

.nav-links a,
.nav-links span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #14988a;
  padding: 16px;
  border-radius: 50%;
  width: 30px;
  color: #fff;
  font-weight: 600;
  height: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links a:hover,
.nav-links span:hover {
  background-color: #81d4cc;
  color: #fff;
}

.recruit-nav-cont {
  padding: 10px 0 !important;
}

.recruit-flex {
  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
}

.header.open .nav-list-wrap-02 {
  @media screen and (max-width: 768px) {
    display: block;
    position: absolute;
    top: 417%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: #ffffffd6;
    z-index: 1;
  }
}

input#type-job-1,
input#type-job-2,
input#type-job-3 {
  @media screen and (max-width: 768px) {
    width: 18px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  @media screen and (max-width: 768px) {
    margin-left: 0px !important;
  }
}

a.entry-btn-02.mid-career.e-blue-b.flex-box {
  margin-right: 0;
}
