@charset "UTF-8";
/* CSS Document */
/*============================================
responsive
============================================*/
/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
main section {
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    main section {
      padding: 50px 0; } }
  main section .inner {
    width: 100%;
    max-width: 1280px; }
    @media screen and (max-width: 767px) {
      main section .inner {
        width: 90%; } }
    main section .inner p.text {
      color: var(--txt-bk, #292929);
      font-family: "Noto Sans JP", sans-serif;
      font-size: clamp(16px, 2vw, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: 210%;
      /* 37.8px */
      letter-spacing: 1.08px; }

/*--------------------------------------------
	.more_btn
--------------------------------------------*/
.more_btn {
  width: 400px;
  height: 70px; }
  .more_btn a {
    transition: all 0.3s ease 0s;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
    background: none !important;
    position: relative;
    display: table !important;
    height: auto;
    width: auto;
    max-width: inherit;
    color: #292929;
    font-family: "Source Han Sans JP", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.44px; }
    .more_btn a::before {
      content: "";
      display: inline-block;
      background: url("../image/common/ic.png") no-repeat center/contain;
      width: 9px;
      height: 9px;
      margin-right: 1em;
      transition: all 0.3s ease 0s;
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: auto;
      right: 0;
      width: 100%;
      height: 1px;
      transition: all 0.3s ease-in-out; }
    .more_btn a:hover {
      color: #fff;
      background-color: #005bac;
      border: 1px solid #005bac; }
      .more_btn a:hover::before {
        background: url("../image/common/ic_hover.png") no-repeat center/contain; }
      .more_btn a:hover::after {
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%; }
      .more_btn a:hover span {
        color: #383838; }
        .more_btn a:hover span::after {
          right: 15px;
          border-top: 1px solid #383838 !important;
          border-right: 1px solid #383838 !important; }
        .more_btn a:hover span::before {
          background-color: #fff;
          border: 1px solid #383838; }
    .more_btn a::after {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: auto;
      right: 0;
      width: 100%;
      height: 1px;
      transition: all 0.3s ease-in-out;
      width: 0;
      background: #000;
      color: #000 !important; }
    .more_btn a span {
      margin-left: 10px; }
      .more_btn a span::after {
        content: "";
        position: absolute !important;
        top: 10px !important;
        left: -22px !important;
        width: 6px !important;
        height: 6px !important;
        border-top: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        transform: rotate(45deg) !important;
        transition: all 0.3s; }
      .more_btn a span::before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        width: 24px;
        height: 24px;
        background-color: #383838;
        border: 1px solid #383838;
        border-radius: 50%;
        transition: all 0.3s; }

/*-------------------------------------------------------------
	page-title
-------------------------------------------------------------*/
.page-title {
  background-color: #f5f5f5;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .page-title {
      padding-top: 70px; } }
  .page-title .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 72px; }
    @media screen and (max-width: 767px) {
      .page-title .inner {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 30px; } }
  .page-title h1, .page-title .und-page_hl {
    color: var(--txt-bk, #292929);
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(24px, 5vw, 45px);
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    /* 58.5px */
    letter-spacing: 5.4px;
    margin-bottom: 10px; }
    .page-title h1 + p, .page-title .und-page_hl + p {
      color: var(--txt-gray, #9f9f9f);
      font-family: "Roboto", sans-serif;
      font-size: clamp(14px, 2vw, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 21.6px */
      letter-spacing: 1.62px;
      text-transform: uppercase; }
  .page-title .breadcrumbs {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .page-title .breadcrumbs {
        margin: 0 20px;
        flex-wrap: nowrap;
        text-align: left;
        text-shadow: 1px 1px 0px #fff;
        position: relative;
        z-index: 1;
        margin-top: 5px;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        display: block;
        margin-top: 0;
        margin-bottom: 25px; } }
    .page-title .breadcrumbs > span {
      color: var(--txt-bk, #292929);
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      /* 22.4px */
      letter-spacing: 1.68px;
      text-transform: uppercase;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .page-title .breadcrumbs > span {
          font-size: 1.1rem; } }
      .page-title .breadcrumbs > span:not(:last-of-type)::after {
        content: ">";
        display: inline-block;
        color: #868686;
        margin-left: 20px; }
        @media screen and (max-width: 767px) {
          .page-title .breadcrumbs > span:not(:last-of-type)::after {
            margin-left: 10px; } }
      .page-title .breadcrumbs > span:not(:last-of-type) a span {
        color: var(--txt-gray, #9f9f9f);
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        letter-spacing: 1.68px;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .page-title .breadcrumbs > span:not(:last-of-type) a span {
            font-size: 1.1rem; } }
      @media screen and (max-width: 767px) {
        .page-title .breadcrumbs > span {
          margin-left: 10px;
          margin-right: 10px; } }
      .page-title .breadcrumbs > span:first-of-type {
        margin-left: 0; }
    .page-title .breadcrumbs span a {
      font-size: 1.4rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .page-title .breadcrumbs span a {
          font-size: 1.1rem; } }

/*-------------------------------------------------------------
	hl
-------------------------------------------------------------*/
.hl_01 {
  color: var(--txt-bk, #292929);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 49.5px */
  letter-spacing: 1.98px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 75px;
  font-size: clamp(20px, 4vw, 33px); }
  @media screen and (max-width: 767px) {
    .hl_01 {
      padding-bottom: 20px;
      margin-bottom: 38px; } }
  .hl_01::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    background-color: #005bac;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 23px; }
  .hl_01::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 23px; }
.hl_02 {
  color: var(--txt-bk, #292929);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 3.5vw, 33px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 49.5px */
  letter-spacing: 1.98px;
  margin-bottom: 20px; }
  .hl_02 + p {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    color: var(--color-blue, #005bac);
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 2.5vw, 18px);
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 27px */
    letter-spacing: 1.62px; }
    @media screen and (max-width: 767px) {
      .hl_02 + p {
        margin-bottom: 20px; } }
    .hl_02 + p::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 1px;
      background: var(--color-blue, #005bac);
      margin-right: 10px; }
.hl_03 {
  color: var(--txt-bk, #292929);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
  /* 37.8px */
  letter-spacing: 2.52px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0; }
  .hl_03 span {
    padding: 0;
    position: absolute;
    left: 0;
    top: -50px;
    color: var(--line-1, #f1f1f1);
    leading-trim: both;
    text-edge: cap;
    font-family: "Roboto", sans-serif;
    font-size: 9rem;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -5px;
    z-index: -1; }

/*-------------------------------------------------------------
	.assignment
-------------------------------------------------------------*/
.assignment {
  background-image: url("../image/subpage/bg_assignment.jpg");
  background-size: cover; }
  .assignment__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      .assignment__box {
        gap: 20px; } }
    .assignment__box__item {
      width: calc(100% / 2 - 25px);
      border-radius: 10px;
      background: #fcfcfc;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
      padding: 35px 40px 30px 40px; }
      @media screen and (max-width: 767px) {
        .assignment__box__item {
          width: auto;
          padding: 30px; } }
      .assignment__box__item h3 {
        color: var(--txt-bk, #292929);
        font-family: "Noto Sans JP", sans-serif;
        font-size: clamp(18px, 3vw, 20px);
        font-style: normal;
        font-weight: 900;
        line-height: 155%;
        /* 31px */
        letter-spacing: 1.8px;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .assignment__box__item h3 {
            margin-bottom: 15px; } }
      .assignment__box__item > ul {
        gap: 10px; }
        .assignment__box__item > ul li {
          color: var(--txt-bk, #292929);
          /* txt/15px/180%/6% */
          font-family: "Noto Sans JP", sans-serif;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 400;
          line-height: 180%;
          /* 27px */
          letter-spacing: 0.9px; }
          .assignment__box__item > ul li::before {
            content: "・";
            display: inline-block;
            color: #ccc; }
      .assignment__box__item p {
        color: var(--txt-bk, #292929);
        /* txt/15px/180%/6% */
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 27px */
        letter-spacing: 0.9px; }

/*-------------------------------------------------------------
	.reason
-------------------------------------------------------------*/
.reason__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px; }
  @media screen and (max-width: 767px) {
    .reason__box {
      gap: 40px;
      display: block; } }
  .reason__box__item:first-child {
    width: 330px;
    border-radius: 10px;
    background: url(<path-to-image>) lightgray -147.129px 0px/153.754% 100% no-repeat;
    box-shadow: 15px 15px 0 0 var(--bg-f5, #f5f5f5);
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .reason__box__item:first-child {
        width: auto;
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .reason__box__item:first-child img {
        object-fit: cover;
        height: 200px;
        object-position: 0 -60px; } }
  .reason__box__item:last-child {
    width: calc(100% - 330px); }
    @media screen and (max-width: 767px) {
      .reason__box__item:last-child {
        width: auto; } }
.reason li:not(:first-child) {
  margin-top: 105px; }
  @media screen and (max-width: 767px) {
    .reason li:not(:first-child) {
      margin-top: 50px; } }
.reason li:nth-child(even) {
  flex-direction: row-reverse; }

/*--------------------------------------------
	.case-study
--------------------------------------------*/
.case-study {
  background-color: #f5f5f5;
  padding: 105px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .case-study {
      background-color: #f6f5ed;
      padding: 40px 0; } }
  .case-study .headline {
    margin-bottom: 75px; }
  .case-study h2 {
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .case-study h2 {
        line-height: 1; } }
  .case-study ul.link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .case-study ul.link_list li {
      width: 400px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .case-study ul.link_list li {
          width: calc(100% / 2 - 5px);
          max-width: inherit;
          margin-bottom: 20px; } }
    .case-study ul.link_list .img_wrap {
      width: 400px;
      height: 230px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .case-study ul.link_list .img_wrap {
          max-width: inherit;
          width: auto;
          height: auto;
          margin-bottom: 10px; } }
      .case-study ul.link_list .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          .case-study ul.link_list .img_wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0 auto;
            display: block; } }
      @media screen and (max-width: 767px) {
        .case-study ul.link_list .img_wrap a {
          display: block; } }
    .case-study ul.link_list .text {
      position: relative;
      border-left: 1px solid #e1dfdf;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .case-study ul.link_list .text {
          padding-left: 15px; } }
    .case-study ul.link_list h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      color: #292929;
      font-family: "Source Han Sans JP", sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.16px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .case-study ul.link_list h3 {
          font-size: 1.3rem;
          margin-bottom: 10px;
          font-weight: 500; } }
    .case-study ul.link_list p {
      font-size: 1.3rem;
      margin-bottom: 10px; }
    .case-study ul.link_list p.tag {
      font-size: 1.2rem;
      font-weight: 500;
      color: #0067b0; }
      .case-study ul.link_list p.tag::before {
        content: "";
        display: block;
        background-color: #005bac;
        width: 2px;
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 767px) {
          .case-study ul.link_list p.tag::before {
            content: "";
            display: block;
            background-color: #005bac;
            width: 2px;
            height: 12px;
            position: absolute;
            bottom: 0;
            left: 0; } }
      .case-study ul.link_list p.tag a {
        color: #0067b0;
        transition: all 0.3s ease 0s; }
        .case-study ul.link_list p.tag a:hover {
          color: #0067b0;
          opacity: 0.6; }
  .case-study .more_btn {
    margin: auto;
    width: auto;
    margin-right: 0 !important;
    margin-left: auto !important;
    display: table;
    height: auto; }
    @media screen and (max-width: 767px) {
      .case-study .more_btn {
        margin: auto !important; } }

/*--------------------------------------------
	.flow
--------------------------------------------*/
.flow {
  background-color: #f5f5f5; }
  .flow .inner {
    max-width: 840px; }
  .flow ul + ul {
    margin-top: 120px; }
    @media screen and (max-width: 767px) {
      .flow ul + ul {
        margin-top: 80px; } }
  .flow__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .flow__box {
        display: inherit; } }
    .flow__box__item:first-child {
      display: grid;
      gap: 63px;
      width: calc(100% - 400px); }
      @media screen and (max-width: 767px) {
        .flow__box__item:first-child {
          width: auto; } }
      .flow__box__item:first-child .point {
        width: 390px;
        height: 332px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 10px;
        background: #fcfcfc;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); }
        @media screen and (max-width: 767px) {
          .flow__box__item:first-child .point {
            width: auto;
            height: auto;
            padding: 40px 0;
            margin-bottom: 40px; } }
        .flow__box__item:first-child .point h3 {
          color: var(--txt-bk, #292929);
          font-family: "Noto Sans JP", sans-serif;
          font-size: 2.4rem;
          font-style: normal;
          font-weight: 900;
          line-height: 150%;
          letter-spacing: 2.16px; }
          .flow__box__item:first-child .point h3 span {
            color: #005bac;
            font-weight: 900; }
          .flow__box__item:first-child .point h3 + p {
            border-radius: 3px;
            background: #f1f1f1;
            color: var(--txt-bk, #292929);
            /* txt/15px/180%/6% */
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 400;
            line-height: 180%;
            /* 27px */
            letter-spacing: 0.9px;
            padding: 3px 10px; }
    .flow__box__item:last-child {
      width: 350px; }
      .flow__box__item:last-child ol {
        position: relative;
        z-index: 0; }
        .flow__box__item:last-child ol::before {
          content: "";
          display: inline-block;
          width: 1px;
          height: 100%;
          border-left: 1px dashed #c7c7c7;
          position: absolute;
          left: 12px;
          z-index: -1; }
        .flow__box__item:last-child ol li {
          color: var(--txt-bk, #292929);
          font-family: "Noto Sans JP", sans-serif;
          font-size: 1.8rem;
          font-style: normal;
          font-weight: 700;
          line-height: 110%;
          /* 19.8px */
          letter-spacing: 1.62px;
          padding-left: 60px;
          z-index: 0;
          position: relative; }
          .flow__box__item:last-child ol li::after {
            content: "";
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: #f5f5f5;
            position: absolute;
            left: 0;
            top: -10px;
            z-index: -1; }
          .flow__box__item:last-child ol li span {
            color: var(--color-blue, #005bac);
            font-family: "Roboto", sans-serif;
            font-size: 2.1rem;
            font-style: normal;
            font-weight: 500;
            line-height: 110%;
            /* 23.1px */
            position: absolute;
            left: 0; }
          .flow__box__item:last-child ol li:not(:first-child) {
            margin-top: 57px; }

/*--------------------------------------------
	.price
--------------------------------------------*/
.price {
  padding-top: 0; }
  .price .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    padding-top: 150px;
    border-top: 1px solid #dedede; }
    @media screen and (max-width: 767px) {
      .price .inner {
        display: inherit;
        padding-top: 60px; } }
  .price .headline {
    width: 345px; }
    @media screen and (max-width: 767px) {
      .price .headline {
        width: auto; } }
    .price .headline .hl_01 {
      text-align: left;
      width: auto; }
      .price .headline .hl_01::before, .price .headline .hl_01::after {
        left: 15px; }
  .price dl {
    width: calc(100% - 345px);
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f1f1; }
    @media screen and (max-width: 767px) {
      .price dl {
        width: auto;
        display: inherit; } }
    .price dl dt,
    .price dl dd {
      border-top: 1px solid #f1f1f1;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .price dl dt,
        .price dl dd {
          width: 100%; } }
      .price dl dt:first-child, .price dl dt:nth-child(2),
      .price dl dd:first-child,
      .price dl dd:nth-child(2) {
        border-top: none;
        padding-top: 0; }
    .price dl dt {
      width: 270px;
      color: var(--txt-bk, #292929);
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 900;
      line-height: 180%;
      /* 32.4px */
      letter-spacing: 1.62px; }
      @media screen and (max-width: 767px) {
        .price dl dt {
          width: 100%;
          padding-bottom: 5px; } }
    .price dl dd {
      width: calc(100% - 270px);
      color: var(--txt-bk, #292929);
      font-family: "Noto Sans JP", sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
      /* 32.4px */
      letter-spacing: 1.62px; }
      @media screen and (max-width: 767px) {
        .price dl dd {
          width: 100%;
          border: none;
          padding-top: 0; } }
  .price ul li {
    color: var(--txt-bk, #292929);
    /* txt */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    /* 33.6px */
    letter-spacing: 0.96px; }
    .price ul li::before {
      content: "・";
      display: inline-block;
      color: #9f9f9f;
      width: 20px; }
  .price .att {
    color: var(--color-blue, #005bac);
    margin-top: 10px;
    /* txt/15px/180%/6% */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 27px */
    letter-spacing: 0.9px; }

/*--------------------------------------------
	.subpage-contact
--------------------------------------------*/
.subpage-contact {
  max-width: 1140px;
  margin: 90px auto 0;
  padding: 75px 0;
  border-radius: 10px;
  background: var(--color-blue, #005bac);
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .subpage-contact {
      max-width: inherit;
      margin: 30px 20px 0;
      padding: 20px; } }
  .subpage-contact::before {
    content: "";
    display: inline-block;
    background-image: url("../image/subpage/bg_subpage-contact.svg");
    background-position: center bottom;
    background-size: 100% auto;
    width: 1110px;
    height: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .subpage-contact::before {
        max-width: 100%; } }
  .subpage-contact h3 {
    color: #fcfcfc;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 3.5vw, 21px);
    font-style: normal;
    font-weight: 900;
    line-height: 180%;
    /* 37.8px */
    letter-spacing: 2.52px;
    margin-bottom: 40px; }

/*--------------------------------------------
	.mail_btn
--------------------------------------------*/
.mail_btn {
  margin: 40px auto 0;
  display: table; }
  .mail_btn a {
    background-color: #fcfcfc;
    width: 460px;
    height: 85px;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 900;
    line-height: 85px;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: var(--color-blue, #005bac);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* ti */
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 37.8px */
    letter-spacing: 2.52px; }
    @media screen and (max-width: 767px) {
      .mail_btn a {
        width: 300px;
        height: 60px; } }
    .mail_btn a::before {
      content: "";
      display: inline-block;
      background: url("../image/common/icon_mail_btn-bl.svg") no-repeat center/contain;
      width: 18px;
      height: 18px;
      margin-right: 1em; }

/*--------------------------------------------
	#page-website
--------------------------------------------*/
#page-website .price .inner {
  border: none; }

/*--------------------------------------------
	#page-ad-operations
--------------------------------------------*/
#page-ad-operations .assignment__box__item {
  width: calc(100% / 3 - 48px); }
  @media screen and (max-width: 767px) {
    #page-ad-operations .assignment__box__item {
      width: auto; } }
#page-ad-operations .price dl dt.other,
#page-ad-operations .price dl dd.other {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    #page-ad-operations .price dl dt.other,
    #page-ad-operations .price dl dd.other {
      padding-top: 40px; } }
@media screen and (max-width: 767px) {
  #page-ad-operations .price dl dd.other {
    padding-top: 0; } }

/*--------------------------------------------
	#page-sales-tool
--------------------------------------------*/
#page-sales-tool .assignment .inner {
  max-width: 840px; }
  #page-sales-tool .assignment .inner .assignment__box {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #page-sales-tool .assignment .inner .assignment__box {
        display: inherit; } }
    #page-sales-tool .assignment .inner .assignment__box__item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 110px;
      padding: 45px; }
      @media screen and (max-width: 767px) {
        #page-sales-tool .assignment .inner .assignment__box__item {
          padding: 30px;
          display: inherit; } }
      #page-sales-tool .assignment .inner .assignment__box__item .assignment_hl {
        white-space: nowrap;
        color: var(--txt-bk, #292929);
        font-family: "Noto Sans JP", sans-serif;
        font-size: clamp(18px, 3vw, 20px);
        font-style: normal;
        font-weight: 900;
        line-height: 155%;
        letter-spacing: 1.8px;
        margin-bottom: 25px; }
      #page-sales-tool .assignment .inner .assignment__box__item ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          #page-sales-tool .assignment .inner .assignment__box__item ul {
            display: inherit; } }
        #page-sales-tool .assignment .inner .assignment__box__item ul li {
          width: calc(100% / 2 - 45px); }
          @media screen and (max-width: 767px) {
            #page-sales-tool .assignment .inner .assignment__box__item ul li {
              width: auto; } }
          #page-sales-tool .assignment .inner .assignment__box__item ul li h3 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 400;
            line-height: 180%;
            letter-spacing: 0.9px;
            display: inline-block;
            margin-bottom: 0; }
#page-sales-tool .reason {
  padding-bottom: 0 !important; }
#page-sales-tool .subpage-contact {
  max-width: 1280px;
  margin-bottom: 90px; }

/*--------------------------------------------
	.und_ourworks
--------------------------------------------*/
/* カテゴリタブのスタイル */
.und_ourworks {
  padding: 105px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .und_ourworks {
      padding: 40px 0; } }
  .und_ourworks .headline {
    margin-bottom: 75px; }
  .und_ourworks h2 {
    line-height: 1; }
  .und_ourworks ul.link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px; }
    @media screen and (max-width: 767px) {
      .und_ourworks ul.link_list {
        display: inherit;
        gap: 40px; } }
    .und_ourworks ul.link_list::after {
      content: "";
      display: inline-block;
      width: calc(100% / 3 - 60px); }
      @media screen and (max-width: 767px) {
        .und_ourworks ul.link_list::after {
          content: none; } }
    .und_ourworks ul.link_list > li.link_list__item {
      width: calc(100% / 3 - 60px);
      margin-bottom: 50px;
      border-left: 1px solid #dedede;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .und_ourworks ul.link_list > li.link_list__item {
          width: auto;
          border-left: 0;
          border: 1px solid #dedede;
          border-radius: 3px;
          padding: 30px;
          margin-bottom: 30px; } }
      .und_ourworks ul.link_list > li.link_list__item .assignment {
        background: none; }
      .und_ourworks ul.link_list > li.link_list__item .works_hashtag {
        margin-bottom: 0;
        min-height: 59px; }
        @media screen and (max-width: 767px) {
          .und_ourworks ul.link_list > li.link_list__item .works_hashtag {
            min-height: inherit; } }
        .und_ourworks ul.link_list > li.link_list__item .works_hashtag ul {
          display: flex;
          flex-wrap: wrap; }
          .und_ourworks ul.link_list > li.link_list__item .works_hashtag ul > li {
            line-height: 1; }
            .und_ourworks ul.link_list > li.link_list__item .works_hashtag ul > li a {
              line-height: 1;
              color: #9f9f9f;
              font-style: normal;
              font-weight: 400;
              letter-spacing: 1.356px;
              font-size: 11.3px;
              text-transform: uppercase; }
      .und_ourworks ul.link_list > li.link_list__item .works_title {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .und_ourworks ul.link_list > li.link_list__item .works_title {
            margin-bottom: 10px; } }
        .und_ourworks ul.link_list > li.link_list__item .works_title h2 {
          color: #292929;
          font-size: 1.7rem;
          font-style: normal;
          font-weight: 700;
          line-height: 150%;
          /* 25.5px */
          letter-spacing: 0.51px;
          text-transform: uppercase;
          min-height: 58px; }
          @media screen and (max-width: 767px) {
            .und_ourworks ul.link_list > li.link_list__item .works_title h2 {
              min-height: inherit; } }
          .und_ourworks ul.link_list > li.link_list__item .works_title h2 a {
            line-height: 113%;
            display: block;
            font-weight: 600; }
      .und_ourworks ul.link_list > li.link_list__item .works_service {
        /*display: flex;
        flex-wrap: wrap;*/
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .und_ourworks ul.link_list > li.link_list__item .works_service {
            margin-top: 10px;
            margin-bottom: 20px; } }
        .und_ourworks ul.link_list > li.link_list__item .works_service p {
          color: #292929;
          font-family: "Source Han Sans JP", sans-serif;
          font-size: 1.3rem;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 19.5px */
          letter-spacing: 1.56px;
          text-transform: uppercase; }
        .und_ourworks ul.link_list > li.link_list__item .works_service ul {
          display: flex;
          flex-wrap: wrap;
          gap: 10px; }
          .und_ourworks ul.link_list > li.link_list__item .works_service ul li {
            border-radius: 3px;
            background: #292929;
            line-height: 1; }
            .und_ourworks ul.link_list > li.link_list__item .works_service ul li a {
              color: #fcfcfc;
              font-family: "Source Han Sans JP", sans-serif;
              font-size: 1.3rem;
              font-style: normal;
              font-weight: 500;
              letter-spacing: 1.56px;
              text-transform: uppercase;
              line-height: 1;
              padding: 5px 10px;
              display: flex;
              justify-content: center;
              align-items: center; }
      .und_ourworks ul.link_list > li.link_list__item .works_text h3 {
        color: #292929;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 19.5px */
        letter-spacing: 1.56px;
        text-transform: uppercase; }
      .und_ourworks ul.link_list > li.link_list__item .works_img {
        margin-bottom: 10px; }
      .und_ourworks ul.link_list > li.link_list__item .more_btn {
        margin: 0 !important;
        margin-left: 25px !important;
        margin-top: 8px !important; }
        @media screen and (max-width: 767px) {
          .und_ourworks ul.link_list > li.link_list__item .more_btn {
            margin-top: 20px !important; } }
        .und_ourworks ul.link_list > li.link_list__item .more_btn a span::after {
          border-color: #868686 !important; }
        .und_ourworks ul.link_list > li.link_list__item .more_btn a span::before {
          background-color: #ebebeb;
          border: 1px solid #ebebeb; }
    .und_ourworks ul.link_list .img_wrap {
      width: 400px;
      height: 230px;
      margin-bottom: 20px; }
      .und_ourworks ul.link_list .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .und_ourworks ul.link_list .text {
      position: relative;
      border-left: 1px solid #e1dfdf;
      padding-left: 30px; }
    .und_ourworks ul.link_list h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      color: #292929;
      font-family: "Source Han Sans JP", sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.16px;
      text-transform: uppercase; }
    .und_ourworks ul.link_list p {
      font-size: 1.3rem;
      margin-bottom: 10px; }
    .und_ourworks ul.link_list p.tag {
      font-size: 1.2rem;
      font-weight: 500;
      color: #0067b0; }
      .und_ourworks ul.link_list p.tag::before {
        content: "";
        display: block;
        background-color: #005bac;
        width: 2px;
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .und_ourworks ul.link_list p.tag a {
        color: #0067b0;
        transition: all 0.3s ease 0s; }
        .und_ourworks ul.link_list p.tag a:hover {
          color: #0067b0;
          opacity: 0.6; }
  .und_ourworks .more_btn {
    margin: auto;
    width: auto;
    margin-right: 0 !important;
    margin-left: auto !important;
    display: table;
    height: auto; }
    @media screen and (max-width: 767px) {
      .und_ourworks .more_btn a {
        font-size: 1.3rem; } }
    @media screen and (max-width: 767px) {
      .und_ourworks .more_btn a span::before {
        width: 16px;
        height: 16px;
        left: -22px; } }
    @media screen and (max-width: 767px) {
      .und_ourworks .more_btn a span::after {
        top: 6px !important;
        left: -17px !important;
        width: 4px !important;
        height: 4px !important; } }
  .und_ourworks .works_category-txtlink .link_list {
    display: flex;
    padding: 50px;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    background: #fff;
    gap: 0;
    justify-content: flex-start;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .und_ourworks .works_category-txtlink .link_list {
        padding: 20px;
        background: #f6f5ed; } }
  .und_ourworks .works_category-txtlink ul.link_list li {
    width: auto;
    margin: 0 15px 10px; }
    .und_ourworks .works_category-txtlink ul.link_list li h3 {
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .und_ourworks .works_category-txtlink ul.link_list li h3 {
          font-size: 3.5vw; } }
    .und_ourworks .works_category-txtlink ul.link_list li a {
      color: #292929;
      transition: 0.3s;
      opacity: 0.8; }
      .und_ourworks .works_category-txtlink ul.link_list li a:hover {
        text-decoration: underline;
        opacity: 1; }
  .und_ourworks #business-model.works_category-txtlink .link_list {
    background: none;
    padding: 0;
    justify-content: space-between; }
    .und_ourworks #business-model.works_category-txtlink .link_list li {
      width: calc(100% / 2 - 30px);
      margin-bottom: 0; }
    .und_ourworks #business-model.works_category-txtlink .link_list a {
      text-decoration: none;
      opacity: 1;
      background-color: #f5f5f5;
      display: block;
      border: 1px solid #f5f5f5;
      transition: 0.3s; }
      .und_ourworks #business-model.works_category-txtlink .link_list a:hover {
        text-decoration: none;
        border-color: #383838; }
    .und_ourworks #business-model.works_category-txtlink .link_list h3 {
      position: relative;
      padding: 50px;
      display: table;
      margin: 0 auto; }
      .und_ourworks #business-model.works_category-txtlink .link_list h3::before {
        content: "";
        position: absolute;
        top: 50px;
        left: -20px;
        width: 24px;
        height: 24px;
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        transition: all 0.3s;
        background-color: #ebebeb !important;
        border-color: #ebebeb; }
      .und_ourworks #business-model.works_category-txtlink .link_list h3::after {
        content: "";
        position: absolute !important;
        top: 60px;
        left: -12px !important;
        width: 6px !important;
        height: 6px !important;
        border-top: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        transform: rotate(45deg) !important;
        transition: all 0.3s;
        border-color: #868686 !important; }
  .und_ourworks #service-item.works_category-txtlink .link_list {
    background: none;
    padding: 0;
    justify-content: space-between; }
    .und_ourworks #service-item.works_category-txtlink .link_list li {
      width: calc(100% / 2 - 30px);
      margin-bottom: 0;
      width: calc(100% / 2 - 5px);
      margin: 0; }
      @media screen and (max-width: 767px) {
        .und_ourworks #service-item.works_category-txtlink .link_list li {
          width: calc(100% / 2 - 5px);
          position: relative;
          margin: 0; } }
      .und_ourworks #service-item.works_category-txtlink .link_list li:nth-child(n + 3) {
        margin-top: 10px; }
    .und_ourworks #service-item.works_category-txtlink .link_list a {
      text-decoration: none;
      opacity: 1;
      background-color: #f5f5f5;
      display: block;
      border: 1px solid #f5f5f5;
      transition: 0.3s; }
      .und_ourworks #service-item.works_category-txtlink .link_list a:hover {
        text-decoration: none;
        border-color: #383838; }
    .und_ourworks #service-item.works_category-txtlink .link_list h3, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl {
      padding: 50px;
      display: table;
      margin: 0 auto;
      padding: 20px;
      position: relative;
      font-weight: 500;
      font-size: 1.6; }
      @media screen and (max-width: 767px) {
        .und_ourworks #service-item.works_category-txtlink .link_list h3, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl {
          position: static;
          font-size: 3.5vw; } }
      .und_ourworks #service-item.works_category-txtlink .link_list h3::before, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl::before {
        content: "";
        position: absolute;
        top: 50px;
        left: -20px;
        width: 24px;
        height: 24px;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: all 0.3s;
        top: 16px; }
        @media screen and (max-width: 767px) {
          .und_ourworks #service-item.works_category-txtlink .link_list h3::before, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl::before {
            left: 8px;
            top: 22px;
            width: 16px;
            height: 16px; } }
      .und_ourworks #service-item.works_category-txtlink .link_list h3::after, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl::after {
        content: "";
        position: absolute !important;
        top: 60px;
        left: -12px !important;
        width: 6px !important;
        height: 6px !important;
        border-top: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        transform: rotate(45deg) !important;
        transition: all 0.3s;
        border-color: #868686 !important;
        top: 26px; }
        @media screen and (max-width: 767px) {
          .und_ourworks #service-item.works_category-txtlink .link_list h3::after, .und_ourworks #service-item.works_category-txtlink .link_list .link_list__hl::after {
            top: 28px;
            left: 12px !important; } }
  .und_ourworks .category_tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .und_ourworks .category_tabs {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 40px; } }
    .und_ourworks .category_tabs li {
      padding: 10px 20px;
      cursor: pointer;
      border: 1px solid #ccc;
      margin: 0 5px;
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .und_ourworks .category_tabs li {
          width: calc(100% / 2 - 5px);
          margin: 0;
          text-align: center;
          padding: 10px 0; } }
    .und_ourworks .category_tabs li.active {
      background-color: #383838;
      color: white;
      border-color: #383838; }

/*--------------------------------------------
	.und_ourworks_id
--------------------------------------------*/
.und_ourworks_id a:hover {
  transition: 0.3s; }
.und_ourworks_id h4 {
  color: #222;
  font-size: clamp(17px, 1.9vw, 2.1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 37.8px */
  letter-spacing: 2.52px;
  display: flex;
  align-items: center;
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id h4 {
      align-items: flex-start; } }
  .und_ourworks_id h4::before {
    content: "";
    display: inline-block;
    width: 86px;
    height: 1px;
    background-color: #9f9f9f; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id h4::before {
        width: 15px;
        margin-top: 15px; } }
.und_ourworks_id .id__title, .und_ourworks_id .id__data, .und_ourworks_id .id__article, .und_ourworks_id .id__url, .und_ourworks_id .id__credit {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .und_ourworks_id .id__title .id__title_hl, .und_ourworks_id .id__data .id__title_hl, .und_ourworks_id .id__article .id__title_hl, .und_ourworks_id .id__url .id__title_hl, .und_ourworks_id .id__credit .id__title_hl {
    color: #292929;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(19px, 2.5vw, 3.6rem);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 46.8px */
    letter-spacing: 3.24px;
    text-transform: uppercase;
    margin-bottom: clamp(30px, 8%, 80px); }
  .und_ourworks_id .id__title .company_name, .und_ourworks_id .id__data .company_name, .und_ourworks_id .id__article .company_name, .und_ourworks_id .id__url .company_name, .und_ourworks_id .id__credit .company_name {
    text-align: center;
    color: #292929;
    font-size: clamp(12px, 1vw, 1.7rem);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 25.5px */
    letter-spacing: 2.04px;
    text-transform: uppercase;
    margin-top: 20px;
    display: table;
    margin: 0 auto; }
    .und_ourworks_id .id__title .company_name::before, .und_ourworks_id .id__data .company_name::before, .und_ourworks_id .id__article .company_name::before, .und_ourworks_id .id__url .company_name::before, .und_ourworks_id .id__credit .company_name::before {
      content: none; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__title .company_name, .und_ourworks_id .id__data .company_name, .und_ourworks_id .id__article .company_name, .und_ourworks_id .id__url .company_name, .und_ourworks_id .id__credit .company_name {
        margin-top: 10px; } }
.und_ourworks_id .id__data {
  margin-top: 60px;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__data {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .und_ourworks_id .id__data__item {
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__data__item {
        margin-bottom: 10px; } }
    .und_ourworks_id .id__data__item h3 {
      color: #292929;
      font-size: clamp(14px, 2vw, 1.7rem);
      font-style: normal;
      font-weight: 300;
      line-height: 150%;
      /* 25.5px */
      letter-spacing: 2.04px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: clamp(5px, 1vw, 12px); }
      .und_ourworks_id .id__data__item h3::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat; }
      .und_ourworks_id .id__data__item h3::after {
        content: "：";
        display: inline-block; }
    .und_ourworks_id .id__data__item .text {
      color: #292929;
      font-size: clamp(14px, 2vw, 1.7rem);
      font-style: normal;
      font-weight: 300;
      line-height: 150%;
      /* 25.5px */
      letter-spacing: 2.04px;
      text-transform: uppercase; }
    .und_ourworks_id .id__data__item:first-child h2::before {
      background-image: url("../image/works/id/icon_calendar.svg"); }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__data__item:last-child h2 {
        margin-bottom: 5px; } }
    .und_ourworks_id .id__data__item:last-child h2::before {
      background-image: url("../image/works/id/icon_service.svg"); }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__data__item:last-child {
        display: inherit; } }
    .und_ourworks_id .id__data__item ul {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .und_ourworks_id .id__data__item ul li h4::before {
        content: none; }
      .und_ourworks_id .id__data__item ul li a {
        display: flex;
        padding: 8px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 3px;
        background: #292929;
        border: 1px solid #292929;
        color: #fcfcfc;
        font-size: clamp(13px, 2vw, 1.6rem);
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1.92px;
        text-transform: uppercase; }
        .und_ourworks_id .id__data__item ul li a:hover {
          background: #fcfcfc;
          color: #292929; }
.und_ourworks_id .id__article {
  display: flex;
  padding: clamp(20px, 4vw, 50px);
  margin-bottom: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 50px);
  align-self: stretch;
  background: var(--bg-f5, #f5f5f5); }
  .und_ourworks_id .id__article .text {
    color: #222;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    /* 33.6px */
    letter-spacing: 0.96px; }
.und_ourworks_id .id__assignment h3 {
  color: #9f9f9f;
  font-size: clamp(16px, 1.6vw, 2.1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 37.8px */
  letter-spacing: 2.52px; }
  .und_ourworks_id .id__assignment h3 span {
    color: #292929;
    font-size: clamp(22px, 2vw, 2.8rem);
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 3.36px; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__assignment h3 span {
        display: block; } }
.und_ourworks_id .id__assignment__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch; }
.und_ourworks_id .id__content h3 {
  color: #9f9f9f;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 37.8px */
  letter-spacing: 2.52px; }
.und_ourworks_id .id__content__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch; }
.und_ourworks_id .id__content .id__article {
  gap: 40px; }
.und_ourworks_id .id__hashtag ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__hashtag ul {
      margin-bottom: 30px; } }
  .und_ourworks_id .id__hashtag ul li a {
    color: #9f9f9f;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 1.8px;
    text-transform: uppercase; }
    .und_ourworks_id .id__hashtag ul li a:hover {
      color: #222;
      text-decoration: underline; }
.und_ourworks_id .id__voice {
  margin: 90px 0 120px;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  gap: 38px;
  width: calc((960px) + ((100% - 960px) / 2)); }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__voice {
      width: auto;
      margin: 40px 0;
      display: inherit; } }
  .und_ourworks_id .id__voice__item {
    display: grid;
    justify-content: space-between;
    flex-flow: row-reverse;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__voice__item {
        gap: 20px; } }
    .und_ourworks_id .id__voice__item > div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      align-self: stretch; }
    .und_ourworks_id .id__voice__item:first-child {
      width: calc(100% - 55%); }
      @media screen and (max-width: 767px) {
        .und_ourworks_id .id__voice__item:first-child {
          width: auto;
          padding: 20px; } }
    .und_ourworks_id .id__voice__item:last-child {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .und_ourworks_id .id__voice__item:last-child {
          width: auto; } }
  .und_ourworks_id .id__voice h3 {
    color: #9f9f9f;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 37.8px */
    letter-spacing: 2.52px; }
  .und_ourworks_id .id__voice .text {
    color: #222;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%;
    /* 33.6px */
    letter-spacing: 0.96px; }
