@charset "UTF-8";

*{
  margin:0;
  padding:0;
}

html{
  font-size: 62.5%;
}

body{
  color:#333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;}

nav{
  margin:0 auto;
  width:100%;text-align:center;
  position: fixed;
  background: #fff;border-bottom: 1px solid #ccc;
  z-index: 1;
}

nav img{
  width: 100px;
}

nav ul{
  display: flex;
  text-align:right;
  justify-content: flex-end;
  margin-right: 200px;
}

nav ul li {
  list-style:none;
  padding:10px 5px;
  font-size: 1.8em;
  margin: 0 10px;
  font-size: 2.0em;
}

nav ul li a{
  color: #333;
  text-decoration: none;
}

nav ul li a:hover{
  color: #000d6e;
  text-decoration: none;
}

nav ul li i{
  padding-right:5px;
}

#top{
  background: url(../image/kawauso_top.jpg);background-repeat: no-repeat;background-size: contain;padding-top:35%;height:auto;width: 100%;}
#top h1{color:rgb(43, 43, 43);font-size: 3vw;font-weight:bold;position: absolute;top: calc(150 / 1200 * 100vw);left: calc(80 / 1200 * 100vw);background:rgba(255, 255, 255, 0.7);text-align:left;padding: 15px 20px;animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;}

#profile h3{margin: 100px 0 30px 0;font-size: 2em;}

@keyframes fadeup {
0% {transform: translateY(50px);opacity: 0;}
80% {opacity: 1;}100% {opacity: 1;transform: translateY(0);}
}

