@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style-type: none
}

@-webkit-keyframes opening-y {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #ffff53
    }
}

@keyframes opening-y {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #ffff53
    }
}

@-webkit-keyframes opening-w {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #fff
    }
}

@keyframes opening-w {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #fff
    }
}

@-webkit-keyframes opening-b {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #000
    }
}

@keyframes opening-b {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    85% {
        stroke-dashoffset: 2450;
        stroke-width: 2;
        stroke: #ffff53;
        fill: transparent
    }

    100% {
        stroke-dashoffset: 0;
        stroke-width: 0;
        stroke: transparent;
        fill: #000
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
    font-size: 1.6rem;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000
}

::-moz-selection {
    background: #00a9de;
    color: #fff
}

::-webkit-selection {
    background: #00a9de;
    color: #fff
}

::selection {
    background: #00a9de;
    color: #fff
}

img::-moz-selection {
    background: rgba(0, 169, 222, .75)
}

img::selection {
    background: rgba(0, 169, 222, .75)
}

img::-moz-selection {
    background: rgba(0, 169, 222, .75)
}

a {
    color: #000;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: text
}

img,
svg {
    vertical-align: top;
    width: 100%;
    height: auto
}

.l-loading {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: width .5s cubic-bezier(.645, .045, .355, 1) 2s, -webkit-transform 0s linear 2.5s;
    transition: width .5s cubic-bezier(.645, .045, .355, 1) 2s, -webkit-transform 0s linear 2.5s;
    transition: width .5s cubic-bezier(.645, .045, .355, 1) 2s, transform 0s linear 2.5s;
    transition: width .5s cubic-bezier(.645, .045, .355, 1) 2s, transform 0s linear 2.5s, -webkit-transform 0s linear 2.5s
}

.is-complete .l-loading {
    width: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.l-loading:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    -webkit-transform: translate(-100vw, 0);
    -ms-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) 1.25s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) 1.25s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 1.25s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 1.25s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) 1.25s
}

