@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .05rem;
    color: #333;
    box-sizing: border-box;
    word-break: normal;
    line-break: strict;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
main {
    overflow: hidden;
}
a {
    text-decoration: none;
    transition: .3s;
}
a:hover {
    opacity: .7;
}
img {
    display: block;
}
li {
    list-style: none;
}
/* * {
    outline:1px solid #0000FF;
} */
.btn {
    display: inline-block;
    align-items: center;
    position: relative;
    line-height: 1.5;
    border-radius: 3em;
    padding: 8px 2.6rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: .3s ease;
}
.btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 8%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
}
.btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 11%;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.btn:hover {
    opacity: 1;
}
.btn .read-more {
    display: inline-block;
    transform: translateX(-10px);
}
.wrapper {
    width: 80%;
    margin: 0 auto;
}
/*--赤色ボタン--*/
.btn-red {
    background-color: #dc4600;
    border: solid 1px #dc4600;
}
.btn-red::before {
    background-color: #fff;
}
.btn-red::after {
    background-color: #dc4600;
}
.btn-red:hover {
    background-color: #fff;
    color: #dc4600;
}
.btn-red:hover::before {
    background-color: #dc4600;
}
.btn-red:hover::after {
    background-color: #fff;
}
/*--青色ボタン--*/
.btn-blue {
    background-color: #0095db;
    border: solid 1px #0095db;
}
.btn-blue::before {
    background-color: #fff;
}
.btn-blue::after {
    background-color: #0095db;
}
.btn-blue:hover {
    background-color: #fff;
    color: #0095db;
}
.btn-blue:hover::before {
    background-color: #0095db;
}
.btn-blue:hover::after {
    background-color: #fff;
}
/*--ヘッダー--*/
.header {
    position: fixed; 
    top: 1rem;
    right: 10%;
    z-index: 10;
    width: 80%;
    height: auto;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
@media screen and (max-width: 1200px) {
    .header {
        right: 5%;
        width: 90%;
    }
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}
.header-change {
    background-color: rgba(255,255,255,0.8);
    border-radius: 20px;
}
.header-logo {
    width: 24%;
    height: 100%;
    padding: 1.2rem;
    border-radius: 16px;
    transition: background-color 0.3s ease;
}
.blue-square {
    background-color: #0095db;
}
.white-square {
    background-color: rgba(255,255,255,0);
}
.active-logo {
    display: block;
}
.diactive-logo {
    display: none;
}
.header.is-scrolled .active-logo {
    display: none;
}
.header.is-scrolled .diactive-logo {
    display: block;
}
.header-logo:hover {
    opacity: 1;
}
.header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-item {
    margin-left: 1rem;
}
.header-item:first-child {
    margin-left: 0;
}
.header-link {
    position: relative;
    display: inline-block;
    color: #333;
    padding: 4px 8px;
    margin-top: 4px;
    overflow: hidden;
}
.header-link:hover {
    color: #fff;
    opacity: 1;
}
.header-btn {
    margin-left: 2rem;
}
.header-link::before {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    border-radius: 4px;
    background-color: #0095db;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.3s ease;
}
.header-link:hover::before {
    opacity: 1;
    transform: translateX(0);
}
/*--メインビジュアル--*/
.main-visual {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    z-index: 2;
}
.main-visual-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 8% auto;
}
.main-visual-slider-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}
.main-visual-slider {
    z-index: 1;
    width: 92%;
}
.main-visual-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.main-visual-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 2px 2px 7px #aaa;
}
.main-slider-dots-flex {
    z-index: 2;
    width: 8%;
    margin-left: 2rem;
}
@media screen and (max-width: 1400px) {
    .main-slider-dots-flex {
        margin-left: 4rem;
    }
}
@media screen and (max-width: 1300px) {
    .main-visual-slider-wrap {
        flex-direction: row-reverse;
    }
    .main-slider-dots-flex {
        margin-left: 0;
        margin-right: 1rem;
    }
}
@media screen and (max-width: 1200px) {
    .main-visual-img {
        width: 360px;
        height: 360px;
    }
}
.main-slider-dots-flex .dots-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-slider-dots-flex .dots-wrap li {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0.5px rgba(89,87,87,0.5);
    border-radius: 50%;
}
.main-slider-dots-flex .dots-wrap li:hover,
.main-slider-dots-flex .dots-wrap li.slick-active {
    background: #595757;
}
.main-slider-dots-flex .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/*--------slickの設定--------*/
.slick-list {
    width: 100%;
    height: 100%;
}
.slick-track {
    width: 100%;
    height: 100%;
}
.slick-slide, .slick-track, .slick-list {
    overflow: visible !important;
}
/*--セクション区切り--*/
.section-border-container {
    position: relative;
    height: 100px;
}
.section-border {
    width: 100%;
    height: 100%;
}
.section-border img {
    width: 100%;
    height: auto;
}
/*--メインビジュアルのウェーブ--*/
.main-visual::before {
    position: absolute;
    content: "";
    top: 56vh;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-color: #0095db;
}
.main-wave {
    position: absolute;
    top: calc(56vh - 64px);
    z-index: -1;
    width: 100%;
    height: 100px;
    background-image: url(../img/wave.svg);
    background-size: 1000px 100px;
}
.wave1 {
    animation: main-wave 6s linear infinite;
}
.wave2 {
    animation: main-wave 8s linear infinite;
    opacity: 0.5;
}
@keyframes main-wave {
    0% {
        background-position: 1000px;
    }
    100% {
        background-position: 0;
    }
}
/*--キャッチコピー--*/
.main-copy-box {
    width: 60%;
}
.main-copy {
    color: #595757;
    font-size: 2.4vw;
    font-weight: 900;
}
.copy-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.copy-head {
    display: inline-block;
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 8px;
    font-size: 4.8vw;
    text-align: center;
}
.copy-first .copy-head {
    background-color: #0095db;
    border-radius: 50%;
    color: #fff;
}
.copy-first .copy-strong {
    color: #0095db;
    font-size: 3.2vw;
}
.copy-second .copy-head {
    background: #939498;
    background: linear-gradient(-135deg, rgba(147, 148, 152, 1) 0%, rgba(167, 166, 166, 1) 52%, rgba(97, 95, 98, 1) 100%);
    border-radius: 4px;
    color: #fff;
}
.copy-second span {
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke;
}
.copy-second .copy-strong {
    color: #595757;
    font-size: 3.2vw;
}
.copy-third {
    color: #fff;
    -webkit-text-stroke: 3px #0095db;
    paint-order: stroke;
}
.copy-third .copy-kanji {
    font-size: 4vw;
    font-weight: 900;
}
.copy-third .copy-kana {
    color: #fff;
}
/*--キャッチフレーズのスクロール--*/
.main-copy-scroll {
    position: absolute;
    bottom: 6dvh;
    left: 50%;
    z-index: 1;
    display: flex;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
}
.scroll-slider {
    display: flex;
    width: 200%;
    min-width: 100vw;
    animation: main-visual-scroll 20s infinite linear .5s both;
}
.scroll-item {
    display: flex;
    min-width: 100%;
    white-space: nowrap;
}
.scroll-item p {
    margin-right: 2vw;
    color: #fff;
    font-size: 6vw;
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 600;
    font-style: normal;
}
@keyframes main-visual-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/*--パイプの配置--*/
.pipe-parts {
    position: absolute;
}
.pipe-parts img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pipe1 {
    top: 0;
    right: 0;
    width: 6%;
    height: auto;
}
.pipe2 {
    top: 8%;
    left: 0;
    width: 6%;
    height: auto;
}
.pipe3 {
    top: 4rem;
    right: -13%;
    z-index: 1;
}
.pipe-head {
    z-index: 1;
}
.pipe-body {
    position: relative;
    z-index: 0;
    width: 22.1% !important;
    margin-top: -4px;
}
.pipe-parts .pipe-end {
    height: 60px;
}
.pipe5 {
    top: 50%;
    right: 12%;
    width: 100%;
    height: auto;
}
/*--メッセージ--*/
#message {
    position: relative;
    z-index: -1;
    background-image: url(../img/message/message-back.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
    margin-top: -6rem;
}
#message::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 24%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 70%,
        #fff 100%
    );
}
.message-flex {
    display: flex;
    justify-content: space-between;
}
.message-img-container {
    display: flex;
    width: calc(50% - 1rem);
    height: 100%;
}
.message-img {
    width: 40%;
    height: auto;
}
.message-img1 {
    z-index: 1;
}
.message-img2 {
    z-index: 2;
    margin-left: -2rem;
    margin-top: 4rem;
}
.message-img3 {
    z-index: 1;
    margin-left: -2rem;
    margin-top: 2rem;
}
.message-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 2px 2px 7px #aaa;
}
.messege-text-container {
    width: calc(50% - 1rem);
    height: 100%;
}
.message-title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.message-text {
    color: #fff;
}
.message-marker {
    display: inline;
    padding: 0 0.1em;
    background: linear-gradient(transparent 68%,rgba(220, 70, 0, 1) 60%);
}
/*--事業紹介--*/
#service {
    position: relative;
    padding: 4rem 0 6rem;
}
#service::before {
    position: absolute;
    content: "";
    top: 4%;
    right: 0;
    z-index: -1;
    border-radius: 24px 0 0 0;
    background-color: #595757;
    box-shadow: 2px 2px 7px #aaa;
    width: 60%;
    height: 100%;
}
#service::after {
    position: absolute;
    content: "";
    top: 4%;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    border-radius: 24px 0 0 0;
    background-image: url(../img/service/service-back.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
}
.service-title {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
    .service-title {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .service-title-first {
        margin-bottom: 1rem;
        margin-right: auto;
    }
    .service-title-first span {
        -webkit-text-stroke: 2px #fff;
        paint-order: stroke;
    }
    .service-title-second {
        margin-bottom: 1rem;
        margin-right: auto;
    }
    .service-title-second span {
        color: #333;
        -webkit-text-stroke: 2px #fff;
        paint-order: stroke;
    }
}
.service-title-row {
    display: flex;
    align-items: center;
}
.service-title-first {
    color: #333;
    font-size: 2.4vw;
}
.title-head-gray {
    width: 6vw;
    height: 6vw;
    background: #939498;
    background: linear-gradient(-135deg, rgba(147, 148, 152, 1) 0%, rgba(167, 166, 166, 1) 52%, rgba(97, 95, 98, 1) 100%);
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    font-size: 4vw;
    text-align: center;
}
.service-title-second {
    color: #fff;
    font-size: 2.4vw;
}
.title-head-blue {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #0095db;
    color: #fff;
    font-size: 4vw;
    text-align: center;
}
.service-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 1;
}
.service-text-container {
    width: 50%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 7px #aaa;
}
.service-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    background-color: #fff;
    border-bottom: solid 1px #0095db;
}
.service-box:hover {
    background-color: #eaeaea;
    opacity: 1;
}
.service-box:first-child {
    border-radius: 20px 20px 0 0;
}
.service-box:last-child {
    border-radius: 0 0 20px 20px;
    border: none;
}
.service-text-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 32px);
}
.service-content-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border: solid 1px #333;
    border-radius: 50%;
    background-color: #fff;
}
.service-icon img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.service-text {
    width: calc(100% - 96px - 1rem);
    margin: 0 1rem;
    color: #333;
}
.content-title {
    color: #333;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 8px;
}
.service-btn {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #0095db;
    border-radius: 50%;
}
.service-btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.service-img-container {
    position: relative;
    width: 40%;
}
.service-img-flex {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.service-img {
    position: absolute;
    width: auto;
    height: 52%;
}
.service-img1 {
    top: 0;
    left: 0;
}
.service-img2 {
    bottom: 0;
    right: 0;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 7px #aaa;
    border-radius: 16px;
    aspect-ratio: 4/3;
}
@media screen and (max-width: 1250px) {
    .service-img img {
        aspect-ratio: 1/1;
    }
}
/*--事業紹介の切り替え設定--*/
.service-box.active-service-box {
    background-color: #eaeaea;
}
.service-img-flex {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.service-img-flex.active-image {
  opacity: 1;
  pointer-events: auto;
}
/*--セクション区切り--*/
.works-top {
    position: relative;
    z-index: -1;
    padding: 4rem 0;
    margin-top: -2rem;
    margin-bottom: -2rem;
    clip-path: ellipse(100% 100% at 50% 100%);
    background-color: #0095db;
}
/*--実績紹介--*/
#works {
    position: relative;
    padding: 0 0 4rem;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 150, 220, 1) 100%);
}
.works-title {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.works-title-text {
    color: #fff;
    font-size: 2.4vw;
}
.works-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 1;
    margin-bottom: 4rem;
}
.works-container {
    position: relative;
    width: calc((100% / 3) - 1rem);
    border-radius: 16px;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.works-container:hover {
    opacity: 0.9;
    box-shadow: none;
}
.works-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 4px;
    padding: 2px 6px;
    background-color: #fff;
    font-size: 0.9rem;
}
.tag-water-work {
    color: #0095db;
}
.tag-aircon-work {
    color: #dc4600;
}
.works-img {
    width: 100%;
    height: auto;
}
.works-img img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.works-text-box {
    padding: 1rem;
}
.works-text {
    color: #333;
}
/*--採用情報--*/
#recruit {
    position: relative;
    padding: 4rem 0;
    background-color: #fff;
}
#recruit::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -8%;
    z-index: 0;
    width: 140%;
    height: 52%;
    background-color: #bcdbe1;
    box-shadow: 2px 2px 7px #aaa;
    transform: rotate(-12deg);
}
.recruit-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.recruit-img-container {
    width: calc(50% - 1rem);
}
.recruit-img-flex {
    position: relative;
    height: 100%;
}
.recruit-img {
    position: absolute;
    width: 54%;
    height: auto;
}
.recruit-img1 {
    top: 10%;
    left: 0;
}
.recruit-img2 {
    top: 28%;
    right: 0;
}
.recruit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1300px) {
    .recruit-img {
        width: 64%;
    }
    .recruit-img1 {
        top: 0;
        left: 0;
    }
    .recruit-img2 {
        top: 44%;
        right: 0;
    }
}
@media screen and (max-width: 1200px) {
    .recruit-img {
        width: 72%;
    }
}
.recruit-text-wrapper {
    position: relative;
    width: calc(50% - 2rem);
    z-index: 1;
}
.recruit-text-wrapper::before {
    position: absolute;
    content: "";
    bottom: -2rem;
    right: -2rem;
    z-index: 0;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    background-color: #595757;
    box-shadow: 2px 2px 7px #aaa;
}
.recruit-text-box {
    position: relative;
    padding: 2rem;
    border-radius: 20px;
    background-color: #0095db;
}
.recruit-title {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.recruit-title-text {
    color: #fff;
    font-size: 2.4vw;
}
.recruit-text {
    margin-bottom: 2rem;
    color: #fff;
}
#recruit .btn::after {
    right: 10%;
}
/*--お知らせ--*/
#news {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
}
.news-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-bottom: 2rem;
}
.news-title-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    box-shadow: 2px 2px 7px #aaa;
    background-color: #fff;
}
.news-title-row {
    display: flex;
    align-items: center;
}
.news-title-first {
    color: #333;
    font-size: 2.4vw;
    margin-bottom: 1rem;
}
.news-title-second {
    color: #333;
    font-size: 2.4vw;
}
.news-logo {
    position: absolute;
    bottom: 30%;
    right: 8%;
    width: 92px;
    height: auto;
}
.news-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-content-container {
    width: calc(72% - 1rem);
    padding: 4rem 9% 4rem 8%;
    border-radius: 24px 0 0 24px;
    box-shadow: 2px 2px 7px #aaa;
    margin-left: -2rem;
    background-color: #0095db;
}
.news-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0;
    border-bottom: solid 1px #fff;
}
.news-box:hover {
    padding-left: 1rem;
    opacity: 1;
}
.news-box:hover .news-text-heading,
.news-box:hover .news-content-title {
    opacity: 0.8;
}
.news-box:hover .news-link-btn {
    transform: translateX(-1rem);
}
.news-box:first-child {
    border-top: solid 1px #fff;
}
.news-text {
    color: #fff;
    margin-right: auto;
}
.news-link-btn {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease;
}
.news-link-btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #0095db;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.news-box:hover .news-link-btn {
    background-color: #595757;
}
.news-box:hover .news-link-btn::before {
    background-color: #fff;
}
.news-text-heading {
    margin-bottom: 6px;
    transition: .3s ease;
}
.news-tag {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    background-color: #fff;
    font-size: 0.9rem;
    transition: .3s ease;
}
.news-content-title {
    transition: .3s ease;
}
.recruit-info {
    color: #dc4600;
}
.news-info {
    color: #0095db;
}
#news .wrapper {
    text-align: right;
}
/*--フッター--*/
#footer {
    position: relative;
    padding-top: 2rem;
    margin-top: 100px;
    background-color: #0095db;
}
.footer-wave {
    position: absolute;
    top: -68px;
    z-index: -1;
    width: 100%;
    height: 100px;
    background-image: url(../img/wave.svg);
    background-size: 1000px 100px;
}
.wave1 {
    animation: main-wave 10s linear infinite;
}
.wave2 {
    animation: main-wave 12s linear infinite;
    opacity: 0.5;
}
.footer-list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}
.footer-item {
    margin-left: 3rem;
}
.footer-link {
    color: #fff;
}
.footer-info {
    width: 36%;
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    background-color: #fff;
}
.footer-logo {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-right {
    padding: 1rem 0;
    text-align: center;
}
.copy-right p {
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
}
/*-------------アニメーション------------------*/
.animation {
    opacity: 0;
}
.animation-works {
    opacity: 1;
}

.fadeup {
    transform-origin: center top;
    -webkit-animation: fadeup 1s both;
    animation: fadeup 1s both
}
.fadedown {
    transform-origin: center top;
    -webkit-animation: fadedown 1s both;
    animation: fadedown 1s both
}

.fadeup_main-copy {
    transform-origin: center top;
    -webkit-animation: fadeup_main-copy 1s both;
    animation: fadeup_main-copy 1s both
}

.slidein_left {
    transform-origin: right center;
    -webkit-animation: slidein_left 1s both;
    animation: slidein_left 1s both
}

.slidein_left_main-copy {
    transform-origin: right center;
    -webkit-animation: slidein_left_main-copy 1s both;
    animation: slidein_left_main-copy 1s both
}
.slidein_left-works {
    transform-origin: right center;
    -webkit-animation: slidein_left-works 1s both;
    animation: slidein_left-works 1s both
}

.slidein_right {
    transform-origin: right center;
    -webkit-animation: slidein_right 1s both;
    animation: slidein_right 1s both
}

.slidein_right_main-copy {
    transform-origin: right center;
    -webkit-animation: slidein_right_main-copy 1s both;
    animation: slidein_right_main-copy 1s both
}
.d1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.d2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.d3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.d4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.d5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.d6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.d7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.d10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes fadeup_main-copy {
    0% {
        transform: translate(0, 0.6em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes fadeup_main-copy {
    0% {
        transform: translate(0, 0.6em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeup {
    0% {
        transform: translate(0, 2em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes fadeup {
    0% {
        transform: translate(0, 2em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadedown {
    0% {
        transform: translate(0, -2em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes fadedown {
    0% {
        transform: translate(0, -2em);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slidein_left_main-copy {
    0% {
        transform: translate(-0.6em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes slidein_left_main-copy {
    0% {
        transform: translate(-0.6em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes slidein_left-works {
    0% {
        transform: translate(-0.6em, 0);
        opacity: 1
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes slidein_left-works {
    0% {
        transform: translate(-0.6em, 0);
        opacity: 1
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slidein_left {
    0% {
        transform: translate(-2em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes slidein_left {
    0% {
        transform: translate(-2em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slidein_right_main-copy {
    0% {
        transform: translate(0.6em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@keyframes slidein_right_main-copy {
    0% {
        transform: translate(0.6em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes slidein_right {
    0% {
        transform: translate(2em, 0, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0, 0);
        opacity: 1
    }
}
@keyframes slidein_right {
    0% {
        transform: translate(2em, 0);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}