section{text-align: center;padding: 60px 0;width: 1000px;margin: 0 auto;}
section h2{text-align: center;position: relative;display: inline-block;padding: 0 65px;margin-bottom: 30px;font-size: 2.6em;}
section h2:before,section h2:after{content: '';position: absolute;top: 50%;display: inline-block;width: 40px;height: 2px;
background-color: #666;}
section h2:before{left: 0;}
section h2:after{right: 0;}
section p{font-size: 1.8em;width: 1000px;margin: 0 auto;text-align: left;text-indent: 1em;line-height:2em ;}
section p span{background:linear-gradient(transparent 60%, #ff6 60%);}
#skill table{margin: 0 auto;text-align: left;border: solid 1px #333;width: 1000px;padding: 20px;border-collapse:collapse;}
#skill table tr{padding: 10px;}


#history{width: 1000px;margin: 0 auto;}

.timeline {
  list-style: none;
  width: 1000px;
  margin: 0 auto;
  border: rgb(223, 223, 223) 1px solid;
  box-shadow: 0 0 3px rgb(236, 236, 236);
  padding: 20px 0;
}
.timeline li {
  margin-bottom: 80px;
}

.timeline h3{text-align: left;margin-top: 25px;font-size: 1.8em;}



  .timeline li {
    overflow: hidden;
    margin: 0;
    position: relative;

  }
  .timeline-date {
    width: 130px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

  .timeline-content p{word-wrap: break-word;width: 100%;padding-bottom: 50px;padding-left: 1em;font-size: 1.6em;}

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 125px;
    top: 30px;
    border-radius: 100%;
  }
}



#skill{padding-bottom: 100px;}
#skill table{font-size: 1.6em;}
#skill table tr:nth-child(odd){background: #fff;}
#skill table tr:nth-child(even){background: #fff0df;}
#skill table tr:first-child{background: #a58e77;color: #fff;}
#skill table tr th{border: solid 1px rgb(173, 173, 173);width: 150px;padding: 20px;}
#skill table tr .skill_score{width: 250px;padding: 20px;border: solid 1px rgb(173, 173, 173);}
#skill table tr .skill_score img{width: 100%;}
#skill table tr .skill_about{width: 600px;padding: 20px;border: solid 1px rgb(173, 173, 173);}
#skill dl{vertical-align: middle;}
#skill dl dt{font-weight: bold;padding-bottom: 5px;}
#skill dl dd{padding-left: 1em;margin-bottom: 20px;}
#skill dl dd:last-child{margin-bottom: 0;}

#job::after{content: url(../image/kawauso_announcement.png);transform: scale(1);position: relative;top: -540px;left: -590px;height: 0;}
#job{width: 1000px;margin: 0 auto;justify-content: center;align-items: center;padding-top: 0;padding-bottom: 0;}
#job label{display:inline-block;width:230px;list-style: none;height: 235px;font-size:2em;background: rgb(255, 255, 255);line-height: 230px;border: none;outline: none;}
#job label:nth-of-type(){margin-right:1%;}
#job label:nth-of-type(2){margin:1%;}
#job label:nth-of-type(3){margin:1%;}
#job label:nth-of-type(4){margin-left:1%;}
#job label input:nth-child(1){background: url(image/work01.png);background-size: contain;border-radius: 50%;}
#job label input:nth-child(2){background: url(image/work02.png);background-size: contain;border-radius: 50%;}
#job input:nth-child(3){background: url(image/work03.png);background-size: contain;border-radius: 50%;}
#job input:nth-child(4){background: url(image/work04.png);background-size: contain;border-radius: 50%;}
#job input:first-child{margin-left: 0;}
#job input:last-child{margin-right: 0;}
#job input span{background: rgb(255, 255, 255,0.8);padding: 10px;}
#work_about{text-align: center;padding-bottom:30px;font-size: 2em;}

#work{padding-top: 0;}
#work h3{margin-bottom: 30px;font-size: 2em;}
#job input:hover{transform: rotateY( 360deg );transition-duration: 2s;}
input[name="skill_list"] {
  display: none;
}

.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
   
.fade-in-up {
-moz-transform : translate(0, 50px);
-webkit-transform : translate(0, 50px);
-o-transform : translate(0, 50px); 
}

.fade-in-down {
-moz-transform : translate(0, -50px);
-webkit-transform : translate(0, -50px);
-o-transform : translate(0, -50px); 
}

.fade-in-left {
  -moz-transform : translate(-200px, 0);
-webkit-transform : translate(-200px, 0);
-o-transform : translate(-200px, 0); 
}

.fade-in-right {
-moz-transform : translate(200px, 0);
-webkit-transform : translate(200px, 0);
-o-transform : translate(200px, 0); 
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#job label img{width: 100%;border-radius: 50%;}
#job label img:hover{transform: rotateY( 360deg );transition-duration: 2s;}

#job div{display: none;  clear: both;
  }
/*選択されているタブのコンテンツのみを表示*/
#site:checked ~ #p1,
#promotion:checked ~ #p2,
#design:checked ~ #p3,
#help:checked ~ #p4
 {
  display: block;
}

#p1,#p2,#p3,#p4{position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #949494;
  font-size: 1.6em;
  background: #FFF;
  border: solid 2px #949494;
  box-sizing: border-box;
border-radius: 10px;
}
#p1 img,#p2 img,#p3 img,#p4 img{display: inline-block;width: 240px;vertical-align: top;box-shadow: 0 0 5px rgb(218, 218, 218);margin: 0.7em 0.2em 0.7em 0;}

#p1:before{
  content: "";
  position: absolute;
  top: -25px;
  left: 12%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;}

  #p1:after{content: "";
  position: absolute;
  top: -30px;
  left: 12%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;}

  #p2:before{
  content: "";
  position: absolute;
  top: -25px;
  left: 37%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;}

  #p2:after{content: "";
  position: absolute;
  top: -30px;
  left: 37%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;}

  #p3:before{
  content: "";
  position: absolute;
  top: -25px;
  left: 62.5%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;}

  #p3:after{content: "";
  position: absolute;
  top: -30px;
  left: 62.5%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;}

  #p4:before{
  content: "";
  position: absolute;
  top: -25px;
  left: 88%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;}

  #p4:after{content: "";
  position: absolute;
  top: -30px;
  left: 88%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;}


#job div p{margin: 0;padding: 0.7em 0.5em 0 0.5em;word-wrap: break-word;display: inline-block;width: 710px;color: #333;font-size: 1.6rem;}

