@charset "utf-8";
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* 共通 */
:root {
    --base: #fefeff;
    --bk: #343638;
    --main: #1d2087;
    --accent: #009b73;
    --sub: #eee;
    --subblue: #e8f3fc;
}

html {
    overflow: overlay;
    scroll-behavior: smooth;
    /* font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: var(--bk);
}

::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(315deg, rgba(0, 49, 234, 1) 0%, rgba(34, 138, 218, 1) 48%, rgba(0, 155, 115, 1) 100%);
}

body {
    background-color: #fff;
    background-size: contain;
    background-attachment: fixed;
    background-position: top center;
    letter-spacing: 0.05em;
}

button {
    cursor: pointer;
}

.bg-w {
    background-image: url(../img/bg-w.svg);
    background-color: #fff;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.fadeBox {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 0.5s;
}

.fadein {
    opacity: 1;
    transform: translateX(0);
}

h2 {
    text-align: center;
    font-size: 35px;
    position: relative;
}


h3 {
    font-size: clamp(20px, 5vw, 25px);
}


h5 {
    font-size: 30px;
    text-align: left;
}

.br {
    display: inline-block;
}

.accent {
    color: var(--accent);
}

.big {
    font-size: 1.5em;
}

a {
    color: var(--bk);
}


.btn {
    display: block;
    height: 60px;
    padding: 0 50px;
    background: linear-gradient(270deg, rgba(0, 49, 234, 1) 0%, rgba(34, 138, 218, 1) 48%, rgba(0, 155, 115, 1) 100%);
    background-size: 190%;
    background-position: left;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .1em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
}

.btn p {
    padding: 0 1em 0 0;
}

.btn p::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/i-tolink.svg);
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover {
    transition: .3s;
    background-position: right;
}

.btn:hover p::before {
    transition: .3s;
    right: .8em;
}



.center {
    margin: 50px auto;
    max-width: 900px;
}


/*───────────────────index外 共有───────────────────*/

.page-header {
    margin: 100px 0 3em auto;
    padding: 0 0 1em;
    width: 90%;
    position: relative;
}


.page-header-h h2 {
    text-align: left;
    font-size: 50px
}

.page-header-h h2 span {
    display: inline-block;
    padding: 0 0 0 .5em;
    font-size: 0.5em;
}

.page-header::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(315deg, #0031ea 0%, #228ada 48%, #009b73 100%);
    position: absolute;
    bottom: 0;
}



/* パンくずリスト */

.breadcrumb {
    position: fixed;
    top: 90px;
    left: 2em;
    writing-mode: vertical-lr;
}

.breadcrumb ol {
    display: block;
    text-overflow: ellipsis;
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
}

.breadcrumb li:after {
    font-family: 'Font Awesome 5 Free';
    margin: 2px;
    content: '\f0d7';
    color: var(--accent);
    font-weight: bold;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: var(--bk);
}


/* ─────────↓各コンテンツ見出し───────── */
.page-bg {
    padding: 50px 0 0 0;
    z-index: -100;

}

h2 p img {
    width: 72px;
    height: auto;
}

h2 .kana {
    font-size: .5em;
    width: 200px;
    margin: 0 auto;
    position: relative;
}

h2 .kana ::before {
    content: '';
    background-color: var(--main02);
    height: 2px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
}


.h2-caption {
    margin: 1em 0;
    font-size: .4em;
    letter-spacing: 0;
}

.topicon {
    margin: 0 auto;
    width: 64px;
    height: auto;
}

/* ─────────↓ヘッダー──────── */
header {
    padding: 2px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.header-bgc {
    background-color: var(--base);
    box-shadow: 0 0px 1px 0 #879daf;
}

h1 {
    padding: 0;
    align-items: center;
}

h1 img {
    height: 40px;
}

.cls-1 {
    opacity: .5;
}

.cls-2 {
    fill: #fff;
}

.cls-3 {
    fill: #fff;
}

/* .cls-2 {
    fill: #009b73;
}

.cls-3 {
    fill: #1d2087;
} */

h1 span {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0 auto;
}

/* ナビアニメ(スクロールアニメーション) */

/* ナビアニメ文字色 */
.WtoB {
    animation: WtoBanime .5s forwards;
}

@keyframes WtoBanime {
    from {
        color: var(--base);
    }

    to {
        color: var(--main);
    }
}

.BtoW {
    animation: BtoWanime .5s forwards;
}

@keyframes BtoWanime {
    from {
        color: var(--main);
    }

    to {
        color: var(--base);
    }
}

/* ナビアニメロゴ色 */
.logoWtoGR {
    animation: WtoGRanime .5s forwards;
}

@keyframes WtoGRanime {
    from {
        fill: #fff;
    }

    to {
        fill: #009b73;
    }
}

.logoGRtoW {
    animation: GRtoWanime .5s forwards;
}

@keyframes GRtoWanime {
    from {
        fill: #009b73;
    }

    to {
        fill: #fff;
    }
}

.logoWtoBL {
    animation: WtoBLanime .5s forwards;
}

@keyframes WtoBLanime {
    from {
        fill: #fff;
    }

    to {
        fill: #1d2087;
    }
}

.logoBLtoW {
    animation: BLtoWanime .5s forwards;
}

@keyframes BLtoWanime {
    from {
        fill: #1d2087;
    }

    to {
        fill: #fff;
    }
}


/* 背景色 */
.bgcWtoBL {
    animation: bgcWtoBLanime .5s forwards;
}

@keyframes bgcWtoBLanime {
    from {
        background-color: var(--base);
        box-shadow: 0 0px 1px 0 #879daf;
    }

    to {
        background-color: none;
    }
}

.bgcBLtoW {
    animation: bgcBLtoWanime .5s forwards;
}

@keyframes bgcBLtoWanime {
    from {
        background-color: none;
    }

    to {
        background-color: var(--base);
        box-shadow: 0 2px 3px 0 #0b233814;
    }
}


/* ナビアニメハンバーガー */
.hamburgerWtoBL {
    animation: hamburgerWtoBLanime .5s forwards;
}

@keyframes hamburgerWtoBLanime {
    from {
        background-color: var(--base);
    }

    to {
        background-color: var(--main);
    }
}

.hamburgerBLtoW {
    animation: hamburgerBLtoWanime .5s forwards;
}

@keyframes hamburgerBLtoWanime {
    from {
        background-color: var(--main);
    }

    to {
        background-color: var(--base);
    }
}

/* ↓pcナビ */

#navPc ul {
    padding: 2px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#navPc ul a {
    margin: 0 17px 0 0;
    padding: 0px 10px;
    vertical-align: middle;
    color: var(--base);
}

.navPcPage ul a {
    color: var(--main) !important;
}

#navPc ul a li {
    position: relative;
}

