@charset "UTF-8";
/*!
 * styles.css v0.0.1
 */
:root {
  --main:#EC680E;
  --green:#44BB15;
  --p-green:#F6FFF2;
  --pink:#E9639E;
  --blue:#009FE8;
  --purple:#3C009E;
  --yellow:#F5B523;
  --font:#333;
  --link:blue;
  --base-color: #f8f6ef;
  --bg: #EEECE7;
  --glay-bg:#F3F3F3;
  --glay-border:#d9d9d9;
  --glay-text:#878787;
  --font-size-12:1.2rem;
  --font-size-14:1.4rem;
  --font-size-16:1.6rem;
  --font-size-18:1.8rem;
  --font-size-20:2.0rem;
  --font-size-24:2.4rem;
  --font-size-32:3.2rem;
}

@media screen and (max-width:768px) {
  :root {
    --font-size-24:2.0rem;
    --font-size-32:2.4rem;
    --font-size-16:1.4rem;
    --font-size-18:1.6rem;
    --font-size-20:1.8rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width:768px) {
  :root {
    --font-size-24:2rem;
    --font-size-16:1.4rem;
    --gap20:1rem;
    --base-gap:2rem;
  }
}
/* 1.All Reset
********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

Noto Sans Japanese html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0;
}

ol, ul, dl {
  text-indent: 0;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym {
  border: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  min-height: 0;
  min-width: 0;
}

a, li, th, td, p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width:768px) {
  a, li, th, td, p {
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  color: var(--font);
}

h2 {
  font-size: var(--font-size-32);
  font-weight: bold;
  color: var(--font);
}

h3 {
  font-size: var(--font-size-20);
  font-weight: bold;
  color: var(--font);
}

h4 {
  font-size: 2rem;
  font-weight: bold;
}

section {
  margin-bottom: 8rem;
}
@media screen and (max-width:768px) {
  section {
    margin-bottom: 4rem;
  }
}

.breadcrumbs {
  margin: 0 0 min(3.5vw, 5rem) 4rem;
}
.breadcrumbs span {
  font-size: 1.1rem;
}
.breadcrumbs span a {
  color: var(--main);
}
@media screen and (max-width:768px) {
  .breadcrumbs {
    display: none;
  }
}

.lower-ttl {
  width: 100%;
  padding: 1rem 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width:768px) {
  .lower-ttl {
    padding-bottom: 0;
  }
}
.lower-ttl h2 {
  font-size: min(3vw, 42px);
  margin-bottom: 1.6rem;
  color: var(--font);
}
@media screen and (max-width:768px) {
  .lower-ttl h2 {
    font-size: 2.8rem;
  }
}
.lower-ttl h2 span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.2em;
  color: var(--main);
}
@media screen and (max-width:768px) {
  .lower-ttl h2 span {
    font-size: 1.8rem;
  }
}
.lower-ttl p {
  font-size: 1.4rem;
}
.lower-ttl.singular_page {
  padding-bottom: 1rem;
}
.lower-ttl.singular_page .breadcrumbs {
  margin-bottom: 0;
}

.wp-pagenavi {
  margin: 6rem auto 4rem;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  border-radius: 48px;
}
.wp-pagenavi .current {
  color: #fff;
  background: var(--main);
  font-size: 1.6rem;
}
.wp-pagenavi a {
  color: var(--main);
  text-decoration: none;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: var(--main);
  width: 52px;
  height: 52px;
  border-radius: 0 !important;
  background: var(--glay-bg);
  margin: 0 5px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  max-width: 1132px;
  width: 90%;
  margin: 0 auto;
}

.l-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width:768px) {
  .l-ttl {
    margin-bottom: 4.3vw;
  }
}
.l-ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--main);
  margin-top: 1.6rem;
}

.other_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .other_container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2rem;
  }
}

.other_card {
  background-color: #fff;
  overflow: hidden;
}

.other_card img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .other_card img {
    aspect-ratio: 2/1;
  }
}

.other_card p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width:768px) {
  .other_card p {
    margin: 1rem 2rem;
  }
}

.nav-open {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-open::before, .nav-open::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav-open::before {
  width: 12px;
  height: 2px;
}
.nav-open::after {
  width: 2px;
  height: 12px;
}
.nav-open.active {
  background: var(--glay-border);
}
.nav-open.active::after {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navigation .navigation_btn {
  width: 40%;
  padding: 14px 20px;
  border: 1px solid var(--glay-border);
}
@media screen and (max-width:768px) {
  .navigation .navigation_btn {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .navigation .navigation_btn a {
    padding: 20px;
  }
}
.navigation .navigation_btn a {
  display: block;
  font-size: 1.4rem;
}
.navigation .navigation_btn a span {
  display: block;
  margin-bottom: 0.5em;
}
.navigation .navigation_btn a.next-button {
  text-align: right;
}

.daihyo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .daihyo_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.daihyo_box h3 {
  color: var(--font);
}

.about_daihyo {
  width: 48%;
  max-width: 600px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .about_daihyo {
    width: 100%;
    margin: 0 auto 72px;
  }
  .about_daihyo .top-box {
    gap: 3.2vw;
  }
}

.page-404 {
  text-align: center;
}
.page-404 h2 {
  font-size: min(13.8vw, 100px);
  color: var(--main);
}
.page-404 p {
  margin-bottom: 4rem;
}
.page-404 a a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .page-404 a a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-404 a a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.page-404 a a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .page-404 a a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.page-404 a a.more-button {
  border: 2px solid #fff;
  background-color: #EC680E;
  color: #fff;
}
.page-404 a a.more-button::after {
  background-color: #fff;
}
.page-404 a a.more-button:hover {
  background: #EC680E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@-webkit-keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EC680E;
            box-shadow: 0 0 0 0 #EC680E;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EC680E;
            box-shadow: 0 0 0 0 #EC680E;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.page-404 a a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* === Pagination (the_posts_pagination) === */
:root {
  --pg-accent: #FF4D3D; /* あなたのメインカラー */
  --pg-gray: #E6E7EB; /* 前後ボタンの背景グレー */
}

.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/* 共通：数字リンク */
.nav-links .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--main);
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.nav-links a.page-numbers:hover {
  background: rgba(255, 77, 61, 0.08);
}

.nav-links .page-numbers.current {
  background: var(--main);
  color: #fff;
}

/* 省略記号 … は薄く小さく */
.nav-links .page-numbers.dots {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  opacity: 0.45;
}

/* 前へ／次へ：グレーの角丸スクエア */
.nav-links .prev,
.nav-links .next {
  width: 56px;
  height: 56px;
  font-size: 24px;
  border-radius: 10px;
  background: var(--pg-gray);
  color: var(--pg-accent);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links .prev:hover,
.nav-links .next:hover {
  -webkit-filter: brightness(0.96);
          filter: brightness(0.96);
}

@media (max-width: 640px) {
  .navigation.pagination .nav-links {
    gap: 16px;
  }
  .nav-links .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

#case {
  margin-top: -24px;
}

.case_spTtl {
  display: none;
}
@media screen and (max-width:768px) {
  .case_spTtl {
    display: block;
    font-size: var(--font-size-20);
    margin: 4rem auto 2rem;
  }
}

.case-single .lower-ttl {
  padding-bottom: 0;
}
.case-single .lower-ttl h2 span {
  font-size: var(--font-size-24);
}
.case-single .wrapper {
  max-width: 1024px;
}

.case_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media screen and (max-width:768px) {
  .case_list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 40px;
  }
}

.case_list_item {
  padding: 12px;
  border-radius: 6px;
  max-width: 35rem;
}
@media screen and (max-width:768px) {
  .case_list_item {
    padding: 0;
    margin: 0;
    max-width: inherit;
  }
}
.case_list_item:hover {
  --tw-shadow: 0px 14px 10px rgba(14, 51, 108, .06), 40px 30px 40px rgba(14, 51, 108, .12);
  --tw-shadow-colored: 0px 14px 10px var(--tw-shadow-color), 40px 30px 40px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.casecard {
  position: relative;
  display: block;
}
@media screen and (max-width:768px) {
  .casecard {
    padding: 3vw 3.3vw;
  }
}

.voices .casecard {
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  gap: 1vw;
}
.voices .casecard .casecard_title,
.voices .casecard .casecard_company {
  font-weight: bold;
}
.voices .casecard .casecard_thumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.voices .casecard .casecard_name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.voices .casecard .casecard_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.voices .casecard .casecard_logo {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width:768px) {
  .voices .casecard {
    -ms-grid-columns: 1fr 5vw 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto 5vw auto;
    grid-template-rows: auto auto;
    gap: 5vw;
  }
  .voices .casecard > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
  }
  .voices .casecard > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3;
  }
  .voices .casecard > *:nth-child(3) {
    -ms-grid-row:3;
    -ms-grid-column:1;
  }
  .voices .casecard > *:nth-child(4) {
    -ms-grid-row:3;
    -ms-grid-column:3;
  }
  .voices .casecard .casecard_thumbnail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    height: 100%;
  }
  .voices .casecard .casecard_thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voices .casecard .casecard_name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .voices .casecard .casecard_category {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .voices .casecard .casecard_title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.casecard_title {
  font-size: var(--font-size-16);
  font-weight: bold;
  min-height: 56px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .casecard_title {
    min-height: inherit;
    margin-bottom: 1rem;
  }
}

.case .casecard_title {
  margin-bottom: 1em;
}

.casecard_company {
  font-size: var(--font-size-20);
  margin-bottom: 12px;
}

.casecard_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .casecard_thumbnail {
    aspect-ratio: 16/9;
  }
}
.casecard_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.casecard_category {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid var(--glay-border);
  border-radius: 4px;
  padding: 2px 3px;
  margin: 0 0.1vw 0.3vw;
}
@media screen and (max-width:768px) {
  .casecard_category {
    font-size: 1.2rem;
  }
}

.casecard_logo {
  width: auto;
  background: #fff;
}
@media screen and (max-width:768px) {
  .casecard_logo {
    position: absolute;
    left: 0;
    top: 3vw;
    z-index: 1;
  }
}
.casecard_logo span {
  display: block;
  height: 40px;
}
.casecard_logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.casecard_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 12px 0;
}
@media screen and (max-width:768px) {
  .casecard_logo:before {
    display: none;
  }
}

#casepage a.back-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  background-color: #EC680E;
  color: #fff;
  text-decoration: none;
}
#casepage a.back-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
#casepage a.back-button:hover {
  background-color: #bc530b;
}
#casepage a.back-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#casepage .btn-area a {
  margin: 4rem auto;
}

