#contact-page .contact__form .form__block .head__inner p {
  display: inline-block;
}

.section_top_text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  /* margin-bottom: 80px; */
    margin-bottom: min(80px,4.167vw);
}
@media only screen and (max-width: 767px) {
  .section_top_text {
    line-height: calc(28 / 15);
    font-size: 15px;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
  }
  #home #column .section_top_text,
  #home #news .section_top_text,
  .influencer .section_top_text {
    width: calc(100% - 80px);
  }
}

#home #performance {
  padding: 100px 12px;
}
#home .arc__title {
  margin-bottom: 26px;
}
#home #service .arc__title{
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  #home .arc__title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #home #works .section_top_text {
    margin-bottom: 50px;
  }
  #home #works .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(50px, 2.604vw);
    max-width: 1240px;
    width: calc(100% - 80px);
  }
  #home #works .works__list li .thumb {
    margin-bottom: 0;
    height: min(220px, 17.742vw);
  }
}
#home #works .works__list {
  margin-bottom: 90px;
}
#home #works .works__list li:nth-of-type(odd),
#home #works .works__list li {
  margin-right: unset;
  border-radius: 15px;
  /* width: calc(100vw * (330 / 1366)); */
  width: auto;
  /* margin-bottom: calc(100vw * (50 / 1366)); */
  margin-bottom: unset;
}
#home.loadEnd #works .works__list li.in-enter {
  box-shadow: unset;
  position: relative;
}
#home.loadEnd #works .works__list li .thumb.in-enter {
  border-radius: 15px 15px 0 0;
}
#home #works .works__list li .logo img {
  border-radius: unset;
}
#home #works .works__list li .logo {
  position: relative;
  transform: unset;
  left: unset;
  top: unset;
  width: min(68px, 5.484vw);
  height: min(68px, 5.484vw);
  border: 1px solid #d8d8d8;
}
#home.loadEnd #works .works__list li .logo img {
  box-shadow: unset;
}
#home #works .works__list li .text__block .text__inner {
  display: flex;
  gap: min(20px, 1.042vw);
  margin-left: unset;
  /* align-items: flex-start; */
  align-items: center;
  margin-bottom: 20px;
}
#home #works .works__list li .text__block .text__inner .name {
  font-size: clamp(12px, 1.19vw, 15px);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  color: #707070;
}
.works__list li .text__block {
  padding: min(25px, 1.984vw);
  padding-top: 16px;
}
.works-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.works-cat .term {
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  font-size: min(12px, 0.952vw);
  color: #aaaaaa;
  padding: 7px 10px 6px;
  line-height: 1;
  white-space: nowrap;
}
.works__list li .text__block .title {
  font-size: 500;
  font-size: 18px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*2行以上の場合は三点リーダーが表示されます。*/
}
.works__single .read_btn,
.text__block .read_btn {
  text-align: right;
  position: absolute;
  right: 25px;
  bottom: 26px;
}
.text__block .read_btn span {
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 20px;
  font-size: 15px;
  padding: 8px 16px 8px 20px;
  display: inline-block;
  letter-spacing: 0;
  /* font-weight: bold; */
  transition: transform 0.3s ease;
}
.text__block .read_btn span::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.in-enter:hover .text__block .read_btn span {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
    #home #works .section_top_text {
    margin-bottom: 20px;
  }
  #home #works .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  /* .works__list li .text__block {
  padding: 1.6vw 2.133vw 3.2vw;
  } */
  #home #works .works__list li .logo {
    width: min(66px, 10.133vw);
    height: min(66px, 10.133vw);
  }
  .works-cat .term {
    /* padding: 2px 6px;
    font-size: 8px; */
    padding: 0.533vw 1.6vw;
    font-size: min(12px, 2.133vw);
    display: block;
    width: fit-content;
  }
  #home #works .works__list li .text__block .text__inner {
    gap: 8px;
    margin-bottom: 10px;
  }
  .works__list li .text__block .title {
    font-size: min(15px, 2.667vw);
    margin-bottom: 0;
  }
  .works__list li .thumb {
    margin-bottom: 0;
  }
  #home #works .works__list li {
    padding-bottom: 0;
  }
  #home #works .works__list {
    margin-bottom: 29px;
  }
}
.top_aboutus {
  padding: 85px 0;
  background-color: #ffefbe;
  position: relative;
}
.top_aboutus .inner {
  max-width: 1038px;
  width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top_aboutus .arc__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top_aboutus_wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
  }
  .top_aboutus_content {
    display: flex;
    gap: min(30px, 1.563vw);
    align-items: center;
    margin-bottom: 90px;
  }
}
.top_aboutus_content .content_text_wrap {
  display: flex;
  /* font-size: clamp(15px,0.938vw,18px); */
  font-size: 18px;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.top_aboutus_content_right .content_text_wrap {
  color: #dc5418;
}
.top_aboutus_content .content_text_wrap img {
  width: 25px;
  height: 25px;
}
.top_aboutus_wrap h4 {
  /* font-size: min(95px,4.792vw); */
  font-size: 95px;
  font-weight: 800;
  line-height: calc(110 / 95);
}
.top_aboutus_wrap_left {
  flex: 1;
}
.top_aboutus_wrap_right img {
  /* width: min(458px,30.854vw); */
  width: 458px;
}
.top_aboutus_subtitle {
  /* font-size: clamp(20px,1.458vw, 28px);
  margin-bottom: min(36px,1.875vw); */
  font-size: 28px;
  margin-bottom: 36px;
  font-weight: bold;
}
.top_aboutus_wrap_text {
  font-size: 16px;
  line-height: 2;
}
.top_aboutus_content .top_aboutus_content_left {
  background-color: #efefef;
  border-radius: 10px;
  /* width: clamp(340px, 22.917vw, 440px); */
  width: 440px;
}
.top_aboutus_content .content_title {
  border-radius: 10px 10px 0 0;
  height: 50px;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_aboutus_content .top_aboutus_content_left .content_title {
  background-color: #2b2b2b;
  color: #fff;
  font-weight: bold;
}
.top_aboutus_content .top_aboutus_content_right {
  background-color: #fff;
  border-radius: 10px;
  /* width: clamp(360px,27.083vw,520px); */
  width: 520px;
}
.top_aboutus_content .top_aboutus_content_right .content_title {
  background-color: #f39800;
}
.top_aboutus_content .top_aboutus_content_right .content_title img {
  height: 17px;
}
.top_aboutus_content .content_text_box {
  /* padding: min(21px,1.094vw) 0 0 min(36px, 1.875vw); */
  padding: 21px 0 0 36px;
}
.top_aboutus_content .about_content_arrow {
  height: 43px;
}

/*  */

@media only screen and (max-width: 1120px) {
  .top_aboutus_content .content_text_wrap {
    font-size: clamp(14px, 1.339vw, 18px);
    gap: min(10px, 0.893vw);
  }
  .top_aboutus_content .content_text_wrap img {
    width: clamp(20px, 2.232vw, 25px);
    height: clamp(20px, 2.232vw, 25px);
  }
  .top_aboutus_wrap h4 {
    font-size: min(95px, 8.482vw);
    line-height: calc(110 / 95);
  }
  .top_aboutus_wrap_right img {
    width: min(458px, 40.893vw);
  }
  .top_aboutus_subtitle {
    font-size: clamp(20px, 1.786vw, 28px);
    margin-bottom: min(36px, 3.214vw);
  }
  .top_aboutus_content .top_aboutus_content_left {
    width: clamp(340px, 39.286vw, 440px);
  }

  .top_aboutus_content .top_aboutus_content_right {
    width: clamp(360px, 46.429vw, 520px);
  }
  .top_aboutus_content .content_text_box {
    padding: min(21px, 1.875vw) 0 0 min(36px, 2.214vw);
  }
}
/*  */

.top_aboutus .button {
  width: 200px;
  height: 50px;
  background: #151515;
  margin: auto;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top_aboutus .button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f39800;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right;
  transform: scaleX(0);
}
.top_aboutus .button a {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
}
.top_aboutus .button .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .top_aboutus .inner {
    width: calc(100% - 40px);
  }
  .top_aboutus_wrap h4 {
    font-size: min(54px, 14.4vw);
  }
  .top_aboutus_subtitle {
    font-size: 20px;
  }
  .top_aboutus_wrap_text {
    font-size: 15px;
  }
  .top_aboutus_wrap_left {
    margin-bottom: 34px;
  }
  .top_aboutus_wrap_right img {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .top_aboutus_content {
    margin: 6.933vw 0 50px;
  }
  .top_aboutus_content .content_title {
    font-size: clamp(13px, 3.467vw, 15px);
  }
  .top_aboutus_content .content_text_wrap {
    font-size: clamp(13px, 3.467vw, 15px);
    margin-bottom: 10px;
  }
  .top_aboutus_content .content_text_wrap img {
    width: 20px;
    height: auto;
  }
  .top_aboutus_content .content_text_box {
    padding: 15px;
    padding-bottom: 5px;
  }
  .top_aboutus_content .top_aboutus_content_left,
  .top_aboutus_content .top_aboutus_content_right {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .top_aboutus_content .about_content_arrow {
    transform: rotate(90deg);
    margin: 6px auto;
    height: clamp(30px, 8vw, 43px);
  }
  .top_aboutus_subtitle {
    margin-bottom: 30px;
  }
}
.top_aboutus .about-bgarrow {
  position: absolute;
  top: 480px;
  left: -162px;
  width: 68.906vw;
  height: auto;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .top_aboutus .about-bgarrow {
    width: 78.125vw;
    top: 440px;
    left: -11.25vw;
  }
}
@media screen and (max-width: 767px) {
  .top_aboutus .about-bgarrow {
    width: 411px;
    top: 354px;
    left: -26px;
  }
}

.influencer .arc__title {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .influencer .arc__title {
    margin-bottom: calc(100vw * (40 / 1366));
  }
}
#home #overview {
  padding-top: 0;
}

h4.influencer_title {
  font-size: clamp(30px, 2.188vw, 42px);
  margin-bottom: 20px;
  color: #F39800;
}

h4.influencer_title span {
  color:#000000 ;
  font-size: 16px;
  margin-left: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.influencer .slick-dots {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #home #instagram {
    max-width: 1040px;
    margin: auto;
    padding: 0 0 124px;
    width: calc(100% - 80px);
  }
  #home #supporter {
    padding-bottom: 0;
  }
  #home #overview {
    max-width: 1040px;
    margin: auto;
    width: calc(100% - 80px);
    padding: 0 0 125px;
  }
}
#home #supporter .supporter__list .slick-list {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #home #instagram {
    margin-bottom: 65px;
  }

  h4.influencer_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  h4.influencer_title span {
    font-size: 14px;
    margin-left: 0;
    display: block;
  }
  #home #supporter {
    margin-bottom: 65px;
  }
  #home #statement {
    padding-left: 20px;
  }
}