#skill div:nth-of-type(2){background: #fff7ef;padding:40px 0;}

#profile dl{margin:20px 0;display: flex;flex-wrap: wrap;width: 600px;margin: 0 auto;text-align: left;font-size: 1.6em;}
#profile dl dt{padding-bottom: 5px;position: relative;width: 100px;
    color: #fff;

    padding:15px 15px;
    background-color: #a58e77;margin-bottom:30px;}

    #profile dl dd{padding-left:1em;margin-bottom: 20px;padding:15px 30px;width: 400px;
    display:inline-block;
    background-color:#F8F8F8;
    margin-bottom:30px;}

    #profile dl dt:after{left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px;
    border-left-color: #a58e77;}

footer{border-top:  1px solid #ccc;background: rgb(243, 243, 243);text-align: center;padding: 30px 0;}
footer ul{display: flex;margin: 0 auto;width: 1000px;justify-content: center;}
footer ul li{list-style: none;padding: 0 20px;border-right: 1px solid rgb(141, 141, 141);font-size: 1.8em;}
footer ul li a{color: #333;text-decoration: none;}
footer ul li a:hover{color: #000d6e;text-decoration: none;}
footer ul li:last-child{border-right: none;}
footer p{margin-top: 20px;font-size: 1.8em}
footer p span{font-size: 2rem;padding-right: 0.2em;vertical-align: middle;}

#pagetop {
    position: fixed;
    bottom: 123px;
    right: 30px;
}

.loop {
    display: flex;
    width: 1000px;
    height: 100px;
    overflow: hidden;
  }
  
  .loop:nth-child(3){width: 1920px;}
  
  .loop img {
    width: 1000px;
    height: 100px;
  }
  
  .loop:nth-child(3) img{width: 1920px;}
  
  .loop{margin: 0 auto;}
  
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .loop img:first-child {
    animation: loop 5s 0s linear infinite;
    flex: 1;
    
  }

  #pagetop img{width: 100px;}

  .pc_only{display: block;}
  .mobile_only{display: none;}
  .fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
  }
     
  .fade-in-up {
  -moz-transform : translate(0, 50px);
  -webkit-transform : translate(0, 50px);
  -o-transform : translate(0, 50px); 
  }
  
  .fade-in-down {
  -moz-transform : translate(0, -50px);
  -webkit-transform : translate(0, -50px);
  -o-transform : translate(0, -50px); 
  }
  
  .fade-in-left {
    -moz-transform : translate(-200px, 0);
  -webkit-transform : translate(-200px, 0);
  -o-transform : translate(-200px, 0); 
  }
  
  .fade-in-right {
  -moz-transform : translate(200px, 0);
  -webkit-transform : translate(200px, 0);
  -o-transform : translate(200px, 0); 
  }
  
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }

  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    }
    #work{padding-bottom: 0;}
    #work .web{display: flex;flex-wrap: wrap;list-style: none;margin-bottom: 70px;}
#work .web li{position:relative;width: 44%;border: #c0c0c0 solid 1px;padding: 20px 20px 10px 20px;box-shadow: 0 0 3px rgb(189, 189, 189);text-align: left;overflow:		hidden;}  
#work .web li i{padding-right: 10px;font-size: 1.2em;vertical-align: -8%;}
#work .web li a{text-decoration: none;color: #333;display: block;}
#work .web li a:visted{color: #333;}
#work .web li img{width: 100%;}  
#work .web li .com_name{width: 100%;text-indent: 0;padding-top: 10px;}  
#work .web li:first-child{margin-right: 18px;}  
#work .web li:last-child{margin-left: 18px;}  
#work .web li .mask{	width:			100%;vertical-align: middle;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(51, 51, 51, 0.9);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;}
#work .web li .mask p{color: #fff;text-align: left;padding: 30px;width: 80%;word-wrap: break-word;vertical-align: middle;}
#work .web li:hover .mask{	opacity:		1;	/* マスクを表示する */
}

