@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --text-color: #00376b;
  /*テキストの青 var(--text-color)*/
  --main-color: #1fa698;
  /*メインの青 var(--main-color)*/
  --sub-color: #3d6fb7;
  /*サブカラーの青 var(--sub-color)*/ }

body {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.3rem; } }

@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px; } }

.mainvisualBackground.extra_bred {
  padding: 0; }

.breadcrumbs.extra_lp {
  margin: 0; }

em {
  font-style: normal; }

p {
  line-height: 200%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }

h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt"; }

em {
  font-style: normal; }

aside.side {
  display: none; }

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

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.anchor {
  padding-top: 5.5rem;
  margin-top: -5.5rem;
  height: 0.1rem;
  display: block; }

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

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

/*----------------- space */
.hp_mbm {
  margin-bottom: 2.4rem; }

.hp_mbl {
  margin-bottom: 4rem; }

.hp_mbll {
  margin-bottom: 8rem; }

/*----------------- title */
.block-title {
  text-align: center;
  font-weight: 900;
  color: var(--text-color);
  font-size: 2rem;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 767px) {
    .block-title {
      font-size: 1.4rem; } }
  .block-title.block-title__mbs {
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 767px) {
      .block-title.block-title__mbs {
        font-size: 1rem; } }
  .block-title.block-title__mbm {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 767px) {
      .block-title.block-title__mbm {
        margin-bottom: 1.6rem; } }
  .block-title.block-title__mbl {
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .block-title.block-title__mbl {
        margin-bottom: 2.8rem; } }
  .block-title .large {
    font-size: 3.4rem; }
    @media screen and (max-width: 767px) {
      .block-title .large {
        font-size: 2rem; } }
  .block-title .large-color {
    font-size: 3.4rem;
    color: var(--main-color); }
    @media screen and (max-width: 767px) {
      .block-title .large-color {
        font-size: 2rem; } }
  .block-title .large-color__emphasis {
    background: top left/1em 0.5em repeat-x radial-gradient(circle, var(--main-color) 0.1em, rgba(0, 0, 0, 0) 0.1em);
    padding-top: 0.2em;
    font-size: 3.4rem;
    color: var(--main-color); }
    @media screen and (max-width: 767px) {
      .block-title .large-color__emphasis {
        font-size: 2rem; } }

/*----------------- text */
.block-main-txt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 250%;
  color: var(--text-color);
  text-align: center;
  letter-spacing: 0.1em; }

.block-read-txt {
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: var(--text-color); }
  .block-read-txt.block-read-txt__mbm {
    margin-bottom: 2.4rem; }

.note__center {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .note__center {
      font-size: 1.2rem; } }

.note__center__ss {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .note__center__ss {
      font-size: 1rem; } }

.note__center__s {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .note__center__s {
      font-size: 1rem; } }

.note__center__l {
  text-align: center;
  color: var(--text-color);
  font-size: 1.4rem; }

/*----------------- link */
a.link-txt {
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  a.link-txt::after {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/ic_link-maincolor.svg) center no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  a.link-txt:hover {
    text-decoration: none; }
    a.link-txt:hover::after {
      content: "";
      display: block;
      width: 2.8rem;
      height: 2.8rem;
      background: url(../img/ic_link-maincolor.svg) center no-repeat;
      background-size: contain;
      transform: translateX(1.2rem); }

/*----------------- btn */
.cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 36rem;
  height: 7rem;
  font-weight: 700;
  font-size: 2.2rem;
  background: #ff6300;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.25), inset 0 0 0.6rem rgba(0, 0, 0, 0.25);
  border: 0.3rem solid #ffffff;
  border-radius: 0.8rem;
  color: #ffffff;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .cv-btn {
      width: 24rem;
      height: 6rem;
      font-size: 1.6rem; } }
  .cv-btn span {
    display: block;
    position: absolute;
    width: 19.4rem;
    height: 5.3rem;
    left: 50%;
    top: -2.4rem;
    transform: translateX(-50%);
    background: url("../img/cv-btn-fukidashi.svg") center top no-repeat;
    background-size: contain;
    text-align: center;
    color: #ff6300;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .cv-btn span {
        font-size: 1.2rem;
        width: 14.4rem;
        height: 5.3rem;
        top: -1.6rem; } }
  .cv-btn:hover {
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.25), inset 0 0 0;
    transform: translateY(0.4rem); }

/*----------------- fade */
.fade {
  opacity: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear; }

.fade.active {
  opacity: 1; }

.fade-l {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-20rem, 0);
  transform: translate(-20rem, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }

.fade-l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.fade-r {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(20rem, 0);
  transform: translate(20rem, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }

.fade-r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.fade-t {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -20rem);
  transform: translate(0, -20rem);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }

.fade-t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.fade-b {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 20rem);
  transform: translate(0, 20rem);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }

.fade-b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.fade-w {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 0; }

.fade-z {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  opacity: 0; }

.fade-w.active,
.fade-z.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

/* -------------------------------------------------------------------- style  */
/* ----------------------------- page-navigation*/
@media screen and (max-width: 767px) {
  .el_hamburger_btn {
    width: 6rem;
    height: 6rem;
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 6.2rem;
    background: var(--sub-color);
    z-index: 1000;
    display: block;
    transition: ease 0.2s; }
    .el_hamburger_btn .el_hamburger_btn_inner {
      position: relative;
      width: 6rem;
      height: 6rem; }
    .el_hamburger_btn span {
      display: block;
      width: 2.8rem;
      height: 0.1rem;
      background: #fff;
      position: absolute;
      transition: all ease 0.3s;
      left: 50%; }
      .el_hamburger_btn span:nth-child(1) {
        top: 1.7rem;
        left: 1.6rem; }
      .el_hamburger_btn span:nth-child(2) {
        top: 3rem;
        left: 1.6rem; }
      .el_hamburger_btn span:nth-child(3) {
        top: 4.2rem;
        left: 1.6rem; } }
@media screen and (max-width: 767px) {
  .el_hamburger_btn.active span:nth-child(1) {
    top: 3rem;
    left: 1.6rem;
    transform: rotate(45deg); }
  .el_hamburger_btn.active span:nth-child(2) {
    top: 3rem;
    left: 1.6rem;
    transform: rotate(-45deg); }
  .el_hamburger_btn.active span:nth-child(3) {
    display: none; } }

@media screen and (max-width: 767px) {
  .page-navigation.fixed {
    transform: translateX(20rem); }

  .page-navigation.fixed + .el_hamburger_btn.active {
    transform: translateX(-20rem); }

  .page-navigation.fixed.active {
    transform: translateX(0);
    opacity: 1; } }
@media screen and (min-width: 768px) {
  #page-navigation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none; }

  #page-navigation.is-show,
  #js-hamburger.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; } }
#js-hamburger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.2s ease;
  pointer-events: none; }

#js-hamburger.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }
  #js-hamburger.is-show.active {
    transform: translateX(-20rem); }

.page-navigation {
  position: fixed;
  width: calc(100vw - 23rem);
  background-color: var(--main-color);
  padding-right: 39rem;
  box-sizing: border-box; }
  .page-navigation.fixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 7.4rem;
    z-index: 15;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: ease 0.2s; }
    @media screen and (max-width: 767px) {
      .page-navigation.fixed {
        height: auto;
        width: 20rem;
        padding-right: 0;
        top: 6.2rem; } }

