/*
Theme Name: Twenty Twenty-Five-Child
Version: 1.0
Template: twentytwentyfive
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
    --wp--preset--spacing--50: clamp(17px, 5vw, 50px);
}

* {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
}

p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}

video {
    width: 100%;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    z-index: 9999;
    /* z-index: 998; */
    transition: 0.5s;
}

.footer-hidden {
    opacity: 0;
}

.footer-hidden.loaded {
    opacity: 1;
}

header {
    background-color: #000000;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}

/* #hive_logo_figure path {
    fill-opacity: 0;
} */

#hive_logo_figure .cls-2.f_017 {
    fill-opacity: 0;
}

#hive_logo_figure .cls-2.f_018 {
    fill-opacity: 0;
}

#hive_logo_figure .cls-2.f_019 {
    animation: blink001 0.15s steps(5, end) 0s infinite normal forwards running;
    fill-opacity: 1;
}

#hive_logo_figure .cls-2.f_020 {
    fill-opacity: 0;
}

#hive_logo_figure .cls-2.f_017.loaded,
#hive_logo_figure .cls-2.f_018.loaded,
#hive_logo_figure .cls-2.f_019.loaded,
#hive_logo_figure .cls-2.f_020.loaded {
    animation: loaded 0.5s ease-out 0s 1 normal forwards running;
    transition: 0.5s;
}

#hive_logo_figure .cls-2.f_019.comp {
    fill: #7afb4f;
}

::selection {
    background-color: #7afb4f;
    color: #000000;
  }

@keyframes blink001 {
    0% {
        fill-opacity: 0;
    }

    100% {
        fill-opacity: 1;
    }
}

@keyframes loaded {
    0% {
        fill-opacity: 0;
    }

    100% {
        fill-opacity: 1;
    }
}

svg#hive_logo {
    width: 150px;
    position: relative;
    z-index: 10000;
}

main {
    padding-top: 72px;
    padding-bottom: 64px;
}


  footer #footer-menu input[type="radio"] {
    display: none; /* ラジオボタンを隠す */
  }


  footer #footer-menu input[type="radio"]:checked + label {
    color: #efefef;
  }

  /* footer #footer-menu input[type="radio"]:checked + label img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(666%) hue-rotate(140deg) brightness(93%) contrast(92%);
  } */

  footer #footer-menu input[type="radio"]:checked + label img:nth-child(1) {
    display: none;
  }
  footer #footer-menu input[type="radio"]:checked + label img:nth-child(2) {
    display: block;
  }

  footer #footer-menu, footer>.wp-block-columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    gap: inherit;
    justify-content: center;
    align-items: center;
    padding: 6px 0px 18px 0px;
    width: 100%;
}

footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc(100% / 3) !important;
}

footer a.wp-block-button__link.wp-element-button {
    background: transparent;
}

footer #footer-menu .wp-block-columns,
footer .wp-block-columns>.wp-block-column {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: calc(100% / 3);
}

footer #footer-menu .wp-block-columns label,
footer .wp-block-columns button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.05em;
}

footer #footer-menu .wp-block-columns label img:nth-child(2) {
    display: none;
}

footer #footer-menu .wp-block-columns label img,
footer .wp-block-columns button img {
    width: 50px;
    height: 30px;
    display: block;
    margin: auto;
}

footer #footer-menu .wp-block-columns label img, footer .wp-block-columns button img {
    width: 20px;
    height: 22px;
    display: block;
    margin: 0px auto 0px auto;
}

nav.menu {
    margin: 0px -19px 0px -19px !important;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

nav.menu::-webkit-scrollbar{
    display: none;
  }

nav.menu ul {
    display: flex;
    width: max-content;
    overflow-x: scroll;
    
    margin: 0;
}

nav.menu ul li {
    padding: 12px 0px 12px 0px;
}

nav.menu ul li.active {
    border-bottom: solid 3px #00AED2;
}

header .is-layout-constrained > .alignwide {
    padding-bottom: 0px !important;
    padding-top: 18px !important;
}

nav.menu ul li {
    list-style: none;
}

nav.menu ul li button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 0 8px;
}

