@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
アバウト
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  overflow: hidden; }
  #about .about-slider {
    display: flex;
    width: 200%;
    transition: transform 0.5s ease; }
    #about .about-slider.is-active {
      transform: translateX(-50%); }
    #about .about-slider .about-slide {
      width: 50%;
      flex-shrink: 0;
      padding: 0 15px;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        #about .about-slider .about-slide {
          padding: 0 20px; } }

.about-card {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  border: 4px solid #000;
  padding: 30px 20px 0;
  min-height: 600px; }
  @media (min-width: 768px) {
    .about-card {
      border-radius: 40px;
      border: 6px solid #000;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      padding: 40px 40px 0;
      min-height: 640px; } }
  @media (min-width: 1200px) {
    .about-card {
      padding: 40px 60px 0; } }
  @media (min-width: 768px) {
    .about-card__text {
      width: 50%;
      display: flex;
      flex-direction: column; } }
  .about-card__text h2 {
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2.0em;
    line-height: 1.0em; }
    @media (min-width: 768px) {
      .about-card__text h2 {
        font-size: 3.5em; } }
    @media (min-width: 1200px) {
      .about-card__text h2 {
        font-size: 5.5em; } }
  .about-card__text p {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.6em;
    text-align: justify;
    margin: 20px 0 0 0; }
    @media (min-width: 768px) {
      .about-card__text p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .about-card__text p {
        font-size: 1.125em;
        margin: 40px 0 0 0; } }
  .about-card__image {
    position: absolute;
    bottom: 0;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .about-card__image {
        position: relative;
        width: 48%;
        margin-top: auto; } }
    @media (min-width: 1024px) {
      .about-card__image {
        width: 45%; } }
  .about-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: #F6941C;
    align-self: flex-start;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .about-card__btn {
        gap: 8px;
        margin-top: 40px; } }
    .about-card__btn:hover {
      opacity: 0.8; }
    .about-card__btn .arrow {
      width: 20px;
      position: relative;
      top: -3px; }
      .about-card__btn .arrow.right {
        transform: rotate(180deg);
        top: 4px; }
    .about-card__btn .logo {
      width: 80px;
      position: relative;
      top: -3px; }
      @media (min-width: 768px) {
        .about-card__btn .logo {
          width: 100px;
          top: -1px; } }
    .about-card__btn h6 {
      font-size: 0.9em;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .about-card__btn h6 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .about-card__btn h6 {
          font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
あゆみ
---------------------------------------------------------------------------------------------------------------------
*/
#biography {
  position: relative;
  overflow: hidden;
  padding-top: 60px; }
  @media (min-width: 1200px) {
    #biography {
      padding-top: 80px; } }
  #biography .decoration-up img {
    width: calc(100% + 10px);
    margin-left: -5px; }
  #biography .biography-in {
    background-color: #fff;
    width: 100%;
    padding-top: 10px; }
    @media (min-width: 1200px) {
      #biography .biography-in {
        margin-top: -40px; } }
    #biography .biography-in .common-title {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      #biography .biography-in .history {
        overflow-y: scroll;
        margin: 0;
        height: 700px;
        padding-bottom: 120px; } }
    @media (min-width: 1200px) {
      #biography .biography-in .history {
        padding-bottom: 200px; } }
    #biography .biography-in .history .history-in {
      max-width: 1200px;
      margin: -40px auto 0;
      width: 90%; }
      @media (min-width: 768px) {
        #biography .biography-in .history .history-in {
          display: flex;
          margin: 20px auto 0; } }
      @media (min-width: 1024px) {
        #biography .biography-in .history .history-in {
          margin: 40px auto 0; } }
      #biography .biography-in .history .history-in .character {
        position: relative; }
        @media (min-width: 768px) {
          #biography .biography-in .history .history-in .character {
            width: 200px; } }
        @media (min-width: 1200px) {
          #biography .biography-in .history .history-in .character {
            width: 300px; } }
        #biography .biography-in .history .history-in .character .first {
          width: 30%; }
          @media (min-width: 768px) {
            #biography .biography-in .history .history-in .character .first {
              width: 80%; } }
        #biography .biography-in .history .history-in .character .last {
          position: absolute;
          bottom: -60px;
          width: 80%; }
          #biography .biography-in .history .history-in .character .last.pc {
            display: none; }
            @media (min-width: 768px) {
              #biography .biography-in .history .history-in .character .last.pc {
                display: block; } }
      #biography .biography-in .history .history-in ul {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #biography .biography-in .history .history-in ul {
            width: calc(100% - 200px);
            margin-top: 0; } }
        @media (min-width: 1200px) {
          #biography .biography-in .history .history-in ul {
            width: calc(100% - 300px); } }
        #biography .biography-in .history .history-in ul li {
          display: flex;
          padding-bottom: 20px; }
          @media (min-width: 1024px) {
            #biography .biography-in .history .history-in ul li {
              padding-bottom: 40px; } }
          #biography .biography-in .history .history-in ul li:last-child {
            margin-bottom: 0; }
          #biography .biography-in .history .history-in ul li h3 {
            position: relative;
            font-family: "Cherry Bomb One", system-ui;
            font-weight: 400;
            font-style: normal;
            font-size: 2.0em;
            line-height: 0.8em;
            margin-right: 10px;
            display: flex;
            background-color: #fff; }
            @media (min-width: 1024px) {
              #biography .biography-in .history .history-in ul li h3 {
                font-size: 3.6em;
                margin-right: 40px; } }
            #biography .biography-in .history .history-in ul li h3::after {
              background-color: #000;
              border-radius: 5px;
              content: "";
              flex-grow: 1;
              width: 2px;
              height: 100%;
              position: absolute;
              top: 40px;
              left: 0;
              right: 0;
              margin: auto; }
              @media (min-width: 1024px) {
                #biography .biography-in .history .history-in ul li h3::after {
                  top: 60px; } }
          #biography .biography-in .history .history-in ul li ul.txt {
            width: 100%;
            margin: 5px 0 0 0; }
            #biography .biography-in .history .history-in ul li ul.txt li {
              display: block;
              margin-bottom: 20px;
              padding: 0; }
              @media (min-width: 768px) {
                #biography .biography-in .history .history-in ul li ul.txt li {
                  display: flex; } }
              #biography .biography-in .history .history-in ul li ul.txt li h4 {
                font-family: "Cherry Bomb One", system-ui;
                font-weight: 400;
                font-style: normal;
                font-size: 1.125em;
                line-height: 1.0em;
                margin-right: 10px; }
                @media (min-width: 1024px) {
                  #biography .biography-in .history .history-in ul li ul.txt li h4 {
                    font-size: 1.6em;
                    margin-right: 20px; } }
              #biography .biography-in .history .history-in ul li ul.txt li p {
                font-size: 0.9em;
                line-height: 1.5em;
                margin-top: 10px; }
                @media (min-width: 768px) {
                  #biography .biography-in .history .history-in ul li ul.txt li p {
                    margin-top: 0; } }
                @media (min-width: 1024px) {
                  #biography .biography-in .history .history-in ul li ul.txt li p {
                    font-size: 1.125em; } }
      #biography .biography-in .history .history-in ul.character-sp {
        display: flex; }
        @media (min-width: 768px) {
          #biography .biography-in .history .history-in ul.character-sp {
            display: none; } }
        #biography .biography-in .history .history-in ul.character-sp li {
          width: 30%; }
  #biography .decoration-down {
    position: absolute;
    bottom: 0;
    width: 100%; }
    #biography .decoration-down img {
      width: calc(100% + 10px);
      margin-left: -5px; }

