@charset "UTF-8";
@import url("https://use.typekit.net/ayf1kwn.css");
@media (max-width: 622px) {
  .sp_only {
    display: block !important; } }

* {
  box-sizing: border-box; }

html {
  font-size: clamp(14px, 1.1vw, 18px); }
  @media (min-width: 1680px) {
    html {
      font-size: 0.9vw; } }
  html body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.5; }
    @supports (-ms-ime-align: auto) {
      html body {
        font-feature-settings: normal; } }
    html body br.sp {
      display: none; }
      @media (max-width: 622px) {
        html body br.sp {
          display: inline-block; } }
    html body .curvesBanner {
      margin: 4rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: white;
      padding: 2rem;
      border: 2px solid #DE8080;
      min-height: 12rem; }
      html body .curvesBanner .image {
        width: fit-content;
        margin: auto; }
        html body .curvesBanner .image img {
          max-width: 190px;
          margin: auto; }
        html body .curvesBanner .image p {
          text-align: center;
          font-size: 0.85rem;
          margin-top: 1rem; }
    html body #backgroundBlock {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #FFEFEF;
      z-index: -1; }
      html body #backgroundBlock video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: lighten; }
    html body .screen-reader-response {
      display: none; }
    html body form input[type="text"], html body form input[type="tel"], html body form input[type="email"], html body form textarea {
      background-color: #fcfcfc;
      border-radius: 5px;
      border: 1px solid gray;
      padding: 1rem 1rem;
      width: 100%; }
    html body form dl dd .wpcf7-not-valid-tip {
      color: red;
      display: inline-block;
      margin-top: 0.5rem; }
    html body form dl dt span {
      display: inline-block;
      margin-left: 0.5rem;
      background-color: #DE8080;
      color: white;
      border-radius: 5px;
      line-height: 1;
      font-size: 0.75rem;
      padding: 0.25rem 2rem; }
    html body form input[type="submit"] {
      border-radius: 1rem;
      background-color: #DE8080;
      text-align: center;
      width: 100%;
      padding: 1rem;
      display: block;
      margin-top: 2rem;
      color: white;
      font-size: 1.1rem; }
    html body main .h1Block, html body .block-editor-block-list__block .h1Block {
      background-color: white;
      border-radius: 1rem;
      padding: 2.5rem;
      max-width: 95rem;
      margin: auto; }
      html body main .h1Block .h1BlockInner, html body .block-editor-block-list__block .h1Block .h1BlockInner {
        max-width: 89rem;
        margin: auto; }
        html body main .h1Block .h1BlockInner .en, html body .block-editor-block-list__block .h1Block .h1BlockInner .en {
          font-family: "new-hero", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 4rem;
          color: #DE8080; }
          @media (max-width: 622px) {
            html body main .h1Block .h1BlockInner .en, html body .block-editor-block-list__block .h1Block .h1BlockInner .en {
              font-size: 2.5rem; } }
        html body main .h1Block .h1BlockInner h1, html body .block-editor-block-list__block .h1Block .h1BlockInner h1 {
          font-size: 1.5rem;
          letter-spacing: 0.15em;
          font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
          html body main .h1Block .h1BlockInner h1.blog, html body .block-editor-block-list__block .h1Block .h1BlockInner h1.blog {
            font-size: 1.5rem;
            letter-spacing: 0; }
    html body main .conceptMap, html body .block-editor-block-list__block .conceptMap {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: fit-content;
      width: 45vw; }
      @media (max-width: 622px) {
        html body main .conceptMap, html body .block-editor-block-list__block .conceptMap {
          width: 100%;
          position: relative;
          margin-top: 2rem; } }
      html body main .conceptMap:after, html body .block-editor-block-list__block .conceptMap:after {
        content: "";
        padding-top: 150%;
        display: block; }
        @media (max-width: 622px) {
          html body main .conceptMap:after, html body .block-editor-block-list__block .conceptMap:after {
            padding-top: 125%; } }
      html body main .conceptMap .circle, html body .block-editor-block-list__block .conceptMap .circle {
        border: 1px solid;
        position: absolute;
        margin: auto;
        width: 25vw;
        aspect-ratio: 1 / 1;
        border-radius: 400rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 622px) {
          html body main .conceptMap .circle, html body .block-editor-block-list__block .conceptMap .circle {
            width: 55vw; } }
        html body main .conceptMap .circle .circleInner, html body .block-editor-block-list__block .conceptMap .circle .circleInner {
          width: fit-content;
          height: fit-content; }
          @media (max-width: 622px) {
            html body main .conceptMap .circle .circleInner, html body .block-editor-block-list__block .conceptMap .circle .circleInner {
              max-width: 60%; } }
          html body main .conceptMap .circle .circleInner img, html body .block-editor-block-list__block .conceptMap .circle .circleInner img {
            width: 50%;
            height: auto;
            display: block;
            margin: auto; }
          html body main .conceptMap .circle .circleInner .index, html body .block-editor-block-list__block .conceptMap .circle .circleInner .index {
            font-size: 1.25vw;
            display: flex;
            align-items: center; }
            @media (max-width: 622px) {
              html body main .conceptMap .circle .circleInner .index, html body .block-editor-block-list__block .conceptMap .circle .circleInner .index {
                font-size: 4.25vw; } }
            html body main .conceptMap .circle .circleInner .index span, html body .block-editor-block-list__block .conceptMap .circle .circleInner .index span {
              background-color: black;
              color: white;
              height: 1.25rem;
              width: 1.25rem;
              font-size: 70%;
              border-radius: 1rem;
              margin-left: 0.5rem;
              display: inline-flex;
              aspect-ratio: 1 / 1;
              align-items: center;
              justify-content: center; }
          html body main .conceptMap .circle .circleInner .indexTitle, html body .block-editor-block-list__block .conceptMap .circle .circleInner .indexTitle {
            margin-top: 0.1vw;
            margin-bottom: 0.1vw;
            font-size: 2.75vw;
            letter-spacing: 0.2em;
            font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
            @media (max-width: 622px) {
              html body main .conceptMap .circle .circleInner .indexTitle, html body .block-editor-block-list__block .conceptMap .circle .circleInner .indexTitle {
                font-size: 5vw;
                letter-spacing: 0.1em; } }
          html body main .conceptMap .circle .circleInner p, html body .block-editor-block-list__block .conceptMap .circle .circleInner p {
            font-size: 0.9vw;
            margin-top: 1rem;
            white-space: pre-wrap;
            font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
            @media (max-width: 622px) {
              html body main .conceptMap .circle .circleInner p, html body .block-editor-block-list__block .conceptMap .circle .circleInner p {
                font-size: 2.5vw; } }
      html body main .conceptMap .circle1, html body .block-editor-block-list__block .conceptMap .circle1 {
        right: 5%;
        top: 0; }
        @media (max-width: 622px) {
          html body main .conceptMap .circle1, html body .block-editor-block-list__block .conceptMap .circle1 {
            left: 39vw;
            right: auto;
            top: -22vw; } }
      html body main .conceptMap .circle2, html body .block-editor-block-list__block .conceptMap .circle2 {
        right: 22vw;
        top: 12vw; }
        @media (max-width: 622px) {
          html body main .conceptMap .circle2, html body .block-editor-block-list__block .conceptMap .circle2 {
            right: 50vw;
            right: auto; } }
      html body main .conceptMap .circle3, html body .block-editor-block-list__block .conceptMap .circle3 {
        right: 15vw;
        top: 34vw; }
        @media (max-width: 622px) {
          html body main .conceptMap .circle3, html body .block-editor-block-list__block .conceptMap .circle3 {
            right: 30vw;
            top: 60vw; } }
      html body main .conceptMap .circle4, html body .block-editor-block-list__block .conceptMap .circle4 {
        right: 0;
        top: 22vw; }
    @media (max-width: 622px) {
      html body main section .py-32, html body .block-editor-block-list__block section .py-32 {
        padding: 3rem 0; } }
    html body main section.white, html body .block-editor-block-list__block section.white {
      background-color: white; }
    html body main section .h2Block, html body .block-editor-block-list__block section .h2Block {
      padding-top: 3rem; }
      html body main section .h2Block.center .en, html body main section .h2Block.center h2, html body .block-editor-block-list__block section .h2Block.center .en, html body .block-editor-block-list__block section .h2Block.center h2 {
        text-align: center; }
      html body main section .h2Block .en, html body .block-editor-block-list__block section .h2Block .en {
        font-family: "new-hero", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 3rem;
        margin: 0 auto;
        color: #DE8080; }
        @media (max-width: 622px) {
          html body main section .h2Block .en, html body .block-editor-block-list__block section .h2Block .en {
            font-size: 2.5rem; } }
      html body main section .h2Block h2, html body .block-editor-block-list__block section .h2Block h2 {
        font-size: 1.25rem;
        letter-spacing: 0.15em;
        font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
        margin: 0 auto; }
        @media (max-width: 622px) {
          html body main section .h2Block h2, html body .block-editor-block-list__block section .h2Block h2 {
            letter-spacing: 0; } }
    html body main section .simpleText p, html body .block-editor-block-list__block section .simpleText p {
      font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
      line-height: 2; }
    html body main section .h3Block, html body .block-editor-block-list__block section .h3Block {
      display: flex;
      align-items: flex-end; }
      html body main section .h3Block .en, html body .block-editor-block-list__block section .h3Block .en {
        font-family: "new-hero", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2rem; }
      html body main section .h3Block h3, html body .block-editor-block-list__block section .h3Block h3 {
        margin-bottom: 0.35rem;
        margin-left: 2rem;
        font-size: 1.15rem;
        letter-spacing: 0.15em;
        font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
    html body main section .curvesBlock.flex, html body .block-editor-block-list__block section .curvesBlock.flex {
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 622px) {
        html body main section .curvesBlock.flex, html body .block-editor-block-list__block section .curvesBlock.flex {
          display: block; } }
      html body main section .curvesBlock.flex .curvesAbout, html body .block-editor-block-list__block section .curvesBlock.flex .curvesAbout {
        display: block;
        width: 45%; }
        @media (max-width: 622px) {
          html body main section .curvesBlock.flex .curvesAbout, html body .block-editor-block-list__block section .curvesBlock.flex .curvesAbout {
            width: 100%; } }
        html body main section .curvesBlock.flex .curvesAbout .split, html body .block-editor-block-list__block section .curvesBlock.flex .curvesAbout .split {
          width: 100%;
          margin: 2rem 0; }
          html body main section .curvesBlock.flex .curvesAbout .split img, html body .block-editor-block-list__block section .curvesBlock.flex .curvesAbout .split img {
            mix-blend-mode: multiply; }
      html body main section .curvesBlock.flex figure, html body .block-editor-block-list__block section .curvesBlock.flex figure {
        width: 45%; }
        @media (max-width: 622px) {
          html body main section .curvesBlock.flex figure, html body .block-editor-block-list__block section .curvesBlock.flex figure {
            width: 100%; } }
        html body main section .curvesBlock.flex figure img, html body .block-editor-block-list__block section .curvesBlock.flex figure img {
          aspect-ratio: 1 / 1;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    html body main section .curvesBlock figure, html body .block-editor-block-list__block section .curvesBlock figure {
      border-radius: 1rem;
      overflow: hidden;
      aspect-ratio: 16 / 9; }
      html body main section .curvesBlock figure img, html body .block-editor-block-list__block section .curvesBlock figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    html body main section .curvesBlock .curvesAbout, html body .block-editor-block-list__block section .curvesBlock .curvesAbout {
      align-items: center; }
      html body main section .curvesBlock .curvesAbout .split, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split {
        text-align: center;
        padding: 0 2rem; }
        html body main section .curvesBlock .curvesAbout .split .simpleText, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split .simpleText {
          font-size: 1.15rem;
          white-space: pre-wrap; }
        @media (max-width: 622px) {
          html body main section .curvesBlock .curvesAbout .split, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split {
            padding: 0; }
            html body main section .curvesBlock .curvesAbout .split p, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split p {
              white-space: normal;
              text-align: left; }
              html body main section .curvesBlock .curvesAbout .split p br, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split p br {
                display: none; } }
        html body main section .curvesBlock .curvesAbout .split img, html body .block-editor-block-list__block section .curvesBlock .curvesAbout .split img {
          margin-bottom: 2rem;
          width: 70%;
          max-width: 300px;
          margin: auto;
          display: block; }
    html body main section .blogList ul, html body .block-editor-block-list__block section .blogList ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 622px) {
        html body main section .blogList ul, html body .block-editor-block-list__block section .blogList ul {
          display: block; } }
      html body main section .blogList ul:after, html body main section .blogList ul:before, html body .block-editor-block-list__block section .blogList ul:after, html body .block-editor-block-list__block section .blogList ul:before {
        width: calc(100% / 3 - 1rem);
        content: "";
        display: block;
        order: 999; }
      html body main section .blogList ul li, html body .block-editor-block-list__block section .blogList ul li {
        width: calc(100% / 3 - 1rem);
        margin: 1rem 0; }
        @media (max-width: 622px) {
          html body main section .blogList ul li, html body .block-editor-block-list__block section .blogList ul li {
            width: 100%; } }
        html body main section .blogList ul li a, html body .block-editor-block-list__block section .blogList ul li a {
          display: block;
          width: 100%; }
          @media (max-width: 622px) {
            html body main section .blogList ul li a, html body .block-editor-block-list__block section .blogList ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between; } }
          @media (max-width: 622px) {
            html body main section .blogList ul li a .text, html body .block-editor-block-list__block section .blogList ul li a .text {
              width: 60%; } }
          html body main section .blogList ul li a .text .data, html body .block-editor-block-list__block section .blogList ul li a .text .data {
            margin: 1rem 0;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            html body main section .blogList ul li a .text .data .tag, html body .block-editor-block-list__block section .blogList ul li a .text .data .tag {
              padding: 0.25rem 1rem;
              border-radius: 100rem;
              background-color: #DE8080;
              color: white;
              font-size: 0.65rem; }
            html body main section .blogList ul li a .text .data time, html body .block-editor-block-list__block section .blogList ul li a .text .data time {
              font-size: 0.65rem; }
          html body main section .blogList ul li a figure, html body .block-editor-block-list__block section .blogList ul li a figure {
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 0.75rem;
            overflow: hidden; }
            @media (max-width: 622px) {
              html body main section .blogList ul li a figure, html body .block-editor-block-list__block section .blogList ul li a figure {
                width: 30%;
                aspect-ratio: 1 / 1; } }
            html body main section .blogList ul li a figure img, html body .block-editor-block-list__block section .blogList ul li a figure img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
    html body main section .contentInclude, html body .block-editor-block-list__block section .contentInclude {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      html body main section .contentInclude .wp-block-list, html body .block-editor-block-list__block section .contentInclude .wp-block-list {
        list-style: disc;
        padding-left: 1.5rem; }
        html body main section .contentInclude .wp-block-list li, html body .block-editor-block-list__block section .contentInclude .wp-block-list li {
          margin: 1rem 0; }
      html body main section .contentInclude .serif, html body .block-editor-block-list__block section .contentInclude .serif {
        font-family: serif; }
      html body main section .contentInclude img, html body .block-editor-block-list__block section .contentInclude img {
        border-radius: 0.75rem;
        overflow: hidden;
        display: block;
        margin: 1rem 0; }
      html body main section .contentInclude h2, html body main section .contentInclude h3, html body .block-editor-block-list__block section .contentInclude h2, html body .block-editor-block-list__block section .contentInclude h3 {
        font-size: 1.5rem;
        margin-top: 3rem;
        font-family: "new-hero", sans-serif;
        font-weight: 400; }
        @media (max-width: 622px) {
          html body main section .contentInclude h2, html body main section .contentInclude h3, html body .block-editor-block-list__block section .contentInclude h2, html body .block-editor-block-list__block section .contentInclude h3 {
            font-size: 1.25rem; } }
        html body main section .contentInclude h2 .icon, html body main section .contentInclude h3 .icon, html body .block-editor-block-list__block section .contentInclude h2 .icon, html body .block-editor-block-list__block section .contentInclude h3 .icon {
          background-color: #DE8080;
          color: white;
          border-radius: 0.5rem;
          font-weight: 500;
          padding: 0.2rem 2rem;
          margin-right: 1rem;
          width: fit-content;
          display: block;
          margin-bottom: 1rem; }
      html body main section .contentInclude h3, html body .block-editor-block-list__block section .contentInclude h3 {
        font-size: 1.35rem;
        margin-top: 2rem; }
        @media (max-width: 622px) {
          html body main section .contentInclude h3, html body .block-editor-block-list__block section .contentInclude h3 {
            font-size: 1.15rem; } }
      html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form {
        padding: 4rem 2rem;
        background-color: white;
        border-radius: 1rem;
        max-width: 950px;
        margin: auto; }
        html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner {
          max-width: 650px;
          margin: auto; }
          html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner .wpcf7-form-control.wpcf7-submit.has-spinner, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner .wpcf7-form-control.wpcf7-submit.has-spinner {
            border-radius: 10rem;
            background-color: #DE8080;
            width: 100%;
            font-size: 18px;
            color: white;
            padding: 1rem; }
          html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl {
            margin-bottom: 1rem; }
            html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dt, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dt {
              font-weight: normal;
              margin-bottom: 0.5rem; }
              html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dt .c-required, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dt .c-required {
                background-color: #DE8080;
                color: white;
                font-size: 0.85rem;
                margin-left: 1rem;
                padding: 0.25rem 1rem;
                border-radius: 0.5rem; }
            html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="text"], html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="tel"], html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="url"], html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd textarea, html body main section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="email"], html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="text"], html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="tel"], html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="url"], html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd textarea, html body .block-editor-block-list__block section .contentInclude .wp-block-contact-form-7-contact-form-selector form .formInner dl dd input[type="email"] {
              border-radius: 0.5rem;
              padding: 0.5rem 1rem;
              background-color: #fafafa;
              border: 1px solid #ccc;
              font-size: 18px;
              width: 100%; }
      html body main section .contentInclude ul, html body .block-editor-block-list__block section .contentInclude ul {
        list-style: circle;
        padding-left: 1rem; }
        html body main section .contentInclude ul li, html body .block-editor-block-list__block section .contentInclude ul li {
          margin: 1rem 0; }
      html body main section .contentInclude .dlWrap, html body .block-editor-block-list__block section .contentInclude .dlWrap {
        margin: 2rem 0; }
        html body main section .contentInclude .dlWrap dl, html body .block-editor-block-list__block section .contentInclude .dlWrap dl {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          border-top: 1px solid gray;
          line-height: 2; }
          @media (max-width: 622px) {
            html body main section .contentInclude .dlWrap dl, html body .block-editor-block-list__block section .contentInclude .dlWrap dl {
              display: block; } }
          html body main section .contentInclude .dlWrap dl:last-of-type, html body .block-editor-block-list__block section .contentInclude .dlWrap dl:last-of-type {
            border-bottom: 1px solid gray; }
          html body main section .contentInclude .dlWrap dl dt, html body main section .contentInclude .dlWrap dl dd, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dt, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dd {
            padding: 1rem; }
          html body main section .contentInclude .dlWrap dl dt, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dt {
            width: 10rem; }
            @media (max-width: 622px) {
              html body main section .contentInclude .dlWrap dl dt, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dt {
                width: 100%;
                padding-bottom: 0; } }
          html body main section .contentInclude .dlWrap dl dd, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dd {
            width: calc(100% - 10rem); }
            @media (max-width: 622px) {
              html body main section .contentInclude .dlWrap dl dd, html body .block-editor-block-list__block section .contentInclude .dlWrap dl dd {
                width: 100%; } }
      html body main section .contentInclude p, html body .block-editor-block-list__block section .contentInclude p {
        line-height: 1.8;
        margin: 1rem 0; }
        html body main section .contentInclude p a:hover, html body .block-editor-block-list__block section .contentInclude p a:hover {
          color: #DE8080;
          text-decoration: underline; }
      html body main section .contentInclude figure img, html body .block-editor-block-list__block section .contentInclude figure img {
        max-width: 100%;
        height: auto;
        width: auto; }
    html body main section .voiceBlock article, html body .block-editor-block-list__block section .voiceBlock article {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 2rem 0; }
      @media (max-width: 622px) {
        html body main section .voiceBlock article, html body .block-editor-block-list__block section .voiceBlock article {
          display: flex;
          flex-direction: column-reverse !important; }
          html body main section .voiceBlock article:nth-of-type(even), html body .block-editor-block-list__block section .voiceBlock article:nth-of-type(even) {
            flex-direction: column-reverse; } }
      html body main section .voiceBlock article:nth-of-type(even), html body .block-editor-block-list__block section .voiceBlock article:nth-of-type(even) {
        flex-direction: row-reverse; }
      html body main section .voiceBlock article .text, html body .block-editor-block-list__block section .voiceBlock article .text {
        width: 30%; }
        @media (max-width: 622px) {
          html body main section .voiceBlock article .text, html body .block-editor-block-list__block section .voiceBlock article .text {
            width: 100%; } }
        html body main section .voiceBlock article .text h4, html body .block-editor-block-list__block section .voiceBlock article .text h4 {
          font-size: 1.8rem;
          font-weight: 400;
          white-space: pre-wrap; }
          @media (max-width: 622px) {
            html body main section .voiceBlock article .text h4, html body .block-editor-block-list__block section .voiceBlock article .text h4 {
              font-size: 1.5rem; } }
        html body main section .voiceBlock article .text .person, html body .block-editor-block-list__block section .voiceBlock article .text .person {
          font-family: serif;
          font-size: 1.15rem;
          margin: 1.5rem 0;
          padding-bottom: 1rem;
          margin-bottom: 1rem;
          border-bottom: 1px solid #DE8080; }
          html body main section .voiceBlock article .text .person span, html body .block-editor-block-list__block section .voiceBlock article .text .person span {
            font-size: 150%; }
        html body main section .voiceBlock article .text .description, html body .block-editor-block-list__block section .voiceBlock article .text .description {
          font-size: 0.875rem;
          margin-bottom: 1rem;
          white-space: pre-wrap; }
        html body main section .voiceBlock article .text a, html body .block-editor-block-list__block section .voiceBlock article .text a {
          color: #DE8080;
          font-size: 14px; }
          html body main section .voiceBlock article .text a:before, html body .block-editor-block-list__block section .voiceBlock article .text a:before {
            content: "〉";
            margin-right: 0.5rem; }
      html body main section .voiceBlock article figure, html body .block-editor-block-list__block section .voiceBlock article figure {
        width: 65%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 1rem; }
        @media (max-width: 622px) {
          html body main section .voiceBlock article figure, html body .block-editor-block-list__block section .voiceBlock article figure {
            width: 100%;
            margin-top: 2rem;
            margin-bottom: 1rem; } }
        html body main section .voiceBlock article figure img, html body .block-editor-block-list__block section .voiceBlock article figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    html body main section .sdgsBanner, html body .block-editor-block-list__block section .sdgsBanner {
      background-image: url(../img/sdgsBanner.jpg);
      background-position: center;
      background-size: cover;
      border-radius: 0.5rem;
      overflow: hidden; }
      html body main section .sdgsBanner .sdgsBannerInner, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner {
        display: flex;
        align-items: center;
        padding: 3rem 2rem;
        justify-content: space-between; }
        @media (max-width: 622px) {
          html body main section .sdgsBanner .sdgsBannerInner, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner {
            display: block; } }
        html body main section .sdgsBanner .sdgsBannerInner .left .en, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .left .en {
          font-family: "new-hero", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 3rem;
          line-height: 1; }
          @media (max-width: 622px) {
            html body main section .sdgsBanner .sdgsBannerInner .left .en, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .left .en {
              font-size: 2.5rem; } }
        html body main section .sdgsBanner .sdgsBannerInner .left .jp, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .left .jp {
          font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
          font-size: 1.25rem;
          letter-spacing: 0.25rem; }
        html body main section .sdgsBanner .sdgsBannerInner .right, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .right {
          width: 30%; }
          @media (max-width: 622px) {
            html body main section .sdgsBanner .sdgsBannerInner .right, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .right {
              width: 100%; } }
          html body main section .sdgsBanner .sdgsBannerInner .right img, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .right img {
            width: 100%;
            height: auto; }
            @media (max-width: 622px) {
              html body main section .sdgsBanner .sdgsBannerInner .right img, html body .block-editor-block-list__block section .sdgsBanner .sdgsBannerInner .right img {
                width: 60%; } }
    html body main section .articleWrap ul, html body .block-editor-block-list__block section .articleWrap ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 622px) {
        html body main section .articleWrap ul, html body .block-editor-block-list__block section .articleWrap ul {
          display: block; } }
      html body main section .articleWrap ul.split3 li, html body .block-editor-block-list__block section .articleWrap ul.split3 li {
        width: calc(100% / 3 - 1rem); }
        @media (max-width: 622px) {
          html body main section .articleWrap ul.split3 li, html body .block-editor-block-list__block section .articleWrap ul.split3 li {
            width: 100%; } }
      html body main section .articleWrap ul li, html body .block-editor-block-list__block section .articleWrap ul li {
        width: calc(100% / 2 - 1rem); }
        @media (max-width: 622px) {
          html body main section .articleWrap ul li, html body .block-editor-block-list__block section .articleWrap ul li {
            width: 100%;
            margin-bottom: 2rem; } }
        html body main section .articleWrap ul li a, html body .block-editor-block-list__block section .articleWrap ul li a {
          display: block; }
          html body main section .articleWrap ul li a figure, html body .block-editor-block-list__block section .articleWrap ul li a figure {
            aspect-ratio: 16 / 7;
            overflow: hidden;
            border-radius: 0.5rem; }
            html body main section .articleWrap ul li a figure img, html body .block-editor-block-list__block section .articleWrap ul li a figure img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          html body main section .articleWrap ul li a .text, html body .block-editor-block-list__block section .articleWrap ul li a .text {
            margin-top: 1rem; }
            html body main section .articleWrap ul li a .text h3, html body .block-editor-block-list__block section .articleWrap ul li a .text h3 {
              font-size: 1.75rem;
              font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
              letter-spacing: 0.2em; }
              @media (max-width: 622px) {
                html body main section .articleWrap ul li a .text h3, html body .block-editor-block-list__block section .articleWrap ul li a .text h3 {
                  font-size: 1.5rem;
                  letter-spacing: 0.1em; } }
            html body main section .articleWrap ul li a .text p, html body .block-editor-block-list__block section .articleWrap ul li a .text p {
              font-size: 0.875rem; }
            html body main section .articleWrap ul li a .text .link, html body .block-editor-block-list__block section .articleWrap ul li a .text .link {
              color: #DE8080;
              margin-top: 1rem;
              font-size: 14px; }
              html body main section .articleWrap ul li a .text .link:before, html body .block-editor-block-list__block section .articleWrap ul li a .text .link:before {
                content: "〉";
                margin-right: 0.25rem; }
    html body main section .recruitBlock, html body .block-editor-block-list__block section .recruitBlock {
      min-height: 200vh;
      padding: 1rem;
      position: relative; }
      html body main section .recruitBlock:after, html body .block-editor-block-list__block section .recruitBlock:after {
        padding-top: 100%;
        content: "";
        display: block; }
      html body main section .recruitBlock.isPage, html body .block-editor-block-list__block section .recruitBlock.isPage {
        min-height: 100%; }
        html body main section .recruitBlock.isPage .floatingText, html body .block-editor-block-list__block section .recruitBlock.isPage .floatingText {
          padding: 0;
          padding-top: 16rem; }
          @media (max-width: 622px) {
            html body main section .recruitBlock.isPage .floatingText, html body .block-editor-block-list__block section .recruitBlock.isPage .floatingText {
              position: absolute;
              padding-top: 4rem; } }
        html body main section .recruitBlock.isPage:after, html body .block-editor-block-list__block section .recruitBlock.isPage:after {
          padding-top: 50%; }
      html body main section .recruitBlock .floatingText, html body .block-editor-block-list__block section .recruitBlock .floatingText {
        position: absolute;
        padding: 1rem;
        padding-top: 100vh;
        padding-bottom: 20vh;
        left: 0;
        top: 0;
        max-width: 90%;
        right: 0;
        margin: auto;
        width: 100%; }
        @media (max-width: 622px) {
          html body main section .recruitBlock .floatingText, html body .block-editor-block-list__block section .recruitBlock .floatingText {
            position: relative;
            padding: 0; } }
        html body main section .recruitBlock .floatingText .floatingTextInner, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner {
          margin: auto;
          max-width: 65rem;
          width: 100%; }
          html body main section .recruitBlock .floatingText .floatingTextInner .whiteText, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .whiteText {
            color: white;
            white-space: pre-wrap;
            white-space: pre-wrap;
            font-size: 1.25rem;
            line-height: 2;
            letter-spacing: 0.1em; }
            @media (max-width: 622px) {
              html body main section .recruitBlock .floatingText .floatingTextInner .whiteText, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .whiteText {
                font-size: 1rem; } }
          html body main section .recruitBlock .floatingText .floatingTextInner .copy, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .copy {
            margin-bottom: 2rem;
            font-size: 3rem;
            white-space: pre-wrap;
            font-size: 4rem;
            line-height: 1.35;
            letter-spacing: 0.1em; }
            @media (max-width: 622px) {
              html body main section .recruitBlock .floatingText .floatingTextInner .copy, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .copy {
                font-size: 2.5rem; } }
            html body main section .recruitBlock .floatingText .floatingTextInner .copy.whiteText, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .copy.whiteText {
              max-width: 100%; }
          html body main section .recruitBlock .floatingText .floatingTextInner .h2Block, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .h2Block {
            color: white !important;
            margin-top: 2rem; }
            html body main section .recruitBlock .floatingText .floatingTextInner .h2Block .en, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .h2Block .en {
              color: white; }
          html body main section .recruitBlock .floatingText .floatingTextInner .mynavi, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi {
            margin-top: 2rem;
            display: flex;
            background-color: white;
            padding: 2rem;
            min-height: 12rem;
            border: 2px solid #00ABEB;
            justify-content: center;
            align-items: center; }
            html body main section .recruitBlock .floatingText .floatingTextInner .mynavi .image, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi .image {
              width: fit-content;
              margin: auto; }
              @media (max-width: 622px) {
                html body main section .recruitBlock .floatingText .floatingTextInner .mynavi .image, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi .image {
                  min-width: 1px !important; } }
              html body main section .recruitBlock .floatingText .floatingTextInner .mynavi .image img, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi .image img {
                max-width: 330px;
                margin: auto; }
                @media (max-width: 622px) {
                  html body main section .recruitBlock .floatingText .floatingTextInner .mynavi .image img, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi .image img {
                    max-width: 100%; } }
              html body main section .recruitBlock .floatingText .floatingTextInner .mynavi .image p, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .mynavi .image p {
                text-align: center;
                font-size: 0.85rem;
                margin-top: 1rem; }
          html body main section .recruitBlock .floatingText .floatingTextInner .curves, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .curves {
            margin-top: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            padding: 2rem;
            border: 2px solid #DE8080;
            min-height: 12rem; }
            html body main section .recruitBlock .floatingText .floatingTextInner .curves .image, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .curves .image {
              width: fit-content;
              margin: auto; }
              html body main section .recruitBlock .floatingText .floatingTextInner .curves .image img, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .curves .image img {
                max-width: 190px;
                margin: auto; }
              html body main section .recruitBlock .floatingText .floatingTextInner .curves .image p, html body .block-editor-block-list__block section .recruitBlock .floatingText .floatingTextInner .curves .image p {
                text-align: center;
                font-size: 0.85rem;
                margin-top: 1rem; }
      html body main section .recruitBlock .background, html body .block-editor-block-list__block section .recruitBlock .background {
        position: sticky;
        top: 1rem;
        background-color: #0066FF;
        height: calc(100vh - 2rem);
        width: calc(100vw - 2rem);
        max-width: 100%; }
        html body main section .recruitBlock .background img, html body .block-editor-block-list__block section .recruitBlock .background img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    html body main section .linkWrap.center a, html body .block-editor-block-list__block section .linkWrap.center a {
      margin: auto; }
    html body main section .linkWrap a, html body .block-editor-block-list__block section .linkWrap a {
      background-color: #DE8080;
      border-radius: 3rem;
      padding: 1rem 2rem;
      line-height: 1;
      color: white;
      display: block;
      width: fit-content;
      min-width: 20rem;
      text-align: center;
      position: relative;
      border: 2px solid #DE8080;
      font-size: 14px; }
      html body main section .linkWrap a:hover, html body .block-editor-block-list__block section .linkWrap a:hover {
        box-shadow: 0 0 12px #888;
        border-color: whtie; }
    html body main section .pageWidth, html body .block-editor-block-list__block section .pageWidth {
      max-width: 95rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
      html body main section .pageWidth.normal, html body .block-editor-block-list__block section .pageWidth.normal {
        max-width: 65rem; }
      html body main section .pageWidth.narrow, html body .block-editor-block-list__block section .pageWidth.narrow {
        max-width: 45rem; }
    html body main section.fv .loopPicturesInfinity, html body .block-editor-block-list__block section.fv .loopPicturesInfinity {
      padding: 2rem 0;
      padding-bottom: 8rem;
      position: relative;
      margin-top: 2rem;
      overflow: hidden;
      width: 100%;
      display: flex; }
      @media (max-width: 622px) {
        html body main section.fv .loopPicturesInfinity, html body .block-editor-block-list__block section.fv .loopPicturesInfinity {
          padding-bottom: 3rem; } }
      html body main section.fv .loopPicturesInfinity .floatingTitle, html body .block-editor-block-list__block section.fv .loopPicturesInfinity .floatingTitle {
        position: absolute;
        bottom: -2vw;
        left: 0;
        right: 0;
        font-size: 7vw;
        text-align: center;
        font-weight: 100;
        color: #DE8080;
        opacity: 0.6; }
      html body main section.fv .loopPicturesInfinity ul, html body .block-editor-block-list__block section.fv .loopPicturesInfinity ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-shrink: 0;
        animation: scrollLeft 20s linear infinite; }
        html body main section.fv .loopPicturesInfinity ul li, html body .block-editor-block-list__block section.fv .loopPicturesInfinity ul li {
          flex-shrink: 0;
          margin-right: 1vw;
          aspect-ratio: 16 / 9;
          overflow: hidden;
          border-radius: 1rem;
          width: 16vw; }
          @media (max-width: 622px) {
            html body main section.fv .loopPicturesInfinity ul li, html body .block-editor-block-list__block section.fv .loopPicturesInfinity ul li {
              width: 40vw;
              aspect-ratio: 1 / 1; } }
          html body main section.fv .loopPicturesInfinity ul li img, html body .block-editor-block-list__block section.fv .loopPicturesInfinity ul li img {
            display: block;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center; }
