@charset "UTF-8";
/* --- 変数設定 (Variables) --- */
/* --- Media Query Mixins --- */
/* --- 共通レイアウト --- */
.wrapper {
  background: #e9f0f6; }

.c-kogei {
  padding-bottom: 10%;
  background: #fff; }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

.pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block !important; } }

.sec-cont {
  width: 100%;
  padding: 10% 20px;
  background: #fff;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .sec-cont {
      padding: 80px 20px 0; } }
  .sec-cont .inner {
    max-width: 1000px;
    margin: 0 auto; }
  .sec-cont h2 {
    text-align: center;
    margin-top: 0;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .sec-cont h2 {
        font-size: 2.4rem; } }
  .sec-cont h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sec-cont h3 {
        font-size: 4vw; } }
  .sec-cont h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sec-cont h4 {
        font-size: 3.6vw; } }
  .sec-cont p {
    margin: 0;
    line-height: 1.7; }
    @media screen and (min-width: 768px) {
      .sec-cont p {
        text-align: center; } }
  .sec-cont figure {
    margin: 0;
    line-height: 0; }
  .sec-cont img {
    vertical-align: top; }
  .sec-cont .img-link {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
    .sec-cont .img-link:hover {
      opacity: .8; }

.layout02 .txt-are {
  margin-top: 20px; }
.layout02 p {
  text-align: left; }
@media screen and (min-width: 768px) {
  .layout02 .img-layout {
    gap: 20px !important; } }
.layout02 .img-layout .txt-are {
  margin-top: 0; }

.note-list {
  margin-top: 20px; }
  .note-list > li {
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.6; }
    .note-list > li + li {
      margin-top: 7px; }

section {
  padding: 60px 0; }

.section-title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 40px;
  letter-spacing: 0em;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /*.en {
    font-family: "Caveat", cursive;
    display: block;
    margin-bottom: 10px;
    color: #d7d7d7;
    font-size: 3rem;
    &::after {
      content: "";
      width: 20px;
      height: 1px;
      display: block;
      background: #ccc;
      margin: 0 auto;
    }
  }*/ }
  .section-title span {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .section-title span {
        font-size: 2rem; } }
  .section-title + p {
    margin-bottom: 40px; }

