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

reset & default & font & mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
body {
  font-family: "Montserrat", "source-han-sans-japanese", sans-serif;
  color: #344a63; }

.c-sansSerif {
  font-family: "Montserrat", "source-han-sans-japanese", sans-serif; }

.c-ff--jp {
  font-family: "source-han-sans-japanese"; }

.c-ff--en {
  font-family: "Montserrat"; }

.c-serif {
  font-family: "Noto Serif JP", serif; }

/*================================================================================

media query mixin

================================================================================*/
/*================================================================================

common parts

================================================================================*/
main .-bgGray {
  background-color: #ebedef; }
main .-flex {
  display: flex;
  flex-direction: column; }
main .-center {
  text-align: center;
  align-items: center; }

.-pcOnly {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .-pcOnly {
      display: none; } }

.-spOnly {
  display: none; }
  @media screen and (max-width: 768px) {
    .-spOnly {
      display: inline-block; } }

.l-innerWrap {
  max-width: 1240px;
  margin: auto;
  padding: 0 40px; }

.l-flex {
  display: flex;
  justify-content: space-between; }
  .l-flex_item-box {
    width: calc((100% - 40px)/2);
    border-radius: 20px; }

.c-btn {
  width: 216px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  background-color: #1a3164;
  background-image: linear-gradient(135deg, #11b3b3 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  text-decoration: none;
  transition: background 400ms ease-in-out; }
  .c-btn a {
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    color: #ffffff;
    position: relative; }
    .c-btn a::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #ffffff;
      right: 15px;
      transition: .4s; }
    .c-btn a::after {
      content: "";
      position: absolute;
      width: 6px;
      height: 7.5px;
      background-image: url(../img/arrow_wh.svg);
      right: 24.5px;
      transition: .4s; }
  .c-btn:hover {
    background-position: 0; }
    .c-btn:hover a::before {
      background-color: #ffffff;
      transition: .4s; }
    .c-btn:hover a::after {
      animation-name: transformLeftRight;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
      background-image: url(../img/arrow_green.svg); }
  .c-btn.download {
    width: 100%; }
    .c-btn.download a::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 13px;
      background-image: url(../img/download_white.svg);
      right: 21.5px;
      transition: .4s; }
    .c-btn.download:hover a::after {
      background-image: url(../img/download_green.svg);
      transition: .4s; }

.c-txt {
  display: inline-block; }
  .c-txt_title {
    margin-bottom: 30px; }
    .c-txt_title h2 {
      font-size: 52px;
      font-weight: 700;
      color: #1a3164;
      margin-top: 15px; }
    .c-txt_title span {
      font-size: 14px;
      line-height: 21px;
      font-weight: 700;
      letter-spacing: 0.84px;
      color: #11B3B3; }
  .c-txt_subTitle {
    margin-bottom: 30px; }
    .c-txt_subTitle h2 {
      position: relative;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 1.6px;
      padding-left: 20px;
      color: #1a3164; }
      .c-txt_subTitle h2::before {
        content: "";
        position: absolute;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #1a3164; }
  .c-txt_engTitle {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #11B3B3; }
  .c-txt_copy {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.12px;
    margin-bottom: 25px;
    font-weight: 700; }
    .c-txt_copy strong {
      font-size: 42px;
      font-weight: 700; }
  .c-txt_info {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.3px; }
  .c-txt_time {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px; }
  .c-txt .c-btn {
    margin-top: 50px; }
  .c-txt.-wide {
    width: 100%; }

.c-parts-title {
  font-size: 20px;
  letter-spacing: 0.6px;
  margin: 20px 0; }

.c-news_link01 {
  position: relative;
  border-bottom: 1px solid #d9d9d9; }
  .c-news_link01 a {
    display: flex;
    position: relative;
    padding: 25px 0;
    transition: .4s; }
    .c-news_link01 a .c-news_link01__time {
      padding-right: 30px;
      font-size: 16px;
      letter-spacing: 0.48px;
      line-height: 28px; }
    .c-news_link01 a .c-news_link01__title {
      font-size: 16px;
      letter-spacing: 0.48px;
      line-height: 28px;
      padding-right: 50px; }
    .c-news_link01 a::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #1a3164;
      right: 15px;
      transition: .4s;
      top: 50%;
      transform: translateY(-50%); }
    .c-news_link01 a::after {
      content: "";
      position: absolute;
      width: 6px;
      height: 7.5px;
      background-image: url(../img/arrow_blue.svg);
      transition: .4s;
      right: 24.5px;
      top: 50%;
      transform: translateY(-50%); }
  .c-news_link01::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #1a3164;
    bottom: 0;
    left: 0;
    transition: .4s; }
  .c-news_link01:hover a {
    color: #11b3b3;
    transition: .4s; }
    .c-news_link01:hover a::before {
      border: 1px solid #11b3b3;
      background-color: #11b3b3;
      transition: .4s; }
    .c-news_link01:hover a::after {
      animation-name: transformLeftRightCenter;
      animation-duration: 0.4s;
      animation-fill-mode: forwards;
      background-image: url(../img/arrow_wh.svg); }
  .c-news_link01:hover::before {
    width: 100%;
    transition: .4s; }

.c-subTitle {
  padding-top: 160px; }
  .c-subTitle span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.84px;
    color: #11B3B3;
    margin-bottom: 10px; }
  .c-subTitle h1 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2.8px;
    color: #1a3164; }
  .c-subTitle .breadcrumbs-area {
    overflow-x: auto;
    margin-top: 20px; }
    .c-subTitle .breadcrumbs-area .breadcrumbs {
      font-size: 13px;
      letter-spacing: 0.39px;
      display: flex;
      flex-wrap: wrap; }
      .c-subTitle .breadcrumbs-area .breadcrumbs .breadcrumb-item + .breadcrumb-item {
        padding-left: .5rem; }
        .c-subTitle .breadcrumbs-area .breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
          padding-right: .5rem;
          float: left;
          content: "／"; }
      .c-subTitle .breadcrumbs-area .breadcrumbs a {
        transition: .4s; }
        .c-subTitle .breadcrumbs-area .breadcrumbs a:hover {
          color: #11B3B3;
          transition: .4s; }

.c-container {
  margin-top: 80px; }
  .c-container-row {
    display: grid;
    grid-template-columns: 1fr 3fr; }
    .c-container-row__linkMenu {
      position: sticky;
      height: fit-content;
      top: 150px;
      color: #1a3164; }
    .c-container-row__mainArea section {
      margin-bottom: 120px; }
      .c-container-row__mainArea section .txtArea {
        margin-top: 50px; }
        .c-container-row__mainArea section .txtArea.-first {
          margin-top: 0 !important; }
      .c-container-row__mainArea section .section-img {
        width: 100%;
        margin-top: 30px; }
        .c-container-row__mainArea section .section-img img {
          width: 100%; }
  .c-container .side-link {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .c-container .side-link__item {
      position: relative;
      font-size: 16px;
      letter-spacing: 0.48px;
      padding-left: 20px; }
      .c-container .side-link__item::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #1a3164;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .4s; }
      .c-container .side-link__item a {
        transition: .4s; }
      .c-container .side-link__item.active {
        color: #11B3B3; }
        .c-container .side-link__item.active::before {
          background-color: #11B3B3; }
        .c-container .side-link__item.active::after {
          position: absolute;
          content: "";
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 1px solid #11B3B3;
          left: -5.5px;
          top: 50%;
          transform: translateY(-50%); }
      .c-container .side-link__item:hover a {
        color: #11B3B3;
        transition: .4s; }
      .c-container .side-link__item:hover::before {
        background-color: #11B3B3;
        transition: .4s; }

.c-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.96px; }
  .c-table th {
    border: 1px solid #dfe3e8;
    border-left: none;
    padding: 10px 20px;
    font-weight: 400;
    white-space: nowrap; }
  .c-table td {
    padding: 10px 20px;
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8; }
    .c-table td ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 0 20px; }
      .c-table td ul li {
        width: calc((100% - 20px)/2); }
  .c-table tr:nth-child(odd) {
    background-color: #f5f6f7; }
  .c-table tr:nth-child(even) {
    background-color: #ffffff; }
  .c-table .link-info {
    text-decoration: underline !important;
    transition: .4s;
    position: relative; }
    .c-table .link-info::before {
      position: absolute;
      content: "※外部サイトへリンクします。";
      width: 250px;
      height: 20px;
      right: -255px;
      bottom: 10px;
      color: #1a3164;
      font-size: 14px;
      letter-spacing: 0.84px; }

@media screen and (max-width: 768px) {
  .l-innerWrap {
    width: 335px;
    padding: 0; }

  .l-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .l-flex_item-box {
      width: 100%; }

  .c-btn {
    margin: 40px auto 0; }

  .c-txt_title {
    margin-bottom: 30px; }
    .c-txt_title h2 {
      font-size: 36px;
      margin-top: 10px; }
  .c-txt_subTitle h2 {
    font-size: 28px;
    letter-spacing: 1.4px;
    padding-left: 15px; }
  .c-txt_copy {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    margin-bottom: 15px; }
    .c-txt_copy strong {
      font-size: 28px; }
  .c-txt_info {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px; }
  .c-txt_time {
    font-size: 14px;
    line-height: 42px; }
  .c-txt .c-btn {
    margin-top: 50px; }
  .c-txt.-wide {
    width: 100%; }

  .c-parts-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin: 20px 0; }

  .c-news_link01 a {
    flex-direction: column;
    padding: 15px 0; }
    .c-news_link01 a .c-news_link01__time {
      padding-right: 0px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.42px; }
    .c-news_link01 a .c-news_link01__title {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.42px; }

  .c-subTitle {
    padding-top: 100px; }
    .c-subTitle h1 {
      font-size: 40px;
      letter-spacing: 2px; }
    .c-subTitle .breadcrumbs-area {
      width: 100%;
      margin-top: 20px;
      position: relative; }
      .c-subTitle .breadcrumbs-area .breadcrumbs {
        justify-content: flex-start;
        width: max-content; }
      .c-subTitle .breadcrumbs-area::after {
        content: "";
        position: absolute;
        top: 0;
        right: var(--right-position, 0);
        /* rightの位置を動的に調整 */
        width: var(--right-fog-width, 50px);
        height: 100%;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        z-index: 1; }

  .c-container {
    margin-top: 60px; }
    .c-container-row {
      display: grid;
      grid-template-columns: 1fr; }
      .c-container-row__linkMenu {
        display: none; }
      .c-container-row__mainArea section {
        margin-bottom: 80px; }
        .c-container-row__mainArea section .txtArea {
          margin-top: 40px; }

  .c-table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.84px; }
    .c-table th {
      border: 1px solid #dfe3e8;
      border-left: none;
      border-right: none;
      border-bottom: none;
      padding: 10px 20px;
      background-color: #f7f7f7 !important; }
    .c-table td {
      padding: 10px 20px;
      border: none;
      background-color: #ffffff !important; }
      .c-table td ul {
        flex-direction: column; }
        .c-table td ul li {
          width: 100%; }
      .c-table td.databank a {
        margin-bottom: 20px; }
      .c-table td a {
        text-decoration: underline !important; }
    .c-table tr {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .c-table tr:last-of-type td {
        border-bottom: 1px solid #dfe3e8; }
    .c-table .link-info {
      text-decoration: underline !important;
      transition: .4s;
      position: relative; }
      .c-table .link-info::before {
        position: absolute;
        content: "※外部サイトへリンクします。";
        width: 250px;
        height: 20px;
        left: 0 !important;
        bottom: -20px;
        color: #1a3164;
        font-size: 12px;
        letter-spacing: 0.84px; }

  .c-linkMenu-sp {
    display: block;
    position: relative;
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 10; }
    .c-linkMenu-sp .linkMenu {
      content: "";
      position: fixed;
      bottom: 105px;
      right: 10px;
      height: 50px;
      width: 50px;
      border-radius: 25px;
      overflow: hidden;
      background-color: #ffffff;
      border: 1px solid #1a3164;
      padding: 17px;
      transition: width .2s; }
      .c-linkMenu-sp .linkMenu_title {
        position: relative;
        display: flex;
        text-align: center;
        justify-content: center;
        width: max-content; }
        .c-linkMenu-sp .linkMenu_title p {
          opacity: 0;
          font-size: 14px;
          letter-spacing: 0.42px;
          margin-left: 18px;
          transition: .2s; }
        .c-linkMenu-sp .linkMenu_title::before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          background-image: url(../img/arrow_subLink.svg);
          background-repeat: no-repeat;
          background-position: center; }
      .c-linkMenu-sp .linkMenu_linkList {
        opacity: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
        letter-spacing: 0.42px; }
        .c-linkMenu-sp .linkMenu_linkList__item {
          position: relative;
          padding-left: 32px; }
          .c-linkMenu-sp .linkMenu_linkList__item::before {
            content: "";
            position: absolute;
            left: 17px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background-color: #1a3164;
            border-radius: 50%;
            overflow: hidden; }
      .c-linkMenu-sp .linkMenu.active {
        width: 180px;
        transition: width .2s; }
        .c-linkMenu-sp .linkMenu.active p,
        .c-linkMenu-sp .linkMenu.active a {
          transition: .2s;
          opacity: 1; }
      .c-linkMenu-sp .linkMenu.open {
        width: auto;
        min-width: 180px;
        height: auto;
        transition: .2s; }
        .c-linkMenu-sp .linkMenu.open p {
          transition: .2s;
          opacity: 1; }
        .c-linkMenu-sp .linkMenu.open .linkMenu_title::before {
          background-image: url(../img/close.svg); }
        .c-linkMenu-sp .linkMenu.open .linkMenu_linkList {
          opacity: 1; }
      .c-linkMenu-sp .linkMenu.contact {
        background-color: #1a3164;
        color: #ffffff;
        bottom: 45px;
        padding: 15px 12px; }
        .c-linkMenu-sp .linkMenu.contact .linkMenu_title {
          align-items: center; }
        .c-linkMenu-sp .linkMenu.contact ::before {
          width: 26px;
          height: 20px;
          background-image: url(../img/contact.svg) !important; } }
@keyframes transformLeftRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    /* Y軸で-50%移動した状態でスタート */ }
  50% {
    opacity: 0;
    transform: translate3d(10px, 0%, 0);
    /* X軸で10px移動、Y軸は-50% */ }
  50.1% {
    opacity: 0;
    transform: translate3d(-10px, 0%, 0);
    /* X軸で-10px移動、Y軸は-50% */ }
  100% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    /* Y軸で-50%移動した状態で終了 */ } }
@keyframes transformLeftRightCenter {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    /* Y軸で-50%移動した状態でスタート */ }
  50% {
    opacity: 0;
    transform: translate3d(10px, -50%, 0);
    /* X軸で10px移動、Y軸は-50% */ }
  50.1% {
    opacity: 0;
    transform: translate3d(-10px, -50%, 0);
    /* X軸で-10px移動、Y軸は-50% */ }
  100% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
    /* Y軸で-50%移動した状態で終了 */ } }
/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  padding: 26px 0;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  /* 透明度75%の背景 */ }
  @media screen and (max-width: 768px) {
    header {
      padding: 17px 0; } }
  header .header-list {
    max-width: 1300px;
    margin: auto;
    align-items: center; }
    header .header-list_logo {
      width: 250px; }
      header .header-list_logo a {
        transition: .4s; }
        header .header-list_logo a:hover {
          opacity: .8;
          transition: .4s; }
      header .header-list_logo img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        header .header-list_logo {
          width: 167px !important; } }
    header .header-list_links {
      font-size: 16px;
      letter-spacing: 0.48px;
      color: #1a3164; }
      @media screen and (max-width: 768px) {
        header .header-list_links {
          margin-right: 0; } }
      header .header-list_links .l-flex {
        gap: 30px;
        align-items: center; }
        header .header-list_links .l-flex > li a {
          transition: .4s; }
          header .header-list_links .l-flex > li a:hover {
            color: #01a7ac;
            transition: .4s; }
        header .header-list_links .l-flex > li.contact-btn a:hover {
          color: #ffffff; }
        @media screen and (max-width: 768px) {
          header .header-list_links .l-flex {
            gap: 0px;
            align-items: normal; } }
    header .header-list .contact-btn {
      width: 140px;
      height: 50px;
      background-color: #1a3164;
      border-radius: 25px;
      overflow: hidden;
      font-size: 16px;
      letter-spacing: 0.48px;
      color: #FFFFFF;
      text-align: center; }
      header .header-list .contact-btn a {
        width: 100%;
        height: 100%;
        display: inline-grid;
        align-items: center; }
        header .header-list .contact-btn a::before, header .header-list .contact-btn a::after {
          content: none; }
      @media screen and (max-width: 768px) {
        header .header-list .contact-btn {
          position: relative; } }
  header .global-menu {
    margin: 0 10px;
    width: calc(100% - 20px); }
    header .global-menu ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .global-menu ul .header-list_logo {
        width: 255px; }
        header .global-menu ul .header-list_logo img {
          width: 100%; }
    header .global-menu.-spOnly .wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header .global-menu.-spOnly .menuTrigger {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      position: relative;
      z-index: 100; }
      header .global-menu.-spOnly .menuTrigger span {
        width: 25px;
        height: 1px;
        background-color: #1a3164;
        margin: 5px 0;
        transition: all 0.3s ease;
        transform-origin: center; }
      header .global-menu.-spOnly .menuTrigger.active span:nth-child(1) {
        transform: rotate(35deg) translate(4px, 4px);
        /* 正確に中央でクロスさせる */ }
      header .global-menu.-spOnly .menuTrigger.active span:nth-child(2) {
        transform: rotate(-35deg) translate(4px, -4px);
        /* 正確に中央でクロスさせる */ }
      header .global-menu.-spOnly .menuTrigger.active::after {
        content: 'CLOSE'; }
      header .global-menu.-spOnly .menuTrigger::after {
        content: 'MENU';
        display: block;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.72px;
        color: #1a3164; }
  header .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 74, 99, 0.75);
    /* 透明度75%の黒背景 */
    z-index: 98;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    /* メニューより下に */ }
  header .overlay.open {
    transform: translateX(0);
    /* フェードイン効果 */ }
  header .menuListWrap.-spOnly {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    transform: translateX(100%);
    /* 初期状態で画面外に移動 */
    transition: transform 0.3s ease;
    /* transformだけで制御 */ }
    header .menuListWrap.-spOnly.open {
      transform: translateX(0);
      /* クラスが追加されたときは画面内に */ }
    header .menuListWrap.-spOnly .c-header_footer_nav .inner {
      padding: 40px 40px 0 40px; }
      header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex {
        list-style: none;
        padding: 0; }
        header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_logo {
          margin-bottom: 20px; }
          header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_logo img {
            max-width: 100%; }
        header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_links {
          width: 100%; }
          header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_links ul.l-flex li {
            border-bottom: 1px solid #d9d9d9; }
            header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_links ul.l-flex li a {
              position: relative;
              display: block;
              width: 100%;
              text-decoration: none;
              font-size: 18px;
              letter-spacing: 0.54px;
              padding: 20px 0; }
              header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_links ul.l-flex li a::before {
                content: "";
                position: absolute;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                border: 1px solid #1a3164;
                right: 15px;
                transition: .4s;
                top: 50%;
                transform: translateY(-50%); }
              header .menuListWrap.-spOnly .c-header_footer_nav .inner .header-list.l-flex .header-list_links ul.l-flex li a::after {
                content: "";
                position: absolute;
                width: 6px;
                height: 7.5px;
                background-image: url(../img/arrow_blue.svg);
                transition: .4s;
                right: 24.5px;
                top: 50%;
                transform: translateY(-50%); }

/*    main
--------------------------------------------------------------------------------*/
/*    aside
----------------------------------------------------------------------------*/
/*    form
----------------------------------------------------------------------------*/
/*    post
----------------------------------------------------------------------------*/
/*    個別
----------------------------------------------------------------------------*/
main {
  position: relative;
  z-index: 2; }

.top {
  margin-top: 102px; }
  .top section {
    background-color: #ffffff;
    padding-top: 120px; }
  .top .p-index {
    width: 100%; }
    .top .p-index_kv {
      height: calc(var(--vh, 1vh) * 100 - 102px);
      margin-top: 0px;
      position: relative; }
      .top .p-index_kv__slider {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .top .p-index_kv__slider .swiper_kv {
          height: 100%; }
          .top .p-index_kv__slider .swiper_kv .swiper-wrapper {
            transition-timing-function: linear; }
            .top .p-index_kv__slider .swiper_kv .swiper-wrapper .swiper-slide {
              width: auto !important;
              height: 100%;
              aspect-ratio: 5/7;
              flex-shrink: 0;
              border-radius: 20px;
              overflow: hidden; }
              .top .p-index_kv__slider .swiper_kv .swiper-wrapper .swiper-slide img {
                height: 100%; }
      .top .p-index_kv__title {
        position: relative;
        z-index: 1;
        max-width: 1160px;
        margin: auto;
        top: 50%; }
        .top .p-index_kv__title h1 {
          font-size: 48px;
          line-height: 68.57px;
          font-weight: 700;
          color: #1a3164; }
          .top .p-index_kv__title h1 .txt {
            padding: 5px 10px;
            background-color: #fff;
            border-radius: 5px;
            overflow: hidden; }
          .top .p-index_kv__title h1 .highlight {
            font-size: 84px;
            line-height: 95px;
            letter-spacing: 4.2px;
            color: #01a7ac;
            font-family: "Caveat", system-ui;
            font-weight: 600; }
      .top .p-index_kv__scroll {
        position: absolute;
        right: 55px;
        bottom: 40px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; }
        .top .p-index_kv__scroll .line {
          position: relative;
          display: block;
          width: 1px;
          height: 150px; }
          .top .p-index_kv__scroll .line::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fff;
            animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
        .top .p-index_kv__scroll .title {
          display: block;
          color: #ffffff;
          font-size: 18px;
          letter-spacing: 1.08px;
          writing-mode: vertical-rl; }
    .top .p-index_company {
      position: relative;
      padding-bottom: 100px; }
      .top .p-index_company .c-txt {
        z-index: 1;
        position: relative; }
      .top .p-index_company__img {
        position: absolute;
        top: 120px;
        right: 0;
        width: calc((770 / 1360)*100vw);
        height: 500px;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        background-image: url(../img/top/company_01_pc.jpg);
        background-size: cover;
        background-position: center; }
        .top .p-index_company__img img {
          width: 100%; }
      .top .p-index_company::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: calc((1200 / 1360)*100vw);
        max-width: 1200px;
        height: 550px;
        background-color: #f5f6f7;
        z-index: 0;
        border-radius: 0 10px 10px 0; }
    .top .p-index_business .l-flex_item_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 660px; }
      .top .p-index_business .l-flex_item_list__link {
        width: 200px;
        aspect-ratio: 1/1;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 4px rgba(17, 179, 179, 0.2); }
        .top .p-index_business .l-flex_item_list__link a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 5px;
          transition: .4s; }
          .top .p-index_business .l-flex_item_list__link a .link-info {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            overflow: hidden; }
            .top .p-index_business .l-flex_item_list__link a .link-info_icon {
              position: absolute;
              left: 50%;
              transform: translateX(-50%); }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-01 {
                width: 130px;
                height: 90px;
                top: 30px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-02 {
                width: 95px;
                height: 95px;
                top: 20px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-03 {
                width: 97px;
                height: 100px;
                top: 20px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-04 {
                width: 114px;
                height: 85px;
                top: 30px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-05 {
                width: 123px;
                height: 110px;
                top: 20px; }
            .top .p-index_business .l-flex_item_list__link a .link-info_title {
              font-size: 16px;
              letter-spacing: 0.48px;
              margin-bottom: 30px;
              position: absolute;
              width: 100%;
              bottom: 0; }
            .top .p-index_business .l-flex_item_list__link a .link-info::before {
              content: "";
              bottom: 0;
              right: 0;
              border-top: 30px solid transparent;
              border-right: 30px solid #1a3164;
              /* ラベルの色はここで変更 */
              position: absolute;
              transition: .4s; }
            .top .p-index_business .l-flex_item_list__link a .link-info::after {
              content: "";
              bottom: 6px;
              right: 6px;
              position: absolute;
              width: 6px;
              height: 7.5px;
              background-image: url(../img/arrow_wh.svg); }
          .top .p-index_business .l-flex_item_list__link a:hover {
            opacity: .5;
            transition: .4s; }
            .top .p-index_business .l-flex_item_list__link a:hover .link-info::before {
              border-right: 30px solid #01a7ac;
              transition: .4s; }
            .top .p-index_business .l-flex_item_list__link a:hover .link-info::after {
              animation-name: transformLeftRightLinkList;
              animation-duration: 0.4s;
              animation-fill-mode: forwards; }
        .top .p-index_business .l-flex_item_list__link.mansion .link-info_title, .top .p-index_business .l-flex_item_list__link.renovation .link-info_title {
          letter-spacing: -1px; }
    .top .p-index_project {
      position: relative; }
      .top .p-index_project .l-flex_item {
        z-index: 1; }
        .top .p-index_project .l-flex_item.-bgWhite {
          padding: 45px 65px 0;
          background: rgba(255, 255, 255, 0.95); }
      .top .p-index_project__slider {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 0; }
        .top .p-index_project__slider .swiper_project .swiper-wrapper {
          transition-timing-function: linear; }
          .top .p-index_project__slider .swiper_project .swiper-wrapper .swiper-slide {
            width: 100%;
            height: auto;
            aspect-ratio: 340/226;
            flex-shrink: 0;
            border-radius: 10px;
            overflow: hidden; }
            .top .p-index_project__slider .swiper_project .swiper-wrapper .swiper-slide img {
              height: 100%; }
    .top .p-index_news {
      position: relative; }
      .top .p-index_news .l-innerWrap {
        padding-bottom: 100px; }
      .top .p-index_news .c-news {
        max-width: 800px;
        width: calc((800 / 1160)* 100vw); }
    .top .p-index_contact {
      padding-bottom: 140px; }
      .top .p-index_contact .l-flex {
        margin-top: 50px; }
        .top .p-index_contact .l-flex_item-box {
          padding: 40px 0; }
          .top .p-index_contact .l-flex_item-box h3 {
            position: relative;
            font-size: 20px;
            letter-spacing: 0.6px;
            color: #1a3164; }
            .top .p-index_contact .l-flex_item-box h3::before {
              content: "";
              position: absolute;
              width: 20px;
              height: 2px;
              background-color: #01a7ac;
              bottom: -15px;
              left: 50%;
              transform: translateX(-50%); }
          .top .p-index_contact .l-flex_item-box-tel {
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .top .p-index_contact .l-flex_item-box-tel__title {
              font-size: 16px;
              letter-spacing: 0.96px;
              font-weight: 500; }
            .top .p-index_contact .l-flex_item-box-tel__num {
              font-size: 32px;
              letter-spacing: 0.96px;
              font-weight: 500; }
          .top .p-index_contact .l-flex_item-box-time {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px; }
            .top .p-index_contact .l-flex_item-box-time__title {
              font-size: 14px;
              line-height: 28px;
              letter-spacing: 0.42px;
              border: 1px solid #1a3164;
              padding: 0 5px; }
            .top .p-index_contact .l-flex_item-box-time__num {
              font-size: 16px;
              line-height: 20px;
              letter-spacing: 0.48px;
              margin-left: 10px; }
          .top .p-index_contact .l-flex_item-box .c-btn {
            margin-top: 40px; }
      .top .p-index_contact .contact-lsit {
        width: 880px;
        margin: auto;
        margin-top: 50px; }
  .top .parallax {
    display: block;
    background-color: transparent;
    padding-top: 0 !important;
    width: 100%;
    aspect-ratio: 13/6; }

.parallax_pic {
  width: 100%;
  height: 100vh;
  top: 0;
  background-image: url(../img/top/news_01_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 1;
  display: none; }
  .parallax_pic.active {
    display: block; }

@media screen and (max-width: 768px) {
  .top {
    margin-top: 77px; }
    .top section {
      padding-top: 60px; }
    .top .p-index_kv {
      height: calc(var(--vh, 1vh) * 100 - 77px); }
      .top .p-index_kv__title {
        width: 335px;
        top: 10%; }
        .top .p-index_kv__title h1 {
          font-size: 26px;
          line-height: 37.14px; }
          .top .p-index_kv__title h1 .txt {
            padding: 8px 10px;
            background-color: #fff;
            border-radius: 5px;
            overflow: hidden; }
          .top .p-index_kv__title h1 .highlight {
            font-size: 44px;
            line-height: 70.08px;
            letter-spacing: 2.2px; }
      .top .p-index_kv__scroll {
        right: auto;
        bottom: 20px;
        gap: 10px;
        left: 10px; }
        .top .p-index_kv__scroll .line {
          height: 110px; }
        .top .p-index_kv__scroll .title {
          font-size: 16px;
          letter-spacing: 0.96px; }
    .top .p-index_company {
      padding-bottom: 0px; }
      .top .p-index_company__img {
        position: relative;
        top: 0px;
        width: calc(100% - (100vw - 335px)/2);
        margin-top: 40px;
        margin-left: calc((100vw - 335px)/2);
        aspect-ratio: 335/236;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
        background-image: none;
        height: auto; }
        .top .p-index_company__img img {
          height: 100%; }
      .top .p-index_company::before {
        top: 100px !important;
        left: 0;
        width: calc(100vw - (100vw - 335px)/2);
        max-width: 1200px;
        height: auto;
        aspect-ratio: 335/323;
        border-radius: 0 20px 20px 0; }
    .top .p-index_business .l-flex_item {
      width: 100%;
      margin-top: 40px; }
      .top .p-index_business .l-flex_item_list {
        gap: 19px;
        width: 100%;
        justify-content: normal; }
        .top .p-index_business .l-flex_item_list__link {
          width: calc((100% - 19px)/2);
          border-radius: 15.8px; }
          .top .p-index_business .l-flex_item_list__link a {
            padding: 3px; }
            .top .p-index_business .l-flex_item_list__link a .link-info {
              border-radius: 13px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_icon {
                position: absolute;
                left: 50%;
                transform: translateX(-50%); }
                .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-01 {
                  width: 102px;
                  height: 71px;
                  top: 30px; }
                .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-02 {
                  width: 75px;
                  height: 75px;
                  top: 20px; }
                .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-03 {
                  width: 76px;
                  height: 79px;
                  top: 20px; }
                .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-04 {
                  width: 90px;
                  height: 67px;
                  top: 30px; }
                .top .p-index_business .l-flex_item_list__link a .link-info_icon.business-05 {
                  width: 97px;
                  height: 87px;
                  top: 20px; }
              .top .p-index_business .l-flex_item_list__link a .link-info_title {
                font-size: 14px;
                letter-spacing: -0.2px;
                margin-bottom: 25px; }
              .top .p-index_business .l-flex_item_list__link a .link-info::before {
                border-top: 24px solid transparent;
                border-right: 24px solid #1a3164; }
              .top .p-index_business .l-flex_item_list__link a .link-info::after {
                content: "";
                bottom: 5px;
                right: 5px;
                position: absolute;
                width: 5px;
                height: 6px;
                background-image: url(../img/arrow_wh.svg); }
            .top .p-index_business .l-flex_item_list__link a:hover {
              opacity: .5;
              transition: .4s; }
              .top .p-index_business .l-flex_item_list__link a:hover .link-info::before {
                border-right: 30px solid #01a7ac;
                transition: .4s; }
              .top .p-index_business .l-flex_item_list__link a:hover .link-info::after {
                animation-name: transformLeftRightLinkList;
                animation-duration: 0.4s;
                animation-fill-mode: forwards; }
          .top .p-index_business .l-flex_item_list__link.mansion a .link-info_title {
            margin-bottom: 15px; }
    .top .p-index_project__slider {
      width: 100%;
      position: relative;
      bottom: 0px;
      margin-top: 40px; }
    .top .p-index_news {
      position: relative; }
      .top .p-index_news .l-innerWrap {
        padding-bottom: 80px; }
      .top .p-index_news .c-news {
        width: 100%; }
    .top .p-index_contact {
      padding-bottom: 100px; }
      .top .p-index_contact .c-txt {
        text-align: left !important; }
      .top .p-index_contact .l-flex {
        margin-top: 30px;
        gap: 20px; }
        .top .p-index_contact .l-flex_item-box {
          padding: 40px 0; }
          .top .p-index_contact .l-flex_item-box h3 {
            position: relative;
            font-size: 20px;
            letter-spacing: 0.6px;
            color: #1a3164; }
            .top .p-index_contact .l-flex_item-box h3::before {
              content: "";
              position: absolute;
              width: 20px;
              height: 2px;
              background-color: #01a7ac;
              bottom: -15px;
              left: 50%;
              transform: translateX(-50%); }
          .top .p-index_contact .l-flex_item-box-tel {
            margin-top: 30px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .top .p-index_contact .l-flex_item-box-tel__title {
              font-size: 16px;
              letter-spacing: 0.96px;
              font-weight: 500; }
            .top .p-index_contact .l-flex_item-box-tel__num {
              font-size: 32px;
              letter-spacing: 0.96px;
              font-weight: 500; }
          .top .p-index_contact .l-flex_item-box-time {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px; }
            .top .p-index_contact .l-flex_item-box-time__title {
              font-size: 14px;
              line-height: 28px;
              letter-spacing: 0.42px;
              border: 1px solid #1a3164;
              padding: 0 5px; }
            .top .p-index_contact .l-flex_item-box-time__num {
              font-size: 16px;
              line-height: 28px;
              letter-spacing: 0.48px;
              margin-left: 10px; }
          .top .p-index_contact .l-flex_item-box .c-btn {
            margin-top: 40px; }
      .top .p-index_contact .contact-lsit {
        width: 100%; }
    .top .p-index__btn {
      width: 100%; }
    .top .parallax {
      aspect-ratio: 375/281; } }
@keyframes transformLeftRightLinkList {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* Y軸で-50%移動した状態でスタート */ }
  50% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    /* X軸で10px移動、Y軸は-50% */ }
  50.1% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    /* X軸で-10px移動、Y軸は-50% */ }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* Y軸で-50%移動した状態で終了 */ } }
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.company .section-img__top, .company .section-img__message, .company .section-img__sdgs, .company .section-img__sprots {
  border-radius: 20px;
  overflow: hidden; }
.company .section-img__president {
  display: flex;
  margin-left: auto;
  margin-top: 40px;
  width: fit-content;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  gap: 40px; }
  .company .section-img__president img {
    width: 50% !important; }
.company .section-img__sdgs {
  width: 670px;
  border: 1px solid #1a3164;
  transition: .4s;
  position: relative; }
  .company .section-img__sdgs::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #1a3164;
    right: 15px;
    transition: .4s;
    bottom: 30px; }
  .company .section-img__sdgs::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 8px;
    background-image: url(../img/arrow_blue.svg);
    transition: .4s;
    right: 26px;
    bottom: 40px; }
.company .section-img__sprots {
  width: 100%;
  transition: .4s;
  position: relative; }
  .company .section-img__sprots::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    right: 15px;
    transition: .4s;
    bottom: 15px; }
  .company .section-img__sprots::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 8px;
    background-image: url(../img/arrow_wh.svg);
    transition: .4s;
    right: 26px;
    bottom: 25px; }
  .company .section-img__sprots img {
    width: 100%; }
.company .section-img a {
  display: contents; }
  .company .section-img a:hover .section-img__sdgs {
    opacity: .8;
    transition: .4s; }
    .company .section-img a:hover .section-img__sdgs::before {
      border: 1px solid #11b3b3;
      background-color: #11b3b3; }
    .company .section-img a:hover .section-img__sdgs::after {
      background-image: url(../img/arrow_wh.svg); }
.company .section-sports .l-flex {
  margin-top: 40px; }
.company .section-sports a:hover .section-img__sprots {
  opacity: .8;
  transition: .4s; }
  .company .section-sports a:hover .section-img__sprots::before {
    border: 1px solid #fff;
    background-color: #fff; }
  .company .section-sports a:hover .section-img__sprots::after {
    background-image: url(../img/arrow_green.svg); }
.company .section-company .databank a {
  display: block;
  width: 180px; }
  .company .section-company .databank a img {
    width: 100%; }
.company .c-txt_engTitle {
  letter-spacing: 1px;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .company .section-img__top, .company .section-img__message, .company .section-img__sdgs, .company .section-img__sprots {
    border-radius: 15px; }
  .company .section-img__sdgs {
    width: 100%;
    border: 1px solid #1a3164; }
    .company .section-img__sdgs::before {
      bottom: 15px; }
    .company .section-img__sdgs::after {
      bottom: 25px; }
  .company .section-img__president {
    margin-top: 15px !important;
    gap: 15px; }
  .company .section-sports .l-flex {
    gap: 40px; } }
.business .section-img__top, .business .section-img__details {
  border-radius: 20px;
  overflow: hidden; }
.business .section-img__features {
  border-radius: 10px;
  overflow: hidden; }
.business .section-features .section-img {
  margin-top: 0; }
.business .section-features .l-flex {
  margin-top: 40px;
  gap: 20px; }
.business .section-details .section-img {
  margin-top: 0; }
.business .section-details__list {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .business .section-details__list li {
    scroll-margin-top: 150px; }
.business .section-details .l-flex {
  gap: 20px; }
.business .section-details .c-txt_copy {
  margin-bottom: 20px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 20px; }
  .business .section-details .c-txt_copy .details-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .business .section-details .c-txt_copy .details-icon img {
      object-position: center;
      object-fit: cover;
      width: 100%; }
.business .section-details #details02 .details-icon img,
.business .section-details #details03 .details-icon img {
  width: 80%; }
.business .section-details #details04 .details-icon img {
  width: 90%; }

@media screen and (max-width: 768px) {
  .business .section-img__top, .business .section-img__features, .business .section-img__details {
    border-radius: 15px;
    overflow: hidden; }
  .business .section-features .l-flex {
    margin-top: 30px;
    gap: 30px; }
  .business .section-details .l-flex {
    gap: 10px; }
  .business .section-details .c-txt_copy {
    margin-bottom: 10px !important;
    gap: 13px; } }
.project .side-link .filter_btn {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-left: 20px; }
  .project .side-link .filter_btn li {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    transition: .4s; }
    .project .side-link .filter_btn li::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1a3164;
      border-radius: 50%;
      overflow: hidden;
      transition: .4s; }
    .project .side-link .filter_btn li.active {
      color: #01a7ac; }
      .project .side-link .filter_btn li.active::before {
        background-color: #01a7ac; }
    .project .side-link .filter_btn li:hover {
      color: #01a7ac;
      transition: .4s; }
      .project .side-link .filter_btn li:hover::before {
        background-color: #01a7ac;
        transition: .4s; }
.project .section-results .c-txt {
  margin-bottom: 30px; }
.project .section-results .l-flex {
  gap: 30px; }
  .project .section-results .l-flex_item-box .results {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row; }
    .project .section-results .l-flex_item-box .results_list {
      width: calc((100% - 20px)/2); }
      .project .section-results .l-flex_item-box .results_list table {
        width: 100%; }
      .project .section-results .l-flex_item-box .results_list tr {
        border-top: 1px solid #d9d9d9;
        font-size: 14px;
        letter-spacing: 0.42px;
        width: 100%; }
        .project .section-results .l-flex_item-box .results_list tr th,
        .project .section-results .l-flex_item-box .results_list tr td {
          width: 50%;
          padding: 10px; }
        .project .section-results .l-flex_item-box .results_list tr th {
          border-right: 1px solid #d9d9d9;
          white-space: nowrap;
          font-weight: 400 !important; }
        .project .section-results .l-flex_item-box .results_list tr:last-child {
          border-bottom: 1px solid #d9d9d9; }
      .project .section-results .l-flex_item-box .results_list tr:nth-child(odd) {
        background-color: #f5f6f7; }
      .project .section-results .l-flex_item-box .results_list tr:nth-child(even) {
        background-color: #ffffff; }
.project .section-details .c-txt_subTitle {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.project .section-details .filter_btn {
  display: flex;
  gap: 15px;
  text-align: center; }
  .project .section-details .filter_btn li {
    font-size: 16px;
    letter-spacing: 0.48px;
    width: 116px;
    padding: 10px 0;
    background-color: #ebedef;
    color: #99a4b1;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: .4s; }
    .project .section-details .filter_btn li.active {
      color: #ffffff;
      background-color: #1a3164; }
    .project .section-details .filter_btn li:hover {
      opacity: 0.8;
      transition: .4s; }
.project .section-details .apartmentList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px; }
  .project .section-details .apartmentList .apartment-item {
    width: calc((100% - 60px)/3);
    display: none; }
    .project .section-details .apartmentList .apartment-item__img {
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
      .project .section-details .apartmentList .apartment-item__img img {
        width: 100%; }
    .project .section-details .apartmentList .apartment-item__name {
      font-size: 20px;
      letter-spacing: 0.6px;
      margin: 20px 0 15px 0; }
    .project .section-details .apartmentList .apartment-item__info {
      width: 100%; }
      .project .section-details .apartmentList .apartment-item__info tr {
        border-top: 1px solid #d9d9d9;
        font-size: 14px;
        letter-spacing: 0.42px;
        width: 100%; }
        .project .section-details .apartmentList .apartment-item__info tr th {
          border-right: 1px solid #d9d9d9;
          white-space: nowrap;
          font-weight: 400 !important;
          padding: 10px; }
        .project .section-details .apartmentList .apartment-item__info tr td {
          padding: 10px; }
        .project .section-details .apartmentList .apartment-item__info tr:last-child {
          border-bottom: 1px solid #d9d9d9; }
      .project .section-details .apartmentList .apartment-item__info tr:nth-child(odd) {
        background-color: #f5f6f7; }
      .project .section-details .apartmentList .apartment-item__info tr:nth-child(even) {
        background-color: #ffffff; }
    .project .section-details .apartmentList .apartment-item.active {
      display: block; }
.project .section-img__top, .project .section-img__results {
  border-radius: 20px;
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .project .section-details .c-txt_subTitle {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start; }
    .project .section-details .c-txt_subTitle h2 {
      letter-spacing: 1px; }
  .project .section-details .filter_btn {
    gap: 10px;
    width: 100%; }
    .project .section-details .filter_btn li {
      width: calc((100% - 20px)/3);
      padding: 17px 0;
      border-radius: 25px; }
  .project .section-details .apartmentList .apartment-item {
    width: calc((100% - 30px)/2); } }
@media screen and (max-width: 768px) {
  .linkMenu_linkList .filter_btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 32px; }
    .linkMenu_linkList .filter_btn li {
      padding-left: 15px;
      position: relative; }
      .linkMenu_linkList .filter_btn li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #1a3164;
        border-radius: 50%;
        overflow: hidden; }

  .project .section-details .apartmentList {
    flex-direction: column; }
    .project .section-details .apartmentList .apartment-item {
      width: 100%; }
  .project .section-img__top, .project .section-img__results {
    border-radius: 15px;
    overflow: hidden; } }
.contact .c-btn {
  width: 250px !important; }
.contact-inquiry .c-subTitle h1, .contact-sell .c-subTitle h1 {
  display: flex;
  align-items: center; }
  .contact-inquiry .c-subTitle h1 span, .contact-sell .c-subTitle h1 span {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: normal !important;
    margin-bottom: 0 !important;
    color: #082F6D;
    margin-left: 100px;
    position: relative; }
    .contact-inquiry .c-subTitle h1 span::before, .contact-sell .c-subTitle h1 span::before {
      position: absolute;
      content: "";
      width: 60px;
      height: 1px;
      background-color: #082F6D;
      left: -80px;
      top: 50%;
      transform: translateY(-50%); }
.contact-inquiry .c-txt_info.tel, .contact-sell .c-txt_info.tel {
  font-weight: 600; }
  .contact-inquiry .c-txt_info.tel p, .contact-sell .c-txt_info.tel p {
    display: flex;
    align-items: center; }
  .contact-inquiry .c-txt_info.tel .tel-num, .contact-sell .c-txt_info.tel .tel-num {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.96px;
    color: #082F6D !important; }
.contact-inquiry .c-txt_info.reception .reception-time, .contact-sell .c-txt_info.reception .reception-time {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin-right: 10px;
  border: 1px solid #344a63;
  padding: 3px 5px;
  color: #082F6D !important; }
.contact-sell .section-img {
  margin-top: 0 !important; }
  .contact-sell .section-img__top, .contact-sell .section-img__area {
    border-radius: 20px;
    overflow: hidden; }
  .contact-sell .section-img__features {
    border-radius: 10px;
    overflow: hidden; }
.contact-sell .section-features .l-flex {
  gap: 40px; }
.contact-sell .section-requirements__list {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-bottom: 60px; }
  .contact-sell .section-requirements__list .l-flex_item-box .c-txt_copy {
    line-height: normal;
    margin-bottom: 20px !important; }
  .contact-sell .section-requirements__list .l-flex_item-box .c-txt_info {
    line-height: 28px; }
.contact-sell .section-requirements .tabel-list {
  display: flex;
  gap: 30px;
  flex-direction: column; }
  .contact-sell .section-requirements .tabel-list .table .-contact .main-title {
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    color: #fff;
    background-color: #5d6e82 !important; }
  .contact-sell .section-requirements .tabel-list .table tr:nth-child(odd) {
    background-color: #ffffff !important; }
  .contact-sell .section-requirements .tabel-list .table tr:nth-child(even) {
    background-color: #f5f6f7 !important; }
  .contact-sell .section-requirements .tabel-list .table .annotation {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.84px; }

@media screen and (max-width: 768px) {
  .contact .c-btn {
    margin: 40px 0 0; }
  .contact-inquiry .c-subTitle h1, .contact-sell .c-subTitle h1 {
    flex-direction: column;
    align-items: normal; }
    .contact-inquiry .c-subTitle h1 span, .contact-sell .c-subTitle h1 span {
      font-size: 22px;
      letter-spacing: 0.26px;
      margin-left: 0px;
      position: relative; }
      .contact-inquiry .c-subTitle h1 span::before, .contact-sell .c-subTitle h1 span::before {
        display: none; }
  .contact-inquiry .section-tel .c-txt_subTitle h2, .contact-sell .section-tel .c-txt_subTitle h2 {
    letter-spacing: 1px !important; }
  .contact-sell .section-features .c-parts-title {
    text-indent: -0.7em;
    padding-left: 0.7em; }
  .contact-sell .section-requirements__list {
    gap: 40px;
    margin-bottom: 60px; }
    .contact-sell .section-requirements__list .l-flex {
      gap: 20px; }
    .contact-sell .section-requirements__list .l-flex_item-box .c-txt_info {
      line-height: 24px; }
  .contact-sell .section-requirements .tabel-list .table .-contact .main-title {
    font-size: 18px !important;
    letter-spacing: 0.9px !important; }
  .contact-sell .section-requirements .tabel-list .table .annotation {
    font-size: 12px;
    letter-spacing: 0.72px; } }
.download .side-link .tab_btn {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-left: 20px; }
  .download .side-link .tab_btn li {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    transition: .4s; }
    .download .side-link .tab_btn li.active {
      color: #01a7ac; }
      .download .side-link .tab_btn li.active::before {
        background-color: #01a7ac; }
    .download .side-link .tab_btn li::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1a3164;
      border-radius: 50%;
      overflow: hidden;
      transition: .4s; }
    .download .side-link .tab_btn li:hover {
      color: #01a7ac;
      transition: .4s; }
      .download .side-link .tab_btn li:hover::before {
        background-color: #01a7ac;
        transition: .4s; }
.download .c-txt_info_list {
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em; }
.download .tab-menu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px; }
  .download .tab-menu .tab {
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: 0.54px;
    color: #99A4B1;
    cursor: pointer; }
    .download .tab-menu .tab.active {
      color: #082F6D;
      border-bottom: 1px solid #082F6D; }
.download .tab-content {
  display: none; }
  .download .tab-content.active {
    display: block; }
.download .section-download {
  margin-bottom: 60px !important; }
.download .download-list {
  gap: 20px; }
  .download .download-list li {
    width: calc((100% - 40px)/3); }

@media screen and (max-width: 768px) {
  .download .tab-menu {
    margin-bottom: 30px; }
    .download .tab-menu .tab {
      width: calc(100%/3);
      padding: 10px 0px;
      font-size: 14px;
      letter-spacing: normal;
      text-align: center; }
  .download .tab-content {
    display: none; }
    .download .tab-content.active {
      display: block; }
  .download .section-download {
    margin-bottom: 60px !important; }
  .download .download-list li {
    width: 216px; }
    .download .download-list li .download {
      margin-top: 0 !important; }

  .linkMenu_linkList .tab_btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 32px; }
    .linkMenu_linkList .tab_btn li {
      padding-left: 15px;
      position: relative; }
      .linkMenu_linkList .tab_btn li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #1a3164;
        border-radius: 50%;
        overflow: hidden; } }
.privacypolicy .annotation {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px; }

.news {
  padding-bottom: 120px; }
  .news .news-inner {
    max-width: 920px;
    padding: 0 20px;
    margin: auto; }
  .news .news-list {
    margin-top: 55px; }
  .news .c-news {
    max-width: 880px;
    width: calc((880 / 1300)* 100vw);
    margin: auto; }
  .news #pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; }
    .news #pagination button {
      padding: 10px;
      margin: 0 5px;
      cursor: pointer;
      border: 1px solid #082f6d;
      border-radius: 10px;
      overflow: hidden;
      transition: .4s; }
      .news #pagination button.hidden {
        display: none !important; }
      .news #pagination button:hover {
        opacity: 0.8;
        transition: .4s; }
    .news #pagination div {
      display: flex;
      justify-content: center; }
    .news #pagination #prevButton,
    .news #pagination #nextButton,
    .news #pagination .page-number {
      margin: 0 5px;
      display: flex;
      width: 40px;
      height: 40px;
      cursor: pointer;
      border: 1px solid #082f6d;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      overflow: hidden;
      transition: .4s; }
      .news #pagination #prevButton:hover,
      .news #pagination #nextButton:hover,
      .news #pagination .page-number:hover {
        opacity: 0.8;
        transition: .4s; }
      .news #pagination #prevButton.active,
      .news #pagination #nextButton.active,
      .news #pagination .page-number.active {
        background-color: #11b3b3;
        border: 1px solid #11b3b3;
        color: white; }
    .news #pagination #prevButton,
    .news #pagination #nextButton {
      position: relative; }
      .news #pagination #prevButton::before,
      .news #pagination #nextButton::before {
        position: absolute;
        content: "";
        position: absolute;
        width: 8px;
        height: 10px;
        background-image: url(../img/arrow_blue.svg);
        right: 16px;
        top: 50%;
        transform: translateY(-50%); }
    .news #pagination #prevButton::before {
      transform: translateY(-50%) scaleX(-1); }
  .news.-details .c-txt {
    margin-top: 75px; }
    .news.-details .c-txt_info {
      display: flex;
      flex-direction: column;
      gap: 20px; }
  .news.-details .c-btn {
    margin: auto;
    margin-top: 60px; }

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 75px; }
    .news .news-inner {
      max-width: none;
      padding: 0px;
      width: 335px; }
    .news .c-news {
      max-width: none;
      width: 100%; }
    .news #pagination button {
      margin: 0 5px 0 0;
      padding: 8px; }
      .news #pagination button.hidden {
        display: none !important; }
      .news #pagination button#lastButton {
        margin: 0 0 0 5px; }
    .news #pagination div {
      display: flex;
      justify-content: center; }
    .news #pagination #prevButton,
    .news #pagination #nextButton,
    .news #pagination .page-number {
      width: 34px;
      height: 34px; }
    .news #pagination #prevButton::before,
    .news #pagination #nextButton::before {
      right: 13px; }
    .news.-details .c-txt {
      margin-top: 60px; }
    .news.-details .c-btn {
      margin: auto;
      margin-top: 40px; } }
