@media (max-width: 1536px) {
  /*-------------------------------

  1536

  -------------------------------*/
  .p-top .fv .slider {
    translate: 2.5vw 0;
  }
  .p-top .philosophy .block__img {
    width: 48%;
    max-width: unset;
  }
  .p-top .philosophy .block__txt-wrap {
    width: 48%;
  }
  .p-philosophy .philosophy .block {
    gap: unset;
    justify-content: space-between;
  }
  .p-philosophy .philosophy .block__img {
    width: 48%;
  }
  .p-philosophy .philosophy .block__txt-wrap {
    width: 48%;
  }
}
@media (max-width: 1280px) {
  /*-------------------------------

  1280

  -------------------------------*/
  .c-column-wrap .item {
    gap: 11%;
  }
  .c-column-wrap .item__img {
    width: 28%;
  }
  .c-column-wrap .item__ttl-wrap {
    width: 61%;
  }
  .hd .nav {
    right: 100px;
  }
  .p-top .philosophy .slider__txt {
    translate: unset;
  }
}
@media (max-width: 1024px) {
  /*-------------------------------

  1024

  -------------------------------*/
}
@media (max-width: 768px) {
  /*-------------------------------

  768 common

  -------------------------------*/
  .c-a-pager {
    gap: 9px;
  }
  .c-a-pager .pager__item {
    font-size: 13px;
    padding-bottom: 6px;
    width: 15px;
  }
  .c-works-wrap::before,
  .c-works-wrap::after {
    display: none;
  }
  .c-works-wrap .inner {
    display: contents;
  }
  .c-works-wrap .item {
    border-bottom: 1px solid var(--black);
    padding-top: 41px;
    padding-bottom: 39px;
  }
  .c-works-wrap .item__ttl-wrap {
    display: block;
    margin-top: 23px;
  }
  .c-works-wrap .item__cat {
    padding: 4px 17px;
  }
  .c-s-pager .pager__item {
    font-size: 13px;
  }
  .c-column-wrap {
    width: auto !important;
  }
  .c-column-wrap .item {
    padding: 20px 0;
    gap: 6%;
    padding-right: 10px;
  }
  .c-column-wrap .item::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    right: 0;
  }
  .c-column-wrap .item__img {
    width: 36%;
  }
  .c-column-wrap .item__ttl-wrap {
    width: 58%;
  }
  .c-column-wrap .item:not(:has(img)) {
    gap: 0;
    padding: 29px 0;
  }
  .c-column-wrap .item:not(:has(img)) .item__img {
    display: none;
  }
  .c-column-wrap .item:not(:has(img)) .item__ttl-wrap {
    width: auto;
  }
  .c-column-wrap .item__info {
    font-size: 12px;
    flex-wrap: wrap;
    row-gap: 3px;
  }
  .c-column-wrap .item__date {
    width: 85px;
  }
  .c-column-wrap .item__ttl {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 3px;
  }
  .c-content-rule {
    font-size: 13px;
    line-height: 2.3;
  }
  .c-content-rule p + p:has(img),
  .c-content-rule p:has(img) + p {
    margin-top: 3em;
  }
  /*-------------------------------

  768 hd

  -------------------------------*/
  body.home .hd {
    opacity: 1;
  }
  .hd .logo {
    width: 38px;
    top: 18px;
    left: 29px;
  }
  .hd .ham {
    top: 26px;
    right: 19px;
    width: 25px;
    height: 12px;
  }
  .hd .ham__buns--2 {
    top: 9px;
  }
  .hd .ham-wrap {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hd .nav {
    position: static;
  }
  .hd .nav > * + * {
    margin-top: 35px;
  }
  .hd .nav__item {
    font-size: 14px;
  }
  .hd .nav__item--insta {
    width: 20px;
    margin-top: 55px;
  }
  .hd .ham--open .ham__buns--1 {
    translate: 0 4px;
  }
  /*-------------------------------

  768 ft

  -------------------------------*/
  .ft {
    padding-top: 51px;
    padding-bottom: 106px;
  }
  .ft .partner-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 10%;
  }
  .ft .wrap {
    margin-top: 90px;
    display: block;
  }
  .ft .info {
    justify-content: space-between;
    align-items: flex-end;
    gap: unset;
  }
  .ft .info__logo {
    width: 52px;
  }
  .ft .info__contact {
    font-size: 13px;
    line-height: 1.9;
    margin-top: auto;
  }
  .ft .cr {
    text-align: center;
    margin-top: 59px;
  }
  /*-------------------------------

  768 ft-contact

  -------------------------------*/
  .ft-contact {
    padding-top: 88px;
    padding-bottom: 89px;
  }
  .ft-contact .heading {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .ft-contact .txt {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2.3;
  }
  .ft-contact .c-btn {
    width: 218px;
    height: 62px;
    font-size: 14px;
    margin: 66px auto 0;
  }
  /*-------------------------------

  768 top

  -------------------------------*/
  .loading__logo {
    width: 38px;
  }
  .p-top .fv {
    padding-top: 175px;
  }
  .p-top .fv .container {
    display: contents;
  }
  .p-top .fv .wrap {
    display: block;
  }
  .p-top .fv .slider {
    translate: unset;
  }
  .p-top .fv .slick-slider,
  .p-top .fv .slick-slide {
    aspect-ratio: 39/41;
    width: 100vw !important;
    height: auto !important;
    max-width: unset;
  }
  .p-top .fv .slick-dots {
    bottom: 10px;
    right: 20px;
  }
  .p-top .fv .slider__ttl {
    font-size: 13px;
    width: fit-content;
    bottom: 46px;
    right: 16px;
  }
  .p-top .philosophy {
    padding-top: 60px;
  }
  .p-top .philosophy .block {
    display: block;
  }
  .p-top .philosophy .block__img {
    width: auto;
    height: auto;
  }
  .p-top .philosophy .block__img img {
    aspect-ratio: 35/22;
  }
  .p-top .philosophy .block__txt-wrap {
    width: auto;
    margin-top: 46px;
  }
  .p-top .philosophy .block__heading {
    font-size: 18px;
  }
  .p-top .philosophy .block__txt {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 23px;
  }
  .p-top .philosophy .block__btn {
    margin: 46px auto 0;
    font-size: 13px;
  }
  .p-top .philosophy .slider {
    margin-top: 90px;
  }
  .p-top .philosophy .slick-slide {
    width: 172px;
    margin-right: 35px;
  }
  .p-top .philosophy .slick-dots {
    bottom: -50px;
    right: 20px;
  }
  .p-top .philosophy .slider__txt {
    font-size: 13px;
    line-height: 2.3;
    margin: 89px 5vw 0;
  }
  .p-top .works {
    padding-top: 74px;
  }
  .p-top .works .heading-wrap {
    display: block;
  }
  .p-top .works .heading {
    font-size: 20px;
  }
  .p-top .works .cat {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-top .works .cat__item {
    font-size: 12px;
    padding: 4px 17px;
  }
  .p-top .works .c-works-wrap {
    margin-top: 12px;
  }
  .p-top .works .block__btn {
    margin: 46px auto 0;
    font-size: 13px;
    width: 155px;
    height: 54px;
  }
  .p-top .column {
    padding-top: 130px;
    padding-bottom: 104px;
  }
  .p-top .column .block {
    display: block;
  }
  .p-top .column .block__heading {
    font-size: 20px;
  }
  .p-top .column .block__btn {
    margin: 46px auto 0;
    font-size: 13px;
  }
  .p-top .column .c-column-wrap {
    margin-top: 30px;
  }
  /*-------------------------------

  768 p-philosophy

  -------------------------------*/
  .p-philosophy .fv {
    padding-top: 176px;
  }
  .p-philosophy .fv .img {
    width: auto;
    height: auto;
  }
  .p-philosophy .fv .img img {
    aspect-ratio: 395/300;
  }
  .p-philosophy .fv .heading {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .p-philosophy .philosophy {
    padding-top: 86px;
  }
  .p-philosophy .philosophy .container > * + * {
    margin-top: 76px;
  }
  .p-philosophy .philosophy .block {
    display: block;
  }
  .p-philosophy .philosophy .block__img {
    width: 90vw;
    height: auto;
    margin: auto;
  }
  .p-philosophy .philosophy .container .block:nth-of-type(2n + 1) .block__img {
    margin-left: calc(50% - 50vw);
  }
  .p-philosophy .philosophy .container .block:nth-of-type(2n) .block__img {
    margin-right: calc(50% - 50vw);
  }
  .p-philosophy .philosophy .block__txt-wrap {
    width: auto;
  }
  .p-philosophy .philosophy .block__ttl {
    font-size: 15px;
    margin-top: 27px;
    margin-left: 8px;
  }
  .p-philosophy .philosophy .block__heading {
    font-size: 18px;
    margin-top: 12px;
  }
  .p-philosophy .philosophy .block__txt {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 19px;
  }
  .p-philosophy .company {
    padding-top: 101px;
    padding-bottom: 60px;
  }
  .p-philosophy .company .heading {
    font-size: 18px;
  }
  .p-philosophy .company .item-wrap {
    margin-top: 39px;
  }
  .p-philosophy .company .item {
    padding: 17px 0;
    font-size: 13px;
    line-height: 2.3;
  }
  .p-philosophy .company .item__ttl {
    width: 113px;
  }
  .p-philosophy .company .item__txt {
    width: calc(100% - 113px);
  }
  /*-------------------------------

  768 p-contact

  -------------------------------*/
  .p-contact .form {
    padding-top: 214px;
    padding-bottom: 100px;
  }
  .p-contact .form .heading {
    font-size: 20px;
  }
  .p-contact .form .txt,
  .p-contact .form .item__ttl,
  .p-contact .form .item__txt *,
  .p-contact .form .btn {
    font-size: 13px;
  }
  .p-contact .form .item-wrap,
  .p-contact .form .txt {
    margin-top: 60px;
  }
  .p-contact .form .item__txt input {
    margin-top: 0;
  }
  .p-contact .form .item__txt textarea {
    margin-top: 20px;
    height: 200px;
  }
  .p-contact .form .btn {
    width: 217px;
    height: 65px;
  }
  .p-contact .form .btn,
  .p-contact .form .btn-wrap {
    margin-top: 52px;
  }
  .p-contact .form .btn--back {
    margin-top: 15px;
  }
  /*-------------------------------

  768 p-policy

  -------------------------------*/
  .p-policy .policy {
    padding-top: 214px;
    padding-bottom: 100px;
  }
  .p-policy .policy .heading {
    font-size: 20px;
  }
  .p-policy .policy .txt-wrap {
    margin-top: 60px;
  }
  .p-policy .policy .ttl {
    font-size: 13px;
  }
  .p-policy .policy .txt {
    font-size: 13px;
    margin-top: 5px;
  }
  .p-policy .policy .txt + .ttl {
    margin-top: 30px;
  }
  /*-------------------------------

  768 p-notfound

  -------------------------------*/
  .p-notfound .notfound {
    padding-top: 214px;
    padding-bottom: 100px;
  }
  .p-notfound .notfound .heading {
    font-size: 20px;
  }
  .p-notfound .notfound .txt {
    margin-top: 60px;
    font-size: 13px;
  }
  /*-------------------------------

  768 a-works

  -------------------------------*/
  .a-works .works {
    padding-top: 214px;
    padding-bottom: 66px;
  }
  .a-works .works .heading-wrap {
    display: block;
  }
  .a-works .works .heading {
    font-size: 20px;
  }
  .a-works .works .cat {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .a-works .works .cat__item {
    padding: 4px 17px;
  }
  .a-works .works .c-works-wrap {
    margin-top: 11px;
  }
  .a-works .works .c-a-pager {
    margin-top: 38px;
  }
  /*-------------------------------

  768 s-works

  -------------------------------*/
  .s-works .works {
    padding-top: 197px;
  }
  .s-works .works .heading {
    font-size: 16px;
  }
  .s-works .works .main {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .s-works .works .sub {
    margin-top: 21px;
  }
  .s-works .works .sub .slick-track {
    gap: 2px;
  }
  .s-works .works .sub .sub__item {
    width: calc((100% - 8px) / 5) !important;
  }
  .s-works .works .lead {
    font-size: 16px;
    margin-top: 61px;
  }
  .s-works .works .content {
    margin-top: 25px;
  }
  .s-works .works .cat-wrap {
    margin-top: 40px;
  }
  .s-works .works .cat {
    padding: 4px 17px;
  }
  .s-works .other {
    padding-top: 67px;
    padding-bottom: 71px;
  }
  .s-works .other .cat {
    margin-top: 81px;
    flex-wrap: wrap;
  }
  .s-works .other .cat__item {
    padding: 4px 17px;
  }
  .s-works .other .c-works-wrap {
    margin-top: 11px;
  }
  /*-------------------------------

  768 a-column

  -------------------------------*/
  .a-column .column {
    padding-top: 214px;
    padding-bottom: 66px;
  }
  .a-column .column .block {
    display: block;
  }
  .a-column .column .block__heading {
    font-size: 20px;
  }
  .a-column .column .c-column-wrap {
    margin-top: 30px;
  }
  .a-column .column .c-a-pager {
    margin-top: 38px;
  }
  .a-column .column .block__cat {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 3px;
  }
  /*-------------------------------

  768 s-column

  -------------------------------*/
  .s-column .column {
    padding-top: 197px;
  }
  .s-column .column .date {
    font-size: 12px;
  }
  .s-column .column .heading {
    font-size: 16px;
    margin-top: 14px;
  }
  .s-column .column .content {
    margin-top: 38px;
  }
  .s-column .other {
    padding-top: 67px;
    padding-bottom: 71px;
  }
  /* 250801 recruit */
  .postid-2589 .ttl {
    font-size: 15px;
    margin-top: 44px;
  }
  .postid-2589 .item-wrap {
    margin-top: 22px;
  }
  .postid-2589 .item {
    padding: 17px 0;
    font-size: 13px;
    line-height: 2.3;
  }
  .postid-2589 .item__ttl {
    width: 113px;
  }
  .postid-2589 .item__txt {
    width: calc(100% - 113px);
  }
  .postid-2589 .c-btn {
    margin: 46px auto 0;
    font-size: 13px;
  }
}