nav.menu ul li button:focus {
    outline-width: 0px;
    outline-style: solid;
}

/*card*/
html,
main {
    background: #343434;
}

.section-simulation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-item {
    width: calc(50% - 8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-block-start: 0;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: stretch;

    &:nth-child(n+3) {
        margin-top: 18px;
    }
}

/* .post-item::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    bottom: calc(50% + 42px);
    left: 50%;
    transform: translate(-50%, 50%);
    background: url(./images/play.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

ul.section-simulation.recommend .recommend-description-wrap::after,
.post-item h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.63) 80%, rgba(0, 0, 0, 0));
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: .87;
}

ul.section-simulation.recommend .recommend-description-wrap::after {
    z-index: 0;
    /* height: 50%; */
}

.post-item a,
.post-item button {
    z-index: 1;
    display: flex;
    height: calc(100% - 42px);
    flex-direction: column;
    justify-content: end;
}

.post-item a img,
.post-item button img {
    width: 40%;
    margin: auto;
    opacity: 1;
    position: relative;
    top: 5px;
}

.post-item button {
    padding: 0;
}

.post-item h2 {
    color: #fff;
    margin: 0;
    position: relative;
    padding: 10px 10px 2px;
    text-align: left;
}

.post-item h2 span {
    position: relative;
    z-index: 1;
}

.post-item h2 span:nth-child(1) {
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.2em;
    display: block;
}

.post-item h2 span:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}

a.ex-Btn-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.ex-Btn-item img {
    width: 50%;
    margin: 0 auto 0 auto;
}

.post-item p {
    display: none;
}

