/* Scss Document */
.frame-shared {
  position: relative;
  padding: 80px 0 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1; }
  @media screen and (max-width: 1500px) {
    .frame-shared {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1360px) {
    .frame-shared {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 767px) {
    .frame-shared {
      padding: 50px 0 30px;
      border-radius: 10px; } }

@media screen and (max-width: 767px) {
  .btn-pop {
    justify-content: flex-end;
    display: flex;
    padding: 0 20px; }
    .btn-pop a {
      font-size: 13px;
      letter-spacing: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 5px;
      font-weight: 500; }
      .btn-pop a img {
        width: 20px;
        height: 20px; } }
.overview-shared {
  padding: 0 50px;
  margin-bottom: 50px; }
  .overview-shared .box {
    position: relative;
    padding: 80px 0 100px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index: 1; }
  .overview-shared .lead {
    max-width: 1300px;
    margin: 0 auto 65px; }
    .overview-shared .lead .txt {
      max-width: 650px;
      padding: 20px 0 0 0;
      width: calc(100% - 450px); }
    .overview-shared .lead.lead_about .txt {
      width: calc(100% - 520px); }
  .overview-shared .client {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 0; }
    .overview-shared .client:before {
      z-index: -1;
      content: '';
      border-radius: 50px;
      background-color: #f7fafb;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 00px;
      left: calc(50% - 490px); }
      @media screen and (max-width: 1800px) {
        .overview-shared .client:before {
          right: 50px; } }
    .overview-shared .client .list {
      width: calc(100% - 450px);
      max-width: 650px; }
      @media screen and (max-width: 1500px) {
        .overview-shared .client .list {
          margin-right: 50px; } }
      .overview-shared .client .list li {
        border-bottom: 1px solid rgba(60, 104, 199, 0.15);
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1.714;
        padding: 28px 20px 28px 0px;
        position: relative; }
        .overview-shared .client .list li:first-child {
          border-top: 1px solid rgba(60, 104, 199, 0.15); }
        .overview-shared .client .list li span {
          display: block;
          padding-left: 38px;
          position: relative; }
          .overview-shared .client .list li span:before {
            content: '';
            background-color: #3C68C7;
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
    .overview-shared .client .h3-tt {
      width: 450px;
      padding: 50px 0 0 50px; }
  .overview-shared .about-graphic {
    max-width: 1620px;
    margin: 0 auto;
    background-color: #f7fafb;
    border-radius: 50px;
    padding: 65px 30px 35px;
    text-align: center; }
    .overview-shared .about-graphic img {
      max-width: 918px; }
    @media screen and (max-width: 1820px) {
      .overview-shared .about-graphic {
        margin-left: 50px;
        margin-right: 50px; } }
    @media screen and (max-width: 1500px) {
      .overview-shared .about-graphic {
        margin-left: 0px;
        margin-right: 0px; } }
    @media screen and (max-width: 1360px) {
      .overview-shared .about-graphic {
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .overview-shared .about-graphic {
        margin: 0 10px 10px;
        border-radius: 20px;
        padding: 5px 0px 0px; } }
  .overview-shared .concept {
    position: relative;
    margin: 0px 50px 0;
    z-index: 1;
    padding: 80px 0 36px; }
    .overview-shared .concept:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(50% - 490px);
      right: 0;
      top: 0;
      z-index: -1;
      border-radius: 50px;
      background-color: #f7fafb; }
      @media screen and (max-width: 1360px) {
        .overview-shared .concept:before {
          right: 30px;
          left: 30px; } }
    .overview-shared .concept .h3-tt {
      padding-bottom: 18px; }
    .overview-shared .concept .graphic {
      text-align: center;
      position: relative;
      margin-left: calc(50% - 270px); }
      .overview-shared .concept .graphic .photo img {
        max-width: 977px; }
      @media screen and (max-width: 1600px) {
        .overview-shared .concept .graphic {
          padding: 0 30px;
          margin-left: calc(50% - 490px); } }
      @media screen and (max-width: 1360px) {
        .overview-shared .concept .graphic {
          margin-left: 0px; } }
    @media screen and (max-width: 1500px) {
      .overview-shared .concept {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .overview-shared .concept {
        padding: 0 0 7px; }
        .overview-shared .concept .wrap {
          padding: 0; }
        .overview-shared .concept:before {
          display: none; }
        .overview-shared .concept .h3-tt {
          padding-right: 0; }
        .overview-shared .concept .graphic {
          margin: 0 10px;
          padding: 0; }
          .overview-shared .concept .graphic .photo {
            background-color: #f7fafb;
            border-radius: 20px;
            padding: 40px 10px 32px;
            margin-bottom: 15px; }
          .overview-shared .concept .graphic .btn-pop {
            padding: 0; } }
  @media screen and (max-width: 1500px) {
    .overview-shared {
      padding: 0 30px; }
      .overview-shared .wrap {
        max-width: 100%; }
      .overview-shared .box {
        padding-left: 30px;
        padding-right: 30px; }
      .overview-shared .client:before {
        right: 0px; }
      .overview-shared .client .list {
        margin-right: 30px; }
      .overview-shared .client .h3-tt {
        padding-left: 30px; } }
  @media screen and (max-width: 1360px) {
    .overview-shared .box {
      padding-left: 0;
      padding-right: 0; }
    .overview-shared .client {
      padding-left: 30px;
      padding-right: 30px; }
      .overview-shared .client:before {
        right: 30px;
        left: 30px; }
      .overview-shared .client .h3-tt {
        padding-left: 0;
        width: 380px; }
      .overview-shared .client .list {
        width: calc(100% - 420px);
        margin-right: 0px; }
        .overview-shared .client .list li {
          font-size: 14px;
          line-height: 24px;
          padding: 23px 0 26px;
          letter-spacing: 0; }
          .overview-shared .client .list li span {
            padding-left: 28px; } }
  @media screen and (max-width: 999px) {
    .overview-shared .lead .wrap {
      display: block; }
    .overview-shared .lead .txt {
      width: auto !important;
      max-width: 100%; }
    .overview-shared .client {
      padding: 0; }
      .overview-shared .client:before {
        display: none; }
      .overview-shared .client .wrap {
        display: block; }
      .overview-shared .client .h3-tt {
        width: auto;
        padding-bottom: 30px; }
      .overview-shared .client .list {
        max-width: 100%;
        width: auto;
        border-radius: 20px;
        background-color: #f7fafb;
        padding: 50px 30px; } }
  @media screen and (max-width: 767px) {
    .overview-shared {
      padding: 0 15px;
      margin-bottom: 60px; }
      .overview-shared .box {
        padding: 50px 0 30px;
        border-radius: 10px; }
      .overview-shared .lead {
        padding: 0 20px 50px;
        margin: 0; }
        .overview-shared .lead .txt {
          padding: 0; }
        .overview-shared .lead.lead_about .h2-tt span {
          letter-spacing: 0.04em; }
      .overview-shared .client .h3-tt {
        padding: 40px 15px 20px; }
      .overview-shared .client .wrap {
        padding: 0; }
      .overview-shared .client .list {
        margin: 0 10px;
        padding: 30px 10px; }
        .overview-shared .client .list li {
          font-size: 14px;
          line-height: 24px; }
          .overview-shared .client .list li span {
            padding-left: 17px; } }

.ceo-shared {
  padding: 50px 0 195px;
  position: relative; }
  .ceo-shared:before {
    content: '';
    background: url("../img/about/ceo_decor.png") no-repeat 0 0/100%;
    width: 581px;
    height: 721px;
    position: absolute;
    bottom: -158px;
    right: calc(50% + -130px); }
  .ceo-shared .photo {
    width: 800px;
    position: absolute;
    top: 0;
    left: calc(50% - 895px); }
  .ceo-shared .info {
    margin-left: calc(50% - 74px);
    padding: 102px 0 0; }
    .ceo-shared .info .txt {
      padding: 20px 0 28px;
      font-size: 15px;
      line-height: 30px; }
      .ceo-shared .info .txt p:not(:last-child) {
        padding-bottom: 30px; }
    .ceo-shared .info .profile {
      justify-content: flex-end;
      align-items: center;
      gap: 25px;
      padding: 0 7px 0 0; }
      .ceo-shared .info .profile dt {
        letter-spacing: 0.05em;
        font-weight: 600; }
        .ceo-shared .info .profile dt span {
          color: #03567F;
          font-size: 20px;
          letter-spacing: 0.04em;
          position: relative;
          display: flex;
          gap: 10px;
          align-items: center; }
          .ceo-shared .info .profile dt span:after {
            content: '';
            background: url("../img/about/ico.svg") no-repeat 0 0/100%;
            width: 15px;
            height: 15px; }
      .ceo-shared .info .profile dd {
        width: 243px; }
  @media screen and (max-width: 1360px) {
    .ceo-shared .photo {
      left: -200px; }
    .ceo-shared .info {
      margin-left: 530px; } }
  @media screen and (max-width: 999px) {
    .ceo-shared .photo {
      left: -200px; }
    .ceo-shared .h2-tt {
      font-size: 65px;
      position: absolute;
      top: 430px;
      left: 350px; }
      .ceo-shared .h2-tt .fnt-Montserrat {
        line-height: 1.26;
        display: inline-block; }
      .ceo-shared .h2-tt .sp {
        display: block !important; }
    .ceo-shared .info {
      margin-left: 0;
      padding: 730px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .ceo-shared {
      padding: 0px 0 200px;
      margin: -20px 0 0 0; }
      .ceo-shared:before {
        content: '';
        background: url("../img/about/ceo_decor.png") no-repeat 0 0/100%;
        width: 350px;
        height: 721px;
        position: absolute;
        bottom: -445px;
        right: -122px;
        z-index: 3; }
      .ceo-shared .photo {
        width: 350px;
        left: -90px; }
      .ceo-shared .h2-tt {
        top: 194px;
        left: 144px;
        font-size: 40px;
        margin-bottom: -5px; }
      .ceo-shared .info {
        padding: 320px 0 0; }
        .ceo-shared .info .txt {
          font-size: 13px;
          line-height: 26px;
          padding-bottom: 35px; }
          .ceo-shared .info .txt p:not(:last-child) {
            padding-bottom: 26px; }
        .ceo-shared .info .profile {
          justify-content: flex-start;
          padding: 0;
          gap: 18px; }
          .ceo-shared .info .profile dt {
            font-size: 12px;
            line-height: 26px; }
            .ceo-shared .info .profile dt span {
              font-size: 14px;
              gap: 7px; }
              .ceo-shared .info .profile dt span:after {
                width: 11px;
                height: 11px; }
          .ceo-shared .info .profile dd {
            width: 170px; } }

.outline-shared {
  padding: 0 50px;
  margin-bottom: 30px; }
  .outline-shared .tbl-info {
    max-width: 665px;
    width: calc(100% - 370px);
    padding: 20px 0 0; }
    .outline-shared .tbl-info dl {
      display: table;
      width: 100%;
      border-bottom: 1px solid #8D8D8D; }
      .outline-shared .tbl-info dl:nth-child(1) {
        border-top: 1px solid #8D8D8D; }
      .outline-shared .tbl-info dl dt, .outline-shared .tbl-info dl dd {
        display: table-cell;
        padding: 25px 0; }
      .outline-shared .tbl-info dl dt {
        width: 176px;
        font-weight: 600; }
    .outline-shared .tbl-info .link li {
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0; }
      .outline-shared .tbl-info .link li:not(:last-child) {
        padding-bottom: 10px; }
      .outline-shared .tbl-info .link li a {
        background: url("../img/about/arow.svg") no-repeat right center/23px;
        display: inline-block;
        padding: 0 33px 0 0; }
        .outline-shared .tbl-info .link li a:hover {
          opacity: 0.8; }
  @media screen and (max-width: 1500px) {
    .outline-shared {
      padding: 0 30px; } }
  @media screen and (max-width: 999px) {
    .outline-shared .tbl-info {
      max-width: 100%;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .outline-shared {
      padding-left: 15px;
      padding-right: 15px; }
      .outline-shared .wrap {
        display: block;
        padding: 0 20px 60px; }
      .outline-shared .tbl-info {
        width: 100%; }
        .outline-shared .tbl-info dl {
          display: block;
          font-size: 14px;
          line-height: 26px;
          padding: 22px 0; }
          .outline-shared .tbl-info dl dt, .outline-shared .tbl-info dl dd {
            display: block;
            width: auto;
            padding: 0; }
        .outline-shared .tbl-info .link li {
          padding-bottom: 15px; }
          .outline-shared .tbl-info .link li a {
            font-size: 14px;
            background-size: 20px;
            padding-right: 30px; } }

.service-shared {
  padding: 50px 0; }
  .service-shared .group {
    gap: 65px 0;
    padding: 0 50px; }
    @media screen and (max-width: 1360px) {
      .service-shared .group {
        padding: 0 30px; } }
    @media screen and (max-width: 999px) {
      .service-shared .group {
        padding: 0 20px; } }
    .service-shared .group .item {
      width: calc(50% - 20px); }
      .service-shared .group .item .photo {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px; }
      .service-shared .group .item dl dt {
        color: #03567F;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0.1em;
        font-weight: 600;
        padding: 40px 0 15px; }
      @media screen and (max-width: 1080px) {
        .service-shared .group .item {
          width: calc(50% - 15px); } }
      @media screen and (max-width: 999px) {
        .service-shared .group .item {
          width: calc(50% - 10px); }
          .service-shared .group .item dl dt {
            white-space: nowrap;
            font-size: 19px;
            padding: 20px 0 10px; } }
      @media screen and (max-width: 767px) {
        .service-shared .group .item {
          width: 100%; }
          .service-shared .group .item dl dt {
            font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .service-shared {
      padding: 0; }
      .service-shared .group {
        gap: 45px 0; }
        .service-shared .group .item {
          font-size: 13px;
          line-height: 26px; }
          .service-shared .group .item dl dt {
            font-size: 16px;
            padding: 15px 0 8px;
            line-height: 26px; }
          .service-shared .group .item .photo {
            padding: 6px; }
          .service-shared .group .item.ext dt {
            letter-spacing: -0.04em; } }

.media-shared {
  position: relative;
  padding: 50px 0; }
  .media-shared .txt {
    position: absolute;
    left: 315px;
    top: 95px;
    right: 30px; }
  .media-shared .graphic {
    border-radius: 10px;
    margin: 0 50px 40px;
    padding: 27px 20px;
    text-align: center;
    background-color: #fff; }
    .media-shared .graphic:last-child {
      margin-bottom: 0 !important; }
    .media-shared .graphic .info {
      max-width: 1010px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      text-align: left;
      padding: 32px 0;
      align-items: center;
      line-height: 32px; }
      .media-shared .graphic .info dd {
        max-width: 520px;
        width: calc(100% - 450px); }
      .media-shared .graphic .info dt {
        width: 460px;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0.04em;
        color: #03567F;
        font-weight: 600; }
      @media screen and (max-width: 999px) {
        .media-shared .graphic .info {
          display: block;
          padding-left: 10px;
          padding-right: 10px; }
          .media-shared .graphic .info dd {
            max-width: 100%;
            width: auto; }
          .media-shared .graphic .info dt {
            width: auto;
            padding-bottom: 20px; } }
    .media-shared .graphic .photo {
      max-width: 1030px;
      margin: 0 auto; }
      .media-shared .graphic .photo.ext {
        max-width: 992px; }
    .media-shared .graphic.grap_ext {
      padding: 25px 20px 40px; }
    @media screen and (max-width: 1360px) {
      .media-shared .graphic {
        margin-left: 30px;
        margin-right: 30px; } }
    @media screen and (max-width: 999px) {
      .media-shared .graphic {
        margin-left: 20px;
        margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .media-shared {
      padding-bottom: 30px; }
      .media-shared .txt {
        position: static;
        padding: 0px 20px 15px; }
      .media-shared .graphic {
        padding: 10px 0 0;
        margin-bottom: 15px; }
        .media-shared .graphic.grap_ext {
          padding: 10px 0 40px;
          margin-bottom: 20px; }
          .media-shared .graphic.grap_ext .info {
            padding: 25px 15px 20px;
            font-size: 13px;
            line-height: 26px; }
            .media-shared .graphic.grap_ext .info dt {
              font-size: 16px;
              line-height: 26px;
              padding-bottom: 7px; }
          .media-shared .graphic.grap_ext .photo {
            margin-bottom: 13px; }
          .media-shared .graphic.grap_ext .btn-pop {
            padding: 0 15px; } }

.remodal {
  padding: 70px 0; }

.pop_img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .pop_img .photo {
    overflow: scroll;
    padding: 10px 0; }
  .pop_img img {
    width: 1000px; }

.stregth-shared {
  padding: 50px 0; }
  .stregth-shared .wrap {
    padding-top: 130px;
    border-top: 1px solid rgba(141, 141, 141, 0.15); }
  .stregth-shared .group .item {
    border-bottom: 1px solid rgba(60, 104, 199, 0.3); }
    .stregth-shared .group .item:last-child {
      border-bottom: none; }
    .stregth-shared .group .item dl {
      justify-content: space-between;
      align-items: center;
      display: flex;
      padding: 75px 43px 78px 50px;
      letter-spacing: 0.04em; }
      .stregth-shared .group .item dl dt {
        display: flex;
        align-items: center;
        font-size: 30px;
        line-height: 46px;
        font-weight: 600;
        width: 500px; }
        .stregth-shared .group .item dl dt span {
          width: 117px;
          font-family: "Montserrat", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-size: 68px;
          line-height: 1;
          background: #03567F;
          background: linear-gradient(180deg, #03567f 0%, #3c68c7 50%, #8bd2eb 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .stregth-shared .group .item dl dd {
        max-width: 615px;
        width: calc(100% - 510px); }
    .stregth-shared .group .item:first-child dl {
      padding-top: 15px; }
  @media screen and (max-width: 1360px) {
    .stregth-shared .group .item dl {
      padding-left: 20px;
      padding-right: 0px; } }
  @media screen and (max-width: 999px) {
    .stregth-shared .group .item dl {
      flex-wrap: wrap;
      gap: 20px 0;
      padding-left: 0; }
      .stregth-shared .group .item dl dt, .stregth-shared .group .item dl dd {
        width: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .stregth-shared {
      padding: 25px 0; }
      .stregth-shared .wrap {
        padding: 98px 15px 0; }
      .stregth-shared .group .item dl {
        gap: 13px 0;
        padding: 20px 0 20px !important; }
        .stregth-shared .group .item dl dt {
          display: block;
          font-size: 26px;
          line-height: 40px;
          padding-bottom: 1px;
          letter-spacing: 0.08em; }
          .stregth-shared .group .item dl dt span {
            font-size: 60px;
            display: block;
            margin-bottom: 12px; } }

.flow-shared {
  padding: 30px 50px 50px; }
  .flow-shared .box {
    position: relative;
    padding: 100px 0 120px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    z-index: 1; }
  .flow-shared .group {
    gap: 20px;
    flex-wrap: nowrap;
    padding: 0 50px; }
    @media screen and (max-width: 1360px) {
      .flow-shared .group {
        padding: 0 30px; } }
    .flow-shared .group .item {
      width: 200px;
      line-height: 29px;
      position: relative; }
      .flow-shared .group .item:not(:last-child):after {
        content: '';
        position: absolute;
        border-right: 1px solid #c7d1ee;
        border-bottom: 1px solid #c7d1ee;
        width: 6px;
        height: 6px;
        right: 0px;
        top: 25px;
        transform: rotate(-45deg); }
      .flow-shared .group .item:not(:last-child):before {
        content: '';
        position: absolute;
        top: 28px;
        right: 0;
        left: 100px;
        border-top: 1px solid #c7d1ee; }
      .flow-shared .group .item img {
        width: 55px;
        height: auto; }
      .flow-shared .group .item dt span {
        display: block;
        white-space: nowrap;
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.08em;
        font-weight: 600;
        color: #03567F;
        padding: 20px 0 20px; }
  @media screen and (max-width: 1500px) {
    .flow-shared {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1420px) {
    .flow-shared .wrap {
      max-width: 100%;
      padding: 0 30px; }
    .flow-shared .group {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1280px) {
    .flow-shared .group {
      padding-left: 0;
      padding-right: 0;
      gap: 15px; } }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .flow-shared .flow-frame {
      overflow-y: scroll;
      padding-bottom: 20px; }
    .flow-shared .group {
      width: 1200px; } }
  @media screen and (max-width: 767px) {
    .flow-shared {
      padding: 50px 15px; }
      .flow-shared .box {
        padding: 50px 0 20px;
        border-radius: 10px; }
      .flow-shared .wrap {
        padding: 0 10px 0 20px; }
      .flow-shared .group {
        gap: 45px 0;
        flex-wrap: wrap;
        padding: 40px 0px 15px; }
        .flow-shared .group .item {
          width: 100%;
          line-height: 26px;
          font-size: 14px;
          min-height: 200px;
          padding: 0 0 0 78px; }
          .flow-shared .group .item:not(:last-child):after {
            right: auto;
            top: auto;
            bottom: -5px;
            left: 21px;
            transform: rotate(45deg); }
          .flow-shared .group .item:not(:last-child):before {
            top: 60px;
            left: 24px;
            bottom: -5px;
            right: auto;
            border: none;
            border-left: 1px solid #c7d1ee; }
          .flow-shared .group .item img {
            width: 50px;
            height: auto;
            position: absolute;
            top: 7px;
            left: 0; }
            .flow-shared .group .item img.ext1 {
              top: -10px; }
            .flow-shared .group .item img.ext2 {
              top: 3px; }
          .flow-shared .group .item dt {
            margin-bottom: 25px; }
            .flow-shared .group .item dt span {
              font-size: 14px;
              line-height: 28px;
              letter-spacing: 0.08em;
              padding: 0; } }

.faq-shared {
  padding: 100px 0px 0; }
  .faq-shared .group {
    max-width: 800px;
    width: calc(100% - 200px); }
  .faq-shared .toggle {
    background-color: #fff;
    border-radius: 15px;
    padding: 0 30px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05); }
  .faq-shared .toggle-link {
    position: relative;
    padding: 28px 50px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600; }
    .faq-shared .toggle-link:after {
      content: '';
      position: absolute;
      right: -0px;
      top: 30px;
      width: 17px;
      height: 30px;
      z-index: 1;
      background: url("../img/shared/arow_tog.svg") no-repeat center/100%; }
    .faq-shared .toggle-link:before {
      content: 'Q';
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 34px;
      color: #03567F;
      position: absolute;
      top: 25px;
      left: 0; }
  .faq-shared .txt {
    padding: 0 30px 30px 50px; }
  .faq-shared .active .toggle-link:after {
    transform: rotate(180deg); }
  @media screen and (max-width: 999px) {
    .faq-shared .wrap {
      gap: 25px 0; }
    .faq-shared .group {
      max-width: 100%;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .faq-shared {
      padding: 50px 0 0; }
      .faq-shared .toggle {
        border-radius: 10px;
        padding: 0 20px;
        margin-bottom: 28px; }
      .faq-shared .toggle-link {
        padding: 18px 5px 18px 27px;
        font-size: 15px;
        line-height: 26px; }
        .faq-shared .toggle-link:after {
          right: -5px;
          top: 14px;
          width: 15px;
          height: 30px; }
        .faq-shared .toggle-link:before {
          font-size: 20px;
          top: 17px;
          left: -6px; }
      .faq-shared .txt {
        padding: 0 0px 22px 0px;
        font-size: 13px;
        line-height: 26px;
        line-height: 26px; } }

.brandlist-shared {
  padding: 75px 50px; }
  @media screen and (max-width: 1500px) {
    .brandlist-shared {
      padding-left: 30px;
      padding-right: 30px; } }
  .brandlist-shared .frame-shared {
    margin-top: 30px;
    padding: 60px 0 60px; }
  .brandlist-shared .slick-dots {
    padding: 0;
    justify-content: space-between;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 536px; }
    .brandlist-shared .slick-dots li {
      border: none;
      width: 384px;
      height: 216px;
      border-radius: 0; }
      .brandlist-shared .slick-dots li button {
        text-indent: -999px;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: none;
        background-image: url("../img/brand/brand_thumb1.jpg");
        background-size: cover;
        background-position: center; }
      .brandlist-shared .slick-dots li:nth-child(2) button {
        background-image: url("../img/brand/brand_thumb2.jpg"); }
      .brandlist-shared .slick-dots li:nth-child(3) button {
        background-image: url("../img/brand/brand_thumb3.jpg"); }
      .brandlist-shared .slick-dots li.slick-active button {
        opacity: 0.8; }
  .brandlist-shared .brand .inner {
    padding: 0 50px; }
  .brandlist-shared .brand .photo {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.07);
    height: 506px;
	max-width:900px;
    margin: 0 auto;
    margin-bottom: 251px; }
  .brandlist-shared .brand .info {
    padding: 20px 0  0 123px;
    line-height: 32px; }
    .brandlist-shared .brand .info h3 {
      font-size: 22px;
      line-height: 44px;
      color: #03567F;
      font-weight: 600;
      position: relative;
      padding-bottom: 22px; }
      .brandlist-shared .brand .info h3 span {
        color: #000;
        font-size: 17px;
        letter-spacing: 0.04em;
        position: absolute;
        top: 0px;
        left: -122px; }
    .brandlist-shared .brand .info .link {
      text-align: left;
      color: #8D8D8D;
      letter-spacing: 0.04em; }
      .brandlist-shared .brand .info .link a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 999px) {
      .brandlist-shared .brand .info {
        padding-left: 0; }
        .brandlist-shared .brand .info h3 span {
          position: static;
          display: block; } }
  @media screen and (max-width: 1360px) {
    .brandlist-shared .wrap {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 999px) {
    .brandlist-shared .brand .inner {
      padding: 0 30px; }
    .brandlist-shared .slick-dots {
      left: 30px;
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .brandlist-shared {
      padding: 40px 15px; }
      .brandlist-shared .frame-shared {
        margin-top: 10px;
        padding: 20px 0 40px; }
      .brandlist-shared .brand .photo {
        height: auto;
        border-radius: 20px;
        box-shadow: none;
        margin-bottom: 0px; }
      .brandlist-shared .brand .inner {
        padding: 0 20px; }
      .brandlist-shared .brand .info {
        font-size: 13px;
        line-height: 26px;
        padding: 44px 0 0; }
        .brandlist-shared .brand .info h3 {
          font-size: 16px;
          line-height: 26px;
          padding-bottom: 18px; }
          .brandlist-shared .brand .info h3 span {
            font-size: 15px;
            padding-bottom: 8px; }
      .brandlist-shared .slick-dots {
        justify-content: flex-end;
        gap: 10px;
        left: 20px;
        right: 20px;
        top: calc(250px); }
        .brandlist-shared .slick-dots li {
          width: 10px;
          height: 10px; }
          .brandlist-shared .slick-dots li button {
            background-image: none !important;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 1px solid #8D8D8D; } }

#detail {
  padding: 200px 0 0; }
  #detail h1 {
    font-size: 22px;
    letter-spacing: 0.08em;
    align-items: center;
    font-weight: 600;
    gap: 23px;
    display: flex;
    line-height: 1.6;
    margin-bottom: 20px; }
    #detail h1 .t1 {
      font-size: 64px;
      letter-spacing: 0.04em; }
  #detail .box {
    border-radius: 20px;
    padding: 100px 50px 140px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 1360px) {
      #detail .box {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 999px) {
      #detail .box {
        padding-top: 50px;
        padding-bottom: 80px; } }
  #detail .lead {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px; }
    #detail .lead .info {
      width: calc(100% - 430px);
      order: -1; }
      #detail .lead .info h2 {
        font-size: 37px;
        font-weight: 600;
        line-height: 1.94594;
        padding: 10px 0 20px; }
      #detail .lead .info .date {
        color: #8D8D8D;
        font-size: 20px;
        letter-spacing: 0.04em; }
      #detail .lead .info .cate a {
        display: inline-block;
        background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
        color: #fff;
        font-size: 18px;
        border-radius: 24px;
        font-weight: 600;
        padding: 0 40px;
        line-height: 47px;
        position: relative;
        font-size: 18px;
        letter-spacing: 0.08em; }
        #detail .lead .info .cate a:hover {
          opacity: 0.8; }
    #detail .lead .photo {
      border-radius: 20px;
      overflow: hidden;
      height: 224px;
      width: 406px; }
    @media screen and (max-width: 1200px) {
      #detail .lead .photo {
        width: 310px;
        height: 180px; }
      #detail .lead .info {
        width: calc(100% - 340px); } }
    @media screen and (max-width: 999px) {
      #detail .lead {
        display: block; }
        #detail .lead .photo {
          height: 224px;
          width: 406px; }
        #detail .lead .info {
          width: auto;
          padding-top: 30px; } }
  #detail .bnr-back {
    margin: 0 auto;
    max-width: 316px; }
    #detail .bnr-back a {
      text-align: center;
      font-size: 18px;
      background-color: #CDDDE5;
      color: #03567F;
      line-height: 73px; }
      #detail .bnr-back a:before {
        display: none; }
  #detail .content {
    font-size: 18px;
    line-height: 43px;
    padding-bottom: 70px; }
    #detail .content img {
      max-width: 100%;
      width: auto; }
    #detail .content h2 {
      font-size: 30px;
      line-height: 2.0666;
      color: #03567F;
      font-weight: 600;
      border-bottom: 2px dashed;
      margin-bottom: 30px;
      padding-bottom: 6px; }
    #detail .content h3 {
      color: #03567F;
      font-weight: 600;
      font-size: 26px;
      letter-spacing: 0.08em;
      line-height: 2.3846153;
      padding-bottom: 10px; }
    #detail .content a {
      color: #0071BC;
      text-decoration: underline; }
      #detail .content a:hover {
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    #detail {
      padding: 60px 0 10px; }
      #detail h1 {
        font-size: 15px;
        gap: 10px;
        margin-bottom: 10px; }
        #detail h1 .t1 {
          font-size: 31px; }
      #detail .box {
        padding: 40px 15px 55px; }
      #detail .lead .photo {
        width: 100%;
        padding-top: 55%;
        height: auto; }
      #detail .lead .info {
        width: auto;
        padding: 28px 0 0; }
        #detail .lead .info h2 {
          font-size: 22px;
          line-height: 36px;
          padding: 6px 0 0px; }
        #detail .lead .info .date {
          font-size: 14px; }
        #detail .lead .info .cate a {
          font-size: 13px;
          line-height: 28px;
          padding: 0 15px; }
      #detail .content {
        font-size: 15px;
        line-height: 36px;
        padding: 0 0 40px; }
        #detail .content h2 {
          font-size: 21px;
          line-height: 47px;
          padding-bottom: 0px;
          margin-bottom: 20px; }
        #detail .content h3 {
          font-size: 19px;
          padding-bottom: 3px; }
      #detail .bnr-back {
        max-width: 268px; }
        #detail .bnr-back a {
          line-height: 62px; } }

#other_news {
  padding: 50px 0; }
  #other_news .h3-tt {
    border: none;
    padding-left: 0 !important; }
  @media screen and (max-width: 767px) {
    #other_news {
      padding: 20px 0; }
      #other_news .blog-shared {
        padding-top: 10px; } }

.page404 {
  text-align: center;
  padding: 150px 0; }
  .page404 .txt-note {
    padding-bottom: 30px; }
  .page404 .btn-home {
    max-width: 300px;
    margin: 0 auto; }
    .page404 .btn-home a {
      position: relative;
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #000;
      color: #fff;
      margin: 0 auto;
      padding: 14px;
      max-width: 300px;
      font-weight: bold;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.1em; }
      .page404 .btn-home a:hover {
        opacity: 0.8; }
      .page404 .btn-home a:before {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: block;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent; }