.casepage_info {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 22% 40px auto;
  grid-template-columns: 22% auto;
}
@media screen and (max-width:768px) {
  .casepage_info {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.voicepage_info {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 240px 40px auto;
  grid-template-columns: 240px auto;
  margin-bottom: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:768px) {
  .voicepage_info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.casepage_company {
  position: relative;
  margin-bottom: 1rem;
}
.casepage_company a {
  color: var(--main);
  text-decoration: underline;
  cursor: pointer;
}

.casepage_info_txt_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width:768px) {
  .casepage_info_txt_box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.casepage_info_txt_box p {
  position: relative;
  padding: 0 0 0.8vw;
  font-size: 1.4rem;
}
.casepage_info_txt_box p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
@media screen and (max-width:768px) {
  .casepage_info_txt_box p {
    padding: 1.8vw 0;
  }
}
.casepage_info_txt_box span {
  display: inline-block;
  width: 10em;
  font-size: 12px;
  color: #a4a4a4;
}
@media screen and (max-width:768px) {
  .casepage_info_txt_box span {
    display: block;
  }
}

.voicepage_voice {
  margin-top: 4rem;
}
.voicepage_voice p {
  background: var(--glay-bg);
  padding: 10px;
}

.casepage_logo {
  border: 1px solid var(--glay-border);
  aspect-ratio: 16/9;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.casepage_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.casepage_title {
  font-size: var(--font-size-32);
  margin-bottom: 3rem;
}

.casepage_about {
  padding: 2.3vw;
  background: var(--glay-bg);
  border-radius: 10px;
  margin: 4rem 0 8em;
}
.casepage_about p {
  font-size: 1.4rem;
}

.casepage_thumbnail {
  width: 100%;
  height: 520px;
  margin-bottom: 3rem;
}
@media screen and (max-width:768px) {
  .casepage_thumbnail {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.casepage_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#casepage article {
  margin-bottom: 12rem;
}
#casepage article h2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: var(--glay-bg);
  padding: 12px 10px;
  margin: 6rem auto 2rem;
}
#casepage article h2:before {
  content: "Q.";
  margin-right: 1rem;
}

/* 1枚だけのとき中央で静止（slick未適用） */
.sliderCase {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768px) {
  .sliderCase {
    width: 95%;
  }
}
.sliderCase .slick-list {
  padding: 0 !important;
}
.sliderCase .slick-dots li {
  width: 10%;
  height: 2px;
  background: var(--glay-border);
}
.sliderCase .slick-dots li.slick-active {
  background: var(--main);
}
.sliderCase .slick-prev.slick-disabled:before, .sliderCase .slick-next.slick-disabled:before {
  opacity: 1;
}

.sliderCase.is-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderCase.is-single > * {
  max-width: 100%;
}

/* 矢印の位置（必要なら調整） */
.sliderCase .slick-prev,
.sliderCase .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  padding: 0 8px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #ddd;
  border-radius: 50vw;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width:768px) {
  .sliderCase .slick-prev,
  .sliderCase .slick-next {
    width: 32px;
    height: 32px;
  }
}
.sliderCase .slick-prev:hover,
.sliderCase .slick-next:hover {
  background: var(--main);
}
.sliderCase .slick-prev:before, .sliderCase .slick-prev:after,
.sliderCase .slick-next:before,
.sliderCase .slick-next:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 18px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .sliderCase .slick-prev:before, .sliderCase .slick-prev:after,
  .sliderCase .slick-next:before,
  .sliderCase .slick-next:after {
    scale: 0.6;
  }
}
.sliderCase .slick-prev:before,
.sliderCase .slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sliderCase .slick-prev:after,
.sliderCase .slick-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sliderCase .slick-prev {
  left: -14px;
}
@media screen and (max-width:768px) {
  .sliderCase .slick-prev {
    left: -4px;
  }
}
.sliderCase .slick-prev:before, .sliderCase .slick-prev:after {
  right: 14px;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
}
@media screen and (max-width:768px) {
  .sliderCase .slick-prev:before, .sliderCase .slick-prev:after {
    right: 0;
  }
}

.sliderCase .slick-next {
  right: -24px;
}
@media screen and (max-width:768px) {
  .sliderCase .slick-next {
    right: -4px;
  }
}
.sliderCase .slick-next:before, .sliderCase .slick-next:after {
  left: 15px;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width:768px) {
  .sliderCase .slick-next:before, .sliderCase .slick-next:after {
    left: 0;
  }
}

/* centerMode の見切れがわかるようにスライドに左右余白を付与（任意） */
.sliderCase .slick-slide {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ドット（任意で調整） */
.sliderCase .slick-dots {
  bottom: -32px;
}

@media screen and (max-width:768px) {
  .sliderCase_item {
    aspect-ratio: 2/1;
  }
  .sliderCase_item a {
    height: 100%;
  }
  .sliderCase_item a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =========================
   導入事例ページ 特集一覧ページ　スタイル
   ========================= */
.caseSpecial-archive .caseSpecial-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 48px;
}
.caseSpecial-archive .caseSpecial-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(320px, 1fr) 32px 1.4fr;
  grid-template-columns: minmax(320px, 1fr) 1.4fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: inherit;
}
.caseSpecial-archive .caseSpecial-card:hover .caseSpecial-title {
  text-decoration: underline;
}
.caseSpecial-archive .caseSpecial-card:focus-visible {
  outline: 3px solid var(--main);
  outline-offset: 4px;
  border-radius: 12px;
}
.caseSpecial-archive .caseSpecial-media img,
.caseSpecial-archive .caseSpecial-media .caseSpecial-thumbPlaceholder {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background: #e6e6e6;
}
.caseSpecial-archive .caseSpecial-title {
  margin: 0 0 0.5em;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--main);
}
.caseSpecial-archive .caseSpecial-intro p {
  margin: 0.6em 0;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 960px) {
  .caseSpecial-archive .caseSpecial-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .caseSpecial-archive .caseSpecial-title {
    font-size: 20px;
  }
  .caseSpecial-archive .caseSpecial-intro p {
    line-height: 1.8;
  }
}

/* =========================
   導入事例ページ 特集詳細ページ　スタイル
   ========================= */
/* 会社情報（ACF部分） */
.case-info {
  background: #fff5f4; /* ブランドカラーの淡いトーン */
  border: 1px solid #ffd6d2;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 40px;
}

.case-special a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .case-special a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.case-special a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.case-special a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .case-special a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.case-special a.more-button {
  color: var(--main);
  border: 2px solid var(--main);
  margin: auto;
}
.case-special a.more-button::after {
  background-color: var(--main);
}

.case-special_hero {
  margin: -40px auto 80px;
}
@media screen and (max-width:768px) {
  .case-special_hero {
    margin: -30px auto 40px;
  }
}

.case-special_intro p {
  font-size: var(--font-size-16);
}

.case-special_company-info {
  border: 1px solid var(--glay-border);
  width: 100%;
  margin: 4rem auto 8rem;
}
.case-special_company-info .-company {
  font-size: var(--font-size-24);
  font-weight: bold;
}
.case-special_company-info p {
  font-size: var(--font-size-14);
}
.case-special_company-info .case-special_company-info_inner {
  padding: 20px;
}
.case-special_company-info .case-special_company-info_inner > p {
  line-height: 1;
}
.case-special_company-info .case-special_company-info_inner > p:first-child {
  margin-bottom: 20px;
}
.case-special_company-info .case-special_company-info_inner > p:nth-of-type(2) {
  margin-bottom: 10px;
}
.case-special_company-info .flex p {
  color: rgba(0, 0, 0, 0.7);
}
.case-special_company-info .flex p strong {
  font-weight: bold;
  margin-right: 10px;
}
.case-special_company-info .flex p:after {
  content: "/ ";
  margin: 0 10px;
}
.case-special_company-info .flex p:last-child:after {
  content: "";
}
@media screen and (max-width:768px) {
  .case-special_company-info .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .case-special_company-info .flex p:after {
    display: none;
  }
}

.case-special_interviewees {
  margin-top: 2rem;
}
.case-special_interviewees h2 {
  font-size: var(--font-size-16);
  font-weight: normal;
  color: var(--main);
  margin-bottom: 1em;
}
.case-special_interviewees li {
  font-size: var(--font-size-14);
}

.case-info p {
  margin: 0 0 12px;
  font-size: 15px;
}

.case-info strong {
  display: inline-block;
  width: 120px;
  font-weight: 600;
  color: #FF4D3D; /* ブランドカラー */
}

/* Q&A部分（本文エディタ） */
.case-special_content h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 60px 0 40px;
  line-height: 1.4;
  color: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}
.case-special_content h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--main);
  margin-right: 10px;
}
@media screen and (max-width:768px) {
  .case-special_content h2 {
    font-size: 22px;
    margin: 60px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
  .case-special_content h2:before {
    width: 30%;
    height: 3px;
  }
}
.case-special_content p {
  font-size: var(--font-size-16);
  margin: 0 0 24px;
}
.case-special_content a {
  color: var(--main);
  text-decoration: underline;
}
.case-special_content a:hover {
  text-decoration: none;
}
.case-special_content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 24px 0;
}
@media screen and (max-width:768px) {
  .case-special_content img {
    margin: auto;
  }
}
.case-special_content strong {
  font-weight: bold;
}
.case-special_content .wp-caption-text {
  font-size: var(--font-size-14);
  text-align: center;
  color: var(--glay-text);
  margin-top: -16px;
}
@media screen and (max-width:768px) {
  .case-special_content .wp-caption-text {
    margin-top: 0;
  }
}
.case-special_content .wp-caption {
  max-width: 100% !important;
}

