@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

nav ul li {
  list-style: none;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 2.5vw;
}

nav ul li:first-child {
  margin-left: 0;
}

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: 30%;
  height: auto;
  width: 100%!important;
}

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

#about {
  margin-top: 50px;
}

#profile h3, #skill h3 {
  margin: 30px 0 15px 0;
  font-size: 2.5vw;
}

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

section {
  text-align: center;
  padding: 0 0 70px 0;
  margin: 0 auto;
  width: 98%;
}

section h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin-bottom: 10px;
  font-size: 2.7vw;
}

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

#about, #profile, #history, #skill, #work {
  padding: 0 0 80px 0!important;
}

section h2:before {
  left: 0;
}

section h2:after {
  right: 0;
}

section p {
  font-size: 2vw;
  margin: 0 auto;
  text-align: left;
  text-indent: 1em;
  line-height: 1.8em;
  word-wrap: break-word;
  width: 90%;
}

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

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

#skill table tr {
  padding: 10px;
}

#history {
  margin: 0 auto;
}

.timeline {
  list-style: none;
  font-size: 3vw;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline h3 {
  text-align: left;
  font-size: 2.2vw;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 10px;
}

.timeline li {
  margin-bottom: 20px;
  font-size: 3.5vw;
}

.timeline-date {
  margin-top: 20px;
  font-size: 2.5vw;
  background: #a58e77;
  color: #fff;
  padding: 5px;
  text-indent: 0;
  margin: 0 0 0 20px;
  text-align: center;
}

.timeline-content {
  width: 83%;
  padding-left: 30px;
}

.timeline-content p {
  word-wrap: break-word;
  width: 95%;
  padding: 10px 0;
  margin-left: 20px;
}

#skill table {
  font-size: 2vw;
  width: 95%;
}

#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: 200px;
  padding: 10px;
}

#skill table tr .skill_score {
  width: 150px;
  padding: 10px;
  border: solid 1px rgb(173, 173, 173);
}

#skill table tr .skill_about {
  width: 650px;
  padding: 10px;
  border: solid 1px rgb(173, 173, 173);
}

#skill dl dt {
  font-weight: bold;
  padding-bottom: 5px;
}

#skill dl dd {
  padding-left: 1em;
  margin-bottom: 20px;
}

#skill h3 {
  text-align: center;
}

#skill {
  position: relative;
}

#skill ul:before {
  content: "";
  display: block;
}

#skill ul:after {
  content: url(image/kawauso-_announcement.png);
  transform: scale(0.5);
  position: relative;
  top: -310px;
  left: 600px;
  height: 0;
}

#skill ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

#skill ul li {
  width: 45%;
  list-style: none;
  height: auto;
  margin: 2%;
  font-size: 4VW;
  background: rgb(255, 255, 255);
  line-height: auto;
  padding: 19% 0%;
  top: 0;
  left: 0;
  width: 45%;
  height: 45%;
}

#skill ul li a span {
  background: rgb(255, 255, 255, 0.8);
  padding: 10px;
}

#skill ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}

#skill ul li:hover {
  transform: rotateY( 360deg);
  transition-duration: 2s;
}

#job::after {
  content: url(../image/kawauso_announcement.png);
  transform: scale(1);
  position: relative;
  top: -540px;
  left: -590px;
  height: 0;
}

#job {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

#job label {
  display: inline-block;
  width: 23%;
  list-style: none;
  font-size: 20px;
  background: rgb(255, 255, 255);
  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: 20px;
}

#work_about, #work h3 {
  font-size: 2.5vw;
}

#work {
  padding-top: 0;
}

#job input:hover {
  transform: rotateY( 360deg);
  transition-duration: 2s;
}

input[name="skill_list"] {
  display: none;
}

#job label img {
  width: 100%;
  border-radius: 50%;
}

#job label img:hover {
  transform: rotateY( 360deg);
  transition-duration: 2s;
}

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

#profile dl {
  margin: 20px 0;
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  font-size: 2vw;
  width: 60%;
}

#profile dl dt {
  padding-bottom: 5px;
  position: relative;
  color: #fff;
  padding: 10px 10px 10px 25px;
  background-color: #a58e77;
}

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

#profile dl dt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35%;
  border: 10px solid transparent;
  border-top: 10px solid #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;
  justify-content: center;
}

footer ul li {
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid rgb(141, 141, 141);
  font-size: 2.5vw;
}

footer ul li:last-child {
  border-right: none;
}

footer p {
  margin-top: 20px;
  font-size: 2.5vw;
}

footer p span {
  font-size: 1.2em;
  padding-right: 0.2em;
  vertical-align: middle;
}

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

#pagetop {
  position: fixed;
  bottom: 110px;
  right: 5px;
  z-index: 10;
}

#pagetop img {
  width: 70px;
  opacity: 0.8;
}

.loop {
  display: flex;
  overflow: hidden;
}

.loop:nth-child(3) {
  width: 1920px;
}

.loop img {
  width: 100%;
}

.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;
}

.pc_only {
  display: none;
}

.mobile_only {
  display: block;
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

#work h3 {
  margin: 20px 0 10px 0;
}

#work .web, #work .flyer {
  list-style: none;
  margin-bottom: 70px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#work .web li {
  position: relative;
  border: #c0c0c0 solid 1px;
  padding: 20px 20px 10px 20px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 30px;
}

#work .web li i {
  padding-right: 10px;
  font-size: 1.2em;
  vertical-align: middle;
}

#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 .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 .flyer li {
  margin-bottom: 30px;
  position: relative;
  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: 16px;
}

#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: 14px;
}

#work .flyer li:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

.start p img {
  width: 400px;
}

.swiper-scrollbar{
  display: none;
}

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

.swiper-container{
  width: 100%;
}