@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 ページヘッダー
*============================================================*/
/* メインビジュアル
---------------------------------------- */
#page-top #mainvisual {
    height: var(--common-vh);
    position: relative;
    overflow: hidden;
}
/* レインボー */
#page-top #mainvisual .animation-rainbow {
    --rainbow-size: 1040px;
    width: 100%;
    height: calc(var(--rainbow-size) * 0.5 );
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-180deg);
    -webkit-transition: transform 1s;
    transition: transform 1s;
    transform-origin:center bottom;

    animation: rainbow 1s 0.5s ease-in-out forwards;
}
/* #page-top #mainvisual .animation-rainbow.animation-on {
    transform: rotate(0deg);
} */

@keyframes rainbow {
    0% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

#page-top #mainvisual .animation-rainbow .circle {
    --rainbow-size-half: calc(var(--rainbow-size) * 0.5 );
    width: var(--rainbow-size);
    height: var(--rainbow-size);
    border-radius: 100%;
    position: absolute;
    bottom: calc(var(--rainbow-size-half) * -1);
    left: calc(50% - var(--rainbow-size-half));
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
/* #page-top #mainvisual .animation-rainbow .circle[data-idx="01"] {
    background-color: #FF4B6F;
    animation: rainbow-color 20s ease-in-out infinite none;
} */

#page-top #mainvisual .animation-rainbow[data-random="1"] .circle[data-idx="01"] {
    background-color: #FF4B6F;
    animation: rainbow-color-1 20s 4s ease-in-out infinite none;
}
@keyframes rainbow-color-1 {
    0% {
        background-color: #FF4B6F;
    }
    20% {
        background-color: #FFD855;
    }
    40% {
        background-color: #3CEFAF;
    }
    60% {
        background-color: #55B0FF;
    }
    80% {
        background-color: #B998FF;
    }
    100% {
        background-color: #FF4B6F;
    }
}
#page-top #mainvisual .animation-rainbow[data-random="2"] .circle[data-idx="01"] {
    background-color: #FFD855;
    animation: rainbow-color-2 20s 4s ease-in-out infinite none;
}
@keyframes rainbow-color-2 {
    0% {
        background-color: #FFD855;
    }
    20% {
        background-color: #3CEFAF;
    }
    40% {
        background-color: #55B0FF;
    }
    60% {
        background-color: #B998FF;
    }
    80% {
        background-color: #FF4B6F;
    }
    100% {
        background-color: #FFD855;
    }
}
#page-top #mainvisual .animation-rainbow[data-random="3"] .circle[data-idx="01"] {
    background-color: #3CEFAF;
    animation: rainbow-color-3 20s 4s ease-in-out infinite none;
}
@keyframes rainbow-color-3 {
    0% {
        background-color: #3CEFAF;
    }
    20% {
        background-color: #55B0FF;
    }
    40% {
        background-color: #B998FF;
    }
    60% {
        background-color: #FF4B6F;
    }
    80% {
        background-color: #FFD855;
    }
    100% {
        background-color: #3CEFAF;
    }
}
#page-top #mainvisual .animation-rainbow[data-random="4"] .circle[data-idx="01"] {
    background-color: #55B0FF;
    animation: rainbow-color-4 20s 4s ease-in-out infinite none;
}
@keyframes rainbow-color-4 {
    0% {
    }
    20% {
        background-color: #B998FF;
    }
    40% {
        background-color: #FF4B6F;
    }
    60% {
        background-color: #FFD855;
    }
    80% {
        background-color: #3CEFAF;
    }
    100% {
        background-color: #55B0FF;
    }
}
#page-top #mainvisual .animation-rainbow[data-random="5"] .circle[data-idx="01"] {
    background-color: #B998FF;
    animation: rainbow-color-5 20s 4s ease-in-out infinite none;
}
@keyframes rainbow-color-5 {
    0% {
        background-color: #B998FF;
    }
    20% {
        background-color: #FF4B6F;
    }
    40% {
        background-color: #FFD855;
    }
    60% {
        background-color: #3CEFAF;
    }
    80% {
        background-color: #55B0FF;
    }
    100% {
        background-color: #B998FF;
    }
}

