@charset "UTF-8";
/* CSS Document */
.header {
  /*width: 375px;*/
  height: 50px;
  background-color: #fff;
}
.header__navigation {
  display: none;
}
/* navigation*/
.header h1 {
  color: #333;
  padding-top: 11px;
  margin-left: 24px;
  text-align: left;
}
.header_p {
  font-size: 1.3rem;
  position: absolute;
  font-weight: 800;
  top: 15px;
  left: 20px;
}
@media (max-width: 480px) {
  /*ハンバーガーアイコン　*/
  #nav-drawer {
    padding: 12px 24px;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 15px;
  }
  #nav-open span,#nav-open span:before,#nav-open span:after {
    position: absolute;
    height: 1.5px;
    width: 25px;
    background-color: #333;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 60%;
    background-color: #333333;
    height: 100%;
    text-align: left;
    padding: 40px 0 0 34px;
    font-weight: 600;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0,0,0,0.20);
  }
  #nav-content ul li {
    margin-bottom: 40px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%)
  }
}
/*header-pc*/
@media (min-width: 480px) {
  .header {
    /*width: 1440px;*/
    height: 100px;
    background-color: #fff;
  }
  .header__navigation {
    display: block;
    
  }
  .header p {
    display: none;
    
  }
  .header__navigation ul {
    position: absolute;
    font-weight: 600;
    right: 130px;
    display: flex;
    gap: 55px;
    top: 40px;
  }
  .header__navigation a {
    color: #333;
    text-decoration: none;
    font-size: 1.3rem;
    max-width: 1040px;
    margin: 0 auto;
  }
}
.section-buttun img {
    width: 75%;
    margin-top: 40px;
  margin-bottom: 40px;
    
  }
/*buttun-pc*/
@media (min-width: 480px) {
  .section-buttun {
    background-color: #f7f7f7;
    padding: 50px
  }
  .section-buttun img {
    width: 50%;
  }
}

/*top-sp*/
.top-img_sp {
  width: 100%;
  position: relative;
}
.section-top-sp {
    background-color: #f7f7f7;
    padding-bottom: 200px;
   width: 100%;
   background-image: url("../images/top/section-top_img_sp.png");
  }

.section-top__image-title {
color: #eeeeee;
position: absolute;
font-size: 1.4rem;
top: 80px;
left: 70px 
}

.top-img_pc {
  display: none;
}
.About_no1 {
  display: none;
}
.About_no1-sp {
  display: block;
  width: 20%;
  margin-top: -30px;
  position: absolute;
}
.button-img_pc {
  display: none;
}
.button-img_sp {
  width: 9%;
  position: absolute;
  top: 140px;
}

.fc-img_pc {
    display: none;
  }
.fc-img_sp {
  width: 5%;
  position: absolute;
  top: 140px;
  left: 50px;
}

.hamburger-img_pc {
  display: none;
}

.img_read-1 {
    position: absolute;
    color: #fff;
    top: 305px;
    left: 100px;
    font-size: 3rem;
    text-align: left;
  }
.img_read-2 {
    position: absolute;
    color: #fff;
    /* text-align: center; */
    top: 470px;
    left: 100px;
    font-size: 3rem;
    text-align: left;
  }
  
  .img_read-3 {
    position: absolute;
    color: #fff;
    top: 375px;
    left: 105px;
    font-size: 3rem;
    text-align: left;
  }

  .img_read-1 span {
    font-size: 2rem;
  }
  .img_read-2 span {
    font-size: 2rem;
  }
  .img_read-3 span {
    font-size: 2rem;

  }
.wb-logo_pc {
  display: none;
}
.wb-logo_sp {
  display: block;
  width: 20%;
  position: absolute;
  top: 60px;
  left: 20px;
}