.icon-inner {
    background: #000;
    /* height: 42px; */
    height: 36px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.icon-inner a.ex_link_Btn,
.icon-inner button {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    vertical-align: middle;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    font-size: 0;
}

.icon-inner a.ex_link_Btn,
.icon-inner button:nth-child(1) {
    /* width: 24px;
    height: 24px; */
    width: 18px;
    height: 18px;
    background: url(./images/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon-inner a.ex_link_Btn {
    background: url(./images/link-i.svg);
    background-size: 94%;
    background-repeat: no-repeat;
    background-position: center;
}

.recommend-ex-wrap button,
body.home .icon-inner button:nth-child(2) {
    /* width: 23.6px;
    height: 20.16px; */
    width: 18.6px;
    height: 16.16px;
    background: url(./images/heart.svg);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.modal-Btn-wrap.on-favorite button,
.recommend-ex-wrap button {
    width: 42px;
    height: 42px;
    background: url(./images/heart-rec-disabled.svg);
    background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    border-radius: 100%;
}

.modal-Btn-wrap.on-favorite {
    position: fixed;
    z-index: 9;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 32px -20px #000000;
    right: 39px;
    bottom: 110px;
}

body.home .icon-inner button.liked:nth-child(2) {
    background: url(https://ic-hive.aquaweb-lab.com/wp-content/uploads/2024/12/like-enable.svg);
}

.modal-Btn-wrap.on-favorite button.liked,
.recommend-ex-wrap button.liked {
    background-image: url(./images/heart-rec-enabled.svg);
}

.entry-content {
    padding: 72px 0 84px 0px;
}

body.home {
    background-color: #343434;
    color: #ffffff;
}

body.page {
    background-color: #343434;
    color: #ffffff;
}

ul.section-simulation {
    padding: 0px 0px;
    list-style: none;
}

section.wp-block-group {
    padding: 0 18px;
}

.post-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow-y: scroll; */
    z-index: 10000;
    transition: 0.5s;
    opacity: 0;
    
}

#modal-container.open .post-modal {
    background: rgba(0, 0, 0, 0.86);
    /* transform: scale(1.0); */
    opacity: 1;
}

.post-modal .post-modal-inner {
    transform: scale(0.8);
    /* background: rgba(0, 0, 0, 0); */
}

#modal-container.open .post-modal .post-modal-inner {
    transform: scale(1.0);
    /* background: rgba(0, 0, 0, 1.0); */
}

.post-modal img {
    max-width: 100%;
    height: auto;
    /* border-radius: 8px; */
}

.post-modal-inner {
    padding: 20px;
    /* max-width: 600px; */
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 18px;
    box-sizing: border-box;
    transition: 0.5s;
}

.post-image img {
    max-width: 100%;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.post-tag {
    margin-bottom: 42px;
}

.post-tag ul {
    list-style: none;
    padding: 0;
    gap: 10px;
}

.post-tag li {
    background: #707070;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 8px 4px 0px;
    font-size: 12px;
    font-weight: 600;
}

.modal-logo img.logo {
    width: 120px;
    margin: 0 auto;
    display: block;
}

.modal-logo img.hive {
    width: 150px;
    margin: 14px auto;
    display: block;
}

.modal-logo {
    margin-bottom: 28px;
}

.close-modal:after {
    transform: rotate(-45deg);
}
.close-modal:before {
    transform: rotate(45deg);
}
.close-modal:before, .close-modal:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000000;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.close-modal {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-Btn-wrap {
    position: fixed;
    z-index: 9;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 32px -20px #000000;
    transition: 0.5s;
    animation: fadeIn 0.5s forwards;
}

.modal-Btn-wrap.clsBtn {
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 20px;
    background-color: #ffffff;
    width: 58px;
    height: 58px;
    display: block;
}

.modal-Btn-wrap.ex-wrap {
    bottom: 18px;
    left: 18px;
    width: 86px;
    height: 86px;
    background-color: #00AED2;
}

.modal-Btn-wrap.ex-wrap a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: -4px;
}

.modal-Btn-wrap.on-contact {
    bottom: 18px;
    right: 18px;
    width: 86px;
    height: 86px;
    background-color: #ffffff;
}

.modal-Btn-wrap.ex-wrap a span {
    font-size: 12px;
}
.modal-Btn-wrap.ex-wrap a img {
    width: 28px;
    margin-bottom: 3px;
}

.modal-Btn-wrap.on-contact button.on-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: -4px;
    padding: 0;
}

.modal-Btn-wrap.on-contact img {
    width: 24px;
    margin-bottom: 3px;
}

.modal-Btn-wrap.on-contact span {
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #707070;
}

a {
    text-decoration: none;
}

.section-simulation-wrapper {
    display: none;
}

.favorite-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thumb-img img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}

.thumb-img {
    height: 78px;
    overflow: hidden;
    width: 130px;
}

.thumb-img button {
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.thumb-img button img.fav-info {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 2;
    bottom: 4px;
    right: 4px;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}

.fav-title button {
    padding: 0;
    color: inherit;
    text-align: left;
}

.scrollEnd .modal-Btn-wrap {
    animation: fadeOut 0.5s forwards; /* アニメーション実行後に状態を保持 */
    display: block;
    opacity: 1;
  }
  .scrollEnd .modal-Btn-wrap.clsBtn {
    display: block !important;
    opacity: 1 !important;
}
  
@keyframes fadeOut {
from {
    opacity: 1; /* 初期状態：完全に表示 */
}
to {
    opacity: 0; /* 最終状態：透明 */
    display: none; /* 最終的に非表示 */
}
}

@keyframes fadeIn {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}

.favorite-post-item h2 {
    font-size: 16px;
    font-weight: 600;
}

.favorite-post-item h2 > span:first-child {
    font-size: 12px;
    display: block;
    font-weight: 200;
    color: #cccccc;
}

.favorite-post-item a.ex-link {
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    background-color: #00AED2;
    color: #ffffff;
    padding: 8px 8px;
    border-radius: 3px;
}

.favorite-post-item .fav-title {
    width: calc(100% - 130px - 63.6px);
    padding: 0 8px;
}

form input {
    width: 100%;
}

form h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 48px 0px 18px 0px;
}

form .form-group {
    margin-bottom: 20px;
  }
  
  h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    border-radius: 0;
  }
  
  textarea {
    resize: vertical;
  }
  
  input[type='checkbox'],
  input[type='radio'] {
    display: none;
  }
  
  input[type='submit'],
  input[type='button'],
  label,
  button,
  select {
    cursor: pointer;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  form .form-input {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    box-sizing: border-box;
}
  
form .form-input:focus {
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
  }
  
  form .note {
    font-size: 0.9rem;
    color: #ffffff;
    margin-top: 5px;
}
  
input[type="submit"],
form button {
    background-color: #00AED2;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    max-width: 146px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 38px;
}
  
  form button:hover {
    background-color: #0056b3;
  }

  form textarea#details {
    border: solid 1px;
}