/* --- Hero Section --- */
.hero {
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #e9f0f6;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url('https://images.nakagawa-masashichi.com/normal/public/web/ec/img/pages/c-kogei/bg_mv_sp.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;*/
  height: 70vh;
  padding: 15vh 0 0; }
  @media screen and (min-width: 768px) {
    .hero {
      /*height: calc(100vh - 136px);*/
      background-image: url("https://images.nakagawa-masashichi.com/normal/public/web/ec/img/pages/c-kogei/bg_mv.jpg");
      background-size: 100% auto;
      background-position: center;
      background-repeat: repeat-y; } }
  .hero .logo-box {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (max-width: 767px) {
      .hero .logo-box {
        width: 55%; } }
    .hero .logo-box svg {
      width: 100%;
      height: auto;
      overflow: visible;
      /* 見切れ対応 */ }
    .hero .logo-box .logo-c {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .hero .logo-box .logo-c .entry-layer #target-svg.living-svg {
        width: 100%;
        height: auto;
        fill: #000; }
        @media screen and (min-width: 768px) {
          .hero .logo-box .logo-c .entry-layer #target-svg.living-svg {
            width: 300px; } }
    .hero .logo-box .logo-kogei {
      margin: 30px auto 0;
      opacity: 0; }
    .hero .logo-box .logo-subtxt {
      width: 75%;
      margin: 15px auto 0;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .hero .logo-box .logo-subtxt {
          width: 200px; } }
    .hero .logo-box.active {
      opacity: 1; }
      .hero .logo-box.active .logo-c .entry-layer {
        transform-origin: center;
        animation: powan-entry 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
        .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg {
          transform-origin: center;
          /*filter: drop-shadow(0 15px 25px rgba(74, 144, 226, 0.2));*/
          transition: fill 0.3s ease; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.is-breathing {
            animation: breathing-loop 2s ease-in-out; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.clicked {
            animation: purun-reaction 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
            fill: #333; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.is-spinning {
            animation: spin-shutto-jiwa 1.2s cubic-bezier(0.85, 0, 0.15, 1) forwards !important; }
      .hero .logo-box.active .logo-kogei {
        animation: fadeIn 1s ease forwards;
        animation-delay: .7s; }
      .hero .logo-box.active .logo-subtxt {
        animation: fadeIn 1s ease forwards;
        animation-delay: 1.0s; }

.hero-img {
  position: relative;
  z-index: 3;
  background-color: #e9f0f6; }
  .hero-img img {
    vertical-align: top;
    width: 100%; }

/* --- アニメーション定義 --- */
@keyframes breathing-loop {
  0%, 100% {
    transform: scale(1, 1) rotate(0deg); }
  33% {
    transform: scale(0.95, 1.02) rotate(2deg); }
  66% {
    transform: scale(1.05, 0.98) rotate(-2deg); } }
@keyframes purun-reaction {
  0% {
    transform: scale(1, 1); }
  25% {
    transform: scale(1.1, 0.9); }
  50% {
    transform: scale(0.95, 1.1); }
  75% {
    transform: scale(1.05, 0.9); }
  100% {
    transform: scale(1, 1); } }
@keyframes powan-entry {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(30px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
/* --- 追加のアニメーション定義 --- */
@keyframes spin-shutto-jiwa {
  0% {
    transform: rotate(0deg) scale(1);
    fill: #333; }
  15% {
    transform: rotate(10deg) scale(0.95);
    fill: #fff; }
  100% {
    transform: rotate(360deg) scale(1);
    fill: #000; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* --- Intro Text --- */
.intro {
  margin: 0 auto;
  padding: 40px 20px 80px; }
  .intro h1 {
    font-size: 4rem;
    line-height: 1.7;
    margin-top: 0;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif; }
    @media screen and (max-width: 767px) {
      .intro h1 {
        font-weight: normal; } }
    .intro h1 span {
      font-size: 2.2rem;
      display: block;
      color: #777; }
  .intro .info-box {
    border: 1px solid #000;
    padding: 20px;
    position: relative;
    max-width: 640px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .intro .info-box {
        padding: 40px; } }
    .intro .info-box .label {
      font-size: 1.6rem;
      line-height: 1;
      padding: 15px;
      background: #000;
      color: #fff;
      text-align: center;
      display: inline-block;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .intro .info-box .label {
          top: 0px;
          right: 0px; } }
      @media screen and (min-width: 768px) {
        .intro .info-box .label {
          top: -25px;
          left: 40px; } }
    .intro .info-box ul {
      margin-top: 20px; }
      .intro .info-box ul > li {
        line-height: 1; }
        .intro .info-box ul > li + li {
          margin-top: 30px; }
          @media screen and (min-width: 768px) {
            .intro .info-box ul > li + li {
              margin-top: 20px; } }
        .intro .info-box ul > li span {
          font-size: 1.6rem;
          font-weight: bold;
          margin: 0 0 10px;
          display: block; }
          @media screen and (min-width: 768px) {
            .intro .info-box ul > li span {
              display: inline-block;
              border-right: 1px solid #333;
              margin: 0 1.5em 0 0;
              padding-right: 1.5em;
              font-weight: normal; } }
    .intro .info-box .bnr {
      padding: 20px;
      background: #d9dbdf;
      margin-top: 35px; }
      @media screen and (min-width: 768px) {
        .intro .info-box .bnr {
          display: flex;
          justify-content: flex-start;
          align-items: center; } }
      .intro .info-box .bnr figure {
        width: 50%;
        margin: 5px auto 15px; }
        @media screen and (min-width: 768px) {
          .intro .info-box .bnr figure {
            width: 180px;
            border-right: 1px solid #333;
            margin: 0 1.5em 0 0;
            padding-right: 1.5em; } }
      .intro .info-box .bnr p {
        text-align: center; }
        @media screen and (min-width: 768px) {
          .intro .info-box .bnr p {
            text-align: left; } }
        @media screen and (max-width: 767px) {
          .intro .info-box .bnr p {
            border-top: 1px solid #333;
            padding-top: 20px;
            margin-top: 20px; } }
    .intro .info-box.owabi {
      border: none;
      background: #eee;
      margin-top: 20px; }
      .intro .info-box.owabi p {
        text-align: left;
        font-size: 1.3rem; }
  .intro .lead {
    margin: 40px 0 0;
    line-height: 2.2; }
    @media screen and (min-width: 768px) {
      .intro .lead {
        margin: 100px 0 0; } }
  .intro .anchor-list {
    display: flex;
    gap: 10px; }
    @media screen and (min-width: 768px) {
      .intro .anchor-list {
        gap: 70px; } }
    .intro .anchor-list > li {
      flex: 1; }
      .intro .anchor-list > li a {
        display: block;
        border-bottom: 1px solid #000;
        padding: 10px 0;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
        margin: 0 0 5px;
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        background: #fff; }
        .intro .anchor-list > li a:hover {
          text-decoration: none;
          background: #eee; }
        .intro .anchor-list > li a span {
          font-size: 1.1rem;
          display: block;
          color: #777;
          margin: 0 0 5px; }

.info {
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  margin: 20px 0 0; }
  @media screen and (min-width: 768px) {
    .info {
      text-align: center;
      margin: 60px 0 0; } }
  .info .icon {
    width: 30px;
    display: block;
    margin: 0 auto 5px; }

.about {
  background: #eee;
  padding: 20px;
  margin: 40px 0 0; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 40px; } }
  .about > dt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px; }
  .about > dd {
    /*ul {
      margin-top: 20px;
      & > li {
        font-size: 1.3rem;
        text-indent: -1em;
        padding-left: 1em;
        & + li {
          margin-top: 5px;
        }
      }
    }*/ }
    .about > dd p {
      font-size: 1.4rem;
      text-align: left; }
      .about > dd p span {
        font-weight: bold;
        display: block; }
  .about .list-area {
    margin-top: 40px; }
    .about .list-area .detail {
      font-size: 1.2rem;
      color: #555;
      margin-top: 10px;
      border-top: 1px solid #ccc;
      padding-top: 10px; }

.detail-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px; }
  .detail-box p {
    font-size: 1.3rem !important; }

.repair-grid {
  display: grid;
  grid-template-columns: 6em 1fr;
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
  padding: 0;
  align-items: center;
  /*@include sp {
    grid-template-columns: 1fr;
  }*/ }
  .repair-grid dt {
    margin: 0;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 100%; }
  .repair-grid dd {
    margin: 0;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.5;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .repair-grid dd {
        font-size: 1.4rem; } }

@media screen and (min-width: 768px) {
  .pc-wrap {
    display: flex;
    gap: 40px; }
    .pc-wrap .about {
      flex: 1; } }
.flagshipstore h3 {
  margin-top: 40px; }

.list-temp {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
  flex-wrap: wrap; }
  .list-temp > li {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column; }
    .list-temp > li p {
      margin: 10px 0 20px;
      line-height: 1.5; }
      .list-temp > li p span {
        display: block;
        font-weight: bold;
        font-size: 1.8rem;
        margin: 10px 0; }
    .list-temp > li .btn {
      margin-top: auto;
      display: none; }
    .list-temp > li.comingsoon > div {
      background: #eee;
      aspect-ratio: 900 / 563;
      display: flex;
      align-items: center;
      justify-content: center; }
      .list-temp > li.comingsoon > div::before {
        content: "comingsoon";
        color: #959595; }

.btn {
  width: 100%;
  /*max-width: 320px;*/
  margin: 40px auto 0;
  display: block; }

.bcorp .img-bcorp {
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 80px;
  text-align: center;
  width: 100%; }
  .bcorp .img-bcorp img {
    max-width: 280px;
    width: 50%; }

@media screen and (max-width: 767px) {
  .report .list-temp > li {
    width: 100%; } }
.report .list-temp > li p {
  text-align: left; }
.report .list-temp > li .btn {
  display: block; }

.list-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px; }
  @media screen and (min-width: 768px) {
    .list-area {
      gap: 40px 40px;
      justify-content: center; } }
  .list-area > li {
    width: calc((100% - (20px * 1 )) / 2); }
    @media screen and (min-width: 768px) {
      .list-area > li {
        width: calc((100% - (40px * 2 )) / 3); } }
    .list-area > li figure {
      margin: 0; }
    .list-area > li p {
      font-size: 1.4rem;
      margin-top: 15px;
      text-align: justify; }
    .list-area > li a {
      opacity: 1;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .list-area > li a.hover {
        opacity: .7;
        text-decoration: none; }
  .list-area.-flow {
    counter-reset: number 0; }
    .list-area.-flow > li {
      position: relative; }
      @media screen and (min-width: 768px) {
        .list-area.-flow > li {
          width: calc((100% - (40px * 3 )) / 4); } }
      .list-area.-flow > li::before {
        counter-increment: number 1;
        content: counter(number) "";
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 2;
        background: #fff;
        color: #000;
        width: 40px;
        text-align: center;
        font-size: 15px;
        padding: 12px 0;
        line-height: 1;
        border: 1px solid #000; }

.img-layout {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media screen and (min-width: 768px) {
    .img-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px; } }
  .img-layout .txt-are p {
    text-align: justify; }

.img-list {
  margin: 50px 0 0; }
  @media screen and (min-width: 768px) {
    .img-list {
      display: flex;
      gap: 10px;
      width: 100vw;
      /*margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);*/
      position: relative;
      left: 50%;
      margin-left: -50vw;
      justify-content: center; } }

.hero-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  max-width: 1000px;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 768px) {
    .hero-image img {
      height: 450px; } }

/* セクション全体 */
.faq .faq-list {
  border-bottom: 1px solid #333333;
  margin: 0;
  padding: 0; }
  .faq .faq-list .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    border-top: 1px solid #333333;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #fff; }
    @media screen and (min-width: 768px) {
      .faq .faq-list .faq-question:hover {
        background: #f3f3f3; } }
    .faq .faq-list .faq-question.is-open {
      border-bottom: 1px solid transparent;
      background: #f3f3f3; }
      .faq .faq-list .faq-question.is-open .faq-icon::after {
        transform: translateX(-50%) rotate(90deg);
        opacity: 0; }
    .faq .faq-list .faq-question .faq-icon {
      position: relative;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-left: 20px; }
      .faq .faq-list .faq-question .faq-icon::before, .faq .faq-list .faq-question .faq-icon::after {
        content: "";
        position: absolute;
        background-color: #333333;
        transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
      .faq .faq-list .faq-question .faq-icon::before {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .faq .faq-list .faq-question .faq-icon::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  .faq .faq-list .faq-answer {
    display: none;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-bottom: 1px solid transparent; }
    .faq .faq-list .faq-answer.is-open {
      border-bottom: 1px solid #333333; }
    .faq .faq-list .faq-answer .faq-content {
      padding: 25px;
      line-height: 1.8;
      font-size: 1.4rem;
      color: #333333; }

/* ====================================
   Cアニメーション セクション用スタイル
==================================== */
.c-logo-animation-sec {
  position: relative;
  background-color: #dfe2e7;
  overflow: hidden;
  padding: 60px 20px;
  /* 背景として画面にピタッと固定されるラッパー */
  /* 上に重ねるコンテンツ用ラッパー */ }
  @media screen and (min-width: 768px) {
    .c-logo-animation-sec {
      padding: 100px 20px; } }
  .c-logo-animation-sec .c-logo-sticky-wrap {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none; }
    .c-logo-animation-sec .c-logo-sticky-wrap .svg-container {
      width: auto;
      height: 55vh;
      aspect-ratio: 1.2 / 1; }
      @media screen and (min-width: 768px) {
        .c-logo-animation-sec .c-logo-sticky-wrap .svg-container {
          height: 70vh; } }
      .c-logo-animation-sec .c-logo-sticky-wrap .svg-container svg {
        width: 100%;
        height: auto;
        overflow: visible;
        /* 描画する線の共通スタイル */ }
        .c-logo-animation-sec .c-logo-sticky-wrap .svg-container svg .trace-path {
          fill: rgba(255, 255, 255, 0);
          stroke: #fff;
          stroke-width: 4;
          stroke-linecap: round;
          stroke-linejoin: round; }
  .c-logo-animation-sec .c-logo-content-wrap {
    position: relative;
    z-index: 2; }
    .c-logo-animation-sec .c-logo-content-wrap .concept-block {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 50px;
      /* 左側：イラスト */
      /* 右側：テキストエリア */ }
      .c-logo-animation-sec .c-logo-content-wrap .concept-block + .concept-block {
        margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .c-logo-animation-sec .c-logo-content-wrap .concept-block {
          flex-direction: column;
          align-items: center;
          gap: 15px; } }
      .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-illust {
        max-width: 200px; }
        @media screen and (min-width: 768px) {
          .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-illust {
            max-width: 240px;
            flex: 0 0 35%; } }
        .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-illust img {
          width: 100%;
          height: auto;
          display: block; }
      .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text {
        flex: 1;
        /* 下部の写真 */ }
        @media screen and (min-width: 768px) {
          .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 0 40px; } }
        .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h3 {
          font-size: 2.2rem;
          font-weight: bold;
          margin: 0 0 20px;
          display: flex;
          align-items: baseline;
          gap: 15px;
          font-family: "Zen Kaku Gothic New", sans-serif; }
          @media screen and (min-width: 768px) {
            .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h3 {
              font-size: 3.6rem;
              grid-column: 1 / 2;
              grid-row: 1 / 2; } }
          .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h3 span {
            font-size: 1.4rem;
            color: #777;
            font-weight: normal; }
            @media screen and (min-width: 768px) {
              .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h3 span {
                font-size: 1.8rem; } }
        .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h4 {
          font-size: 1.4rem;
          font-weight: bold;
          margin-top: 0;
          line-height: 1.7;
          text-align: left;
          font-family: "Zen Kaku Gothic New", sans-serif; }
          @media screen and (min-width: 768px) {
            .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text h4 {
              font-size: 2.0rem;
              grid-column: 1 / 2;
              grid-row: 1 / 2; } }
        .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text p {
          font-size: 1.3rem;
          line-height: 1.7;
          margin: 0;
          text-align: justify; }
          @media screen and (min-width: 768px) {
            .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text p {
              font-size: 1.4rem;
              grid-column: 1 / 2;
              grid-row: 2 / 3; } }
          .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text p .txt-ttl {
            display: block;
            font-weight: bold;
            font-size: 1.4rem;
            margin: 0 0 5px; }
            @media screen and (min-width: 768px) {
              .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text p .txt-ttl {
                font-size: 1.6rem; } }
        .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text .concept-photo {
          max-width: 120px;
          margin: 20px 0 0; }
          @media screen and (min-width: 768px) {
            .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text .concept-photo {
              max-width: 140px;
              margin: 0;
              grid-column: 2 / 3;
              grid-row: 2 / 3;
              align-self: start; } }
          .c-logo-animation-sec .c-logo-content-wrap .concept-block .concept-text .concept-photo img {
            width: 100%;
            height: auto;
            display: block; }