.case-special_note {
  font-size: 1.4em;
  margin: 4rem auto 8rem;
  text-align: center;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .case-info {
    padding: 16px 20px;
  }
  .case-info strong {
    width: 100px;
  }
  .case-content h2 {
    font-size: 18px;
  }
  .case-content p {
    font-size: 15px;
  }
}
.vision-card {
  --accent: var(--main);
  --ring: color-mix(in oklab, var(--accent) 12%, white);
  background: #fff;
  border: 3px solid #ececec;
  border-radius: 16px;
  padding: clamp(16px, 3vw, 28px);
  margin-top: 8rem;
}
.vision-card__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(16px, 3vw, 32px) 340px;
  grid-template-columns: 1fr 340px;
  gap: clamp(16px, 3vw, 32px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.vision-card__col--text {
  min-width: 0;
}
.vision-card__col--image {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.vision-card__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  background: var(--ring);
  border: 1px solid color-mix(in oklab, var(--accent) 30%, white);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.vision-card__title {
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
  color: var(--font);
}
.vision-card__rule {
  height: 2px;
  width: 100%;
  background: var(--accent);
  border-radius: 4px;
  margin: 10px 0 18px;
}
.vision-card__body {
  font-size: clamp(15px, 1.8vw, 16px);
  line-height: 1.9;
  color: var(--font);
  margin: 0 0 1rem;
}
.vision-card__name {
  text-align: right;
  color: var(--font);
  margin-bottom: 0 !important;
}
.vision-card__img {
  display: block;
  max-width: 100%;
  height: 100% !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  -o-object-fit: cover;
     object-fit: cover;
  background: #f8f8f8;
}
.vision-card__img img {
  margin: 0;
  height: 100% !important;
}
@media (max-width: 960px) {
  .vision-card__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .vision-card__col--image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

textarea {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 200px;
  border: 1px #D8E0E8 solid;
  border-radius: 5px;
  background: #F4F7FA;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  font-weight: 300;
}

input[type=text], input[type=email], input[type=tel], textarea {
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #B2B2B2;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B2B2B2;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  padding: 8px 12px;
  font-size: 1em;
  display: block;
  width: 100%;
  line-height: 1.42857;
  color: #444343;
  border: 1px solid var(--glay-border);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:768px) {
  input[type=text], input[type=email], input[type=tel], textarea, select {
    padding: 14px;
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  border-color: var(--glay-border);
}
input[type=text].small, input[type=email].small, input[type=tel].small, textarea.small, select.small {
  width: 160px;
}
input[type=text].small:not(:first-child), input[type=email].small:not(:first-child), input[type=tel].small:not(:first-child), textarea.small:not(:first-child), select.small:not(:first-child) {
  margin-left: 8px;
}
input[type=text].middle, input[type=email].middle, input[type=tel].middle, textarea.middle, select.middle {
  width: 100%;
  max-width: 480px;
}

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

.wpcf7-form-control-wrap {
  width: 100%;
}

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

.mw_wp_form .error {
  font-size: 12px;
  color: #B70000;
  display: block;
  text-align: left;
  width: 100%;
}

.check-box {
  width: auto;
  height: auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-box input:checked + label::before {
  background: var(--glay-border);
}
.check-box input:checked + label::after {
  opacity: 1;
}

.wpcf7-list-item input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-color: var(--glay-border);
}
.wpcf7-list-item .wpcf7-list-item-label {
  font-size: var(--font-size-16);
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .form {
    width: auto;
  }
}

form > p {
  text-align: center;
}

input[type=submit] {
  position: relative;
  display: block;
  background: #fff;
  color: var(--main);
  width: 380px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  border-radius: 100vw;
  margin: 4rem auto 0;
  border: 2px solid var(--main);
  font-size: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
}
input[type=submit]:visited, input[type=submit]:link {
  color: #fff !important;
}
input[type=submit]:hover {
  background: var(--main);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: submitaction 2s infinite;
  animation: submitaction 1.5s infinite;
  color: #fff;
}
@-webkit-keyframes submitaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main);
            box-shadow: 0 0 0 0 var(--main);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes submitaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main);
            box-shadow: 0 0 0 0 var(--main);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@media screen and (max-width:768px) {
  input[type=submit] {
    font-size: 14px;
    font-weight: 600;
    width: 90%;
    max-width: 400px;
  }
}

.back-btn {
  position: relative;
  background: red;
  color: #000;
  width: 280px;
  height: 45px;
  font-size: 1em !important;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  margin: 8rem auto 0;
  border: none;
  margin-right: 2rem;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .back-btn {
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
  }
}

.contact .heading_001 {
  margin-top: 1rem;
}
.contact .form-note {
  margin-bottom: 4rem;
}
.contact .form-note span {
  font-size: 0.9em;
  color: var(--glay-border);
  display: block;
  margin-top: 1em;
}

.thanks a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .thanks a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thanks a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.thanks a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .thanks a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.thanks a.more-button {
  border: 2px solid #fff;
  background-color: #EC680E;
  color: #fff;
}
.thanks a.more-button::after {
  background-color: #fff;
}
.thanks a.more-button:hover {
  background: #EC680E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EC680E;
            box-shadow: 0 0 0 0 #EC680E;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.thanks a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.gri-confirm .contact_note {
  display: none;
}
.gri-confirm .gri-table td {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:768px) {
  .gri-confirm .gri-table td {
    font-size: 14px !important;
  }
}
@media screen and (max-width:768px) {
  .gri-confirm .gri-table tr, .gri-confirm .gri-table th, .gri-confirm .gri-table td {
    padding: 4px 0;
  }
}
@media screen and (max-width:768px) {
  .gri-confirm .contact-btn {
    margin-top: 32px;
  }
}

.contact_note {
  background: rgba(204, 204, 204, 0.2);
  padding: 4rem;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .contact_note {
    padding: 4rem 2rem;
  }
}
.contact_note .heading_001 {
  font-size: var(--font-size-18);
  margin-bottom: 1em;
}
.contact_note .link {
  font-size: 1em;
}
.contact_note a {
  color: var(--main);
  text-decoration: underline;
}

.check-box {
  margin-top: 2rem;
}

.contact-table {
  width: 100%;
}
.contact-table tr, .contact-table th, .contact-table td {
  padding: 8px 0;
}
@media screen and (max-width:768px) {
  .contact-table tr, .contact-table th, .contact-table td {
    height: auto;
  }
}
.contact-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:768px) {
  .contact-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
}
.contact-table tr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: url(../../images/common/dott01.svg) repeat-x;
}
.contact-table tr:last-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: url(../../images/common/dott01.svg) repeat-x;
}
.contact-table th {
  width: 28%;
  max-width: 240px;
  color: #000;
  font-weight: 500;
  padding-left: 16px;
}
@media screen and (max-width:768px) {
  .contact-table th {
    width: 100%;
    padding-left: 0;
    margin-bottom: 4px;
    font-weight: 600;
  }
}
.contact-table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-table th, .contact-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .wrapper {
  max-width: 1024px;
}

.heading_011 {
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}
.heading_011::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--main);
  bottom: 0;
  z-index: 1;
}
.heading_011:after {
  content: "";
  display: block;
  position: relative;
  background: var(--glay-border);
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.article_date {
  color: #888;
  font-size: 12px;
  margin-top: 2rem;
}

.news-inner {
  max-width: 1070px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .news-inner {
    margin: 0 16px;
    width: auto;
  }
}

.news-details-inner {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
}

.news-list {
  margin-bottom: 3rem;
  padding: 0 0;
  border-top: none;
}
.news-list li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 2rem 14rem 2rem auto;
  grid-template-columns: 10rem 14rem auto;
  gap: 2rem;
  padding: 16px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
.news-list li span {
  display: inline-block;
}
.news-list li span:first-of-type {
  line-height: 1;
}
@media screen and (max-width:768px) {
  .news-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 0 50%;
    grid-template-columns: 50% 50%;
    gap: 0;
    padding: 16px 0;
  }
  .news-list li span {
    width: 100%;
  }
  .news-list li a {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    margin-top: 1rem;
  }
}

.news-category {
  color: var(--main);
  height: 24px;
  line-height: 24px;
  border: 2px solid var(--main);
  border-radius: 30px;
  font-size: 1.4rem;
  text-align: center;
}
.news-category.media-publication {
  color: var(--purple);
  border-color: var(--purple);
}
.news-category.speaking {
  color: var(--blue);
  border-color: var(--blue);
}
.news-category.writing {
  color: var(--pink);
  border-color: var(--pink);
}
.news-category.seminars {
  color: var(--green);
  border-color: var(--green);
}
.news-category.column {
  color: var(--gray);
  border-color: var(--gray);
}
.news-category.info {
  color: var(--main);
  border-color: var(--main);
}

.news-details-head h2, .news-details-head h2 strong {
  font-size: 24px;
  font-weight: 500;
  margin: 1em 0 2em;
}
@media screen and (max-width:768px) {
  .news-details-head h2, .news-details-head h2 strong {
    font-size: 22px;
    font-weight: 600;
  }
}

.news-details-body section {
  margin: 8rem auto;
}
.news-details-body .heading_001 {
  text-align: left;
}

.news-list_item {
  position: relative;
  width: 100%;
}
.news-list_item:after {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../../images/common/arrow02.svg) center/contain no-repeat;
}
.news-list_item a {
  font-size: 10px;
  border-top: 1px solid var(--glay-border);
  padding: 16px 2rem;
}
@media screen and (max-width:768px) {
  .news-list_item a {
    padding: 2rem 0;
  }
}
.news-list_item a > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .news-list_item a > div:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news-list_item a h2 {
  font-weight: 500;
  font-size: var(--font-size-16);
}
@media screen and (max-width:768px) {
  .news-list_item a h2 {
    font-size: 16px;
    margin-top: 4px;
    font-weight: 600;
  }
}
.news-list_item:hover {
  background: var(--glay-bg);
  cursor: pointer;
}
.news-list_item:last-of-type {
  border-bottom: 1px solid var(--glay-border);
}

.news-list_date {
  font-size: 1.4rem;
  width: 160px;
}
@media screen and (max-width:768px) {
  .news-list_date {
    font-size: 12px;
    width: auto;
  }
}

.content-body {
  margin: 4rem auto;
  min-height: 300px;
}

.news-list_category {
  padding-right: 1.6em;
}
@media screen and (max-width:768px) {
  .news-list_category {
    font-size: 12px;
    width: auto;
  }
}
.news-list_category span {
  text-align: center;
  display: block;
  min-width: 119px;
  background: #ddb76e;
  font-size: 1.2em;
  color: #fff;
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 2px;
}
@media screen and (max-width:768px) {
  .news-list_category span {
    min-width: inherit;
    font-size: 10px;
    margin-left: 1em;
    padding: 1px 8px;
  }
}

#news_single {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}
@media screen and (max-width:768px) {
  #news_single {
    grid-auto-flow: row;
  }
}

.article_content {
  margin-bottom: 6rem;
}
.article_content strong {
  font-weight: bold;
}
.article_content em {
  font-style: italic;
}
.article_content blockquote {
  padding: 1rem;
  background: var(--glay-bg);
  border-radius: 4px;
  margin: 1em auto;
}
.article_content a {
  text-decoration: underline;
  color: blue;
}

.column-body {
  max-width: 828px;
  width: 95%;
}

.gri-sidebar {
  width: 100%;
}
@media screen and (max-width:768px) {
  .gri-sidebar {
    width: 100%;
  }
  .gri-sidebar .heading_011 {
    margin-bottom: 16px;
  }
}
.gri-sidebar .gri-sidebar_category li {
  position: relative;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted var(--glay-border);
}
.gri-sidebar .gri-sidebar_category li a {
  height: 100%;
  width: 100%;
  font-size: 13px;
  padding-left: 18px;
}
.gri-sidebar .gri-sidebar_category li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-mask-image: url(../../images/common/arrow03.svg);
          mask-image: url(../../images/common/arrow03.svg);
  background-color: var(--main);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.gri-sidebar .gri-sidebar_category li:hover {
  background: var(--glay-bg);
}

