@charset "utf-8";
/* CSS Document */

.top__catch {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 10%;
  z-index: 5;
}
.top__catch img {
  width: 100%;
}
.top__catchslider {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-image: url(../img/slider.png);
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: 50% 100%;
  -webkit-animation-name: bgloopTop;
  -moz-animation-name: bgloopTop;
  -o-animation-name: bgloopTop;
  animation-name: bgloopTop;
  -webkit-animation-duration: 990s;
  -moz-animation-duration: 990s;
  -o-animation-duration: 990s;
  animation-duration: 990s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes bgloopTop {
  0%, from {
    background-position: 0 100%;
  }
  100% , to {
    background-position: -853.33% 100%;
  }
}


@media screen and (min-width:960px){
  .top__catch {
padding-top: 0;}
  .top__catch h1 {
    display: block;
    position: relative;
    max-width: 1230px;
    padding: 110px 0 180px;
  }
  .top__catch h1 {
    position: relative;
    display: block;
    margin: 0 auto;
    transform: rotate(5deg);
  }
  .top__catch h1 .pcitem {
    position: relative;
    z-index: 3;
  }
  .top__catch h1 .pcitem:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% + 602px);
    background-color: #fff;
    height: 150px;
    width: 200%;
    z-index: 2;
  }
  .top__catch h1 .pcitem:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 602px);
    background-color: #fff;
    height: 150px;
    width: 200%;
    z-index: 2;
  }
  .top__catchslider {
    margin-top: -170px;
    padding-bottom: 420px;
  -webkit-animation-duration: 90s;
  -moz-animation-duration: 90s;
  -o-animation-duration: 90s;
  animation-duration: 90s;

  }
  @keyframes bgloopTop {
  0%, from {
    background-position: 0 100%;
  }
  100% , to {
    background-position: 6400px 100%;
  }
}
}

