@charset "utf-8";
/* CSS Document */
.under{
    position: sticky;
    top: 0;
	margin-top: -30px;
}
.base{height: 155vh;
}
.over{
    margin-top: -100vh;
    position: relative;
	background-color: #fff;
}
/* メイン
-------------------------------------------- */
.main-wrap {
  position: relative;
  width: 100%;
  padding-top: 0px;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  height: auto;
  z-index: 100;
}
/* メイン背景 グレー部分 */
.thoughts-l {
  width: 274px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 30px;
  margin: 0 auto;
  background-image: url("../../images/common/logo-blue.png"), url("../../images/common/logo-orange.png");
  background-position: left top 15px, right bottom 25px;
  background-size: 23px,23px;
  background-repeat: no-repeat, no-repeat;
}
.thoughts-r {
  width: 380px;
  color: #fff;
  margin: 60px auto 0 auto;
  line-height: 1.87;
  text-align: center;
  font-size: 14px;
}
/* NEWS & TOPICS
-------------------------------------------- */
ul.news {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
ul.news li {
  list-style-type: none;
  background-color: #fff;
  color: #000;
  flex-grow: 1;
	padding: 30px 0px 30px 0px;
	font-size: 16px;
	line-height: 2.0;
	border-bottom: 1px solid #DCDBDA;
	
}
ul.news li + li {
	border-bottom: 1px solid #DCDBDA;
}
/* banner
-------------------------------------------- */
.banner {
  width: 100%;
	margin: 5px 0 5px 0;
  text-align: center;
}
/* column
-------------------------------------------- */
.column {
  border-radius: 10px;
  background: #fff;
  width: 303px;
	margin: 0 auto 30px auto;
}
.column-text {
  padding: 20px;
}
@media print, screen and (min-width : 768px) {
  /* メイン
-------------------------------------------- */
  .main-wrap {
    padding-top: 0%;
  }
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-logo {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    z-index: 100;
  }
  /* メイン背景 グレー部分 */
  .thoughts-l {
    width: 380px;
    margin: 0;
	  padding: 0 40px;
    font-size: 70px;
	    background-image: url("../../images/common/logo-blue.png"), url("../../images/common/logo-orange.png");
  background-position: left top 15px, right bottom 35px;
  background-size: 32px,32px;
  background-repeat: no-repeat, no-repeat;

  }
  .thoughts-r {
    width: 500px;
    text-align: left;
    margin: 60px 0 0 0;
    font-size: 16px;
  }
/* column
-------------------------------------------- */
.column {
  border-radius: 10px;
  width: 303px;
}
.column-text {
  padding: 20px;
	font-size: 16px;
}
	
}
@media print, screen and (min-width : 1280px) {
	.base{height: 180vh;
}

  /* メイン
-------------------------------------------- */
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
    height: 700px;
  }
/* NEWS & TOPICS
-------------------------------------------- */
ul.news {
  display: flex;
  justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 80px 0;
}
ul.news li {
  list-style-type: none;
  background-color: #fff;
  color: #000;
  flex-grow: 1;
	padding: 0 20px;
	font-size: 16px;
	line-height: 2.0;
	border-bottom: none;
	
}
ul.news li + li {
  border-left: 1px solid #DCDBDA;
	border-bottom: none;
}
	
	/* banner
-------------------------------------------- */
.banner {
  width: 47%;
	margin: 20px 0 0px 0;
}
	
}
@media print, screen and (min-width : 1600px) {
  /* メイン
-------------------------------------------- */
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
    height: 950px;
    box-sizing: border-box;
  }
}