.gri-sidebar.-archieve {
  width: 100%;
}
.gri-sidebar.-archieve .gri-sidebar_category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  .gri-sidebar.-archieve .gri-sidebar_category {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.gri-sub_ttl {
  position: relative;
  width: 100%;
  height: 104px;
  margin-bottom: 8rem;
  background: url(../../images/common/ttl-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width:768px) {
  .gri-sub_ttl {
    width: auto;
    margin: 8px 16px 32px;
    background: none;
    height: auto;
  }
}

.gri-sub_ttl-inner {
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  width: 600px;
  padding: 24px 0 16px;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: var(--main);
  font-weight: 500;
  background: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .gri-sub_ttl-inner {
    position: relative;
    font-size: 24px;
    text-align: left;
    width: auto;
    padding: 0;
    font-weight: 600;
    bottom: inherit;
  }
}

.about .lower-ttl h2 span {
  color: var(--green);
}

.about .l-ttl:after {
  background: var(--green);
}

.about-intro h2 {
  margin-bottom: 4rem;
}
.about-intro h2 span {
  display: block;
  color: var(--green);
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

.company-table {
  width: 100%;
}
.company-table tr {
  position: relative;
  display: block;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-table tr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
@media screen and (max-width:768px) {
  .company-table tr {
    padding: 8px 0;
  }
}
.company-table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:768px) {
  .company-table td {
    padding: 0;
    font-size: 16px;
  }
}
.company-table th {
  width: 28%;
  max-width: 240px;
  color: var(--font);
  font-weight: bold;
  padding-left: 16px;
}
@media screen and (max-width:768px) {
  .company-table th {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.about_sec {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_sec h2 {
  text-align: left;
}
.about_sec > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .about_sec > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  .about_sec {
    margin-bottom: 0 !important;
  }
}

.about_img {
  width: 30%;
  max-width: 160px;
  margin-right: 6rem;
}
@media screen and (max-width:768px) {
  .about_img {
    width: 50%;
    max-width: 240px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.about_adviser .name, .about_daihyo .name {
  margin-left: 1em;
}
@media screen and (max-width:768px) {
  .about_adviser .name, .about_daihyo .name {
    margin-top: 2em;
    margin-left: 0;
  }
}
.about_adviser .name p, .about_daihyo .name p {
  font-size: 1.3em;
}
@media screen and (max-width:768px) {
  .about_adviser .name p, .about_daihyo .name p {
    font-size: 0.95em;
  }
}
.about_adviser .top-box, .about_daihyo .top-box {
  margin-bottom: 1.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:768px) {
  .about_adviser .top-box, .about_daihyo .top-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about_adviser h3, .about_daihyo h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width:768px) {
  .about_adviser h3, .about_daihyo h3 {
    font-size: 18px;
    margin: 2px auto 16px;
  }
}
.about_adviser h3 span, .about_daihyo h3 span {
  font-size: 12px;
  font-weight: 400;
  color: var(--main);
  display: block;
}
.about_adviser figure, .about_daihyo figure {
  width: 150px;
  height: 200px;
}
.about_adviser figure img, .about_daihyo figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .about_adviser figure, .about_daihyo figure {
    width: 120px;
    height: 160px;
  }
}
.about_adviser article, .about_daihyo article {
  font-size: 14px;
  line-height: 1.5;
}

.about_adviser .name {
  margin-left: 0;
  margin-bottom: 1.6em;
}

.about_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_txt ul {
  margin-top: 2rem;
}
.about_txt p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .about_txt p {
    font-size: 14px;
  }
}
.about_txt li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 4px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .about_txt li {
    font-size: 14px;
  }
}

.top a.more-button {
  margin-left: auto;
}

.sliderTop {
  margin-bottom: 8rem !important;
}
.sliderTop .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: -2rem;
}
.sliderTop .slick-dots li {
  width: 15%;
  height: 2px;
}
.sliderTop .slick-dots li.slick-active {
  background: var(--main);
}
.sliderTop .slick-slide {
  margin: 0;
}

.top_mv {
  height: 520px;
}
.top_mv a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .top_mv a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_mv a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.top_mv a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .top_mv a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_mv a.more-button {
  border: 2px solid #fff;
  background-color: #EC680E;
  color: #fff;
}
.top_mv a.more-button::after {
  background-color: #fff;
}
.top_mv a.more-button:hover {
  background: #EC680E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EC680E;
            box-shadow: 0 0 0 0 #EC680E;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.top_mv a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_mv a.more-button {
  height: 56px;
  line-height: 56px;
  width: 100%;
  margin: auto;
}
.top_mv .top_mv_img {
  display: block;
  width: 100%;
  height: 100%;
}
.top_mv .top_mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv.-mv02 {
  background: url(../../images/top/mv-mail.jpg) center/cover no-repeat;
}
@media screen and (max-width:768px) {
  .top_mv.-mv02 {
    background: url(../../images/top/mv-mailSP.jpg) center/cover no-repeat;
  }
}
.top_mv.-mv03 {
  background: url(../../images/top/mv-tayoremasu.jpg) center/cover no-repeat;
}
@media screen and (max-width:768px) {
  .top_mv.-mv03 {
    background: url(../../images/top/mv-tayoremasuSP.jpg) center/cover no-repeat;
  }
}
.top_mv.-mv04 {
  position: relative;
  background: url(../../images/top/mv-case.jpg) center/cover no-repeat;
}
@media screen and (max-width:768px) {
  .top_mv.-mv04 {
    background: url(../../images/top/mv-caseSP.jpg) center/cover no-repeat;
  }
}
.top_mv.-mv04 .top_mv_img span {
  position: absolute;
  display: block;
}
@media screen and (min-width:769px) {
  .top_mv.-mv04 .top_mv_img span {
    display: none;
  }
}
.top_mv.-mv04 .top_mv_img span:first-of-type {
  width: 32%;
  left: 7.5vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:768px) {
  .top_mv.-mv04 .top_mv_img span:first-of-type {
    width: 73vw;
    top: 15.3vw;
    bottom: inherit;
  }
}
.top_mv.-mv04 .top_mv_img span:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:768px) {
  .top_mv {
    margin-bottom: 0rem;
    height: 520px;
  }
}

.mv_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 6rem auto;
  grid-template-columns: 45% auto;
  gap: 6rem;
}
.mv_item .mv_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width:768px) {
  .mv_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mv_item .mv_item_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv_item .mv_item_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    top: 0;
  }
  .mv_item:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.mv_item_txt {
  margin-left: 3vw;
  padding: 2.5vw 0 0;
}
@media screen and (max-width:768px) {
  .mv_item_txt {
    text-align: center;
    padding: 2rem 0;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    margin: auto;
    top: 5vh;
    padding: 5vw 4.3svw;
    z-index: 1;
  }
  .mv_item_txt a.more-button {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .mv_item_txt {
    scale: 0.9;
  }
}
.mv_item_txt h2 {
  font-size: 6rem !important;
  line-height: 1.2;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 2rem;
}
.mv_item_txt p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.mv_item_txt p:first-of-type:before {
  content: "ー";
  margin-right: 1em;
}
.mv_item_txt p:first-of-type:after {
  content: "ー";
  margin-left: 1em;
}
@media screen and (max-width:768px) {
  .mv_item_txt p {
    font-size: 1.6rem;
    margin-bottom: 2.3vw;
  }
  .mv_item_txt p:before, .mv_item_txt p:after {
    display: none;
  }
}
.mv_item_txt p span {
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .mv_item_txt p span {
    display: block;
  }
}
.mv_item_txt p:last-of-type {
  font-size: 1.2rem;
}
.mv_item_txt .mv_item_for {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2vw;
  margin-bottom: 2rem;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width:768px) {
  .mv_item_txt .mv_item_for {
    margin-bottom: 3vw;
  }
}
.mv_item_txt .mv_item_for li {
  padding: 0.4rem 0;
  border: 2px solid #f9d480;
  border-radius: 2px;
  background: #ffeec8;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .mv_item_txt .mv_item_for li {
    padding: 1.3vw 0;
    font-size: max(3.3vw, 10px);
  }
}

.top_content h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width:768px) {
  .top_content h2 {
    margin-bottom: 2rem;
  }
}

.default-page h2 {
  font-size: var(--font-size-32);
}

.news-tabs {
  font-family: Arial, sans-serif;
}

.tab-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
  .tab-menu {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media screen and (max-width:768px) {
  .tab-menu .news_category {
    display: none;
  }
}

.tab-menu li {
  color: var(--font);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 20px;
  cursor: pointer;
  list-style: none;
  margin-right: 5px;
  text-align: center;
}

.tab-menu li.active {
  border-bottom: 4px solid var(--main);
}

.tab-content {
  display: none;
}
.tab-content a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .tab-content a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tab-content a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.tab-content a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .tab-content a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.tab-content a.more-button {
  border: 2px solid #FF4D3D;
  background-color: #fff;
  color: #FF4D3D;
}
.tab-content a.more-button::after {
  background-color: #FF4D3D;
}
.tab-content a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.tab-content a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width:768px) {
  .tab-content a.more-button {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width:768px) {
  .tab-content {
    padding-bottom: 0;
  }
}

.tab-content.active {
  display: block;
}

.new-label {
  display: inline-block;
  color: #FF4D3D;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 0;
  margin-left: 0px;
  border-radius: 3px;
  width: 80%;
  text-align: left;
}

.top_column {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}

.top_news {
  position: relative;
  height: 100%; /* スクロールのための高さ */
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}

a.more-button-l {
  display: block;
  width: 80%;
  max-width: 83rem;
  padding: 2rem 0;
  border-radius: 100vw;
  margin: 8rem auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: var(--blue);
}
@media screen and (max-width:768px) {
  a.more-button-l {
    width: 100%;
    margin: 2rem auto 0;
  }
  a.more-button-l span {
    display: block;
  }
}
a.more-button-l:hover {
  background: var(--blue);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnactionBlue 1.5s infinite;
  animation: btnactionBlue 1.5s infinite;
}
@-webkit-keyframes btnactionBlue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(161, 141, 183);
            box-shadow: 0 0 0 0 rgb(161, 141, 183);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 10px rgba(161, 141, 183, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
  }
}
@keyframes btnactionBlue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(161, 141, 183);
            box-shadow: 0 0 0 0 rgb(161, 141, 183);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 10px rgba(161, 141, 183, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
  }
}
a.more-button-l:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.line {
  display: block;
  width: 4px;
  height: 0; /* 初期状態では高さ0 */
  background-color: #FF4D3D; /* メインカラー */
  -webkit-transition: height 3s ease;
  transition: height 3s ease;
}

