@charset "UTF-8";
/*-------------------------------------------------------------------
 *
 * File Name : symbio.css
 *
-------------------------------------------------------------------*/
/* main
------------------------------------------*/
.symbio {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

.hide {
  opacity: 0;
}

.hide.active {
  opacity: 1;
  transition: opacity 2s;
}

.mainvisual_wrapper {
  background: url(../images/bg_main.jpg) top center no-repeat;
  background-size: cover;
}

.mainvisual_wrapper img {
  margin: 0 auto;
}

#section_wrapper {
  padding-top: 84px;
  background-color: #e2f3fc;
  background-image: url(../images/bg_contents.png);
  background-position: top center;
  background-repeat: no-repeat;
}

#section_wrapper .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#section_wrapper .inner .intro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #contents.symbio {
    padding-bottom: 0;
  }
  .mainvisual_wrapper img {
    width: 100%;
  }
  #section_wrapper {
    padding-bottom: 20px;
    background-image: url(../images/bg_contents_06_sp.png);
    background-position: bottom 0.5% center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #section_wrapper .inner .intro_ttl {
    width: 84%;
    margin: 0 auto;
  }
  #section_wrapper .inner .intro_list {
    margin-top: 8%;
    padding: 0 6%;
  }
  #section_wrapper .inner .intro_list li {
    width: 27%;
  }
  #section_wrapper .inner .intro_list li.plus {
    width: 8%;
  }
  #contentIntroduction {
    background-image: url(../images/bg_contents_01_sp.png);
    background-position: top 40% center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

/* contentBox
------------------------------------------*/
.inner {
  max-width: 1000px;
}

.inner .cont_ttl {
  margin-bottom: 36px;
}

.inner .elementBox {
  position: relative;
  padding: 34px 48px;
  border: 5px solid #82e2fd;
  border-radius: 8px;
}

.inner .elementBox .element_ttl {
  margin: 0 26px 38px;
  padding-bottom: 22px;
  border-bottom: 3px solid #82e2fd;
}

.inner .elementBox .elementImgBox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inner .elementBox .elementImgBox ul .img {
  flex-shrink: 0;
  padding-left: 84px;
}

.inner .elementBox .elementImgBox .inq {
  position: absolute;
  right: 19px;
  bottom: 9px;
  font-size: 14px;
  font-weight: bold;
  color: #124098;
  text-align: left;
}

.inner .elementBox + .elementBox {
  margin-top: 54px;
}

.inner .elementBox.aboutBox {
  background-color: #82e2fd;
}

.inner .elementBox.aboutBox .element_ttl {
  margin: 0 auto 29px;
  padding-bottom: 10px;
  border-color: #003e8d;
}

.inner .elementBox.aboutBox .elementImgBox ul {
  justify-content: center;
}

.inner .elementBox.aboutBox .elementImgBox ul .img {
  padding-left: 0;
}

.inner .elementBox.aboutBox .elementImgBox ul .img.plus {
  padding: 0 45px;
}

.inner .elementBox.aboutBox .equal {
  margin-top: -3px;
}

.inner .elementBox.aboutBox .result {
  margin-top: 23px;
}

#contentBox01 {
  margin-top: 62px;
  padding-top: 62px;
}

#contentBox01 .element_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
  padding: 19px 27px;
  background-color: #fff;
  border-radius: 6px;
}

#contentBox01 .element_list ul .element_img {
  margin-top: -50px;
}

#contentBox01 .element_list ul .element_img.list_ttl {
  width: 222px;
}

#contentBox01 .element_list ul .element_txt {
  width: 294px;
  font-size: 18px;
  font-weight: bold;
  color: #124098;
  text-align: left;
}

#contentBox02 {
  margin-top: 25px;
}

#contentBox02 .inner .cont_ttl_img {
  display: inline-block;
  width: 190px;
  margin-right: 40px;
}

#contentBox02 .inner .cont_ttl_img + .cont_ttl {
  display: inline-block;
  margin-bottom: 24px;
}

#contentBox02 .inner .elementBox {
  margin-top: 73px;
  padding-bottom: 25px;
  background-color: #fff;
}

#contentBox03 {
  margin-top: 100px;
}

#contentBox03 .inner .cont_ttl {
  margin-bottom: 45px;
}

#contentBox03 .inner .elementBox.aboutBox {
  padding-bottom: 3%;
}

#linkBox .inner .columnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

#linkBox .inner .columnBox .img {
  max-width: 305px;
  margin-top: -116px;
}

