@charset "UTF-8";
/*================================================
*  コンテンツ
================================================*/
.contents {
  padding: 0;
}
/*================================================
*  TOP > 汎用
================================================*/
.cmn_ttl {
  color: #000;
  display: table;
  transition-duration: 0.6s;
}
.cmn_ttl .ja {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0.25em;
}
.cmn_ttl .en {
  font-size: 60px;
  letter-spacing: 0.14em;
  display: block;
  margin-top: 14px;
}
/*================================================
*  TOP > メインエリア
================================================*/
#main_area {
  height: 1520px;
  background-color: #fcee21;
  position: relative;
  text-align: center;
  color: #000;
}
#main_area::after {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../images/front/main_grad.png) repeat-x 50% 0%/contain;
  position: absolute;
  bottom: -200px;
  left: 0;
}
#main_area h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
#main_area .inner {
  padding-top: 194px;
  margin-bottom: 263px;
}
#main_area p.main_ttl {
  height: 263px;
  position: relative;
  display: none;
}
/* #main_area p.main_ttl img {
position: absolute;
left: calc(50% - 1000px);
top: 0;
transition: 2s ease 0.3s;
}
#main_area p.main_ttl img.move {
opacity: 1;
} */
#main_area div.main_ttl {
  height: 263px;
  /* background-color:rgba(0,0,0,.5); */
  position: relative;
  /* display:none; */
}
#main_area div.main_ttl #line_anime_main {
  width: 2169px;
  height: 263px;
  /* background-color:pink; */
  position: absolute;
  left: calc(50% - 1000px);
  top: 0;
}
#main_area p.tags {
  margin-top: 80px;
  /*  transition: 0.85s ease 1.5s;*/
  /* transition: 0.85s ease 3s; */
}
#main_area p.tags.move {
  opacity: 1;
}
#main_area p.tags span {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border-bottom: 2px solid;
}
#main_area p.tags * + * {
  margin-left: 0.95em;
}
#main_area p.main_lead {
  font-size: 48px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-bottom: 47px;
}
#main_area p.main_lead.move {
  opacity: 1;
}
#main_area p.main_lead.move > span {
  animation-name: fadeIn;
  animation-duration: 0.75s;
  opacity: 1;
}
#main_area p.text {
  font-size: 26px;
  line-height: 3;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