.is-complete .l-loading:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.l-loading__logo {
    width: 300px;
    position: fixed;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.l-loading__logo__e1,
.l-loading__logo__e2,
.l-loading__logo__f,
.l-loading__logo__r {
    fill: #00a9de;
    opacity: 0;
    -webkit-transform: translate(-10vw, 0);
    -ms-transform: translate(-10vw, 0);
    transform: translate(-10vw, 0)
}

.is-complete .l-loading__logo__e1,
.is-complete .l-loading__logo__e2,
.is-complete .l-loading__logo__f,
.is-complete .l-loading__logo__r {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: transparent
}

.l-loading__logo__f {
    -webkit-transition: opacity .5s linear 125ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 125ms;
    transition: opacity .5s linear 125ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 125ms;
    transition: opacity .5s linear 125ms, transform .5s cubic-bezier(.215, .61, .355, 1) 125ms, fill 0s linear 1.5s;
    transition: opacity .5s linear 125ms, transform .5s cubic-bezier(.215, .61, .355, 1) 125ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 125ms
}

.l-loading__logo__r {
    -webkit-transition: opacity .5s linear 250ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 250ms;
    transition: opacity .5s linear 250ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 250ms;
    transition: opacity .5s linear 250ms, transform .5s cubic-bezier(.215, .61, .355, 1) 250ms, fill 0s linear 1.5s;
    transition: opacity .5s linear 250ms, transform .5s cubic-bezier(.215, .61, .355, 1) 250ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 250ms
}

.l-loading__logo__e1 {
    -webkit-transition: opacity .5s linear 375ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 375ms;
    transition: opacity .5s linear 375ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 375ms;
    transition: opacity .5s linear 375ms, transform .5s cubic-bezier(.215, .61, .355, 1) 375ms, fill 0s linear 1.5s;
    transition: opacity .5s linear 375ms, transform .5s cubic-bezier(.215, .61, .355, 1) 375ms, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 375ms
}

.l-loading__logo__e2 {
    -webkit-transition: opacity .5s linear .5s, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity .5s linear .5s, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity .5s linear .5s, transform .5s cubic-bezier(.215, .61, .355, 1) .5s, fill 0s linear 1.5s;
    transition: opacity .5s linear .5s, transform .5s cubic-bezier(.215, .61, .355, 1) .5s, fill 0s linear 1.5s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .5s
}

.l-wrapper {
    overflow: hidden;
    min-width: 1200px;
    opacity: 0;
    -webkit-transition: opacity .25s linear 0s;
    transition: opacity .25s linear 0s
}

.is-complete .l-wrapper {
    opacity: 1
}

.l-header {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.l-header__logo {
    width: 258px;
    position: absolute;
    left: 30px;
    top: 30px
}

.l-header__sitemap {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 24px
}

.l-header__sitemap li {
    padding: 0 0 0 15px
}

.l-header__sitemap li:not(.l-header__sitemap__btn):before {
    content: '';
    display: inline-block;
    width: .3em;
    height: .3em;
    border-top: 1px solid #ffff53;
    border-right: 1px solid #ffff53;
    -webkit-transform: rotate(45deg) translate(-.175em, 0);
    -ms-transform: rotate(45deg) translate(-.175em, 0);
    transform: rotate(45deg) translate(-.175em, 0);
    margin: 0 .5em 0 0
}

.l-header__sitemap li:not(.l-header__sitemap__btn) a {
    color: #fff;
    text-decoration: none
}

.l-header__sitemap li:not(.l-header__sitemap__btn) a:hover {
    text-decoration: underline
}

.l-main {
    line-height: 1.8125
}

.l-footer {
    text-align: center;
    padding: 60px 0 30px
}

.l-footer__title {
    font-size: 1.8rem;
    margin: 0 0 30px
}

.l-footer__credits {
    margin: 30px 0
}

.l-footer__credits li {
    margin: .5em 0 0
}

.l-footer__credits__icon {
    width: 17px;
    vertical-align: middle;
    margin: 0 .5em 0 0
}

.l-footer__privacy {
    width: 94px;
    margin: 30px auto
}

.l-footer__copyright {
    font-size: 1.2rem
}

.p-top__mv {
    position: relative;
    z-index: 1;
    height: 90vh;
    min-height: 700px;
    background-image: url(../images/mv.png), url(../images/mv_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom;
    background-size: auto 55%, auto 100%
}

.p-top__mv__desc {
    width: 458px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.p-top__mv__desc__logo {
    margin: 0 0 30px
}

.p-top__mv__desc__yellow {
    color: #ffff53
}

.p-top__mv__desc__blue {
    color: #00a9de
}

.p-top__feature {
    width: 1200px;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.p-top__feature li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.4%;
    -ms-flex: 0 0 32.4%;
    flex: 0 0 32.4%;
    padding: 45px 15px 30px;
    text-align: center;
    font-weight: 700;
    background: #ffff53
}

.p-top__feature__icon {
    display: block;
    width: 38px;
    margin: 0 auto 30px
}

.p-top__about {
    width: 1200px;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-top__about__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 0 0 60px
}

.p-top__about__text__subtitle {
    font-size: 1.7rem;
    font-weight: 700
}

.p-top__about__text__title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 5px 0 15px
}

.p-top__about__text__tagline {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    background: #00a9de;
    color: #fff;
    padding: 7.5px 10px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    margin: 0 0 5px 5px
}

.p-top__about__text__tagline span {
    display: inline-block;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.p-top__about__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative
}

.p-top__about__img:before {
    content: '';
    display: block;
    width: calc(50vw + 30px);
    height: 120px;
    background: #ffff53;
    position: absolute;
    left: -30px;
    bottom: -30px;
    z-index: -1
}

.p-top__service01 {
    background: #eaeaea;
    padding: 60px 0
}

.p-top__service01__inner {
    width: 1200px;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto
}

.p-top__service01__tagline {
    width: 124px;
    margin: 0 auto 30px
}

.p-top__service01__title {
    font-size: 1.8rem;
    text-align: center
}

.p-top__service01__title strong {
    display: block;
    font-size: 3.6rem
}

.p-top__service01__btn {
    margin: 30px 0 0;
    text-align: center
}

.p-top__service01__team {
    position: relative;
    margin: 15px 0 0
}

.p-top__service01__team__desc {
    width: 410px;
    position: absolute
}

.p-top__service01__team__desc--01 {
    right: 90px;
    top: 60px
}

.p-top__service01__team__desc--02 {
    left: 90px;
    bottom: 45px
}

.p-top__service01__team__title {
    font-size: 2rem;
    color: #00a9de
}

.p-top__service02 {
    padding: 60px 0;
    width: 1200px;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto
}

.p-top__service02__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-top__service02__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 60px
}

.p-top__service02__text__tagline {
    width: 124px;
    margin: 0 0 30px
}

.p-top__service02__text__title {
    font-size: 1.8rem
}

.p-top__service02__text__title strong {
    display: block;
    font-size: 3.6rem
}

.p-top__service02__text p {
    margin: 1em 0
}

.p-top__service02__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 45px 0 0
}

.p-top__case {
    margin: 60px 0 0
}

.p-top__case__sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.p-top__case__sec:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-top__case__sec__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background: #ffff53;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-top__case__sec__text__inner {
    padding: 15px 45px
}