#linkBox .inner .columnBox ul {
  padding-left: 60px;
  padding-right: 15px;
}

#linkBox .inner .columnBox ul .txt {
  font-size: 24px;
  color: #124098;
  text-align: left;
  letter-spacing: 2px;
}

#linkBox .inner .columnBox ul .btn {
  margin-top: 25px;
  text-align: right;
}

#linkBox .inner .columnBox ul .btn img {
  margin-right: 0;
}

#linkBox .inner .columnBox ul .btn:hover {
  opacity: .6;
}

#snsBox .inner {
  padding: 50px 0 40px;
}

#snsBox .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#snsBox .inner ul li {
  padding: 0 12px;
}

#snsBox .inner ul li a:hover {
  opacity: .6;
}

@media only screen and (max-width: 768px) {
  .inner .cont_ttl {
    width: 92%;
    margin: 0 auto;
  }
  .inner .elementBox {
    width: 92%;
    margin: 0 auto;
    padding: 8% 4%;
    box-sizing: border-box;
  }
  .inner .elementBox .element_ttl {
    margin: 0 0 5% 0;
    padding-bottom: 8%;
  }
  .inner .elementBox + .elementBox {
    margin-top: 5%;
  }
  .inner .elementBox .elementImgBox ul {
    display: block;
  }
  .inner .elementBox .elementImgBox ul .img {
    margin-top: 5%;
    padding-left: 0;
  }
  .inner .elementBox .elementImgBox ul .img + .img {
    margin-top: 10%;
  }
  .inner .elementBox .elementImgBox .inq {
    position: static;
    padding-top: 5%;
    text-align: right;
  }
  .inner .elementBox.aboutBox {
    padding-bottom: 5%;
  }
  .inner .elementBox.aboutBox .elementImgBox ul .img {
    max-width: 388px;
    width: 70%;
    margin: 5% auto 0;
  }
  .inner .elementBox.aboutBox .elementImgBox ul .img.plus {
    width: 14%;
  }
  .inner .elementBox.aboutBox .equal {
    margin-top: 5%;
  }
  .inner .elementBox.aboutBox .result {
    margin-top: 5%;
  }
  #contentBox01 {
    background-image: url(../images/bg_contents_02_sp.png), url(../images/bg_contents_03_sp.png);
    background-position: top 39.2% center, top 72.2% center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #contentBox01 .element_list {
    width: 92%;
    margin: 0 auto;
  }
  #contentBox01 .element_list ul {
    display: block;
    margin-top: 30%;
    padding: 5% 0 12%;
  }
  #contentBox01 .element_list ul .element_img {
    width: 89.3%;
    margin: 0 auto;
  }
  #contentBox01 .element_list ul .element_img.list_ttl {
    width: 58%;
    margin: -25% auto 0;
  }
  #contentBox01 .element_list ul .element_txt {
    width: 81.2%;
    margin: 5% auto 8%;
  }
  #contentBox01 .element_list ul li {
    margin: 0 auto;
  }
  #contentBox02 {
    background-image: url(../images/bg_contents_04_sp.png);
    background-position: top 5% center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #contentBox02 .inner .cont_ttl_img {
    width: 35%;
    margin-right: 0;
  }
  #contentBox02 .inner .cont_ttl_img + .cont_ttl {
    width: 92.8%;
    margin: 3% auto 10%;
  }
  #contentBox02 .inner .elementBox {
    margin-top: 8%;
    padding-bottom: 8%;
  }
  #contentBox03 {
    margin-top: 5%;
    padding-top: 10%;
    background-image: url(../images/bg_contents_05_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #contentBox03 .inner .elementBox {
    padding-top: 6%;
    padding-bottom: 3%;
  }
  #contentBox03 .inner .elementBox .element_ttl {
    margin: 0 3.75%;
  }
  #contentBox03 .inner .elementBox.aboutBox .element_ttl {
    margin: 0 auto;
  }
  #linkBox {
    padding-bottom: 12%;
  }
  #linkBox .inner .columnBox {
    display: block;
    width: 92%;
    margin: 25% auto 0;
    padding: 5% 8%;
  }
  #linkBox .inner .columnBox .img {
    width: 45%;
    margin: -30% auto 0;
  }
  #linkBox .inner .columnBox ul {
    margin-top: 5%;
    padding: 0;
  }
  #linkBox .inner .columnBox ul .txt {
    font-size: 18px;
    text-align: center;
  }
  #linkBox .inner .columnBox ul .btn {
    width: 70.6%;
    margin: 3% auto 0;
  }
}