/*
---------------------------------------------------------------------------------------------------------------------
くわしいこと
---------------------------------------------------------------------------------------------------------------------
*/
#knowledge {
  background-color: #000;
  position: relative;
  padding: 60px 0 0; }
  #knowledge .knowledge-tab {
    max-width: 1000px;
    margin: 40px auto 60px;
    width: 90%; }
    @media (min-width: 1024px) {
      #knowledge .knowledge-tab {
        display: flex;
        margin: 60px auto 60px; } }
    @media (min-width: 1200px) {
      #knowledge .knowledge-tab {
        margin: 80px auto 120px; } }
    @media (min-width: 1024px) {
      #knowledge .knowledge-tab .tab {
        width: 340px; } }
    @media (min-width: 1200px) {
      #knowledge .knowledge-tab .tab {
        width: 360px; } }
    #knowledge .knowledge-tab .tab li {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        #knowledge .knowledge-tab .tab li {
          margin-bottom: 20px; } }
      #knowledge .knowledge-tab .tab li a {
        font-size: 1.0em;
        font-weight: 500;
        line-height: 1.2em;
        background-color: #fff;
        padding: 14px 20px;
        border-radius: 15px;
        display: block; }
        @media (min-width: 768px) {
          #knowledge .knowledge-tab .tab li a {
            font-size: 1.125em; } }
        @media (min-width: 1200px) {
          #knowledge .knowledge-tab .tab li a {
            font-size: 1.25em; } }
      #knowledge .knowledge-tab .tab li.active a {
        background-color: #F6941C; }
    #knowledge .knowledge-tab .area {
      display: none;
      /*はじめは非表示*/
      opacity: 0;
      /*透過0*/
      color: #fff;
      padding: 0; }
      @media (min-width: 1024px) {
        #knowledge .knowledge-tab .area {
          width: calc(100% - 340px);
          padding-left: 5%; } }
      @media (min-width: 1200px) {
        #knowledge .knowledge-tab .area {
          width: calc(100% - 360px); } }
      #knowledge .knowledge-tab .area .txt {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #knowledge .knowledge-tab .area .txt {
            margin-top: -10px; } }
        #knowledge .knowledge-tab .area .txt p {
          font-size: 0.9em;
          line-height: 1.8em;
          text-align: justify; }
          @media (min-width: 768px) {
            #knowledge .knowledge-tab .area .txt p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #knowledge .knowledge-tab .area .txt p {
              font-size: 1.125em; } }
      #knowledge .knowledge-tab .area .result {
        margin-top: 30px; }
        @media (min-width: 1200px) {
          #knowledge .knowledge-tab .area .result {
            margin-top: 60px; } }
        #knowledge .knowledge-tab .area .result h2 {
          font-size: 1.125em;
          font-weight: 500;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #knowledge .knowledge-tab .area .result h2 {
              font-size: 1.35em; } }
          @media (min-width: 1200px) {
            #knowledge .knowledge-tab .area .result h2 {
              font-size: 1.75em; } }
        #knowledge .knowledge-tab .area .result ul {
          border-top: 1px solid #fff;
          margin-top: 16px;
          padding-top: 16px; }
          #knowledge .knowledge-tab .area .result ul li {
            position: relative;
            font-size: 0.8em;
            line-height: 1.4em;
            text-align: justify;
            margin-bottom: 8px;
            padding-left: 18px; }
            @media (min-width: 768px) {
              #knowledge .knowledge-tab .area .result ul li {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              #knowledge .knowledge-tab .area .result ul li {
                font-size: 1.0em; } }
            #knowledge .knowledge-tab .area .result ul li:last-child {
              margin-bottom: 0; }
            #knowledge .knowledge-tab .area .result ul li::before {
              content: "";
              position: absolute;
              top: 10px;
              left: 0;
              width: 10px;
              height: 10px;
              background: #fff;
              border-radius: 50%;
              transform: translateY(-50%); }
              @media (min-width: 768px) {
                #knowledge .knowledge-tab .area .result ul li::before {
                  top: 11px; } }
              @media (min-width: 1200px) {
                #knowledge .knowledge-tab .area .result ul li::before {
                  top: 13px;
                  left: 0;
                  width: 12px;
                  height: 12px; } }
      #knowledge .knowledge-tab .area.is-active {
        display: block;
        /*表示*/
        animation-name: displayAnime;
        /*ふわっと表示させるためのアニメーション*/
        animation-duration: 2s;
        animation-fill-mode: forwards; }