.section-top-sp {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
/*top-pc*/
@media (min-width: 480px) {
  .section-top {
    background-color: #f7f7f7;
    padding-bottom: 200px;
   width: 100%;
   background-image: url("../images/top/section-top_img.png");
  }
  .top-img_sp {
    display: none;
  }
  .About_no1 {
  display: block;
}
  .About_no1-sp {
  display: none;
}
  .top-img_pc {
    display: block;
    position: relative;
    margin: auto;
    width: 90%;
    
  }

  
  
  
  .fc-img_pc {
    display: block;
    position: absolute;
    top: 260px;
    left: 370px;
  }
  
  .wb-logo_pc {
    position: absolute;
    top: 200px;
    left: 200px;
    display: block;
  }
  .wb-logo_sp {
    display: none;
  }
  .img_read-1 {
    position: absolute;
    top: 500px;
    color: #FFF;
    left: 900px;
    text-shadow: 0 0 0px #fff, 0 0 10px #fff;
    font-size: 5.5rem;
    line-height: 50px;
    text-align: left;
  }
.img_read-2 {
    position: absolute;
    top: 780px;
    color: #FFF;
    text-shadow: 0 0 0px #fff, 0 0 10px #fff;
    font-size: 5.5rem;
    line-height: 50px;
    left: 900px;
    text-align: left;
  }
  
  .img_read-3 {
    position: absolute;
    top: 620px;
    color: #FFF;
    text-shadow: 0 0 0px #fff, 0 0 10px #fff;
    font-size: 5.5rem;
    line-height: 50px;
    left: 900px;
  }
  .img_read-1 span {
    font-size: 3rem;
  }
  .img_read-2 span {
    font-size: 3rem;
  }
  .img_read-3 span {
    font-size: 3rem;
  }
  
}
/*section-top_sp*/
.section-top p {
    display: none;
  }
  .section-top span {
    display: none;
  }
.section-top-sp p {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 50px;
}

.section-top-sp span {
  font-size: 1.4rem;
  font-weight: 500;
}

/*section-top_pc*/
@media (min-width: 480px) {
  .section-top p {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 50px;
    padding-top: 100px;
    display: block;
  }
  .section-top span {
    font-size: 2rem;
    font-weight: 500;
    display: block;
  }
  
  .section-top-sp {
    display: none;
  }
}

/*section-About_sp*/
.section-About {
  margin-bottom: 100px;
}
hr {
  margin-top: 100px;
}

.section-About h2 {
  font-size: 2.4rem;
  text-align: left;
  position: relative;
}
.section-About h3 {
  font-size: 1.3rem;
  text-align: left;
}


.About-read {
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-top: 50px;
  writing-mode: vertical-rl;
  margin-right: 0;
  margin-left: auto;
}



/*section-About_pc*/
@media(min-width: 480px) {
  hr {
    margin-top: 100px;
  }
  .section-About {
  margin-bottom: 200px;
}
  .section-About h2 {
    font-size: 6rem;
    text-align: left;
    position: relative;
    z-index: 100;
  }
  .About_no1 {
    z-index: 10;
    left: 0px;
    margin-top: -110px;
    position: absolute;
  }
  
  .section-About h3 {
    font-size: 3rem;
    text-align: left;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
  } 
  
  .About-read  {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    writing-mode: vertical-rl;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .About-read::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/burger-ai.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  top: 160px;
  right: 800px;
 }
  }
/*section-strength_sp*/
.section-strength {
  margin-bottom: 100px;
}

.section-strength h2 {
  font-size: 2.3rem;
  text-align: right;
  position: relative;
}
  
.section-strength h3 {
  font-size: 1.3rem;
  margin-bottom: 50px;
  text-align: right;
}

.section-strength ul {
  list-style: none;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
.strength_02 {
  display: none;
}
.strength_02-sp {
  display: block;
  width: 20%;
  right: 0;
  margin-top: -30px;
  position: absolute;
}

/*section-strength_pc*/
@media(min-width: 480px) {
  .section-strength {
    padding-top: 100px;
  }
  
.section-strength h2 {
  font-size: 6rem;
  text-align: right;
  position: relative;
}
  .strength_02 {
    display: block;
    z-index: 0;
    right: 0px;
    margin-top: -110px;
    position: absolute;
  }
  .strength_02-sp {
    display: none;
  }
  .section-strength h3 {
  font-size: 3rem;
  margin-bottom: 100px;
  margin-top: 50px;
}
}


.section-strength ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
}

.bigtree-img {
  width: 327px;
  margin-top: 50px;
  border-radius: 30px;
  text-align: left;
}
.contents-text {
  text-align: left;
  font-weight: 800;
}
.small-title {
  text-align: left;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 10px;
}
  
  

/*ここから　8/4*/
.section-new,.section-grip,.section-technology,.section-color {
  background-color: #FFF;
  color: #333;
}
.section-new,.section-grip,.section-technology,.section-color {
  background-color: #FFF;
  text-align: center;
  color: #333;
}
.section-new p,.section-grip p,.section-technology p,.section-color p {
    ont-size: 2.4rem;
    text-align: left;
    font-size: 1.4rem;
  }
.section-new h2 {
  font-size: 1.8rem;
  padding-top: 35px;
  padding-bottom: 25px;
  display: block;
  text-align: right;
}
.section-new-sp_h2 {
  display: block;
}
.section-grip h2 {
  font-size: 1.8rem;
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: right;
}
.section-technology h2 {
  font-size: 1.8rem;
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: right;
}
.section-color h2 {
  font-size: 1.8rem;
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: right;
}
.section-new br {
  display: block;
  content: "";
  margin: 10px 0;
}
.section-grip br {
  display: block;
  content: "";
  margin: 10px 0;
}
.section-technology br {
  display: block;
  content: "";
  margin: 10px 0;
}
.section-color br {
  display: block;
  content: "";
  margin: 10px 0;
}
.section-technology__main-image {
  width: 100%;
  margin-top: 50px;
}
.section-new-material__main-image {
  width: 100%;
}
.section-grip__main-image {
  width: 100%;
  margin-top: 50px;
}
.section-color__main-image {
  width: 100%;
  margin-top: 50px;
}
@media(min-width: 1160px){
  .section-new,.section-grip,.section-technology,.section-color {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .section-new h2 {
    display: block;
  }
  .section-new-sp_h2 {
    display: none;
  }
  .section-grip,.section-color {
    flex-flow: row-reverse;
  }
  .section-new-material__visual,.section-grip__visual,.section-technology__visual,.section-color__visual {
    width: 50vw;
    margin: 0;
  }
  .section-new-material__main-image,.section-grip__main-image,.section-technology__main-image,.section-color__main-image {
    width: 100%;
  }
  .section-new__description,.section-technology__description {
    background-color: #FFF;
    text-align: left;
    color: #333;
    padding: 50px;
    width: 50vw;
  }
  .section-grip__description,.section-color__description {
    background-color: #FFF;
    text-align: left;
    color: #333;
    padding: 60px;
    width: 50vw;
  }
  .section-new h2,.section-grip h2,.section-technology h2,.section-color h2 {
    font-size: 2.2rem;
    padding-bottom: 52px;
  }
  .section-new p,.section-grip p,.section-technology p,.section-color p {
    ont-size: 2.4rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
/*ここまで*/

/*section-investment_sp*/
.section-investment h2 {
  text-align: left;
}
.investment-03 {
    z-index: 0;
    left: 0px;
    top: 80px;
    margin-top: -110px;
    position: absolute;
    width: 20%;
  }
.section-investment h3 {
  text-align: left;
  font-size: 1.3rem;
}
.investment-wrapper {
  display: flex;
  justify-content: space-around;
  text-align: justify;
}
.investment-wrapper{
  padding: 1em;
 
}
.section-investment h4 {
    font-size: 1.8rem;
    margin-top: 30px;
    font-weight: 600;
}
  .investment-p1 {
    font-size: 1.4rem;
  }
  .nvestment-p2 {
    font-size: 1.4rem;
    padding-bottom: 100px;
  }
  .section-investment span {
    color: #ffae00;
  }

/*section-investment_pc*/

@media(min-width: 480px) {
.section-investment {
  margin-bottom: 200px;
  margin-top: 200px;
}
.section-investment h2 {
  font-size: 6rem;
  top: 120px;
  text-align: left;
  position: relative;
}
.investment-03 {
    z-index: 0;
    left: 0px;
    width: 16%;
    margin-top: -76px;
    position: absolute;
  }
.section-investment h3 {
  font-size: 3rem;
  text-align: left;
  line-height: 50px;
  margin-top: 150px;
  margin-bottom: 100px;
}
.investment-wrapper {
  display: flex;
  justify-content: space-around;
  text-align: justify;
}
.investment-wrapper{
  padding: 3em;
  width: 60%;
  /*border: solid 2px #d3d3d3;*/
  margin: 50px auto 0;
}

.investment-wrapper p{
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 50px;
}
  
  
.section-investment h4 {
    font-size: 2.4rem;
    margin-top: 100px;
    font-weight: 600;
}
  .investment-p1 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .nvestment-p2 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .section-investment span {
    color: #ffae00;
  }
  }
.circle_number {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    border: 1px solid #cbcaca;
    background-color: #cbcaca;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
}
.circle_number-2 {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    background-color: #fabebe;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
}

.web-consulting_pc {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}

.a-pc {
    display: none;
  }
.a-sp {
    display: block;
  text-align: left;
  font-size: 1.4rem;
  }
/*section-opening_sp*/
.kaigyouhiyou {
  width: 100%;
}
.inquiry-04 {
    display: block;
    width: 20%;
    right: 0;
    margin-top: -30px;
    position: absolute;
}
.section-opening h2 {
  font-size: 2.3rem;
    text-align: right;
    position: relative;
  }
  .section-opening h3 {
  font-size: 1.3rem;
  text-align: right;
  }
  .section-opening p {
    font-size: 1.1rem;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
  }
/*section-opening_pc*/
@media(min-width: 480px) {
  .section-opening h2 {
  font-size: 6rem;
  text-align: right;
  margin-top: 300px;
  position: relative;
  }
  .section-opening h3 {
  font-size: 3rem;
  text-align: right;
  line-height: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  }
  .section-opening p {
    font-size: 2rem;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 500;
  }
  .kaigyouhiyou {
    width: 85%;
}
  .inquiry-04 {
    z-index: 0;
    right: 0px;
    width: 16%;
    left: 1019px;
    margin-top: -111px;
    position: absolute;
}
}



/*section-inquiry_sp*/
.section-inquiry h2 {
  font-size: 2.4rem;
  text-align: left;
  position: relative;
  margin-top: 100px;
}

.section-inquiry h3 {
  font-size: 1.3rem;
  text-align: left;
}
.consul-05 {
    z-index: 0;
    left: 0px;
    top: 80px;
    margin-top: -110px;
    position: absolute;
    width: 20%;
  }
/*section-inquiry_pc*/
@media(min-width: 480px) {

.section-inquiry {
  margin-bottom: 200px;
}
.section-inquiry h2 {
  font-size: 6rem;
  text-align: left;
  margin-top: 300px;
  position: relative;
}
  .consul-05 {
    z-index: 0;
    right: 0px;
    width: 16%;
    left: 0px;
    margin-top: -200px;
    position: absolute;
  }

.section-inquiry h3 {
  font-size: 2.8rem;
  text-align: left;
  line-height: 50px;
  margin-top: 50px;
}
.web-consulting_pc {
  display: inline-block;
  margin-top: 100px;
  width: 85%;
}
  .circle_number {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    border: 1px solid #cbcaca;
    background-color: #cbcaca;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    top: 45px;
    left: 100px;
}
  .q-pc_content {
    display: flex;
  }
  .q-pc {
    position: relative;
    top: 70px;
    left: 150px;
    font-size: 1.8rem;
  }
  .circle_number-2 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    background-color: #fabebe;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    top: 65px;
    right: 475px
}
  
  .a-pc {
    position: relative;
    top: 30px;
    left: 200px;
    font-size: 1.8rem;
    text-align: left;
    line-height: 35px;
    display: block;
  }
  
  .a-sp {
    display: none;
  }
}

/*section-inquiry_sp*/
.section-flow h2 {
  font-size: 2.1rem;
  margin-top: 100px;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
    flex: 0.6;
    font-weight: 600;
    font-size: 1.1rem;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #a7cecd;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #c5ab54;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
    color: #fff;
    background: #a7cecd;
    /* padding: 5px 10px; */
    /* margin-bottom: 10px; */
    display: block;
    /* border-radius: 20px; */
    position: relative;
    z-index: 100;
}
.section-flow h2 {
  font-size: 2.4rem;
  text-align: right;
  position: relative;
  z-index: 100;
}
  
  .inquiry-05 {
    z-index: 10;
    width: 20%;
    left: 0px;
    margin-top: -30px;
    position: absolute;
  }
  
  .section-flow h3 {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 50px;
  }
.flow-06 {
    display: block;
    width: 20%;
    right: 0;
    margin-top: -30px;
    position: absolute;
  }

/*section-inquiry_pc*/

@media(min-width: 480px) {
.section-flow {
  margin-bottom: 200px;
}
.section-flow h2 {
    font-size: 6rem;
    text-align: right;
    position: relative;
    margin-top: 300px;
    z-index: 100;
}
  .flow-06 {
    z-index: 0;
    right: 0px;
    width: 16%;
    margin-top: -118px;
    position: absolute;
  }
  .inquiry-05 {
    z-index: 10;
    width: 16%;
    left: 1032px;
    margin-top: -110px;
    position: absolute;
  }
  
  .section-flow h3 {
    font-size: 3rem;
    text-align: right;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
  }


  
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
  flex: 0.6;
  font-weight: 600;
  font-size: 1.8rem;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a7cecd;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #c5ab54;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #a7cecd;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
}
@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .flow01 > li dl {
    display: block;
    padding: 0px 0px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    /*font-size: .7em;*/
  }
  }



/*会社概要-sp*/
.section_Company {
  
}
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_Company h2 {
  font-size: 2.1rem;
  margin-top: 100px;
    border-bottom: solid 1px #d8d8d6;
    padding-bottom: 20px;
}

.Company_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 50px;
}


.Company_list.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Company_list dt {
  font-size: 1.2rem;
  color: #333333;
  flex-basis: 15%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d6;
}
.Company_list dd {
  font-size: 1.4rem;
  flex-basis: 59%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d6;
  text-decoration: none;
}
.sns-01 {
    width: 10%;
  }
  .sns-02 {
    width: 10%;
    margin-left: 10px;
  }
  .wb-img {
    width: 100%;
  }
  .taberogu-img {
    width: 100%;
  }
.wb-ikebukuro {
    margin: 50px;
  }
  .wb-niigata {
    margin: 50px;
  }

/*Company-pc*/
@media (min-width: 480px) {
  .section_Company {
    /*width: 1440px;*/
    margin-bottom: 200px;
  }
  .map{
    width: 50%;
  }
  .Company-img {
    width: 50%;
    margin-bottom: 100px;
  }
  .sns-01 {
    width: 10%;
  }
  .sns-02 {
    width: 10%;
    margin-left: 10px;
  }
  
  .section_Company h2 {
    font-size: 2.5rem;
    font-weight: 700;
    border-bottom: solid 1px #d8d8d6;
    padding-bottom: 20px;
  }
  .wb-ikebukuro {
    font-size: 2.5rem;
    margin-top: 100px;
  }
  .wb-niigata {
    font-size: 2.5rem;
    margin-top: 100px;
  }
  
  .Company_list {
    display: flex;
    flex-flow: row wrap;
  }
  .Company_list dt {
    font-size: 1.6rem;
    flex-basis: 15%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #d8d8d6;
  }
  .Company_list dd {
    font-size: 1.6rem;
    flex-basis: 59%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d6;
  }
  .company-contennt {
    display: inline-flex;
    margin-top: 100px;
  }
  .wb-img {
    width: 50%;
  }
  .taberogu-img {
    width: 50%;
  }
  .wb-content {
    display: flex;
    margin-top: 100px;
  }
}
/*contact-sp*/
.contact-title {
  font-size: 2.4rem;
  margin-top: 100px;
  margin-bottom: 50px;
  border-bottom: solid 1px #d8d8d6;
  padding-bottom: 20px;
  }

@media (min-width: 480px) {
  .contact-title {
    font-size: 2.5rem;
    font-weight: 500;
    border-bottom: solid 1px #d8d8d6;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
}



/*footer*/
#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #333333;
}
#footer .secondary {
  display: flex;
  padding: 50px 20px;
  background: #333333;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #333333;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* footer-logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0 auto;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
}

