@charset "UTF-8";

html{
    font-size: 100%;
}

body {
  background: #fff;
  /*  font: 18px/1.8 "ヒラギノ角ゴ ProN", "Open Sans", sans-serif; */
  font: 12px/1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #0d0015;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.position-relative {
  position: relative;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

.main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.page-header:before{
    background: transient;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/*HOME*/
.home-content {
    text-align: center;
    margin-top: 20%;
}

.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
    color: #fafdff;
}

.font-alt {
/*  font-family: "Roboto Condensed", sans-serif; */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

.font-serif{
    font-family: Lora;
    font-style: italic;
    font-color: #2b2b2b;
}

/*見出し*/
.page-title {
    font-size: 45px;
    letter-spacing: 16px;
    color: #fff;
    font-weight: 100;
    background-color: rgba(0,0,0,0.4)
}

@media screen and (max-width: 640px) {
.page-title {
    font-size: 25px;
    letter-spacing: 8px;
    color: #fff;
    font-weight: 100;
    background-color: rgba(0,0,0,0.4)
}
}

/* footer */
footer {
    background: #000;
    text-align: center;
    padding: 26px 0;
}

footer p{
    color: #fafdff;
    font-size: 0.875rem:
}

.main{
    margin-left: -15px;
}

.subtitle{
    text-align: left;
    font-size: 26px;
    color: #111;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
}

.subtitle h3{
    font-style: italic;
    font-weight: 400;
}    

.subtitle-cap{
    margin-bottom: 50px;
    margin-right: 50px;
    margin-left: 50px;
}

.subtitle-cap p{
    positoin: relative;
}

.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}   

.news-title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.news-contents{
    text-align: left;
}

.caption{
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
}

.bg-dark:before{
    position: absolute;
    background: rgba(34,34,34,0.8);
    cntent: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
}

.page-header:before{
    background: transparent;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.subpage-header{
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider-w {
    border-top: 1px solid #0d0015;
    margin: 0;
}

.member-name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.font-thinner{
    font-weight: 300;
}

.font-thicker{
    font-weight: 700;
}

.fw-400{
    font-weight: 400;
}

.member-image{
    position: relative;
    overflow: hidden;
}

.member-image img{
    width: 70%;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}

.mt-m10{
    margin-top: -10px;
}

.mt-m20{
    margin-top: -20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-m2{
    margin-bottom: -2px;
}

.mb-m1{
    margin-bottom: -1px;
}

.mb-m5{
    margin-bottom: -5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.navbar-title{
    font-size: 1.2rem;
}

.module-title{
    position: relative;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    color: #111;
    margin-top: 70px;
}

.module-subtitle{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #111;
    margin-bottom: 70px;
}

@media (max-width: 991px){
    .side-image{
	position: relative;
	height: 300px;
    }
}

@media (max-width: 767px){
    .side-image-text{
	padding-left: 15px;
	padding-right: 15px;
    }
}