.line-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: var(--font-size-16);
  font-weight: bold;
  margin-bottom: 1em;
}

.line.active {
  height: 100%; /* アニメーション終了時の高さ */
}

.slick-slide {
  margin: 0 20px;
}

.top_about {
  padding: 10rem 0;
  background: var(--p-green);
}
.top_about a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .top_about a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_about a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.top_about a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .top_about a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_about a.more-button {
  border: 2px solid #44bb15;
  background-color: #fff;
  color: #44bb15;
}
.top_about a.more-button::after {
  background-color: #44bb15;
}
.top_about a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnactionGreen 2s infinite;
  animation: btnactionGreen 1.5s infinite;
}
@-webkit-keyframes btnactionGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(68, 187, 21);
            box-shadow: 0 0 0 0 rgb(68, 187, 21);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(68, 187, 21, 0);
            box-shadow: 0 0 0 5px rgba(68, 187, 21, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 187, 21, 0);
            box-shadow: 0 0 0 0 rgba(68, 187, 21, 0);
  }
}
@keyframes btnactionGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(68, 187, 21);
            box-shadow: 0 0 0 0 rgb(68, 187, 21);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(68, 187, 21, 0);
            box-shadow: 0 0 0 5px rgba(68, 187, 21, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 187, 21, 0);
            box-shadow: 0 0 0 0 rgba(68, 187, 21, 0);
  }
}
.top_about a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_about .line {
  background: var(--green);
}
@media screen and (max-width:768px) {
  .top_about {
    padding: 4rem 0;
  }
  .top_about a.more-button {
    margin: 4rem auto 0;
  }
}

.top_about_box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .top_about_box {
    grid-auto-flow: row;
  }
}
.top_about_box h2 {
  color: var(--green);
  line-height: 170%;
}

@media screen and (max-width: 1200px) {
  .top_about_img {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .top_about_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.top_service .line {
  background: var(--blue);
}
.top_service h2 {
  color: var(--blue);
}
.top_service .l-ttl:after {
  background: var(--blue);
}
.top_service a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .top_service a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_service a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.top_service a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .top_service a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_service a.more-button {
  border: 2px solid #108DB7;
  background-color: #fff;
  color: #108DB7;
}
.top_service a.more-button::after {
  background-color: #108DB7;
}
.top_service a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnactionGreen 2s infinite;
  animation: btnactionGreen 1.5s infinite;
}
@keyframes btnactionGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(161, 141, 183);
            box-shadow: 0 0 0 0 rgb(161, 141, 183);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 5px rgba(161, 141, 183, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
  }
}
.top_service a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_service .l-ttl {
  margin: 4rem 0;
}
@media screen and (max-width:768px) {
  .top_service .l-ttl {
    margin: 4rem 0 7.2vw;
  }
}
@media screen and (max-width:768px) {
  .top_service a.more-button {
    margin: 3rem auto 0;
  }
}

.top_service_tayoremasu {
  background: #E7F4F8;
  padding: 5rem;
  margin-bottom: 8rem;
}
.top_service_tayoremasu .sp {
  display: none;
}
.top_service_tayoremasu .pc {
  display: block;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu {
    padding: 4rem 2rem 2rem;
    margin-bottom: 4rem;
  }
  .top_service_tayoremasu .sp {
    display: block;
  }
  .top_service_tayoremasu .pc {
    display: none;
  }
}
.top_service_tayoremasu h2 {
  margin-bottom: 4rem;
  color: var(--blue);
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu h2 {
    margin-bottom: 2rem;
  }
}
.top_service_tayoremasu h2 span {
  font-size: 1.4rem;
}
.top_service_tayoremasu p.l-txt {
  margin-bottom: 4rem;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu p.l-txt {
    margin-bottom: 1rem;
  }
}
.top_service_tayoremasu .tayoremasu_box {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  -ms-grid-columns: 35rem 4rem auto;
  grid-template-columns: 35rem auto;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box {
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    grid-auto-flow: row;
  }
}
.top_service_tayoremasu .tayoremasu_box li {
  background: #fff;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box li {
    gap: 1rem;
  }
}
.top_service_tayoremasu .tayoremasu_box_img figure {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../../images/top/tayoremasu_tm.svg) top/contain no-repeat;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box_img figure {
    width: 80%;
    margin: auto;
  }
}
.top_service_tayoremasu .tayoremasu_box_img figcaption {
  font-size: 1.2rem;
  line-height: 1.2;
}
.top_service_tayoremasu .tayoremasu_box_txt {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 10px;
}
.top_service_tayoremasu .tayoremasu_box_txt li {
  padding: 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box_txt li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_service_tayoremasu .tayoremasu_box_head {
  font-size: 2rem;
  font-weight: bold;
  color: var(--font);
  width: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box_head {
    font-size: 1.8rem;
    width: 100%;
  }
}
.top_service_tayoremasu .tayoremasu_box_head span {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 3rem;
  border-radius: 100vw;
  margin-right: 4px;
  color: #fff;
  background: var(--main);
}
@media screen and (max-width:768px) {
  .top_service_tayoremasu .tayoremasu_box_head span {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
  }
}
.top_service_tayoremasu .tayoremasu_box_head span.-blue {
  background: var(--blue);
}
.top_service_tayoremasu .tayoremasu_box_head span.-pink {
  background: var(--pink);
}
.top_service_tayoremasu .tayoremasu_box_head span.-yellow {
  background: var(--yellow);
}
.top_service_tayoremasu .tayoremasu_box_head span.-green {
  background: var(--green);
}
.top_service_tayoremasu .tayoremasu_box_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.melit_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width:768px) {
  .melit_box {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 3.2vw;
    margin-bottom: 4rem;
  }
}

.melit_box_item {
  position: relative;
  -webkit-box-shadow: 0 0 8px var(--blue);
          box-shadow: 0 0 8px var(--blue);
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width:768px) {
  .melit_box_item {
    padding: 1.2rem;
    -webkit-box-shadow: 0 0 3px var(--blue);
            box-shadow: 0 0 3px var(--blue);
  }
}
.melit_box_item p {
  font-size: var(--font-size-20);
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .melit_box_item p {
    font-size: 1.6rem;
  }
  .melit_box_item p br {
    display: none;
  }
}
.melit_box_item:before {
  position: absolute;
  top: 12px;
  bottom: 0;
  margin: auto;
  right: 8px;
  content: "01";
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 11.8rem;
  line-height: 1;
  font-weight: bold;
  color: rgba(16, 141, 183, 0.1);
}
@media screen and (max-width:768px) {
  .melit_box_item:before {
    font-size: 5.5rem;
    line-height: inherit;
    right: 12px;
  }
}
.melit_box_item:nth-of-type(2):before {
  content: "02";
}
.melit_box_item:nth-of-type(3):before {
  content: "03";
}
.melit_box_item:nth-of-type(4):before {
  content: "04";
}
.melit_box_item:nth-of-type(5):before {
  content: "05";
}
@media screen and (max-width:768px) {
  .melit_box_item:nth-of-type(5):before {
    top: -16px;
  }
}
.melit_box_item:nth-of-type(6):before {
  content: "06";
}

.lecturer_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width:768px) {
  .lecturer_box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width:768px) {
  .lecturer_box_item p {
    font-size: 1.4rem;
  }
}
.lecturer_box_item .lecturer_box_name {
  position: relative;
  background: url(../../images/top/lecturer_hamada.jpg) center/contain no-repeat;
  width: 100%;
  aspect-ratio: 2.25/1;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .lecturer_box_item .lecturer_box_name {
    background: url(../../images/top/lecturer_hamada_sp.jpg) center/contain no-repeat;
  }
}
.lecturer_box_item .lecturer_box_name > div {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
@media screen and (max-width:768px) {
  .lecturer_box_item .lecturer_box_name > div {
    bottom: 2rem;
    left: 2rem;
  }
}
.lecturer_box_item .lecturer_box_name .-role {
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.lecturer_box_item .lecturer_box_name .-role .-space {
  margin-left: 1em;
  margin-bottom: 0;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .lecturer_box_item .lecturer_box_name .-role .-space {
    display: block;
  }
}
.lecturer_box_item .lecturer_box_name .-name {
  font-size: var(--font-size-24);
}
.lecturer_box_item .lecturer_box_name .-nameEn {
  letter-spacing: 0.15em;
}
.lecturer_box_item:last-of-type .lecturer_box_name {
  background: url(../../images/top/lecturer_ando.jpg) center/contain no-repeat;
}
@media screen and (max-width:768px) {
  .lecturer_box_item:last-of-type .lecturer_box_name {
    background: url(../../images/top/lecturer_ando_sp.jpg) center/contain no-repeat;
  }
}

.top_customer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
  background: var(--glay-bg);
  border-radius: 10px;
  margin-bottom: 8rem;
}

.top_faq .line {
  background: var(--pink);
}
.top_faq h2 {
  color: var(--pink);
}
@media screen and (max-width:768px) {
  .top_faq {
    margin-bottom: 0;
  }
}

.top_voices {
  padding: 10rem 0;
  background: #FCF9FF;
}
@media screen and (max-width:768px) {
  .top_voices {
    padding: 4rem 0;
  }
}
.top_voices h2 {
  color: var(--purple);
  margin-bottom: 1em;
}
.top_voices .top_voices_cards {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width:768px) {
  .top_voices .top_voices_cards {
    grid-auto-flow: row;
  }
}
.top_voices .case_list_item {
  background: #fff;
}
@media screen and (max-width:768px) {
  .top_voices .case_list_item {
    max-width: inherit;
    width: 95%;
    margin: auto;
  }
}
.top_voices a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .top_voices a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_voices a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.top_voices a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .top_voices a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_voices a.more-button {
  border: 2px solid #3C009E;
  background-color: #fff;
  color: #3C009E;
}
.top_voices a.more-button::after {
  background-color: #3C009E;
}
.top_voices a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnactionPurple 1.5s infinite;
  animation: btnactionPurple 1.5s infinite;
}
@-webkit-keyframes btnactionPurple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(60, 0, 158);
            box-shadow: 0 0 0 0 rgb(60, 0, 158);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(60, 0, 158, 0);
            box-shadow: 0 0 0 5px rgba(60, 0, 158, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 0, 158, 0);
            box-shadow: 0 0 0 0 rgba(60, 0, 158, 0);
  }
}
@keyframes btnactionPurple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(60, 0, 158);
            box-shadow: 0 0 0 0 rgb(60, 0, 158);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(60, 0, 158, 0);
            box-shadow: 0 0 0 5px rgba(60, 0, 158, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 0, 158, 0);
            box-shadow: 0 0 0 0 rgba(60, 0, 158, 0);
  }
}
.top_voices a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_voices .btn-area a {
  text-align: center;
  margin: 8rem auto 0;
}
@media screen and (max-width:768px) {
  .top_voices .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_voices .slick-prev, .top_voices .slick-next {
  background: var(--purple);
  width: 6rem;
  height: 6rem;
  border-radius: 4rem;
  z-index: 10;
  -webkit-box-shadow: 0 3px 10px rgba(14, 51, 108, 0.15);
          box-shadow: 0 3px 10px rgba(14, 51, 108, 0.15);
}
.top_voices .slick-prev:before, .top_voices .slick-next:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  -webkit-mask-image: url(../../images/common/arrow03.svg);
          mask-image: url(../../images/common/arrow03.svg);
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.top_voices .slick-prev {
  left: 25px;
}
.top_voices .slick-next {
  right: 25px;
}
.top_voices .slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:768px) {
  .top_voices .casecard {
    padding: 3vw 3.3vw;
    display: block;
  }
}