/* div#skills select::before, */
form p:has(select):before {
    position: absolute;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-bottom: solid 2px #ffffff;
    border-left: solid 2px #FFFFFF;
    transform: rotate(-45deg);
    right: 18px;
    /* bottom: 0; */
    top: 14px;
    margin: auto;
}

form p:has(select) {
    position: relative;
}

input[type="checkbox"]#agree-1 {
    display: inline-block;
    /* width: auto; */
    background-color: transparent;
    font-size: 14px;
    border: solid 1px #ffffff;
}

input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -5px;
  }
  
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: -5px;
    left: 6px;
    transform: rotate(50deg);
    width: 5px;
    height: 14px;
    border-right: 3px solid #00AED2;
    border-bottom: 3px solid #00AED2;
    content: '';
}

input[type="checkbox"]#agree-1 + span {
    font-size: 16px;
}

form .form-group.center-wrap {
    display: block;
    text-align: center;
}

.mw_wp_form_input .confirm-section {
    display: none;
}

.mw_wp_form_confirm .confirm-section {
    display: block;
}

.mw_wp_form_confirm .confirm-section p {
    font-size: 14px;
}

.mw_wp_form_confirm form h4 {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 0px;
}

.mw_wp_form_confirm form p {
    font-size: 16px;
    margin: 12px 0px;
}

.mw_wp_form_confirm .confirm-section h3 {
    font-size: 18px;
    font-weight: 600;
}

.mw_wp_form_confirm .form-group.center-wrap.confirm-change {
    display: none;
}

.mw_wp_form .error {
    font-size: 14px;
    color: #ff0000;
    display: block;
    margin-top: 8px;
}

p.menu-info {
    text-align: center;
    margin: 0;
    font-size: 16px;
    padding: 15px 0 15px 0px;
}

/* ul.section-simulation.recommend {
    margin: 0 -18px;
} */

ul.section-simulation.recommend li.post-item {
    width: 100%;
    height: calc(100vh - 86.8px - 79.1px);
}

.recommend-ex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 18px;
}

.recommend-ex-wrap a {
    font-size: 16px;
    color: #ffffff;
    background-color: #00AED2;
    width: auto;
    height: auto;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 600;
}

ul.section-simulation.recommend li.post-item h2 {
    padding: 0;
}

ul.section-simulation.recommend li.post-item h2:after {
    display: none;
}

.recommend-description-wrap {
    padding: 18px 18px 18px 18px;
    color: #ffffff;
    position: relative;
}

ul.section-simulation.recommend li.post-item p {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    z-index: 1;
    margin: 8px 0px;
    font-weight: 400;
}

ul.section-simulation.recommend .post-item h2 span:nth-child(2) {
    font-size: 18px;
}

ul.section-simulation.recommend .post-item h2 span:nth-child(1) {
    font-size: 14px;
}

ul.section-simulation.recommend .recommend-description-wrap button {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    display: block;
    width: 100%;
}

.benefit {
    background-color: #103770;
    font-size: 16px;
    padding: 14px 20px 24px 20px;
    margin: 18px 0px;
}

.benefit h4 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 18px;
}

h2#modal-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}

h2#modal-title span.company-name {
    font-size: 14px;
    display: block;
    font-weight: 200;
    color: #707070;
}

.period-inner span, .budget-inner span {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 200;
    color: #707070;
    display: block;
}

.period-inner {
    margin-top: 18px;
}

.modal-content-after-Btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content-after-Btn-wrap a, .modal-content-after-Btn-wrap button {
    width: 50%;
    background-color: #00AED2;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    margin: 0 8px;
}

.modal-content-after-Btn-wrap button.on-contact img {
    width: 16px;
    margin-right: 0.3em;
}

.loading-bg {
    position: fixed;
    top: 0;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: 0.5s;
    opacity: 1;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
}