#column .arc__title {
  position: relative;
  text-align: center;
}
  #home #column .swipe__list .arc__title .ja{
    margin-top: 0;
  }
@media only screen and (min-width: 768px) {
  #column .arc__title {
    margin-bottom:26px;
  }
}

#home #news {
  background-color: #ffefbe;
}
#home #news .section__inner {
  max-width: 1212px;
  width: calc(100% - 40px);
}

#home #news h3 img {
  height: min(82px, 4.271vw);
  margin: 0 auto;
}
#home #news .news__list li a {
  display: block;
}
#home #news .news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;

}
#home #news .news__list .nahato-icon-img {
  position: absolute;
  top: max(-85px, -4.427vw);
  right: 30px;
  width: min(92px, 4.792vw);
  height: auto;
  z-index: 1;
}
#home #news .section_top_text{
    font-weight: 700;
}
@media screen and (max-width: 767px) {
  #home #news .news__list .nahato-icon-img {
    width: 50px;
    top: -47px;
  }
  #home #news .section_top_text {
    text-align: center;
    width: 100%;
    margin-bottom: 77px;
  }
}
@media only screen and (min-width: 768px) {
  #home #news .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
      margin-bottom: 83px;
  }
}
/* .news__list li:first-child {
  border-top: 1px solid #f39800;
} */
#home #news .news__list li {
  border-bottom: unset;
  border-bottom: 1px solid #f39800;
  border-left: 1px solid #f39800;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  #home #news .news__list > li:nth-child(-n + 3) {
    border-top: 1px solid #f39800;
  }
  #home #news .news__list > li:nth-child(3n) {
    border-right: 1px solid #f39800;
  }
}
.news__list li .thumb {
  box-shadow: unset;
  width: 100%;
  height: auto;
}
.news__list li .text__block {
  display: block;
}
.news__list li .text__block .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.news__list li .date:before {
  display: none;
}
#news .news__list li a {
  padding: 0;
}
#news .news__list li .text__block {
  width: auto;
}
@media only screen and (min-width: 768px) {
  #home #news .text__block_item_wrap {
    display: flex;
    gap: 12px;
    margin: 20px 0;
    flex-wrap: wrap;
  }
}
.news__list li .date {
  margin-right: unset;
  color: #f39800;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
#home #news .text__block_item_wrap .cat .cat-name {
  color: #fff;
  background-color: #f39800;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  /* margin-right: 6px; */
  display: block;
}
.news__list li .title {
  line-height: calc(28 / 16);
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*2行以上の場合は三点リーダーが表示されます。*/
}
#home #virtual-office {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  #home #column {
    padding-top: 72px;
  }
  #home #news {
    padding: 60px 0 120px;
  }
  #home #news .section__inner {
    max-width: 1212px;
    width: 100%;
  }
  #home #news h3 img {
    height: 30px;
  }
  .news__list li .date {
    font-size: 12px;
    margin: 9px 0 4px;
  }
  #home #news .text__block_item_wrap .cat .cat-name {
    font-size: 8px;
    padding: 2px 9px;
  }
  .news__list li .title {
    font-size: 12px;
    margin-top: 11px;
  }
  #home #news .news__list > li:nth-child(-n + 2) {
    border-top: 1px solid #f39800;
  }
  #home #news .news__list > li:nth-child(2n) {
    border-right: none;
  }
  #home #news .news__list > li:nth-child(2n-1) {
    border-left: none;
  }
}
#home #works .button,
.top_aboutus .button,
.button.viewmore {
  width: 250px;
}
#home #column .button.viewmore {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  #home #column .button.viewmore {
  width: clamp(180px,9.375vw,200px);
}
}
@media only screen and (max-width: 767px) {
  #home #works .button,
  .top_aboutus .button,
  .button.viewmore {
    width: 206px;
  }
}
  #home .arc__title .ex-line-chead {
    width: 100px;
    height: 5px;
  }