.und_ourworks_id .id__summary__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch; }
.und_ourworks_id .id__url {
  margin-top: 102px;
  margin-bottom: 102px; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__url {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .und_ourworks_id .id__url a {
    color: #292929;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 21px */
    letter-spacing: 1.68px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    display: flex;
    align-items: center;
    gap: 10px; }
    .und_ourworks_id .id__url a::before {
      content: "";
      display: inline-block;
      background-image: url("../image/works/id/icon_url.png");
      width: 17px;
      height: 17px;
      background-size: contain;
      background-repeat: no-repeat; }
    .und_ourworks_id .id__url a:hover {
      color: #005bac; }
.und_ourworks_id .id__credit .text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1.68px; }

/*--------------------------------------------
	#blog
--------------------------------------------*/
#blog .news__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px; }
  #blog .news__category .news__category__item {
    width: auto;
    display: block;
    text-align: center;
    margin-right: 3%;
    font-weight: bold;
    white-space: nowrap;
    width: auto;
    display: block;
    text-align: center;
    margin-right: 3%;
    font-weight: bold;
    white-space: nowrap;
    width: auto;
    display: block;
    text-align: center;
    margin-right: 3%;
    font-weight: bold;
    white-space: nowrap; }
    #blog .news__category .news__category__item + .news__category__item {
      border-left: 2px solid #838383;
      padding-left: 3%;
      border-left: 2px solid #838383;
      padding-left: 3%;
      border-left: 2px solid #838383;
      padding-left: 3%; }
    #blog .news__category .news__category__item a {
      transition: 0.3s;
      padding: 0 20px;
      transition: 0.3s;
      padding: 0 20px;
      transition: 0.3s;
      padding: 0 20px; }
      #blog .news__category .news__category__item a:hover {
        background-color: #FFFFFF;
        background-color: #FFFFFF;
        background-color: #FFFFFF; }