#page-top #mainvisual .animation-rainbow .circle[data-idx="02"] {
    --rainbow-size: 640px;
    background: #002F3B;
    mix-blend-mode: luminosity;
    opacity: 0.16;
}
#page-top #mainvisual .animation-rainbow .circle[data-idx="03"] {
    --rainbow-size: 280px;
    background: #FAF8F3;
}
/* アニメーションその他要素 */
#page-top #mainvisual .animation-step-02 {
    background-image: url(../images/top/mainvisual-step-03_2.png),url(../images/top/mainvisual-step-02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, bottom center;
    background-size: 1920px auto, 1920px auto;
    opacity: 0;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: animation-step-02 2s 2s ease-in-out forwards;
}
/* #page-top #mainvisual .animation-step-02.animation-on {
    opacity: 1;
} */
@keyframes animation-step-02 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* タイトル */
#page-top #mainvisual .info {
    position: absolute;
    bottom: 144px;
    left: 0;
    width: 100%;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0;

    animation: animation-step-02 2s 2s ease-in-out forwards;
}
#page-top #mainvisual .page-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 152%;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    text-align: center;
}

/*============================================================
 セクション共通
*============================================================*/
#page-top .section {
    height: 800px;
    margin-bottom: 0;
}

/*============================================================
 セクション News
*============================================================*/
#page-top #sec-news .block-scroll-fade-item {
    background-image: url(../images/top/news-bg.svg);
    background-repeat: no-repeat;
    background-position: top 132px left calc(50vw - 232px);
    background-size: 770px auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1227px) {
    #page-top #sec-news .block-scroll-fade-item {
        background-position: top 132px right 76px, bottom left;
    }
}

#page-top #sec-news .news-sub {
 font-size:28px;
 font-weight: bold;
}

@media screen and (max-width: 720px) {
#page-top #sec-news .news-sub {
 font-size:20px;
 font-weight: bold;
}
}

#page-top #sec-news .inner {
    height: 100%;
    padding-top: 120px;
    /* position: relative; */
    /* pointer-events: none; */
    position: relative;
}
#page-top #sec-news .inner::after {
    background-image: url(../images/top/news-bg-02.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 270px auto;
    content: "";
    display: block;
    width: 270px;
    height: 115px;
    /* background-color: #ccc; */
    position: absolute;
    bottom: 0;
    left: -96px;
}
#page-top #sec-news .block-btn-circle {
    --background-color: #FF4B6F;
    --hover-background-color: #FF6987;
    position: absolute;
    top: 120px;
    left: min(calc(100% - 226px), calc(50% + 388px));
    padding: 140px 0 0 0;
}


/*============================================================
 セクション Service
*============================================================*/
#page-top #sec-service {
    -webkit-transition: background-color 1.5s;
    transition: background-color 1.5s;
}
#page-top #sec-service.scroll-fade-on {
    background-color: var(--common-color-main);
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
#page-top #sec-service .block-scroll-fade-item {
    background-image: url(../images/top/service-bg3.png);
    background-repeat: no-repeat;
    background-position: top 173px left calc(50vw + 42px);
    background-size: 711px auto;
    width: 100%;
    height: 100%;
}
#page-top #sec-service .inner {
    padding-top: 120px;
}
#page-top #sec-service .info {
    max-width: 490px;
}
#page-top #sec-service .info .sec-title[data-size="large"] {
    --color: var(--common-color-background1);
    --first-letter-color: var(--common-color-text);
    margin-bottom: 32px;
}
#page-top #sec-service .info .sec-catch {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 32px;
}
#page-top #sec-service .info .sec-lead {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.04em;
    color: #fff;
    padding-left: 36px;
    margin-bottom: 40px;
    position: relative;
}
#page-top #sec-service .info .sec-lead::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--common-color-note);
    position: absolute;
    top: 16px;
    left: 0;
}
#page-top #sec-service .info .sec-lead span {
    display: inline-block;
    background: linear-gradient(90deg, #00BAFF 0%, #56DE00 29.69%, #FBC500 53.65%, #FF4B6F 74.48%, #C5A1FA 100%);
    border-radius: 100px;
    line-height: 150%;
    padding: 2px 8px;
    margin: 0 4px;
}
#page-top #sec-service .info .parts-btn-group {
    justify-content: space-between;
}
#page-top #sec-service .info .parts-btn-group .parts-btn {
    margin: 0;
    --width: 237px;
    --sp-width: 248px;
}