@media only screen and (min-width: 768px) {

  #home .arc__title .ja {
    display: block;
    /* margin-top: 73px; */
        margin-top: min(73px,3.802vw);
        font-size: clamp(16px, 1.198vw,23px);
  }
  footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
    #home .arc__title .ex-line-chead {
    width: 55px;
  }
    #home .arc__title .ja {
    display: block;
    margin-top: 29px;
  }
}

/* cta */
section.cta_box {
  margin-bottom: unset !important;
  padding-bottom: unset !important;
  border-bottom: unset !important;
  max-width: unset !important;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .cta_box {
    display: flex;
  }
  .cta_box .cta_wrap {
    padding: min(55px, 2.865vw) 0;

    width: 50%;
  }
  .cta_box .cta_recruit {
    padding-left: min(67px, 3.49vw);
  }
}
.cta_box .cta_contact {
  background-color: #f39800;
}
.cta_box .cta_recruit {
  background-color: #ffcc28;
}
.cta_box .cta_btn {
  background-color: #2b2b2b;
  height: 60px;
  width: 332px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
.cta_box .cta_btn::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.cta_box .cta_btn span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;

  padding-left: 30px;
}
.cta_box .cta_title {
  font-size: 50px;
  font-weight: bold;
}
.cta_box .cta_title span {
  font-size: 23px;
  margin-left: min(30px, 1.563vw);
}
.cta_box .cta_text {
  margin: 10px 0 30px;
  font-size: 16px;
}
.cta_contact .inner {
  max-width: 630px;
  min-width: 350px;
  margin-left: auto;
  width: 630px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cta_contact .inner {
    width: 45.032vw;

  }
}
@media only screen and (max-width: 767px) {
  #home #virtual-office {
    padding-bottom: 0;
  }
  .cta_contact .inner {
    max-width: 100%;
          min-width: unset;
  }
  .cta_box .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .cta_box .cta_title span {
    font-size: 16px;
    margin-left: 0;
    top: -12px;
    position: relative;
  }
  .cta_box .cta_text {
    font-size: 15px;
    /* margin: 24px 0 30px; */
    margin: 0 0 30px;
  }
  .cta_box .cta_btn {
    height: 52px;
  }
  .cta_box .cta_wrap {
    padding: 60px 0;
  }
  .cta_box .cta_title {
    line-height: 1;
  }
  .cta_box .cta_btn {
    width: min(332px, 88.533vw);
  }
}
.cta_box a {
  transition: all 0.3s;
}
.cta_box a:hover {
  opacity: 0.7;
}