#navPc ul a li .kana {
    margin: 2px 0 0 0;
    font-size: .6em;
}

#navPc ul a li::before {
    content: '';
    height: 28px;
    width: 3px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

/* ↑pcナビ */

.btn-reserve {
    display: block;
    height: 42px;
    padding: 0 18px 0 40px;
    background-color: var(--main01);
    font-weight: bold;
    font-size: 18px;
}

.btn-reserve p {
    position: relative;
}

.btn-reserve p::before {
    content: '';
    background-image: url(../img/calender.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 43%;
    left: -1.2em;
    transform: translate(0, -50%);
}


/* ─────────↓spナビ──────── */

.navbtn {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 0;
    z-index: 9999999999;
}

.navbtn-wrapper {
    width: 42px;
    height: 42px;
    position: relative;
}

.navbtn span {
    display: inline-block;
    background-color: var(--main);
    height: 3px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbtn span:nth-last-child(1) {
    top: 11px;
    transition: .3s;
}

.navbtn span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbtn span:nth-last-child(3) {
    bottom: 11px;
    transition: .3s;
}

/* 閉じるマーク */
.navactive span:nth-last-child(1) {
    transform: rotate(315deg)translate(-17px, -6px);
    background-color: var(--main) !important;
}

.navactive span:nth-of-type(2) {
    display: none;
}

.navactive span:nth-last-child(3) {
    transform: rotate(45deg)translate(-18px, 5px);
    background-color: var(--main) !important;

}

#navSp {
    padding: 60px 0 0 0;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -200%;
    overflow: hidden;
    z-index: 10;
    transition: .6s;
}

#navSp.navSpactive {
    top: 0;
}

#navSp a {
    color: var(--main);
}

#navSp ul li {
    margin: 0 0 1em;
    padding: .8em;
    position: relative;
}

.navSp-text {
    position: relative;
    letter-spacing: .2em;
}