.loading-bg.loaded {
    animation: fadeOut 0.5s forwards;
    pointer-events: none;
}

#modal-container .post-modal-inner {
    transition: 0.5s;
    opacity: 1;
}

body.locked header,
body.locked footer,
body.locked .entry-content {
    filter: blur(4px);
}

body header,
body footer,
body .entry-content {
    transition: 1s;
}

#modal-container.open .post-modal.first-announce {
    background: rgba(0, 0, 0, 0.8);
}

.copy-message {
    margin-left: 10px;
    color: #7afb4f;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.post-modal-inner .basic-wrap h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 28px 0 18px 0;
}

.post-modal-inner .basic-wrap ul.basic_code {
    list-style: none;
    padding: 0 0 0 0;
    font-size: 14px;
}

.post-modal-inner .basic-wrap ul.basic_code span.copy-text {
    margin-left: 0.8em;
    font-weight: 100;
    letter-spacing: 0em;
    font-feature-settings: initial;
    color: #cccccc;
}

.post-modal-inner .basic-wrap ul.basic_code li button {
    margin-left: 0.8em;
    padding: 0;
}

.post-modal-inner .basic-wrap ul.basic_code li button img {
    width: 12px;
}

.post-modal-inner .basic-wrap {
    background-color: #000000;
    /* border: solid 2px #ffffff; */
    padding: 18px 24px;
    box-sizing: border-box;
    margin-top: 42px !important;
    margin-bottom: 42px !important;
    border-radius: 10px;
}

.engineer-profiles .disc-wrap {
    font-size: 14px;
    font-weight: 200;
    color: #cccccc;
}

.profile-card {
    background-color: #000000;
    padding: 18px 28px;
    border-radius: 8px;
    margin-bottom: 42px;
}

.profile-card h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.profile-card h4 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.05em;
    display: block;
    color: #9a9a9a;
    /* margin-bottom: 18px; */
}

.profile-card p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
}

.profile-card .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.profile-card table {
    font-size: 14px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    border-collapse: collapse;
}

.profile-card table th {
    color: #555555;
    padding: 18px 0px;
    font-size: 12px;
}

.profile-card .achievements-lists {
    list-style: none;
    padding: 0;
}

.profile-card .link-card {
    margin: 18px 0px 48px 0px;
}

.profile-card .link-card h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    display: block;
    color: #ffffff;
}    

.profile-card .link-card p {
    word-break: break-word;
}

.profile-card .achievements-wrap {
    margin: 72px 0px 0px 0px;
}

.profile-card .table-wrapper {
    margin: 28px 0 0 0;
}

.profile-card .achievements-lists h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 8px 0;
}

.profile-card .achievements-lists span.about {
    color: #666666;
    font-size: 14px;
    display: block;
    font-weight: 100;
}

.profile-card .tag-list {
    display: flex;
    width: 100%;
}

.profile-card .tag-list {
    display: flex;
    width: 100%;
}