#work ul{display: flex;flex-wrap: wrap;list-style: none;margin-bottom: 70px;}
#work .flyer li{position:relative;width: 28%;border: #c0c0c0 solid 1px;padding: 20px 20px 10px 20px;box-shadow: 0 0 3px rgb(189, 189, 189);text-align: left;overflow:		hidden;}  
#work .flyer li i{padding-right: 10px;font-size: 1.2em;}
#work .flyer li a{text-decoration: none;color: #333;display: block;}
#work .flyer li a:visted{color: #333;}
#work .flyer li img{width: 100%;}  
#work .flyer li .event_name{width: 100%;text-indent: 0;padding-top: 10px;font-size: 1.6em;}  
#work .flyer li:nth-child(2){margin: 0 17px;}  
  
#work .flyer li .mask{	width:			100%;vertical-align: middle;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(51, 51, 51, 0.9);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;}
#work .flyer li .mask p{color: #fff;text-align: left;padding: 30px;width: 80%;word-wrap: break-word;vertical-align: middle;font-size: 1.4em;}
#work .flyer li:hover .mask{	opacity:		1;	/* マスクを表示する */
}
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

nav {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

nav img {
  width: 100px;
}

nav ul {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  margin-right: 200px;
}

nav ul li {
  list-style: none;
  padding: 10px 5px;
  font-size: 1.8em;
  margin: 0 10px;
  font-size: 2.0em;
}

nav ul li a {
  color: #333;
  text-decoration: none;
}

nav ul li a:hover {
  color: #000d6e;
  text-decoration: none;
}

nav ul li i {
  padding-right: 5px;
}

#top {
  background: url(../image/kawauso_top.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 35%;
  height: auto;
  width: 100%;
}

#top h1 {
  color: rgb(43, 43, 43);
  font-size: 3vw;
  font-weight: bold;
  position: absolute;
  top: calc(150 / 1200 * 100vw);
  left: calc(80 / 1200 * 100vw);
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding: 15px 20px;
  animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

#profile h3 {
  margin: 100px 0 30px 0;
  font-size: 2em;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

section {
  text-align: center;
  padding: 60px 0;
  width: 1000px;
  margin: 0 auto;
}

section h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-bottom: 30px;
  font-size: 2.6em;
}

section h2:before, section h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #666;
}

section h2:before {
  left: 0;
}

section h2:after {
  right: 0;
}

section p {
  font-size: 1.8em;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  text-indent: 1em;
  line-height: 2em;
}

section p span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

#skill table {
  margin: 0 auto;
  text-align: left;
  border: solid 1px #333;
  width: 1000px;
  padding: 20px;
  border-collapse: collapse;
}

#skill table tr {
  padding: 10px;
}

#history {
  width: 1000px;
  margin: 0 auto;
}

.timeline {
  list-style: none;
  width: 1000px;
  margin: 0 auto;
  border: rgb(223, 223, 223) 1px solid;
  box-shadow: 0 0 3px rgb(236, 236, 236);
  padding: 20px 0;
}

.timeline li {
  margin-bottom: 80px;
}

.timeline h3 {
  text-align: left;
  margin-top: 25px;
  font-size: 1.8em;
}

.timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 130px;
  float: left;
  margin-top: 20px;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}

.timeline-content p {
  word-wrap: break-word;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 1em;
  font-size: 1.6em;
}