/* company */
.page_top_text {
  display: flex;
  align-items: center;
}
.page_top_text::before {
  content: "";
  width: 4px;
  height: 49px;
  display: inline-block;
  background-color: #f39800;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_top_text::before {
    height: 70px;
  }
}
#company .page_top_text {
  font-size: 16px;
  margin-top: 52px;
  line-height: 2;
}
#company .content__sec {
  padding-top: 180px;
}
.top_aboutus .section_top_text{
  /* margin-bottom: 128px; */
    margin-bottom: min(128px,6.667vw);
}
@media (max-width: 767px) {
  .top_aboutus .section_top_text{
  margin-bottom: 66px;
}
  #aboutus .arc__title .page_top_text {
    font-size: 14px;
    margin-top: 42px;
  }
}
.history__section {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .history__section__body {
    padding-right: 0;
  }
  #company .content__sec .arc__title h3 {
    font-size: min(129px, 6.719vw);
    font-weight: 800;
  }
  #company section.history .sec__title {
    margin-bottom: 80px;
  }
}

/* works */
#works .works_content {
  background-color: #f8f8f4;
  padding: 62px 0 166px;
}
#works .content__sec .arc__title {
  margin-bottom: 100px;
}
#works .content__sec .arc__title h3 {
  font-size: min(129px, 6.719vw);
}
#works .content__sec .arc__title .ja {
  font-size: 23px;
}
#works .content__sec .page_top_text {
  font-size: 16px;
  margin-top: 52px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #works .content__sec .arc__title {
    margin-bottom: 78px;
  }
  #works .content__sec .arc__title h3 {
    font-size: 52px;
  }
  #works .content__sec .page_top_text {
    margin-top: 42px;
  }
  #works .content__sec .arc__title .ja {
    font-size: 16px;
  }
}
#works .works_content .inner {
  max-width: 1260px;
  margin: 0 auto;
  width: calc(100% - 80px);
}
#works .category_content {
  display: flex;
  margin-bottom: 80px;
}
#works .category_wrap {
  /* width: 50%; */
}

#works .works-cat-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

#works .category_line {
  width: 1px;
  height: 120px;
  background-color: #707070;
}
#works .category_service {
  padding-left: 45px;
}
#works .category_text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #works .category_text {
    margin-bottom: 13px;
    font-size: 15px;
  }
}
#works .works-cat-list li button {
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  font-size: 14px;
  color: #aaaaaa;
  padding: 7px 10px 6px;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  #works .works-cat-list li button:hover {
    border: 1px solid #f39800;
    background-color: #f39800;
    color: #fff;
  }
}
#works .works-cat-list li button.is-active {
  border: 1px solid #f39800;
  background-color: #f39800;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #works .works__list li.works-li {
    padding: 0;
  }
  #works .works__list li a {
    display: block;
  }
}
/* #works .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(50px,2.604vw);
        max-width: 1260px;
    width: calc(100% - 80px);
  }
  #works .works__list li .thumb{
    margin-bottom: 0;
  } */

@media only screen and (min-width: 768px) {
  #works .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(48px, 2.604vw);
    max-width: 1230px;
    /* width: calc(100% - 80px); */
    margin: 0 auto;
  }
  #works .works__list li .thumb {
    margin-bottom: 0;
  }
}
#works .works__list {
  margin-bottom: 90px;
}

#works .works__list li {
  margin-right: unset;
  border-radius: 15px;
  /* width: calc(100vw * (330 / 1366)); */
  width: auto;
  /* margin-bottom: calc(100vw * (50 / 1366)); */
  margin-bottom: unset;
}
#works .works__list li.in-enter {
  box-shadow: unset;
}
#works .works__list li .thumb.in-enter {
  border-radius: 15px 15px 0 0;
  height: min(220px, 17.886vw);
}
@media screen and (max-width: 767px) {
  #works .works__list li .thumb.in-enter {
    height: 25.333vw;
  }
}
#works .works__list li .logo img {
  border-radius: unset;
}
#works .works__list li .logo {
  position: relative;
  transform: unset;
  left: unset;
  top: unset;
  width: min(68px, 5.528vw);
  height: min(68px, 5.528vw);
  aspect-ratio: 1 / 1;
  border: 1px solid #d8d8d8;
}
#works .works__list li .logo img {
  box-shadow: unset;
}
#works .works__list li .text__block .text__inner {
  display: flex;
  gap: min(20px, 1.042vw);
  margin-left: unset;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #works .works__list li .text__block .text__inner .text__inner_right {
    position: relative;
    top: 2px;
  }
}