.p-top__case__sec__text__title {
    font-size: 2.2rem
}

.p-top__case__sec__text__meta {
    font-weight: 700;
    margin: 15px 0
}

.p-top__case__sec__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.p-top__case__sec__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-top__data {
    padding: 60px 0;
    background: url(../images/data.jpg) no-repeat center center;
    background-size: cover
}

.p-top__data__inner {
    width: 1200px;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.p-top__data__sec {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 310px;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    background: #fff;
    border: 4px solid #ffff53;
    padding: 30px 30px 15px;
    font-size: 1.4rem
}

.p-top__data__sec__title {
    text-align: center;
    font-size: 2rem
}

.p-top__data__sec__subtitle {
    text-align: center;
    color: #00a9de;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 15px
}

.p-top__data__sec__lists {
    padding: 15px 0 0
}

.p-top__data__sec__lists li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #00a9de;
    margin: 0 .5em 0 0
}

.p-top__data__sec__lists li + li {
    border-top: 1px solid #eaeaea;
    padding: 10px 0 0;
    margin: 10px 0 0
}

.p-top__data__sec__graph {
    margin: 0 -15px
}

.p-top__data__btn {
    text-align: center;
    margin: 30px 0 0
}

.c-btn {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: #00a9de;
    padding: 1.25em 1.5em;
    border-radius: 1.75em;
    opacity: 1;
    -webkit-transition: opacity .25s linear 0s;
    transition: opacity .25s linear 0s
}

.c-btn:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translate(-.175em, 0);
    -ms-transform: rotate(45deg) translate(-.175em, 0);
    transform: rotate(45deg) translate(-.175em, 0);
    margin: 0 0 0 .5em
}

.c-btn:hover {
    opacity: .75
}

.c-btn--slim {
    font-size: 1.2rem;
    padding: 1em 1.25em
}

.c-btn--pagetop {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.c-btn--pagetop:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -5px
}

.c-tagline {
    position: relative;
    font-size: 3.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: .25em;
    text-indent: .25em;
    padding: 0 0 45px;
    margin: 0 0 45px
}

.c-tagline:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    bottom: 0
}

.c-tagline--case {
    font-size: 0;
    width: 60px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.c-tagline--case:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: 2px
}

.u-serif {
    font-family: Georgia, '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif
}

.u-pc-view {
    display: block !important
}

.u-sp-view {
    display: none !important
}

.u-pc-view-in {
    display: inline !important
}

.u-sp-view-in {
    display: none !important
}

.u-pc-view-ib {
    display: inline-block !important
}

.u-sp-view-ib {
    display: none !important
}

@media (max-width:980px) {
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline;
        cursor: pointer
    }

    .c-btn {
        font-size: 1.6rem
    }

    .u-pc-view {
        display: none !important
    }

    .u-sp-view {
        display: block !important
    }

    .u-pc-view-in {
        display: none !important
    }

    .u-sp-view-in {
        display: inline !important
    }

    .u-pc-view-ib {
        display: none !important
    }

    .u-sp-view-ib {
        display: inline-block !important
    }
}



/* 202107　山岸追記 */