#blog .blog__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px; }
  #blog .blog__box .blog__box__item {
    background: #fff;
    width: calc(100%/3 - 55px);
    box-shadow: 0 0 10px #eee;
    position: relative;
    padding-bottom: 100px;
    padding-bottom: 46px;
    margin-bottom: 80px; }
    #blog .blog__box .blog__box__item .txt {
      padding: 30px; }
      #blog .blog__box .blog__box__item .txt .ttl {
        padding: 0 0 10px 0;
        text-align: left;
        margin-bottom: 10px;
        font-size: 1.7rem; }
    #blog .blog__box .blog__box__item .ctg {
      padding: 0 0 15px 0;
      display: flex; }
      #blog .blog__box .blog__box__item .ctg .ctg__item {
        display: inline-block;
        margin: 0 0px 3px 0;
        padding: 2px 8px;
        border: 1px solid #ccc;
        line-height: 1.4;
        vertical-align: text-top; }
        #blog .blog__box .blog__box__item .ctg .ctg__item a {
          font-size: 1.2rem; }
    #blog .blog__box .blog__box__item p {
      letter-spacing: 1.5px;
      font-size: 1.4rem;
      margin-top: 5px; }
      #blog .blog__box .blog__box__item p.cate {
        display: inline-block; }
        #blog .blog__box .blog__box__item p.cate a {
          display: flex;
          align-items: center;
          line-height: 20px;
          color: #005bac;
          font-size: 1.2rem;
          font-weight: 700; }
          #blog .blog__box .blog__box__item p.cate a::after {
            content: "："; }
    #blog .blog__box .blog__box__item .btn {
      padding: 0 30px 30px 30px; }
    #blog .blog__box .blog__box__item .img {
      border: 1px solid #f4f4f4; }
    #blog .blog__box .blog__box__item .link_btn {
      margin: 30px;
      max-width: 330px;
      position: absolute;
      margin: 0;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      margin-right: 0;
      margin-left: auto;
      width: auto;
      position: absolute;
      left: auto !important;
      right: 20px !important;
      bottom: 20px !important;
      transform: none !important;
      padding-left: 50px !important; }
      #blog .blog__box .blog__box__item .link_btn a {
        border: none !important;
        padding: 0 !important;
        text-align: left !important;
        background: none !important;
        position: relative;
        display: table !important;
        line-height: 1.2; }
        #blog .blog__box .blog__box__item .link_btn a::after {
          width: 0;
          background: #000;
          color: #000 !important; }
        #blog .blog__box .blog__box__item .link_btn a:hover::after {
          bottom: 0;
          left: 0;
          right: auto;
          width: 100%; }
        #blog .blog__box .blog__box__item .link_btn a:hover span {
          color: #000 !important; }
          #blog .blog__box .blog__box__item .link_btn a:hover span::after {
            right: 15px;
            border-top: 1px solid #000 !important;
            border-right: 1px solid #000 !important; }
          #blog .blog__box .blog__box__item .link_btn a:hover span::before {
            border: 1px solid #000; }
        #blog .blog__box .blog__box__item .link_btn a span::after {
          content: '';
          position: absolute !important;
          top: 42% !important;
          left: -23px !important;
          width: 5px !important;
          height: 5px !important;
          border-top: 1px solid #000 !important;
          border-right: 1px solid #000 !important;
          transform: rotate(45deg) !important;
          transition: all .3s; }
        #blog .blog__box .blog__box__item .link_btn a span::before {
          content: '';
          position: absolute;
          top: 0;
          left: -30px;
          width: 20px;
          height: 20px;
          border: 1px solid #aaa;
          border-radius: 50%;
          transition: all .3s; }
  #blog .blog__box::after {
    content: "";
    display: block;
    width: 30%; }
