@charset "UTF-8";
/****************************************

Theme Name: セントラルパーク様コーポレートサイト
Theme URI: https://www.centralpark.co.jp/company/
Description: セントラルパーク様コーポレートサイトオリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.サブページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "dnp-shuei-mgothic-std", "Noto Sans JP","Noto Sans","Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: clamp(16px, 1.6vw, 16px);
  color: #000000;
  -webkit-text-size-adjust: none;
  font-weight: 400; }

html {
  overflow-x: clip; }

.inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .inner {
      width: 90%; } }
  @media all and (max-width: 768px) {
    .inner {
      width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerS {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerS {
      width: 90%;
      max-width: 90%; } }
  @media all and (max-width: 768px) {
    .innerS {
      width: 100%;
      max-width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerL {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerL {
      padding-left: 50px;
      padding-right: 50px; } }
  @media all and (max-width: 768px) {
    .innerL {
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media all and (max-width: 768px) {
    .sp {
      display: block !important; } }

/*ボタン速度関係*/
a,
input[type=submit],
button {
  transition: all .5s ease-in; }
  a:before, a:after,
  input[type=submit]:before,
  input[type=submit]:after,
  button:before,
  button:after {
    transition: inherit; }
  a *,
  input[type=submit] *,
  button * {
    transition: inherit; }
    a *:before, a *:after,
    input[type=submit] *:before,
    input[type=submit] *:after,
    button *:before,
    button *:after {
      transition: inherit; }

/*インビュー関連*/
.inview.left {
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity;
  transform: translateX(-30px);
  opacity: 0; }
.inview.right {
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity;
  transform: translateX(30px);
  opacity: 0; }
.inview.bottom {
  transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity;
  transform: translateY(20px);
  opacity: 0; }
.inview.action {
  opacity: 1;
  transform: translate(0px); }

/*テキスト関連*/
.center {
  text-align: center; }

.under {
  text-decoration: underline; }

b, stlong, .bold {
  font-weight: bold; }