.slick-dots li button:before {
  content: "";
}

@media screen and (max-width:768px) {
  .sliderVoice {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    gap: 4vw;
  }
}

.slide_voices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px 200px;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 30px;
}

.slick-dots {
  bottom: -4rem;
}

.slick-dots li {
  background: var(--glay-border);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.8;
}

.slick-dots li.slick-active {
  background: var(--purple);
}

.top_harassment h2 {
  color: var(--main);
}
.top_harassment p {
  margin: 4rem 0;
}
.top_harassment a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .top_harassment a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_harassment a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.top_harassment a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .top_harassment a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.top_harassment a.more-button {
  border: 2px solid #EC680E;
  background-color: #fff;
  color: #EC680E;
}
.top_harassment a.more-button::after {
  background-color: #EC680E;
}
.top_harassment a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.top_harassment a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top_harassment a.more-button {
  margin: 8rem auto;
}
@media screen and (max-width:768px) {
  .top_harassment a.more-button {
    margin: 4rem auto 6rem;
  }
}

.faq-list {
  margin-bottom: 3rem;
  padding: 20px 0;
  border-top: none;
}
@media screen and (max-width:768px) {
  .faq-list {
    padding: 0;
  }
}
.faq-list li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
  position: relative;
  padding: 16px 0;
}
.faq-list li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
.faq-list li .accordion-title {
  cursor: pointer;
  padding: 1rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: var(--font-size-18);
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .faq-list li .accordion-title {
    padding: 0 2rem 1rem 0;
  }
}
.faq-list li .accordion-title:before {
  content: "Q";
  color: var(--pink);
  font-size: var(--font-size-18);
  font-weight: bold;
  margin-right: 1em;
}
.faq-list li .nav-content {
  position: relative;
  display: none;
  padding: 1rem 1rem 1rem 4rem;
  background-color: #fff;
  border-radius: 0 8px 8px 8px;
}
@media screen and (max-width:768px) {
  .faq-list li .nav-content {
    padding-left: 3rem;
  }
}
.faq-list li .nav-content:before {
  position: absolute;
  left: 1rem;
  content: "A";
  color: var(--pink);
  font-size: var(--font-size-18);
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width:768px) {
  .faq-list li .nav-content:before {
    left: 0;
  }
}

.top_case_logo {
  margin-top: 8rem;
}
.top_case_logo .l-ttl:after {
  background: var(--purple);
}
.top_case_logo li {
  height: 6rem;
  width: auto;
}
@media screen and (max-width:768px) {
  .top_case_logo li {
    width: 120px !important;
  }
}
.top_case_logo li img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===========
inview
===========*/
.inview-l {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.inview-l.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.service {
  font-weight: normal;
}
.service h2 span {
  color: var(--blue);
}
.service .other_card:last-of-type {
  display: none;
}
.service section a.more-button {
  margin-left: auto;
}
.service section a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .service section a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service section a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.service section a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .service section a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.service section a.more-button {
  border: 2px solid #108DB7;
  background-color: #fff;
  color: #108DB7;
}
.service section a.more-button::after {
  background-color: #108DB7;
}
.service section a.more-button:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnactionGreen 2s infinite;
  animation: btnactionGreen 1.5s infinite;
}
@keyframes btnactionGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(161, 141, 183);
            box-shadow: 0 0 0 0 rgb(161, 141, 183);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 5px rgba(161, 141, 183, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
            box-shadow: 0 0 0 0 rgba(161, 141, 183, 0);
  }
}
.service section a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.service .l-ttl:after {
  background: var(--blue);
}
.service .detail h2, .service .founders h2, .service .schedule h2, .service .melit h2 {
  font-size: var(--font-size-32);
  color: var(--main);
  font-weight: bold;
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .service .detail h2, .service .founders h2, .service .schedule h2, .service .melit h2 {
    margin-bottom: 32px;
  }
}
.service .detail h3 {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--main);
  margin-bottom: 1em;
}
.service main {
  margin: 0 auto 0;
}
@media screen and (max-width:768px) {
  .service main {
    margin: 64px auto 128px;
  }
}
.service .schedule_txt {
  font-weight: bold;
}
.service .tb01 {
  margin-bottom: 72px;
}
.service .tb01 .tb01_inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 3fr;
  grid-template-columns: 2fr 3fr;
  padding: 28px 0;
  gap: 40px;
}
.service .tb01 .tb01_inner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
@media screen and (max-width:768px) {
  .service .tb01 .tb01_inner {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 0;
  }
  .service .tb01 .tb01_inner:first-of-type {
    padding-top: 0;
    margin: 0 auto;
    display: block;
  }
}
.service .tb01 .tb01_img,
.service .tb01 .tb01_txt {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width:768px) {
  .service .tb01 .tb01_img,
  .service .tb01 .tb01_txt {
    border-top: none;
    padding: 0;
  }
}
.service .tb01_txt h3, .service .tb01_txt h4 {
  margin-bottom: 1em;
}
.service .tb01_img {
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .service .tb01_img {
    font-size: 16px;
    background: #EFEFEF;
    padding: 16px;
    margin-bottom: 1em;
  }
}
.service .other_service {
  margin-top: 4rem;
}
.service .link {
  color: var(--link);
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.service .btn-area {
  margin-top: 2em;
}
.service .btn {
  width: 320px;
}
@media screen and (max-width:768px) {
  .service .btn {
    width: 100%;
  }
}
.service .tb01_note {
  font-size: 1.4rem;
  font-weight: bold;
  background: #EFEFEF;
  padding: 16px 8px;
  margin-bottom: 1em;
  word-break: auto-phrase;
}
@media screen and (max-width: 640px) {
  .service table.tb01 th,
  .service table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .service .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
.service .founders {
  padding: 81px 0 107px;
}
.service .founders-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .service .founders-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .founders-box-item {
  width: 48%;
  max-width: 500px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .service .founders-box-item {
    width: 100%;
    margin: 0 auto 24px;
  }
}
.service .founders-box-item > div {
  padding: 32px;
}
@media screen and (max-width:768px) {
  .service .founders-box-item > div {
    padding: 32px 24px;
  }
}
.service .founders-box-item .name {
  margin-left: 1em;
}
@media screen and (max-width:768px) {
  .service .founders-box-item .name {
    margin-top: 2em;
    margin-left: 0;
  }
}
.service .founders-box-item .name p {
  font-size: 0.85em;
}
@media screen and (max-width:768px) {
  .service .founders-box-item .name p {
    font-size: 0.95em;
  }
}
.service .founders-box-item h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width:768px) {
  .service .founders-box-item h3 {
    font-size: 18px;
    margin: 2px auto 32px;
  }
}
.service .founders-box-item h3 span {
  font-size: 12px;
  font-weight: 400;
  color: var(--main);
  display: block;
}
.service .founders-box-item figure {
  width: 120px;
  height: 128px;
  background: url(../../images/service/founders01.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .service .founders-box-item figure {
    width: 120px;
    height: 128px;
  }
}
.service .founders-box-item:nth-of-type(2) figure {
  background: url(../../images/service/founders02.jpg) no-repeat;
  background-size: contain;
}
.service .founders-box-item article {
  font-size: 14px;
  line-height: 1.5;
}
.service .founders-box .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .service .founders-box .top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0em;
  }
}

#workshop {
  font-weight: normal;
}
#workshop .detail h2, #workshop .founders h2, #workshop .schedule h2, #workshop .melit h2 {
  font-size: var(--font-size-32);
  color: var(--main);
  font-weight: bold;
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width:768px) {
  #workshop .detail h2, #workshop .founders h2, #workshop .schedule h2, #workshop .melit h2 {
    margin-bottom: 32px;
  }
}
#workshop .detail h3 {
  font-size: var(--font-size-24);
  font-weight: bold;
  color: var(--main);
  margin-bottom: 1em;
}
#workshop main {
  margin: 90px auto 0;
}
@media screen and (max-width:768px) {
  #workshop main {
    margin: 64px auto 128px;
  }
}
#workshop .schedule_txt {
  font-weight: bold;
}
#workshop table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 72px;
}
#workshop table tr {
  position: relative;
}
#workshop table tr:first-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
@media screen and (max-width:768px) {
  #workshop table tr:first-child {
    margin-bottom: 5em;
    display: block;
  }
  #workshop table tr:after {
    display: none;
  }
}
#workshop .tb01 th,
#workshop .tb01 td {
  position: relative;
  padding: 28px 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
#workshop .tb01 th:after,
#workshop .tb01 td:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
@media screen and (max-width:768px) {
  #workshop .tb01 th,
  #workshop .tb01 td {
    border-top: none;
    padding: 0;
  }
  #workshop .tb01 th:after,
  #workshop .tb01 td:after {
    display: none;
  }
}
#workshop .tb01 th {
  width: 224px;
  font-weight: bold;
}
#workshop .tb01 th.tb01_img {
  width: 40%;
}
@media screen and (max-width:768px) {
  #workshop .tb01 th.tb01_img {
    width: 100%;
  }
}
#workshop .tb01 th figure {
  margin-right: 2em;
}
@media screen and (max-width:768px) {
  #workshop .tb01 th figure {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:768px) {
  #workshop .tb01 th {
    font-size: 16px;
    background: #EFEFEF;
    padding: 16px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:768px) {
  #workshop .tb01 td {
    margin-bottom: 3em;
  }
}
@media screen and (max-width:768px) {
  #workshop .tb01 .pc {
    display: none;
  }
}
#workshop .link {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
#workshop .btn-area {
  margin-top: 2em;
}
#workshop .btn {
  width: 320px;
}
@media screen and (max-width:768px) {
  #workshop .btn {
    width: 100%;
  }
}
#workshop .tb01_note {
  font-size: 1.2em;
  font-weight: bold;
  background: var(--glay-bg);
  padding: 16px 8px;
  margin-bottom: 1em;
  word-break: auto-phrase;
}
@media screen and (max-width: 640px) {
  #workshop .tb01 {
    width: 100%;
  }
  #workshop table.tb01 th,
  #workshop table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