#blog p + .link_btn {
  margin: 30px; }
#blog .cate_box {
  margin-bottom: 60px; }
  #blog .cate_box .cate_item {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #blog .cate_box .cate_item h2 {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 10px;
      margin-right: 20px;
      width: 8%;
      color: #005bac; }
    #blog .cate_box .cate_item ul {
      display: flex;
      flex-wrap: wrap;
      width: 92%; }
      #blog .cate_box .cate_item ul li {
        width: auto;
        display: table;
        border: 1px solid #f3f3f3;
        padding: 5px 10px;
        letter-spacing: 2px;
        margin: 0 1% 1% 0; }
        #blog .cate_box .cate_item ul li a {
          font-size: 1.2rem; }
#blog ul.link_list .link_btn a::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out; }
#blog .link_btn a::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out; }
@media screen and (max-width: 767px) {
  #blog .link_btn a span {
    font-weight: normal;
    font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  #blog .news__category {
    margin-bottom: 50px;
    justify-content: flex-start;
    margin-bottom: 50px;
    justify-content: flex-start;
    margin-bottom: 50px;
    justify-content: flex-start; }
    #blog .news__category .news__category__item {
      padding-left: 0;
      text-align: left;
      margin-bottom: 20px;
      font-size: 1.4rem;
      width: auto;
      display: table;
      border-left: 2px solid #838383;
      padding-left: 0;
      text-align: left;
      margin-bottom: 20px;
      font-size: 1.4rem;
      width: auto;
      display: table;
      border-left: 2px solid #838383;
      padding-left: 0;
      text-align: left;
      margin-bottom: 20px;
      font-size: 1.4rem;
      width: auto;
      display: table;
      border-left: 2px solid #838383; }
      #blog .news__category .news__category__item + .news__category__item {
        padding-left: 0;
        padding-left: 0;
        padding-left: 0; }
  #blog .blog__box {
    display: inherit; }
    #blog .blog__box .blog__box__item {
      max-width: inherit;
      width: auto;
      margin: 30px 0 0 0; }
      #blog .blog__box .blog__box__item p {
        font-size: 1.3rem; }
      #blog .blog__box .blog__box__item:last-child {
        margin-bottom: 50px; }
      #blog .blog__box .blog__box__item .ctg .ctg__item {
        font-size: 1.1rem;
        margin-right: 5px; }
    #blog .blog__box::after {
      width: auto; } }