/* content01 ------------------------------------*/
.top__content1 {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  margin: -6em auto 0;
}
.top__content1:before {
  content: "";
  display: block;
  position: absolute;
  top: 17%;
  left: 0%;
  background-color: #fff;
  height: 70%;
  width: 100%;
  z-index: 1;
}
.top__content1box {
  background-image: url(../img/content01_bg_sp_top.png),url(../img/content01_bg_btm.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top left , bottom left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 36%;
  padding-bottom: 25%;
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.top__content1inner {
  max-width: 1220px;
  padding: 20% 10px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}

.top__content1imgitem {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3.8%;
  overflow: hidden;
  max-width: 628px;
  width: 85.6%;
  z-index: 3;
}
.top__content1imgitem:before {
  content: "";
  background: url(../img/content01_img_dec.png) no-repeat 50% 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: loopcircle;
  -moz-animation-name: loopcircle;
  -o-animation-name: loopcircle;
  animation-name: loopcircle;
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  overflow: hidden;
  border-radius: 50%;
}
.top__content1imgitem img {
  display: block;
  z-index: 3;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.top__content1imgitem__mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  /* overflow: hidden;
  border-radius: 50%; */
}
.top__content1imgitem__mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.top__content1text {
  position: relative;
  display: block;
  width: 93%;
  margin: -3.2em auto 0;
  z-index: 3;
}
.top__content1text p {
  letter-spacing: 0.08em;
  line-height: 2.14em;
  text-align: justify;
}
.top__content1link {
  margin: 1em auto;
  text-align: right;
  padding-right: 2.66%;
}
.top__content01spell {
  display: block;
  position: absolute;
  top: 0;
  left: 8.7%;
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
}
.svgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  display: block;
}
.svgbox svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svgbox svg text{
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 7.14em;
  font-weight: bold;
}

@media screen and (min-width:960px){
  .top__content1inner {
    padding-top: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top__content1img {
    width: 45%;
    max-width: 728px;
    margin-left: 0;
  }
  .top__content1text {
    width: 65%;
    margin-left: -6%;
    padding-top: 240px;
    padding-right: 10px;
  }

 .top__content01spell {
    left: 50%;
    margin-left: 44px;
  }
.svgbox {
  padding-bottom: 250px;
}
.svgbox svg text{
  font-size: 250px;
}

}
@media screen and (min-width:1270px){
    .top__content1img {
    width: 728px;
    max-width: 728px;
    margin-left: -70px;
  }
  .top__content1text {
    width: calc(100% - 590px);
    margin-left: -70px;
    padding-top: 240px;
    padding-right: 0;
  }
}





/* content02 ------------------------------------*/
.top__content2 {
  display: block;
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0;
  overflow: hidden;
  margin: -5.5% auto 0;
}
.top__content2:before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 0%;
  background-color: #f5f0e0;
  height: 70%;
  width: 100%;
  z-index: 1;
}
.top__content2box {
  background-image: url(../img/content02_bg_top_sp.png),url(../img/content02_bg_btm_sp.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top left , bottom left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 21%;
  padding-bottom: 19%;
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.top__content2inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.top__content2title {
  margin: 0 auto 1em;
  text-align: center;
  font-size: 1.42em;
  font-weight: bold;
  color: #f36119;
  letter-spacing: 0.16em;
}
.top__content2link {
  margin: 1em auto;
  text-align: right;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 2.66%;
}

/* slider */
.top__content2slideritem {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 160%;
}
.top__content2sliderimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86%;
  z-index: 3;
}
.owl-carousel .owl-item .top__content2sliderimg img {
  width: auto;
  max-width: none;
  max-height: none;
  height: 100%;
  position: relative;
  z-index: 3;
}
.top__content2slidertxt {
  position: absolute;
  bottom: 1.6em;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top__content2slidertxt span {
  background-color: #f03841;
  display: inline-block;
  margin: .1em;
  color: #fff;
  font-weight: bold;
  padding: .4em .1em;
}

.top__content2sliderdec {
  display: block;
  position: absolute;
  top: 6.5%;
  left: 50%;
  width: 84%;
  -webkit-transform: translate3d(-50%,0,0);
  -ms-transform: translate3d(-50%,0,0);
  -o-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  height: 0;
  padding-bottom: 100%;
  z-index: 1;
  overflow: hidden;
}
.top__content2sliderdec--kbys {
  left: 48%;
}
.top__content2sliderdec--srtn {
  left: 53%;
}


.top__content2slideritem--dtp .top__content2slidertxt span {background-color: #ff9ec7;}
.top__content2slideritem--director .top__content2slidertxt span {background-color: #f03841;}
.top__content2slideritem--engineer .top__content2slidertxt span {background-color: #4a78cc;}
.top__content2slideritem--designer .top__content2slidertxt span {background-color: #f36119;}
.top__content2slideritem--writer .top__content2slidertxt span {background-color: #ffd52f;}
.top__content2slideritem--ad .top__content2slidertxt span {background-color: #45c89e;}
.top__content2slideritem--planner .top__content2slidertxt span {background-color: #595959;}


.top__content2slider .owl-dots {
  text-align: center;
}
.top__content2slider .owl-dot {
  border: 1px solid #111;
  display: inline-block;
  width: .8em;
  height: 0.8em;
  border-radius: 1em;
  margin: 0 .2em;
}
.top__content2slider .owl-dot.active {
  border: 1px solid #f36119;
  background: #f36119;
}


@media screen and (min-width:960px){
  .top__content2title {
    font-size: 30px;
    margin-bottom: 2em;
  }

  /* slider */
.top__content2slideritem {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.top__content2sliderimg {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 90%;
  z-index: 3;
}
.top__content2slidertxt {
  bottom: 0;
}
.top__content2slidertxt span {
  font-size: 28px;
  padding: .5em 0.1em;
}

.top__content2sliderdec:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 21em;
  display: inline-block;
  border-right: 21.5em solid transparent;
  border-top: 25em solid #ff9ec7;
  transform:rotate(180deg);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.top__content2slideritem:hover .top__content2sliderdec:before {
  content: "";
  width: 100%;
  z-index: 1;
  left: -.3em;
}

.top__content2slideritem--dtp .top__content2sliderdec:before {border-top-color: #ff9ec7;}
.top__content2slideritem--director .top__content2sliderdec:before {border-top-color: #f03841;}
.top__content2slideritem--engineer .top__content2sliderdec:before {border-top-color: #4a78cc;}
.top__content2slideritem--designer .top__content2sliderdec:before {border-top-color: #f36119;}
.top__content2slideritem--writer .top__content2sliderdec:before {border-top-color: #ffd52f;}
.top__content2slideritem--ad .top__content2sliderdec:before {border-top-color: #45c89e;}
.top__content2slideritem--planner .top__content2sliderdec:before {border-top-color: #595959;}

}


/* content03 ------------------------------------*/
.top__content3 {
  display: block;
  position: relative;
  background: #fff url(../img/news_bg.png) no-repeat top right;
  -webkit-background-size: 66% auto;
  background-size: 66% auto;
  width: 100%;
  z-index: 1;
  padding-top: 28%;
  overflow: hidden;
  margin: -9% auto 0;
}
.top__content3inner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.top__content3title {
  margin: 1.5em auto 1em;
  text-align: center;
  font-size: 1.42em;
  font-weight: bold;
  color: #f36119;
  letter-spacing: 0.16em;
  z-index: 2;
}
.top__content03spell {
  position: absolute;
  top: -1.4em;
  left: -0.8em;
  z-index: 1;
  width: 100%;
  height: 8em;
}
.top__content3list ul{
  list-style: none;
  padding: 0;
  margin: 3em auto 1em;
  color: #111;
  width: 93.75%;
  font-size: .92em;
  position: relative;
  z-index: 5;
}
.top__content3list li {
  display: block;
  box-sizing: border-box;
  padding: 1.2em .5em;
  border-top: 1px solid #cdcdcd;
  line-height: 1.75em;
}
.top__content3list li:last-of-type {
  border-bottom: 1px solid #cdcdcd;
}
.top__content3listdate {
  color: #f36119;
  display: block;
}
.top__content3list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111;
}
.top__content3list a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,0.3em,0) scale(0.95);
  -ms-transform: translate3d(0,0.3em,0) scale(0.95);
  -o-transform: translate3d(0,0.3em,0) scale(0.95);
  transform: translate3d(0,0.3em,0) scale(0.95);
  opacity: 0;
}
.top__content3list a:hover:before {
  content: "";
  -webkit-transform: translate3d(0,0,0) scale(1);
  -ms-transform: translate3d(0,0,0) scale(1);
  -o-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  opacity: 1;
}
@media screen and (min-width:960px){
  .top__content3title {
    font-size: 30px;
    margin-bottom: 2em;
  }
  .top__content3inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    margin: 0 auto;
  }
  .top__content3innerbox {
    width: 50%;
    display: block;
  }
  .top__content3innerbox +.top__content3innerbox {
    width: calc(50% + 100px);
    margin-left: -100px;
  }
  .top__content3list ul {
    font-size: 16px;
  }
  .top__content3listdate {
    display: inline-block;
    width: 7em;
  }
  .top__content03spell {
  left: -14em;
}
}

@media screen and (min-width:960px){
  .top__content1:before {
  content: "";
  display: block;
  position: absolute;
  top: 190px;
  left: 0%;
  height: calc(100% - 320px);
  width: 100%;
  z-index: 1;
}
  .top__content1box {
    background-image: url(../img/content01_bg_top_pc.png),url(../img/content01_bg_btm_pc.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top left , bottom left;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-height: 948px;
    padding-top: 200px;
    padding-bottom: 140px;
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  /* content02 ------------------------------------*/
.top__content2 {
  margin: -3.6% auto 0;
}
.top__content2:before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0%;
  background-color: #f5f0e0;
  height: calc(100% - 200px);
  width: 100%;
  z-index: 1;
}
.top__content2box {
  background-image: url(../img/content02_bg_top_pc.png),url(../img/content02_bg_btm_pc.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top left , bottom left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  min-height: 726px;
  padding-top: 150px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
  /* content03 ------------------------------------*/
.top__content3 {
  display: block;
  position: relative;
  background: #fff url(../img/news_bg_pc.png) no-repeat top right;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  width: 100%;
  z-index: 1;
  padding-top: 190px;
  overflow: hidden;
  margin: -6% auto 0;
}
}

@media screen and (min-width:1800px){
  .top__content1:before {
  content: "";
  top: 13%;
  left: 0%;
  height: calc(100% - 15vw);
}
  .top__content1box {
    min-height: calc(100vw * 860 / 1800);
    padding-top: calc(100vw * 100 / 1800);
    padding-bottom: calc(100vw * 140 / 1800);
    display: block;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  /* content02 ------------------------------------*/
.top__content2 {
  margin: -4% auto 0;
}
.top__content2:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100vw * 100 / 1800);
  left: 0%;
  background-color: #f5f0e0;
  height: calc(100% - (100vw * 210 / 1800));
  width: 100%;
  z-index: 1;
}
.top__content2box {
  min-height: calc(100vw * 726 / 1800);
  padding-top: calc(100vw * 120 / 1800);
  padding-bottom: calc(100vw * 120 / 1800);
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
  /* content03 ------------------------------------*/
.top__content3 {
  height: calc(100% - (100vw * 510 / 1800));
  padding:  calc(100vw * 150 / 1800) 0  calc(100vw * 200 / 1800);
  overflow: hidden;
  margin: -6% auto -7%;
}
}