#page-top #mainvisuals .inner{
	max-width: none;
  padding: unset;
}

#page-top #mainvisuals .support-logo-list {
  margin: 0; padding: 48px 0; width: 100%;
	background: #F4F0E6;
}
#page-top #mainvisuals .support-logo-list p {
  margin-bottom: 32px;
	font-size: 24px; font-weight: bold;
  text-align: center; line-height: 160%;
}
#page-top #mainvisuals .support-logo-list p span{
  font-size: 14px;
}

#page-top #mainvisuals .support-logo-list ul{
  margin: 0 auto; width: 96%; max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
#page-top #mainvisuals .support-logo-list ul li{
  margin: 0 0 15px; padding: 0 1%; width: 20%;
  box-sizing: border-box;
}

#page-top #mainvisuals .support-logo-list p.note{
  margin: 0 auto; padding: 0 1%; width: 96%; max-width: 1200px;
  font-size: 13px; font-weight: normal; text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #page-top #mainvisuals .support-logo-list p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #page-top #mainvisuals .support-logo-list ul li{
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 375px) {
  #page-top #mainvisuals .support-logo-list p {
    font-size: 14px;
  }
  #page-top #mainvisuals .support-logo-list ul li{
    width: calc(100% / 2);
  }
}	

/*============================================================
 セクション Works
*============================================================*/
#page-top #sec-works {
    background-color: var(--common-color-main);
    position: relative;
    overflow: hidden;
}
#page-top #sec-works .block-scroll-fade-item {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
}
#page-top #sec-works .inner {
    max-width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-align: center;
}
#page-top #sec-works .sec-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
}
#page-top #sec-works .client-list {
    height: 100%;
}
#page-top #sec-works .client-list .client {
    width: 50%;
    height: 100%;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 0 0;
}
#page-top #sec-works .client-list .client:nth-child(1) {
    background-image: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%),url(../images/top/works-bg-01.jpg);  
    background-position: center right;
}
#page-top #sec-works .client-list .client:nth-child(2) {
    background-image: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%),url(../images/top/works-bg-02.jpg);  
    background-position: center left;
}
@media screen and (max-width: 1279px) {
    #page-top #sec-works .client-list .client:nth-child(1),
    #page-top #sec-works .client-list .client:nth-child(2) {
        background-position: center center;
    }
}
#page-top #sec-works .client-list .client .info {
    max-width: 400px;
}
#page-top #sec-works .client-list .client:nth-child(1) .info {
    margin-left: auto;
    margin-right: 120px;
}
#page-top #sec-works .client-list .client:nth-child(2) .info {
    margin-left: 120px;
    margin-right: auto;    
}
@media screen and (max-width: 1279px) {
    #page-top #sec-works .client-list .client:nth-child(1) .info,
    #page-top #sec-works .client-list .client:nth-child(2) .info {
        margin: 0 auto;
        background-position: top center;
    }
}

#page-top #sec-works .client-list .client .client-logo {
    margin-bottom: 24px;
}
#page-top #sec-works .client-list .client .client-logo img {
    height: 72px;
    width: auto;
}
#page-top #sec-works .client-list .client .client-name {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 12px;
}
#page-top #sec-works .client-list .client .title {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 24px;
}
#page-top #sec-works .client-list .client .link {
    width: 100%;
}
#page-top #sec-works .client-list .client .link .parts-btn {
    --margin: 0 auto;
	--color: #fff;
	--background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
	--border-color: #fff;
	--hover-color: #fff;
	--hover-background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
	--hover-border-color: #fff;
}
#page-top #sec-works .block-btn-circle {
    --background-color: var(--common-color-background1);
    --hover-background-color: #FAF8EF;
    position: absolute;
    bottom: -150px;
    left: calc(50% - 150px);
    padding: 72px 0 0 0;
}
#page-top #sec-works .block-btn-circle svg path {
    fill: var(--common-color-text);
}
#page-top #sec-works .block-btn-circle .label-text {
    color: var(--common-color-text);
}