@media screen and (max-width: 896px) {
  #blog .blog__box .blog__box__item {
    margin-top: 60px; }
    #blog .blog__box .blog__box__item .link_btn a::before {
      transition: none !important;
      background-color: #fff !important; }
    #blog .blog__box .blog__box__item .link_btn a::after {
      transition: none !important;
      background-color: #fff !important; } }
/*--------------------------------------------
	.wp-pagenavi
--------------------------------------------*/
.wp-pagenavi {
  clear: both;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 40px; } }
  .wp-pagenavi a {
    text-decoration: none;
    padding: 10px;
    margin: 2px; }
    .wp-pagenavi a:hover {
      border-color: #000; }
    .wp-pagenavi a.nextpostslink {
      border-radius: 40px;
      width: 40px;
      height: 40px;
      text-align: center;
      padding: 10px;
      background-color: #EBEBEB;
      line-height: 1;
      display: inline-block;
      margin: 0 0 0 30px; }
  .wp-pagenavi span {
    text-decoration: none;
    padding: 10px;
    margin: 2px; }
    .wp-pagenavi span.pages {
      border: 1px solid #EBEBEB;
      margin: 0 30px 0 0; }
    .wp-pagenavi span.current {
      border-color: #000;
      font-weight: bold; }

/*--------------------------------------------
	#blog-article
--------------------------------------------*/
#b-details .b-details__headline .intro b {
  text-align: center;
  display: table;
  margin: 0 auto 30px;
  letter-spacing: 1.92px; }