.profile-card span.tag {
    color: #666666;
    font-weight: 100;
    font-size: 12px;
    padding: 2px 12px;
    border: solid 1px #666666;
    border-radius: 4px;
    margin: 8px 7px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width:768px) {
    .post-modal-inner .basic-wrap {
        padding: 24px 42px;
    }
    header {
        max-width: 480px;
        left: auto;
        height: 100%;
    }
    header.wp-block-template-part .wp-block-group {
        height: 74px;
    }
    nav.menu {
        margin: 0px 0px 0px 0px !important;
        overflow-x: visible;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    nav.menu ul {
        display: flex;
        width: 100%;
        overflow-x: visible;
        margin: 0;
        flex-direction: column;
        padding: 0;
        margin-top: 38px;
    }
    nav.menu ul li {
        cursor: pointer;
    }
    footer {
        max-width: 480px;
        right: 0;
    }
    .entry-content{
        padding: 0px 0 18px 0px;
        width: calc(100% - 480px);
    }
    body.page main {
        width: calc(100% - 480px);
        margin-top: 0 !important;
        padding: 0;
    }

    body.page main > .wp-block-group {
        padding: 0 18px !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    body.page main .entry-content {
        width: 100%;
        display: block;
        margin: 0 !important;
    }

    h1.wp-block-post-title {
        font-size: 24px;
        margin: 48px 0px 18px 0px !important;
        font-weight: 700;
    }

    form#skillForm h2 {
        font-weight: 600;
        font-size: 22px;
        margin: 48px 0px 18px 0px !important;
    }

    div#skills select {
        position: relative;
        color: #ffffff;
    }

    div#skills select option {
        color: initial!important;
    }

    .skill-item {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .skill-item p:before {
        top: 0;
        bottom: 0;

    }

    .skill-item p {
        position: relative;
        font-size: 12px;
        font-weight: 400;
        width: calc(100% / 5);
    }

    .achievement-item {
        padding: 28px 24px;
        background-color: #141414;
        border-radius: 5px;
        margin: 28px 0px 34px 0px !important;
        position: relative;
    }

    .achievement-item > p {
        margin-bottom: 48px;
    }

    #achievements select {
        color: #ffffff;
    }

    .remove-btn {
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 2px 5px;
        margin: 8px 0;
        cursor: pointer;
        border-radius: 4px;
        right: -12px;
        bottom: -18px;
        position: absolute;
        font-size: 12px;
    }
    
      .remove-btn:hover {
        background-color: #ffcccc;
      }

    div#contact-sec {
        max-width: 680px;
        margin: 0 auto;
    }
    p.menu-info {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        margin-top: 28px;
    }
    nav.menu ul li button {
        background-color: transparent;
        border: none;
        color: #ffffff;
        font-size: 18px;
        position: relative;
        width: 50%;
        text-align: left;
        padding: 18px 0px 18px 0px;
    }
    nav.menu ul li button:before {
        position: absolute;
        content: "";
        width: 0%;
        height: 3px;
        background-color: #00AED2;
        bottom: 0.2em;
        transition: all 0.5s cubic-bezier(0,.73,.39,.98);
    }
    nav.menu ul li.active {
        border: none;
    }
    nav.menu ul li {
        padding: 0;
    }
    nav.menu ul li * {
        transition: all 0.5s cubic-bezier(0,.73,.39,.98);
    }
    nav.menu ul li:hover button {
        color: #00AED2;
    }
    nav.menu ul li:hover button:before {
        width: 20%;
    }
    nav.menu ul li.active button:before {
        width: 100%;
    }
    nav.menu ul li:active button:before {
        width: 3%;
    }
    nav.menu ul li:active button {
        color: #ffffff;
    }
    footer #footer-menu .wp-block-columns label, footer .wp-block-columns button {
        font-size: 14px;
    }
    footer #footer-menu .wp-block-columns label img, footer .wp-block-columns button img {
        width: 32px;
        height: 36px;
    }
    ul.section-simulation.recommend .post-item h2 span:nth-child(1) {
        font-size: 16px;
        display: block;
    }
    ul.section-simulation.recommend .post-item h2 span:nth-child(2) {
        font-size: 34px;
    }
    ul.section-simulation.recommend li.post-item p {
        font-size: 16px;
        line-height: 1.6em;
    }
    .recommend-ex-wrap {
        justify-content: end;
        align-items: flex-end;
    }
    .recommend-ex-wrap a {
        font-size: 18px;
        padding: 14px 32px;
        margin-right: 20px;
    }
    .modal-Btn-wrap.on-favorite button, .recommend-ex-wrap button {
        width: 54px;
        height: 54px;
    }
    .post-modal-inner > div, .post-modal-inner > h2 {
        max-width: 1200px;
        margin: 0 auto;
    }
    .modal-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 20px 0px;
        padding: 8px 0px 38px 0px;
    }
    .modal-logo img.logo {
        width: 180px;
        margin: 0;
    }
    .modal-logo img.hive {
        width: 210px;
        margin: 0;
        display: block;
    }
    h2#modal-title span.company-name {
        font-size: 16px;
        line-height: 1.4em;
    }
    h2#modal-title {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.4em;
        margin-bottom: 32px;
    }
    .post-modal-inner .post-image {
        max-height: 600px;
        overflow: hidden;
        border-radius: 10px;
    }
    .post-image img {
        object-fit: cover;
        width: 100%;
        height: 600px;
        display: block;
    }
    .period-inner span, .budget-inner span {
        font-size: 16px;
        line-height: 1.8em;
    }
    .benefit {
        background-color: #103770;
        font-size: 16px;
        padding: 32px 38px 42px 38px;
        margin: 18px 0px;
        box-sizing: border-box;
        margin: 32px auto 28px auto !important;
    }
    .benefit h4 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 38px;
        margin-top: 18px;
    }
    .modal-content-after-Btn-wrap a, .modal-content-after-Btn-wrap button {
        width: 50%;
        background-color: #00AED2;
        padding: 24px 18px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        border-radius: 10px;
        margin: 0 18px;
    }
    .modal-content-after-Btn-wrap button.on-contact img {
        width: 18px;
        margin-right: 0.3em;
    }
    .post-tag li {
        background: #707070;
        padding: 10px 18px;
        border-radius: 30px;
        display: inline-block;
        margin: 0 8px 4px 0px;
        font-size: 16px;
        font-weight: 600;
    }
    .post-item h2 span:nth-child(1) {
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }
    .post-item h2 span:nth-child(2) {
        font-size: 24px;
        -webkit-line-clamp: 3;
    }
    .icon-inner {
        background: #000;
        height: 50px;
        padding: 0 14px;
    }

    .icon-inner a.ex_link_Btn,
    .icon-inner button:nth-child(1) {
        /* width: 34px;
        height: 34px; */
        width: 24px;
        height: 24px;
    }
    body.home .icon-inner button:nth-child(2) {
        /* width: 35.6px;
        height: 30.16px; */
        width: 23.6px;
        height: 20.16px;
    }
    .modal-Btn-wrap.clsBtn {
        top: 28px;
        right: 34px;
    }
    .modal-Btn-wrap.ex-wrap {
        bottom: 34px;
        left: 34px;
    }
    .modal-Btn-wrap.on-contact {
        bottom: 34px;
        right: 34px;
    }
    .modal-Btn-wrap.on-favorite {
        right: 50px;
        bottom: 138px;
    }
    .thumb-img {
        height: 192px;
        overflow: hidden;
        width: 340px;
    }
    .thumb-img button {
        padding: 0;
        height: 100%;
        width: 100%;
    }
    .favorite-post-item .fav-title {
        width: calc(100% - 340px - 63.6px);
        padding: 0 18px;
    }
    .favorite-post-item h2 > span:first-child {
        font-size: 16px;
    }
    .favorite-post-item h2 {
        font-size: 24px;
    }
    .favorite-post-item h2 > span:first-child {
        margin-bottom: 8px;
    }
    .favorite-post-item a.ex-link {
        font-size: 18px;
        padding: 14px 34px;
        border-radius: 8px;
    }
    .thumb-img button img.fav-info {
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 2;
        bottom: 8px;
        right: 8px;
        padding: 8px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 100%;
    }
}

@media screen and (min-width:980px) and (max-width: 1199px)  {
    .post-item {
        height: 320px;
    }
}

@media screen and (min-width:1200px) and (max-width: 1499px)  {
    .post-item {
        width: calc(33.3333% - 14px);
        height: 420px;
        margin-right: 18px;
        &:nth-child(n+5) {
            margin-top: 0px;
        }
        &:nth-child(n+3) {
            margin-top: 0px;
        }
        &:nth-child(n+4) {
            margin-top: 18px;
        }
    }
    .post-item:nth-child(3n) {
        margin-right: 0;
    }
    .section-simulation {
        justify-content: left;
        align-items: flex-start;
    }
}

@media screen and (min-width:1500px) {
    .post-item {
        width: calc(25% - 14px);
        height: 420px;
        margin-right: 18px;
        &:nth-child(n+3) {
            margin-top: 0;
        }
        &:nth-child(n+5) {
            margin-top: 18px;
        }
    }
    .post-item:nth-child(4n) {
        margin-right: 0;
    }
    .section-simulation {
        justify-content: left;
        align-items: flex-start;
    }
}