/* GLOBAL STYLES
------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 0rem;
  color: #655b51;
  background-image: url(../../img/sonae_tree_w1500.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  background-size: 100%;
  height: 100%;
  background-color: #f8f8f8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
body.top {
  padding-top: 70px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-align:center;
}*/
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 90vh;
  background-size: cover;
  text-align: center;
  position: relative;
}
.carousel-caption {
  top: 0vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel 
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
	text-align: center;
	width:30%;
}
.marketing col-lg-4 {
  font-weight: 400;
}
/* rtl:begin:ignore 
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
/* nav */
.navbar {
  margin: 0 auto;
  padding: 0 10vw;
  font-weight: bold;
}
.navbar-nav:hover {
  color: #74ac31 !important;
}
.navbar-brand > img {
  max-width: 12vw;
}
.ml-4 {
  margin-left: 2rem !important;
  padding-right: 10px;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:active {
  outline: none;
}
button:focus {
  outline: none;
}
/* main */
.logo1 {
  text-align: left;
}
h1.top_title {
  font-size: 1.75rem;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  width: 100%;
}
p.top_sub {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-shadow: 1px 2px 3px #808080;
  margin-top: 5px;
}
p.top_text {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  padding-bottom: 3rem;
}
.logo2 {
  text-align: center;
}
.logo2 > img {
  width: 15%;
}
.top_news {
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 1px;
}
h2.title_category {
  font-size: 25px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 2px;
  font-weight: bold;
}
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}
/*========= レイアウトのためのCSS ===============*/
#header {
  width: 100%;
  height: 100vh;
  position: relative;
}
#header:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /*背景画像設定*/
  background: url("") no-repeat center;
  background-size: cover;
}
#container {
  position: relative;
  z-index: 1;
  background: #eee;
  padding: 600px 0;
  text-align: center;
}
/*TOP TOPICS*/
table.topics {
  font-size: 0.9rem;
  width: 80%;
  margin-left: 10%;
  line-height: 1.8rem;
  margin-bottom: 50px;
}
tr.tr_topic {
  border-bottom: 1px #aaa dashed !important;
}
td.date {
  width: 20%;
  height: 3rem;
}
td.td_topic {
  margin-left: 0.2rem;
}
/*=== zoom ===*/
.zoomin img {
  transform: scale(1);
  transition: .3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}