#b-details .ctg__box {
  padding: 1.5rem 0 0 0;
  margin-bottom: 30px; }
  #b-details .ctg__box p.cate {
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 1.4rem;
    margin-top: 5px; }
    #b-details .ctg__box p.cate a {
      display: flex;
      align-items: center;
      line-height: 20px;
      color: #005bac;
      font-size: 1.2rem;
      font-weight: 700;
      text-decoration: none; }
      #b-details .ctg__box p.cate a::after {
        content: "："; }
#b-details .ctg__item {
  display: inline-block; }
  #b-details .ctg__item a {
    font-size: 1.2rem;
    display: inline;
    margin: 0 10px 0 0;
    padding: 4px 8px;
    border: 1px solid #ccc; }
#b-details .b-details__box {
  width: 900px;
  margin: 30px auto 90px; }
#b-details .pic-thum {
  margin-bottom: 30px; }
#b-details p > a {
  color: #00529b;
  text-decoration: underline; }
#b-details p + p {
  margin-top: 10px; }
#b-details p + h3 {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  #b-details .b-details__headline .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  #b-details .ctg__box {
    padding: 0; }
  #b-details .b-details__box {
    width: auto;
    margin: 0 auto 50px; } }
/*--------------------------------------------
	#list-page
--------------------------------------------*/
@media screen and (max-width: 767px) {
  #list-page #service-item.works_category-txtlink .link_list {
    display: inherit; } }