@media screen and (max-width: 1199px) {
    .l-wrapper,
    .l-header,
    .p-top__feature,
    .p-top__about,
    .p-top__service01__inner,
    .p-top__service02,
    .p-top__data__inner{
        min-width: 100%;
        max-width: 100%;
    }
    
    .p-top__service01__team {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .p-top__service01__team__desc {
        width: 100%;
        position: relative;
    }

    .p-top__service01__team__desc--01 {
        right: auto;
        top: auto;
        order: 2;
    }

    .p-top__service01__team__desc--02 {
        left: auto;
        bottom: auto;
        order: 3;
    }
    .p-top__service01__team img{
        order: 1;
        height: calc(63.6363vw - 30px);
    }
    .p-top__data__sec {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 310px;
    }

}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .l-header__sitemap{
        max-width: calc(100% - 348px);
    }
    .p-top__about__text,
    .p-top__service02__text{
        padding-left: 0;
    }
    .p-top__data__inner{
        justify-content: space-between
    }
    .p-top__data__sec {
        width: calc(33.333% - 10px);
    }
}
@media screen and (min-width: 769px) {
    .sp{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body{
        font-size: 1.4rem;
    }
    .l-header__logo {
        width: 30%;
        position: absolute;
        left: 15px;
        top: 15px
    }
    .l-header__sitemap {
        right: 15px;
        top: 35px;
    }
    .l-header__sitemap li{
        position: relative;
        padding-left: 10px;
    }
    .l-header__sitemap li:not(.l-header__sitemap__btn){
        margin-left: 15px;
    }
    .l-header__sitemap li:not(.l-header__sitemap__btn):before{
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .l-footer{
        padding: 30px 15px 15px;
    }
    .l-footer__title{
        font-size: 1.6rem;
        line-height: 1.7;
    }
    
    .p-top__mv{
        background-size: auto 35%, auto 100%;
        min-height:1px;
    }
    .p-top__mv__desc{
        width: 50%;
    }
    .p-top__mv__desc__logo{
        margin-bottom: 15px;
    }
    .p-top__mv__desc__desc{
        font-size: 1.4rem;
    }
    
    .p-top__feature {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: -25px;
        flex-wrap: wrap;
    }
    .p-top__feature li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px 15px 15px;
        margin-bottom: 15px;
    }
    
    .p-top__about {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .p-top__about__text {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .p-top__about__text__subtitle {
        font-size: 1.6rem;
    }

    .p-top__about__text__title {
        font-size: 2.2rem;
        margin: 0 0 10px;
    }

    .p-top__about__text__tagline {
        font-size: 1.2rem;
        padding: 6px 8px;
    }
    .p-top__about__img {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .p-top__about__img:before {
        width: 100vw;
        height: 120px;
        left: -15px;
        bottom: -30px;
    }
    
    .p-top__service01 {
        padding: 30px 0
    }

    .p-top__service01__inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .p-top__service01__tagline {
        margin: 0 auto 15px
    }

    .p-top__service01__title {
        font-size: 1.6rem;
    }

    .p-top__service01__title strong {
        font-size: 2.2rem
    }

    .p-top__service01__btn {
        margin: 15px 0 0;
    }

    .p-top__service01__team__title {
        font-size: 2rem;
        color: #00a9de
    }

    .p-top__service02 {
        padding: 30px 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .p-top__service02__inner {
        flex-wrap: wrap
    }

    .p-top__service02__text {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 30px
    }

    .p-top__service02__text__tagline {
        width: 124px;
        margin: 0 0 15px
    }

    .p-top__service02__text__title {
        font-size: 1.5rem
    }

    .p-top__service02__text__title strong {
        display: block;
        font-size: 2.2rem
    }

    .p-top__service02__img {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px 0 0
    }
    .p-top__service02__text__btn{
        text-align: center;
    }
    
    .p-top__case {
        margin: 30px 0 0
    }

    .p-top__case__sec {
        flex-wrap: wrap;
    }

    .p-top__case__sec:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction:row
    }

    .p-top__case__sec__text {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .p-top__case__sec__text__inner {
        padding: 15px 15px
    }

    .p-top__case__sec__text__title {
        font-size: 1.8rem
    }

    .p-top__case__sec__img {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .p-top__data {
        padding: 30px 0;
    }

    .p-top__data__inner {
        padding-right: 15px;
        padding-left: 15px;
        flex-wrap: wrap;
    }

    .p-top__data__sec {
        min-width: 80%;
        padding: 15px 15px 15px;
        margin-bottom: 15px;
        font-size: 1.2rem
    }

    .p-top__data__sec__title {
        font-size: 1.8rem
    }

    .p-top__data__sec__subtitle {
        font-size: 1.1rem
    }

    .p-top__data__sec__graph {
        margin: 0 auto
    }

    .p-top__data__btn {
        text-align: center;
        margin: 30px 0 0
    }
    
    .c-btn--slim{
        padding: .5em 1em;
    }
}