@charset 'utf-8';

.btn {
    padding: 1rem 2rem;
}
.btn-light {
    border-radius: 50px;
    color: #146789;
    background-color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}
.btn-light:hover {
    color: #fff;
    background-color: #146789;
}
.btn-primary {
    background-color: #146789;
}
@media (max-width: 768px) {
    .sm-center {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
    overflow-x: hidden;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}
a {
    color: #146789;
}
nav.bg-dark {
    background-color: #146789 !important;
}
section.main_visual {
    background: url("../images/mainimage.jpg") center top/cover no-repeat;
    padding: 4em 0;
}
section.main_visual .card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: rgba(20,103,137,0.7);
}
section.main_visual .card .card-block p {
    color: #fff;
    font-size: 2rem;
    line-height: 4rem;
}
@media (max-width: 992px) {
    section.main_visual .card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.main_visual .card .card-block p {
        font-size: 1.5rem;
        line-height: 3rem;
    }
}
.concept h2,
.contact h2,
.domain01 h2,
.domain02 h2,
.profile h2,
.recruit h2,
.topics h2,
.voice h2 {
    color: #146789;
    width: 100%;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3.0rem;
    padding: 3rem 0.5rem;
    text-align: center;
    letter-spacing: 0.3rem;
}
.topics {
    border-bottom: solid 4px #146789;
}
.topics ul li {
    list-style-type: none;
    border-top: solid 1px #d9d9d9;
}
.topics ul li a {
    display: block;
    line-height: 1.3em;
    font-size: 1.3em;
}
.topics ul li a:after {
    float: right;
    content: "＞";
}
.concept {
    background-color: #146789;
    color: #fff;
}
.concept h2 {
    background-color: #fff;
}
.concept p {
    max-width: 780px;
    font-size: 1.3em;
    line-height: 1.8em;
    text-align: center;
}
.domain01,
.domain02,
.voice {
    background-color: #146789;
}
.domain01 h2,
.domain02 h2,
.voice h2 {
    background-color: #fff;
}
.domain01 .featurette,
.domain02 .featurette,
.voice .featurette {
    color: #fff;
}
.domain01 .featurette img,
.domain02 .featurette img,
.voice .featurette img {
    padding-bottom: 3em;
    padding-left: 40px;
}
.domain01 .featurette .featurette-heading,
.domain02 .featurette .featurette-heading,
.voice .featurette .featurette-heading {
    padding-top: 2em;
}
@media (max-width: 992px) {
    .domain01 .featurette-image.pull-left,
    .domain01 .featurette-image.pull-right,
    .domain02 .featurette-image.pull-left,
    .domain02 .featurette-image.pull-right,
    .voice .featurette-image.pull-left,
    .voice .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .domain01 .featurette img,
    .domain02 .featurette img,
    .voice .featurette img {
        padding-bottom: 0;
        padding-left: 0;
    }
    .domain01 .featurette .featurette-heading,
    .domain02 .featurette .featurette-heading,
    .voice .featurette .featurette-heading {
        padding-top: 0;
    }
}
.profile {
    border-bottom: solid 4px #146789;
}
.profile h2 {
    border-bottom: solid 4px #146789;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
@media (min-width: 768px) {
    .profile .dl-horizontal {
        padding: 0.5em 0;
        line-height: 1.3em;
        font-size: 1.3em;
    }
    .profile dt {
        padding: 0.7em 0;
    }
    .profile dd {
        padding: 0.7em 0;
    }
}
.recruit {
    border-bottom: solid 4px #146789;
}
.recruit .card {
    border-top: solid 1px #d9d9d9;
    border-bottom: none;
}
.recruit .card .card-header {
    background-color: #fff;
    border: none;
}
.recruit .card .card-header p a {
    display: block;
    line-height: 1.3em;
    font-size: 1.3em;
}
.recruit .card .card-header p a:after {
    float: right;
    content: "＞";
}
.contact {
    background-color: #146789;
}
.contact .col-lg-5 {
    text-align: center;
}
.contact h2 {
    background-color: #fff;
}
.contact .col-lg-7 {
    color: #fff;
}
.contact .col-lg-7 h3 {
    font-size: 1.4rem;
}
.contact .col-lg-7 a {
    color: #fff;
}
@media (min-width: 768px) {
    .contact .col-lg-5 {
        text-align: left;
    }
    .contact .col-lg-7 h3 {
        padding-top: 3rem;
        font-size: 2rem;
    }
    .contact .col-lg-7 .dl-horizontal {
        font-size: 2rem;
    }
    .contact .col-lg-7 .dl-horizontal dt {
        width: 80px;
        text-align: left;
        font-weight: normal;
        padding: 0.4rem 0;
    }
    .contact .col-lg-7 .dl-horizontal dd {
        margin-left: 90px;
        padding: 0.4rem 0;
    }
    .contact .col-lg-7 p {
        font-size: 1.3rem;
    }
}
footer {
    background-color: #ccc;
}
footer ul.footer-list {
    list-style: none;
    padding: 2rem;
    margin: 0;
    display: block;
    float: left;
}
footer ul.footer-list li {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 0.8rem;
}
footer ul.footer-list li a {
    text-decoration: underline;
}
footer p.pull-right {
    padding: 0;
    margin: 0;
}
footer p.pull-right a {
    display: block;
    width: 200px;
    padding: 2rem 0;
    text-align: center;
    background-color: #146789;
    color: #fff;
    font-size: 1.3rem;
}
footer p {
    background-color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 2rem 0;
    margin: 0;
}
@media (max-width: 992px) {
    footer ul.footer-list {
        display: block;
        float: none;
        text-align: center;
        padding: 2rem 0.5rem;
    }
    footer ul.footer-list li {
        font-size: 1rem;
    }
    footer p.pull-right {
        width: 100%;
    }
    footer p.pull-right a {
        width: 100%;
        float: none;
    }
}
.articlelist h1 {
    color: #146789;
    width: 100%;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3.0rem;
    padding: 3rem 0.5rem;
    text-align: center;
    letter-spacing: 0.3rem;
}
.articlelist article .carousel .carousel-inner {
    border-bottom: solid 4px #146789;
}
.articlelist article h2 {
    font-weight: bold;
    display: block;
}
.articlelist article span {
    display: block;
    color: #aaa;
    font-size: 1.4rem;
}
.articlelist article p {
    line-height: 2rem;
}
@media (min-width: 768px) {
    .articlelist article .carousel {
        max-height: 510px;
    }
    .articlelist article .carousel .carousel-inner {
        max-height: 510px;
    }
    .articlelist article .carousel .carousel-inner .carousel-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-height: 510px;
        overflow: hidden;
    }
    .articlelist article .carousel .carousel-inner .carousel-item img {
        width: 100%;
        height: auto;
    }
    .articlelist article h2 {
        width: 80%;
        float: left;
    }
    .articlelist article span {
        width: 20%;
        float: right;
        text-align: right;
    }
}
nav ul.pager li {
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
}
nav ul.pager li:hover {
    background-color: #EEEEEE;
}
nav ul.pager li a:hover {
    text-decoration: none;
}
nav ul.pagination li a {
    color: #146789;
}


