@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
  --theme-color:#d9c888;
  --theme-color02:#169a5a;
  --theme-color03:#2D96C1;
  --base-text-color:#1b140b;
  --base-border-color:#46443c;
  --base-border-color02:#e9e2c4;
  --menu-border-color01:#f36251;
  --menu-border-color02:#fead39;
  --menu-border-color03:#fead39;
  --base-color-orange:#ef8222;
  --base-color-blue:#65bac4;
  --base-color-sand:#d9c989;
  --base-color-green:#23684a;
  --base-color-green02:#62a768;
  --base-color-green03:#026736;
  --border:1px solid var(--base-border-color);
  --base-shadow:1px 1px 0 black,-1px 1px 0 black,1px -1px 0 black,-1px -1px 0 black;
  --hanten:scale(-1, 1); }

@media screen and (max-width: 800px) {
  :root {
    --fz10:clamp(10px,calc((10/400)*100vw),12px);
    --fz12:clamp(12px,calc((12/400)*100vw),14px);
    --fz13:clamp(13px,calc((13/400)*100vw),14px);
    --fz14:clamp(14px,calc((14/400)*100vw),16px);
    --fz15:clamp(15px,calc((15/400)*100vw),17px);
    --fz16:clamp(16px,calc((16/400)*100vw),18px);
    --fz17:clamp(17px,calc((17/400)*100vw),19px);
    --fz18:clamp(18px,calc((18/400)*100vw),20px);
    --fz19:clamp(19px,calc((19/400)*100vw),21px);
    --fz20:clamp(20px,calc((20/400)*100vw),22px);
    --fz21:clamp(21px,calc((21/400)*100vw),23px);
    --fz22:clamp(22px,calc((22/400)*100vw),24px);
    --fz24:clamp(24px,calc((24/400)*100vw),26px);
    --fz25:clamp(25px,calc((25/400)*100vw),27px);
    --fz26:clamp(26px,calc((26/400)*100vw),28px);
    --fz27:clamp(27px,calc((27/400)*100vw),29px);
    --fz28:clamp(28px,calc((28/400)*100vw),30px);
    --fz32:clamp(32px,calc((23/400)*100vw),35px);
    --fz35:clamp(35px,calc((25/400)*100vw),39px);
    --fz36:clamp(36px,calc((36/400)*100vw),40px);
    --fz38:clamp(38px,calc((38/400)*100vw),42px);
    --fz40:clamp(40px,calc((40/400)*100vw),44px);
    --fz45:clamp(45px,calc((45/400)*100vw),49px);
    --fz56:clamp(56px,calc((56/400)*100vw),60px); } }
@-webkit-keyframes main {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    opacity: 1; }
  26% {
    opacity: 1; }
  34% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
@keyframes main {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    opacity: 1; }
  26% {
    opacity: 1; }
  34% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
