@charset 'UTF-8';

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@-webkit-keyframes pagetopAnimation
{
    0%
    {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50%
    {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }

    100%
    {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pagetopAnimation
{
    0%
    {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50%
    {
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }

    100%
    {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOUNDATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　NORMALIZE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

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

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

*,
*:before,
*:after
{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　DEFAULT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

*::selection
{
    color: #fff;
    background: #ff7284;
}

body
{
    font-family: YakuHanJP, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    text-align: left;
    letter-spacing: .04em;

    color: #313131;
    background: url('/azure/img/common/bg.png') repeat center;
    background-size: auto;

    -webkit-font-feature-settings: 'palt';

    font-feature-settings: 'palt';
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-text-size-adjust: 100%;
}

a
{
    -webkit-transition: color 1s cubic-bezier(.19, 1, .22, 1);
    transition: color 1s cubic-bezier(.19, 1, .22, 1);
    text-decoration: none;

    color: #313131;
}

a:hover
{
    color: #23abed;
}

.inview
{
    -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateY(20%);
    transform: translateY(20%);

    opacity: 0;
}

.inview.is-active
{
    -webkit-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

.noscroll
{
    overflow: hidden !important;

    height: 100vh;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@font-face
{
    font-family: 'YakuHanJP';
    font-weight: 200;
    font-style: normal;

    src: url('https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.eot');
    src: url('https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2') format('woff2'), url('https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff') format('woff');
    font-display: swap;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LIB
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header
{
    position: fixed;
    z-index: 5;
    top: 0;
    left: 50%;

    width: 100%;
    padding: 30px 40px;

    -webkit-transition: all .85s cubic-bezier(.19, 1, .22, 1);

    transition: all .85s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

header.js-scrollTo
{
    padding: 20px 40px;

    background: #fff;
}

header .l-header
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

header .c-logo img
{
    width: 252px;
    height: 36px;
}

header nav ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header nav ul li
{
    font-size: 15px;
    font-weight: 400;

    padding: 0 25px;
}

header nav ul li:last-of-type
{
    padding-right: 0;
}

header nav ul .c-contact a
{
    line-height: 70px;

    display: inline-block;

    width: 238px;
    height: 70px;
    padding: 0 72px;

    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    color: #fff;
    border-radius: 35px;
    background: #ff7284;
}

header nav ul .c-contact a:hover
{
    color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
    box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
}

header .menu_bg
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100vw;
    height: 100vh;

    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);

    transition: all 1s cubic-bezier(.19, 1, .22, 1);

    opacity: 0;
    background: rgba(35, 171, 237, .9);
}

header .menu_bg.active
{
    visibility: visible;

    opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.l-pagetop
{
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.l-pagetop a
{
    line-height: 56px;

    display: inline-block;

    width: 60px;
    height: 60px;

    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);
    text-align: center;

    border: 2px solid #ff7284;
    border-radius: 30px;
    background: #fff;
}

.l-pagetop a:hover
{
    color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
    box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
}

.l-pagetop a svg
{
    width: 12px;
    height: 13px;
}

footer
{
    padding: 200px 0 168px;

    text-align: center;
}

footer .l-footer_nav
{
    width: 360px;
    margin: 0 auto;
}

footer .l-footer_nav_li
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-bottom: 60px;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

footer .l-footer_nav_li li
{
    font-size: 14px;
}

footer .c-logo
{
    margin-bottom: 30px;
}

footer .c-logo img
{
    width: 350px;
    height: 50px;
    margin: 0 auto;
}

footer p
{
    font-size: 14px;
    font-weight: 300;

    margin-bottom: 100px;
}

footer small
{
    font-size: 11px;
    font-weight: 300;

    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　OBJECT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.c-ttl
{
    font-size: 40px;
    font-weight: 500;

    position: relative;

    margin-bottom: 40px;
    padding-bottom: 30px;

    text-align: center;
}

.c-ttl b
{
    color: #ff435b;
}

.c-ttl::before
{
    position: absolute;
    right: calc(50% + 2px);
    bottom: 0;

    width: 40px;
    height: 3px;

    content: '';

    border-radius: 3px;
    background: #170d54;
}

.c-ttl::after
{
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);

    width: 40px;
    height: 3px;

    content: '';

    border-radius: 3px;
    background: #ff435b;
}

.c-btn01 a
{
    font-size: 14px;
    line-height: 42px;

    display: inline-block;

    height: 46px;
    margin: 0 auto;
    padding: 0 60px;

    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    color: #ff7284;
    border: 2px solid #ff7284;
    border-radius: 23px;
    background: #fff;
}

.c-btn01 a.e-blank
{
    position: relative;
}

.c-btn01 a.e-blank::after
{
    position: absolute;
    top: 50%;
    right: 40px;

    display: block;

    width: 11px;
    height: 9px;

    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    background: url(/azure/img/common/icn-btn_blank.svg) no-repeat;
    background-size: contain;
}

.c-btn01 a:hover
{
    color: #ff7284;
    -webkit-box-shadow: 0 5px 25px 0 rgba(255, 114, 132, .8);
    box-shadow: 0 5px 25px 0 rgba(255, 114, 132, .8);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.p-service_item li
{
    width: calc(100% / 3 - 20px);
    padding: 50px 20px;

    text-align: center;

    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(172, 204, 217, .71);
    box-shadow: 0 0 24px 0 rgba(172, 204, 217, .71);
}

.p-service_item li h3
{
    font-size: 20px;

    margin-bottom: 14px;
}

.p-service_item li p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71429;

    letter-spacing: 0;
}

.p-service_item .l-img
{
    width: 53.23529%;
    margin: 0 auto 40px;
}

.p-service_item .l-img img
{
    width: 100%;
}

.p-modal_item figure
{
    padding: 50px 40px 56px;

    border-top: 3px solid #23abed;
    border-radius: 3px 3px 5px 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(209, 209, 209, .4);
    box-shadow: 0 0 20px 0 rgba(209, 209, 209, .4);
}

.p-modal_item figure figcaption
{
    font-size: 24px;

    margin-bottom: 40px;

    text-align: center;

    color: #23abed;
}

.p-modal_item figure ul
{
    margin-bottom: 40px;
    padding: 30px 30px 10px;

    background: #f2fafe;
}

.p-modal_item figure ul li
{
    position: relative;

    display: inline-block;

    margin: 0 20px 20px 0;
    padding-left: 25px;
}

.p-modal_item figure ul li.is-full
{
    width: 100%;
}

.p-modal_item figure ul li::before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 9px;
    height: 9px;

    content: '';
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);

    background: #ff435b;
}

.p-modal_item figure .modal_btn
{
    display: block;

    padding: 0 60px;

    pointer-events: none;
}

.p-modal_item figure .modal_btn img
{
    width: 100%;
}

.p-modal_item figure + figure
{
    margin-top: 50px;
}

.l-contact .l-wrapper
{
    padding: 80px 0;

    text-align: center;

    background-color: rgba(199, 238, 252, .8);
}

.l-contact p
{
    font-size: 18px;
    font-weight: 300;
    line-height: 2;

    margin-bottom: 40px;
}

.l-contact .l-contact_btn a
{
    line-height: 72px;

    display: inline-block;

    height: 70px;
    padding: 0 72px;

    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    color: #fff;
    border-radius: 36px;
    background: #ff7284;
}

.l-contact .l-contact_btn a:hover
{
    color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
    box-shadow: 0 5px 30px 0 rgba(255, 114, 132, .8);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UTILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.u-pc__show
{
    display: block;
}

.u-sp__show
{
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.l-kv
{
    margin-top: 130px;
    padding: 80px 0 180px;
}

.l-kv h1
{
    font-size: 0;
    font-weight: 100;

    height: 90px;

    text-align: center;
}

.l-kv h1 > span
{
    display: inline-block;
    overflow: hidden;
}

.l-kv h1 > span > span
{
    font-size: 90px;

    display: block;

    -webkit-transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);

    transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);

    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.23, 1, .32, 1);

    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);

    opacity: 0;
}

.l-kv h1 > span > span.is-active
{
    -webkit-transform: translate(0);
    transform: translate(0);

    opacity: 1;
}

.l-pagenav ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    width: 100%;
    width: 740px;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 50px;
    padding: 0;

    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.l-pagenav ul li
{
    width: 226px;
    margin: 0 20px 30px 0;

    text-align: left;
}

.l-pagenav ul li:nth-of-type(3)
{
    margin: 0 0 30px 0;
}

.l-pagenav ul li:nth-of-type(5)
{
    margin: 0 0 30px 0;
}

.l-pagenav ul li a
{
    line-height: 46px;

    position: relative;

    display: block;

    height: 50px;
    padding: 0 20px;

    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    transition: box-shadow 1s cubic-bezier(.19, 1, .22, 1), -webkit-box-shadow 1s cubic-bezier(.19, 1, .22, 1);

    color: #ff7284;
    border: 2px solid #ff7284;
    border-radius: 5px;
    background: #fff;
}

.l-pagenav ul li a:hover
{
    color: #ff7284;
    -webkit-box-shadow: 0 5px 25px 0 rgba(255, 114, 132, .8);
    box-shadow: 0 5px 25px 0 rgba(255, 114, 132, .8);
}

.l-pagenav ul li a svg
{
    position: absolute;
    top: 50%;
    right: 20px;

    width: 12px;
    height: 14px;

    -webkit-transform: translate(0, -50%) rotate(180deg);

    transform: translate(0, -50%) rotate(180deg);
}

.l-lead
{
    font-weight: 300;
    line-height: 2;

    margin-bottom: 70px;

    text-align: center;
}

.l-agreement
{
    padding: 118px 0 126px;

    background-color: rgba(199, 238, 252, .8);
}

.l-agreement .l-wrapper
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.l-design_building
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    padding: 110px 50px 130px;
}

.l-monitoring_operation
{
    padding: 118px 0 126px;

    background-color: rgba(199, 238, 252, .8);
}

.l-monitoring_operation .l-wrapper
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.l-monitoring_operation .l-lead
{
    font-weight: 300;
    line-height: 2;

    margin-bottom: 70px;

    text-align: center;
}

.l-monitoring_operation .p-service_item
{
    margin-bottom: 50px;
}

.l-security
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    padding: 140px 50px;
}

.l-security .l-security_item > li
{
    padding: 45px 0;

    text-align: center;

    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(209, 209, 209, .4);
    box-shadow: 0 0 20px 0 rgba(209, 209, 209, .4);
}

.l-security .l-security_item > li .l-lead
{
    line-height: 1.75;

    margin-bottom: 55px;
}

.l-security .l-security_item > li h3
{
    font-size: 16px;

    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-bottom: 26px;

    color: #23abed;

    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.l-security .l-security_item > li h3 b
{
    display: block;
}

.l-security .l-security_item > li h3::before
{
    display: block;

    height: 2px;

    content: '';

    background: #23abed;

    -ms-flex-negative: 2;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
}

.l-security .l-security_item > li h3::after
{
    display: block;

    height: 2px;

    content: '';

    background: #23abed;

    -ms-flex-negative: 2;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
}

.l-security .l-security_item > li h3 span
{
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.l-security .l-security_item > li ul
{
    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-bottom: 40px;
    padding: 0 100px;

    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-security .l-security_item > li ul li
{
    padding: 38px 20px;

    color: #fff;
    background: #23abed;
}

.l-security .l-security_item > li ul li h4
{
    font-size: 22px;

    margin-bottom: 12px;
}

.l-security .l-security_item > li ul li p
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71429;
}

.l-security .l-security_free
{
    margin-bottom: 50px;
}

.l-security .l-security_free h3::before
{
    width: calc(50% - 154px);
}

.l-security .l-security_free h3::after
{
    width: calc(50% - 154px);
}

.l-security .l-security_free h3 b
{
    margin-bottom: 10px;
}

.l-security .l-security_free h3 b img
{
    width: 260px;
    margin: 0 auto;
}

.l-security .l-security_free li
{
    width: calc(25% - 3px);
}

.l-security .l-security_free li .l-img
{
    width: 76.3285%;
    margin: 0 auto 35px;
}

.l-security .l-security_free li .l-img img
{
    width: 100%;
}

.l-security .l-security_adviser
{
    margin-bottom: 0;
}

.l-security .l-security_adviser h3
{
    line-height: 1.66667;
}

.l-security .l-security_adviser h3::before
{
    width: calc(50% - 246px);
}

.l-security .l-security_adviser h3::after
{
    width: calc(50% - 246px);
}

.l-security .l-security_adviser h3 b
{
    margin-bottom: 5px;
}

.l-security .l-security_adviser h3 b img
{
    width: 426px;
}

.l-security .l-security_adviser li
{
    width: calc(100% / 3 - 3px);
}

.l-security .l-security_adviser li .l-img
{
    width: 42.06897%;
    margin: 0 auto 35px;
}

.l-security .l-security_adviser li .l-img img
{
    width: 100%;
}

.l-website
{
    padding: 120px 0;

    text-align: center;

    background-color: rgba(199, 238, 252, .8);
}

.l-website .l-wrapper
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.l-website .l-wrapper > h3
{
    font-size: 16px;
    line-height: 1.66667;

    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    margin-bottom: 26px;

    color: #23abed;

    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.l-website .l-wrapper > h3::before
{
    display: block;

    width: calc(50% - 180px);
    height: 2px;

    content: '';

    background: #23abed;

    -ms-flex-negative: 2;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
}

.l-website .l-wrapper > h3::after
{
    display: block;

    width: calc(50% - 180px);
    height: 2px;

    content: '';

    background: #23abed;

    -ms-flex-negative: 2;
    -webkit-flex-shrink: 2;
    flex-shrink: 2;
}

.l-website .l-wrapper > h3 b
{
    display: block;

    margin-bottom: 5px;
}

.l-website .l-wrapper > h3 b img
{
    width: 284px;
}

.l-website .l-wrapper > h3 span
{
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.l-website .p-service_item
{
    margin-bottom: 40px;
}

.l-breadcrumb
{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 104px;
    padding: 0 50px;
}

.l-breadcrumb ul
{
    font-size: 12px;

    display: -ms-flex;
    display: -ms-flexbox;
    display:     -webkit-box;
    display:     -webkit-flex;
    display:     flex;

    padding-top: 20px;
}

.l-breadcrumb ul li
{
    position: relative;
}

.l-breadcrumb ul li::after
{
    font-size: 12px;

    padding: 0 6px;

    content: '>';
}

.l-breadcrumb ul li:last-of-type::after
{
    display: none;
}

.l-breadcrumb ul li a
{
    text-decoration: underline;

    color: #23abed;
}

@media screen and (max-width: 768px)
{
    a:hover
    {
        color: #313131;
    }

    header
    {
        padding: 15px;
    }

    header.js-scrollTo
    {
        padding: 15px;
    }

    header .c-logo img
    {
        width: 185px;
        height: 27px;
    }

    header .c-menu_btn
    {
        position: relative;
        z-index: 4;

        width: 28px;
        height: 28px;
    }

    header .c-menu_btn.close_btn span
    {
        background: #fff;
    }

    header .c-menu_btn.close_btn span:first-of-type
    {
        margin-bottom: 0;

        -webkit-transform: rotate(30deg) translate(2px, 6px);

        transform: rotate(30deg) translate(2px, 6px);
    }

    header .c-menu_btn.close_btn span:nth-of-type(2)
    {
        opacity: 0;
    }

    header .c-menu_btn.close_btn span:last-of-type
    {
        margin-top: -3px;

        -webkit-transform: rotate(-30deg) translate(-4px, 4px);

        transform: rotate(-30deg) translate(-4px, 4px);
    }

    header .c-menu_btn span
    {
        display: block;

        width: 28px;
        height: 2px;

        -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);

        transition: all 1s cubic-bezier(.19, 1, .22, 1);

        background: #00a0e9;
    }

    header .c-menu_btn span:first-of-type
    {
        margin-bottom: 6px;
    }

    header .c-menu_btn span:last-of-type
    {
        margin-top: 6px;
    }

    header nav
    {
        display: none;

        width: 100vw;
        height: 100vh;
    }

    header nav.active
    {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;

        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;

        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    header nav ul
    {
        display: block;

        text-align: center;
    }

    header nav ul li
    {
        margin-bottom: 30px;
        padding: 0;
    }

    header nav ul li:last-of-type
    {
        padding-top: 20px;
    }

    header nav ul li a
    {
        font-size: 20px;

        color: #fff;
    }

    header nav ul .c-contact a
    {
        font-size: 14px;
        line-height: 55px;

        width: auto;
        height: 55px;
        padding: 0 58px;

        letter-spacing: 0;

        border-radius: 28px;
    }

    header nav ul .c-contact a:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .l-pagetop
    {
        z-index: 1;
        right: 15px;
        bottom: 15px;
    }

    .l-pagetop a
    {
        line-height: 38px;

        width: 42px;
        height: 42px;

        border-radius: 21px;
    }

    .l-pagetop a:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    footer
    {
        padding: 75px 15px;
    }

    footer .l-footer_nav
    {
        width: 290px;
    }

    footer .c-logo
    {
        margin-bottom: 25px;
    }

    footer .c-logo img
    {
        width: 218px;
        height: 31px;
    }

    footer p
    {
        font-size: 12px;

        margin-bottom: 60px;
    }

    .c-ttl
    {
        font-size: 24px;
        line-height: 1.4;

        margin-bottom: 22px;
        padding-bottom: 15px;

        letter-spacing: 0;
    }

    .c-ttl::before
    {
        width: 20px;
        height: 2px;
    }

    .c-ttl::after
    {
        width: 20px;
        height: 2px;
    }

    .c-btn01 a
    {
        font-size: 12px;
        line-height: 44px;

        height: 48px;
        padding: 0 52px;

        border-radius: 24px;
    }

    .c-btn01 a.e-blank
    {
        padding-right: 62px;
    }

    .c-btn01 a:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .p-service_item
    {
        display: block;
    }

    .p-service_item li
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 20px;

        border-radius: 3px;
        -webkit-box-shadow: 0 0 12px 0 rgba(172, 204, 217, .9);
        box-shadow: 0 0 12px 0 rgba(172, 204, 217, .9);
    }

    .p-modal_item figure
    {
        padding: 42px 20px;

        border-radius: 3px;
        -webkit-box-shadow: 0 0 12px 0 rgba(209, 209, 209, .7);
        box-shadow: 0 0 12px 0 rgba(209, 209, 209, .7);
    }

    .p-modal_item figure figcaption
    {
        font-size: 16px;

        margin-bottom: 20px;
    }

    .p-modal_item figure ul
    {
        margin-bottom: 25px;
        padding: 30px 15px;
    }

    .p-modal_item figure ul li
    {
        line-height: 1.92857;

        display: block;

        margin: 0 10px 0 0;
        padding-left: 15px;
    }

    .p-modal_item figure ul li::before
    {
        top: 12px;

        -webkit-transform: rotate(45deg) translate(0);

        transform: rotate(45deg) translate(0);
    }

    .p-modal_item figure .modal_btn
    {
        position: relative;

        padding: 0;

        pointer-events: auto;

        border: 3px solid #23abed;
    }

    .p-modal_item figure .modal_btn::before
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background: rgba(35, 171, 237, .6);
    }

    .p-modal_item figure .modal_btn::after
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 46px;
        height: 46px;

        content: '';
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

        background: url(/azure/img/service/icn_modal_btn.png) no-repeat;
        background-size: contain;
    }

    .p-modal_item figure + figure
    {
        margin-top: 25px;
    }

    .l-contact
    {
        margin: 0 auto;
    }

    .l-contact .l-wrapper
    {
        padding: 50px 0;
    }

    .l-contact p
    {
        font-size: 14px;
        font-weight: 400;

        margin-bottom: 20px;
        padding: 0 15px;

        letter-spacing: 0;
    }

    .l-contact .l-contact_btn a
    {
        font-size: 14px;
        line-height: 50px;

        height: 50px;
        padding: 0 55px;

        border-radius: 25px;
    }

    .l-contact .l-contact_btn a:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .u-pc__show
    {
        display: none;
    }

    .u-sp__show
    {
        display: block;
    }

    .l-kv
    {
        margin-top: 58px;
        padding: 45px 0 60px;
    }

    .l-kv h1
    {
        height: 40px;
    }

    .l-kv h1 > span > span
    {
        font-size: 40px;
    }

    .l-pagenav ul
    {
        padding: 0 15px;
    }

    .l-pagenav ul
    {
        display: block;

        width: 100%;
    }

    .l-pagenav ul li
    {
        width: 100%;
        margin: 0 auto 10px;
    }

    .l-pagenav ul li:nth-of-type(3)
    {
        margin: 0 auto 10px;
    }

    .l-pagenav ul li:nth-of-type(5)
    {
        margin: 0 auto;
    }

    .l-pagenav ul li a:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .l-lead
    {
        font-size: 14px;
        line-height: 1.92857;

        margin-bottom: 30px;

        text-align: left;
    }

    .l-agreement
    {
        padding: 50px 0;
    }

    .l-agreement .l-wrapper
    {
        padding: 0 15px;
    }

    .l-design_building
    {
        padding: 0 15px;
    }

    .l-design_building
    {
        padding: 50px 15px;
    }

    .l-monitoring_operation
    {
        padding: 50px 0;
    }

    .l-monitoring_operation .l-wrapper
    {
        padding: 0 15px;
    }

    .l-monitoring_operation .l-lead
    {
        text-align: left;
    }

    .l-security
    {
        padding: 0 15px;
    }

    .l-security
    {
        padding: 50px 15px;
    }

    .l-security .l-security_item > li
    {
        padding: 40px 0;

        border-radius: 3px;
        -webkit-box-shadow: 0 0 12px 0 rgba(209, 209, 209, .7);
        box-shadow: 0 0 12px 0 rgba(209, 209, 209, .7);
    }

    .l-security .l-security_item > li .l-lead
    {
        line-height: 1.92857;

        margin-bottom: 35px;
        padding: 0 20px;
    }

    .l-security .l-security_item > li h3
    {
        font-size: 12px;

        margin-bottom: 25px;
    }

    .l-security .l-security_item > li ul
    {
        display: block;

        margin-bottom: 30px;
        padding: 0 20px;
    }

    .l-security .l-security_item > li ul li
    {
        margin: 0 0 10px 0;
        padding: 30px 20px;
    }

    .l-security .l-security_item > li ul li h4
    {
        font-size: 20px;

        margin-bottom: 14px;
    }

    .l-security .l-security_item > li ul li p
    {
        line-height: 1.66667;
    }

    .l-security .l-security_free
    {
        margin-bottom: 20px;
    }

    .l-security .l-security_free h3::before
    {
        width: calc(50% - 114px);
    }

    .l-security .l-security_free h3::after
    {
        width: calc(50% - 114px);
    }

    .l-security .l-security_free h3 b img
    {
        width: 190px;
    }

    .l-security .l-security_free li
    {
        width: 100%;
    }

    .l-security .l-security_free li .l-img
    {
        width: 47.61905%;
        margin: 0 auto 25px;
    }

    .l-security .l-security_adviser h3::before
    {
        width: calc(50% - 120px);
    }

    .l-security .l-security_adviser h3::after
    {
        width: calc(50% - 120px);
    }

    .l-security .l-security_adviser h3 b img
    {
        width: 210px;
    }

    .l-security .l-security_adviser li
    {
        width: 100%;
    }

    .l-security .l-security_adviser li .l-img
    {
        width: 47.61905%;
        margin: 0 auto 25px;
    }

    .l-website
    {
        margin-bottom: 50px;
        padding: 50px 0;
    }

    .l-website .l-wrapper
    {
        padding: 0 15px;
    }

    .l-website .l-wrapper > h3::before
    {
        width: calc(50% - 90px);
    }

    .l-website .l-wrapper > h3::after
    {
        width: calc(50% - 90px);
    }

    .l-website .l-wrapper > h3 b img
    {
        width: 154px;
    }

    .l-website .p-service_item
    {
        margin-bottom: 30px;
    }

    .l-breadcrumb
    {
        padding: 0 15px;
    }
}