.btn-light {
  color: #ff8c00;
}
.btn-light:hover {
  background-color: #ff8c00; }

.btn-primary {
  background-color: #ff8c00; }

a {
  color: #ff8c00; }

nav.bg-dark {
  background-color: #ff8c00 !important; }

section.main_visual {
    background: url(images/mainimage.jpg) center top/cover no-repeat;}

section.main_visual .card {
    background-color: rgba(255, 140, 0, .7); }


.topics {
  border-bottom: solid 4px #ff8c00; }

.topics ul li {
    border-top: solid 1px #d9d9d9; }

.concept {
  background-color: #ff8c00;
}

.domain01, .domain02, .voice {
  background-color: #ff8c00; }

.topics h2, .concept h2, .domain01 h2, .domain02 h2, .profile h2, .voice h2, .recruit h2, .contact h2 {
  color: #ff8c00;
}
.profile {
  border-bottom: solid 4px #ff8c00; }
  .profile h2 {
    border-bottom: solid 4px #ff8c00; }

.recruit {
  border-bottom: solid 4px #ff8c00; }

.contact {
  background-color: #ff8c00; }

    footer p.pull-right a {
      background-color: #ff8c00;
}

.articlelist h1 {
  color: #ff8c00;
}
.articlelist article .carousel .carousel-inner {
  border-bottom: solid 4px #ff8c00; }

nav ul.pagination li a {
  color: #ff8c00; }

  header{
    position: fixed;
    width: 100%;
    display: block;
    z-index: 100;
}
header + div{
    height: 100px;
}
.lead-header{
    background-color: #ff8c00 !important;
    color: #fff;
    font-size: 0.8rem;
    height: 27px;
    padding: 6px 6px 0;
}
.main_visual img{
    max-width: 300px;
    height: auto;
}

.slider_inner{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.slider_wrap{
    border-bottom: solid 4px #288c66;
}