/* #page-top #sec-works {
    background-color: var(--common-color-main);
    position: relative;
    overflow: hidden;
}
#page-top #sec-works .sec-title {
    margin-bottom: 102px;
}
#page-top #sec-works .works-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/top/works-bg-01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#page-top #sec-works .works-info {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
}
#page-top #sec-works .inner {
    max-width: 1280px;
    padding: 128px 0 0 0;
    color: #fff;
    text-align: center;
}
#page-top #sec-works .sec-title  {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
}
#page-top #sec-works .client-list .client {
    width: 50%;
    font-weight: 700;
}
#page-top #sec-works .client-list .client .info {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 48px;
    position: relative;
    height: 100%;
}
#page-top #sec-works .client-list .client .client-logo {
    margin-bottom: 24px;
}
#page-top #sec-works .client-list .client .client-name {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 12px;
}
#page-top #sec-works .client-list .client .title {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 24px;
}
#page-top #sec-works .client-list .client .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#page-top #sec-works .client-list .client .link .parts-btn {
    --margin: 0 auto;
	--color: #fff;
	--background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
	--border-color: #fff;
	--hover-color: #fff;
	--hover-background: linear-gradient(180deg, #020A0D 0%, rgba(2, 10, 13, 0.2) 70.83%);
	--hover-border-color: #fff;
}
#page-top #sec-works .block-btn-circle {
    --background-color: var(--common-color-background1);
    --hover-background-color: #fff;
    position: absolute;
    bottom: -150px;
    left: calc(50% - 150px);
    padding: 72px 0 0 0;
}
#page-top #sec-works .block-btn-circle svg path {
    fill: var(--common-color-text);
}
#page-top #sec-works .block-btn-circle .label-text {
    color: var(--common-color-text);
} */

/*============================================================
 セクション About
*============================================================*/
#page-top #sec-about .block-scroll-fade-item {
    position: relative;
    height: 100%;
}
#page-top #sec-about .animation-tree {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
#page-top #sec-about .animation-tree svg {
    max-width: unset;
    margin-left: 0;
    position: absolute;
    left: calc(50% + 66px);
    bottom: 0;
}
#page-top #sec-about .animation-tree svg .step-01 {
    opacity: 0;
    transition: opacity 1s 1.0s ease-in-out;
}
#page-top #sec-about .animation-tree svg .step-02 {
    opacity: 0;
    transition: opacity 1s 2.0s ease-in-out;
}
#page-top #sec-about .animation-tree svg .step-03 {
    opacity: 0;
    transition: opacity 1s 3.0s ease-in-out;
}
#page-top #sec-about.scroll-fade-on .animation-tree svg *[class^="step-"] {
    opacity: 1;
}
#page-top #sec-about .inner {
    padding-top: 120px;
}
#page-top #sec-about .info {
    max-width: 480px;
}
#page-top #sec-about .info .sec-title {
    margin-bottom: 32px;
}
#page-top #sec-about .info .sec-catch-label {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
}
#page-top #sec-about .info .sec-catch {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
}
#page-top #sec-about .info .sec-lead {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.04em;
    padding-left: 36px;
    margin-bottom: 40px;
    position: relative;
}
#page-top #sec-about .info .sec-lead::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: var(--common-color-note);
    position: absolute;
    top: 16px;
    left: 0;
}