.page-navigation_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .page-navigation_unit li {
    width: calc(100% / 6);
    border-right: solid 1px #ffffff; }
    @media screen and (max-width: 767px) {
      .page-navigation_unit li {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #ffffff; }
        .page-navigation_unit li:last-child {
          border-bottom: none; } }
  .page-navigation_unit a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 1.2rem 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 1.75;
    height: 7.4rem; }
    .page-navigation_unit a span {
      display: block; }
    @media screen and (max-width: 767px) {
      .page-navigation_unit a {
        text-align: center;
        color: #fff;
        padding: 0.4rem 0.8rem;
        vertical-align: middle;
        font-size: 1.3rem;
        line-height: 1.25;
        height: 4.8rem; } }

/* ----------------------------- wrapper*/
.contents-wrapper {
  max-width: 100%;
  overflow: hidden; }

/* ----------------------------- floating-banner */
.floating-banner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30; }
  .floating-banner .floating-banner__unit {
    padding: 0.7rem;
    display: flex;
    column-gap: 1.2rem; }
    .floating-banner .floating-banner__unit .floating-banner__banner {
      width: 18rem; }
      .floating-banner .floating-banner__unit .floating-banner__banner a {
        display: block;
        border-radius: 0.6rem;
        overflow: hidden;
        border: solid 2px #ffffff;
        box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 767px) {
  .floating-banner {
    top: auto;
    bottom: 0;
    right: 0;
    background: #ffffff; }
    .floating-banner .floating-banner__unit {
      padding: 0.6rem;
      display: flex;
      column-gap: 0.6rem; }
      .floating-banner .floating-banner__unit .floating-banner__banner {
        width: calc(50% - 0.3rem); } }
.floating-banner {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.floating-banner.is-show {
  opacity: 1;
  transform: translateY(0); }

/* ----------------------------- main-visual */
.main-visual {
  position: relative;
  background: url(../img/mainimage-bg_front.svg) bottom center repeat-x, url(../img/mainimage-bg_back.webp) top center no-repeat;
  background-size: 130rem auto, cover;
  padding-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .main-visual {
      background: url(../img/mainimage-bg_front_sp.svg) bottom center repeat-x, url(../img/mainimage-bg_back_sp.webp) top center no-repeat;
      background-size: 100% auto, cover;
      padding-bottom: 3rem; } }
  .main-visual .main-visual__inner {
    position: relative;
    width: 100rem;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .main-visual .main-visual__inner {
        width: 100%; } }
    .main-visual .main-visual__inner::before {
      content: "";
      width: 32.4rem;
      height: 31.9rem;
      position: absolute;
      left: -8rem;
      bottom: -6rem;
      background: url("../img/mainimage-illustration_accompanying.svg") no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__inner::before {
          width: 15rem;
          height: 14rem;
          bottom: 9rem;
          left: -3rem; } }
    .main-visual .main-visual__inner::after {
      content: "";
      width: 32.4rem;
      height: 31.9rem;
      position: absolute;
      right: -4rem;
      bottom: -8rem;
      background: url("../img/mainimage-illustration_proposal.svg") no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__inner::after {
          width: 16.2rem;
          height: 15.95rem;
          bottom: 8rem; } }
    .main-visual .main-visual__inner .features__emblem {
      position: absolute;
      width: 13rem;
      height: 13rem;
      right: 5rem;
      top: 3rem; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__inner .features__emblem {
          width: 8rem;
          height: 8rem;
          top: 0.75rem;
          right: 0.5rem; } }
  .main-visual .main-visual__title {
    color: var(--text-color);
    padding: 4.8rem 0 2.4rem; }
    @media screen and (max-width: 767px) {
      .main-visual .main-visual__title {
        padding: 2.4rem 0 1.2rem; } }
    .main-visual .main-visual__title .main-visual__title-read {
      text-align: center;
      font-weight: 500;
      font-size: 2rem;
      margin-bottom: 1.2rem; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__title .main-visual__title-read {
          font-size: 1.3rem; } }
    .main-visual .main-visual__title .main-visual__maintitle {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.6rem;
      text-align: center;
      font-size: 3.8rem;
      font-weight: 900;
      letter-spacing: 0.12em; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__title .main-visual__maintitle {
          font-size: 2.1rem;
          gap: 0.8rem; } }
      .main-visual .main-visual__title .main-visual__maintitle span {
        display: inline-block;
        background: #ffffff;
        line-height: 1.5;
        padding: 0 1.6rem; }
  .main-visual .main-visual__phrase {
    text-align: center;
    margin-bottom: 1.6rem; }
    .main-visual .main-visual__phrase .main-visual__phrase-txt {
      position: relative;
      display: inline-block;
      text-align: center;
      color: var(--text-color);
      font-weight: 700;
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        .main-visual .main-visual__phrase .main-visual__phrase-txt {
          font-size: 1.4rem; } }
      .main-visual .main-visual__phrase .main-visual__phrase-txt span {
        font-size: 2.8rem; }
        @media screen and (max-width: 767px) {
          .main-visual .main-visual__phrase .main-visual__phrase-txt span {
            font-size: 2rem; } }
      .main-visual .main-visual__phrase .main-visual__phrase-txt::before {
        content: "";
        display: block;
        width: 1.8rem;
        height: 3.4rem;
        position: absolute;
        left: -2.4rem;
        bottom: 0;
        background: url("../img/deco-backslash.svg") center no-repeat;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .main-visual .main-visual__phrase .main-visual__phrase-txt::before {
            width: 1.2rem;
            height: 2.27rem;
            left: -1.6rem; } }
      .main-visual .main-visual__phrase .main-visual__phrase-txt::after {
        content: "";
        display: block;
        width: 1.8rem;
        height: 3.4rem;
        position: absolute;
        right: -2.4rem;
        bottom: 0;
        background: url("../img/deco-slash.svg") center no-repeat;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .main-visual .main-visual__phrase .main-visual__phrase-txt::after {
            width: 1.2rem;
            height: 2.27rem;
            right: -1.6rem; } }
  .main-visual .features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin-bottom: 5rem; }
    @media screen and (max-width: 767px) {
      .main-visual .features {
        gap: 1.2rem; } }
    .main-visual .features .features__list {
      width: 18rem;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.5;
      color: var(--text-color);
      background: linear-gradient(90deg, #ffffff 0%, #dcfff8 100%);
      border-radius: 4rem;
      padding: 1.6rem 2.2rem; }
      @media screen and (max-width: 767px) {
        .main-visual .features .features__list {
          width: 14rem;
          font-size: 1.2rem;
          padding: 1rem 1.8rem; } }
      .main-visual .features .features__list span {
        display: block; }

.client-list {
  margin-bottom: 4rem; }
  .client-list .client-list__title {
    display: flex;
    color: var(--text-color);
    font-weight: 500;
    align-items: center;
    justify-content: center;
    column-gap: 0.8rem;
    padding: 0.8rem 0 0 0;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 767px) {
      .client-list .client-list__title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem; } }
    .client-list .client-list__title::before {
      content: "";
      display: block;
      width: 4.6rem;
      height: 1px;
      background: var(--text-color); }
    .client-list .client-list__title::after {
      content: "";
      display: block;
      width: 4.6rem;
      height: 1px;
      background: var(--text-color); }
  .client-list .logo-item img {
    height: 7rem;
    width: auto; }

.client-list__item {
  display: flex; }

/* ----------------------------- cv-block */
.clos-cv {
  padding: 8rem 0;
  background: #c6f8e9;
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .clos-cv {
      padding: 6rem 0;
      background: #c6f8e9;
      margin-bottom: 6rem; } }

.cv-block {
  text-align: center;
  padding: 0 0 8rem 0; }
  .cv-block.cv-block__mbl {
    padding: 0 0 16rem 0; }
    @media screen and (max-width: 767px) {
      .cv-block.cv-block__mbl {
        padding: 0 0 6rem 0; } }

.cv-button-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem; }
  @media screen and (max-width: 767px) {
    .cv-button-unit {
      max-width: 94%;
      margin: 0 auto;
      column-gap: 0.8rem;
      justify-content: space-between; } }
  .cv-button-unit.cv-button-unit__wide {
    flex-flow: column; }
    @media screen and (max-width: 767px) {
      .cv-button-unit.cv-button-unit__wide {
        gap: 2rem; } }
  .cv-button-unit .cv-button {
    width: 40rem;
    padding: 0; }
    .cv-button-unit .cv-button.cv-button__wide {
      width: 100rem; }
      @media screen and (max-width: 767px) {
        .cv-button-unit .cv-button.cv-button__wide {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .cv-button-unit .cv-button.cv-button__medium {
        width: 70%; } }
    .cv-button-unit .cv-button a {
      display: block;
      overflow: hidden;
      border: solid 0.4rem #ffffff;
      border-radius: 0.8rem;
      box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 767px) {
        .cv-button-unit .cv-button a {
          border: solid 0.2rem #ffffff;
          border-radius: 0.4rem; } }
      .cv-button-unit .cv-button a img {
        border-radius: 0.8rem; }
        @media screen and (max-width: 767px) {
          .cv-button-unit .cv-button a img {
            border-radius: 0.4rem; } }
      .cv-button-unit .cv-button a:hover {
        transform: translateY(0.4rem);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25); }