#works .works__list li .text__block .text__inner .name {
  font-size: clamp(12px, 1.19vw, 15px);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  color: #707070;
}
.works__single .info-block,
.works__list li .text__block {
  padding: min(25px, 1.984vw) min(25px, 1.984vw) 84px;
  padding-top: 16px;
}
.works-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
/* .works-cat .term {
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  font-size: min(12px, 0.952vw);
  color: #aaaaaa;
  padding: 7px 10px;
  line-height: 1;
  white-space: nowrap;
} */
.works__list li .text__block .title {
  font-size: 500;
  font-size: 18px;
  line-height: calc(32 / 18);
}
.text__block .read_btn {
  text-align: right;
}
.text__block .read_btn span {
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 20px;
  font-size: 15px;
  padding: 8px 16px 8px 20px;
  display: inline-block;
  letter-spacing: 0;
  /* font-weight: bold; */
  transition: transform 0.3s ease;
}
.text__block .read_btn span::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.in-enter:hover .text__block .read_btn span {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #works .works_content {
    padding: 31px 0 85px;
  }
  #works .works_content .inner {
    width: calc(100% - 40px);
  }
  #works .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .works__list li .text__block {
    padding: 1.6vw 2.133vw 3.2vw;
  }
  #works .works__list li .logo {
    width: 38px;
    height: 38px;
  }
  /* .works-cat .term {
    padding: 2px 6px;
    font-size: 8px;
    display: block;
    width: fit-content;
  } */
  #works .works__list li .text__block .text__inner {
    gap: 8px;
    margin-bottom: 10px;
  }
  /* .works__list li .text__block .title {
    font-size: 12px;
    margin-bottom: 0;
  } */
  .works__list li .thumb {
    margin-bottom: 0;
  }
  #works .works__list li {
    padding-bottom: 0;
  }
  #works .works__list {
    margin-bottom: 25px;
  }
  #works .works__list li .logo {
    width: min(66px, 10.133vw);
    height: min(66px, 10.133vw);
  }
  .works__list li .text__block .title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .works__list li .thumb {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
  }
}
.works__list li .text__block .text__inner .category_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .works__list li .text__block .text__inner .category_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
#works .works__list li {
  background-color: #fff;
  border-radius: 15px;
}
.loadEnd .works__list li .thumb.in-enter {
  box-shadow: unset;
}
#works .pagenation {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#works .pagenation .page-numbers {
  font-size: 25px;
  margin: 0 22px;
  height: unset;
  width: unset;
}
@media screen and (max-width: 767px) {
  #works .pagenation .page-numbers {
    font-size: 14px;
    margin: 0 18px;
  }
  /* #works .pagenation{
  padding: 29px 0 85px;
} */
}

#works .pagenation .arrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/page-arrow-wh.png);
}
#works .pagenation .arrow:hover {
  background-image: url(../images/common/page-arrow-bk.png);
}
#works .pagenation .arrow-prev {
}
#works .pagenation .arrow-next {
  transform: scaleX(-1);
}
#works .pagenation .arrow-next:hover {
  transform: unset;
}
#works .pagenation .arrow-prev:hover {
  transform: scaleX(-1);
}
#works .pagenation .next:after,
#works .pagenation .prev:before {
  display: none;
}
.pagenation.is-hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .works__list li .text__block .name {
    font-size: clamp(10px, 2.667vw, 15px);
    color: #707070;
  }
}
@media screen and (max-width: 767px) {
  #works .category_content {
    flex-direction: column;
    margin-bottom: 37px;
  }
  #works .category_wrap {
    width: 100%;
  }
  #works .category_service {
    padding-left: 0;
  }
  #works .category_line {
    width: 100%;
    height: 1px;
    background-color: #707070;
    margin: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .works__single .s-works_top_wrap {
    display: flex;
    gap: 9px;
    margin-bottom: 50px;
    align-items: center;
  }
}
.works__single .taxonomy_wrap {
  display: flex;
  gap: 9px;
}
#head .works-cat .term {
  color: #fff;
  background-color: #f39800;
  border: 1px solid #f39800;
  font-size: 14px;
  height: fit-content;
}
.works__single .content__sec #head {
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .works__single .content__sec #head {
    margin-bottom: 65px;
  }
}
.works__single .content__sec #head .order-num {
  margin-bottom: 0;
  font-size: 39px;
  margin-right: 12px;
  padding-left: 0;
}
.works__single .content__sec #mainvisual {
  margin-bottom: 125px;
}
.works__single .content__sec #mainvisual:before,
.works__single .content__sec #mainvisual:after {
  display: none;
}
.works__single .content__sec #mainvisual .sec__inner {
  padding: unset;
}
@media screen and (min-width: 768px) {
  .works__single .sec__inner {
    max-width: 850px;
    width: calc(100% - 40px);
  }
}

.works__single #head .sec__inner {
  max-width: 1260px;
}
.works__single .content__sec #mainvisual .image {
  border-radius: unset;
}
.works__single .content__sec #mainvisual .image img {
  height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .works__single .content__sec #mainvisual {
    margin-bottom: 42px;
  }
  .works__single .content__sec #mainvisual .image img {
    height: 56.267vw;
  }
}
.works__single .content__sec #head h1,
.works__single .content__sec #other-works .works__list li .info-block .title {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
.works__single .content__sec #other-works .works__list li .info-block .title {
  font-size: min(18px, 1.463vw);
  margin-bottom: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*2行以上の場合は三点リーダーが表示されます。*/
}
.works__single .content__sec #head h1 {
  font-size: 45px;
  margin-bottom: 0;
}
.works__single .instagram_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(50px, 2.604vw);
}

.works__single .instagram_img.is-single {
  display: flex;
  justify-content: center;
}
.works__single .instagram_img img {
  height: min(503px, 59.176vw);
  object-fit: cover;
}
.works__single .instagram_img.is-single img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .works__single .instagram_img {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .works__single .instagram_img img {
    height: 111.733vw;
  }
}
.works__single #other-works .sec__inner {
  max-width: 1260px;
}
.works__single .summary {
  display: flex;
  gap: 60px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 35px 45px;
  width: 100%;
  border-radius: 20px;
}
.works__single .summary .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.works__single .summary .client-logo {
  flex-shrink: 0;
}
.works__single .summary img {
  width: 160px;
  height: 160px;
  border: 1px solid #d8d8d8;
}
.works__single .summary .col {
  display: flex;
  align-items: center;
  gap: 40px;
}
.works__single .summary .label {
  font-size: 14px;
  font-weight: bold;
  color: #aaaaaa;
  width: 45px;
}
.works__single .summary .val {
  font-size: 18px;
}
.works__single .summary .col .s-works_top_wrap {
  margin-bottom: 0;
}
.works__single .content__sec #head .order-num:before {
  display: none;
}
.works__single .content__sec #promotion {
  margin-top: 0;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .works__single .content__sec #promotion {
    margin-bottom: 39px;
  }
}
.works__single .content__sec #promotion .overview {
  margin-bottom: 39px;
}
@media only screen and (min-width: 768px) {
  .works__single .content__sec #promotion .overview {
    max-width: unset;
    margin-bottom: 57px;
  }
}
.s-works_content {
  background-color: #f8f8f4;
  padding: 100px 0 242px;
}
.works__single .content__sec {
  padding-top: 80px;
}
.works__single .content__sec #conductor {
  margin-bottom: 0;
}
.works__single .content__sec #conductor .block {
  background-color: #fff;
  border-radius: 40px;
  padding: 16px 40px;
  width: fit-content;
  /* margin: 0 auto; */
}
.works__single .content__sec #conductor .block .share {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.works__single .content__sec #conductor .block .share span {
  font-size: 13px;
  margin: 0 44px 0 23px;
  font-weight: normal;
}

