@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIconsRound-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'HomePageBaukasten-Bold';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/HomepageBaukasten-Bold.woff2) format('woff2');
}

@font-face {
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 600;
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

ul {
    list-style: none;
}

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

caption,
th {
    text-align: left;
}

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

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

body {
    font: 14px/1.9 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

a {
    color: #0066ff;
    text-decoration: none;
}

a:active,
a:focus,
input:active,
input:focus {
    outline: 0;
}

* {
    -webkit-appearance: none;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 568px;
    background: rgba(255, 0, 0, 0);
}

#header img {}

#slogan {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

#slogan h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: normal;
}

#slogan h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: 0;
}


/* フッター
------------------------------------------------------------*/
html {
/*
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
*/
}

#footer {
    padding: 80px 0 50px 0;
    color: black;
    clear: both;
    text-align: center;
    font-size: 12px;
    background-color: #F5F5F7;
    position: relative;
}

/* 共通
------------------------------------------------------------*/
h1,
h2,
h3 {
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN W3', serif;
}

section {
    clear: both;
}

section h2 {
    color: #1877F2;
    font-size: 46px;
    font-weight: bold;
    font-family: 'HomePageBaukasten-Bold';
    text-align: center;
}

section h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    padding: 0 0 20px 0;
}

.inner {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.col2 {
    text-align: center;
}

.col2 > li {
    display: inline-block;
    width: 100%;
    margin: 20px 0 40px 0;
}

.col2 > li > p {
    text-align: left;
}

canvas {
    z-index: -1;
    position: fixed;
    touch-action: none;
}

.btn {
    background: rgba(24,119,242,1);
    color: #fff;
    border: 2px solid transparent !important;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33333;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
}

.btn:hover {
    background: rgba(24,119,242,0.8)
}

.offbtn {
    background: #8d8d8d;
    pointer-events:none;
}

#mainnav {
    font-family: 'HomePageBaukasten-Bold';
}

.to-animate,
.to-animate-2,
.single-animate {
    opacity: 0;
}

/* TOP
------------------------------------------------------------*/
#top {
    background-image: #fff;
}

#top h2 {
    font-family: YuMincho, 'Yu Mincho', serif;
}

/* SEC01 ABOUT
------------------------------------------------------------*/
#sec01 {
    background-color: #ffffff;
}

#sec01 > h3 {
    margin-bottom: 30px;
}

.person {
    border: 2px solid #f2f2f2;
    padding: 80px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.person > figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px;
}

.person > figure > img {
    width: 120px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

.person > h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN W3', serif;
}

.person > .position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}

.person > ul > li {
    list-style: disc;
    text-align: left;
}

.person > p {
    text-align: left;
}

/* SEC02 VISION
------------------------------------------------------------*/
#sec02 {
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    color: white;
}

#sec02 > header > h2 {
    color: white;
}

.vision {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: center;
}


/* SEC03 MISSION
------------------------------------------------------------*/
#sec03 {
    background-color: #ffffff;
}

#sec03 h3 {
    font-family: 'HomePageBaukasten-Bold';
}

/* SEC04 VALUE
------------------------------------------------------------*/
#sec04 {
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    color: white;
}

#sec04 > header > h2 {
    color: white;
}

#sec04 h3 {
    font-family: 'HomePageBaukasten-Bold';
    font-size: 25px;
}

/* SEC05 SERVICE
------------------------------------------------------------*/
#sec05 {
    background-color: #ffffff;
}

.service-content {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    box-shadow: 7px 14px 42px 3px rgb(163 174 184 / 40%);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
}

.overlay-darker {
    z-index: 8;
    opacity: .5;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-text {
    position: relative;
    z-index: 10;
}

.service-icon {
    font-size: 50px;
    color: #52d3aa;
    margin-bottom: 30px;
    display: block;
}

.service-text {
    text-align: center;
}

.service-text > h3 {
    font-size: 24px;
}

.service-text > p {
    text-align: left;
    margin-bottom: 1.5em;
}

/* SEC 06 CONTACT
------------------------------------------------------------*/
#sec06 {
    background-color: #F5F5F7;
}

#sec06 h3 {
    font-size: 25px;
    text-align: left;
    font-family: 'HomePageBaukasten-Bold';
}