@keyframes scrollLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
    html body main section.fv .freeWrap, html body .block-editor-block-list__block section.fv .freeWrap {
      position: relative; }
      @media (max-width: 622px) {
        html body main section.fv .freeWrap, html body .block-editor-block-list__block section.fv .freeWrap {
          display: flex;
          flex-direction: column-reverse; } }
      html body main section.fv .freeWrap .textWrap, html body .block-editor-block-list__block section.fv .freeWrap .textWrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 40vw; }
        @media (max-width: 622px) {
          html body main section.fv .freeWrap .textWrap, html body .block-editor-block-list__block section.fv .freeWrap .textWrap {
            width: 100%;
            position: relative; } }
        html body main section.fv .freeWrap .textWrap .textInner, html body .block-editor-block-list__block section.fv .freeWrap .textWrap .textInner {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          padding: 1rem;
          display: flex;
          align-items: center; }
          @media (max-width: 622px) {
            html body main section.fv .freeWrap .textWrap .textInner, html body .block-editor-block-list__block section.fv .freeWrap .textWrap .textInner {
              width: 100%;
              position: relative; } }
          html body main section.fv .freeWrap .textWrap .textInner h1, html body .block-editor-block-list__block section.fv .freeWrap .textWrap .textInner h1 {
            font-family: "new-hero", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 3.5rem;
            line-height: 1; }
            @media (max-width: 622px) {
              html body main section.fv .freeWrap .textWrap .textInner h1, html body .block-editor-block-list__block section.fv .freeWrap .textWrap .textInner h1 {
                font-size: 2.5rem; } }
            html body main section.fv .freeWrap .textWrap .textInner h1 span, html body .block-editor-block-list__block section.fv .freeWrap .textWrap .textInner h1 span {
              color: #000;
              margin-top: 1rem;
              display: block;
              font-size: 1.5rem;
              font-family: serif; }
      html body main section.fv .freeWrap .videoWrap, html body .block-editor-block-list__block section.fv .freeWrap .videoWrap {
        margin-left: auto;
        width: 60vw;
        border-radius: 1rem 0 0 1rem;
        overflow: hidden; }
        @media (max-width: 622px) {
          html body main section.fv .freeWrap .videoWrap, html body .block-editor-block-list__block section.fv .freeWrap .videoWrap {
            width: calc(100% - 1rem);
            position: relative; } }
        html body main section.fv .freeWrap .videoWrap video, html body .block-editor-block-list__block section.fv .freeWrap .videoWrap video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
    html body main section.detailFirstview .freeWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap {
      position: relative; }
      html body main section.detailFirstview .freeWrap .textWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 40vw; }
        @media (max-width: 622px) {
          html body main section.detailFirstview .freeWrap .textWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap {
            width: 100%;
            position: relative; } }
        html body main section.detailFirstview .freeWrap .textWrap .textInner, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          padding: 1rem;
          display: flex;
          align-items: center; }
          @media (max-width: 622px) {
            html body main section.detailFirstview .freeWrap .textWrap .textInner, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner {
              width: 100%;
              position: relative; } }
          html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail {
            padding-right: 2rem;
            max-width: 35rem; }
            html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description {
              font-family: serif;
              font-weight: 500;
              font-size: 1.75rem;
              letter-spacing: 0.1em;
              white-space: pre-wrap; }
              @media (max-width: 622px) {
                html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description {
                  font-size: 1.25rem; } }
              html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description small, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .description small {
                display: block;
                font-size: 1rem; }
            html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap {
              margin: 2rem 0; }
              html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .title, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .title {
                font-size: 1.5rem;
                font-weight: bold; }
                @media (max-width: 622px) {
                  html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .title, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .title {
                    font-size: 1.25rem; } }
              html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .en, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .en {
                font-size: 1.5rem;
                font-weight: bold;
                font-family: "new-hero", sans-serif;
                font-weight: 400; }
                @media (max-width: 622px) {
                  html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .en, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail .titleWrap .en {
                    font-size: 1.15rem; } }
            html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1 {
              font-family: "new-hero", sans-serif;
              font-weight: 400;
              font-style: normal;
              white-space: pre-wrap;
              font-size: 2.25rem;
              line-height: 1.5; }
              @media (max-width: 622px) {
                html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1 {
                  font-size: 2rem; } }
              html body main section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1 span, html body .block-editor-block-list__block section.detailFirstview .freeWrap .textWrap .textInner .textDetail h1 span {
                margin-top: 1rem;
                display: block;
                font-size: 1.5rem; }
      html body main section.detailFirstview .freeWrap .imageWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap .imageWrap {
        margin-left: auto;
        width: 60vw;
        border-radius: 1rem 0 0 1rem;
        overflow: hidden;
        aspect-ratio: 16 / 9; }
        @media (max-width: 622px) {
          html body main section.detailFirstview .freeWrap .imageWrap, html body .block-editor-block-list__block section.detailFirstview .freeWrap .imageWrap {
            width: calc(100% - 1rem);
            position: relative; } }
        html body main section.detailFirstview .freeWrap .imageWrap img, html body .block-editor-block-list__block section.detailFirstview .freeWrap .imageWrap img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
    html body footer {
      background-color: #DE8080; }
      html body footer .footerInner {
        margin: auto;
        width: 100%;
        max-width: 86rem;
        padding: 6rem 1rem; }
        html body footer .footerInner .bottom {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 2rem; }
          @media (max-width: 622px) {
            html body footer .footerInner .bottom {
              display: block; } }
          html body footer .footerInner .bottom ul {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: flex-end; }
            @media (max-width: 622px) {
              html body footer .footerInner .bottom ul {
                display: block; } }
            html body footer .footerInner .bottom ul li {
              margin-left: 2rem;
              font-size: 0.86rem;
              color: white; }
              @media (max-width: 622px) {
                html body footer .footerInner .bottom ul li {
                  margin: 0;
                  margin-top: 1rem; } }
        html body footer .footerInner .top {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 622px) {
            html body footer .footerInner .top {
              display: block; } }
          html body footer .footerInner .top ul {
            display: flex; }
            @media (max-width: 622px) {
              html body footer .footerInner .top ul {
                margin-top: 2rem;
                display: block; } }
            html body footer .footerInner .top ul li {
              margin-left: 2rem; }
              @media (max-width: 622px) {
                html body footer .footerInner .top ul li {
                  margin-left: 0;
                  margin-top: 1rem; } }
              html body footer .footerInner .top ul li a {
                color: white; }
    html body header .inner {
      display: flex;
      padding: 1.5rem 1rem;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 95rem;
      margin: auto; }
      html body header .inner #menuBlock {
        display: none;
        position: relative;
        width: 2.5rem;
        height: 1.5rem; }
        @media (max-width: 622px) {
          html body header .inner #menuBlock {
            display: block; } }
        html body header .inner #menuBlock.active:after {
          transform: rotate(45deg);
          bottom: 9px; }
        html body header .inner #menuBlock.active:before {
          transform: rotate(-45deg);
          top: 9px; }
        html body header .inner #menuBlock:after, html body header .inner #menuBlock:before {
          content: "";
          position: absolute;
          height: 2px;
          background-color: gray;
          width: 100%;
          left: 0;
          right: 0;
          margin: auto;
          transform-origin: center; }
        html body header .inner #menuBlock:after {
          bottom: 0; }
        html body header .inner #menuBlock:before {
          top: 0; }
      html body header .inner nav.active ul {
        height: 100%; }
      html body header .inner nav ul {
        display: flex; }
        @media (max-width: 622px) {
          html body header .inner nav ul {
            left: 0;
            height: 0;
            z-index: 100;
            pointer-events: auto;
            position: absolute;
            display: block;
            background-color: white;
            overflow: hidden;
            top: 5rem;
            width: 100%; }
            html body header .inner nav ul li {
              padding: 1rem;
              margin: 0;
              border-top: 1px dotted gray; } }
        html body header .inner nav ul li {
          margin-left: 1rem; }
          html body header .inner nav ul li a {
            font-size: 1rem; }
      html body header .inner .logo {
        display: flex;
        align-items: center; }
        html body header .inner .logo img {
          width: 8rem;
          height: auto;
          object-fit: contain; }
        html body header .inner .logo span {
          margin-left: 1rem;
          display: block;
          font-size: 0.75rem;
          max-width: 25rem; }
          @media (max-width: 622px) {
            html body header .inner .logo span {
              display: none; } }
