#wrapper {
  max-width: 100%;
}
/*ヘッダーメニュー*/
header {
  max-width: 100%;
  height: 70vh;
  background-image: url("../img/eyecatch_p.jpg");
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.eyecatch_name h1 {
  font-family: 'grafolita-script', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  color: #d6c19f;
  text-shadow: 7px 0px 10px #fff;
  text-align: center;
  padding: 100px 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header {
    height: 50vh;
  }
  .eyecatch_name h1 {
    font-size: 100px;
  }
}
/*ハンバーガーメニュー*/
#hamburger_menu{
    width: 100%;
}
#hamburger_box {
margin: 20px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
input {
  display: none;
  width: 100px;
}
label {
  position: relative;
  float: right;
  clear: both;
  z-index: 1000;
}
span {
  display: inline-block;
  width: 35px;
  height: 25px;
}
span i {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #d6c19f;
  display: block;
  transition: all .3s ease-in-out;
box-shadow: 3px 3px 10px #fff;
}
span i:nth-child(1) {
  top: 0;
  bottom: 0;
}
span i:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
span i:nth-child(3) {
  bottom: 0;
}
input:checked + label span i:nth-child(1) {
  margin: auto;
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
input:checked + label span i:nth-child(2) {
  transform: rotateX(90deg);
  top: 0;
  bottom: 0;
}
input:checked + label span i:nth-child(3) {
  margin: auto;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
}
/*ハンバーガーメニューリスト*/
input:checked + label + .hamburger-list {
  position: fixed;
  z-index: 99;
  opacity: 1;
}
.hamburger-list {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
}
.hamburger-list__wrap {
  width: 40%;
  background-color: #78c8f9;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: right 0.4s ease-in-out;
}


@media screen and (max-width: 768px){
    #hamburger_box {
margin: 20px 15px;
}
	.hamburger-list__wrap {
		width: 70%;
	}
}
input:checked + label + .hamburger-list > .hamburger-list__wrap {
  right: 0;
}
.hamburger-list__wrap a {
  font-family: 'Hina Mincho', serif;
  color: #fff;
  font-size: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
    padding: 20px 30px;
}
.g-w a{
     font-size: 30px;
     padding: 5px 10px 10px 80px;
}

.hamburger-list__wrap a:hover {
  text-shadow: 5px 5px 10px #fff;
  transition: .5s;
}
/*nav hover*/
#nav li:hover {
  background-color: #fff;
  color: #000;
}
#nav li a:hover {
  color: #000;
  display: block;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*セクションアクセスボタン*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.more {
  padding: 72px 0;
  text-align: center;
}
.btn, a.btn, button.btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 20px;
  padding: 20px 40px;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  font-family: 'Hina Mincho', serif;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