/* ----------------------------- issue お悩み */
.issues {
  position: relative;
  background: url("../img/issue_bg.webp") top center;
  background-size: cover;
  height: 70rem; }
  @media screen and (max-width: 767px) {
    .issues {
      height: 55rem; } }
  .issues::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24rem;
    background: url(../img/ssues_bg_front.svg) center no-repeat;
    background-size: cover;
    z-index: 2; }
  .issues::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11rem;
    height: 5rem;
    aspect-ratio: 110 / 50;
    background: url(../img/issume-arrow.svg) center no-repeat;
    background-size: cover;
    z-index: 3; }
  .issues .issue_unit {
    position: relative;
    height: 48rem;
    width: 100rem;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .issues .issue_unit {
        width: 100%; } }
    .issues .issue_unit .issue_list {
      position: absolute;
      text-align: center;
      font-weight: 500;
      font-size: 1.6rem;
      color: var(--text-color);
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        .issues .issue_unit .issue_list {
          font-size: 1rem;
          line-height: 1.5; } }
      @media screen and (max-width: 767px) {
        .issues .issue_unit .issue_list span {
          display: block; } }
      .issues .issue_unit .issue_list.issue_01 {
        left: 1.7rem;
        top: 1rem;
        width: 33.3rem;
        height: 27.8rem;
        background: url(../img/issue01.webp) center no-repeat;
        background-size: contain;
        padding: 6.2rem 0 0 9.6rem; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_01 {
            left: 2.2rem;
            top: 1rem;
            width: 19rem;
            height: 15rem;
            padding: 2.4rem 0 0 4.6rem; } }
      .issues .issue_unit .issue_list.issue_02 {
        left: 34rem;
        top: 1.7rem;
        width: 30.3rem;
        height: 26.4rem;
        background: url(../img/issue02.webp) center no-repeat;
        background-size: contain;
        padding: 4rem 0 0 4.5rem; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_02 {
            left: 20rem;
            top: 3rem;
            width: 17rem;
            height: 15rem;
            padding: 2.4rem 0 0 2.5rem; } }
      .issues .issue_unit .issue_list.issue_03 {
        left: 64.9rem;
        top: -0.6rem;
        width: 32.6rem;
        height: 30.5rem;
        background: url(../img/issue03.webp) center no-repeat;
        background-size: contain;
        padding: 3rem 0 0 2em; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_03 {
            left: 0.4rem;
            top: 12rem;
            width: 18rem;
            height: 16rem;
            padding: 2rem 0 0 2.3rem; } }
      .issues .issue_unit .issue_list.issue_04 {
        left: 7.4rem;
        top: 20.5rem;
        width: 25.7rem;
        height: 36.9rem;
        background: url(../img/issue04.webp) center no-repeat;
        background-size: contain;
        padding: 3.3rem 0 0 0.5rem; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_04 {
            left: 18rem;
            top: 14rem;
            width: 14rem;
            height: 21rem;
            padding: 2.5rem 0 0 0.5rem; } }
      .issues .issue_unit .issue_list.issue_05 {
        left: 38.5rem;
        top: 22rem;
        width: 26.7rem;
        height: 32.9rem;
        background: url(../img/issue05.webp) center no-repeat;
        background-size: contain;
        padding: 5.5rem 2rem 0 0; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_05 {
            left: 3rem;
            top: 22rem;
            width: 15rem;
            height: 19rem;
            padding: 3.5rem 1rem 0 0; } }
      .issues .issue_unit .issue_list.issue_06 {
        left: 68rem;
        top: 19.4rem;
        width: 30.4rem;
        height: 29.7rem;
        background: url(../img/issue06.webp) center no-repeat;
        background-size: contain;
        padding: 4rem 4.4rem 0 0; }
        @media screen and (max-width: 767px) {
          .issues .issue_unit .issue_list.issue_06 {
            left: 19rem;
            top: 25rem;
            width: 17rem;
            height: 17rem;
            padding: 2.8rem 2.4rem 0 0; } }

/* ----------------------------- service-introduction　サービス紹介 */
.service-introduction__wrap {
  background: url("../img/service-introduction_bg.webp") top center no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .service-introduction__wrap {
      background: url("../img/service-introduction_bg_sp.webp") top center no-repeat;
      background-size: 100% auto; } }

.service-introduction {
  margin: 0 auto; }

.service-introduction__header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 90%;
  max-width: calc(100% - 8rem);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .service-introduction__header {
      display: block;
      max-width: 100%; } }
  .service-introduction__header .txt {
    width: 47.5%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .service-introduction__header .txt {
        width: 100%; } }
    .service-introduction__header .txt .block-title {
      text-align: left;
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 767px) {
        .service-introduction__header .txt .block-title {
          text-align: center;
          margin-bottom: 1.6rem; } }
    .service-introduction__header .txt p {
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 250%;
      letter-spacing: 0.15em;
      color: var(--text-color); }
      @media screen and (max-width: 767px) {
        .service-introduction__header .txt p {
          font-size: 1.3rem;
          text-align: center; } }
      .service-introduction__header .txt p span {
        display: block; }
  .service-introduction__header .image {
    width: 47.5%;
    padding-top: 1.2rem; }
    @media screen and (max-width: 767px) {
      .service-introduction__header .image {
        width: 80%;
        margin: 0 auto; } }
    .service-introduction__header .image figure {
      position: relative; }
      .service-introduction__header .image figure figcaption {
        background: url("../img/color_bg.webp");
        background-size: cover;
        color: #ffffff;
        display: inline-block;
        padding: 0 1.6rem;
        height: 5rem;
        line-height: 5rem;
        position: absolute;
        left: -1.2rem;
        top: 2rem;
        letter-spacing: 0.1em;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .service-introduction__header .image figure figcaption {
            height: 3rem;
            line-height: 3rem;
            font-size: 1.3rem;
            top: 1rem; } }
        .service-introduction__header .image figure figcaption span {
          font-weight: 300;
          font-size: 1.4rem; }
          @media screen and (max-width: 767px) {
            .service-introduction__header .image figure figcaption span {
              font-size: 1rem; } }
        .service-introduction__header .image figure figcaption::after {
          content: "";
          position: absolute;
          left: 0;
          top: 5rem;
          width: 1.2rem;
          height: 1.6rem;
          background: url("../img/color_triangle.svg") center no-repeat;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .service-introduction__header .image figure figcaption::after {
              top: 3rem; } }

.service-introduction__body {
  background: url("../img/service-features_bg.webp") top center no-repeat, url("../img/block_bottom_bg.webp") bottom center no-repeat #c6f8e9;
  background-size: 105% auto;
  padding: 13rem 0 8rem 0;
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .service-introduction__body {
      margin-top: -8rem;
      padding: 10rem 0 6rem 0;
      margin-bottom: 6rem; } }