#main_area p.text.move {
  animation-name: fadeIn;
  animation-delay: 1.85s;
}
/*================================================
*  TOP > reason
================================================*/
#reason_area {
  padding-top: 260px;
  color: #000;
}
#reason_area h2.main_ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: table;
  margin: 0 auto 103px;
}
#reason_area .decimal_list.move {
  opacity: 1;
}
#reason_area .decimal_list > li {
  padding-left: 0;
  text-indent: 0;
  text-align: center;
  flex-grow: 1;
  opacity: 0;
  animation-duration: 1.5s;
}
#reason_area .decimal_list.move > li {
  animation-name: fadeIn;
  opacity: 1;
}
#reason_area .decimal_list.move > li:nth-child(1) {
  animation-delay: 1.0s;
}
#reason_area .decimal_list.move > li:nth-child(2) {
  animation-delay: 1.2s;
}
#reason_area .decimal_list.move > li:nth-child(3) {
  animation-delay: 1.4s;
}
#reason_area .decimal_list > li:before {
  content: counter(dcnt);
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
#reason_area .decimal_list h3.ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}
#reason_area .decimal_list h3.ttl span {
  background: linear-gradient(transparent 67%, #fcee21 67%);
  padding-bottom: 4px;
}
#reason_area .decimal_list p.img {
  margin-bottom: 10px;
}
#reason_area .decimal_list p.text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
/*================================================
*  TOP > service
================================================*/
#service_area {
  padding-top: 140px;
}
#service_area h2.cmn_ttl {
  margin-bottom: 74px;
}
#service_area ul.items {
  margin-bottom: -70px;
}
#service_area ul.items.move {
  opacity: 1;
}
#service_area ul.items li {
  width: 25%;
  text-align: center;
  margin-bottom: 70px;
}
#service_area ul.items.move li {
  animation-name: fadeInUp30;
  opacity: 1;
}
#service_area ul.items.move li:nth-child(1) {
  animation-delay: 1.0s;
}
#service_area ul.items.move li:nth-child(2) {
  animation-delay: 1.15s;
}
#service_area ul.items.move li:nth-child(3) {
  animation-delay: 1.3s;
}
#service_area ul.items.move li:nth-child(4) {
  animation-delay: 1.45s;
}
#service_area ul.items.move li:nth-child(5) {
  animation-delay: 1.6s;
}
#service_area ul.items.move li:nth-child(6) {
  animation-delay: 1.75s;
}
#service_area ul.items.move li:nth-child(7) {
  animation-delay: 1.9s;
}
#service_area ul.items.move li:nth-child(8) {
  animation-delay: 2.05s;
}
#service_area ul.items li p.img {
  margin-bottom: 5px;
}
#service_area ul.items li h3.ttl .en {
  font-size: 36px;
  letter-spacing: 0.04em;
}
#service_area ul.items li h3.ttl .ja {
  font-size: 18px;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 18px;
}
#service_area p.more {
  font-size: 72px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 103px;
  opacity: 1;
}
@keyframes wave {
  0%, 10%, 75%, 100% {
    transform: translateY(0em);
  }
  30% {
    transform: translateY(-0.2em);
  }
}
#service_area p.more > span {
  opacity: 0;
  transition: opacity 1s;
}
#service_area p.more.move > span {
  -webkit-animation: wave 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s normal both;
  display: inline-block;
  animation: wave 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s normal both;
  opacity: 1;
}
#service_area p.more > span:nth-child(1) {
  animation-delay: 0.0s;
}
#service_area p.more > span:nth-child(2) {
  animation-delay: 0.1s;
}
#service_area p.more > span:nth-child(3) {
  animation-delay: 0.2s;
}
#service_area p.more > span:nth-child(4) {
  animation-delay: 0.3s;
}
#service_area p.more > span:nth-child(5) {
  animation-delay: 0.4s;
}
#service_area p.more > span:nth-child(6) {
  animation-delay: 0.5s;
}
#service_area p.more > span:nth-child(7) {
  animation-delay: 0.6s;
}
#service_area p.more > span:nth-child(8) {
  animation-delay: 0.7s;
}
#service_area p.main_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 40px;
  color: #000;
}
#service_area p.main_text.move {
  animation-name: fadeIn;
  animation-delay: 1s;
}
/*================================================
*  TOP > works
================================================*/
#works_area {
  padding-top: 140px;
}
#works_area h2.cmn_ttl {
  margin-bottom: 100px;
  transition-delay: 1.2s;
}
#works_area .box {
  min-height: 430px;
  position: relative;
}
#works_area .box + .box {
  margin-top: 120px;
}
#works_area .box .area_a {
  width: 450px;
  padding-right: 45px;
  padding-top: 30px;
  z-index: 1;
  position: relative;
}
#works_area .box .area_a::after {
  content: "";
  width: calc(100vw + 10px);
  min-width: 1000px;
  height: 102%;
  position: absolute;
  right: -10px;
  top: -1%;
  background-color: #fff;
  z-index: -1;
}
#works_area .box.web .area_a {
  padding-right: 60px;
}
#works_area .box .area_b {
  width: calc(100% - 460px);
  width: 450px;
  position: absolute;
  left: 450px;
  top: 0;
}
#works_area .box h3.ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 17px;
}
#works_area .box p.text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
}
#works_area .box ul.tags {
  gap: 8px 8px;
}
#works_area .box ul.tags li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 36px;
  border: 1px solid;
  border-radius: 6px;
  padding: 0 15px;
}
#works_area .box p.btn {
  margin-top: 50px;
}
#works_area .box .slick-wrapper .slick-list {
  overflow: visible;
}
#works_area .box .slick-wrapper .item {
  margin: 0 10px;
  overflow: hidden;
}
#works_area .box .slick-wrapper .item a:hover {
  opacity: 1;
}
#works_area .box .slick-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#works_area .box .slick-wrapper .item a:hover img {
  transform: scale(1.1);
}
/*btn*/
#works_area .box.web .slick-prev, #works_area .box.web .slick-next {
  display: none !important;
}
.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  background: #fcee21;
  top: auto;
  bottom: 4px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fcee21;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 1;
}
.slick-prev:hover, .slick-next:hover {
  background: #fff;
  border: 2px solid #251e1c;
}
.slick-prev {
  left: -450px;
}
.slick-next {
  right: auto;
  left: -360px;
}
.slick-prev:before, .slick-next:before {
  content: '';
  width: 18%;
  height: 18%;
  border-top: 2px solid #251e1c;
  border-right: 2px solid #251e1c;
  position: absolute;
  right: 46%;
  top: calc(50% - 9%);
  transform: rotate(45deg);
}
.slick-prev:before {
  transform: rotate(-135deg);
  right: auto;
  left: 46%;
}
#works_area .box p.img {
  width: 1330px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 0;
}
#works_area .box p.img a:hover {
  opacity: 1;
}
#works_area .box p.img a > img {
  transition: 0.5s;
}
#works_area .box p.img a:hover:hover > img {
  transform: scale(1.1);
}
/*fancybox*/
.fancybox-inner {
  width: calc(800px + 110px + 110px);
  max-width: 86%;
  margin: 0 auto;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 450px;
}
.fancybox-is-open .fancybox-stage {
  margin-left: 110px;
  margin-right: 110px;
}
.fancybox-slide {
  padding-left: 0;
  right: 0;
}
.fancybox-toolbar {
  position: fixed;
  right: 30px;
  top: 15px;
}
.fancybox-infobar {
  display: none;
}
.fancybox-button[class*="close"] {
  height: 25px;
  padding: 0;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.14em;
  background: url(../images/front/fancy_close.svg) no-repeat 100% 50%/contain;
}
.fancybox-navigation .fancybox-button {
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  background-color: transparent;
}
.fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 0;
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  right: 0;
}
/*================================================
*  TOP > client
================================================*/
#client_area {
  padding-top: 180px;
  padding-bottom: 150px;
}
#client_area h2.cmn_ttl {
  margin-bottom: 57px;
}
#client_area [class*="img"] {
  height: 120px;
  background: no-repeat 50%;
  background-size: auto 120px;
  background-repeat: repeat-x;
}
#client_area .pc .img01 {
  background-image: url(../images/front/client01.png?date=20251117);
  animation: loop01 120s linear infinite;
  opacity: 1;
}
@keyframes loop01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2712px 0;
  }
}
#client_area .pc .img02 {
  background-image: url(../images/front/client02.png);
  animation: loop02 120s linear infinite;
  margin-top: 30px;
  opacity: 1;
}
@keyframes loop02 {
  from {

    background-position: 0 0;
  }
  to {
    background-position: -2392px 0;
  }
}
/*================================================
*  TOP > bg_wrap
================================================*/
.bg_wrap {
  background-color: #f9f8f5;
  padding-bottom: 150px;
}
/*================================================
*  TOP > outline
================================================*/
#outline_area {
  padding-top: 150px;
}
#outline_area h2.cmn_ttl {
  margin-bottom: 60px;
}
/*================================================
*  TOP > history
================================================*/
#history_area {
  padding-top: 150px;
}
#history_area h2.cmn_ttl {
  margin-bottom: 60px;
}
#history_area .basic_table02 th, #history_area .basic_table02 td {
  border-bottom: none;
}
#history_area .basic_table02 th {
  border-right: 1px solid #000;
}
/*================================================
*  TOP > news
================================================*/
#news_area {
  padding-top: 150px;
}
#news_area .area_a {
  width: 320px;
}
#news_area .area_b {
  width: calc(100% - 320px);
  padding-top: 60px;
}
#news_area .area_a p.btn {
  margin-top: 83px;
}
/*================================================================================================
*  スマートフォン向けデザイン
================================================================================================*/
@media screen and (max-width: 900px) {
  /*================================================
*  TOP > 汎用
================================================*/
  .cmn_ttl .ja {
    font-size: 3.733vw;
  }
  .cmn_ttl .en {
    font-size: 11.733vw;
    margin-top: 2.667vw;
  }
  /*================================================
*  TOP > メインエリア
================================================*/
  #main_area {
    height: auto;
    padding-bottom: 16vw;
  }
  #main_area::after {
    height: 26.667vw;
    background-size: cover;
    bottom: -26.667vw;
  }
  #main_area .inner {
    padding-top: 0;
    padding-bottom: 7.2vw;
    margin-bottom: 0;
    height: calc(100vh - 18.667vw);
    height: calc((var(--my_vh) * 100) - 18.667vw);
    min-height: 152vw;
    max-height: 159.2vw;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
  }
  /* #main_area p.main_ttl {
width: 100%;
height: 29.867vw;
margin-bottom: 12vw;
}
#main_area p.main_ttl img {
left: calc(50% - (247.2vw * .5) - -9.333vw);
max-width: none;
width: 247.2vw;
height: 29.867vw;
} */
  #main_area div.main_ttl {
    width: 100%;
    height: 29.867vw;
    margin-bottom: 12vw;
  }
  #main_area div.main_ttl #line_anime_main {
    width: 247.2vw;
    height: 29.867vw;
    left: calc(50% - (247.2vw * .5) - -9.333vw);
  }
  #main_area p.tags {
    margin-top: 0;
    margin-bottom: -4vw;
  }
  #main_area p.tags span {
    padding-bottom: 1.333vw;
    font-size: 3.733vw;
    border-width: 0.267vw;
    margin-bottom: 4vw;
  }
  #main_area p.tags span:nth-of-type(3) {
    margin-left: 0;
  }
  /*******スクロールアニメ*******/
  .scroll_anime {
    width: 100%;
    height: 16vw;
    /* margin-top: 40vw; */
    margin-top: calc(40vw - 7.2vw);
  }
  .scroll_anime .border {
    width: 0.267vw;
    height: 16vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -0.267vw;
  }
  .scroll_anime .border::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0.267vw;
    height: 100%;
    background-color: #000;
    animation: scrollAnime 4.5s cubic-bezier(1, 0, 0, 1) infinite;
    z-index: 1;
  }
  @keyframes scrollAnime {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    35% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    38% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    70%, 100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  #main_area p.main_lead {
    font-size: 6.4vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 18.667vw auto 10.667vw;
    min-height: 90.667vw;
  }
  #main_area p.text {
    font-size: 4.267vw;
    line-height: 2.75;
    letter-spacing: 0.12em;
    font-feature-settings: inherit;
  }
  #main_area p.text.move {
    animation-delay: 0s;
  }
  /*================================================
*  TOP > reason
================================================*/
  #reason_area {
    padding-top: 42.667vw;
  }
  #reason_area h2.main_ttl {
    font-size: 7.2vw;
    letter-spacing: 0.14em;
    margin: 0 auto 11.2vw;
    line-height: 1.75;
    text-align: center;
  }
  #reason_area .decimal_list.move > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #reason_area .decimal_list.move > li + li {
    margin-top: 9.333vw;
  }
  #reason_area .decimal_list > li:before {
    font-size: 12vw;
    margin-bottom: 0.8vw;
    width: 100%;
  }
  #reason_area .decimal_list h3.ttl {
    font-size: 6.133vw;
    letter-spacing: 0.08em;
    margin-bottom: 7.467vw;
    width: 100%;
  }
  #reason_area .decimal_list h3.ttl span {
    padding-bottom: 0.533vw;
  }
  #reason_area .decimal_list p.img {
    margin-bottom: 0;
    width: 24vw;
    padding-top: 24vw;
    position: relative;
  }
  #reason_area .decimal_list p.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: none;
  }
  #reason_area .decimal_list li:nth-child(1) p.img img {
    width: 100%;
  }
  #reason_area .decimal_list li:nth-child(2) p.img img {
    width: 130%;
  }
  #reason_area .decimal_list li:nth-child(3) p.img img {
    width: 130%;
  }
  #reason_area .decimal_list p.text {
    font-size: 4vw;
    text-align: left;
    width: calc(100% - 24vw);
    padding-left: 6.667vw;
  }
  /*================================================
*  TOP > service
================================================*/
  #service_area {
    padding-top: 23.467vw;
  }
  #service_area .wrap1100 {
    padding: 0 6vw;
  }
  #service_area h2.cmn_ttl {
    margin-bottom: 14.667vw;
  }
  #service_area ul.items {
    margin-bottom: -13.333vw;
  }
  #service_area ul.items li {
    width: 50%;
    margin-bottom: 13.333vw;
  }
  #service_area ul.items li p.img {
    margin-bottom: 0;
  }
  #service_area ul.items li p.img img {
    width: 26.667vw;
  }
  #service_area ul.items li h3.ttl .en {
    font-size: 6.4vw;
  }
  #service_area ul.items li h3.ttl .ja {
    font-size: 3.2vw;
    margin-top: 3.733vw;
  }
  #service_area p.more {
    font-size: 12.533vw;
    margin-top: 16vw;
  }
  #service_area p.more span {
    transition-duration: 1s;
  }
  #service_area p.main_text {
    font-size: 4vw;
    line-height: 1.75;
    margin-top: 8vw;
  }
  /*================================================
*  TOP > works
================================================*/
  #works_area {
    padding-top: 24vw;
  }
  #works_area .wrap1100 {
    padding: 0 6vw;
  }
  #works_area h2.cmn_ttl {
    margin-bottom: 14.133vw;
  }
  #works_area .box {
    min-height: auto;
    width: 100%;
    padding: 0 4vw 0 7.2vw;
    margin: 0 auto;
  }
  #works_area .box + .box {
    margin-top: 18.667vw;
  }
  #works_area .box .area_a {
    width: auto;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 26.667vw;
  }
  #works_area .box .area_a::after {
    display: none;
  }
  #works_area .box:nth-of-type(2) .area_a {
    padding-right: 0;
    padding-bottom: 0;
  }
  #works_area .box .area_b {
    width: calc(57.333vw + 2.667vw);
    position: static;
    left: 0;
    top: 0;
    padding-top: 12vw;
    margin-left: -1.333vw;
    position: relative;
  }
  #works_area .box:nth-of-type(2) .area_b {
    margin-left: 0px;
    padding-top: 12vw;
  }
  #works_area .box .area_b::after {
    content: "";
    width: 100%;
    height: 102%;
    position: absolute;
    left: -100%;
    bottom: -1%;
    z-index: 1;
    background: #fff;
  }
  #works_area .box h3.ttl {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  #works_area .box p.text {
    font-size: 4vw;
    letter-spacing: 0.04em;
    margin-bottom: 5.067vw;
  }
  #works_area .box ul.tags {
    gap: 1.6vw 1.6vw;
  }
  #works_area .box ul.tags li {
    height: 7.2vw;
    border-radius: 1.6vw;
    padding: 0 3.2vw;
    font-size: 3.2vw;
  }
  #works_area .box p.btn {
    margin-top: 10.667vw;
  }
  #works_area .box .slick-wrapper .item {
    margin: 0 1.333vw;
  }
  /*btn*/
  .slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {
    top: -28vw;
    bottom: auto;
    width: 14.667vw;
    height: 14.667vw;
    border-width: 0.267vw;
  }
  .slick-prev:hover, .slick-next:hover {
    border-width: 0.267vw;
  }
  .slick-prev {
    left: 1.333vw;
  }
  .slick-next {
    left: 20vw;
  }
  #works_area .box p.img {
    width: 178.667vw;
    position: static;
  }
  #works_area .box p.img a > img {
    width: 178.667vw;
  }
  /*fancybox*/
  .fancybox-inner {
    max-width: 92%;
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 86.667vw;
    height: 48.8vw;
  }
  .fancybox-is-open .fancybox-stage {
    margin-left: 2.667vw;
    margin-right: 2.667vw;
  }
  .fancybox-slide.fancybox-slide--iframe {
    padding-left: 0;
    padding-right: 0;
  }
  .fancybox-toolbar {
    right: 20px;
  }
  .fancybox-button[class*="close"] {
    height: 5.333vw;
    width: 22.4vw;
  }
  .fancybox-navigation .fancybox-button {
    width: 13.333vw;
    height: 13.333vw;
    top: calc(50% - 6.667vw);
  }
  .fancybox-navigation .fancybox-button div {
    padding: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 0;
    left: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
    right: 0;
  }
  .fancybox-navigation .fancybox-button div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /*================================================
*  TOP > client
================================================*/
  #client_area {
    padding-top: 26.133vw;
    padding-bottom: 21.333vw;
  }
  #client_area .wrap1100 {
    padding: 0 6vw;
  }
  #client_area h2.cmn_ttl {
    margin-bottom: 14.133vw;
  }
  #client_area [class*="img"] {
    height: 16vw;
    background-size: auto 16vw;
  }
  #client_area .sp .img01 {
    background-image: url(../images/front/client01_sp.png?date=20240129);
    animation: loop01 55s linear infinite;
  }
  @keyframes loop01 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 212.933vw 0;
    }
  }
  #client_area .sp .img02 {
    background-image: url(../images/front/client02_sp.png?date=20251117);
    animation: loop02 55s linear infinite;
    margin-top: 4vw;
  }
  @keyframes loop02 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -199.333vw 0;
    }
  }
  #client_area .sp .img03 {
    background-image: url(../images/front/client03_sp.png?date=20240129);
    animation: loop03 55s linear infinite;
    margin-top: 4vw;
  }
  @keyframes loop03 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 269.6vw 0;
    }
  }
  /*================================================
*  TOP > bg_wrap
================================================*/
  .bg_wrap {
    padding-bottom: 21.333vw;
  }
  /*================================================
*  TOP > outline
================================================*/
  #outline_area {
    padding-top: 20vw;
  }
  #outline_area .wrap1100 {
    padding: 0 6vw;
  }
  #outline_area h2.cmn_ttl {
    margin-bottom: 12.533vw;
  }
  #outline_area .basic_table02 {
    width: 76.8vw;
    margin-left: 7.2vw;
  }
  #outline_area .basic_table02 th {
    padding: 0 2.667vw 1.867vw;
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  #outline_area .basic_table02 td {
    padding: 5.333vw 2.667vw 9.333vw;
    display: block;
  }
  /*================================================
*  TOP > history
================================================*/
  #history_area {
    padding-top: 14.133vw;
  }
  #history_area .wrap1100 {
    padding: 0 6vw;
  }
  #history_area h2.cmn_ttl {
    margin-bottom: 14.133vw;
  }
  #history_area .basic_table02 {
    width: auto;
    margin-left: 6.933vw;
  }
  #history_area .basic_table02 th {
    padding: 2vw 0;
    width: 21.333vw;
    vertical-align: text-top;
  }
  #history_area .basic_table02 td {
    padding: 2vw 5.333vw;
  }
  #history_area .basic_table02 tr:first-child th, #history_area .basic_table02 tr:first-child td {
    padding-top: 5.867vw;
  }
  #history_area .basic_table02 tr:last-child th, #history_area .basic_table02 tr:last-child td {
    padding-bottom: 5.867vw;
  }
  /*================================================
*  TOP > news
================================================*/
  #news_area {
    padding-top: 20vw;
  }
  #news_area .wrap1100 {
    padding: 0 6vw;
  }
  #news_area .area_a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 3.733vw;
  }
  #news_area .area_b {
    width: 100%;
    padding-top: 11.2vw;
    padding-left: 7.2vw;
    padding-right: 4vw;
  }
  #news_area .area_a p.btn {
    margin-top: 0;
    padding-bottom: 1.867vw;
  }
}