@media screen and (max-width: 767px) {
  #list-page #service-item.works_category-txtlink .link_list li {
    width: auto; } }
@media screen and (max-width: 767px) {
  #list-page #service-item.works_category-txtlink .link_list li:nth-child(n + 2) {
    margin-top: 10px; } }
#list-page #service-item.works_category-txtlink .link_list li a {
  padding: 0; }

/*--------------------------------------------
	#content-creation
--------------------------------------------*/
#content-creation .subpage-contact {
  margin-top: 0; }

/*-------------------------------
	#list-page-old
-------------------------------*/
#list-page-old .item_list_old ul.link_list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
  gap: 80px;
  --li_width: 390px;
  /*&::after {
  	content: "";
  	display: block;
  	width: var(--li_width);
  }*/ }
  @media screen and (max-width: 767px) {
    #list-page-old .item_list_old ul.link_list {
      gap: 40px; } }
  #list-page-old .item_list_old ul.link_list li {
    width: var(--li_width);
    /*margin-bottom: 90px;*/ }
  #list-page-old .item_list_old ul.link_list .img_wrap {
    width: var(--li_width);
    border: 1px solid #dadada;
    height: auto; }
    #list-page-old .item_list_old ul.link_list .img_wrap img {
      width: 100%; }
  #list-page-old .item_list_old ul.link_list .text {
    min-height: inherit;
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0;
    border-left: 1px solid #e1dfdf; }
    #list-page-old .item_list_old ul.link_list .text::before {
      content: "";
      display: block;
      background-color: #005bac;
      width: 2px;
      height: 26px;
      position: absolute;
      top: 0;
      left: -1px; }
  #list-page-old .item_list_old ul.link_list h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700; }
  #list-page-old .item_list_old ul.link_list .link_btn {
    padding-top: 0;
    margin-right: 0;
    margin-left: auto;
    width: auto;
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding-left: 50px !important; }
    #list-page-old .item_list_old ul.link_list .link_btn a {
      display: block;
      background-color: #fff;
      font-weight: 700;
      border: 1px solid;
      text-align: center;
      position: relative;
      padding: 20px 10px;
      transition: all 0.3s ease 0s;
      font-size: 1.4rem;
      border: none !important;
      padding: 0 !important;
      text-align: left !important;
      background: none !important;
      position: relative;
      display: table !important; }
      #list-page-old .item_list_old ul.link_list .link_btn a:hover {
        background-color: #005bac;
        border: 1px solid #005bac;
        color: #fff; }
        #list-page-old .item_list_old ul.link_list .link_btn a:hover span {
          color: #fff;
          color: #000 !important; }
          #list-page-old .item_list_old ul.link_list .link_btn a:hover span::after {
            right: 15px;
            border-top: 1px solid #000 !important;
            border-right: 1px solid #000 !important; }
          #list-page-old .item_list_old ul.link_list .link_btn a:hover span::before {
            border: 1px solid #000; }
        #list-page-old .item_list_old ul.link_list .link_btn a:hover::after {
          bottom: 0;
          left: 0;
          right: auto;
          width: 100%; }
      #list-page-old .item_list_old ul.link_list .link_btn a span {
        position: relative;
        font-weight: bold; }
        #list-page-old .item_list_old ul.link_list .link_btn a span::after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-top: 2px solid;
          border-right: 2px solid;
          position: absolute;
          top: 50%;
          left: -30px;
          transform: rotate(45deg) translateY(-50%);
          content: '';
          position: absolute !important;
          top: 42% !important;
          left: -23px !important;
          width: 5px !important;
          height: 5px !important;
          border-top: 1px solid #000 !important;
          border-right: 1px solid #000 !important;
          transform: rotate(45deg) !important;
          transition: all .3s; }
        #list-page-old .item_list_old ul.link_list .link_btn a span::before {
          content: '';
          position: absolute;
          top: 0;
          left: -30px;
          width: 20px;
          height: 20px;
          border: 1px solid #aaa;
          border-radius: 50%;
          transition: all .3s; }
      #list-page-old .item_list_old ul.link_list .link_btn a::before {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: auto;
        right: 0;
        background: #fff;
        width: 100%;
        height: 1px;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 767px) {
          #list-page-old .item_list_old ul.link_list .link_btn a::before {
            transition: none !important;
            background-color: #fff !important; } }
      #list-page-old .item_list_old ul.link_list .link_btn a::after {
        width: 0;
        background: #000;
        color: #000 !important; }
        @media screen and (max-width: 767px) {
          #list-page-old .item_list_old ul.link_list .link_btn a::after {
            transition: none !important;
            background-color: #fff !important; } }
  #list-page-old .item_list_old ul.link_list.boxtype li {
    background-color: #fafafa;
    padding: 30px; }
  #list-page-old .item_list_old ul.link_list.boxtype .ttl {
    color: #005bac; }
  #list-page-old .item_list_old ul.link_list.boxtype .text {
    border-left: none;
    padding: 0;
    margin: 0; }
    #list-page-old .item_list_old ul.link_list.boxtype .text::before {
      display: none; }
  #list-page-old .item_list_old ul.link_list.list_center {
    justify-content: space-evenly; }
    #list-page-old .item_list_old ul.link_list.list_center::after {
      content: none; }