.works__single .content__sec #conductor .copy {
  gap: unset;
}
.works__single .content__sec #conductor .copy:before {
  display: none;
}
.works__single .content__sec #conductor .sns {
  gap: 30px;
}
.works__single .content__sec #conductor .block .share span.is-pc {
  display: inline-block;
}
.works__single .content__sec #other-works {
  margin: 142px 0 122px;
}
.works__single .content__sec #other-works h3 {
  text-align: left;
  font-size: 45px;
  margin-bottom: 73px;
}

.works__single .content__sec #other-works h3 span {
  text-align: left;
  display: block;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .works__single .content__sec #other-works h3 {
    margin-bottom: 27px;
    font-size: 26px;
  }
  .works__single .content__sec #other-works h3 span {
    font-size: 16px;
  }
}
.works__single .content__sec #other-works .category_wrap {
  display: flex;
  gap: 8px;
  width: 100%;
}
.works__single .content__sec #other-works .name {
}
.works__single .content__sec #other-works .works__list li .info-block .client .name .val {
  font-size: clamp(12px, 1.19vw, 15px);
  margin-bottom: 10px;
  color: #707070;
}
.works__single .content__sec #other-works .works__list li .info-block .client .logo {
  width: min(68px, 5.528vw);
  height: min(68px, 5.528vw);
  flex-shrink: 0;
}
.works__single .content__sec #other-works .works__list li .info-block .client {
  gap: min(20px, 1.626vw);
  margin-bottom: min(20px, 1.626vw);
}
.works__single .content__sec #other-works .works__list li .info-block .client{
  align-items: flex-start;
}
.works__single .info-block .read_btn {
  text-align: right;
}
.works__single .info-block .read_btn span {
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 20px;
  font-size: 15px;
  padding: 8px 16px 8px 20px;
  display: inline-block;
  letter-spacing: 0;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.works__single .info-block .read_btn span::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.works__single .content__sec #other-works .works__list li {
  background-color: #f8f8f4;
  border-radius: 15px;
}
.works__single .content__sec #other-works .works__list li .image-block {
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  height: min(220px, 17.886vw);
}
.works__single .content__sec #other-works .works__list li .info-block {
  position: unset;
}
.works__single .content__sec #other-works .button {
  position: relative;
  width: 332px;
}
.works__single .content__sec #other-works .button::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
  width: 10px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.works__single .content__sec #other-works .button a {
  border: 1px solid #f39800;
  border-radius: 100px;
  color: #f39800;
  font-size: 19px;
  padding: 19px 0 20px;
}
.works__single .content__sec #other-works .works__list {
  margin-bottom: 57px;
}
.works__single .content__sec #other-works .sec__inner {
  padding: unset;
}
.works__single #other-works .sec__inner,
.works__single .content__sec #other-works .works__list {
  max-width: 1230px;
  justify-content: center;
}
.works__single .content__sec #other-works .works__list li {
  min-width: unset;
}
@media screen and (max-width: 767px) {
  .works__single .works-cat .term {
    font-size: 11px !important;
    padding: 7px 12px 6px;
  }
  #other-works .works-cat .term {
    padding: 0.533vw 1.6vw;
    font-size: 2.133vw !important;
  }
  .works__single .content__sec #other-works .category_wrap {
    gap: 5px;
  }
  .works__single .content__sec {
    padding-top: 0;
  }
  .s-works_content {
    padding: 110px 0 60px;
  }
  .works__single .taxonomy_wrap {
    margin-bottom: 33px;
  }
  .works__single .content__sec #head .order-num {
    font-size: 34px;
  }
  .works__single .content__sec #head h1 {
    font-size: 19px;
  }
  .works__single .content__sec #mainvisual .sec__inner {
    padding: 0;
  }
  .works__single .sec__inner {
    padding: 0 20px;
  }
  .works__single .summary {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .works__single .summary .label {
    font-size: 12px;
  }
  .works__single .summary .val {
    font-size: 15px;
  }
  .works__single .summary img {
    width: 100px;
    height: 100px;
    margin: unset;
  }
  .works__single .summary .info {
    gap: 16px;
  }
  .works__single .summary .col .s-works_top_wrap {
    display: flex;
    gap: 7px;
  }
  .works__single .content__sec #conductor .block {
    padding: 15px 35px;
    /* width: 332px; */
    width: 100%;
  }
  .works__single .content__sec #conductor .block .share {
    font-size: 20px;
  }
  .works__single .content__sec #conductor .block .share span {
    margin: 0;
    display: block;
    font-size: 12px;
  }
  .works__single .content__sec #conductor .block .share span.is-pc {
    display: none;
  }

  .works__single .content__sec #conductor .sns {
    gap: 20px;
  }
  .works__single .content__sec #conductor .sns img {
    width: 34px;
    height: 34px;
  }
  .works__single .content__sec #conductor .copy {
    /* justify-content: space-between; */
    justify-content: center;
    width: 100%;
    gap: 32px;
  }
  .works__single #other-works .sec__title {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .works__single .content__sec #other-works .works__list li {
    width: min(380px, 43.2vw);
    min-width: unset;
    flex-shrink: 0;
  }
  .works__single .content__sec #other-works .works__list li .image-block {
    height: min(220px, 25.333vw);
  }
  .works__single .content__sec #other-works .works__list {
    gap: 2.133vw;
    margin-bottom: 0;
    justify-content: unset;
  }
  .works__single .content__sec #other-works .category_wrap {
    flex-direction: column;
    width: 100%;
  }
  .works__single .content__sec #other-works .works__list li .info-block {
    padding: 1.6vw 2.133vw 3.2vw;
  }
  .works__single .content__sec #other-works .works__list li .info-block .client {
    gap: 6px;
  }
  .works__single .info-block .val {
    font-size: min(15px, 2.667vw);
    color: #707070;
  }
  .works__single .content__sec #other-works .works__list li .info-block .client .logo {
    width: min(66px, 10.133vw);
    height: min(66px, 10.133vw);
  }
  .works__single .content__sec #other-works .works__list li .info-block .title {
    font-size: min(16px, 3.2vw);
    margin-bottom: 0;
  }
  .works__single .content__sec #other-works {
    margin: 38px 0 45px;
  }
}