/*    footer
----------------------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 10; }
  footer .footer-main {
    padding: 50px 0;
    background-color: #06214d;
    color: #ffffff; }
    footer .footer-main .company_logo {
      width: 340px;
      margin-bottom: 28px; }
      footer .footer-main .company_logo a {
        transition: .4s; }
        footer .footer-main .company_logo a:hover {
          opacity: .8;
          transition: .4s; }
      footer .footer-main .company_logo img {
        width: 100%; }
    footer .footer-main .company_address {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.48px; }
    footer .footer-main .linkList {
      display: flex;
      justify-content: space-between; }
      footer .footer-main .linkList .c-news_link01 {
        border-bottom: none; }
        footer .footer-main .linkList .c-news_link01 a {
          padding: 0;
          margin-bottom: 25px; }
          footer .footer-main .linkList .c-news_link01 a::before {
            border: 1px solid #ffffff; }
          footer .footer-main .linkList .c-news_link01 a:after {
            background-image: url(../img/arrow_wh.svg); }
          footer .footer-main .linkList .c-news_link01 a:hover::before {
            background-color: #ffffff; }
          footer .footer-main .linkList .c-news_link01 a:hover:after {
            background-image: url(../img/arrow_green.svg); }
        footer .footer-main .linkList .c-news_link01::before {
          content: none; }
  footer .copyright {
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    color: #1a3164;
    font-size: 12px;
    letter-spacing: 0.36px;
    padding: 9px 0 12px 0; }
  footer .c-btn {
    background-color: transparent !important;
    border: 1px solid #ffffff; }
    footer .c-btn:hover {
      border: none; }

@media screen and (max-width: 768px) {
  footer .footer-main {
    padding: 40px 0; }
    footer .footer-main .company {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      footer .footer-main .company_logo {
        width: 140px;
        margin-bottom: 15px; }
        footer .footer-main .company_logo img {
          width: 100%; }
      footer .footer-main .company_address {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.42px;
        text-align: center; }
    footer .footer-main .linkList {
      flex-direction: column; }
      footer .footer-main .linkList .c-news_link01 {
        border-bottom: 1px solid #ffffff; }
        footer .footer-main .linkList .c-news_link01 a {
          padding: 20px 0;
          margin-bottom: 0px; }
          footer .footer-main .linkList .c-news_link01 a:hover:before {
            background-color: #ffffff; }
          footer .footer-main .linkList .c-news_link01 a:hover:after {
            background-image: url(../img/arrow_green.svg); } }

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