#list-page-old .item_list_old .link_btn a::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out; }
@media screen and (max-width: 767px) {
  #list-page-old .item_list_old .subpage-contact {
    margin: 0; } }

/* ADD SCSS 2025.10.23 */
/*-------------------------------
	.und_ourworks_id
-------------------------------*/
@media screen and (max-width: 767px) {
  .und_ourworks_id .id__data__item {
    display: inherit;
    margin-bottom: 20px; } }
.und_ourworks_id .id__data__item h2 {
  min-width: 158px; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__data__item h2 {
      margin-bottom: 8px; } }
@media screen and (max-width: 767px) {
  .und_ourworks_id .id__data__item p,
  .und_ourworks_id .id__data__item ul {
    margin-left: 30px; } }
.und_ourworks_id .id__data__item.data-01 h3::before {
  background-image: url("../../assets2/image/works/id/icon_calendar.svg"); }
.und_ourworks_id .id__data__item.data-02 h3::before {
  background-image: url("../../assets2/image/works/id/icon_service.svg"); }
.und_ourworks_id .id__data__item.data-03 {
  align-items: flex-start; }
  .und_ourworks_id .id__data__item.data-03 h3::before {
    background-image: url("../../assets2/image/works/id/icon_implementation.svg"); }
  .und_ourworks_id .id__data__item.data-03 ul {
    gap: 20px;
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .und_ourworks_id .id__data__item.data-03 ul {
        gap: 10px; } }
    .und_ourworks_id .id__data__item.data-03 ul li {
      align-items: center;
      display: flex; }
      .und_ourworks_id .id__data__item.data-03 ul li a {
        padding: 0;
        background: none;
        border: none;
        color: #9f9f9f;
        font-size: clamp(13px, 1.8vw, 1.5rem);
        align-items: center;
        font-weight: normal; }
.und_ourworks_id .id__screenshot {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .und_ourworks_id .id__screenshot {
      margin-bottom: 50px; } }
  .und_ourworks_id .id__screenshot img {
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 40px #eee; }
  .und_ourworks_id .id__screenshot figcaption {
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1.68px; }

/* ADD SCSS 2025.10.24 */
/*-------------------------------
	.und_ourworks.service_works
-------------------------------*/
.und_ourworks.service_works {
  background-color: #f5f5f5;
  position: relative; }

/* ADD SCSS 2025.10.24 */
/*-------------------------------
	.und_ourworks_id
-------------------------------*/
.und_ourworks_id .id__data__item h3 {
  min-width: 200px; }

/* ADD SCSS 2025.11.04 */
/*-------------------------------
	#b-details
-------------------------------*/
#b-details .back-to-top {
  margin: 80px 0 0; }
  @media screen and (max-width: 767px) {
    #b-details .back-to-top {
      margin: 40px 0 0; } }
  #b-details .back-to-top .more_btn {
    margin: 0 auto;
    display: table;
    width: auto; }
#b-details .ctg__item a {
  padding: 0;
  border: none; }

/*-------------------------------
	#blog
-------------------------------*/
#blog .blog__box__item .ctg .ctg__item {
  padding: 0 !important;
  border: none !important; }

/*-------------------------------
	.wp-pagenavi
-------------------------------*/
.pagenavi {
  display: table;
  margin: 0 auto; }
  .pagenavi span.current {
    color: #005bac; }
  @media screen and (max-width: 767px) {
    .pagenavi .wp-pagenavi {
      margin-top: 0; } }
  .pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span, .pagenavi .wp-pagenavi span.pages {
    border: none !important;
    padding: none !important; }
  .pagenavi .wp-pagenavi a.previouspostslink {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    background-color: #EBEBEB;
    line-height: 1;
    display: inline-block;
    margin: 0 30px 0 0; }

/* ADD SCSS 2025.11.05 */
/*-------------------------------
	#thanks
-------------------------------*/
#thanks .back-to-top {
  margin: 60px auto;
  display: table; }
  #thanks .back-to-top .more_btn {
    width: auto; }