.btn-malformation--pastel {
  background: #bee2fa;
  background: -webkit-linear-gradient(-45deg, #bee2fa 40%, #fddbb3 85%);
  background: -webkit-linear-gradient(315deg, #bee2fa 40%, #fddbb3 85%);
  background: linear-gradient(135deg, #78c8f9 40%, #fddbb3 85%);
  -webkit-box-shadow: 30px 10px 0 #bee2fa;
  box-shadow: 30px 10px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
.btn-malformation--gallery {
  background: #bee2fa;
  background: -webkit-linear-gradient(-45deg, #bee2fa 40%, #fddbb3 85%);
  background: -webkit-linear-gradient(315deg, #bee2fa 40%, #fddbb3 85%);
  background: linear-gradient(135deg, #78c8f9 40%, #fddbb3 85%);
  -webkit-box-shadow: 30px 10px 0 #e9f7ff;
  box-shadow: 30px 10px 0 #e9f7ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
@media screen and (max-width: 768px) {
  .more {
    padding: 48px 0;
    text-align: center;
  }
  a.btn-malformation {
    font-size: 20px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 100% 80px / 80px 100%;
    font-family: 'Hina Mincho', serif;
  }
}
/*メインページ*/
main {
  width: 100%;
}
#main h2 {
  font-family: 'Hina Mincho', serif;
  font-size: 56px;
  color: #4d4d4d;
  font-weight: normal;
  text-align: center;
  padding: 80px 0;
}
dt {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 17px;
}
#main p {
  font-size: 17px;
  color: #646464;
}
@media screen and (max-width: 768px) {
  #main h2 {
    font-family: 'Hina Mincho', serif;
    font-size: 60px;
    color: #4d4d4d;
    font-weight: 200;
    padding: 40px;
  }
  #main p {
    color: #4d4d4d;
	  
  }
  .text {
    width: 80%;
    margin: 0 auto;
  }
}
/*profileページ　始まり*/
#profile1 {
  margin: 0 auto;
  text-align: left;
  background-color: #caf1ff;
  padding-bottom: 128px;
}
#profile1 h2 {
  height: 35vh;
  padding: 72px 0;
}
.profile1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile1 img {
  border-radius: 50%;
}
.pro_img {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.pro_text {
  width: 50%
}
.pro_text h3 {
  font-size: 25px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #4d4d4d;
  padding-bottom: 40px;
  text-align: left;
}
.pro_text p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #profile1 h2 {
    height: 250px;
  }
  #profile1 img {
    width: 250px;
    height: 250px;
  }
  .profile1 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pro_text h3 {
    text-align: center;
    font-size: 23px;
    padding: 64px 0;
  }
  .pro_text {
    width: 100%;
  }
  .pro_img {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
/*Career始まり*/
#career {
  width: 100%;
  background-color: #fff;
  padding-bottom: 72px;
}
#career h2 {
  padding: 72px 0px;
  height: 35vh;
}
.career-text {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
.career-text dt {
  font-size: 24px;
  font-weight: 400;
}
/* Career　スクロール*/
.timeline {
  margin: 0 auto;
  width: 80%;
}
.timeline-box {
  display: flex;
  justify-content: space-between;
  height: 200px;
}
.timeline-date {
  width: 25%;
  text-align: right;
}
.timeline-content {
  width: 70%;
  border-left: 3px #d6c19f solid;
  padding-left: 30px;
  position: relative;
}
.timeline-content h3 {
  font-size: 25px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  color: #4d4d4d;
}
.timeline-content p {
	 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2em;
/*
  line-height: 1.5em;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
*/
}
@media screen and (max-width: 768px) {
  #career h2 {
    height: 250px;
  }
  .timeline {
    margin: 0 auto;
    width: 74%;
  }
  .timeline-content {
    padding-left: 20px;
  }
  .timeline-content h3 {
    font-size: 20px;
  }
  .timeline-content p {
    line-height: 1.5em;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  .timeline-box {
    height: 250px;
  }
  .timeline-date {
    padding: 0px;
    font-size: 15px;
    text-align: left;
  }
}
/*丸印*/
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #78c8f9;
  position: absolute;
  left: -7.5px;
  top: 2px;
  border-radius: 100%;
}
/*skillの始まり*/
#skill {
  width: 100%;
  background-color: #caf1ff;
}
#skill h2 {
  height: 30vh;
  padding: 72px 0;
    margin-bottom: 72px;
}
.skill {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 128px;
}
.w-skill {
  width: 70%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
.s-box1,.s-box2,.s-box3,.s-box4{
	background-image: url("../img/gallary1.jpg");
	background-size: cover;
	width: 250px;
	height: 310px;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 1px 1px 4px #fff;
	margin: 0 40px 80px;
}


.w-skill img{
	margin-top: 16px;
}
.w-skill h3, .license h3 {
  text-align: center;
	font-size: 24px;
	font-family: 'Shippori Mincho', serif;
	padding: 20px 0;
	color: #4d4d4d;
}
.w-skill p,.license p{
	  font-family: 'Shippori Mincho', serif;
	text-align: left;
	line-height: 1.5em;
	padding: 0 20px 40px 20px;
}

@media screen and (max-width: 768px){
	
	.w-skill {
  width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
}

/*フッター*/
footer {
  background-color: #78c8f9;
  width: 100%;
}

.footer {
    margin: 0 auto;
    width:  300px;
}
footer p {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 14px;
    color: #fff;
}