@-webkit-keyframes firstImageAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  26% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
@keyframes firstImageAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  26% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
/* ==========================================================================
	loading
========================================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  z-index: 99999;
  background: url(../img/common/bg_pat.jpg) center center repeat;
  background-size: 8px 8px;
  overflow: hidden; }
  .load .bado01 {
    position: absolute;
    width: 196px;
    height: 240px;
    left: calc(50% + 202px);
    bottom: calc(50% + 30px);
    opacity: 1;
    -webkit-transition: opacity 0.4s var(--easeInOutCubic);
    transition: opacity 0.4s var(--easeInOutCubic); }
  .load .bado02 {
    position: absolute;
    width: 280px;
    height: 344px;
    right: calc(50% + 120px);
    bottom: calc(50% - 194px);
    opacity: 0; }
  .load .bado03 {
    position: absolute;
    width: 656px;
    left: calc(50% - 257px);
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s var(--easeInOutCubic);
    transition: -webkit-transform 0.4s var(--easeInOutCubic);
    transition: transform 0.4s var(--easeInOutCubic);
    transition: transform 0.4s var(--easeInOutCubic), -webkit-transform 0.4s var(--easeInOutCubic); }
  .load .text {
    position: absolute;
    width: 95%;
    max-width: 877px;
    left: 0;
    right: 0;
    bottom: 550px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    -webkit-transition: opacity 0.4s var(--easeInOutCubic), -webkit-transform 0.4s var(--easePopUp);
    transition: opacity 0.4s var(--easeInOutCubic), -webkit-transform 0.4s var(--easePopUp);
    transition: transform 0.4s var(--easePopUp), opacity 0.4s var(--easeInOutCubic);
    transition: transform 0.4s var(--easePopUp), opacity 0.4s var(--easeInOutCubic), -webkit-transform 0.4s var(--easePopUp); }
  .load.loaded {
    opacity: 0;
    -webkit-transition: opacity 1s var(--easeInOutCubic);
    transition: opacity 1s var(--easeInOutCubic);
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s; }
    .load.loaded .bado01 {
      opacity: 0;
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .load.loaded .bado02 {
      -webkit-animation: bling var(--easeInOutCubic) 1.2s;
              animation: bling var(--easeInOutCubic) 1.2s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .load.loaded .bado03 {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 2.2s;
              transition-delay: 2.2s; }
    .load.loaded .text {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 2.4s;
              transition-delay: 2.4s;
      width: 80%; }
  .load.load.loaded02 {
    z-index: -9999;
    display: none; }

@media screen and (max-width: 800px) {
  .load {
    min-height: 450px; }
    .load .bado01 {
      width: 98px;
      height: 120px;
      left: calc(50% + 100px);
      bottom: calc(50% + 15px); }
    .load .bado02 {
      width: 140px;
      height: 172px;
      right: calc(50% + 60px);
      bottom: calc(50% - 97px); }
    .load .bado03 {
      width: 328px;
      left: calc(50% - 128px); }
    .load .text {
      max-width: 440px;
      bottom: 225px;
      -webkit-transform: translateY(200px);
              transform: translateY(200px); } }
/* ==========================================================================
	fv
========================================================================== */
#fv {
  position: relative;
  z-index: 50;
  width: 100%;
  max-height: calc(100vh - 180px); }
  #fv h1 {
    position: absolute;
    left: 8vw;
    --W:780;
    --H:328;
    width: 95%;
    max-width: 780px;
    bottom: 40px;
    z-index: 20; }
    #fv h1 span {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 2px; }
      #fv h1 span:first-child {
        width: calc((340 / var(--W))*100%);
        bottom: auto; }
      #fv h1 span:last-child {
        width: calc((680 / var(--W))*100%);
        top: auto;
        margin-bottom: 0; }
      #fv h1 span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: var(--border);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
  #fv .swiper-wrapper {
    -webkit-transition-timing-function: var(--easeInOutCubic);
            transition-timing-function: var(--easeInOutCubic); }
  #fv .swiper {
    overflow: visible;
    z-index: 10; }
  #fv .swiper-container {
    width: 100vw;
    /* 画面幅いっぱいに設定 */
    overflow: visible;
    /* 次と前の画像を部分的に見せるために overflow を visible に設定 */ }
  #fv .swiper-slide {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: calc(100vw - 28vw);
    /* 中央の画像の幅 */
    position: relative;
    -webkit-transition: 0.6s var(--easeInOutCubic) -webkit-transform;
    transition: 0.6s var(--easeInOutCubic) -webkit-transform;
    transition: 0.6s var(--easeInOutCubic) transform;
    transition: 0.6s var(--easeInOutCubic) transform, 0.6s var(--easeInOutCubic) -webkit-transform;
    aspect-ratio: 1080/768; }
    #fv .swiper-slide:before, #fv .swiper-slide:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 6px;
      background: var(--theme-color);
      z-index: 50;
      border: 1px solid var(--base-border-color); }
    #fv .swiper-slide:before {
      top: 0; }
    #fv .swiper-slide:after {
      bottom: 0; }
    #fv .swiper-slide img {
      border-right: 1px solid var(--base-border-color);
      border-left: 1px solid var(--base-border-color);
      -webkit-transition: 2s var(--easeInOutCubic) -webkit-transform;
      transition: 2s var(--easeInOutCubic) -webkit-transform;
      transition: 2s var(--easeInOutCubic) transform;
      transition: 2s var(--easeInOutCubic) transform, 2s var(--easeInOutCubic) -webkit-transform; }

@media screen and (min-width: 801px) {
  #fv .swiper-slide {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    max-height: clamp(400px, 80vh, 850px); }
  #fv .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@media screen and (min-width: 801px) and (max-height: 950px) {
  #fv h1 {
    max-width: 570px; } }
@media screen and (max-width: 800px) {
  #fv h1 {
    left: 0;
    --W:375;
    width: 93%;
    max-width: 500px;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    #fv h1 span {
      height: calc((58 / var(--H))*100%); }
      #fv h1 span:first-child {
        width: calc((167 / var(--W))*100%); }
      #fv h1 span:last-child {
        width: calc((332 / var(--W))*100%); }
  #fv .swiper-slide {
    aspect-ratio: 1/1; }
    #fv .swiper-slide:before, #fv .swiper-slide:after {
      height: 3px; } }
