@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #333333;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media(max-width:520px){
  body{
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
}
.none{
  display:none;
}
.logo_fadein{
	background: #EBF2EC;;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #276C31;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.2rem;
  text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  width: fit-content;
	display: none;
	z-index: 9999;
}
.logo_fadein p span{
  font-size: 4.0rem;
}
@media(max-width:520px){
  .logo_fadein p {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .logo_fadein p span{
    font-size: 2.6rem;
  }
  
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 990;
}
.header_content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.header_content nav ul{
  display: flex;
  justify-content: flex-end;
}
.header_content ul li{
  margin-left: 60px;
}
.header_content ul li a{
  text-decoration: none;
  font-size: 2.0rem;
  color: #333333;
}
.header_content ul li a:hover{
  color: #baab62;
  font-weight: 500;
  transition: 0.3s;
}
.openbtn p{
  display: none;
}
@media(max-width:960px){
  .header{
    height: 60px;
    background-color: rgba(255,255,255,0.00);
  }
  .header_content{
    padding: 0px 20px;
    display: block;
    height: 60px;
    background-color: rgba(255,255,255,0.90);
    position: fixed;
    width: 100%;
  }
  .openbtn{
    position:fixed;
    z-index: 999;
    top: 6px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height:50px;
  }
  .openbtn span{
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background: #333333;
    width: 60%;
  }
  .openbtn span:nth-of-type(1) {
    top:19px;	
  }
  .openbtn span:nth-of-type(2) {
    top:29px;
    width: 40%;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .openbtn p{
    opacity: 0;
    position: absolute;
    bottom: -5px;
    left: 12px;
    font-size: 1.2rem;
    color: #333333;
    transition: 0.4s;
  }
  .openbtn.active p{
    opacity: 1;
    display: block;
  }
  #nav{
    position:fixed;
    z-index: -1;
    top: -120%;
    left: 0;
    width: 100%;
    height: 60vh;
    background: #BBD2BB;
    box-shadow: 10px 0 10px 10px rgba(0,0,0,0.1);
    transition: all 0.6s;
  }
  #nav.panelactive{
    top: 0;
  }
  #nav ul {
    display: none;
    z-index: 999;
    padding-top: 120px;
    margin: 0 auto;
    width: 80%;
  }
  #nav.panelactive ul {
    display: block;
  }
  #nav .nav-list{
    list-style: none;
    text-align: left;
    margin: 0;
    width: auto;
  }
  #nav .nav-list a{
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 1.4rem;
    margin-bottom: 40px;
    text-align: right;
  }
  #nav .nav-list a:hover{
    color: #FFFFFF;
    font-weight: 500;
    transition: 0.3s;
  }
}
@media(max-width:520px){
  #nav{
    height: 100vh;
  }
}
.section-top{
  height: 70vh;
  margin: 15vh 0 40px;
  box-sizing: border-box;
  position: relative;
}
.section-top h1{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #276C31;
  font-size: 2.4rem;
  line-height: 4.2rem;
  text-align: center;
  position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  width: fit-content;
}
.section-top h1 span{
  color: #276C31;
  font-size: 4.0rem;
}
.scrolldown2{
  position: fixed;
  bottom: 110px;
  left: 49%;
  color: #555555;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.scrolldown2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#555555;
  /*丸1.6秒かけて透過、ループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
.scrolldown2::after{
  content: "";
  position: absolute;
  top: -10px;
  left: -4px;
  width: 1px;
  height: 65px;
  background: #555555;
}
@keyframes circlemove{
  0%{bottom:45px;}
  100%{bottom:-5px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
	100%{opacity:0;}
}
#scroll-top:before{
	content:"";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height: 70vh;
  margin-top: 15vh;
	background:url("../image/bg_top.jpg") no-repeat center;
	background-size:cover;
}
@media(max-width:960px){
  .section-top{
    margin-bottom: 60px;
  }  
}
@media(max-width:520px){
  .section-top h1{
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
  .section-top  h1 span{
    font-size: 2.6rem;
  }
  .scrolldown2{
    bottom: 80px;
    font-size: 1.2rem;
  }
}


#scroll-container{
	position: relative;
	z-index:1;
  background-color: #FFFFFF;
}
.section-works{
  padding: 15vh 40px 100px;
}
.section-works h2{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.2rem;
  line-height: 4.6rem;
  max-width: 980px;
  margin: 0 auto 40px;
}
.wrapper{
  display: flex;
  width:100%;
  max-width: 980px;
  margin:30px auto;
}
/*tabの形状*/
.tab li{
  list-style: none;
  display: block;
  margin:0 2px;
  padding:10px 20px;
  border-bottom: solid #ccc 1px;
  width: 130px;
}
.tab li a{
  color: #333333;
  text-decoration: none;
}
.tab li a:hover{
  opacity: 0.7;
}
.tab li.active {
  background: #EBF2EC;
}
/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    padding-left: 50px;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.area ul li{
  list-style: none;
  padding: 0px 20px 40px; 
}
.open-1 img,.open-2 img,.open-3 img,
.open-4 img,.open-5 img,.open-6 img,
.open-7 img,.open-8 img,.open-9 img,
.open-10 img,.open-11 img,.open-12 img,
.open-13 img,.open-14 img,.open-15 img,.open-16 img,
.open-17 img,.open-18 img,.open-19 img,.open-20 img{
  width: 100%;
  height: 240px;
  object-fit: contain;
}
.open-1 img:hover,.open-2 img:hover,.open-3 img:hover,
.open-4 img:hover,.open-5 img:hover,.open-6 img:hover,
.open-7 img:hover,.open-8 img:hover,.open-9 img:hover,
.open-10 img:hover,.open-11 img:hover,.open-12 img:hover,
.open-13 img:hover,.open-14 img:hover,.open-15 img:hover,.open-16 img:hover,
.open-17 img:hover,.open-18 img:hover,.open-19 img:hover,.open-20 img:hover{
  opacity: 0.7;
  transition: 0.5s;  
}
.section-works li a p{
  color: #333333;
}
.close{
  height: 60px;
}
.close a{
  display: block;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 10px;
  font-size: 4.0rem;
  cursor: pointer;
}
.modal-content{
  padding: 20px 40px 40px;
}
.modal-content h3{
  margin-bottom: 20px;
}
.modal-content__img{
  background-color: #ebf2ec;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 20px;
}
.modal-content__img-pc{
  width: 70%;
}
.modal-content__img-pc p{
  margin-bottom: 20px;
}
.modal-content__img-pc img{
  width: 100%;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}
.modal-content__img-sp{
  width: 20%;
}
.modal-content__img-sp p{
  margin-bottom: 20px;
}
.modal-content__img-sp img{
  width: 100%;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}
.modal-content__text p{
  margin-bottom: 25px;
}
.modal-content__text p span{
  font-weight: 600;
  margin-right: 25px;
}
.modal-content__text a{
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.modal-content__text a:hover{
  color: #baab62;
  font-weight: 500;
}
@media(max-width:960px){
  .section-works{
    padding-top: 10vh;
  }
  .wrapper{
    display: block;
    margin:30px auto;
  }
  .tab{
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .tab li{
    margin:0 2px;
    padding:10px 5px;
    border-bottom: solid #ccc 1px;
    width: 130px;
  }
  .area.is-active {
    max-width: 660px;
    margin: auto;
    padding: 30px 0 0;
  }
  .area ul{
    justify-content: space-between;
  }
  .area ul li{
    width: 45%;
    padding: 0px 5px 40px;
  }
  .open-1 img,.open-2 img,.open-3 img,
  .open-4 img,.open-5 img,.open-6 img,
  .open-7 img,.open-8 img,.open-9 img,
  .open-10 img,.open-11 img,.open-12 img,
  .open-13 img,.open-14 img,.open-15 img,.open-16 img,
  .open-17 img,.open-18 img,.open-19 img,.open-20 img{
    height: 160px;
  }
/*  .section-works li{
    width: 45%;
    max-width: 330px;
    min-width: inherit;
    padding: 0 5px;
  }*/
}
@media(max-width:520px){
  .section-works{
    padding: 80px 20px 40px;
  }
  .section-works h2{
    font-size: 3.0rem;
  }
  .tab{
    flex-wrap: wrap;
  }
  .tab li{
    width: 45%;
  }
  /*.section-works li{
    width: 47%;
    max-width: inherit;
  }*/
  .section-works li p{
    font-size: 1.2rem;
  }
  .open-1 img,.open-2 img,.open-3 img,
  .open-4 img,.open-5 img,.open-6 img,
  .open-7 img,.open-8 img,.open-9 img,
  .open-10 img,.open-11 img,.open-12 img,
  .open-13 img,.open-14 img,.open-15 img,.open-16 img,
  .open-17 img,.open-18 img,.open-19 img,.open-20 img{
    height: 120px;
  }
  .close a{
    right: 10px;
  }
  .modal-content{
    padding: 20px 20px 40px;
  }
  .modal-content__img{
    padding: 20px;
  }
  .modal-content__img-pc p{
    margin-bottom: 10px;
  }
  .modal-content__img-sp p{
    margin-bottom: 10px;
  }
}
.section-skill{
  width: 100%;
  background-color: #EBF2EC;
  text-align: center;
  padding: 140px 0 100px;
}
.section-skill h2{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.2rem;
  line-height: 4.6rem;
  margin-bottom: 40px;
}
.section-skill__container{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.section-skill ul{
  list-style: none;
  width: 50%;
}
.section-skill ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 40px;
  box-sizing: border-box;
  height: 90px;
}
.section-skill ul li img{
  width: 15%;
  object-fit: contain;
  object-position: top;
}
.section-skill__text{
  text-align: left;
  width: 80%;
}
.section-skill__text h3{
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.section-skill__text p{
  font-size: 1.4rem;
}
@media(max-width:960px){
  .section-skill ul li{
    padding: 0 20px;
    height: 130px;
  }
}
@media(max-width:520px){
  .section-skill{
    padding: 100px 0 60px;
  }
  .section-skill h2{
    font-size: 3.0rem;
    margin-bottom: 30px;
  }
  .section-skill__container{
    display: block;
  }
  .section-skill ul{
    width: 100%;
  }
  .section-skill ul li{
    height: inherit;
    margin-bottom: 45px;
    width: 100%;
  }
  .section-skill li img{
    width: 12%;
  }
  .section-skill__text h3{
    font-size: 1.6rem;
  }
}
.section-profile{
  max-width: 980px;
  margin: 0 auto;
  padding: 140px 40px 100px;
}
.section-profile h2{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.2rem;
  line-height: 4.6rem;
  text-align: right;
  margin-bottom: 20px;
}
.section-profile__container{
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.section-profile__container img{
  width: 35%;  
}
.section-profile__container p{
  width: 60%;
  padding: 20px 0;
  font-size: 1.6rem;
  position: relative;
}
.section-profile__container p span{
  font-size: 2.0rem;
  font-weight: 500;
}
.section-profile__container p span::after{
  content: "Chihiro Toyoda";
  font-size: 4.0rem;
  font-style: italic;
  color: #EBF2EC;
  position: absolute;
  top: 30px;
  left: 60px;
  z-index: -1;
}
.section-profile__text{
  width: 87%;
}
@media(max-width:520px){
  .section-profile{
    padding: 100px 40px;
  }
  .section-profile h2{
    font-size: 3.0rem;
  }
  .section-profile__container{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .section-profile__container img{
    width: 60%;  
  }
  .section-profile__container p{
    width: 90%;
  }
  .section-profile__container p span{
    font-size: 1.6rem;
  }
  .section-profile__container p span::after{
    font-size: 3.0rem;
    left: 45px;
  }
  .section-profile__text{
    width: 90%;
  }
}
.section-contact{
  background-image: url("../image/bg_contact.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 100px 0 320px;
}
.section-contact__text{
  background-color: #FFFFFF;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 40px 80px;
  box-sizing: border-box;
  position: relative;
}
.section-contact__text h2{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.2rem;
  line-height: 4.6rem;
  margin-bottom: 40px;
}
.contact-form{
  background-color: #EBF2EC;
  width: 40%;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 40px;
}
.form-name{
  margin-bottom: 20px;
}
.form-name p{
  width: 100%;
}
.form-name input{
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: solid 1px #555;
  background-color: rgba(0,0,0,0.0);
}
.form-mail{
  margin-bottom: 20px;
}
.form-mail p{
  width: 100%;
}
.form-mail input{
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: solid 1px #555;
  background-color: rgba(0,0,0,0.0);
}
.form-detail{
  margin-bottom: 20px;
}
.form-detail p{
  width: 100%;
}
.form-detail textarea{
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: solid 1px #555;
  background-color: rgba(0,0,0,0.0);
}
.contact-form__submit{
  width: 200px;
  height: 60px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #276C31;
  border: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media(max-width:960px){
  .section-contact{
    padding-bottom: 470px;
  }
  .section-contact__text{
    display: flex;
  }
  .section-contact__text p{
    margin-left: 40px;
  }
  .contact-form{
    width: 80%;
    max-width: 500px;
    top: 180px;
  }
  .contact-form p{
    margin-left: 0;
  }
}
@media(max-width:520px){
  .section-contact{
    padding-bottom: 390px;
  }
  .section-contact__text{
    display: block;
    padding: 30px;
    height: 260px;
  }
  .section-contact__text h2{
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
  .section-contact__text p{
    margin: 0 0 20px;
  }
  .contact-form{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    max-width: inherit;
    top: inherit;
    right: inherit;
  }
  .contact-form p{
    margin-left: 0;
  }
  .contact-form__submit{
    width: 100%;
    max-width: 200px;
    height: 40px;
  }
}
.footer{
  height: 90px;
  background-color: #333333;
  text-align: center;
  position: relative;
}
.footer small{
  font-size: 1.2rem;
  color: #FFFFFF;
  display: block;
  padding-top:30px; 
}
@media(max-width:520px){
  .footer{
    height: 60px;
  }
  .footer small{
    padding-top: 20px; 
  }
}


#page-top{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1;
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
#page-top a{
	display: flex;
	justify-content: center;
  padding-top: 40px;
  box-sizing: border-box;
	background: #baab62;
	width: 100px;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.0rem;
  font-weight: 600;
	transition:all 0.3s;
}
#page-top a::before{
	content: "";
	position: absolute;
	top: 20px;
	width: 15px;
	height: 15px;
	background:url("../image/icon_pagetop.png") no-repeat center;
	background-size:contain;
}
#page-top a:hover{
	background: #FFFFFF;
  color: #baab62;
  font-size: 1.1rem;
  padding-top: 30px;
}
@media(max-width:520px){
  #page-top{
    right: 20px;
    bottom: 20px;
  }
  #page-top a{
    padding-top: 25px;
    width: 65px;
    height: 60px;
    font-size: 0.6rem;
  }
  #page-top a::before{
    top: 15px;
    width: 10px;
    height: 10px;
  }
}