@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #knowledge .decoration-down {
    width: 100%;
    overflow-x: hidden; }
    #knowledge .decoration-down img {
      width: calc(100% + 10px);
      margin-left: -5px; }

/*
---------------------------------------------------------------------------------------------------------------------
長所・短所
---------------------------------------------------------------------------------------------------------------------
*/
#feature {
  padding: 30px 0 80px; }
  @media (min-width: 1200px) {
    #feature {
      padding: 20px 0 140px; } }
  #feature .feature-box {
    max-width: 1000px;
    margin: 0 auto 60px;
    width: 90%; }
    #feature .feature-box.right .title {
      justify-content: flex-end; }
    #feature .feature-box:last-child {
      margin-bottom: 0; }
    #feature .feature-box .title {
      display: flex;
      align-items: center; }
      #feature .feature-box .title h3 {
        font-size: 1.25em;
        line-height: 1.0em; }
        @media (min-width: 768px) {
          #feature .feature-box .title h3 {
            font-size: 1.75em; } }
        @media (min-width: 1200px) {
          #feature .feature-box .title h3 {
            font-size: 2.0em; } }
      #feature .feature-box .title h2 {
        font-size: 2.0em;
        line-height: 1.0em;
        margin-left: 10px; }
        @media (min-width: 768px) {
          #feature .feature-box .title h2 {
            font-size: 2.5em; } }
        @media (min-width: 1200px) {
          #feature .feature-box .title h2 {
            font-size: 3.6em; } }
    #feature .feature-box .feature-box-in {
      position: relative;
      border: 6px solid #000;
      border-radius: 40px;
      padding: 40px 30px; }
      @media (min-width: 768px) {
        #feature .feature-box .feature-box-in.blanc {
          padding: 40px 0 40px 40px; } }
      @media (min-width: 1200px) {
        #feature .feature-box .feature-box-in.blanc {
          padding: 60px 0 60px 60px; } }
      #feature .feature-box .feature-box-in.blanc .border {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 10%, #fff 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%); }
      #feature .feature-box .feature-box-in.blanc p {
        color: #fff; }
      @media (min-width: 768px) {
        #feature .feature-box .feature-box-in.noir {
          padding: 40px 40px 40px 0; }
          #feature .feature-box .feature-box-in.noir ul {
            margin-left: 10%; } }
      @media (min-width: 1200px) {
        #feature .feature-box .feature-box-in.noir {
          padding: 60px 60px 60px 0; }
          #feature .feature-box .feature-box-in.noir ul {
            margin-left: 20%; } }
      #feature .feature-box .feature-box-in.noir .border {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #000 10%, #000 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
        color: #fff; }
      @media (min-width: 768px) {
        #feature .feature-box .feature-box-in ul {
          display: flex;
          width: 90%; } }
      @media (min-width: 1200px) {
        #feature .feature-box .feature-box-in ul {
          width: 80%; } }
      #feature .feature-box .feature-box-in ul li {
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #feature .feature-box .feature-box-in ul li {
            margin: 0 20px 0 0; } }
        @media (min-width: 1024px) {
          #feature .feature-box .feature-box-in ul li {
            margin: 0 40px 0 0; } }
        #feature .feature-box .feature-box-in ul li:last-child {
          margin: 0; }
        #feature .feature-box .feature-box-in ul li .subheading {
          display: flex; }
          @media (min-width: 768px) {
            #feature .feature-box .feature-box-in ul li .subheading {
              display: block; } }
          #feature .feature-box .feature-box-in ul li .subheading h3 {
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1.4em; }
            @media (min-width: 768px) {
              #feature .feature-box .feature-box-in ul li .subheading h3 {
                font-size: 1.25em; } }
            @media (min-width: 1200px) {
              #feature .feature-box .feature-box-in ul li .subheading h3 {
                font-size: 1.37em; } }
            #feature .feature-box .feature-box-in ul li .subheading h3 .border {
              display: inline-block; }
        #feature .feature-box .feature-box-in ul li p {
          font-size: 0.9em;
          font-weight: 400;
          line-height: 1.8em;
          text-align: justify;
          margin: 5px 0 0 0; }
          @media (min-width: 768px) {
            #feature .feature-box .feature-box-in ul li p {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #feature .feature-box .feature-box-in ul li p {
              font-size: 1.125em;
              margin: 15px 0 0 0; } }
      #feature .feature-box .feature-box-in .character1 {
        position: absolute;
        top: -10%;
        right: -15px;
        width: 80px; }
        @media (min-width: 768px) {
          #feature .feature-box .feature-box-in .character1 {
            top: -25%;
            right: -40px;
            width: 140px; } }
        @media (min-width: 1200px) {
          #feature .feature-box .feature-box-in .character1 {
            top: -25%;
            right: -80px;
            width: 200px; } }
      #feature .feature-box .feature-box-in .character2 {
        position: absolute;
        bottom: -10%;
        left: -15px;
        width: 130px; }
        @media (min-width: 768px) {
          #feature .feature-box .feature-box-in .character2 {
            bottom: -20%;
            left: -30px;
            width: 150px; } }
        @media (min-width: 1200px) {
          #feature .feature-box .feature-box-in .character2 {
            bottom: -15%;
            left: -100px;
            width: 270px; } }