/* ==========================================================================
	intro
========================================================================== */
.intro {
  position: relative;
  padding-top: 390px; }
  .intro .circle_area {
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
    height: 790px;
    overflow: hidden;
    z-index: 1; }
    .intro .circle_area h2 img {
      position: absolute;
      left: calc(50% - 1230px);
      top: 0;
      width: 2458px;
      -webkit-animation: rotateRight 100s linear infinite;
              animation: rotateRight 100s linear infinite; }
    .intro .circle_area .bird {
      position: absolute;
      width: 137px;
      aspect-ratio: 274/156;
      top: 40px;
      left: calc(50% - 590px); }
    .intro .circle_area .bird01 {
      position: absolute;
      width: 75px;
      left: 0;
      bottom: 0;
      -webkit-animation: twoStepY 2s steps(1) infinite;
              animation: twoStepY 2s steps(1) infinite;
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .intro .circle_area .bird02 {
      position: absolute;
      width: 86px;
      right: 0;
      top: 0;
      -webkit-animation: twoStepY 2s steps(1) infinite;
              animation: twoStepY 2s steps(1) infinite; }
  .intro .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    margin-bottom: 16rem; }
    .intro .inr .sunsine {
      position: absolute;
      top: -180px;
      right: -50px;
      width: 289px;
      height: 280px;
      z-index: 30; }
      .intro .inr .sunsine figure {
        position: absolute;
        left: 0;
        top: 0; }
      .intro .inr .sunsine .shine {
        -webkit-animation: scaleStep 1.5s steps(2) infinite;
                animation: scaleStep 1.5s steps(2) infinite; }
  .intro .text_area {
    padding-top: 285px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .intro .text_area p {
      font-size: 2.4rem;
      font-size: clamp(22px, 1.6vw, 28.8px);
      font-weight: 500;
      line-height: 233.3333333333%; }
  .intro .img_area {
    position: relative;
    width: 43.3333333333%;
    --W:520;
    --H:1360; }
    .intro .img_area img {
      border-radius: 5px; }
  .intro .img01 {
    -webkit-transform: translate(-17.3076923077%, 30px);
            transform: translate(-17.3076923077%, 30px);
    margin-bottom: 12rem; }
    .intro .img01.move {
      -webkit-transform: translate(-17.3076923077%, 0);
              transform: translate(-17.3076923077%, 0); }
  .intro .img02 {
    position: absolute;
    width: 57.6923076923%;
    left: calc((320/var(--W) * 100%));
    top: calc((180/var(--H) * 100%));
    z-index: 10; }
    .intro .img02 img {
      border: 1px solid var(--base-border-color02); }
  .intro .img03 {
    -webkit-transform: translate(9.6153846154%, 30px);
            transform: translate(9.6153846154%, 30px);
    margin-bottom: 4rem; }
    .intro .img03.move {
      -webkit-transform: translate(17.3076923077%, 0);
              transform: translate(17.3076923077%, 0); }
  .intro .img04 {
    position: absolute;
    width: 57.6923076923%;
    left: calc((320/var(--W) * 100%));
    bottom: calc((225/var(--H) * 100%));
    z-index: 10; }
    .intro .img04 img {
      border: 1px solid var(--base-border-color02); }
  .intro .img05 {
    -webkit-transform: translate(-23.0769230769%, 30px);
            transform: translate(-23.0769230769%, 30px); }
    .intro .img05.move {
      -webkit-transform: translate(-23.0769230769%, 0);
              transform: translate(-23.0769230769%, 0); }
  .intro .bg_area {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden; }
    .intro .bg_area img {
      position: absolute;
      width: 2540px;
      bottom: 0;
      left: calc(50% - 1270px); }

@media screen and (min-width: 801px) and (max-width: 1080px) {
  .intro .text_area {
    padding-top: 15vw; }
  .intro .tab_off {
    display: none; }
  .intro .img05.move {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@media screen and (max-width: 800px) {
  .intro {
    padding-top: calc(clamp(10px,41vw,118px) + 230px); }
    .intro .circle_area {
      top: calc(clamp(10px,41vw,118px) + 69px);
      height: 300px;
      height: 50vw;
      padding-top: 40px; }
      .intro .circle_area h2 img {
        left: calc(50% - 79vw);
        width: 158vw;
        top: 40px; }
      .intro .circle_area .bird {
        width: 69px;
        top: 0;
        left: calc(50% - 170px); }
      .intro .circle_area .bird01 {
        width: 38px; }
      .intro .circle_area .bird02 {
        width: 43px; }
    .intro .inr {
      display: block;
      margin-bottom: 100px; }
      .intro .inr .sunsine {
        top: -195px;
        right: 0;
        width: 144px;
        height: auto; }
    .intro .text_area {
      padding-top: 0; }
      .intro .text_area p {
        font-size: var(--fz16);
        line-height: 2;
        text-align: center; }
    .intro .bg_area {
      height: 78px;
      overflow: hidden; }
      .intro .bg_area img {
        width: 898px;
        left: calc(50% - 449px); } }
/* ==========================================================================
	works
========================================================================== */
.works {
  position: relative;
  width: 100%;
  background: var(--theme-color02);
  padding-top: 12rem;
  padding-bottom: 12rem; }
  .works .-w1300 {
    position: absolute;
    left: 0;
    right: 0;
    top: 12rem;
    margin: auto;
    z-index: 20; }
    .works .-w1300 h2 {
      position: absolute;
      right: 0;
      top: -60px;
      --W:228;
      --H:530;
      width: 228px;
      height: 530px; }
      .works .-w1300 h2 span {
        position: absolute;
        top: 0;
        border: 1px solid var(--base-border-color);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .works .-w1300 h2 .tit01 {
        right: 0;
        width: 56px;
        border-left: none; }
      .works .-w1300 h2 .tit02 {
        left: 119px;
        margin: auto;
        width: 57px; }
      .works .-w1300 h2 .tit03 {
        left: 0;
        width: 122px; }
      .works .-w1300 h2 .icon {
        display: block;
        position: absolute;
        width: 86px;
        top: calc((120/var(--H)*100%));
        left: calc((155/var(--W)*100%));
        z-index: 20; }
    .works .-w1300 .illust_area {
      position: absolute;
      left: 0;
      top: 400px;
      z-index: 20;
      width: 526px;
      height: 395px;
      --W:526;
      --H:395; }
      .works .-w1300 .illust_area .shine {
        display: block;
        position: absolute;
        -webkit-animation: bling 2s ease infinite;
                animation: bling 2s ease infinite;
        opacity: 0; }
      .works .-w1300 .illust_area .shine01 {
        width: calc((151/var(--W)*100%));
        left: calc((20/var(--W)*100%));
        top: calc((110/var(--H)*100%)); }
      .works .-w1300 .illust_area .shine02 {
        width: calc((239/var(--W)*100%));
        left: calc((20/var(--W)*100%));
        top: calc((114/var(--H)*100%));
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
  .works .slide_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 685px;
    overflow: hidden;
    margin-bottom: 6.6rem; }
    .works .slide_area .slide_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: loop-slide 80s infinite linear 1s both;
              animation: loop-slide 80s infinite linear 1s both; }
    .works .slide_area .slides {
      position: relative;
      width: 900px;
      height: 605px;
      margin-right: 20px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid var(--base-border-color);
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .works .slide_area .slides img {
        border-radius: 30px;
        border: 1px solid var(--base-border-color);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .works .slide_area .slides:nth-child(2n) {
        -webkit-transform: translateY(80px);
                transform: translateY(80px); }
  .works .-w1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .works .-w1200 .text_area {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: calc((130/1260)*100%);
      font-size: clamp(20px, 1.4666666667vw, 26.4px);
      --lh:calc(36/22);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      font-weight: 500;
      color: #fff; }
      .works .-w1200 .text_area::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .works .-w1200 .text_area::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }

@media screen and (max-width: 1000px) {
  .works .-w1200 {
    display: block;
    padding-top: 4rem; }
    .works .-w1200 .text_area {
      width: 100%;
      margin: 0 auto 3rem; }
    .works .-w1200 .link_btn {
      margin: 0; } }
@media screen and (max-width: 800px) {
  .works {
    padding-top: 100px;
    padding-bottom: 90px; }
    .works .-w1300 {
      position: relative;
      -webkit-transform: translateY(-23.125vw);
              transform: translateY(-23.125vw);
      top: auto;
      width: 85%;
      padding-top: 32.875vw;
      margin-bottom: -23.125vw; }
      .works .-w1300 h2 {
        left: 0;
        right: auto;
        top: 0;
        --W:124;
        --H:300;
        width: 31%;
        aspect-ratio: 124/300;
        height: auto; }
        .works .-w1300 h2 .tit01 {
          width: calc((30/124)*100%); }
        .works .-w1300 h2 .tit02 {
          left: calc((65/124)*100%);
          width: calc((30/124)*100%); }
        .works .-w1300 h2 .tit03 {
          width: 65px;
          width: calc((65/124)*100%); }
        .works .-w1300 h2 .icon {
          width: calc((43/124)*100%);
          top: calc((70/var(--H)*100%));
          left: calc((88/var(--W)*100%)); }
      .works .-w1300 .illust_area {
        position: relative;
        width: 74.5588235294%;
        left: auto;
        top: auto;
        height: auto;
        margin-left: 25.75vw; }
    .works .slide_area {
      height: calc(56.75vw + 40px);
      margin-bottom: 0; }
      .works .slide_area .slide_box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .works .slide_area .slides {
        width: 85vw;
        aspect-ratio: 680/454;
        height: auto;
        margin-right: 10px;
        border-radius: 5px;
        padding: 2.55px; }
        .works .slide_area .slides img {
          border-radius: 15px; }
        .works .slide_area .slides:nth-child(2n) {
          -webkit-transform: translateY(40px);
                  transform: translateY(40px); }
    .works .-w1200 {
      padding-top: 50px;
      width: 85%; }
      .works .-w1200 .text_area {
        font-size: var(--fz15);
        --lh:calc(50/30);
        margin-left: 0; }
      .works .-w1200 .link_btn {
        width: 100%; } }
/* ==========================================================================
	interview
========================================================================== */
.interview {
  padding-top: 20px;
  background: var(--base-color-blue); }
  .interview .tit_area {
    position: relative;
    width: 100%;
    max-width: 1337px;
    margin: 0 auto;
    z-index: 20; }
  .interview h2 {
    width: 100%; }
  .interview h3 {
    position: absolute;
    width: calc((536/1337)*100%);
    right: calc((100/1337)*100%);
    top: -14px;
    aspect-ratio: 536/113; }
    .interview h3 span {
      display: block;
      position: absolute;
      border: 1px solid var(--base-border-color);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .interview h3 .tit01 {
      left: 0;
      top: 0;
      width: calc((361/536)*100%); }
    .interview h3 .tit02 {
      right: 0;
      bottom: 0;
      width: calc((407/536)*100%); }
    .interview h3 .icon {
      position: absolute;
      display: block;
      width: calc((124/536)*100%);
      right: calc((257/536)*100%);
      top: -10px;
      z-index: 10; }
  .interview .inr {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 10rem;
    background: url(../img/common/bg_pat02.jpg) center center repeat;
    background-size: 8px 8px;
    border-radius: 50px;
    overflow: hidden; }
  .interview .slide_area {
    position: relative;
    z-index: 5;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    margin-bottom: 66px; }
  .interview .interview-slide {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .interview .interview-slide .swiper-slide {
      width: 480px;
      -webkit-transition: 0.6s var(--easeInOutCubic) -webkit-transform;
      transition: 0.6s var(--easeInOutCubic) -webkit-transform;
      transition: 0.6s var(--easeInOutCubic) transform;
      transition: 0.6s var(--easeInOutCubic) transform, 0.6s var(--easeInOutCubic) -webkit-transform;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .interview .interview-slide .swiper-slide .text_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 455px;
        left: 0;
        right: 0;
        margin: auto; }
        .interview .interview-slide .swiper-slide .text_area div {
          display: inline-block;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          /* コンテンツ幅に合わせる */ }
        .interview .interview-slide .swiper-slide .text_area p {
          display: inline-block;
          padding: 5px 15px;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          background: var(--base-text-color);
          text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
        .interview .interview-slide .swiper-slide .text_area h4 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #fff;
          font-size: 26px;
          font-weight: 500;
          background: var(--base-color-blue);
          padding: 5px 15px;
          border: 1px solid var(--base-text-color);
          text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
          .interview .interview-slide .swiper-slide .text_area h4 span {
            display: inline-block;
            margin-left: 17px;
            font-size: 16px;
            -webkit-transform: translateY(7px);
                    transform: translateY(7px);
            text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black; }
      .interview .interview-slide .swiper-slide.swiper-slide-prev, .interview .interview-slide .swiper-slide.swiper-slide-next {
        -webkit-transform: translateY(100px);
                transform: translateY(100px); }
  .interview .swiper-container {
    width: 100%;
    /* スライダー全体の幅 */
    max-width: 1000px;
    /* 最大幅を設定（任意） */
    margin: 0 auto;
    /* 中央揃え */ }
  .interview .tree {
    position: absolute;
    top: -30px;
    width: 383px; }
    .interview .tree.-l {
      left: -160px; }
    .interview .tree.-r {
      right: -160px; }
  .interview .read_area {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 260px; }
    .interview .read_area .illust {
      position: absolute;
      right: 20px;
      top: -50px;
      width: 229px;
      z-index: 20; }
    .interview .read_area h4 {
      width: calc(100% - 198px);
      min-width: 720px;
      border: 1px solid var(--base-border-color);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 75px; }
    .interview .read_area .b_txt {
      font-size: 26px;
      --lh:calc(40/22);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      font-weight: 500;
      width: calc(100% - 420px);
      max-width: 785px;
      padding-left: calc((50/1300)*100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .interview .read_area .b_txt::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .interview .read_area .b_txt::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
    .interview .read_area .link_btn {
      position: absolute;
      right: 0;
      bottom: 0; }

@media screen and (max-width: 1302px) {
  .interview .read_area .b_txt br {
    display: none; } }
@media screen and (max-width: 1100px) {
  .interview .read_area .illust {
    top: 56px; } }
@media screen and (max-width: 1050px) {
  .interview .read_area .b_txt {
    width: calc(100% - 230px);
    padding-left: 0; }
  .interview .read_area .link_btn {
    position: relative;
    right: auto;
    margin-top: 40px; } }
@media screen and (max-width: 800px) {
  .interview {
    padding-top: 10px; }
    .interview h2 {
      width: 100%;
      margin-bottom: 15px; }
    .interview h3 {
      position: relative;
      width: 81%;
      top: auto;
      right: auto;
      margin: 0 auto; }
    .interview .inr {
      width: calc(100% - 20px);
      padding-top: 18.75vw;
      border-radius: 25px; }
    .interview .slide_area {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      margin-bottom: 0; }
    .interview .interview-slide .swiper-slide {
      width: 260px; }
      .interview .interview-slide .swiper-slide .text_area {
        top: 253px; }
        .interview .interview-slide .swiper-slide .text_area p {
          padding: 5px 10px;
          font-size: 12px; }
        .interview .interview-slide .swiper-slide .text_area h4 {
          font-size: 16px;
          padding: 5px 10px; }
          .interview .interview-slide .swiper-slide .text_area h4 span {
            margin-left: 8px;
            font-size: 13px;
            -webkit-transform: translateY(3px);
                    transform: translateY(3px); }
      .interview .interview-slide .swiper-slide.swiper-slide-prev, .interview .interview-slide .swiper-slide.swiper-slide-next {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .interview .tree {
      top: -30px;
      width: 210px; }
      .interview .tree.-l {
        left: -65px; }
      .interview .tree.-r {
        right: -65px; }
    .interview .read_area {
      margin: 0 auto 120px; }
      .interview .read_area .illust {
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        margin: auto;
        width: 123px; }
      .interview .read_area h4 {
        width: 100%;
        min-width: 10px;
        border: none;
        margin-bottom: 40px;
        text-align: center;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
        .interview .read_area h4 img {
          display: inline-block;
          border: 1px solid var(--base-border-color); }
          .interview .read_area h4 img:last-child {
            width: calc((480/680)*100%);
            border-top: none; }
      .interview .read_area .b_txt {
        width: 100%;
        font-size: var(--fz15);
        --lh:calc(50/30); }
      .interview .read_area .link_btn {
        position: relative;
        width: 100%;
        margin-top: 25px; } }
/* ==========================================================================
	recruit
========================================================================== */
.recruit {
  position: relative;
  background: var(--base-color-sand);
  z-index: 20;
  padding-bottom: 25px; }
  .recruit .text_deg {
    position: absolute;
    left: -10%;
    top: -90px;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    height: 152px;
    background: #fff;
    border-top: 6px solid var(--base-color-green);
    border-bottom: 6px solid var(--base-color-green);
    overflow: hidden;
    padding-top: 36px;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .recruit .text_deg p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: loop-slide 30s infinite linear 1s both;
              animation: loop-slide 30s infinite linear 1s both;
      margin-right: 30px; }
      .recruit .text_deg p img {
        width: 2479px;
        height: 71px; }
    .recruit .text_deg.-rev {
      top: auto;
      bottom: -70px;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
      z-index: 1; }
      .recruit .text_deg.-rev p {
        -webkit-animation: loop-slide-rev 30s infinite linear 1s both;
                animation: loop-slide-rev 30s infinite linear 1s both; }
  .recruit .slide_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 520px;
    overflow: hidden; }
    .recruit .slide_area .slide_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: loop-slide-rev 80s infinite linear 1s both;
              animation: loop-slide-rev 80s infinite linear 1s both; }
    .recruit .slide_area .slides {
      position: relative;
      width: 560px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .recruit .recruitment {
    position: relative;
    width: clamp(780px, 90vw, 1728px);
    background: var(--base-color-green);
    border-radius: 10px;
    padding: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 30;
    margin: 0 auto;
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
    z-index: 5; }
    .recruit .recruitment .inr {
      position: relative;
      width: 100%;
      background: url(../img/common/bg_pat02.jpg) center center repeat;
      background-size: 8px 8px;
      border-radius: 50px;
      z-index: 10;
      padding-top: 120px;
      padding-bottom: 100px; }
    .recruit .recruitment h2 {
      position: relative;
      text-align: center;
      margin-bottom: 50px; }
      .recruit .recruitment h2 .text {
        position: relative;
        display: inline-block;
        padding: 20px 0 8px 30px;
        background: var(--base-color-green);
        font-size: 80px;
        font-weight: 900;
        color: #fff;
        z-index: 10;
        line-height: 1;
        opacity: 0;
        -webkit-transform: translateY(60px);
                transform: translateY(60px);
        -webkit-transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easeOutQuad);
        transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easeOutQuad);
        transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easeOutQuad);
        transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easeOutQuad); }
      .recruit .recruitment h2 .pc_off + .text {
        padding: 20px 30px 8px 0; }
      .recruit .recruitment h2 .illust {
        position: absolute;
        left: calc(50% - 95px);
        top: -180px;
        z-index: 1;
        width: 274px;
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
        -webkit-transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
        transition: opacity 0.4s var(--easeOutQuad), -webkit-transform 0.4s var(--easePopUp);
        transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easePopUp);
        transition: opacity 0.4s var(--easeOutQuad), transform 0.4s var(--easePopUp), -webkit-transform 0.4s var(--easePopUp);
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .recruit .recruitment h2.move .text, .recruit .recruitment h2.move .illust {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .recruit .recruitment .c_txt {
      font-size: 26px;
      font-weight: 500;
      text-align: center;
      --lh:calc(40/26);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      max-width: 95%;
      margin: 0 auto 40px; }
      .recruit .recruitment .c_txt::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .recruit .recruitment .c_txt::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
    .recruit .recruitment .illusts {
      position: relative;
      width: 90%;
      max-width: 1196px;
      aspect-ratio: 1196/258;
      margin: 0 auto 36px; }
      .recruit .recruitment .illusts .illust {
        display: block;
        position: absolute;
        width: calc((var(--W)/1196)*100%);
        -webkit-transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easePopUp);
        transition: opacity 0.6s var(--easeOutQuad), -webkit-transform 0.6s var(--easePopUp);
        transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easePopUp);
        transition: opacity 0.6s var(--easeOutQuad), transform 0.6s var(--easePopUp), -webkit-transform 0.6s var(--easePopUp); }
      .recruit .recruitment .illusts .illust01 {
        --W: 321;
        left: 0;
        top: 0;
        z-index: 1; }
      .recruit .recruitment .illusts .illust02 {
        --W: 189;
        left: calc((257/1196)*100%);
        bottom: 0;
        z-index: 5;
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .recruit .recruitment .illusts .illust03 {
        --W: 340;
        left: calc((422/1196)*100%);
        top: calc((30/258)*100%);
        z-index: 1;
        -webkit-transition-delay: .4s;
                transition-delay: .4s; }
      .recruit .recruitment .illusts .illust04 {
        --W: 228;
        left: calc((726/1196)*100%);
        bottom: 0;
        z-index: 5;
        -webkit-transition-delay: .6s;
                transition-delay: .6s; }
      .recruit .recruitment .illusts .illust05 {
        --W: 300;
        right: 0;
        top: calc((39/258)*100%);
        z-index: 1;
        -webkit-transition-delay: .8s;
                transition-delay: .8s; }
    .recruit .recruitment .c-s_txt {
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      --lh:calc(34/26);
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      margin-bottom: 40px; }
      .recruit .recruitment .c-s_txt::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .recruit .recruitment .c-s_txt::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
    .recruit .recruitment .link_btn {
      margin: 0 auto; }

@media screen and (max-width: 1020px) {
  .recruit .recruitment h2 .text {
    padding: 20px 30px 8px 30px; }
  .recruit .recruitment h2 .pc_off + .text {
    padding: 20px 30px 8px 30px; } }
@media screen and (max-width: 800px) {
  .recruit {
    padding-bottom: 0; }
    .recruit .text_deg {
      top: -45px;
      width: 120%;
      height: 76px;
      border-top: 3px solid var(--base-color-green);
      border-bottom: 3px solid var(--base-color-green);
      padding-top: 18px; }
      .recruit .text_deg p {
        margin-right: 15px; }
        .recruit .text_deg p img {
          width: 1239px;
          height: 35px; }
      .recruit .text_deg.-rev {
        bottom: -20px;
        z-index: 20; }
    .recruit .slide_area {
      height: 260px; }
      .recruit .slide_area .slides {
        width: 280px; }
    .recruit .recruitment {
      width: 100%;
      padding: 10px;
      margin: 0 auto;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      border-radius: 0;
      z-index: 5; }
      .recruit .recruitment .inr {
        width: 100%;
        border-radius: 12.5px;
        padding-top: 65px;
        padding-bottom: 105px; }
      .recruit .recruitment h2 {
        margin-bottom: 40px; }
        .recruit .recruitment h2 .text {
          padding: 10px;
          font-size: var(--fz38); }
        .recruit .recruitment h2 .pc_off + .text {
          padding: 10px;
          margin-top: 1px; }
        .recruit .recruitment h2 .illust {
          left: calc(50% - 57px);
          top: -105px;
          width: 156px; }
      .recruit .recruitment .c_txt {
        font-size: var(--fz16);
        --lh:calc(52/32);
        margin-bottom: 25px; }
      .recruit .recruitment .illusts {
        position: relative;
        width: 100%;
        aspect-ratio: 761/376;
        margin: 0 auto 22px; }
        .recruit .recruitment .illusts .illust {
          width: calc((var(--W)/761)*100%); }
        .recruit .recruitment .illusts .illust01 {
          --W: 321;
          left: 0;
          top: 0;
          z-index: 1; }
        .recruit .recruitment .illusts .illust02 {
          --W: 189;
          left: calc((258/761)*100%);
          top: calc((69/376)*100%);
          bottom: auto; }
        .recruit .recruitment .illusts .illust03 {
          --W: 340;
          left: auto;
          right: 0;
          top: calc((30/376)*100%); }
        .recruit .recruitment .illusts .illust04 {
          --W: 228;
          left: calc((109/761)*100%); }
        .recruit .recruitment .illusts .illust05 {
          --W: 300;
          left: calc((358/761)*100%);
          right: auto;
          top: calc((175/376)*100%); }
      .recruit .recruitment .c-s_txt {
        font-size: var(--fz15);
        --lh:calc(50/30);
        margin-bottom: 30px; }
      .recruit .recruitment .link_btn {
        width: 90%;
        margin: 0 auto; } }
/* ==========================================================================
	news
========================================================================== */
.news {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 150px; }
  .news .circle {
    position: absolute;
    right: -280px;
    top: -190px;
    width: 858px;
    -webkit-animation: rotateRight 100s linear infinite;
            animation: rotateRight 100s linear infinite;
    z-index: 1; }
  .news .inr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10; }
  .news .tit_area {
    position: relative;
    width: 180px;
    padding-top: 40px; }
    .news .tit_area h2 {
      font-size: 80px;
      font-weight: 800;
      padding: 20px 0;
      background: #fff;
      width: 120px;
      border: 1px solid var(--base-border-color); }
    .news .tit_area p {
      position: absolute;
      left: 122px;
      top: 40px;
      padding: 10px;
      background: var(--theme-color);
      color: #fff;
      font-size: 28px;
      text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
      border: 1px solid var(--base-border-color);
      border-left: none; }
  .news .link_area {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc((80/1300)*100%); }
    .news .link_area .list_link {
      display: block;
      padding: 40px 0; }
      .news .link_area .list_link:not(:first-child) {
        border-top: 1px solid var(--base-border-color); }
      @media (hover: hover) {
        .news .link_area .list_link:hover .cate:before {
          background: var(--theme-color02); }
        .news .link_area .list_link:hover .cate span {
          color: #fff; }
        .news .link_area .list_link:hover .n_txt {
          color: var(--theme-color02); }
        .news .link_area .list_link:hover .day {
          color: var(--theme-color02); } }
    .news .link_area .cd_area {
      margin-bottom: 20px; }
    .news .link_area .cate {
      position: relative;
      display: inline-block;
      padding: 5px 15px 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: var(--theme-color02);
      border-radius: 17px;
      margin-right: 25px;
      -webkit-transition: color 0.4s var(--easeInOutCubic);
      transition: color 0.4s var(--easeInOutCubic); }
      .news .link_area .cate:before {
        content: "";
        display: block;
        width: calc(100% - 10px);
        height: calc(100% - 2px);
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 1px;
        margin: auto;
        border-radius: 15px;
        z-index: 1;
        -webkit-transition: background 0.4s var(--easeInOutCubic);
        transition: background 0.4s var(--easeInOutCubic); }
      .news .link_area .cate span {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: var(--base-text-color);
        z-index: 1;
        -webkit-transition: color 0.4s var(--easeInOutCubic);
        transition: color 0.4s var(--easeInOutCubic); }
    .news .link_area .day {
      font-size: 18px;
      -webkit-transition: color 0.4s var(--easeInOutCubic);
      transition: color 0.4s var(--easeInOutCubic); }
    .news .link_area .n_txt {
      font-size: 28px;
      font-weight: 500;
      --lh:1.5;
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      -webkit-transition: color 0.4s var(--easeInOutCubic);
      transition: color 0.4s var(--easeInOutCubic); }
      .news .link_area .n_txt::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .news .link_area .n_txt::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
    .news .link_area .link_btn {
      margin-left: calc(100% - 380px); }

@media screen and (max-width: 800px) {
  .news {
    padding-top: 137.5px;
    padding-bottom: 100px; }
    .news .circle {
      right: -210px;
      top: -90px;
      width: 400px; }
    .news .inr {
      position: relative;
      width: 85%;
      display: block; }
    .news .tit_area {
      position: relative;
      width: 290px;
      margin: 0 auto;
      padding-top: 0; }
      .news .tit_area h2 {
        font-size: var(--fz45);
        padding: 0 15px;
        width: auto; }
      .news .tit_area p {
        position: absolute;
        left: auto;
        right: 0;
        top: calc(100% - 5px);
        padding: 0px 15px;
        width: auto;
        font-size: var(--fz17);
        border: 1px solid var(--base-border-color); }
    .news .link_area {
      position: relative;
      width: 100%;
      margin-left: 0;
      margin-top: 25px; }
      .news .link_area .list_link {
        padding: 30px 0; }
      .news .link_area .cd_area {
        margin-bottom: 15px; }
      .news .link_area .cate {
        padding: 2px 10px 2px;
        margin-right: 15px; }
        .news .link_area .cate:before {
          width: calc(100% - 5px); }
        .news .link_area .cate span {
          font-size: var(--fz12); }
      .news .link_area .day {
        font-size: var(--fz13); }
      .news .link_area .n_txt {
        font-size: var(--fz16); }
      .news .link_area .link_btn {
        margin: 57px 0 0 10px;
        width: calc(100% - 10px); } }

/*# sourceMappingURL=top.css.map */