.content__sec .bred__wrap .breadcrumb-area {
  align-items: center;
}
.content__sec .bred__wrap .breadcrumb-area [property="itemListElement"]:not(:last-child):after,
.bred__wrap .breadcrumb-area [property="itemListElement"]:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ico-arrow-or.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 15px 0 17px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.bred__wrap .breadcrumb-area a span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* news instgram */
.news_instagram .instagram-gallery-item__wrap {
  overflow: unset;
}
.news_instagram .instagram-gallery-item--cols-4 {
  width: min(135px, 7.031vw);
}
.news_instagram .instagram-gallery-list[data-feed_layout="gallery"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.latest-news footer {
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .news_instagram .instagram-gallery-list[data-feed_layout="gallery"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .news_instagram .instagram-gallery-item--cols-4 {
    width: 33.333vw;
  }
}

#home .supporter__list .prev-arrow {
  transform: scaleX(-1) translateY(-50%);
  /*画像を反転させる*/
}
#home .supporter__list .slide-arrow {
  width: 36px;
}
#home .sns_feed {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* width: calc(100% - 80px); */
}
#home .sns_feed .custom-arrow-next,
#home .sns_feed .custom-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#home .sns_feed .custom-arrow-next {
  right: -76px;
}
#home .sns_feed .custom-arrow-prev {
  left: -76px;
  transform: scaleX(-1) translateY(-50%);
}
#home .sns_feed .custom-arrow-next:after,
#home .sns_feed .custom-arrow-prev:after {
  content: "";
  background-image: url(../images/common/page-arrow-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  /* z-index: 2; */
  cursor: pointer;
}
#home .sns_feed .swiper-button-next,
#home .sns_feed .swiper-button-prev {
  width: 36px;
  height: 36px;
}
#home .sns_feed .swiper-button-next:after,
#home .sns_feed .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/page-arrow-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#home .sns_feed .swiper-button-prev:after {
  transform: scaleX(-1);
  /*画像を反転させる*/
}
/* #home .sns_feed .swiper-button-next,
#home .sns_feed .swiper-button-prev {
  display: none !important;
} */

/* #home .sns_feed .swiper-container {
  padding: 0 40px;
} */

#home #supporter .supporter__list .item {
  /* background-color: #f8f8f4; */
}
#home #supporter .supporter__list .item .name p {
  /* background-color: #f8f8f4; */
  font-size: min(18px, 0.938vw);
  padding: min(22px, 1.146vw);
}
#home #supporter .supporter__list .item .img {
  margin-bottom: 0;
}
#home #supporter .supporter__list .slick-slide img {
  border-radius: 50%;
}
#home #supporter .supporter__list .slide-arrow {
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
}
#home #supporter .supporter__list .prev-arrow {
  /* left: max(-80px, -4.167vw); */
  transform: scaleX(-1) translateY(-50%);
  left: 16px;
}
#home #supporter .supporter__list .next-arrow {
  /* right: max(-80px, -4.167vw); */
  right: 16px;
}
#home .sns_feed .custom-arrow-next {
  right: max(-80px, -4.167vw);
}
#home .sns_feed .custom-arrow-prev {
  left: max(-80px, -4.167vw);
}
/* @media (max-width: 1200px) and (min-width: 768px) {
  #home #supporter .slick-dotted.slick-slider {
    padding: 0 40px;
  }
  #home .sns_feed {
    padding: 0 40px;
  }
  #home #overview {
    padding: 0 40px 125px;
  }
  #home #supporter .supporter__list .prev-arrow {
    left: max(-10px, -0.833vw);
  }
  #home #supporter .supporter__list .next-arrow {
    right: max(-10px, -0.833vw);
  }
  #home .sns_feed .custom-arrow-next {
    right: max(-10px, -0.833vw);
  }
  #home .sns_feed .custom-arrow-prev {
    left: max(-10px, -0.833vw);
  }
} */
@media (max-width: 1000px) and (min-width: 768px) {
  /* #home .sns_feed .custom-arrow-next {
    right: max(-80px, -4.167vw);
  }
  #home .sns_feed .custom-arrow-prev {
    left: max(-80px, -4.167vw);
  } */
}
@media screen and (max-width: 767px) {
  #home .sns_feed .custom-arrow-next {
    right: 15px;
  }
  #home .sns_feed .custom-arrow-prev {
    left: 15px;
  }
  #home #supporter .supporter__list .prev-arrow {
    top: 50%;
    transform: scaleX(-1) translateY(-50%);
    left: 15px;
  }
  #home #supporter .supporter__list .next-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  #home #supporter .supporter__list .item .name p {
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
  }
  #home .sns_feed .custom-arrow-next,
  #home .sns_feed .custom-arrow-prev {
    top: 45%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #home .sns_feed .instagram-gallery-square .instagram-gallery-item {
    padding: 0 !important;
    /* width: 90%!important; */
  }
  #home .sns_feed_sp .instagram-gallery-square .instagram-gallery-item {
    padding: 0 3px !important;
  }
  /* #home .sns_feed .swiper-container {
    padding: 0 !important;
  } */
}