.navSp-text::before {
    content: '';
    background-color: #009b73;
    height: 66px;
    width: 6px;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.navSp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


.navSp-text {
    font-size: 26px;
    width: 60%;
}

.navSp-text-kana {
    margin-top: .8em;
    padding: 0 0 0 .2em;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* 
.close{
    margin: 50px 0 0;
    text-align: center;
    color: var(--accent);
}

.btn-close{
    margin: 0 auto;
    display: block;
    height: 60px;
    width: 60px;
    background: linear-gradient(270deg, rgba(0, 49, 234, 1) 0%, rgba(34, 138, 218, 1) 48%, rgba(0, 155, 115, 1) 100%);
    background-size: 190%;
    background-position: left;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .1em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
}

.btn-close::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/i-close.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn-close:hover{
    transition: .3s;
    background-position: right;
}

.close p{
    margin: .5em 0;
} */

/* ─────────↑spナビ──────── */


/* ─────────↑ヘッダー──────── */

/* ─────────↓mv───────── */
.mv {
    width: 100%;
    padding: 100px 0 80px;
    border-radius: 0 0 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -50px bottom 10px;
    background: linear-gradient(315deg, rgba(0, 49, 234, 1) 0%, rgba(34, 138, 218, 1) 48%, rgba(0, 155, 115, 1) 100%);
    position: relative;
}

.mv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.maskImg {
    width: 600px;
    mask-image: url("../img/mvMask.svg");
    mask-repeat: no-repeat;
    mask-position: 3% 0;
    mask-size: auto 100%;
    -webkit-mask-image: url("../img/mvMask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 3% 0;
    -webkit-mask-size: auto 100%;
}




@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.mv .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mv .swiper-slide-active .slide-img,
.mv .swiper-slide-duplicate-active .slide-img,
.mv .swiper-slide-prev .slide-img {
    /* 12秒かけて拡大 */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mv .slide-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 600px;
    height: 678px;
}

.copy {
    font-size: clamp(26px, calc(2.2rem + ((1vw - 3.6px) * 2.6)), 50px);
    color: var(--base);
    max-width: 460px;
}

.copy-br {
    margin: .2em 0;
    padding: 0 0 0 .3em;
    display: inline-block;
    position: relative;
    /* background: linear-gradient(transparent 0%, #ffffff 0%); */
}

.marker{
    background-color: var(--base);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.lead {
    margin: 1.4em 0 3em 4em;
    font-size: 16px;
    z-index: 9;
    color: var(--base);
}

.blue{
    color: #c3e2ff;
}

.lead-br {
    margin: .7em;
    display: block;
}

#scroll {
    color: var(--base);
    font-size: 12px;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: 36px;
    left: 98%;
    transform: translate(-50%, -50%);
}

.scroll-wrapper {
    position: relative;
}

.scroll span {
    display: block;
    height: 30px;
    width: 2px;
    background-color: var(--base);
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* ─────────↑mv───────── */

/* ─────────↓about───────── */

#about {
    margin: 70px 0;
    background-color: #fff;
    border-radius: 0 60px 0 60px;
}

.about-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.about-img {
    margin: 10px 0 60px;
    width: 650px;
    position: relative;
}

.about-img img {
    border-radius: 17px;
}

.about-img-flex {
    margin: 20px 0 0;
    height: 270px;
    justify-content: space-around;
    display: flex;
}

.about-img-01 {
    margin: 0 auto;
    width: 80%;
}

.about-img-02 {
    width: 30%;
}

.about-img-03 {
    width: 55%;
    align-self: flex-end;
}


.about-text {
    margin: 40px 0;
    width: 300px;
}

.about-copy {
    font-size: 38px;
}

.green {
    color: var(--accent);
}

.about-br {
    display: block;
    line-height: 1.3em;
}

.about-caption {
    margin: 1em 0 2em;
    padding: 0 0 0 3em;
    line-height: 2em;
}

.about-btn {
    display: flex;
    justify-content: flex-end;
}

.about .btn {
    margin: 0 auto;
}

/* ─────────↑about───────── */
.about-line-end {
    width: 100%;
    height: 60px;
    background-color: var(--subblue);
}

.about-line-end div {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 0 0 0 60px;
}

/* ─────────↓topBusiness───────── */
#topBusiness {
    padding: 90px 0 60px;
    background-color: var(--subblue);
    border-radius: 0 60px 0 60px;
}

#topBusiness h3 {
    margin: 0 0 2em 1.2em;
    text-align: left;
    position: relative;
}

#topBusiness h3::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--subblue);
    border: 5px solid var(--accent);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translateY(-50%);
}

h3 .eng {
    margin: 0 0 0 .7em;
    display: inline-block;
    font-size: .6em;
}

.topBusiness-list {
    width: 100%;
    overflow-x: hidden;
}

.topBusiness-list ul {
    width: 100%;
    display: flex;
}

.topBusiness-list ul li {
    margin: 0 auto;
    width: 32%;
    text-align: center;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.topBusiness-list ul li img {
    box-shadow: 1px 1px 3px 0 #626d7a;
}

.topBusiness-list ul li .number {
    color: var(--base);
    font-size: 65px;
    letter-spacing: -.05em;
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: normal;
}

#topBusiness h4 {
    text-align: right;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: .5em;
    bottom: 1.7em;
}