.zoomin a:hover img { /*hoverした時の変化*/
  transform: scale(1.1); /*拡大の値を変更したい場合はこの数値を変更*/
}
.category_all {
  width: 100%;
}
.category_01 {
  color: #5a5a5a;
}
.category_02 {
  color: #5a5a5a;
}
.category_03 {
  color: #5a5a5a;
}
.category_01, a:hover, a:visited, a:link, a:active {
  color: #5a5a5a;
}
.category_02, a:hover, a:visited, a:link, a:active {
  color: #5a5a5a;
}
.category_03, a:hover, a:visited, a:link, a:active {
  color: #5a5a5a;
}
.category_01 {
  background-image: url();
  background-repeat: no-repeat;
  opacity: 0.8;
  display: block;
  cursor: pointer;
  color: #5a5a5a;
}
.category_02 {
 background-repeat: no-repeat;
  opacity: 0.8;
  display: block;
  cursor: pointer;
  color: #5a5a5a;
}
.category_03 {
  background-image: url();
  background-repeat: no-repeat;
  opacity: 0.8;
  display: block;
  cursor: pointer;
  color: #5a5a5a;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
  background-position: 0 5px;
  font-size: 20px;
  letter-spacing: 2px;
}
h3.title_01 {
  padding-left: 3.5em;
  background-repeat: no-repeat;
  text-align: left;
  color: #427fa2;
}
h3.title_02 {
  background-image: url(../../img/sonae_bird-02.png);
  padding-left: 3.5em;
  background-repeat: no-repeat;
  text-align: left;
  color: #c53278;
}
h3.title_03 {
  background-image: url(../../img/sonae_bird-03.png);
  padding-left: 3.5em;
  background-repeat: no-repeat;
  text-align: left;
  color: #eaa94f;
}
.category_01, .category_02, .category_03 {
  text-align: center !important;
  margin-bottom: 50px;
}
.line-vertical {
  width: 0.5px;
  background-color: #d3d3d3;
}
.btn1, a.btn1 {
  margin-top: 50px;
  text-align: center;
  padding: 10px 0;
  width: 250px;
  height: 40px;
  color: #fff;
  background-color: #74ac31;
  box-shadow: 0px 0px 0px 5px #74ac31;
  border: dashed 2px #fff;
  padding: 0.4em 0.5em;
}
.btn:hover {}
.footer_box {
  max-width: 100%;
  height: 300px;
}
p.footer_txt1 {
  font-weight: bolder;
  font-size: 18px;
  color: #74ac31;
}
p.footer_txt2 {
  margin-top: -10px;
  font-size: 15px;
  line-height: 1.7em;
}
.footer_box1 {
  float: left;
  text-align: left;
  padding-top: 50px;
  letter-spacing: 0.5px;
}
.footer_box2 {
  float: left;
  padding-left: 50px;
  padding-top: 50px;
  font-size: 14px;
  text-align: left;
  line-height: 2em;
}
a.textlink {
  text-decoration: none;
}
.footer_tree {
  background-image: url(../../img/sonae_tree.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  background-size: 100%;
  height: 100%;
  padding-top: 3em;
}
.footer_tree a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.carousel-indicators {
  display: none;
}
.footer_copy {
  text-align: center;
  color: #fff;
  position: relative;
}
p.copylight {
  font-size: 10px;
  font-weight: lighter;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  letter-spacing: 1px;
}
a.textlink_end {
  text-decoration: none;
  color: #fff;
}
.home_sides {
  padding-right: 5rem;
  padding-left: 5rem;
}
.sides {
  padding-right: 10rem;
  padding-left: 10rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    line-height: 2;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*
-------------------------------------------------- */
@media screen and (min-width:480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
}
@media screen and (max-width:768px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  body {
    background-position: right -80px bottom;
    background-size: 230%;
  }
  body.top {
    padding-top: 4rem;
  }
  .navbar {
    margin: 0 auto;
    padding: 0px;
  }
  .navbar-brand > img, .logo2 > img {
    max-width: 30vw;
  }
  .carousel-item {
    height: 80vh;
    background-size: cover;
    background-position: left;
  }
  .carousel-caption {
    top: 2vh;
  }
  h1.top_title {
    font-size: calc(1.3rem + .6vw);
  }
  p.top_sub {
    font-size: 13px;
  }
  p.top_text {
    font-size: 12px;
    padding-bottom: 3rem;
  }
  .bg-main {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .category_01, .category_02, .category_03 {
    width: 100%;
    display: block;
    font-size: 80%;
  }
  .title_01, .title_02, .title_03 {
    text-align: center;
  }
  .home_sides {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer_tree {
    background-image: url(../../img/sonae_tree.png);
    max-width: 120%;
    text-align: center;
    padding-top: 0px;
  }
  h2.title_category {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .h3 {
    font-size: 95%;
  }
  .footer_box1 {
    margin-top: -30px;
  }
  p.footer_txt2 {
    font-size: 13px;
    line-height: 1.7em;
  }
  .footer_box2 {
    display: none;
  }
  p.copylight {
    font-size: 9px;
    bottom: -12px;
    left: 0;
    right: 0;
  }
  .sides {
    padding-right: 1em;
    padding-left: 1em;
  }
  .logo2 > img {
    width: 50%;
  }
  .scrolldown span {
    color: green;
  }
  .scrolldown:before {
    background-color: green;
    color: green;
  }
  .scrolldown:after {
    background-color: green;
    text-shadow: 0 0 15px #666;
  }
}
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #D54884;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.openbtn4 span:nth-of-type(1) {
  top: 13px;
}
.openbtn4 span:nth-of-type(2) {
  top: 19px;
}
.openbtn4 span:nth-of-type(3) {
  top: 25px;
}
.openbtn4 span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.openbtn4.active span:nth-of-type(3)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}
/*========= レイアウトのためのCSS ===============*/
@media screen and (max-width:768px) {
  #header, #header:before {
    height: 90vh;
  }
}
/*コンテンツエリアヘッダ用*/
.bg_img {
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.bg_img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
h1.cont_head {
  margin: 0;
  height: 100%;
  padding: .2em;
  font-size: calc(1.3rem + .6vw);
  color: #FFF;
  position: relative;
  z-index: 99;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-shadow: 0.5px 0.5px 0.5px #655b51;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
h1.cont_head > span{
    font-size: 1.25rem;
    display: contents;
}
.title_category {
  margin-bottom: 1em !important;
    color: rgba(116, 172, 49,1.0);
}
.client, .client > a{
    height: 100px;
    display: grid;
    place-items: center;
}
.client, .client > a{
    display: grid;
    place-items: center;
}
.client > a > img{
    max-width: 80%;
    max-height: 90px;
}
@media screen and (min-width:768px) {
.client{
    height: 100px;
    display: grid;
    place-items: center;
}
.client > a > img{
    max-width: 70%;
    max-height: 90px;
}
}