/*
Theme Name:
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231815;
  background: #f7efe0;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul,ol {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
  body {
    font-size: 12px;
  }
}
@font-face{
  font-family: 'The-Houls';
  src:url('assets/font/The-Houls.woff') format('woff'), /* Modern Browsers */
  url('assets/font/The-Houls.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.houls{
  font-family: 'The-Houls';
  -ms-font-feature-settings: "normal";
}

/*//////////////////////////////
header
//////////////////////////////*/
header{
  left: 0;
  right: 0;
  height: 78px;
  margin: auto;
  position: relative;
  transition: 0.5s;
  top: 0;
  width: 100%;
  /* background-color: #f7efe0; */
    background-color: #231815;
  z-index: 102;
}
header .logo{
  display: none;
}
header .logo-lower{
  display: none;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #000;
}
.is-fixed .logo{
  display: block;
  left: 20px;
  max-width: 118px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.af-fixed:after {
  content: "";
  display: none;
}
.sp_navBtn{
  position: absolute;
  right: 40px;
  top: 0;
}
.globalnav_btn{
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  height: 78px;
}

.is-fixed .globalnav_btn span ,.is-fixed .globalnav_btn span::before,.is-fixed .globalnav_btn span::after {
  position: absolute;
  display: block;
  width: 42px;
  height: 5px;
  /* background-color: #231815; */
  background-color: #FFF;
}
.globalnav_btn span ,.globalnav_btn span::before,.globalnav_btn span::after {
  position: absolute;
  display: block;
  width: 42px;
  height: 5px;
  /* background-color: #231815; */
  background-color: #FFF;
}
.globalnav_btn span{
  right: 0;
  top: 30px;
}
.globalnav_btn span::before,.globalnav_btn span::after{
  content: "";
  transition: .3s;
}
.globalnav_btn span::before {
  top: 20px;
}
.globalnav_btn span::after {
  bottom: -10px;
}
.open .globalnav_btn span {
  background-color: #f7efe0;
  width: 42px;
}
.open .globalnav_btn span::before{
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .globalnav_btn span::after {
  bottom: 0;
  left: 0;
  width: 42px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sp-menu li a {
  font-size: 14px;
}
.sp-menu{
  background-color:#f7efe0;
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  z-index: 800;
  padding-bottom: 50px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}

.sp-menu li{
  border-top: 1px solid #fff;
  position: relative;
  transition: .5s;
}
.sp-menu a{
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  display: block;
  position: relative;
}

.sp-menu ul li{
  text-align: left;
  display: block;
  height: auto;
  padding-bottom: 0;
}
.sp-menu ul li a{
  padding: 0 0 0 15px;
  line-height: 4em;
}

.sp-menu a{
  line-height:initial;
}

.sp-menu nav > ul{
  height: auto;
  padding-bottom: 50px;
}
.sp-menu nav > ul > li:last-child{
  border-bottom:1px solid #fff;
}

/* /////////////////////////////
main
///////////////////////////// */

.mainvisual{
  width: 100%;
  position: relative;
}

.mainvisual:after{
  content: "";
  position: absolute;
  background: url(./assets/img/common/logo.png) no-repeat center;
  background-size: cover;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  width: 351px;
  height: 94px;
  z-index: 100;
}

  @media screen and (max-width: 767px){
    .mainvisual:after{
      top: -50px;
      width: 300px;
      height: 80px;
    }
  }

.mainvisual h2{
  max-width: 47%;
  position: absolute;
  margin: auto;
  padding: 10px 10px 10px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #000;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}

  @media screen and (max-width: 767px){
      .mainvisual h2{
        max-width: 90%;
        padding: 5px 10px 5px 25px;
        border: 3px solid #000;
        bottom: -5vw;
        font-size: 20px;
        line-height: 1.4;
      }
  }

.main_content{
  margin-top: 55px;
}

.main_content h3{
  font-size: 50px;
  font-weight: bold;
  font-family: 'The-Houls';
  text-align: center;
  letter-spacing: 3px;
}

  @media screen and (max-width: 767px){
    .main_content h3{
      font-size: 36px;
    }
  }

.main_content h3 span{
  letter-spacing: -5px;
  font-weight: bold;
}

.main_content ul.news_wrap{
  max-width: 865px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

  @media screen and (max-width: 767px){
    .main_content ul.news_wrap{
      flex-wrap:wrap;
    }
  }

.main_content ul.news_wrap li{
  width: 30%;
  position: relative;
  margin-bottom: 40px;
}


  @media screen and (max-width: 767px){
    .main_content ul.news_wrap li{
      width: 90%;
      margin: 10px auto;
    }
  }

.main_content ul.news_wrap li img{
  width: 100%;
  max-height: 190px;
  overflow: hidden;
}

  @media screen and (max-width: 767px){
    .main_content ul.news_wrap li img{
      max-height: 247px;
    }
  }

.main_content ul.news_wrap .cate{
  border: 2px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  left: 0;
  top:148px;
  padding: 5px;
  position: absolute;
}

  @media screen and (max-width: 767px){
    .main_content ul.news_wrap .cate{
      font-size: 14px;
    }
  }

.main_content ul.news_wrap .cate.marke{
  background-color: #59B0E3;
}
.main_content ul.news_wrap .cate.dx{
  background-color: #F1906B;
}
.main_content ul.news_wrap .cate.product{
  background-color: #EC7098;
}
.thumbnail{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
  width: 245px;
}

.main_content .news_ttl{
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  width: 245px;
}

  @media screen and (max-width: 767px){
    .main_content .news_ttl{
      font-size: 15px;
      width: 100%;
    }
    .thumbnail{

      width: 100%;
    }
  }

section.service_sec{
  margin-top: 95px;
  background-color: #F4DCDF;
}

section.service_sec h3{
  position: relative;
  top: -40px;
}

  @media screen and (max-width: 767px){
    section.service_sec h3{
      top: -7vw;
    }
  }

section.service_sec ul.service_list{
  max-width: 865px;
  margin: 20px auto 0;
	padding: 0 0 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

  @media screen and (max-width: 767px){
    section.service_sec ul.service_list{
      flex-wrap: wrap;
    }
  }

section.service_sec ul.service_list a:hover{
  opacity: 1;
}

section.service_sec ul.service_list li{
  width: 30%;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

  @media screen and (max-width: 767px){
    section.service_sec ul.service_list li{
      width: 45%;
      margin: 0 auto 80px;
    }
  }

section.service_sec ul.service_list li span{
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 15px;
  color: #fff;
  z-index: 100;
}

  @media screen and (max-width: 767px){
    section.service_sec ul.service_list li span{
      top: 15px;
      left: 10px;
      font-size: 12px;
    }
  }

section.service_sec ul.service_list li:before{
  content: "";
  position: absolute;
  background: url(./assets/img/top/yj.png) no-repeat center;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  width: 47px;
  height: 26px;
  z-index: 1;
}

section.service_sec ul.service_list li:after{
  content: "";
  position: absolute;
  background: url(./assets/img/top/marketing_item.png) no-repeat center;
  background-size: cover;
  left: -30px;
  top: -30px;
  margin: auto;
  width: 119px;
  height: 118px;
  z-index: 1;
}

  @media screen and (max-width: 767px){
    section.service_sec ul.service_list li:after{
      left: -10px;
      top: -20px;
      width: 90px;
      height: 89px;
    }
  }

section.service_sec ul.service_list li.dx:after{
  background: url(./assets/img/top/talent_item.png) no-repeat center;
  background-size: cover;
}

section.service_sec ul.service_list li.product:after{
  background: url(./assets/img/top/goods_item.png) no-repeat center;
  background-size: cover;
}

section.service_sec ul.service_list li.marke span{
  top: 0px;
  left: -20px;
  letter-spacing: -1px;
}

  @media screen and (max-width: 767px){
    section.service_sec ul.service_list li.marke span{
      top: 4px;
      left: -5px;
    }
  }

section.service_sec .sdgs_wrap{
  width: 100%;
  margin-top: 90px;
  background: url(./assets/img/top/bg.png) no-repeat center;
  background-size: cover;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap{
      margin-top: 50px;
      position: relative;
      background: none;
      z-index: 100;
      overflow: hidden;
    }

    section.service_sec .sdgs_wrap:after{
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(./assets/img/top/bg_sp.jpg) no-repeat center;
      background-size: cover;
      z-index: -1;
    }
  }

section.service_sec .sdgs_wrap ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap ul{
      flex-wrap: wrap;
    }
  }

section.service_sec .sdgs_wrap ul li{
  width: 45%;
  padding: 30px 0;
  font-size: 22px;
  color: #fff;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap ul li{
      width: 100%;
    }
  }

section.service_sec .sdgs_wrap ul li span{
  color: #000;
  font-size: 20px;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap ul li span{
      font-size: 16px;
    }
  }

section.service_sec .sdgs_wrap ul li:first-child{
  text-align: center;
}

section.service_sec .sdgs_wrap ul li:first-child img{
  max-width: 35%;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap ul li:first-child img{
      max-width: 45%;
    }
  }

section.service_sec .sdgs_wrap ul li:last-child img{
  max-width: 80%;
  margin: 10px auto;
}

  @media screen and (max-width: 767px){
    section.service_sec .sdgs_wrap ul li:last-child{
      text-align: center;
      font-size: 5vw;
    }
  }

section.service_sec .sdgs_wrap h3{
  position: relative;
  top: 0;
  color: #000;
}

section.online_sec{
  padding-bottom: 110px;
}

section.online_sec h3{
  margin-top: 65px;
}

section.online_sec ul {
  max-width: 1012px;
  margin: 45px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.online_sec ul li {
  border-radius: 50%;
	width: calc((100% - 120px) / 5);
	margin: 0 30px 0 0;
}

section.online_sec ul li:last-child {
	margin: 0;
}

section.online_sec ul li img.circle {
  border-radius: 50%;
}

@media screen and (max-width: 980px) {
  section.online_sec ul {
    max-width: 80%;
    justify-content: center;
  }
  section.online_sec ul li {
    box-sizing: border-box;
		width: calc((100% - 20px) / 2);
		margin: 0 20px 30px 0;
    /*padding: 0 2vw 5vw 2vw;
    max-width: 190px;
    width: 50%;*/
  }
	section.online_sec ul li:nth-child(2n) {
		margin-right: 0;
  }
}

section.online_sec .snsbtn{
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

  @media screen and (max-width: 767px){
    section.online_sec .snsbtn{
      margin: 10px auto 0;
    }
  }

section.online_sec .snsbtn img{
  width: 36px;
  height: 37px;
}

  @media screen and (max-width: 767px){
    section.online_sec .snsbtn img{
      width: 25px;
      height: 26px;
    }
  }




/* /////////////////////////////
footer
///////////////////////////// */
footer{
  width: 100%;
}
footer small{
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
@media screen and (max-width: 767px){
  footer{
    margin-bottom: 40px;
  }

}