.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 125px;
  top: 30px;
  border-radius: 100%;
}


}
#skill {
  padding-bottom: 100px;
}
#skill table {
  font-size: 1.6em;
}
#skill table tr:nth-child(odd) {
  background: #fff;
}
#skill table tr:nth-child(even) {
  background: #fff0df;
}
#skill table tr:first-child {
  background: #a58e77;
  color: #fff;
}
#skill table tr th {
  border: solid 1px rgb(173, 173, 173);
  width: 150px;
  padding: 20px;
}
#skill table tr .skill_score {
  width: 250px;
  padding: 20px;
  border: solid 1px rgb(173, 173, 173);
}
#skill table tr .skill_score img {
  width: 100%;
}
#skill table tr .skill_about {
  width: 600px;
  padding: 20px;
  border: solid 1px rgb(173, 173, 173);
}
#skill dl {
  vertical-align: middle;
}
#skill dl dt {
  font-weight: bold;
  padding-bottom: 5px;
}
#skill dl dd {
  padding-left: 1em;
  margin-bottom: 20px;
}
#skill dl dd:last-child {
  margin-bottom: 0;
}
#job::after {
  content: url(../image/kawauso_announcement.png);
  transform: scale(1);
  position: relative;
  top: -540px;
  left: -590px;
  height: 0;
}
#job {
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
#job label {
  display: inline-block;
  width: 230px;
  list-style: none;
  height: 235px;
  font-size: 2em;
  background: rgb(255, 255, 255);
  line-height: 230px;
  border: none;
  outline: none;
}
#job label:nth-of-type() {
  margin-right: 1%;
}
#job label:nth-of-type(2) {
  margin: 1%;
}
#job label:nth-of-type(3) {
  margin: 1%;
}
#job label:nth-of-type(4) {
  margin-left: 1%;
}
#job label input:nth-child(1) {
  background: url(image/work01.png);
  background-size: contain;
  border-radius: 50%;
}
#job label input:nth-child(2) {
  background: url(image/work02.png);
  background-size: contain;
  border-radius: 50%;
}
#job input:nth-child(3) {
  background: url(image/work03.png);
  background-size: contain;
  border-radius: 50%;
}
#job input:nth-child(4) {
  background: url(image/work04.png);
  background-size: contain;
  border-radius: 50%;
}
#job input:first-child {
  margin-left: 0;
}
#job input:last-child {
  margin-right: 0;
}
#job input span {
  background: rgb(255, 255, 255, 0.8);
  padding: 10px;
}
#work_about {
  text-align: center;
  padding-bottom: 30px;
  font-size: 2em;
}
#work {
  padding-top: 0;
}
#work h3 {
  margin-bottom: 30px;
  font-size: 2em;
}
#job input:hover {
  transform: rotateY( 360deg);
  transition-duration: 2s;
}
input[name="skill_list"] {
  display: none;
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  -moz-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
}
.fade-in-down {
  -moz-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}
.fade-in-left {
  -moz-transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}
.fade-in-right {
  -moz-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
#job label img {
  width: 100%;
  border-radius: 50%;
}
#job label img:hover {
  transform: rotateY( 360deg);
  transition-duration: 2s;
}
#job div {
  display: none;
  clear: both;
}