.works__single .youtube_img {
  text-align: center;
  margin: 90px 0;
}
.works__single .youtube_img iframe {
  text-align: center;
  width: 100%;
  height: 480px;
}
.works__single .movie_img {
  text-align: center;
  margin: 105px 0 125px;
}
.works__single .movie_img video {
  width: 524px;
}
@media screen and (max-width: 767px) {
  .works__single .youtube_img,
  .works__single .instagram_img,
  .works__single .movie_img {
    padding: 0 20px;
  }
  .works__single .movie_img video {
    width: 331px;
  }
  .works__single .youtube_img {
    text-align: center;
    margin: 60px 0 45px;
  }
  .works__single .youtube_img iframe {
    height: 49.867vw;
  }
  .works__single .movie_img {
    text-align: center;
    margin: 44px 0 42px;
  }
}
.news__list li:hover:before {
  display: none;
}
.news__list li img {
  transition: all 0.5s;
}
.news__list li:hover img {
  transform: scale(1.2);
}

#home .top_aboutus .button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f39800;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right;
  transform: scaleX(0);
}
@media only screen and (min-width: 768px) {
  #home .top_aboutus .button:hover:before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#home #works .button a .tx,
#home .top_aboutus .button a .tx,
#home #news .button a .tx {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #home #works .button a .tx,
  #home .top_aboutus .button a .tx,
  #home #news .button a .tx {
    font-size: 13px;
  }
}
.swiper-pagination {
  display: none;
}
.about-bgarrow {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s ease-in, opacity 0.3s ease-in;
}
.about-bgarrow.is-active {
  opacity: 1;
  clip-path: inset(0 0% 0 0);
}
@media only screen and (min-width: 768px) {
  #home .arc__title h3 {
    font-size: 73px;
  }
  #home #service .content .arc__title h3 {
    font-size: 73px;
  }
  #home #virtual-office .arc__title h3 {
    font-size: 73px;
  }
}

#home .sec_line {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  margin: 64px 0 91px;
}
/* @media screen and (max-width: 767px) {
  #home .sec_line {
    margin: 0 0 70px;
  }
} */
#home .instagram-gallery__button--follow {
  background-color: #f39800;
}
#home .instagram-gallery-feed {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#home a.instagram-gallery__button {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
#home .instagram-gallery__button > i {
  font-size: 20px;
}
#home .instagram-gallery__actions {
  margin: 25px 0 0;
}
@media only screen and (min-width: 768px) {
  #home .instagram-gallery__actions {
    display: none;
  }
}
#home .p-front-virtual-tour__iframe iframe {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #home #service {
padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  #home #service {
    padding: 70px 0px 40px;
  }
}

#company .history {
  padding-bottom: 80px;
}
#home #supporter .supporter__list .item {
  width: unset;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  #home #supporter {
    padding: 20px 0 80px;
    max-width: 1040px;
    width: calc(100% - 80px);
  }
}

.content__sec .bred__wrap .breadcrumb-area [property="itemListElement"]:last-child {
  color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  #home #instagram .swiper-container {
    padding: 0 50px !important;
  }
  #home #instagram .sns_feed_sp .swiper-button-next,
  #home #instagram .sns_feed_sp .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  #home #instagram .sns_feed_sp .swiper-button-next {
    right: 15px;
  }
  #home #instagram .sns_feed_sp .swiper-button-prev {
    left: 15px;
  }
  #home #instagram .sns_feed_sp .swiper-button-next:after,
  #home #instagram .sns_feed_sp .swiper-button-prev:after {
    content: "";
    background-image: url(../images/common/page-arrow-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #home #instagram .sns_feed_sp .swiper-button-prev:after {
    transform: scaleX(-1);
    /*画像を反転させる*/
  }
}

/* @media screen and (max-width: 767px) {
    #home #instagram .insta-gallery-item {
        max-height: 200px!important;
    }
} */
/* @media only screen and (min-width: 768px) {
#home #works .client__logo li{
--w: 105.4;
        --vw: 129;
    --lr: 3;
}
 } */
/* #home #works .client__logo__wrap{
  width: unset;
 }
 #home #works .client__logo{
  width: unset;
 }
 #home #works .client__logo li{
  width: 160px;
  max-width: 25px;
 } */

#home #works .client__logo {
  width: unset;
  margin-bottom: 50px;
}
#home #works .client__logo li {
  width: 160px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #home #works .client__logo {
  width: unset;
  margin-bottom: 22px;
}
#home #works .client__logo li {
  width: 100px;
  margin: 0 15px;
}
}
#home #column .swipe__list .arc__title .button{
  margin: 0 auto;
  margin-top: calc(100vw * (30 / 1366));
}

@media screen and (min-width: 1600px) {
#home #column > div.swipe__list:nth-child(2) .arc__title {
  margin-left: 1.25vw;
}
}
@media screen and (max-width: 768px) {
footer .footer__inner .f-nav{
  gap: 12px;
}
#contact-page .submitbtn{
  width: fit-content;
  margin: 0 auto;
}
}