#workshop .founders .flex {
  gap: 4%;
}
@media screen and (max-width:768px) {
  #workshop .founders .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#workshop .founders-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  #workshop .founders-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#workshop .founders-box-item {
  width: 48%;
  max-width: 500px;
  border: 1px solid var(--glay-border);
  background: #fff;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item {
    width: 100%;
    margin: 0 auto 24px;
  }
}
#workshop .founders-box-item > div {
  padding: 32px;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item > div {
    padding: 32px 24px;
  }
}
#workshop .founders-box-item .name {
  margin-left: 1em;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item .name {
    margin-top: 2em;
    margin-left: 0;
  }
}
#workshop .founders-box-item .name p {
  font-size: 0.85em;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item .name p {
    font-size: 0.95em;
  }
}
#workshop .founders-box-item h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item h3 {
    font-size: 18px;
    margin: 2px auto 32px;
  }
}
#workshop .founders-box-item h3 span {
  font-size: 12px;
  font-weight: 400;
  color: var(--main);
  display: block;
}
#workshop .founders-box-item figure {
  width: 120px;
  height: 128px;
  background: url(../../images/common/founders01.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  #workshop .founders-box-item figure {
    width: 120px;
    height: 128px;
  }
}
#workshop .founders-box-item:nth-of-type(2) figure {
  background: url(../../images/common/founders02.jpg) no-repeat;
  background-size: contain;
}
#workshop .founders-box-item article {
  font-size: 14px;
  line-height: 1.5;
}
#workshop .founders-box .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  #workshop .founders-box .top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0em;
  }
}
#workshop .schedule {
  padding: 0 0 107px;
}
#workshop .schedule ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
#workshop .schedule .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--glay-border);
  padding: 39px 0 38px;
}
@media screen and (max-width:768px) {
  #workshop .schedule .info-box {
    padding: 20px 0;
  }
}
#workshop .schedule .info-box:nth-child(2n) {
  background: #fff;
}
#workshop .schedule .info-box:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #workshop .schedule .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:768px) {
  #workshop .schedule .info-box a {
    font-weight: bold;
    font-size: 14px;
  }
}
#workshop .schedule .info-box p {
  font-weight: bold;
}
#workshop .schedule .info-box p:first-child {
  margin-left: 36px;
  margin-right: 60px;
}
@media screen and (max-width:768px) {
  #workshop .schedule .info-box p {
    margin-left: 16px;
    font-size: 18px;
  }
  #workshop .schedule .info-box p:first-child {
    margin-left: 16px;
    margin-right: 0;
  }
}
#workshop .schedule .info-box .date, #workshop .schedule .info-box .time {
  font-size: var(--font-size-20);
}
@media screen and (max-width:768px) {
  #workshop .schedule .info-box .date, #workshop .schedule .info-box .time {
    font-size: 18px;
  }
}
#workshop .schedule .btn-small {
  margin-left: auto;
  margin-right: 36px;
  text-align: center;
  background: #fff;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  color: var(--main);
  border: 2px solid var(--main);
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #workshop .schedule .btn-small {
    width: 95%;
    max-width: inherit;
    margin: 16px auto 0;
    font-size: 18px;
  }
}
#workshop .schedule .btn-small:hover {
  background: var(--main);
  color: #fff;
}
#workshop .schedule .reserved {
  background: gray;
}
#workshop .schedule .reserved:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#workshop .schedule .reserved:before {
  content: "満席";
  display: block;
  position: absolute;
  height: 32px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  background: var(--glay-bg);
  letter-spacing: 0.1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width:768px) {
  #workshop .schedule .reserved {
    font-size: 14px !important;
  }
  #workshop .schedule .reserved:before {
    right: 11vw;
  }
}
#workshop .expired {
  background: gray;
}
#workshop .expired:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width:768px) {
  #workshop .expired {
    font-size: 14px !important;
  }
}

.expired {
  background: gray;
}
.expired:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width:768px) {
  .expired {
    font-size: 14px !important;
  }
}

.schedule {
  padding: 0 0 107px;
}
.schedule ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.schedule .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 39px 0 38px;
}
@media screen and (max-width:768px) {
  .schedule .info-box {
    padding: 20px 0;
  }
}
.schedule .info-box:nth-child(2n) {
  background: #fff;
}
.schedule .info-box:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .schedule .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:768px) {
  .schedule .info-box a {
    font-weight: bold;
    font-size: 14px;
  }
}
.schedule .info-box p {
  font-weight: bold;
}
.schedule .info-box p:first-child {
  margin-left: 36px;
  margin-right: 60px;
}
@media screen and (max-width:768px) {
  .schedule .info-box p {
    margin-left: 16px;
    font-size: 18px;
  }
  .schedule .info-box p:first-child {
    margin-left: 16px;
    margin-right: 0;
  }
}
.schedule .info-box .date, .schedule .info-box .time {
  font-size: var(--font-size-20);
}
@media screen and (max-width:768px) {
  .schedule .info-box .date, .schedule .info-box .time {
    font-size: 18px;
  }
}
.schedule .btn-small {
  margin-left: auto;
  margin-right: 36px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .schedule .btn-small {
    width: 95%;
    max-width: inherit;
    margin: 16px auto 0;
    font-size: 18px;
  }
}
.schedule .reserved {
  background: gray;
}
.schedule .reserved:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.schedule .reserved:before {
  content: "満席";
  display: block;
  position: absolute;
  height: 32px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  background: #a21d10;
  letter-spacing: 0.1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width:768px) {
  .schedule .reserved {
    font-size: 14px !important;
  }
  .schedule .reserved:before {
    right: 11vw;
  }
}

.workshop-company #schedule {
  padding-bottom: 5em;
}
.workshop-company #schedule figure {
  max-width: 300px;
  width: 30%;
  margin: 40px auto;
}
.workshop-company .keiken-item {
  position: relative;
  width: 100%;
  border: 2px solid #EFEFEF;
  margin-bottom: 16px;
}
.workshop-company .keiken-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 10px;
  margin: auto;
  border-left: 3px solid #a21d10;
  border-bottom: 3px solid #a21d10;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.workshop-company .keiken-item p {
  padding: 16px 16px 16px 80px;
}
.workshop-company .keiken-item p span {
  font-weight: bold;
}
.workshop-company .melit {
  background: #EFEFEF;
  padding: 80px 0;
}
.workshop-company .melit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 32px;
  margin-bottom: 24px;
  min-height: 250px;
}
.workshop-company .melit-item h3 {
  font-size: 24px;
  color: var(--main);
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .workshop-company .melit-item h3 {
    margin-bottom: 32px;
  }
}
.workshop-company .melit-item figure {
  width: 20%;
  margin-right: 32px;
}
.workshop-company .melit-item > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.workshop-company .founders {
  background: #fff;
}
.workshop-company .ad-contact {
  background: #000;
  padding: 80px 0;
}
.workshop-company .ad-contact h2, .workshop-company .ad-contact a {
  color: #fff;
  text-align: center;
}
.workshop-company .ad-contact h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .workshop-company .ad-contact h2 {
    font-size: 20px;
  }
}
.workshop-company .ad-contact a {
  display: block;
  font-size: 20px;
  margin: 0 auto 40px;
  width: 50%;
  height: 72px;
  line-height: 64px;
  background: var(--main);
  border-bottom: 8px solid #641109;
}
.workshop-company .ad-contact a:hover {
  border-bottom: none;
  border-top: 8px solid #000;
  border-bottom: 8px solid var(--main);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width:768px) {
  .workshop-company .ad-contact a {
    width: 100%;
    height: inherit;
    padding: 16px 0;
    font-size: 1em;
    line-height: 1;
  }
}
.workshop-company .founders-career {
  margin-top: 2em;
}
.workshop-company .founders-career li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.workshop-company .founders-career li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../../images/service/li.svg) center/contain no-repeat;
}

.terms:not(:first-child), .privacy:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .terms:not(:first-child), .privacy:not(:first-child) {
    margin-top: 20px;
  }
}
.terms h2, .privacy h2 {
  width: 100%;
  height: auto;
  font-size: var(--font-size-20);
  font-weight: 400;
  margin: 1.5em 0 1em;
}
@media screen and (max-width:768px) {
  .terms h2, .privacy h2 {
    font-size: 12px;
  }
}
.terms p, .privacy p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width:768px) {
  .terms p, .privacy p {
    font-size: 12px;
  }
}