/*============================================================
 セクション Recruit
*============================================================*/
#page-top #sec-recruit .block-scroll-fade-item {
    background-image: url(../images/top/recruit-bg-02.png),url(../images/top/recruit-bg-02.svg);
    background-repeat: no-repeat;
    background-position: top 114px right calc(50vw - 12px), top center;
    background-size: 549px auto, 1198px auto;
    width: 100%;
    height: 100%;
}
#page-top #sec-recruit .inner {
    padding-top: 168px;
    position: relative;
}
#page-top #sec-recruit .catch {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: var(--common-color-background3);
    mix-blend-mode: difference;
    transform: rotate(-6.77deg);
    position: absolute;
    right: calc(50% + 60px);
    bottom: -36px;
}
#page-top #sec-recruit .info {
    max-width: 590px;
    margin-left: auto;
}
#page-top #sec-recruit .info .sec-catch {
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-left: 106px;
    margin-bottom: 32px;
}
#page-top #sec-recruit .info .sec-lead {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.04em;
    padding-left: 106px;
    margin-bottom: 40px;
}
#page-top #sec-recruit .info .parts-btn {
    --margin: 0 0 0 auto;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1099px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    /* レインボー */
    #page-top #mainvisual .animation-rainbow {
        --rainbow-size: 800px;
    }
    #page-top #mainvisual .animation-rainbow .circle[data-idx="02"] {
        --rainbow-size: 500px;
    }
    #page-top #mainvisual .animation-rainbow .circle[data-idx="03"] {
        --rainbow-size: 240px;
    }

    /* アニメーションその他要素 */
    #page-top #mainvisual .animation-step-02 {
        background-image: url(../images/top/tablet-mainvisual-step-03.png),url(../images/top/tablet-mainvisual-step-02.svg);
        background-size: 1002px auto, 1002px auto;
    }

    /* タイトル */
    #page-top #mainvisual .info {
        bottom: 273px;
    }
    #page-top #mainvisual .page-title {
        font-size: 72px;
        line-height: 152%;
        letter-spacing: 0.12em;
        color: var(--common-color-text);
    }

    /*============================================================
     セクション News
    *============================================================*/
    #page-top #sec-news .inner::after {
        left: 0;
    }

    
    /*============================================================
     セクション Service
    *============================================================*/
    #page-top #sec-service .inner {
        padding-top: 120px;
        padding-bottom: 80px;
        /* max-width: 1008px; */
    }
    @media screen and (max-width: 1079px) {
        #page-top #sec-service {
            height: auto;
        }
        #page-top #sec-service .block-scroll-fade-item {
            background-image: url(../images/top/sp-service-bg.png);
            background-position: top 272px center;
            background-size: 560px auto;
        }
        #page-top #sec-service .info {
            max-width: 100%;
        }
        #page-top #sec-service .info .sec-title[data-size="large"] {
            margin-bottom: 600px;
        }
        #page-top #sec-service .info .sec-lead {
            padding-left: 0;
        }
        #page-top #sec-service .info .sec-lead::before {
            display: none;
        }
        #page-top #sec-service .info .parts-btn-group {
            gap: 32px 16px;
            justify-content: center;
        }
    }

    
    /*============================================================
     セクション About
    *============================================================*/
    #page-top #sec-about {
        height: 713px;
    }
    #page-top #sec-about .animation-tree svg {
        width: 420px;
    }
    #page-top #sec-about .inner {
        padding-top: 64px;
        /* max-width: 1008px; */
    }
    #page-top #sec-about .info .parts-btn {
        margin: 0 auto;
    }
    @media screen and (max-width: 1019px) {
        #page-top #sec-about .info {
            max-width: calc(100vw * 0.46875);
        }
        #page-top #sec-about .info .sec-lead {
            padding-left: 0;
        }
        #page-top #sec-about .info .sec-lead::before {
            display: none;
        }
        
    }


    /*============================================================
     セクション Recruit
    *============================================================*/
    /* #page-top #sec-recruit {
        height: auto;
    }
    #page-top #sec-recruit .block-scroll-fade-item {
        background-size: 480px auto, 1198px auto;
        background-position: top 184px right calc(50vw - 12px), top;
        padding-bottom: 134px;
    }
    #page-top #sec-recruit .inner {
        max-width: 1008px;
        padding-top: 168px;
        position: relative;
    } */
    
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    /* レインボー */
    #page-top #mainvisual .animation-rainbow {
        --rainbow-size: 600px;
    }
    #page-top #mainvisual .animation-rainbow .circle[data-idx="02"] {
        --rainbow-size: 360px;
    }
    #page-top #mainvisual .animation-rainbow .circle[data-idx="03"] {
        --rainbow-size: 200px;
    }
    /* アニメーションその他要素 */
    #page-top #mainvisual .animation-step-02 {
        background-image: url(../images/top/sp-mainvisual-step-03.png),url(../images/top/sp-mainvisual-step-02.svg);
        background-size: 766px auto, 766px auto;
    }
    /* タイトル */
    #page-top #mainvisual .info {
        bottom: 348px;
    }
    #page-top #mainvisual .page-title {
        font-size: 33px;
        line-height: 152%;
    }

    /*============================================================
     セクション News
    *============================================================*/
    #page-top #sec-news {
        height: auto;
    }
    #page-top #sec-news .block-scroll-fade-item {
        background-image: url(../images/top/sp-news-bg.svg);
        background-position: bottom center;
        background-size: 767px auto;
    }
    #page-top #sec-news .inner {
        padding-top: 64px;
        padding-bottom: 336px;
    }
    #page-top #sec-news .inner::after {
        display: none;
    }
    #page-top #sec-news .block-btn-circle {
        top: unset;
        bottom: 80px;
        left: calc(50% - 100px);
        padding: 88px 0 0 0;
    }


    /*============================================================
     セクション Service
    *============================================================*/
    #page-top #sec-service .inner {
        padding-top: 64px;
        padding-bottom: 80px;
        /* max-width: var(--inner-max-width); */
    }
    #page-top #sec-service .block-scroll-fade-item {
        background-position: top 194px center;
    }
    #page-top #sec-service .info .parts-btn-group {
        gap: 32px 100%;
    }
    @media screen and (max-width: 608px) {
        #page-top #sec-service .block-scroll-fade-item {
            background-position: top 194px left 24px;
        }
    }

    /*============================================================
     セクション Works
    *============================================================*/
    #page-top #sec-works {
        height: auto;
    }
    #page-top #sec-works .client-list .client {
        width: 100%;
        height: auto;
        min-height: 956px;
        background-size: cover;
        padding: 346px 0 0 0;
    }
    #page-top #sec-works .client-list .client .info {
        max-width: 342px;
    }
    #page-top #sec-works .block-btn-circle {
        bottom: -100px;
        left: calc(50% - 100px);
        padding: 46px 0 0 0;
    }
        
    @media screen and (max-width: 640px) {
        #page-top #sec-works .client-list .client {
            width: 100%;
            height: auto;
            min-height: 800px;
            background-size: auto 800px;
            padding: 268px 0 0 0;
        }
    }



    /*============================================================
     セクション About
    *============================================================*/
    #page-top #sec-about {
        height: auto;
    }
    #page-top #sec-about .animation-tree {
        width: 319px;
        height: 408px;
        bottom: unset;
        top: 180px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #page-top #sec-about .animation-tree svg {
        width: 100%;
        bottom: unset;
        left: unset;
    }
    #page-top #sec-about .inner {
        padding-bottom: 80px;
        /* max-width: var(--inner-max-width); */
    }
    #page-top #sec-about .info {
        max-width: 100%;
    }
    #page-top #sec-about .info .sec-title {
        margin-bottom: 468px;
    }
    

    /*============================================================
     セクション Recruit
    *============================================================*/
    #page-top #sec-recruit {
        height: auto;
    }
    #page-top #sec-recruit .block-scroll-fade-item {
        background-image: url(../images/top/recruit-bg-02.png),url(../images/top/sp-recruit-bg-02.svg);
        background-size: 492px auto, 502px auto;
        background-position: top 180px left calc(50% - 5px), bottom center;
    }
    #page-top #sec-recruit .inner {
        padding-top: 64px;
        padding-bottom: 80px;
        position: relative;
    }
    #page-top #sec-recruit .catch {
        width: max-content;
        font-size: 52px;
        transform: rotate(-6.77deg) translateX(-50%);
        position: absolute;
        right: unset;
        bottom: unset;
        left: 50%;
        top: 560px;
    }
    #page-top #sec-recruit .info {
        max-width: unset;
        margin-left: 0;
    }
    #page-top #sec-recruit .info .sec-title {
        margin-bottom: 592px;
    }
    #page-top #sec-recruit .info .sec-catch {
        padding-left: 0;
    }
    #page-top #sec-recruit .info .sec-lead {
        padding-left: 0;
    }
    #page-top #sec-recruit .info .parts-btn {
        --margin: 0 auto;
    }
    
}

@media screen and (max-width: 480px) {
/*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    /* アニメーションその他要素 */
    #page-top #mainvisual .animation-step-02 {
        background-image: url(../images/top/sp-mainvisual-step-02.svg);
        background-size: 766px auto;
    }
	
}