/* common */
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.k-brand {
    font-size: 1.4rem;
    font-family: "游明朝",Yu Mincho,YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E",serif;
}
@media (max-width: 575px) {
    .k-brand {
        font-size: 1.2rem;
    }
}
.k-header li {
    margin-left: 1.2rem;
}

.k-footer {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
    padding: 0 2rem;
}


/* index */
.k-hero {
    margin-top: 4rem;
    width: 100%;
    height: 30rem;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,1),
        rgba(255,255,255,0.9) 10%,
        rgba(255,255,255,0.8) 20%,
        rgba(255,255,0, 0)
    ), url(/img/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 20%;
}
.k-hero p {
    font-family: "游明朝",Yu Mincho,YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E",serif;
    letter-spacing: .1rem;
}
.k-hero span {
    display: inline-block;
}

.k-concept {
    margin-top: 4rem;
}
@media (max-width: 575px) {
    .k-concept .col-sm {
        margin-bottom: 3rem;
    }
}
.k-concept .card-title {
    border-bottom: solid 1px;
}
.k-concept .card-body {
    min-height: 16rem;
}
@media (max-width: 575px) {
    .k-concept .card-body {
        min-height: 0;
    }
}
.k-concept img {
    width: 100%;
}

.k-content {
    margin-top: 4rem;
}
@media (max-width: 575px) {
    .k-content {
        margin-top: 2rem;
    }
}

.k-flow {
    margin-top: 4rem;
}
@media (max-width: 575px) {
    .k-flow .col-sm {
        margin-bottom: 2rem;
    }
}
.k-flow .col-sm {
  text-align: center;
}
.k-flow .btn {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  width: 80%;
  background: #083e86;
  color: #ffffff;
}


/* office */
.k-office {
    margin-top: 2rem;
}
.k-office .k-title {
    border-bottom: solid 1px;
    margin-bottom: 2rem;
}
@media (max-width: 575px) {
    .k-office .table td:first-child {
        min-width: 8rem;
    }
}

.k-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.k-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* message */
.k-chief {
    margin-top: 2rem;
}
.k-message p {
    font-size: 1.2rem;
    margin-bottom: .4rem;
}




/* parts */
.k-table {
    font-size: 1.2rem;
}
.k-table li:first-child {
    padding-top: 0;
}
.k-table li:last-child {
    padding-bottom: 0;
}

.k-subtitle {
    padding: 0 .4rem;
    border-bottom: double;
}