header {
  position: relative;
}
header .header-logo {
  margin-right: 56px;
}
@media (max-width:1200px) {
  header .header-logo {
    margin: auto;
    z-index: 999;
  }
}
header .header-logo h1 {
  font-size: 1em;
}
header .header-logo a {
  display: block;
  height: 4.4rem;
  width: auto;
}
@media (max-width:1200px) {
  header .header-logo a {
    height: 4rem;
  }
}
header .header-logo a img {
  height: 100%;
  width: auto;
}
header .header-inner {
  position: relative;
  height: 72px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px auto;
  grid-template-columns: 280px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media (max-width:1200px) {
  header .header-inner {
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  header .header-inner > .flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
header .header-inner.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-sub {
  font-size: 12px;
  padding: 6px 0;
}
@media (max-width:1200px) {
  header .header-sub {
    display: none;
  }
}
header .header-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1200px) {
  header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 150;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header .header-nav.active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
header .header-nav-btn {
  display: none;
}
@media (max-width:1200px) {
  header .header-nav-btn {
    position: absolute;
    right: 4vw;
    width: 29px;
    height: 19px;
    display: table;
    cursor: pointer;
    -webkit-transition-property: top, right;
    transition-property: top, right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    z-index: 200;
  }
}
header .header-nav-btn .humburger {
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  border-radius: 5px;
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
header .header-nav-btn_line1 {
  left: 0;
  top: 0;
}
header .header-nav-btn_line2 {
  left: 0;
  top: 8px;
}
header .header-nav-btn_line3 {
  left: 0;
  top: 16px;
}
header .header-nav-btn.active .header-nav-btn_line1 {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  top: 5px;
  width: 32px;
}
header .header-nav-btn.active .header-nav-btn_line2 {
  display: none;
}
header .header-nav-btn.active .header-nav-btn_line3 {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
  top: 5px;
  width: 32px;
}
header .header-nav-box {
  width: 100%;
  height: auto;
}
@media (max-width:1200px) {
  header .header-nav-box {
    width: 100%;
    height: 100vh;
    background: #fff;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8rem 6vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header .header-nav-list a {
  font-size: 13px;
  font-weight: 400;
  margin-right: 1.8em;
}
header .header-nav-list a:hover {
  border-radius: 2px;
  font-weight: bold;
}
header .header-nav-list a.current {
  font-weight: bold;
  position: relative;
}
header .header-nav-list a.current:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  bottom: -10px;
  background: var(--main);
}
@media screen and (max-width: 1250px) {
  header .header-nav-list a {
    margin-right: 2em;
  }
}
@media (max-width:1200px) {
  header .header-nav-list {
    display: none;
  }
}
header .header-nav-sp {
  display: none;
}
@media (max-width:1200px) {
  header .header-nav-sp {
    position: relative;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
  header .header-nav-sp ul {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  header .header-nav-sp ul li {
    width: 100%;
    height: auto;
  }
  header .header-nav-sp ul li a, header .header-nav-sp ul li .accordion-title {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: min(6.5vw, 40px);
    font-weight: bold;
    padding: min(3vw, 16px) 0;
  }
}
header .header-nav-sp .-btn01, header .header-nav-sp .-btn02 {
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
  border-radius: 100vw;
  font-size: 1.6rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-nav-sp .-btn01 {
  background: #fff;
  border: 2px solid var(--green);
  color: var(--green);
}
header .header-nav-sp .-btn02 {
  background: var(--main);
  border: 2px solid var(--main);
}
header .header-nav-sp .header-nav-sp_btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
header .header-nav-sp .nav-content {
  margin-top: 0;
}
header .header-nav-sp .nav-content li {
  position: relative;
}
header .header-nav-sp .nav-content li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/common/dott01.svg) center/contain repeat-x;
}
header .header-nav-sp .nav-content li a {
  padding-left: 1em;
  font-size: min(4.4vw, 24px);
}
header .header-links {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .header-links a {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 20rem;
  padding: 1rem 2rem;
}
header .header-links a::before {
  display: inline-block;
  content: "";
  margin: 0 7px 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  -webkit-transition: padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, padding 0.3s ease;
  transition: transform 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
}
header .header-links a.-btn01 {
  background: var(--green);
  border: 2px solid var(--green);
}
header .header-links a.-btn01::before {
  width: 14px;
  height: 12px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5.71193L3.64953 7.38726L5.93308 11.9998L8.27283 9.50942L11.502 10.9917L14 0L0 5.71193ZM6.13492 8.46368L5.82906 11.136L5.30231 7.98368L10.8984 3.04018L6.13492 8.46368Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5.71193L3.64953 7.38726L5.93308 11.9998L8.27283 9.50942L11.502 10.9917L14 0L0 5.71193ZM6.13492 8.46368L5.82906 11.136L5.30231 7.98368L10.8984 3.04018L6.13492 8.46368Z" fill="white"/></svg>');
}
header .header-links a.-btn01:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btn01action 2s infinite;
  animation: btn01action 1.5s infinite;
  color: #fff;
}
@-webkit-keyframes btn01action {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--green);
            box-shadow: 0 0 0 0 var(--green);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes btn01action {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--green);
            box-shadow: 0 0 0 0 var(--green);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
header .header-links a.-btn02 {
  position: relative;
  background: var(--main);
  padding-left: 5.6rem;
  border: 2px solid var(--main);
}
header .header-links a.-btn02::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 3H3C2.175 3 1.5 3.675 1.5 4.5V13.5C1.5 14.325 2.175 15 3 15H15C15.825 15 16.5 14.325 16.5 13.5V4.5C16.5 3.675 15.825 3 15 3ZM14.7 6.1875L9.795 9.255C9.3075 9.5625 8.6925 9.5625 8.205 9.255L3.3 6.1875C3.1125 6.0675 3 5.865 3 5.6475C3 5.145 3.5475 4.845 3.975 5.1075L9 8.25L14.025 5.1075C14.4525 4.845 15 5.145 15 5.6475C15 5.865 14.8875 6.0675 14.7 6.1875Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 3H3C2.175 3 1.5 3.675 1.5 4.5V13.5C1.5 14.325 2.175 15 3 15H15C15.825 15 16.5 14.325 16.5 13.5V4.5C16.5 3.675 15.825 3 15 3ZM14.7 6.1875L9.795 9.255C9.3075 9.5625 8.6925 9.5625 8.205 9.255L3.3 6.1875C3.1125 6.0675 3 5.865 3 5.6475C3 5.145 3.5475 4.845 3.975 5.1075L9 8.25L14.025 5.1075C14.4525 4.845 15 5.145 15 5.6475C15 5.865 14.8875 6.0675 14.7 6.1875Z" fill="white"/></svg>');
}
header .header-links a.-btn02:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btn02action 2s infinite;
  animation: btn02action 1.5s infinite;
  color: #fff;
}
@-webkit-keyframes btn02action {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main);
            box-shadow: 0 0 0 0 var(--main);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes btn02action {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main);
            box-shadow: 0 0 0 0 var(--main);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@media (max-width:1200px) {
  header .header-links {
    display: none;
  }
}

.footer {
  padding: 6rem 0;
  border-bottom: 20px solid var(--main);
}
@media screen and (max-width:768px) {
  .footer {
    padding: 4rem 0;
  }
}

.f-links {
  margin-top: 12rem;
  width: 100%;
  height: 320px;
  background: url(../../images/common/f-image.jpg) center/cover no-repeat;
}
@media screen and (max-width:768px) {
  .f-links {
    margin-top: 10rem;
    height: auto;
    padding: 4rem 0;
  }
}
.f-links a.more-button {
  display: block;
  position: relative;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 100vw;
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .f-links a.more-button {
    width: 95%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.f-links a.more-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><rect x="1.41406" y="0.84314" width="8" height="2" transform="rotate(45 1.41406 0.84314)" fill="%23FF5100"/><rect x="7.07129" y="6.5" width="8" height="2" transform="rotate(135 7.07129 6.5)" fill="%23FF5100"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.f-links a.more-button .btn-area a {
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .f-links a.more-button .btn-area a {
    margin: 4rem auto 0;
  }
}
.f-links a.more-button {
  border: 2px solid #fff;
  background-color: #EC680E;
  color: #fff;
}
.f-links a.more-button::after {
  background-color: #fff;
}
.f-links a.more-button:hover {
  background: #EC680E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: btnaction 2s infinite;
  animation: btnaction 1.5s infinite;
}
@keyframes btnaction {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EC680E;
            box-shadow: 0 0 0 0 #EC680E;
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 5px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.f-links a.more-button:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.f-links a.more-button {
  margin-top: 0;
  width: 360px;
}
@media screen and (max-width:768px) {
  .f-links a.more-button {
    width: 80%;
    max-width: 380px;
    margin: 4rem auto;
  }
}

.f-links_inner {
  padding-top: 7rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-links_inner a.more-button {
  margin: auto;
}
@media screen and (max-width:768px) {
  .f-links_inner {
    grid-auto-flow: row;
    gap: 0;
    width: 90%;
    margin: auto;
    padding-top: 0;
  }
}
.f-links_inner p {
  font-size: var(--font-size-20);
  color: #fff;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
  word-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .f-links_inner p {
    margin-bottom: 2rem;
  }
}

.footer_menu, .footer_sns {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
  .footer_menu, .footer_sns {
    gap: 1.5vw;
    -ms-grid-columns: 1fr 1.5vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: unset;
  }
}

@media screen and (max-width:768px) {
  .footer_sns {
    grid-auto-flow: column;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .footer_sns > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
  }
}

.footer_menu li {
  position: relative;
  margin-right: 1.8rem;
  font-size: 1.3rem;
}
.footer_menu li:after {
  content: "|";
  margin-left: 1.8rem;
}
@media screen and (max-width:768px) {
  .footer_menu li {
    text-align: left;
    padding: 1.3vw;
    margin-right: 0;
  }
  .footer_menu li:after {
    content: "";
    margin-left: 0;
  }
  .footer_menu li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../images/common/dott01.svg) center/contain repeat-x;
  }
}
.footer_menu li a {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .footer_menu li a {
    text-align: left;
    font-size: 1.2rem;
  }
}
.footer_menu li a:hover {
  text-decoration: underline;
}
.footer_menu:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
  .footer_menu:last-of-type li:first-of-type {
    font-size: 1.2rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .footer_menu:last-of-type li:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.footer_sns a {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
}
.footer_sns a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_logo {
  margin-top: 5rem;
}
.footer_logo .footer_logo_img {
  height: 5rem;
  width: auto;
  margin-bottom: 2rem;
}
.footer_logo .footer_logo_img img {
  height: 100%;
  width: auto;
}
.footer_logo span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1em;
  width: 30%;
}
@media screen and (max-width:768px) {
  .footer_logo span {
    width: 100%;
  }
}

.activebystander .schedule figure {
  width: 50%;
  margin: auto;
}
@media screen and (max-width:768px) {
  .activebystander .schedule figure {
    width: 100%;
    max-width: 480px;
  }
}
.activebystander h3 {
  font-size: var(--font-size-24);
  margin-bottom: 2rem;
  color: var(--main);
  font-weight: bold;
}
.activebystander .melit_box_item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--glay-border);
}

.keiken {
  margin-top: 48px;
}
.keiken h3 {
  text-align: left;
}
@media screen and (max-width:768px) {
  .keiken h3 {
    margin-bottom: 32px;
  }
}
.keiken ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3vw 1fr 1.3vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3vw;
}
@media screen and (max-width:768px) {
  .keiken ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
    gap: 3.3vw;
  }
}
.keiken ul li {
  padding: 1.3vw;
  background: var(--glay-bg);
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .keiken ul li {
    padding: 2.3vw;
  }
}

.harassment article ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width:768px) {
  .harassment article ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }
}
.harassment article li {
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px var(--main);
          box-shadow: 0 0 4px var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width:768px) {
  .harassment article li {
    padding: 3vw 3.3vw;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.harassment article li:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../../images/common/icon.svg) center/contain no-repeat;
}
@media screen and (max-width:768px) {
  .harassment article li:before {
    width: 4rem;
    height: 4rem;
  }
}
.harassment article li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}