#topBusiness h4 p {
    position: relative;
}

#topBusiness h4 p::before {
    content: "";
    display: block;
    background-color: var(--base);
    width: 110%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    z-index: 9;
}

#topBusiness .btn {
    margin: 50px auto;
}

.topBusiness-list ul li::before {
    content: "";
    display: block;
    background-color: #4695df;
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
}

.topBusiness-list ul li:hover img {
    transition: .4s;
    transform: scale(1.07);
}

.topBusiness-list ul li:hover h4 {
    transition: .4s;
    transform: scale(0.5);
    opacity: 0;
}

.topBusiness-list ul li:hover ::before {
    transition: .2s;
    opacity: 0;
}


/* ─────────↑topBusiness───────── */

.business-line-end {
    width: 100%;
    height: 60px;
    background-color: var(--subblue);
}

.business-line-end div {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 0 60px 0 0;
}

/* ─────────↓job───────── */
.job-wrapper {
    margin: 0 auto 150px;
    padding: 150px 0;
    max-width: 800px;
    position: relative;
}

.job-img {
    width: 260px;
    position: absolute;
}

.job-store {
    top: 100px;
    left: 0;
}

.job-maintenance {
    top: 120px;
    right: 0;
    z-index: 2;
}

.job-office {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.job-design {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.job-plan {
    bottom: 110px;
    left: 0;
}

.job-pr {
    bottom: 110px;
    right: 0;
}

.job-box {
    width: 80%;
    margin: 0 auto;
    padding: 130px 0;
    background-color: #f8fff4;
    border-radius: 60px;
    box-shadow: 1px 2px 7px 0 #c3d6d3;
}

.job-copy {
    text-align: center;
    line-height: 1.4em;
    font-size: 38px;
    color: var(--accent);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.job-caption {
    margin: 2em auto 3em;
    text-align: center;
    line-height: 1.8em;
    max-width: 400px;
}

#job .btn {
    margin: 0 auto 40px;
}


/* ─────────↑job───────── */

/* ─────────↓footer───────── */
footer {
    margin: 80px 0 0;
    padding: 80px 0 50px;
    background-color: #1d2087;
    border-radius: 60px 60px 0 0;
}

footer nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 50px;
}

footer nav a {
    color: #fff;
    font-weight: normal;
}

footer nav a .kana {
    font-size: 10px;
    line-height: 1.7em;
}

footer nav ul li {
    margin: 1em 0;
}

.smalllist {
    margin: 2em 0 0;
}

#copy {
    text-align: center;
    color: #bbb;
    font-size: 10px;
    font-weight: normal;
}

/* ─────────↑footer───────── */

.pc {
    display: block;
}

.sp {
    display: none;
}

@Media screen and (max-width:710px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .page-header-h h2 {
        text-align: center;
        font-size: 30px
    }

    .page-header-h h2 span {
        margin: .5em 0 0 0;
        display: block;
        color: var(--accent);
    }

    .breadcrumb {
        top: 13px;
        left: 10px;
        writing-mode: horizontal-tb;
        z-index: 999;
    }

    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb li::after {
        content: '\f0da';
    }

    header {
        padding: 0;
        top: 0;
    }

    .header-box {
        padding: 0;
    }

    h2 {
        font-size: 25px;
    }

    h2 .kana {
        font-size: .6em;
    }

    .h2-caption {
        font-size: .5em;
    }

    h4 {
        padding: 5px 0;
    }

    .page-header {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .page-header-h {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .page-header-h img {
        display: block;
        width: 300px;
    }

    .mv {
        padding: 60 0;
    }

    .mvImg {
        margin: 0 auto 30px;
        width: 82%;
        order: 1;
    }

    .maskImg {
        margin: 0 auto;
        width: 340px;
    }

    .mv .slide-img {
        margin: 0 auto;
        width: 340px;
        height: 340px;
    }

    .copy {
        order: 2;
    }

    .copy-br {
        padding: 0 0 0 1em;
    }

    .lead {
        font-size: 15px;
    }

    .about-text {
        width: 80%;
        margin: 0 auto;
        position: static;
    }


    .about-img {
        width: 100%;
    }

    .lead-img {
        width: 80%;
    }

    #topBusiness h3 {
        margin: 0 0 2em 2em;
    }

    #topBusiness h4 {
        font-size: 14px;
    }

    .job-img {
        width: 180px;
        position: absolute;
    }

    .job-copy {
        font-size: 28px;
    }

    .job-caption {
        font-size: 13px;
        line-height: 2em;
    }

}