/*選択されているタブのコンテンツのみを表示*/
#site:checked~#p1, #promotion:checked~#p2, #design:checked~#p3, #help:checked~#p4 {
  display: block;
}
#p1, #p2, #p3, #p4 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #949494;
  font-size: 1.6em;
  background: #FFF;
  border: solid 2px #949494;
  box-sizing: border-box;
  border-radius: 10px;
}
#p1 img, #p2 img, #p3 img, #p4 img {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  box-shadow: 0 0 5px rgb(218, 218, 218);
  margin: 0.7em 0.2em 0.7em 0;
}
#p1:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 12%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}
#p1:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 12%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;
}
#p2:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 37%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}
#p2:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 37%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;
}
#p3:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 62.5%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}
#p3:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 62.5%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;
}
#p4:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 88%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}
#p4:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 88%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 15px solid #949494;
  z-index: 1;
}
#job div p {
  margin: 0;
  padding: 0.7em 0.5em 0 0.5em;
  word-wrap: break-word;
  display: inline-block;
  width: 710px;
  color: #333;
  font-size: 1.6rem;
}
#skill div:nth-of-type(2) {
  background: #fff7ef;
  padding: 40px 0;
}
#profile dl {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6em;
}
#profile dl dt {
  padding-bottom: 5px;
  position: relative;
  width: 100px;
  color: #fff;
  padding: 15px 15px;
  background-color: #a58e77;
  margin-bottom: 30px;
}
#profile dl dd {
  padding-left: 1em;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 400px;
  display: inline-block;
  background-color: #F8F8F8;
  margin-bottom: 30px;
}
#profile dl dt:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-top: -10px;
  border-left-color: #a58e77;
}
footer {
  border-top: 1px solid #ccc;
  background: rgb(243, 243, 243);
  text-align: center;
  padding: 30px 0;
}
footer ul {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  justify-content: center;
}
footer ul li {
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid rgb(141, 141, 141);
  font-size: 1.8em;
}
footer ul li a {
  color: #333;
  text-decoration: none;
}
footer ul li a:hover {
  color: #000d6e;
  text-decoration: none;
}
footer ul li:last-child {
  border-right: none;
}
footer p {
  margin-top: 20px;
  font-size: 1.8em
}
footer p span {
  font-size: 2rem;
  padding-right: 0.2em;
  vertical-align: middle;
}
#pagetop {
  position: fixed;
  bottom: 123px;
  right: 30px;
}
.loop {
  display: flex;
  width: 1000px;
  height: 100px;
  overflow: hidden;
}
.loop:nth-child(3) {
  width: 1920px;
}
.loop img {
  width: 1000px;
  height: 100px;
}
.loop:nth-child(3) img {
  width: 1920px;
}
.loop {
  margin: 0 auto;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
.loop img:first-child {
  animation: loop 5s 0s linear infinite;
  flex: 1;
}
#pagetop img {
  width: 100px;
}
.pc_only {
  display: block;
}
.mobile_only {
  display: none;
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  -moz-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
}
.fade-in-down {
  -moz-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}
.fade-in-left {
  -moz-transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}
.fade-in-right {
  -moz-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}
#work {
  padding-bottom: 0;
}
#work .web {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 70px;
}
#work .web li {
  position: relative;
  width: 44%;
  border: #c0c0c0 solid 1px;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 0 3px rgb(189, 189, 189);
  text-align: left;
  overflow: hidden;
}
#work .web li i {
  padding-right: 10px;
  font-size: 1.2em;
  vertical-align: -8%;
}
#work .web li a {
  text-decoration: none;
  color: #333;
  display: block;
}
#work .web li a:visted {
  color: #333;
}
#work .web li img {
  width: 100%;
}
#work .web li .com_name {
  width: 100%;
  text-indent: 0;
  padding-top: 10px;
}
#work .web li:first-child {
  margin-right: 18px;
}
#work .web li:last-child {
  margin-left: 18px;
}
#work .web li .mask {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */

  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#work .web li .mask p {
  color: #fff;
  text-align: left;
  padding: 30px;
  width: 80%;
  word-wrap: break-word;
  vertical-align: middle;
}
#work .web li:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}
#work ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 70px;
}
#work .flyer li {
  position: relative;
  width: 28%;
  border: #c0c0c0 solid 1px;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 0 3px rgb(189, 189, 189);
  text-align: left;
  overflow: hidden;
}
#work .flyer li i {
  padding-right: 10px;
  font-size: 1.2em;
}
#work .flyer li a {
  text-decoration: none;
  color: #333;
  display: block;
}
#work .flyer li a:visted {
  color: #333;
}
#work .flyer li img {
  width: 100%;
}
#work .flyer li .event_name {
  width: 100%;
  text-indent: 0;
  padding-top: 10px;
  font-size: 1.6em;
}
#work .flyer li:nth-child(2) {
  margin: 0 17px;
}
#work .flyer li .mask {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */

  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#work .flyer li .mask p {
  color: #fff;
  text-align: left;
  padding: 30px;
  width: 80%;
  word-wrap: break-word;
  vertical-align: middle;
  font-size: 1.4em;
}
#work .flyer li:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.swiper-container{
  width: 1000px;margin-bottom: 100px;
}

.swiper-slide img {
  width: 100%;
  margin: 10px 0;
}

.swiper-scrollbar{
  display: none;
}