.postCn {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2; }
  .postCn * {
    font-size: clamp(16px, 1.6vw, 16px);
    line-height: 2; }
  .postCn h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 .75rem; }
  .postCn h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 .66rem 0; }
  .postCn h3 {
    font-size: 1.17em;
    line-height: 1.8;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h4 {
    font-size: 0.83em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h5 {
    font-size: 0.83em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h6 {
    font-size: 0.67em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn p {
    margin-bottom: 20px; }
  .postCn strong {
    font-weight: bold; }
    .postCn strong * {
      font-weight: bold; }
  .postCn em {
    font-style: italic; }
    .postCn em * {
      font-style: italic; }
  .postCn a {
    color: #e94b4b;
    display: inline;
    transition: 0.5s; }
    .postCn a * {
      color: #e94b4b; }
    .postCn a:hover {
      color: #e94b4b;
      text-decoration: underline; }
  .postCn img {
    margin-bottom: 20px; }
  .postCn iframe {
    margin-bottom: 20px; }
  .postCn ul {
    margin-bottom: 20px; }
    .postCn ul li {
      list-style: circle;
      list-style-position: inside; }
  .postCn ol {
    margin-bottom: 20px; }
    .postCn ol li {
      list-style-type: decimal;
      list-style-position: inside; }
  .postCn table {
    margin-bottom: 20px; }

/*ボタン*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #F1F0EB;
  padding: 15px 25px;
  border-radius: 100px;
  width: 100%;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .btn {
      padding: 10px 20px; } }
  .btn span {
    font-weight: bold; }
    @media all and (max-width: 1024px) {
      .btn span {
        font-size: clamp(14px, 1.4vw, 14px); } }
  .btn.green {
    background: #00A041; }
    .btn.green span {
      color: #FFF; }
  .btn:hover {
    background: #E8E6DD; }
  .btn.green:hover {
    background: #038739; }

.btnLine {
  height: 54px;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: solid 2px #02A041; }
  @media all and (max-width: 1280px) {
    .btnLine {
      height: 54px;
      padding: 0 15px;
      gap: 15px; } }
  .btnLine span {
    font-weight: bold;
    line-height: 1.4; }

/*アイコン*/
.arrowRight {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00A041;
  flex-shrink: 0;
  display: inline-block; }
  .arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff; }

.green .arrowRight {
  background: #FFF; }
  .green .arrowRight::after {
    border-color: transparent transparent transparent #00A041; }

.arrowLeft {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00A041;
  flex-shrink: 0;
  display: inline-block; }
  .arrowLeft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #fff transparent transparent; }

.arrowBottom {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00A041;
  flex-shrink: 0;
  display: inline-block; }
  .arrowBottom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #fff transparent transparent transparent; }

.pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 100px;
  background: #e60012;
  color: #fff;
  font-size: clamp(14px, 1.4vw, 14px);
  font-weight: 700;
  line-height: 1; }

.dl {
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url("img/iconDl.svg") no-repeat center/contain;
  margin-right: 10px; }

.externalLink {
  background-image: url("img/iconExternalLink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

/*パンくず*/
.pankuzu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 1024px) {
    .pankuzu ul {
      gap: 20px; } }
  .pankuzu ul li {
    position: relative; }
    @media all and (max-width: 1024px) {
      .pankuzu ul li {
        height: 19px; } }
    .pankuzu ul li + li::before {
      content: "";
      position: absolute;
      left: -18px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid #00A041; }
      @media all and (max-width: 1024px) {
        .pankuzu ul li + li::before {
          left: -14px;
          transform: translateY(-15%);
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 7px solid #00A041; } }
    .pankuzu ul li:first-child a {
      color: #00A041; }
    .pankuzu ul li a {
      color: #000;
      font-weight: bold; }
      @media all and (max-width: 1024px) {
        .pankuzu ul li a {
          font-size: clamp(14px, 1.4vw, 14px);
          font-weight: normal; } }
      .pankuzu ul li a:hover {
        opacity: .8; }
    .pankuzu ul li span {
      color: #000;
      font-weight: bold; }
      @media all and (max-width: 1024px) {
        .pankuzu ul li span {
          font-size: clamp(14px, 1.4vw, 14px);
          font-weight: normal; } }

/*新着情報*/
.newsList {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media all and (max-width: 1024px) {
    .newsList {
      gap: 10px; } }
  .newsList a {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #FFF;
    border-radius: 25px;
    padding: 20px 40px; }
    @media all and (max-width: 1024px) {
      .newsList a {
        gap: 10px 15px;
        padding: 20px 30px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas: "date cat" "txt txt"; } }
    .newsList a .date {
      width: 90px;
      line-height: 1; }
      @media all and (max-width: 1024px) {
        .newsList a .date {
          grid-area: date;
          font-size: clamp(14px, 1.4vw, 14px); } }
    .newsList a .cat {
      width: 130px;
      height: 30px;
      line-height: 1;
      background: #00A041;
      color: #FFF;
      font-size: clamp(12px, 1.2vw, 12px);
      font-weight: bold;
      border-radius: 100px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 1024px) {
        .newsList a .cat {
          grid-area: cat; } }
    .newsList a .txt {
      width: calc( 100% - 60px - 90px - 130px );
      line-height: 1.6;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media all and (max-width: 1024px) {
        .newsList a .txt {
          grid-area: txt;
          width: 100%;
          white-space: normal;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: clip;
          font-size: clamp(14px, 1.4vw, 14px); } }

/****************************************


2.ヘッダー


*****************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  padding-right: 40px; }
  @media all and (max-width: 1280px) {
    header {
      position: fixed;
      height: 60px;
      padding-right: 0;
      display: block; } }
  header .navBtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 26px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 1001; }
    @media all and (max-width: 1280px) {
      header .navBtn {
        display: block; } }
    header .navBtn span {
      position: absolute;
      left: 0;
      width: 34px;
      height: 2px;
      background: #00A041;
      border-radius: 2px;
      transform-origin: 50% 50%;
      transition: top 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.2s linear; }
    header .navBtn span:nth-child(1) {
      top: 3px; }
    header .navBtn span:nth-child(2) {
      top: 12px; }
    header .navBtn span:nth-child(3) {
      top: 21px; }
    header .navBtn.open span {
      height: 3px;
      background: #FFF; }
    header .navBtn.open span:nth-child(1) {
      top: 12px;
      transform: rotate(45deg) scaleY(0.6); }
    header .navBtn.open span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0.6); }
    header .navBtn.open span:nth-child(3) {
      top: 12px;
      transform: rotate(-45deg) scaleY(0.6); }
  header .logo {
    height: 100%;
    background: #FFF;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center; }
    @media all and (max-width: 1280px) {
      header .logo {
        width: 160px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        height: 60px; } }
    header .logo a {
      width: 100%;
      height: 100%;
      padding: 0 40px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 1280px) {
        header .logo a {
          padding: 0 20px; } }
      header .logo a img {
        width: 188px; }
        @media all and (max-width: 1280px) {
          header .logo a img {
            width: 100%; } }
  header nav {
    max-width: calc( 100% - 270px );
    padding: 0 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    box-sizing: border-box;
    background: #00A041;
    border-radius: 15px; }
    @media all and (max-width: 1280px) {
      header nav {
        visibility: hidden;
        opacity: 0;
        display: flex;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        background: #00A041;
        justify-content: center;
        align-items: center;
        padding: 30px 6%;
        transition: 0.8s; } }
    header nav ul {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px; }
      @media all and (max-width: 1280px) {
        header nav ul {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; } }
      header nav ul li {
        display: flex;
        align-items: center; }
        header nav ul li a {
          line-height: 1;
          color: #FFF;
          font-weight: bold;
          font-size: clamp(14px, 1.4vw, 14px); }
          @media all and (max-width: 1280px) {
            header nav ul li a {
              font-size: clamp(18px, 1.8vw, 18px);
              color: #FFF;
              line-height: 1.5; } }
          header nav ul li a:hover {
            opacity: 0.7; }
    header nav.open {
      visibility: visible;
      opacity: 1; }

/****************************************


3.フッター


*****************************************/
@media screen and (min-width: 769px) {
  footer {
    position: relative;
    background: #f1f0eb;
    border-top: 1px solid #d7d7cd;
    padding-top: 57px; }
    footer .inner {
      text-align: center;
      position: relative;
      width: auto; }
    footer h1 {
      margin-bottom: 43px;
      display: flex;
      justify-content: center; }
    footer .ft_sns {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 37px; }
      footer .ft_sns li {
        margin: 0 15px; }
    footer .ft_subnav {
      position: absolute;
      left: 50%;
      margin-left: -411px;
      top: -20px;
      text-align: left;
      font-size: 16px;
      font-family: fot-udkakugo-large-pr6n,sans-serif;
      font-weight: 500;
      font-style: normal; }
      footer .ft_subnav li {
        margin-bottom: 22px; }
        footer .ft_subnav li:before {
          content: ">";
          display: inline-block;
          font-family: fot-udkakugo-large-pr6n,sans-serif;
          font-weight: 600;
          font-style: normal;
          margin-right: 7px;
          vertical-align: 3px; }
    footer .ft_nav {
      display: flex;
      padding: 20px 0 5px 20px;
      max-width: 1050px;
      margin: 0 auto;
      border-bottom: 1px solid #d8d7ce; }
      footer .ft_nav ul {
        display: flex;
        font-size: 14px;
        flex-wrap: wrap; }
        footer .ft_nav ul li {
          width: 14%;
          text-align: left;
          margin-bottom: 10px; }
          footer .ft_nav ul li a {
            font-size: 14px; }
          footer .ft_nav ul li:before {
            content: ">";
            display: inline-block;
            font-family: fot-udkakugo-large-pr6n,sans-serif;
            font-weight: 600;
            font-style: normal;
            margin-right: 4px;
            vertical-align: 3px; }
    footer .time_module + .caution {
      border-bottom: 1px solid #d8d7ce;
      padding-bottom: 50px; }
    footer #copyright {
      font-size: 10px;
      background: #fff;
      color: #a9b79f;
      text-align: center;
      padding: 10px 0; }

  #pagetop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999; }

  .time_module {
    display: flex;
    justify-content: center;
    margin-bottom: 18px; }
    .time_module li {
      margin: 0 10px;
      border: 1px solid #d7d7cf;
      background: #fff;
      border-radius: 10px;
      display: flex;
      width: 356px;
      padding: 15px 0 20px;
      align-items: center; }
      .time_module li .left {
        width: 27%;
        font-size: 20px;
        color: #009345;
        text-align: center;
        padding-left: 2%; }
        .time_module li .left img {
          display: block;
          margin: 0 auto 10px; }
      .time_module li .right {
        width: 78%;
        font-family: fot-udkakugo-large-pr6n,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        line-height: 120%; }
        .time_module li .right span {
          display: block;
          margin-top: 5px;
          font-family: fot-udkakugo-large-pr6n,sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 70%;
          line-height: 140%; }
      .time_module li:last-child .right {
        padding-right: 10%; }

  .time_module + .caution {
    font-size: 14px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  footer {
    border-top: 1px solid #fff;
    background: #f1f0ea;
    padding: 30px 0 0;
    position: relative; }
    footer .inner {
      width: auto;
      padding: 0; }
    footer h1 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 30px; }
      footer h1 img {
        height: 20px; }
    footer .time_module + .caution {
      margin-bottom: 15px; }
    footer .ft_sns {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
      footer .ft_sns li {
        margin: 0 8px;
        height: 20px; }
        footer .ft_sns li img {
          height: 20px; }
      footer .ft_sns.sp {
        display: flex !important; }
    footer #copyright {
      font-size: 11px;
      background: #fff;
      color: #a9b79f;
      text-align: center;
      padding: 10px 0; }
    footer .ft_nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: baseline;
      border-top: 1px solid #fff; }
      footer .ft_nav ul li {
        width: 50%;
        border: 1px solid #fff;
        border-left: none;
        border-top: none;
        box-sizing: border-box; }
        footer .ft_nav ul li a {
          font-size: 14px;
          display: block;
          padding: 13px 20px;
          line-height: 1; }
        footer .ft_nav ul li img {
          width: 100%; }
        footer .ft_nav ul li span {
          font-size: 15px; }

  .fix_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cfcec9;
    z-index: 8; }
    .fix_footer ul {
      display: flex; }
    .fix_footer li {
      width: 25%;
      box-sizing: border-box;
      border-top: 1px solid #a6a5a1;
      border-right: 1px solid #a6a5a1; }
      .fix_footer li:last-child {
        border-right: none; }
      .fix_footer li img {
        width: 100%; }

  #pagetop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999; }

  .time_module {
    display: flex;
    justify-content: center;
    margin: 0 20px; }
    .time_module li {
      margin: 0;
      border: 1px solid #d7d7cf;
      border-bottom: none;
      background: #fff;
      border-radius: 5px 0 0 0;
      width: 50%;
      padding: 10px 0 8px;
      align-items: center;
      box-sizing: border-box; }
      .time_module li:first-child {
        border-right: none; }
      .time_module li:last-child {
        border-radius: 0 5px 0 0;
        border-left: none; }
        .time_module li:last-child .right {
          padding-right: 0; }
      .time_module li .left {
        font-size: 15px;
        color: #009345;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; }
        .time_module li .left img {
          vertical-align: text-bottom;
          height: 25px;
          padding-right: 5px; }
      .time_module li .right {
        text-align: center;
        font-family: fot-udkakugo-large-pr6n,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 15px;
        line-height: 140%; }
        .time_module li .right span {
          display: block;
          font-family: fot-udkakugo-large-pr6n,sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 65%; }

  .time_module + .caution {
    font-size: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d7ce;
    border-top: none;
    margin: 0 20px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.7); } }
.toTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e60012;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  display: flex;
  transition: 0.8s; }
  @media all and (max-width: 1024px) {
    .toTop {
      right: 20px;
      bottom: 20px; } }
  .toTop.show {
    opacity: 1;
    visibility: visible; }
  .toTop .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    margin-bottom: 4px; }
  .toTop .txt {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1; }

/****************************************


4.トップページ


*****************************************/
@-webkit-keyframes main-radius-anim {
  0%,100% {
    border-radius: 66% 34% 24% 76%/43% 42% 58% 57%; }
  25% {
    border-radius: 34% 66% 68% 32%/31% 68% 32% 69%; }
  50% {
    border-radius: 71% 29% 62% 38%/63% 27% 73% 37%; }
  75% {
    border-radius: 36% 64% 32% 68%/28% 74% 26% 72%; } }
@keyframes main-radius-anim {
  0%,100% {
    border-radius: 66% 34% 24% 76%/43% 42% 58% 57%; }
  25% {
    border-radius: 34% 66% 68% 32%/31% 68% 32% 69%; }
  50% {
    border-radius: 71% 29% 62% 38%/63% 27% 73% 37%; }
  75% {
    border-radius: 36% 64% 32% 68%/28% 74% 26% 72%; } }
@-webkit-keyframes main-zoom-out-anim {
  0% {
    scale: 1.1; }
  100% {
    scale: 1; } }
@keyframes main-zoom-out-anim {
  0% {
    scale: 1.1; }
  100% {
    scale: 1; } }
.home .mainImg {
  background: #F1F0EB;
  padding-left: 6%;
  display: flex; }
  @media all and (max-width: 1024px) {
    .home .mainImg {
      padding-left: 0;
      width: 100%;
      flex-direction: column-reverse;
      position: relative; } }
  .home .mainImg .txtWrap {
    width: 40%;
    padding-top: 200px; }
    @media all and (max-width: 1024px) {
      .home .mainImg .txtWrap {
        width: 100%;
        padding-top: 0;
        transform: translateY(-50px);
        position: relative;
        z-index: 2;
        padding: 0 6vw;
        box-sizing: border-box; } }
    .home .mainImg .txtWrap .tit {
      font-weight: bold;
      font-size: clamp(24px, 3.5vw, 50px);
      line-height: 1.6;
      margin-bottom: 20px; }
      @media all and (max-width: 1024px) {
        .home .mainImg .txtWrap .tit {
          margin-bottom: 10px; } }
      .home .mainImg .txtWrap .tit span {
        font-weight: bold;
        font-size: clamp(24px, 3.5vw, 50px);
        color: #00A041; }
    .home .mainImg .txtWrap .subTit {
      font-weight: bold;
      line-height: 2;
      margin-bottom: 50px; }
      @media all and (max-width: 1024px) {
        .home .mainImg .txtWrap .subTit {
          font-size: clamp(14px, 1.4vw, 14px);
          margin-bottom: 20px; } }
    .home .mainImg .txtWrap .thumb-swiper {
      background: #FFF;
      padding: 15px 40px;
      border-radius: 100px;
      display: inline-block; }
      @media all and (max-width: 1024px) {
        .home .mainImg .txtWrap .thumb-swiper {
          padding: 5px 10px;
          width: 100%;
          box-sizing: border-box; } }
      .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper {
        display: flex; }
        @media all and (max-width: 1024px) {
          .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper {
            justify-content: center; } }
        .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide {
          overflow: hidden;
          border-radius: 100%;
          width: 60px;
          height: 60px;
          border: solid 5px #FFF;
          cursor: pointer;
          transition: border-color 0.8s ease, border-width 0.8s ease; }
          @media all and (max-width: 1024px) {
            .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide {
              width: 40px;
              height: 40px; } }
          .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide:hover, .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
            border: solid 5px #00A041; }
          .home .mainImg .txtWrap .thumb-swiper .swiper-wrapper .swiper-slide:last-child {
            margin-right: 0 !important; }
  .home .mainImg .img {
    width: 60%;
    padding-top: 50px;
    padding-right: 50px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      .home .mainImg .img {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-top: 40px;
        padding-right: 0; } }
    .home .mainImg .img .main-swiper {
      background: #fff;
      -webkit-animation: main-radius-anim 20s ease-in-out infinite;
      animation: main-radius-anim 20s ease-in-out infinite;
      overflow: hidden; }
      .home .mainImg .img .main-swiper .swiper-wrapper .swiper-slide img {
        -webkit-animation: main-zoom-out-anim 8s ease;
        animation: main-zoom-out-anim 8s ease; }
.home .cn1 {
  position: relative;
  background: #0aa34a;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .home .cn1 {
      padding-top: 80px;
      padding-bottom: 50px;
      margin-top: -30px; } }
  .home .cn1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 103%;
    height: 180px;
    background: #F1F0EB;
    border-radius: 0 0 100% 100%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 1024px) {
      .home .cn1::before {
        height: 80px; } }
.home .block {
  background: #FFF;
  border-radius: 25px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px; }
  @media all and (max-width: 1024px) {
    .home .block {
      padding: 20px 20px 30px;
      gap: 30px;
      margin-bottom: 10px;
      flex-direction: column; } }
  .home .block .img {
    width: 40%;
    border-radius: 25px;
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .home .block .img {
        width: 100%;
        height: 200px; } }
    .home .block .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home .block .txtWrap {
    width: 60%; }
    @media all and (max-width: 1024px) {
      .home .block .txtWrap {
        width: 100%; } }
    .home .block .txtWrap .en {
      color: #00A041;
      font-size: clamp(18px, 1.8vw, 18px);
      font-weight: bold;
      line-height: 1;
      margin-bottom: 15px; }
      @media all and (max-width: 1024px) {
        .home .block .txtWrap .en {
          font-size: clamp(16px, 1.6vw, 16px);
          margin-bottom: 10px; } }
    .home .block .txtWrap .tit {
      font-size: clamp(26px, 3vw, 32px);
      font-weight: bold;
      line-height: 1;
      margin-bottom: 15px; }
      @media all and (max-width: 1024px) {
        .home .block .txtWrap .tit {
          font-size: clamp(24px, 2.6vw, 28px); } }
    .home .block .txtWrap p {
      line-height: 2;
      margin-bottom: 40px; }
      @media all and (max-width: 1024px) {
        .home .block .txtWrap p {
          margin-bottom: 30px; } }
    .home .block .txtWrap ul {
      display: flex;
      flex-wrap: wrap;
      gap: 15px; }
      @media all and (max-width: 1024px) {
        .home .block .txtWrap ul {
          gap: 10px;
          flex-wrap: nowrap;
          flex-direction: column; } }
      .home .block .txtWrap ul li {
        width: calc(( 100% - 15px ) / 2 ); }
        @media all and (max-width: 1024px) {
          .home .block .txtWrap ul li {
            width: 100%; } }
.home .wrap {
  display: flex;
  gap: 40px; }
  @media all and (max-width: 1024px) {
    .home .wrap {
      gap: 10px;
      flex-direction: column; } }
  .home .wrap .box {
    width: calc(( 100% - 80px ) / 3 );
    background: #FFF;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 40px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      .home .wrap .box {
        width: 100%;
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 35%;
        grid-template-areas: "en img" "tit img";
        gap: 5px 40px;
        align-items: center; } }
    .home .wrap .box .en {
      color: #00A041;
      font-size: clamp(18px, 1.8vw, 18px);
      font-weight: bold;
      line-height: 1;
      margin-bottom: 15px;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .home .wrap .box .en {
          font-size: clamp(15px, 1.5vw, 15px);
          margin-bottom: 0;
          grid-area: en;
          text-align: left;
          display: flex;
          align-items: flex-end;
          height: 100%; } }
    .home .wrap .box .tit {
      font-size: clamp(24px, 2.6vw, 28px);
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .home .wrap .box .tit {
          font-size: clamp(18px, 3vw, 20px);
          line-height: 1.6;
          margin-bottom: 0;
          grid-area: tit;
          text-align: left;
          display: flex;
          align-items: flex-start;
          height: 100%; } }
    @media all and (max-width: 1024px) {
      .home .wrap .box .img {
        grid-area: img; } }
    .home .wrap .box .arrowRight {
      position: absolute;
      right: 20px;
      bottom: 20px; }
    .home .wrap .box:hover {
      background: #EDEDED; }
.home .cn2 {
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
  background: #F1F0EB; }
  .home .cn2 .innerS {
    display: flex;
    gap: 60px; }
    @media all and (max-width: 1024px) {
      .home .cn2 .innerS {
        gap: 30px;
        flex-direction: column; } }
    .home .cn2 .innerS .txtWrap {
      width: calc( 50% - 40px ); }
      @media all and (max-width: 1024px) {
        .home .cn2 .innerS .txtWrap {
          width: 100%; } }
      .home .cn2 .innerS .txtWrap .en {
        color: #00A041;
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px; }
        @media all and (max-width: 1024px) {
          .home .cn2 .innerS .txtWrap .en {
            font-size: clamp(16px, 1.6vw, 16px);
            margin-bottom: 10px; } }
      .home .cn2 .innerS .txtWrap .tit {
        font-size: clamp(26px, 3vw, 32px);
        font-weight: bold;
        line-height: 1;
        margin-bottom: 50px; }
        @media all and (max-width: 1024px) {
          .home .cn2 .innerS .txtWrap .tit {
            font-size: clamp(24px, 2.6vw, 28px);
            margin-bottom: 30px; } }
      .home .cn2 .innerS .txtWrap .btn {
        background: #FFF; }
    .home .cn2 .innerS .img {
      width: 50%;
      border-radius: 25px;
      overflow: hidden; }
      @media all and (max-width: 1024px) {
        .home .cn2 .innerS .img {
          width: 100%; } }
.home .cn3 {
  margin-top: clamp(40px, 8vw, 80px);
  margin-bottom: clamp(40px, 8vw, 80px); }
  @media all and (max-width: 1024px) {
    .home .cn3 {
      margin: 0px; } }
  .home .cn3 .inner {
    background: #EDF6F1;
    border-radius: 25px;
    padding: 80px 60px; }
    @media all and (max-width: 1024px) {
      .home .cn3 .inner {
        border-radius: 0;
        padding: 40px 20px; } }
    .home .cn3 .inner .wrap {
      display: flex;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 40px; }
      @media all and (max-width: 1024px) {
        .home .cn3 .inner .wrap {
          gap: 20px;
          justify-content: center; } }
      .home .cn3 .inner .wrap .titWrap {
        display: flex;
        align-items: flex-end;
        gap: 20px; }
        .home .cn3 .inner .wrap .titWrap .en {
          color: #00A041;
          font-size: clamp(18px, 1.8vw, 18px);
          font-weight: bold;
          line-height: 1; }
          @media all and (max-width: 1024px) {
            .home .cn3 .inner .wrap .titWrap .en {
              font-size: clamp(16px, 1.6vw, 16px); } }
        .home .cn3 .inner .wrap .titWrap .tit {
          font-size: clamp(26px, 3vw, 32px);
          font-weight: bold;
          line-height: 1; }
          @media all and (max-width: 1024px) {
            .home .cn3 .inner .wrap .titWrap .tit {
              font-size: clamp(24px, 2.6vw, 28px); } }

/****************************************


5.サブページ


*****************************************/
.page main,
.archive main,
.single main {
  padding-top: 130px; }
  @media all and (max-width: 1024px) {
    .page main,
    .archive main,
    .single main {
      padding-top: 60px; } }
.page .pageTit,
.archive .pageTit,
.single .pageTit {
  position: relative;
  margin: 0;
  text-align: center;
  padding: 60px 0; }
  @media all and (max-width: 1024px) {
    .page .pageTit,
    .archive .pageTit,
    .single .pageTit {
      padding: 40px 6%; } }
  .page .pageTit .en,
  .archive .pageTit .en,
  .single .pageTit .en {
    display: block;
    font-size: clamp(38px, 7vw, 70px);
    font-weight: 700;
    line-height: 1;
    color: #EDF6F1; }
    @media all and (max-width: 1024px) {
      .page .pageTit .en,
      .archive .pageTit .en,
      .single .pageTit .en {
        line-height: 1.2; } }
  .page .pageTit .ja,
  .archive .pageTit .ja,
  .single .pageTit .ja {
    display: block;
    margin-top: -0.6em;
    font-size: clamp(28px, 3.2vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em; }
    .page .pageTit .ja span,
    .archive .pageTit .ja span,
    .single .pageTit .ja span {
      font-size: clamp(28px, 3.2vw, 36px);
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.08em;
      color: #00A041; }
  .page .pageTit + p,
  .archive .pageTit + p,
  .single .pageTit + p {
    line-height: 2;
    text-align: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page .pageTit + p,
      .archive .pageTit + p,
      .single .pageTit + p {
        text-align: left;
        margin-bottom: 40px;
        font-size: clamp(15px, 1.5vw, 15px); } }
.page .tit,
.archive .tit,
.single .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media all and (max-width: 1024px) {
    .page .tit,
    .archive .tit,
    .single .tit {
      margin-bottom: 20px; } }
  .page .tit .en,
  .archive .tit .en,
  .single .tit .en {
    color: #00A041;
    font-size: clamp(18px, 1.8vw, 18px);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px; }
    @media all and (max-width: 1024px) {
      .page .tit .en,
      .archive .tit .en,
      .single .tit .en {
        font-size: clamp(16px, 1.6vw, 16px);
        margin-bottom: 5px; } }
  .page .tit .ja,
  .archive .tit .ja,
  .single .tit .ja {
    font-size: clamp(26px, 3vw, 32px);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center; }
    @media all and (max-width: 1024px) {
      .page .tit .ja,
      .archive .tit .ja,
      .single .tit .ja {
        font-size: clamp(24px, 2.6vw, 28px); } }
.page .pageNav,
.archive .pageNav,
.single .pageNav {
  background: #F1F0EB; }
  .page .pageNav ul,
  .archive .pageNav ul,
  .single .pageNav ul {
    padding: 50px 10%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; }
    @media all and (max-width: 1024px) {
      .page .pageNav ul,
      .archive .pageNav ul,
      .single .pageNav ul {
        padding: 30px 6%;
        gap: 10px; } }
    .page .pageNav ul li,
    .archive .pageNav ul li,
    .single .pageNav ul li {
      width: calc( ( 100% - 40px ) / 3 ); }
      @media all and (max-width: 1024px) {
        .page .pageNav ul li,
        .archive .pageNav ul li,
        .single .pageNav ul li {
          width: calc( ( 100% - 10px ) / 2 ); } }
      .page .pageNav ul li .btn,
      .archive .pageNav ul li .btn,
      .single .pageNav ul li .btn {
        background: #FFF; }
.page .dlWrap dl,
.archive .dlWrap dl,
.single .dlWrap dl {
  display: flex;
  align-items: center;
  padding: 20px 35px;
  gap: 20px; }
  @media all and (max-width: 1024px) {
    .page .dlWrap dl,
    .archive .dlWrap dl,
    .single .dlWrap dl {
      padding: 20px 20px;
      flex-direction: column;
      align-items: flex-start;
      gap: 0; } }
  .page .dlWrap dl:nth-of-type(odd),
  .archive .dlWrap dl:nth-of-type(odd),
  .single .dlWrap dl:nth-of-type(odd) {
    background: rgba(241, 240, 235, 0.7); }
  .page .dlWrap dl:nth-of-type(even),
  .archive .dlWrap dl:nth-of-type(even),
  .single .dlWrap dl:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.5); }
  .page .dlWrap dl dt,
  .archive .dlWrap dl dt,
  .single .dlWrap dl dt {
    width: 25%;
    font-weight: bold; }
    @media all and (max-width: 1024px) {
      .page .dlWrap dl dt,
      .archive .dlWrap dl dt,
      .single .dlWrap dl dt {
        width: 100%; } }
  .page .dlWrap dl dd,
  .archive .dlWrap dl dd,
  .single .dlWrap dl dd {
    width: calc( 75% - 20px ); }
    @media all and (max-width: 1024px) {
      .page .dlWrap dl dd,
      .archive .dlWrap dl dd,
      .single .dlWrap dl dd {
        width: 100%;
        font-size: clamp(15px, 1.5vw, 15px); } }
.page .dlWrap ul,
.archive .dlWrap ul,
.single .dlWrap ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page .dlWrap ul li,
  .archive .dlWrap ul li,
  .single .dlWrap ul li {
    position: relative;
    padding-left: 1.4em;
    line-height: 1.9; }
    @media all and (max-width: 1024px) {
      .page .dlWrap ul li,
      .archive .dlWrap ul li,
      .single .dlWrap ul li {
        font-size: clamp(15px, 1.5vw, 15px); } }
    .page .dlWrap ul li::before,
    .archive .dlWrap ul li::before,
    .single .dlWrap ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 1em;
      height: 1em;
      background: #1fa84a;
      border-radius: 50%;
      transform: translateY(-50%); }
      @media all and (max-width: 1024px) {
        .page .dlWrap ul li::before,
        .archive .dlWrap ul li::before,
        .single .dlWrap ul li::before {
          top: 1em;
          transform: translateY(-50%); } }
.page .fileList,
.archive .fileList,
.single .fileList {
  display: flex;
  gap: 20px 5px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media all and (max-width: 1024px) {
    .page .fileList,
    .archive .fileList,
    .single .fileList {
      flex-direction: column; } }
  .page .fileList li,
  .archive .fileList li,
  .single .fileList li {
    width: calc(( 100% - 20px ) / 2 ); }
    @media all and (max-width: 1024px) {
      .page .fileList li,
      .archive .fileList li,
      .single .fileList li {
        width: 100%; } }
.page .moshikomi,
.archive .moshikomi,
.single .moshikomi {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 60px; }
  @media all and (max-width: 1024px) {
    .page .moshikomi,
    .archive .moshikomi,
    .single .moshikomi {
      padding: 20px; } }

/****************************************


会社概要


*****************************************/
.page-company .mainImg {
  width: 100%; }
  @media all and (max-width: 1024px) {
    .page-company .mainImg {
      height: 150px; } }
  .page-company .mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.page-company .cn {
  padding-top: clamp(60px, 8vw, 120px); }
.page-company .cn1 .wrap {
  background: #EDF6F1;
  border-radius: 25px;
  padding: 70px 150px;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .page-company .cn1 .wrap {
      padding: 40px 6%;
      margin: 0 auto;
      width: 94%; } }
.page-company .cn1 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 30px; }
  @media all and (max-width: 1280px) {
    .page-company .cn1 dl {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; } }
  .page-company .cn1 dl:last-child {
    margin-bottom: 0; }
  .page-company .cn1 dl dt {
    width: 40%;
    display: grid;
    grid-template-columns: 10em 1fr;
    column-gap: 15px;
    align-items: baseline; }
    @media all and (max-width: 1280px) {
      .page-company .cn1 dl dt {
        width: 100%;
        column-gap: 10px; } }
    @media all and (max-width: 768px) {
      .page-company .cn1 dl dt {
        grid-template-columns: auto 1fr;
        column-gap: 0; } }
    .page-company .cn1 dl dt strong, .page-company .cn1 dl dt span {
      font-weight: bold; }
    .page-company .cn1 dl dt strong {
      font-size: clamp(24px, 3.4vw, 38px);
      color: #00A041;
      line-height: 1.2; }
    .page-company .cn1 dl dt span {
      font-size: clamp(24px, 2.6vw, 28px);
      line-height: 1.2; }
      @media all and (max-width: 1024px) {
        .page-company .cn1 dl dt span {
          font-size: clamp(18px, 1.8vw, 18px); } }
  .page-company .cn1 dl dd {
    width: calc(60% - 25px);
    font-size: clamp(18px, 1.8vw, 18px);
    line-height: 1.8; }
    @media all and (max-width: 1280px) {
      .page-company .cn1 dl dd {
        width: 100%;
        font-size: clamp(16px, 1.6vw, 16px); } }
.page-company .cn2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px; }
  @media all and (max-width: 1024px) {
    .page-company .cn2 .wrap {
      flex-direction: column-reverse;
      gap: 30px; } }
.page-company .cn2 .txt {
  width: 55%; }
  @media all and (max-width: 1024px) {
    .page-company .cn2 .txt {
      width: 100%; } }
  .page-company .cn2 .txt p {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 40px; }
    @media all and (max-width: 1024px) {
      .page-company .cn2 .txt p {
        font-size: clamp(15px, 1.5vw, 15px); } }
  .page-company .cn2 .txt .syomei {
    display: flex;
    justify-content: flex-end;
    align-items: baseline; }
    .page-company .cn2 .txt .syomei span {
      font-weight: bold; }
      .page-company .cn2 .txt .syomei span:nth-child(1) {
        margin-right: 20px; }
      .page-company .cn2 .txt .syomei span:nth-child(2) {
        font-size: clamp(18px, 3vw, 20px); }
.page-company .cn2 .img {
  width: calc( 45% - 60px );
  border-radius: 25px;
  overflow: hidden; }
  @media all and (max-width: 1024px) {
    .page-company .cn2 .img {
      width: 60%;
      margin: 0 auto; } }
  @media all and (max-width: 768px) {
    .page-company .cn2 .img {
      width: 80%;
      margin: 0 auto; } }
  .page-company .cn2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.page-company .cn3 {
  padding-top: clamp(110px, 16vw, 170px);
  padding-bottom: clamp(50px, 8vw, 100px);
  position: relative;
  background: #00A041;
  overflow: hidden; }
  .page-company .cn3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 103%;
    height: 180px;
    background: #FFF;
    border-radius: 0 0 100% 100%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 1024px) {
      .page-company .cn3::before {
        width: 130%;
        height: 130px; } }
  .page-company .cn3 .wrap {
    background: #FFF;
    border-radius: 25px;
    padding: 75px 120px; }
    @media all and (max-width: 1024px) {
      .page-company .cn3 .wrap {
        padding: 40px 6%;
        width: 94%;
        margin: 0 auto; } }
  .page-company .cn3 .tit {
    align-items: baseline;
    margin-bottom: 35px; }
    @media all and (max-width: 1024px) {
      .page-company .cn3 .tit {
        margin-bottom: 20px; } }
  .page-company .cn3 .dlWrap {
    margin-bottom: 70px; }
    @media all and (max-width: 1024px) {
      .page-company .cn3 .dlWrap {
        margin-bottom: 40px; } }
    .page-company .cn3 .dlWrap dl:nth-child(2) {
      display: flex;
      align-items: center; }
      @media all and (max-width: 1024px) {
        .page-company .cn3 .dlWrap dl:nth-child(2) {
          flex-direction: column;
          align-items: flex-start; } }
      .page-company .cn3 .dlWrap dl:nth-child(2) dd {
        display: flex;
        align-items: center;
        gap: 60px; }
        @media all and (max-width: 1024px) {
          .page-company .cn3 .dlWrap dl:nth-child(2) dd {
            flex-direction: column;
            gap: 0;
            align-items: flex-start; } }
        .page-company .cn3 .dlWrap dl:nth-child(2) dd span {
          font-size: clamp(14px, 1.4vw, 14px); }
    .page-company .cn3 .dlWrap dl:nth-child(10) .btnLine {
      width: 190px; }
    .page-company .cn3 .dlWrap dl:nth-child(12) .btnLine {
      width: 190px; }
    .page-company .cn3 .dlWrap .btnLine {
      padding: 14px 16px 6px; }
      .page-company .cn3 .dlWrap .btnLine .arrowRight {
        width: 20px;
        height: 20px; }
        .page-company .cn3 .dlWrap .btnLine .arrowRight::after {
          border-width: 4px 0 4px 7px; }
  .page-company .cn3 .btnWrap {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media all and (max-width: 1024px) {
      .page-company .cn3 .btnWrap {
        flex-direction: column;
        gap: 10px; } }
.page-company .cn4 {
  padding-bottom: clamp(50px, 8vw, 100px); }
  .page-company .cn4 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; }
    @media all and (max-width: 1024px) {
      .page-company .cn4 .wrap {
        flex-direction: column; } }
    .page-company .cn4 .wrap .tit {
      width: 140px; }
      @media all and (max-width: 1024px) {
        .page-company .cn4 .wrap .tit {
          width: 100%; } }
    .page-company .cn4 .wrap .pdfWrap {
      width: calc( 100% - 140px - 50px ); }
      @media all and (max-width: 1024px) {
        .page-company .cn4 .wrap .pdfWrap {
          width: 100%; } }
  .page-company .cn4 .tit {
    align-items: baseline;
    margin-bottom: 0; }
.page-company .cn5 {
  padding-bottom: clamp(50px, 8vw, 100px);
  background: #F1F0EB; }
  .page-company .cn5 .wrap {
    background: #FFF;
    border-radius: 25px;
    padding: 100px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      .page-company .cn5 .wrap {
        padding: 40px 5%; } }
  .page-company .cn5 .dlWrap dl:nth-child(1) dd {
    display: flex;
    align-items: center;
    gap: 60px; }
    @media all and (max-width: 1024px) {
      .page-company .cn5 .dlWrap dl:nth-child(1) dd {
        flex-direction: column;
        align-items: flex-start;
        gap: 0; } }
    .page-company .cn5 .dlWrap dl:nth-child(1) dd span {
      font-size: clamp(14px, 1.4vw, 14px); }
  .page-company .cn5 .dlWrap dl:nth-child(1) .btnLine {
    padding: 14px 16px 6px; }
    .page-company .cn5 .dlWrap dl:nth-child(1) .btnLine .arrowRight {
      width: 20px;
      height: 20px; }
      .page-company .cn5 .dlWrap dl:nth-child(1) .btnLine .arrowRight::after {
        border-width: 4px 0 4px 7px; }
  .page-company .cn5 .dlWrap dl:nth-child(3) {
    display: grid;
    grid-template-columns: minmax(180px, 23%) 1fr;
    column-gap: 45px; }
    @media all and (max-width: 1024px) {
      .page-company .cn5 .dlWrap dl:nth-child(3) {
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
    .page-company .cn5 .dlWrap dl:nth-child(3) dt {
      grid-column: 1;
      font-weight: bold;
      white-space: nowrap; }
    .page-company .cn5 .dlWrap dl:nth-child(3) dd {
      grid-column: 2;
      margin: 0;
      display: grid;
      grid-template-columns: 230px 1fr;
      column-gap: 16px;
      line-height: 1.8; }
      @media all and (max-width: 1024px) {
        .page-company .cn5 .dlWrap dl:nth-child(3) dd {
          grid-template-columns: 200px 1fr;
          column-gap: 10px; } }
      .page-company .cn5 .dlWrap dl:nth-child(3) dd span:first-child {
        white-space: nowrap; }
      .page-company .cn5 .dlWrap dl:nth-child(3) dd span:last-child {
        text-align: left;
        white-space: nowrap; }

/****************************************


セントラルパークの歴史


*****************************************/
.page-history .history {
  padding-bottom: 80px;
  --line:#1aa15a;
  --text:#111;
  --radius:25px; }
.page-history .historyItem {
  display: flex;
  position: relative; }
.page-history .historyLine {
  width: 2px;
  background: var(--line);
  position: relative; }
  .page-history .historyLine::before {
    content: "";
    position: absolute;
    top: 90px;
    left: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--line); }
    @media all and (max-width: 1024px) {
      .page-history .historyLine::before {
        width: 15px;
        height: 15px;
        left: -6px;
        top: 50px; } }
  .page-history .historyLine::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 2px;
    width: 110px;
    height: 2px;
    background: var(--line); }
    @media all and (max-width: 1024px) {
      .page-history .historyLine::after {
        top: 57px;
        width: 40px; } }
.page-history .historyYear {
  min-width: 80px;
  padding-top: 77px;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .page-history .historyYear {
      padding-top: 41px;
      padding-left: 41px; } }
.page-history .historyYear .year {
  font-size: 40px;
  font-weight: bold;
  color: var(--line);
  line-height: 1; }
  @media all and (max-width: 1024px) {
    .page-history .historyYear .year {
      font-size: 32px; } }
.page-history .historyYear .era {
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ED1C29;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold; }
  @media all and (max-width: 1024px) {
    .page-history .historyYear .era {
      font-size: 14px;
      padding: 4px 8px; } }
.page-history .historyBody {
  flex: 1;
  padding-top: 70px;
  padding-left: 40px;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .page-history .historyBody {
      padding-top: 40px;
      padding-left: 20px; } }
  .page-history .historyBody table.historyText {
    border-collapse: collapse;
    width: 100%; }
    .page-history .historyBody table.historyText th {
      width: 1%;
      white-space: nowrap;
      text-align: left;
      vertical-align: top;
      font-weight: bold;
      padding: 0 20px 0 0;
      font-size: 18px;
      line-height: 1.8; }
      @media all and (max-width: 1024px) {
        .page-history .historyBody table.historyText th {
          display: block;
          font-size: 15px;
          padding: 0; } }
    .page-history .historyBody table.historyText td {
      vertical-align: top;
      padding-bottom: 8px; }
      @media all and (max-width: 1024px) {
        .page-history .historyBody table.historyText td {
          display: block;
          padding-bottom: 12px; } }
    .page-history .historyBody table.historyText td div {
      font-size: 18px;
      line-height: 1.8;
      font-weight: bold; }
      @media all and (max-width: 1024px) {
        .page-history .historyBody table.historyText td div {
          font-size: 15px; } }
    @media all and (max-width: 1024px) {
      .page-history .historyBody table.historyText tr {
        display: block;
        margin-bottom: 12px; } }
.page-history .historyText {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  min-height: calc(1.8em * 2);
  font-weight: bold;
  color: var(--text); }
  @media all and (max-width: 1024px) {
    .page-history .historyText {
      font-size: 15px;
      margin: 0 0 10px; } }
.page-history .historyStack {
  display: flex;
  flex-direction: column;
  min-width: 0; }
.page-history .historyStack .photo + .photo {
  margin-top: 25px; }
.page-history .historyMedia {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .page-history .historyMedia {
      gap: 10px; } }
.page-history .historyMedia .photo {
  border-radius: var(--radius);
  overflow: hidden;
  background: #f3f3f3;
  min-width: 0; }
.page-history .historyMedia .photo.large {
  flex: 0 0 calc(65% - (25px * 0.3)); }
.page-history .historyMedia .photo.small {
  flex: 0 0 calc(35% - (25px * 0.7)); }
.page-history .historyMedia .photo.medium {
  flex: 0 0 calc(50% - (25px / 2)); }
.page-history .historyMedia img {
  width: 100%;
  height: auto;
  display: block; }
@media (max-width: 1024px) {
  .page-history .historyMedia {
    flex-direction: column; }
  .page-history .historyMedia .photo.small {
    max-width: none; } }
@media (max-width: 768px) {
  .page-history .historyItem {
    gap: 0px; }
  .page-history .historyYear {
    min-width: 90px; } }

/****************************************


地域との繋がり


*****************************************/
.page-activities .mainTxt {
  text-align: center; }
  .page-activities .mainTxt p {
    margin-bottom: clamp(40px, 8vw, 90px); }
    @media all and (max-width: 1024px) {
      .page-activities .mainTxt p {
        font-size: clamp(15px, 1.5vw, 15px);
        text-align: left; } }
.page-activities .mainImg {
  width: 100%; }
  @media all and (max-width: 1024px) {
    .page-activities .mainImg {
      height: 150px; } }
  .page-activities .mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.page-activities .cn {
  padding-top: clamp(60px, 8vw, 120px);
  padding-bottom: clamp(50px, 8vw, 100px); }
.page-activities .cn1 {
  background: #F1F0EB; }
  .page-activities .cn1 .txtWrap {
    text-align: center;
    margin-bottom: 60px; }
    .page-activities .cn1 .txtWrap h3 {
      font-size: clamp(24px, 2.6vw, 28px);
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 1.2;
      margin-bottom: 30px; }
      @media all and (max-width: 1024px) {
        .page-activities .cn1 .txtWrap h3 {
          font-size: clamp(20px, 2.2vw, 24px);
          line-height: 1.6;
          margin-bottom: 20px; } }
    .page-activities .cn1 .txtWrap p {
      margin-bottom: 20px; }
      @media all and (max-width: 1024px) {
        .page-activities .cn1 .txtWrap p {
          text-align: left;
          font-size: clamp(15px, 1.5vw, 15px); } }
    .page-activities .cn1 .txtWrap .btnLine {
      width: 260px;
      margin: 0 auto; }
      .page-activities .cn1 .txtWrap .btnLine span {
        font-size: clamp(14px, 1.4vw, 14px); }
  .page-activities .cn1 .box {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .page-activities .cn1 .box {
        flex-direction: column;
        margin-bottom: 30px; } }
    .page-activities .cn1 .box .txt {
      width: 40%;
      background: #FFF;
      padding: 40px;
      box-sizing: border-box;
      border-radius: 25px;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media all and (max-width: 1024px) {
        .page-activities .cn1 .box .txt {
          width: 100%;
          position: static;
          padding: 20px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
      .page-activities .cn1 .box .txt h4 {
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: bold;
        margin-bottom: 10px; }
        @media all and (max-width: 1024px) {
          .page-activities .cn1 .box .txt h4 {
            margin-bottom: 5px; } }
        .page-activities .cn1 .box .txt h4::before {
          content: "●";
          color: #ED1C29;
          padding-right: 10px; }
      .page-activities .cn1 .box .txt p {
        line-height: 2; }
        @media all and (max-width: 1024px) {
          .page-activities .cn1 .box .txt p {
            font-size: clamp(15px, 1.5vw, 15px); } }
    .page-activities .cn1 .box .img {
      width: 70%;
      border-radius: 25px;
      overflow: hidden; }
      @media all and (max-width: 1024px) {
        .page-activities .cn1 .box .img {
          width: 100%;
          border-top-left-radius: 0;
          border-top-right-radius: 0; } }
      .page-activities .cn1 .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .page-activities .cn1 .box.box2 {
      flex-flow: row-reverse;
      margin-bottom: 0; }
      @media all and (max-width: 1024px) {
        .page-activities .cn1 .box.box2 {
          flex-flow: row;
          flex-direction: column; } }
      .page-activities .cn1 .box.box2 .txt {
        left: auto;
        right: 0; }
.page-activities .cn2 .innerS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .page-activities .cn2 .innerS p:nth-child(1) {
    width: 60%;
    text-align: center;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-activities .cn2 .innerS p:nth-child(1) {
        width: 100%;
        font-size: clamp(15px, 1.5vw, 15px);
        text-align: left;
        margin-bottom: 30px; } }
.page-activities .cn2 .boxWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px; }
  @media all and (max-width: 1024px) {
    .page-activities .cn2 .boxWrap {
      gap: 20px;
      flex-direction: column; } }
  .page-activities .cn2 .boxWrap .box {
    width: calc( ( 100% - 50px ) / 2 );
    border-radius: 25px;
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .page-activities .cn2 .boxWrap .box {
        width: 100%; } }
    .page-activities .cn2 .boxWrap .box .img {
      width: 100%;
      height: 50%;
      background-color: #C6C6C6; }
      .page-activities .cn2 .boxWrap .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .page-activities .cn2 .boxWrap .box .txt {
      background: #F1F0EB;
      width: 100%;
      height: 50%;
      padding: 25px 45px;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .page-activities .cn2 .boxWrap .box .txt {
          padding: 20px; } }
      .page-activities .cn2 .boxWrap .box .txt h3 {
        display: flex;
        align-items: center;
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: bold;
        margin-bottom: 20px; }
        @media all and (max-width: 1024px) {
          .page-activities .cn2 .boxWrap .box .txt h3 {
            margin-bottom: 10px; } }
        .page-activities .cn2 .boxWrap .box .txt h3::before {
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          display: inline-block;
          width: 38px;
          height: 38px;
          margin-right: 15px; }
      .page-activities .cn2 .boxWrap .box .txt p {
        line-height: 2; }
        @media all and (max-width: 1024px) {
          .page-activities .cn2 .boxWrap .box .txt p {
            font-size: clamp(15px, 1.5vw, 15px); } }
  .page-activities .cn2 .boxWrap .box1 h3::before {
    background-image: url("img/iconActivities1.svg"); }
  .page-activities .cn2 .boxWrap .box2 h3::before {
    background-image: url("img/iconActivities2.svg"); }
  .page-activities .cn2 .boxWrap .box3 h3::before {
    background-image: url("img/iconActivities3.svg"); }
  .page-activities .cn2 .boxWrap .box4 h3::before {
    background-image: url("img/iconActivities4.svg"); }
  .page-activities .cn2 .boxWrap .box5 h3::before {
    background-image: url("img/iconActivities5.svg"); }
  .page-activities .cn2 .boxWrap .box6 h3::before {
    background-image: url("img/iconActivities6.svg"); }

/****************************************


店舗出店・展示出展・広告掲載について


*****************************************/
@media all and (max-width: 1024px) {
  .page-space-exhibition-store .pageTit .en {
    font-size: 28px; } }
.page-space-exhibition-store .bg {
  background: #F1F0EB;
  padding-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .bg {
      padding-bottom: 20px; } }
.page-space-exhibition-store .redH3 {
  position: relative;
  padding-left: 2.2em;
  font-size: clamp(18px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .redH3 {
      padding-left: 1.5em;
      margin-bottom: 10px; } }
  .page-space-exhibition-store .redH3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.2em;
    height: 1.2em;
    background: #e60012;
    border-radius: 50%;
    transform: translateY(-50%); }
.page-space-exhibition-store .cn .inner {
  padding: 80px 60px;
  box-sizing: border-box;
  border-radius: 25px;
  background: #FFF; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .cn .inner {
      padding: 30px 20px;
      width: 96%;
      margin: 0 auto; } }
  .page-space-exhibition-store .cn .inner .wrap {
    background: rgba(241, 240, 235, 0.5);
    padding: 80px 0; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn .inner .wrap {
        padding: 30px 0; } }
    .page-space-exhibition-store .cn .inner .wrap .wrapIn {
      padding: 0 60px;
      box-sizing: border-box;
      margin-bottom: 60px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn .inner .wrap .wrapIn {
          padding: 0 20px;
          margin-bottom: 30px; } }
      .page-space-exhibition-store .cn .inner .wrap .wrapIn:last-child {
        margin-bottom: 0; }
    .page-space-exhibition-store .cn .inner .wrap .greenTit {
      font-size: clamp(20px, 2.2vw, 24px);
      line-height: 1.6;
      font-weight: bold;
      color: #00A041;
      text-align: center;
      margin-bottom: 40px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn .inner .wrap .greenTit {
          font-size: clamp(18px, 2vw, 22px);
          margin-bottom: 20px;
          text-align: left; } }
    .page-space-exhibition-store .cn .inner .wrap .subTit {
      font-size: clamp(18px, 1.8vw, 18px);
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn .inner .wrap .subTit {
          font-size: clamp(16px, 1.6vw, 16px);
          margin-bottom: 10px;
          text-align: left; } }
    .page-space-exhibition-store .cn .inner .wrap p {
      line-height: 2;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn .inner .wrap p {
          text-align: left;
          font-size: clamp(15px, 1.5vw, 15px); } }
  .page-space-exhibition-store .cn .inner .btnWrap {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn .inner .btnWrap {
        text-align: left; } }
    .page-space-exhibition-store .cn .inner .btnWrap .btn.green {
      max-width: 400px; }
  .page-space-exhibition-store .cn .inner .areaImg {
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 40px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn .inner .areaImg {
        margin-bottom: 20px; } }
.page-space-exhibition-store .cn .mapWrap {
  background: #FFF;
  overflow: hidden;
  border-radius: 25px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .cn .mapWrap {
      flex-direction: column;
      gap: 20px;
      padding: 30px 20px; } }
  .page-space-exhibition-store .cn .mapWrap .map {
    width: 50%; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn .mapWrap .map {
        width: 100%; } }
    .page-space-exhibition-store .cn .mapWrap .map iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; }
  .page-space-exhibition-store .cn .mapWrap .txt {
    width: calc( 50% - 40px ); }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn .mapWrap .txt {
        width: 100%; } }
    .page-space-exhibition-store .cn .mapWrap .txt h4 {
      font-weight: bold;
      margin-bottom: 5px; }
    .page-space-exhibition-store .cn .mapWrap .txt p {
      text-align: left;
      margin-bottom: 20px; }
    .page-space-exhibition-store .cn .mapWrap .txt .btnLine {
      width: 250px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn .mapWrap .txt .btnLine {
          width: 100%; } }
.page-space-exhibition-store .cn1 {
  margin-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .cn1 {
      margin-bottom: 40px; } }
  .page-space-exhibition-store .cn1 .seSwiper {
    position: relative;
    width: 100%;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn1 .seSwiper {
        margin-bottom: 30px; } }
    .page-space-exhibition-store .cn1 .seSwiper .swiper-slide {
      overflow: hidden;
      border-radius: 25px; }
      .page-space-exhibition-store .cn1 .seSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .page-space-exhibition-store .cn1 .seSwiper .swiper-button-prev,
    .page-space-exhibition-store .cn1 .seSwiper .swiper-button-next {
      width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .page-space-exhibition-store .cn1 .seSwiper .swiper-button-prev::after,
      .page-space-exhibition-store .cn1 .seSwiper .swiper-button-next::after {
        content: none; }
    .page-space-exhibition-store .cn1 .seSwiper .swiper-button-prev {
      left: 20%;
      background-image: url("img/iconPrev.svg"); }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn1 .seSwiper .swiper-button-prev {
          left: 5%; } }
    .page-space-exhibition-store .cn1 .seSwiper .swiper-button-next {
      right: 20%;
      background-image: url("img/iconNext.svg"); }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn1 .seSwiper .swiper-button-next {
          right: 5%; } }
  .page-space-exhibition-store .cn1 .block {
    display: flex;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn1 .block {
        gap: 10px;
        flex-direction: column; } }
    .page-space-exhibition-store .cn1 .block .img {
      width: calc( 70% - 50px ); }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn1 .block .img {
          width: 100%; } }
      .page-space-exhibition-store .cn1 .block .img a {
        position: relative;
        border-radius: 25px;
        overflow: hidden; }
        .page-space-exhibition-store .cn1 .block .img a .btnUp {
          position: absolute;
          bottom: 20px;
          right: 20px;
          cursor: pointer; }
    .page-space-exhibition-store .cn1 .block ul {
      width: 30%;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn1 .block ul {
          width: 100%;
          gap: 10px; } }
      .page-space-exhibition-store .cn1 .block ul li {
        width: 100%; }
        .page-space-exhibition-store .cn1 .block ul li button {
          cursor: pointer;
          width: 100%;
          box-sizing: border-box;
          background: #FFF;
          border-radius: 100px;
          padding: 10px 20px;
          display: flex;
          align-items: center;
          gap: 20px;
          border: 0;
          font-size: clamp(14px, 1.6vw, 18px);
          font-weight: bold;
          line-height: 1.8;
          color: #000; }
          @media all and (max-width: 1024px) {
            .page-space-exhibition-store .cn1 .block ul li button {
              gap: 10px; } }
.page-space-exhibition-store .cn2 {
  margin-bottom: 60px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .cn2 {
      margin-bottom: 30px; } }
  .page-space-exhibition-store .cn2 p {
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn2 p {
        margin-bottom: 30px; } }
  .page-space-exhibition-store .cn2 .img {
    max-width: 700px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn2 .img {
        margin-bottom: 30px; } }
  .page-space-exhibition-store .cn2 .moshikomi {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn2 .moshikomi {
        padding: 20px; } }
    .page-space-exhibition-store .cn2 .moshikomi .fileList {
      margin-bottom: 30px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn2 .moshikomi .fileList .btnLine {
          padding: 5px 10px;
          height: 60px; } }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn2 .moshikomi .fileList .btnLine span {
          font-size: 14px;
          line-height: 1.4; } }
    .page-space-exhibition-store .cn2 .moshikomi p {
      text-align: left !important;
      margin-bottom: 0; }
  .page-space-exhibition-store .cn2 .news {
    margin-top: 60px; }
    .page-space-exhibition-store .cn2 .news .newsWrap {
      display: flex;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 40px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn2 .news .newsWrap {
          gap: 10px;
          flex-direction: column; } }
      .page-space-exhibition-store .cn2 .news .newsWrap .titWrap {
        display: flex;
        align-items: flex-end;
        gap: 20px; }
        .page-space-exhibition-store .cn2 .news .newsWrap .titWrap .en {
          color: #00A041;
          font-size: clamp(18px, 1.8vw, 18px);
          font-weight: bold;
          line-height: 1; }
        .page-space-exhibition-store .cn2 .news .newsWrap .titWrap .newsTit {
          font-size: clamp(26px, 3vw, 32px);
          font-weight: bold;
          line-height: 1; }
          @media all and (max-width: 1024px) {
            .page-space-exhibition-store .cn2 .news .newsWrap .titWrap .newsTit {
              font-size: clamp(24px, 2.6vw, 28px); } }
    .page-space-exhibition-store .cn2 .news .newsList {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .page-space-exhibition-store .cn2 .news .newsList a {
        background: #EDF6F1; }
.page-space-exhibition-store .cn3 {
  margin-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .page-space-exhibition-store .cn3 {
      margin-bottom: 40px; } }
  .page-space-exhibition-store .cn3 p {
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn3 p {
        margin-bottom: 30px; } }
  .page-space-exhibition-store .cn3 .img {
    max-width: 700px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn3 .img {
        margin-bottom: 30px; } }
  .page-space-exhibition-store .cn3 .moshikomi {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 60px; }
    @media all and (max-width: 1024px) {
      .page-space-exhibition-store .cn3 .moshikomi {
        padding: 20px; } }
    .page-space-exhibition-store .cn3 .moshikomi .fileList {
      margin-bottom: 30px; }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn3 .moshikomi .fileList .btnLine {
          padding: 5px 10px;
          height: 60px; } }
      @media all and (max-width: 1024px) {
        .page-space-exhibition-store .cn3 .moshikomi .fileList .btnLine span {
          font-size: 14px;
          line-height: 1.4; } }
    .page-space-exhibition-store .cn3 .moshikomi p {
      text-align: left !important;
      margin-bottom: 0; }
      .page-space-exhibition-store .cn3 .moshikomi p a {
        text-decoration: underline; }

/****************************************


新着情報


*****************************************/
.archive .catListWrap {
  margin-bottom: 50px; }
  @media all and (max-width: 1024px) {
    .archive .catListWrap {
      margin-bottom: 30px; } }
  .archive .catListWrap .innerS {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .archive .catListWrap .innerS {
        flex-direction: column;
        gap: 10px; } }
    .archive .catListWrap .innerS .catListTit {
      font-size: clamp(18px, 3vw, 20px);
      font-weight: bold;
      width: 150px; }
      @media all and (max-width: 1024px) {
        .archive .catListWrap .innerS .catListTit {
          width: 100%; } }
    .archive .catListWrap .innerS .catList {
      width: calc( 100% - 150px );
      display: flex;
      gap: 20px;
      flex-wrap: wrap; }
      @media all and (max-width: 1024px) {
        .archive .catListWrap .innerS .catList {
          width: 100%;
          gap: 10px; } }
      .archive .catListWrap .innerS .catList li {
        width: calc(( 100% - 80px ) / 5 ); }
        @media all and (max-width: 1024px) {
          .archive .catListWrap .innerS .catList li {
            width: calc(( 100% - 20px ) / 3 ); } }
        .archive .catListWrap .innerS .catList li.current a {
          background: #F1F0EB;
          color: #000000; }
        .archive .catListWrap .innerS .catList li a {
          background: #00A041;
          color: #FFF;
          font-weight: bold;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 10px 0;
          text-align: center;
          border-radius: 100px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media all and (max-width: 1024px) {
            .archive .catListWrap .innerS .catList li a {
              padding: 7px 0;
              font-size: clamp(14px, 1.4vw, 14px); } }
          .archive .catListWrap .innerS .catList li a:hover {
            background: #EDF6F1;
            color: #00A041; }

.newsListWrap {
  background: #EDF6F1;
  padding-top: clamp(30px, 8vw, 80px);
  padding-bottom: clamp(30px, 8vw, 80px); }

.pager {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  padding: 24px 0; }
  @media all and (max-width: 1024px) {
    .pager {
      margin-top: 40px; } }
  .pager .pagerList {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 1024px) {
      .pager .pagerList {
        gap: 10px; } }
    .pager .pagerList li {
      display: flex; }
    .pager .pagerList a,
    .pager .pagerList span.page-numbers {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 999px;
      text-decoration: none;
      background: #fff;
      font-weight: 700;
      font-size: 18px;
      line-height: 1; }
      @media all and (max-width: 1024px) {
        .pager .pagerList a,
        .pager .pagerList span.page-numbers {
          width: 35px;
          height: 35px;
          font-size: 14px; } }
    .pager .pagerList a.page-numbers {
      color: #0aa24b; }
    .pager .pagerList span.page-numbers.current {
      color: #e60012; }
    .pager .pagerList a:hover {
      color: #e60012; }
    .pager .pagerList a.prev,
    .pager .pagerList a.next {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 999px;
      background: #0aa24b; }
      @media all and (max-width: 1024px) {
        .pager .pagerList a.prev,
        .pager .pagerList a.next {
          width: 35px;
          height: 35px; } }
      .pager .pagerList a.prev .pagerBtn,
      .pager .pagerList a.next .pagerBtn {
        position: relative;
        display: block;
        width: 0;
        height: 0; }
      .pager .pagerList a.prev.prev,
      .pager .pagerList a.next.prev {
        margin-right: 30px; }
        @media all and (max-width: 1024px) {
          .pager .pagerList a.prev.prev,
          .pager .pagerList a.next.prev {
            margin-right: 15px; } }
        .pager .pagerList a.prev.prev .pagerBtn,
        .pager .pagerList a.next.prev .pagerBtn {
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-right: 12px solid #fff;
          margin-left: -2px; }
      .pager .pagerList a.prev.next,
      .pager .pagerList a.next.next {
        margin-left: 30px; }
        @media all and (max-width: 1024px) {
          .pager .pagerList a.prev.next,
          .pager .pagerList a.next.next {
            margin-left: 15px; } }
        .pager .pagerList a.prev.next .pagerBtn,
        .pager .pagerList a.next.next .pagerBtn {
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 12px solid #fff;
          margin-right: -2px; }
  .pager .srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/****************************************


新着情報　詳細ページ


*****************************************/
.single-post .pageCn {
  padding-top: clamp(50px, 8vw, 100px);
  padding-bottom: clamp(30px, 5vw, 55px); }
  .single-post .pageCn .pageCnHead .meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    @media all and (max-width: 1024px) {
      .single-post .pageCn .pageCnHead .meta {
        justify-content: flex-start;
        align-items: flex-start; } }
    .single-post .pageCn .pageCnHead .meta .cat {
      background: #00a041;
      font-size: clamp(12px, 1.2vw, 12px);
      color: #FFF;
      padding: 1px 30px;
      margin-left: 20px;
      box-sizing: border-box;
      border-radius: 99px; }
  .single-post .pageCn .pageCnTit {
    font-size: clamp(28px, 3.2vw, 36px);
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 55px;
    line-height: 1.5; }
    @media all and (max-width: 1024px) {
      .single-post .pageCn .pageCnTit {
        margin-bottom: 30px;
        font-size: clamp(26px, 3vw, 32px);
        text-align: left; } }
  .single-post .pageCn h2 {
    font-size: clamp(24px, 2.6vw, 28px);
    font-weight: bold;
    line-height: 2;
    border-bottom: 3px solid #F1F0EB;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative; }
    .single-post .pageCn h2::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 83px;
      height: 3px;
      border-bottom: 3px solid #ED1C29; }
  .single-post .pageCn h3 {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: bold;
    line-height: 2;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .single-post .pageCn h3::before {
      content: "";
      display: block;
      width: 15px;
      height: 30px;
      border-left: 10px solid #ED1C29; }
  .single-post .pageCn h4 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: bold; }
  .single-post .pageCn h5 {
    font-size: clamp(18px, 1.8vw, 18px);
    font-weight: bold; }
  .single-post .pageCn h6 {
    font-size: clamp(16px, 1.6vw, 16px);
    font-weight: bold; }
  .single-post .pageCn ul, .single-post .pageCn ol {
    background: #F1F0EB;
    padding: 30px 45px;
    border-radius: 25px; }
    @media all and (max-width: 1024px) {
      .single-post .pageCn ul, .single-post .pageCn ol {
        padding: 20px; } }
  .single-post .pageCn ul {
    list-style: none; }
    .single-post .pageCn ul li {
      position: relative;
      padding-left: 32px;
      line-height: 1.8; }
      .single-post .pageCn ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.45em;
        width: 14px;
        height: 14px;
        background: #ED1C29;
        border-radius: 50%; }
  .single-post .pageCn ol {
    counter-reset: num;
    list-style: none; }
    .single-post .pageCn ol li {
      counter-increment: num;
      position: relative;
      padding-left: 32px;
      line-height: 1.8; }
      .single-post .pageCn ol li::before {
        content: counter(num) ".";
        position: absolute;
        left: 0;
        top: 0;
        color: #ED1C29;
        width: 17px;
        text-align: right; }
  .single-post .pageCn img {
    padding: 30px 0;
    width: 100%;
    max-width: 920px;
    height: auto;
    object-fit: cover; }
  .single-post .pageCn .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .single-post .pageCn .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; }
  .single-post .pageCn .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em; }
  .single-post .pageCn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F1F0EB;
    padding: 15px 25px;
    border-radius: 100px;
    box-sizing: border-box;
    gap: 50px; }
    @media all and (max-width: 1024px) {
      .single-post .pageCn a {
        line-height: 1.6;
        font-size: clamp(15px, 1.5vw, 15px);
        text-align: left; } }
    .single-post .pageCn a::after {
      content: "";
      width: 24px;
      height: 24px;
      background: url("img/iconArrowRight.svg") center/contain no-repeat; }
    .single-post .pageCn a:hover {
      background: #E8E6DD; }
  .single-post .pageCn table {
    border-collapse: separate !important;
    border-spacing: 12px !important;
    width: 100%; }
    @media all and (max-width: 1024px) {
      .single-post .pageCn table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    @media all and (max-width: 1024px) {
      .single-post .pageCn table tbody {
        display: table;
        width: max-content; } }
    .single-post .pageCn table tbody tr td {
      background: #F1F0EB;
      text-align: center;
      padding: 16px 0;
      font-weight: 600; }
      @media all and (max-width: 1024px) {
        .single-post .pageCn table tbody tr td {
          width: auto !important;
          min-width: 160px; } }
    .single-post .pageCn table tbody tr td:first-child, .single-post .pageCn table tbody tr:first-child td {
      background: #00A041;
      color: #fff; }
.single-post .btnWrap {
  max-width: 278px;
  margin: 55px auto 120px; }
  @media all and (max-width: 1024px) {
    .single-post .btnWrap {
      margin: 0 auto 60px; } }
  .single-post .btnWrap .btnLine {
    justify-content: center; }

/****************************************


採用情報


*****************************************/
.page-recruit .cn1 {
  text-align: center;
  padding-bottom: clamp(50px, 8vw, 100px); }
  .page-recruit .cn1 p {
    margin-bottom: 30px; }
    @media all and (max-width: 1024px) {
      .page-recruit .cn1 p {
        font-size: clamp(15px, 1.5vw, 15px); } }
  .page-recruit .cn1 .btn {
    max-width: 285px; }

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