small {
  font-size: 1.1rem;
  padding-bottom: 20px;
}



/*========= スクロールダウンのためのCSS ===============*/

/*=== 9-1-3 マウスが動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown3{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:10px;
  right:50%;
    /*マウスの動き1.6秒かけて動く永遠にループ*/
  animation:mousemove 1.6s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove{
      0%{bottom:10px;}
      50%{bottom:5px;}
     100%{bottom:10px;}
 }

/*Scrollテキストの描写*/
.scrolldown3 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  bottom:45px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown3 span::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top:10px;
  left:17px;
    /*線の形状*/
  width: 1px;
  height: 15px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: mousepathmove 1.4s linear infinite;
  opacity:0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove{
  0%{
    height:0;
    top:10px;
    opacity: 0;
  }
  50%{
    height:15px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}

/*マウスの描写 */
.scrolldown3:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-10px;
    /*マウスの形状*/
  width:25px;
  height:37px;
  border-radius: 10px;
  border:1px solid #eee;
}


/*マウスの中の丸の描写*/
.scrolldown3:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:26px;
  left:0;
    /*丸の形状*/
  width:5px;
  height: 5px;
  border-radius: 50%;
  border:1px solid #eee;
}


/*========= レイアウトのためのCSS ===============*/

h1{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}

#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("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/9-1-3/img/01.jpg") no-repeat center;
  background-size:cover;
}

#container{
  position: relative;
  z-index:1;
  background:#eee;
  padding:600px 0;
  text-align: center;
}

@media screen and (max-width:768px){

    #header,
    #header:before{
  height: 90vh;    
    }
    
}