.service-features__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto 4rem auto; }
  @media screen and (max-width: 767px) {
    .service-features__head {
      flex-direction: column;
      width: 100%;
      padding-top: 8rem; } }
  .service-features__head .txt {
    width: calc(100% - 37.4rem);
    padding: 8rem 0 0 8rem; }
    @media screen and (max-width: 767px) {
      .service-features__head .txt {
        width: 90%;
        padding: 0;
        margin: 0 auto; } }
    .service-features__head .txt .service-features__pointmark {
      background: #ffe43f;
      width: 17rem;
      height: 17rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-radius: 50%;
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 160%;
      color: var(--text-color);
      margin-left: -1.2rem;
      margin-top: -2.4rem;
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 767px) {
        .service-features__head .txt .service-features__pointmark {
          position: absolute;
          right: 4rem;
          top: -1rem;
          font-size: 1.2rem;
          width: 11rem;
          height: 11rem;
          margin-left: 0; } }
    .service-features__head .txt .block-title {
      text-align: left;
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 767px) {
        .service-features__head .txt .block-title {
          margin-bottom: 1.6rem;
          text-align: center; } }
    .service-features__head .txt .block-2nd-title {
      font-weight: 900;
      font-size: 2.4rem;
      color: var(--text-color);
      letter-spacing: 0.1em;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .service-features__head .txt .block-2nd-title {
          font-size: 1.6rem;
          text-align: center; } }
      .service-features__head .txt .block-2nd-title span {
        display: inline-block;
        padding: 1.2rem 1.6rem;
        margin-bottom: 1.6rem;
        background-color: #ffffff; }
  .service-features__head .image {
    width: 35rem; }
    @media screen and (max-width: 767px) {
      .service-features__head .image {
        width: 29rem;
        margin-left: auto;
        margin-right: 3rem;
        margin-top: -2rem; } }

.service-features__body {
  aspect-ratio: 10 / 11.5;
  width: 100rem;
  background-size: contain;
  margin: -2rem auto 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .service-features__body {
      aspect-ratio: auto;
      width: 100%;
      margin-top: 0; } }
  .service-features__body::before {
    content: "";
    aspect-ratio: 10 / 12;
    width: 100%;
    background: url("../img/service-features_body_bg.webp") center no-repeat;
    background-size: contain;
    top: -10rem;
    position: absolute;
    left: 0; }
    @media screen and (max-width: 767px) {
      .service-features__body::before {
        content: none; } }
  .service-features__body .service-features__deco01 {
    content: "";
    position: absolute;
    width: 93.8rem;
    height: 58.6rem;
    left: 10rem;
    top: 0.7rem;
    background: url("../img/service-features_deco01.svg") center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .service-features__body .service-features__deco01 {
        display: none; } }
  .service-features__body .service-features__deco02 {
    content: "";
    position: absolute;
    width: 35.6rem;
    height: 29.1rem;
    left: 8rem;
    top: 80rem;
    background: url("../img/service-features_deco02.svg") center no-repeat;
    background-size: contain;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .service-features__body .service-features__deco02 {
        display: none; } }
  .service-features__body .service-features__deco03 {
    content: "";
    position: absolute;
    width: 17.2rem;
    height: 24.6rem;
    right: -2rem;
    top: 90rem;
    background: url("../img/service-features_deco03.svg") center no-repeat;
    background-size: contain;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .service-features__body .service-features__deco03 {
        display: none; } }
  .service-features__body .service-features__detail {
    position: absolute;
    width: 46rem;
    height: 46rem;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .service-features__body .service-features__detail {
        width: 34rem;
        height: 34rem;
        margin: 0 auto 8rem auto;
        position: relative; } }
    .service-features__body .service-features__detail.detail01 {
      z-index: 1;
      border: 0.3rem solid var(--sub-color);
      top: 0;
      left: 34rem; }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail.detail01 {
          border: 0.15rem solid var(--sub-color);
          top: auto;
          left: auto; }
          .service-features__body .service-features__detail.detail01::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: -2rem;
            width: 12rem;
            height: 20rem;
            background: url("../img/service-features_deco01_sp.svg") center no-repeat;
            background-size: contain; } }
    .service-features__body .service-features__detail.detail02 {
      z-index: 1;
      border: 0.3rem solid #3da7b7;
      top: 42rem;
      left: 3rem; }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail.detail02 {
          border: 0.15rem solid #3da7b7;
          top: auto;
          left: auto; }
          .service-features__body .service-features__detail.detail02::after {
            content: "";
            display: block;
            position: absolute;
            bottom: -6rem;
            left: -4rem;
            width: 12rem;
            height: 22rem;
            background: url("../img/service-features_deco02_sp.svg") center no-repeat;
            background-size: contain; } }
    .service-features__body .service-features__detail.detail03 {
      z-index: 1;
      border: 0.3rem solid var(--main-color);
      top: 58rem;
      left: 50rem; }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail.detail03 {
          border: 0.15rem solid var(--main-color);
          top: auto;
          left: auto; }
          .service-features__body .service-features__detail.detail03::after {
            content: "";
            display: block;
            position: absolute;
            bottom: -3rem;
            right: -1rem;
            width: 11rem;
            height: 32rem;
            background: url("../img/service-features_deco03_sp.svg") center no-repeat;
            background-size: contain; } }
    .service-features__body .service-features__detail .article {
      position: relative;
      max-width: 31rem; }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail .article {
          max-width: 22rem; } }
      .service-features__body .service-features__detail .article .article__catchphrase {
        position: absolute;
        width: 21rem;
        height: 11.4rem;
        padding: 2.4rem 0 0 3.4rem;
        color: var(--sub-color); }
        @media screen and (max-width: 767px) {
          .service-features__body .service-features__detail .article .article__catchphrase {
            width: 16rem;
            height: 8.6rem;
            padding: 1.4rem 0 0 2.2rem; } }
        .service-features__body .service-features__detail .article .article__catchphrase span {
          display: block;
          font-weight: 900;
          font-size: 1.4rem;
          line-height: 175%;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 767px) {
            .service-features__body .service-features__detail .article .article__catchphrase span {
              font-size: 1.2rem; } }
      .service-features__body .service-features__detail .article .article__title {
        font-weight: 900;
        font-size: 2.6rem;
        line-height: 175%;
        text-align: center;
        letter-spacing: 0.05em;
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem; }
        @media screen and (max-width: 767px) {
          .service-features__body .service-features__detail .article .article__title {
            font-size: 1.8rem; } }
      .service-features__body .service-features__detail .article .article__body {
        text-align: left;
        line-height: 220%;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .service-features__body .service-features__detail .article .article__body {
            font-size: 1.2rem; } }
    .service-features__body .service-features__detail.detail01 .article .article__catchphrase {
      background: url("../img/fukidashi01.svg") no-repeat;
      background-size: contain;
      width: 25rem;
      top: -12rem;
      left: 2rem;
      padding: 2.4rem 0 0 2rem; }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail.detail01 .article .article__catchphrase {
          width: 19rem;
          height: 10rem;
          top: -9rem;
          left: 0;
          padding: 1.5rem 0 0 1rem; } }
    .service-features__body .service-features__detail.detail01 .article .article__title {
      color: var(--sub-color);
      border-bottom: solid 0.3rem var(--sub-color); }
    .service-features__body .service-features__detail.detail02 .article .article__catchphrase {
      background: url("../img/fukidashi02.svg") no-repeat;
      background-size: contain;
      top: -12rem;
      left: 2rem;
      color: #3da7b7; }
    .service-features__body .service-features__detail.detail02 .article .article__title {
      color: #3da7b7;
      border-bottom: solid 0.3rem #3da7b7; }
    .service-features__body .service-features__detail.detail03 .article .article__catchphrase {
      background: url("../img/fukidashi03.svg") no-repeat;
      background-size: contain;
      width: 24rem;
      top: -12rem;
      left: 2rem;
      padding: 2.4rem 0 0 3.2rem;
      color: var(--main-color); }
      @media screen and (max-width: 767px) {
        .service-features__body .service-features__detail.detail03 .article .article__catchphrase {
          top: -10rem;
          padding: 1.4rem 0 0 2rem; } }
    .service-features__body .service-features__detail.detail03 .article .article__title {
      color: var(--main-color);
      border-bottom: solid 0.3rem var(--main-color); }

.staff {
  max-width: 100rem;
  margin: 0 auto 2rem auto; }
  @media screen and (max-width: 767px) {
    .staff {
      width: 90%;
      margin: 0 auto; } }
  .staff .staff__title {
    width: 30.6rem;
    height: 8.4rem;
    background: url("../img/staff-title_bg.svg") center no-repeat;
    background-size: contain;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: var(--text-color);
    text-align: center;
    padding: 1.2rem 0 0 0;
    margin: 0 auto 1.6rem auto; }
    @media screen and (max-width: 767px) {
      .staff .staff__title {
        width: 20.4rem;
        height: 5.6rem;
        font-size: 1.4rem;
        padding: 0.6rem 0 0 0; } }
  .staff .staff__unit {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto 4rem auto; }
    @media screen and (max-width: 767px) {
      .staff .staff__unit {
        margin: 0 auto 2rem auto;
        max-width: 90%; } }
    @media screen and (max-width: 767px) {
      .staff .staff__unit.slick-slider-staff {
        width: 90%; } }
    .staff .staff__unit .staff__list__wrap {
      width: 33%;
      margin: 0 2.4rem;
      background: #ffffff;
      border-radius: 1.2rem; }
      @media screen and (max-width: 767px) {
        .staff .staff__unit .staff__list__wrap {
          padding: 0;
          margin: 0;
          width: auto; } }
      .slick-slider-staff .staff .staff__unit .staff__list__wrap {
        width: auto; }
    .staff .staff__unit .staff__list {
      background: #ffffff;
      background: url(../img/sales-staff.svg) center top no-repeat, url(../img/color_bg_01.webp) left top no-repeat #ffffff;
      background-size: cover, cover;
      border-radius: 1.2rem;
      padding: 2.4rem 0 0 0;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .staff .staff__unit .staff__list {
          padding: 1.6rem; } }
      .staff .staff__unit .staff__list.staff02 {
        background: url(../img/sales-staff.svg) center top no-repeat, url(../img/color_bg_02.webp) left top no-repeat #ffffff;
        background-size: cover, cover; }
      .staff .staff__unit .staff__list.staff03 {
        background: url(../img/sales-staff.svg) center top no-repeat, url(../img/color_bg_03.webp) left top no-repeat #ffffff;
        background-size: cover, cover; }
      .staff .staff__unit .staff__list .staff__photo {
        padding: 0;
        margin-bottom: 0.8rem;
        width: 100%;
        text-align: center; }
        .staff .staff__unit .staff__list .staff__photo img {
          border-radius: 50%;
          width: 45%;
          margin: 0 auto; }
        .staff .staff__unit .staff__list .staff__photo figcaption {
          color: var(--text-color);
          font-weight: 500;
          letter-spacing: 0.1em;
          padding: 0.8rem 0; }
      .staff .staff__unit .staff__list .staff__list__body {
        padding: 0 2.4rem 2.4rem 2.4rem;
        font-size: 1.4rem;
        line-height: 220%; }
        @media screen and (max-width: 767px) {
          .staff .staff__unit .staff__list .staff__list__body {
            padding: 0 0 1.6rem 0; } }
        .staff .staff__unit .staff__list .staff__list__body .staff__catchphrase {
          font-weight: 900;
          font-size: 1.8rem;
          line-height: 175%;
          color: var(--text-color);
          letter-spacing: 0.1em;
          margin-bottom: 0.8rem;
          text-align: center; }

/* ----------------------------- service plan サービスプラン */
.service-plan {
  background: url("../img/plan_bg.webp") top center no-repeat;
  background-size: cover;
  padding: 8rem 0;
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .service-plan {
      padding: 4rem 1.5rem;
      margin-bottom: 4rem; } }
  .service-plan .service-plan__header {
    text-align: center;
    margin-bottom: 4rem; }
    @media screen and (max-width: 767px) {
      .service-plan .service-plan__header {
        margin-bottom: 8rem; } }

.service-plan__body {
  padding: 6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 100rem;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .service-plan__body {
      padding: 0 0 0 0;
      flex-direction: column;
      gap: 3rem; } }

.plan {
  position: relative;
  width: 47.5%;
  padding: 6.8rem 4rem 3.2rem 4rem;
  background: url(../img/plan-block_header.webp) top center no-repeat #ffffff;
  background-size: 100% auto;
  border-radius: 1.2rem;
  background-color: #fff; }
  .plan.plan__slim {
    background: url(../img/plan-block_header.webp) top center no-repeat #ffffff;
    background-size: 200% auto; }
  @media screen and (max-width: 767px) {
    .plan {
      width: 100%;
      padding: 5rem 2rem 3rem 2rem; }
      .plan.plan__slim {
        background: url(../img/plan-block_header.webp) top center no-repeat #ffffff;
        background-size: 100% auto; } }

.plan.plan__main {
  width: 100%;
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    .plan.plan__main {
      margin-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .plan.plan__slim {
    margin-bottom: 4rem; } }

.plan__header {
  position: relative;
  text-align: center;
  margin-bottom: 3.2rem; }

.plan__title-label {
  display: block;
  position: relative;
  padding-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 200%;
  color: var(--main-color);
  font-family: "Roboto Condensed", sans-serif;
  width: 14rem;
  height: 14rem;
  margin: -12.8rem auto 0 auto;
  border-radius: 50%;
  background: #ffffff;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .plan__title-label {
      font-size: 1.4rem;
      width: 10rem;
      height: 10rem;
      margin: -9rem auto 0 auto;
      padding-top: 1.6rem; } }

.plan__title-label.plan__title-label__large {
  font-size: 1.8rem;
  width: 16rem;
  height: 16rem;
  margin: -14rem auto 0 auto; }
  @media screen and (max-width: 767px) {
    .plan__title-label.plan__title-label__large {
      font-size: 1.6rem;
      width: 12rem;
      height: 12rem;
      margin: -10rem auto 0 auto; } }

.plan__title-number {
  font-size: 4rem;
  display: block;
  color: var(--main-color);
  font-family: "Roboto Condensed", sans-serif; }
  @media screen and (max-width: 767px) {
    .plan__title-number {
      font-size: 2.8rem; } }

.plan__title-number__title-number__large {
  font-size: 6rem; }
  @media screen and (max-width: 767px) {
    .plan__title-number__title-number__large {
      font-size: 4rem; } }

.plan__heading {
  position: relative;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 175%;
  letter-spacing: 0.1em;
  color: var(--text-color);
  margin: -3rem -1rem 1.2rem -1rem;
  z-index: 2;
  text-align: center; }
  .plan__heading.plan__heading__small {
    font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .plan__heading {
      font-size: 1.8rem;
      margin: -2rem 0 2.4rem 0;
      line-height: 1.6; } }

.plan__explanation {
  color: var(--main-color);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .plan__explanation {
      font-size: 1.5rem; } }

.plan__features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .plan__features {
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 3rem; } }

.plan__feature-tag {
  padding: 0.2rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .plan__feature-tag {
      font-size: 1.1rem;
      padding: 0.2rem 1rem; } }

.plan__feature-tag--cyan {
  background-color: #41b4d7; }

.plan__feature-tag--orange {
  background-color: #f6ae00; }

.plan__feature-tag--purple {
  background-color: #6981d9; }

.plan__content {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  max-width: 92rem;
  margin: 0 auto;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .plan__content {
      gap: 2rem; } }

.plan__content.plan__content__wide {
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .plan__content.plan__content__wide {
      flex-direction: column; } }

.plan__image-wrapper {
  width: 40rem; }
  @media screen and (max-width: 767px) {
    .plan__image-wrapper {
      width: 100%; } }

.plan__image {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  object-fit: cover; }

.plan__info {
  flex: 1; }
  @media screen and (max-width: 767px) {
    .plan__info {
      width: 100%; } }

.plan__recommend-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  position: relative;
  padding: 0 0 2rem 0;
  background: url("../img/deco_issue_line.svg") bottom center no-repeat;
  background-size: contain;
  letter-spacing: 0.1em;
  color: var(--text-color); }
  @media screen and (max-width: 767px) {
    .plan__recommend-title {
      font-size: 1.6rem;
      padding: 0 0 1.5rem 0; } }

.plan__problems {
  list-style: none;
  padding: 0;
  margin: 0; }

.plan__problem-item {
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 0;
  border-bottom: 0.1rem dotted var(--text-color); }
  @media screen and (max-width: 767px) {
    .plan__problem-item {
      gap: 0.6rem;
      padding: 1rem 0; } }

.plan__problem-item:last-child {
  border-bottom: none; }

.plan__problem-icon {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2rem;
  background: url("../img/ic_small_fukidashi.svg") center no-repeat;
  margin-top: 0.8rem; }
  @media screen and (max-width: 767px) {
    .plan__problem-icon {
      width: 1.8rem;
      height: 1.6rem;
      margin-top: 0.4rem;
      background-size: contain; } }

.plan__problem-text {
  flex: 1;
  line-height: 1.8;
  color: var(--text-color);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em; }

.plan__problem-emphasis {
  color: var(--main-color);
  font-weight: 600; }

.other-plan__phrase {
  font-weight: 900;
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.15em;
  color: var(--text-color);
  text-align: center;
  display: inline-block;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .other-plan__phrase {
      font-size: 1.6rem;
      line-height: 1.8; } }
  .other-plan__phrase::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 4.6rem;
    background: url("../img/ic_backslash.svg") center no-repeat;
    background-size: contain;
    transform: translateY(33%);
    margin-right: 1.2rem; }
    @media screen and (max-width: 767px) {
      .other-plan__phrase::before {
        width: 2.4rem;
        height: 3.6rem;
        margin-right: 0.8rem; } }
  .other-plan__phrase::after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 4.6rem;
    background: url("../img/ic_slash.svg") center no-repeat;
    background-size: contain;
    transform: translateY(33%);
    margin-left: 1.2rem; }
    @media screen and (max-width: 767px) {
      .other-plan__phrase::after {
        width: 2.4rem;
        height: 3.6rem;
        margin-left: 0.8rem; } }

.other-plan__unit {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .other-plan__unit {
      flex-direction: column;
      gap: 2rem; } }

.other-plan {
  background: #ffffff;
  border-radius: 0.8rem; }

.other-plan__inner {
  width: 22.8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media screen and (max-width: 767px) {
    .other-plan__inner {
      width: 100%;
      display: flex;
      justify-content: space-between; } }
  .other-plan__inner .other-plan__image-wrapper {
    border-radius: 0.8rem 0.8rem 0 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: solid 1px #f4f4f4; }
    @media screen and (max-width: 767px) {
      .other-plan__inner .other-plan__image-wrapper {
        width: 16rem;
        border-radius: 0.8rem 0 0 0.8rem;
        object-fit: cover;
        aspect-ratio: auto;
        border-bottom: none;
        border-right: solid 1px #f4f4f4; } }
    .other-plan__inner .other-plan__image-wrapper .other-plan__image {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      object-fit: cover;
      object-position: center center; }
      @media screen and (max-width: 767px) {
        .other-plan__inner .other-plan__image-wrapper .other-plan__image {
          width: 16rem;
          height: 100%;
          overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .other-plan__inner .other-plan__text {
      font-size: 1.3rem;
      line-height: 175%; } }
  .other-plan__inner .other-plan__info {
    padding: 1.6rem;
    color: var(--text-color); }
    @media screen and (max-width: 767px) {
      .other-plan__inner .other-plan__info {
        padding: 1.2rem;
        width: calc(100% - 16rem); } }
    .other-plan__inner .other-plan__info .other-plan__heading {
      font-weight: 900;
      font-size: 1.8rem;
      line-height: 175%;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .other-plan__inner .other-plan__info .other-plan__heading {
          font-size: 1.6rem;
          line-height: 1.6; } }
    .other-plan__inner .other-plan__info .other-plan__link {
      display: inline-block;
      text-align: right;
      color: var(--sub-color);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .other-plan__inner .other-plan__info .other-plan__link::after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background: url("../img/ic_arrow.svg") center no-repeat;
        background-size: contain;
        margin-left: 0.4rem;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }

.other-plan a:hover .other-plan__link {
  text-decoration: underline; }
  .other-plan a:hover .other-plan__link::after {
    transform: translateX(1rem); }
.other-plan a:hover .other-plan__image {
  transform: scale(1.1); }

.service-plan__footer {
  text-align: center;
  width: 100%;
  padding-top: 4rem; }

/* ----------------------------- trainers トレーナー */
.trainers_bg_wrap {
  background: url("../img/trainers_bottom-bg_back.svg") bottom center no-repeat, url("../img/trainers_bg.webp") top center;
  background-size: 100% auto, cover;
  padding: 0 0 0 0; }
  @media screen and (max-width: 767px) {
    .trainers_bg_wrap {
      background: url("../img/trainers_bottom-bg_back.svg") bottom center no-repeat, url("../img/trainers_bg_sp.webp") top center;
      background-size: 100% auto, cover;
      padding: 0 0 0 0; } }

.trainers {
  position: relative;
  max-width: 100rem;
  margin: 0 auto 8rem auto;
  padding: 12rem 0 30rem 0;
  background: url("../img/trainers_bottom-bg.svg") bottom center no-repeat;
  background-size: 100rem auto; }
  @media screen and (max-width: 767px) {
    .trainers {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 4rem auto;
      padding: 6rem 1.5rem 20rem 1.5rem;
      background: url("../img/trainers_bottom-bg_sp.svg") bottom center no-repeat;
      background-size: 85% auto; } }
  .trainers::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 9.3rem;
    height: 28rem;
    background: url("../img/trainers-image_right.svg") center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .trainers::before {
        content: none; } }
  .trainers::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10rem;
    width: 8.3rem;
    height: 12.8rem;
    background: url("../img/trainers-image_left.svg") center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .trainers::after {
        content: none; } }
  .trainers .trainers__title {
    width: 66.6rem;
    height: 12.4rem;
    background: url(../img/trainers-title_bg.svg) center no-repeat;
    background-size: contain;
    font-weight: 900;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    color: var(--text-color);
    text-align: center;
    padding: 1.2rem 0 0 0;
    margin: 0 auto 1.6rem auto; }
    @media screen and (max-width: 767px) {
      .trainers .trainers__title {
        width: 32rem;
        height: 7rem;
        font-size: 1.8rem;
        padding: 1rem 0 0 0;
        margin: 0 auto 2rem auto; } }
  .trainers .trainers__unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem; }
    @media screen and (max-width: 767px) {
      .trainers .trainers__unit {
        flex-direction: column;
        gap: 2.5rem;
        display: block;
        max-width: 90%;
        margin: 0 auto; } }
    .trainers .trainers__unit .trainers__card {
      width: 48rem;
      background: #ffffff;
      border: 0.2rem solid var(--sub-color);
      border-radius: 1.2rem;
      padding: 3.2rem 0 1.6rem 0; }
      @media screen and (max-width: 767px) {
        .trainers .trainers__unit .trainers__card {
          width: auto;
          padding: 1.6rem 0 0 0;
          border: 0.1rem solid var(--sub-color); } }
      .trainers .trainers__unit .trainers__card .trainers__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .trainers .trainers__unit .trainers__card .trainers__inner .trainers__photo {
          width: 18rem;
          padding-left: 3.2rem; }
          @media screen and (max-width: 767px) {
            .trainers .trainers__unit .trainers__card .trainers__inner .trainers__photo {
              padding-left: 1.6rem;
              width: 12rem; } }
          .trainers .trainers__unit .trainers__card .trainers__inner .trainers__photo img {
            border-radius: 1.2rem; }
        .trainers .trainers__unit .trainers__card .trainers__inner .trainers__content {
          width: calc(100% - 18rem);
          padding: 0 3.2rem 1.6rem 2.4rem; }
          @media screen and (max-width: 767px) {
            .trainers .trainers__unit .trainers__card .trainers__inner .trainers__content {
              width: calc(100% - 12rem);
              padding: 0 1.6rem 1.6rem 1.6rem; } }
      .trainers .trainers__unit .trainers__card .trainers__name {
        font-weight: 800;
        font-size: 2rem;
        line-height: 200%;
        letter-spacing: 0.2em;
        color: var(--text-color);
        text-align: center; }
        @media screen and (max-width: 767px) {
          .trainers .trainers__unit .trainers__card .trainers__name {
            font-size: 1.4rem; } }
      .trainers .trainers__unit .trainers__card .trainers__description {
        line-height: 220%; }
      .trainers .trainers__unit .trainers__card .trainers__info {
        padding: 0.8rem 0 1.6rem 0;
        border-radius: 0 0 1.2rem 1.2rem;
        border-top: solid 0.2rem var(--sub-color);
        margin: 0 3.2rem; }
        @media screen and (max-width: 767px) {
          .trainers .trainers__unit .trainers__card .trainers__info {
            padding: 1rem 0 1.6rem 0;
            margin: 0 1.6rem; } }
        .trainers .trainers__unit .trainers__card .trainers__info .trainers__info-title {
          color: var(--sub-color);
          font-weight: 800; }
        .trainers .trainers__unit .trainers__card .trainers__info .trainers__info-text {
          line-height: 220%; }
          @media screen and (max-width: 767px) {
            .trainers .trainers__unit .trainers__card .trainers__info .trainers__info-text {
              font-size: 1.3rem;
              line-height: 1.8; } }

.responsible-training {
  margin-bottom: 1.6rem; }
  .responsible-training li::before {
    content: "● ";
    color: var(--main-color);
    font-size: 0.75em; }

.specialty-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.2rem;
  padding-top: 0.8rem; }
  .specialty-area.specialty-area__column {
    flex-direction: column; }
  .specialty-area li {
    display: inline-block;
    padding: 0.2rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    background: #f4f4f4; }
    @media screen and (max-width: 767px) {
      .specialty-area li {
        font-size: 1.1rem;
        padding: 0.2rem 1rem; } }

.trainers__footer {
  padding: 4rem 0 8rem 0; }
  @media screen and (max-width: 767px) {
    .trainers__footer {
      padding: 2rem 0 2rem 0; } }

/* ----------------------------- learning-pit ラーニングピット */
.learning-pit__header {
  margin-bottom: 4rem; }

.learning-pit__wrapper {
  padding: 6rem 0 8rem 0;
  background-color: #e4f8c6;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .learning-pit__wrapper {
      padding: 4rem 1.6rem; } }
  .learning-pit__wrapper .learning-pit__inner {
    max-width: 100rem;
    margin: 0 auto;
    position: relative; }
    .learning-pit__wrapper .learning-pit__inner .learning-pit__circle {
      position: absolute;
      top: -8rem;
      left: 7rem;
      width: 17.4rem;
      height: 17.4rem;
      border-radius: 50%;
      background: #65ad35;
      border: 0.6rem solid #fffd89;
      color: #ffffff;
      font-weight: 600;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 3; }
      @media screen and (max-width: 767px) {
        .learning-pit__wrapper .learning-pit__inner .learning-pit__circle {
          width: 10rem;
          height: 10rem;
          top: -9rem;
          left: 4rem;
          transform: translateX(-50%);
          font-size: 1rem;
          border-width: 0.4rem;
          border: 0.3rem solid #fffd89; } }
    .learning-pit__wrapper .learning-pit__inner .learning-pit__header {
      margin-bottom: 4rem; }
      @media screen and (max-width: 767px) {
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header {
          margin-bottom: 6rem; } }
      .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title {
        position: relative;
        display: inline-block;
        padding: 2rem 4rem;
        margin: 0 auto 2.4rem auto;
        text-align: center;
        color: #65ad35;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 1.5;
        background: url("../img/learning-pit-title-bg_left.svg") left center no-repeat, url("../img/learning-pit-title-bg_right.svg") right center no-repeat;
        background-size: contain;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title {
            padding: 1.6rem 2rem;
            font-size: 1.4rem;
            margin-bottom: 1.6rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title::before {
          content: "";
          width: 23rem;
          height: 8.8rem;
          background: url("../img/learning-pit_deco.svg") center no-repeat;
          position: absolute;
          right: -24rem;
          top: 50%;
          transform: translateY(-50%); }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title::after {
          content: "";
          width: 23rem;
          height: 8.8rem;
          background: url("../img/learning-pit_deco.svg") center no-repeat;
          position: absolute;
          left: -24rem;
          top: 50%;
          transform: translateY(-50%); }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title .emphasis {
          background: top left/1em 0.5em repeat-x radial-gradient(circle, #65ad35 0.1em, rgba(0, 0, 0, 0) 0.1em);
          padding-top: 0.2em; }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title .service-name {
          font-size: 4.8rem;
          font-weight: 900;
          display: block;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title .service-name {
              font-size: 3.2rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title .service-name_jp {
          font-size: 1.6rem;
          font-weight: 900;
          display: block; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__header .learning-pit__title .service-name_jp {
              font-size: 1.4rem; } }
    .learning-pit__wrapper .learning-pit__inner .learning-pit__body {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4rem; }
      @media screen and (max-width: 767px) {
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body {
          flex-direction: column;
          align-items: center;
          gap: 6rem;
          margin-bottom: 2rem; } }
      .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail {
        width: 31rem;
        position: relative;
        background: #ffffff;
        border-radius: 1.2rem;
        padding: 4.8rem 2.4rem 2.4rem 2.4rem; }
        @media screen and (max-width: 767px) {
          .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail {
            width: 100%;
            max-width: 34rem;
            padding: 4.8rem 2rem 2rem 2rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__num {
          position: absolute;
          left: 50%;
          top: -3.6rem;
          transform: translateX(-50%);
          width: 7.2rem;
          height: 7.2rem;
          background: #b1b1b1;
          border-radius: 50%;
          color: #ffffff;
          font-size: 1.3rem;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          letter-spacing: 0.1; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__num {
              width: 6rem;
              height: 6rem;
              top: -3rem;
              font-size: 1.2rem; } }
          .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__num span {
            font-size: 1.8rem;
            font-weight: 700; }
            @media screen and (max-width: 767px) {
              .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__num span {
                font-size: 1.6rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__phrase {
          font-style: normal;
          line-height: 200%;
          text-align: center;
          letter-spacing: 0.1em;
          color: #65ad35;
          margin-bottom: 0.8rem; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__phrase {
              font-size: 1.6rem;
              margin-bottom: 1.2rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__title {
          font-style: normal;
          font-weight: 900;
          font-size: 2rem;
          text-align: center;
          letter-spacing: 0.1em;
          color: #65ad35;
          margin-bottom: 1.6rem;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 0.8rem; }
          .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__title::before {
            content: "";
            display: block;
            width: 2.4rem;
            height: 4rem;
            background: url("../img/learning-pit_check.svg") center no-repeat;
            background-size: contain;
            flex-shrink: 0; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__title {
              font-size: 1.6rem;
              margin-bottom: 1.2rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__image {
          width: 16rem;
          margin: 0 auto 1.6rem auto; }
          @media screen and (max-width: 767px) {
            .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__image {
              width: 14rem;
              margin-bottom: 1.2rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__list {
          text-align: left; }
          .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__list li {
            display: flex;
            column-gap: 0.8rem;
            font-size: 1.5rem;
            margin-bottom: 0.8rem; }
            @media screen and (max-width: 767px) {
              .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__list li {
                font-size: 1.4rem;
                column-gap: 0.6rem; } }
            .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__list li::before {
              content: "";
              display: block;
              width: 2.4rem;
              height: 3rem;
              background: url("../img/learning-pit_check.svg") center no-repeat;
              background-size: contain;
              flex-shrink: 0; }
              @media screen and (max-width: 767px) {
                .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail .service-detail__list li::before {
                  width: 2rem;
                  height: 2.6rem; } }
        .learning-pit__wrapper .learning-pit__inner .learning-pit__body .service-detail p {
          font-size: 1.5rem;
          text-align: left; }

/* ----------------------------- case 導入事例 */
#case {
  padding: 8rem 0 0 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #case {
      padding: 4.8rem 0 0 0; } }

.case__header {
  max-width: 100rem;
  margin: 0 auto; }

.case-logo__unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 4rem 0; }
  @media screen and (max-width: 767px) {
    .case-logo__unit {
      padding: 2rem 0; } }
  .case-logo__unit li img {
    height: 8.4rem;
    width: auto; }
  @media screen and (max-width: 767px) {
    .case-logo__unit li img {
      height: 5.4rem;
      width: auto; } }

.case__body {
  padding: 8rem 0 0 0;
  background: #c6f8e9; }
  @media screen and (max-width: 767px) {
    .case__body {
      padding: 6rem 1.6rem 0 1.6rem; } }

.casestudy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 4rem;
  max-width: 100rem;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .casestudy_list {
      flex-direction: column;
      padding-top: 0;
      max-width: 90%;
      margin: 0 auto; } }
  .casestudy_list .casestudy__block {
    position: relative;
    display: block;
    max-width: 30%;
    margin-bottom: 0.5rem;
    text-decoration: none;
    background: #ffffff;
    border-radius: 1.2rem;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      .casestudy_list .casestudy__block {
        max-width: 100%;
        margin-bottom: 0.8rem; } }
    .casestudy_list .casestudy__block:nth-of-type(3n) {
      margin-right: 0; }
    .casestudy_list .casestudy__block:hover {
      text-decoration: underline; }
      .casestudy_list .casestudy__block:hover .article_img img {
        transform: scale(1.2);
        /* 拡大 */
        opacity: 1; }
    .casestudy_list .casestudy__block .casestudy-list__tag {
      position: absolute;
      left: -0.8rem;
      top: -0.8rem;
      background: var(--sub-color);
      color: #ffffff;
      z-index: 2;
      font-size: 1.3rem;
      padding: 0.8rem 1.2rem;
      border-radius: 0.8rem; }
      .casestudy_list .casestudy__block .casestudy-list__tag.casestudy-list__tag__02 {
        background: var(--main-color); }
      .casestudy_list .casestudy__block .casestudy-list__tag.casestudy-list__tag__03 {
        background: #3da7b7; }
    .casestudy_list .casestudy__block h3 {
      margin-top: 1.6rem;
      font-size: 1.6rem;
      font-weight: bold;
      font-family: "Roboto", sans-serif; }
      @media screen and (max-width: 767px) {
        .casestudy_list .casestudy__block h3 {
          margin-top: 0.8rem;
          font-size: 1.4rem; } }
    .casestudy_list .casestudy__block .article_info {
      padding: 0 2.4rem 2.4rem 2.4rem; }
      @media screen and (max-width: 767px) {
        .casestudy_list .casestudy__block .article_info {
          padding: 0 1.6rem 1.6rem 1.6rem; } }
    .casestudy_list .casestudy__block .article_img {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      overflow: hidden;
      border-radius: 1.2rem 1.2rem 0 0; }
      .casestudy_list .casestudy__block .article_img img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        max-width: initial;
        width: 100%;
        height: 100%;
        transition: transform 0.6s ease;
        border: solid 1px #ccc; }
    .casestudy_list .casestudy__block .article_company {
      margin-top: 0.1rem;
      font-size: 1.3rem;
      color: #8c8c8c; }

.case__footer {
  background: #c6f8e9;
  padding-bottom: 8rem; }

/* ----------------------------- flow 流れ */
.service-flow {
  padding: 8rem 0; }
  @media screen and (max-width: 767px) {
    .service-flow {
      padding: 6rem 0; } }
  .service-flow .service-flow__header {
    padding: 0; }
  .service-flow .service-flow__body {
    background: url("../img/flow_bg.webp") top center no-repeat #c6f8e9;
    background-size: 100% auto;
    padding: 8rem 0; }
    @media screen and (max-width: 767px) {
      .service-flow .service-flow__body {
        padding: 5rem 0 6rem; } }
  .service-flow .flow__container {
    max-width: 92rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__container {
        width: 90%;
        gap: 2rem;
        justify-content: flex-start; } }
    .service-flow .flow__container::before {
      content: "";
      position: absolute;
      left: 0;
      top: -25.6rem;
      width: 13rem;
      height: 25.6rem;
      background: url("../img/flow_deco_left.svg") center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .service-flow .flow__container::before {
          width: 6.5rem;
          height: 12rem;
          top: -12rem; } }
    .service-flow .flow__container::after {
      content: "";
      position: absolute;
      right: 0;
      top: -25.6rem;
      width: 13rem;
      height: 25.6rem;
      background: url("../img/flow_deco_right.svg") center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .service-flow .flow__container::after {
          width: 6.5rem;
          height: 12rem;
          top: -12rem; } }
  .service-flow .flow__step {
    width: 30%;
    background-color: #fff;
    border-radius: 1.2rem;
    padding: 3.2rem 3rem 4rem;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__step {
        width: 100%;
        padding: 1rem 1.6rem 0.4rem 1.6rem;
        display: flex; } }
    .service-flow .flow__step::after {
      content: "";
      position: absolute;
      right: -3.2rem;
      top: 40%;
      width: 3.2rem;
      height: 3.2rem;
      background: url("../img/flow_arrow.webp") center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .service-flow .flow__step::after {
          right: 50%;
          top: auto;
          bottom: -2rem;
          width: 2rem;
          height: 2rem;
          margin-right: -1rem;
          transform: rotate(90deg); } }
    .service-flow .flow__step:last-child::after {
      content: none; }
  .service-flow .flow__step-header {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    width: 16rem;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__step-header {
        margin-bottom: 1rem;
        width: 10rem; } }
  @media screen and (max-width: 767px) {
    .service-flow .flow__step-body {
      width: calc(100% - 11.4rem);
      text-align: left; } }
  .service-flow .flow__step-label {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--main-color); }
  .service-flow .flow__step-number {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__step-number {
        font-size: 2rem; } }
  .service-flow .flow__icon-wrapper {
    width: 9.4rem;
    height: 9.4rem;
    margin: 0 auto 2.4rem; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__icon-wrapper {
        width: 7rem;
        height: 7rem;
        margin: 0 auto 0; } }
  .service-flow .flow__icon {
    width: 5rem;
    height: 5rem;
    color: #fff;
    stroke-width: 2; }
  .service-flow .flow__title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin: 0 0 0.8rem 0; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__title {
        font-size: 1.6rem;
        margin: 0; } }
  .service-flow .flow__description {
    font-size: 1.5rem;
    line-height: 175%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .service-flow .flow__description {
        font-size: 1.3rem; } }

/* ----------------------------- faq よくある質問 */
#faq {
  max-width: 100rem;
  margin: 0 auto 8rem auto; }
  @media screen and (max-width: 767px) {
    #faq {
      padding: 0 1.6rem; } }

.faq__header {
  margin-bottom: 4rem; }

.faq__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #003366;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .faq__title {
      font-size: 2.4rem;
      margin-bottom: 3rem; } }

.faq__list {
  list-style: none; }
  .faq__list .faq__item {
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: solid 0.1rem #c8c8c8; }
    .faq__list .faq__item.is-open .faq__question-toggle::after {
      transform: translate(-50%, -50%) rotate(90deg);
      opacity: 0; }
    .faq__list .faq__item.is-open .faq__answer {
      max-height: 50rem;
      padding: 2.5rem 0 2.5rem 10rem; }
      @media screen and (max-width: 767px) {
        .faq__list .faq__item.is-open .faq__answer {
          padding: 2rem 0 2rem 0; } }
    .faq__list .faq__item .faq__question {
      display: flex;
      align-items: center;
      padding: 2.4rem 0;
      cursor: pointer;
      transition: background-color 0.3s ease;
      position: relative; }
      .faq__list .faq__item .faq__question:hover {
        background-color: #f8f8f8; }
      @media screen and (max-width: 767px) {
        .faq__list .faq__item .faq__question {
          padding: 2rem 0; } }
      .faq__list .faq__item .faq__question-icon {
        width: 4rem;
        height: 4rem;
        background-color: #20a0a0;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: bold;
        flex-shrink: 0;
        margin-right: 2rem;
        font-family: "Roboto Condensed", sans-serif; }
        @media screen and (max-width: 767px) {
          .faq__list .faq__item .faq__question-icon {
            width: 3rem;
            height: 3rem;
            font-size: 1.6rem;
            margin-right: 1.6rem;
            line-height: 3rem; } }
      .faq__list .faq__item .faq__question-text {
        flex: 1;
        color: #333333; }
      .faq__list .faq__item .faq__question-toggle {
        width: 4rem;
        height: 4rem;
        position: relative;
        flex-shrink: 0;
        margin-left: 2rem; }
        @media screen and (max-width: 767px) {
          .faq__list .faq__item .faq__question-toggle {
            margin-left: 0; } }
        .faq__list .faq__item .faq__question-toggle::before, .faq__list .faq__item .faq__question-toggle::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #3d6fb7;
          font-family: "Roboto Condensed", sans-serif;
          transition: transform 0.3s ease, opacity 0.3s ease; }
        .faq__list .faq__item .faq__question-toggle::before {
          width: 2rem;
          height: 0.2rem; }
        .faq__list .faq__item .faq__question-toggle::after {
          width: 0.2rem;
          height: 2rem; }
    .faq__list .faq__item .faq__answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding: 0 0 0 10rem; }
      .faq__list .faq__item .faq__answer-inner {
        background-color: #f8f8f8;
        padding: 2rem; }
      .faq__list .faq__item .faq__answer-icon {
        display: inline-block;
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
        background-color: #3d6fb7;
        font-family: "Roboto Condensed", sans-serif;
        color: #ffffff;
        text-align: center;
        line-height: 4rem;
        font-weight: bold;
        margin-right: 1rem;
        margin-bottom: 1rem; }
        @media screen and (max-width: 767px) {
          .faq__list .faq__item .faq__answer-icon {
            width: 3rem;
            height: 3rem;
            font-size: 1.6rem;
            margin-right: 1.6rem;
            line-height: 3rem; } }
      .faq__list .faq__item .faq__answer-text {
        font-size: 1.5rem;
        line-height: 1.8;
        color: #555555; }
        @media screen and (max-width: 767px) {
          .faq__list .faq__item .faq__answer-text {
            font-size: 1.4rem; } }
        .faq__list .faq__item .faq__answer-text a {
          text-decoration: underline;
          display: inline-block;
          padding: 0 0.4rem; }

.faq__footer {
  padding: 4rem 0 0 0; }

/* ----------------------------- サイドバー削除 */
.sidebar {
  display: none; }

/* ----------------------------- 下部リンク */
.other_links__wrap {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 0 8rem 0; }
  @media screen and (max-width: 767px) {
    .other_links__wrap {
      padding: 0 2rem 4rem 2rem; } }

.other_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.other_links ul::after {
  content: "";
  display: block;
  width: 32%; }

.other_links ul li {
  align-content: center;
  justify-content: center;
  display: flex;
  width: 32%;
  margin: 0 0 2% 0;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .other_links ul li {
      width: 49.5%;
      margin: 0 0 1% 0; } }

.other_links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ecf6ff;
  padding: 2rem 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .other_links ul li a {
      font-size: 1.4rem;
      padding: 1rem 1rem; } }

.other_links ul li a:hover {
  background-color: #cae1f6; }

.other_links ul li a:after {
  content: "";
  display: block;
  background: url(../img/ar1.webp) center center no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.other_links ul li a:hover:after {
  -webkit-transform: translate(0.5rem, 0);
  transform: translate(0.5rem, 0); }

@media screen and (max-width: 767px) {
  .forte_casestudy.other_links {
    padding: 5rem 0 5rem 0; }

  .forte_casestudy.other_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .forte_casestudy.other_links ul li {
    justify-content: stretch;
    align-content: center;
    display: flex;
    width: 49.5%;
    margin: 0 0 1% 0; }

  .forte_casestudy.other_links ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    background-color: #ecf6ff;
    padding: 1rem 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    position: relative; }

  .forte_casestudy.other_links ul li a:after {
    content: "";
    display: block;
    background: url(../img/ar1.webp) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; } }
/*/---setting---/*/
.slick-track {
  display: flex; }

.slick-slide {
  height: auto !important; }

.slick-arrow.slick-prev {
  top: 45%; }

.slick-arrow.slick-next {
  top: 45%; }

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