#sec06 .btn {
    font-family: 'HomePageBaukasten-Bold';
}

.contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
    text-align: left;
}

.contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}

.contact-info li i {
    position: absolute;
    color: #1877F2;
    /*    top: .1em;*/
    left: 0;
}

.form-group {
    margin-bottom: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    box-sizing: border-box;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN W3', serif;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: 'HomePageBaukasten-Bold';
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #1877F2;
}

textarea.form-control {
    height: auto;
}

.is-error > .error-msg {
    display: block;
}

.error-msg {
    display: none;
    text-align: left;
    color: red;
}

.send-success-msg {
    display: none;
    text-align: left;
}

.send-error-msg {
    text-align: left;
    color: red;
}


/* SEC05 SERVICE
------------------------------------------------------------*/
.col3 li {
    margin-bottom: 50px;
}

.col3 img {
    max-width: 288px;
    display: block;
    margin: -5px auto 20px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
    .inner {
        width: 1024px;
        padding-bottom: 120px;
    }

    section h2 {
        padding: 70px 0 20px;
    }

    .txt h2 {
        padding: 0 0 20px !important;
    }
}

@media only screen and (min-width: 800px) {
    body {
        font-size: 14px;
    }

    a#menu {
        display: none;
    }

    .panel {
        display: block !important;
    }

    #mainnav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 500;
    }

    #mainnav ul {
        text-align: right;
        padding-right: 30px;
    }

    #mainnav li {
        display: inline-block;
        padding: 45px 10px 20px;
        font-size: 16px;
        font-weight: 500;
    }

    #mainnav a {
        color: #000;
        position: relative;
    }

    #mainnav li.active > a,
    #mainnav li > a:hover {
        color: #0066ff;
    }

    #mainnav li.active a span::before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-color: #0066ff;
    }

    #mainnav li a span::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        box-sizing: border-box;
    }

    #mainnav.changeNav {
        background: rgba(255, 255, 255, .9);
        border-bottom: 1px solid #d1d1d1;
    }

    #mainnav.changeNav li {
        padding: 20px 10px;
    }

    /* SEC05 SERVICE
	-----------------*/
    .col3 {
        text-align: center;
    }

    .col3 li {
        display: table-cell;
        width: 33.33%;
        /*        padding: 0 1.5%;*/
        margin-bottom: 0;
        vertical-align: top;
        text-align: left;
    }

    .pc_hid {
        display: none;
    }
}

@media only screen and (min-width: 641px) {
    .col2 > li {
        width: 40%;
        padding: 0 3%;
        vertical-align: top;
    }
}

@media only screen and (max-width: 640px) {
    #map iframe {
        width: 96% !important;
        left: 2%;
    }
}

@media only screen and (max-width: 799px) {
    #slogan h1 {
        font-size: 31px;
    }

    #slogan h2 {
        font-size: 16px;
    }

    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
    }

    #menuBtn {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s;
        border-radius: 2px;
    }

    #menuBtn:before,
    #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #000;
        transition: .3s;
        border-radius: 2px;
    }

    #menuBtn:before {
        margin-top: -7px;
    }

    #menuBtn:after {
        margin-top: 5px;
    }

    a#menu .close {
        background: transparent;
    }

    a#menu .close:before,
    a#menu .close:after {
        margin-top: 0;
    }

    a#menu .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    a#menu .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        z-index: 500;
    }

    #mainnav ul {
        background: #fff;
        text-align: left;
    }

    #mainnav li a {
        position: relative;
        display: block;
        padding: 15px 25px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: 400;
    }

    #mainnav li:last-child a {
        border-bottom: 0;
    }

    #mainnav li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .col3 li {
        margin: 0 auto;
        display: block;
        /*        max-width: 288px;*/
    }

    .vision {
        width: 90%;
        text-align: left;
    }

    section h3 {
        font-size: 20px !important;
        font-weight: bold;
        text-align: center;
        line-height: 1.6em;
    }

    .sp_hid {
        display: none;
    }

    #footer {
    }
}

@media only screen and (max-width: 1199px) {
    section h2 {
        padding: 50px 0 20px 0;
    }

    .vMid {
        padding: 0 20px;
    }
}
