/*resetCSS*/
html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

/*paddingを、幅に含めないようにする→普通にいれる*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

a:hover img {
  filter: alpha(opacity＝70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  /*画像を70%の不透明度に
  もし50%にしたいときは
  上から50、0.5、0.5にします*/
}

.contents-back-text{
  color: #595959;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: left;
  opacity: 0.05;
  font-size: 200px;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0%;
  top: 20%;
}

.contents-title h3{
  color: #595959;
  font-size: 72px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 10%;
}

.contents-title h4{
  color: #595959;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 100px;
  position: relative;
}

.contents-title h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 30px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #595959;/*線の色*/
  border-radius: 1px;/*線の丸み*/
}

.container{
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
.contents-back-text{
  font-size: 150px;
}
}

@media screen and (max-width: 767px) {
.contents-back-text{
  font-size: 90px;
}

.contents-title{
	padding-top: 20%;
}


.contents-title h3{
  font-size: 60px;
}

.contents-title h4{
  font-size: 14px;
  margin-top: 15px;
}

.contents-title h4:before {
  width: 25px;/*線の長さ*/
}
}

@media screen and (max-width: 415px) {
.contents-back-text{
  font-size: 70px;
}

.contents-title{
	padding-top: 20%;
}

.contents-title h3{
  font-size: 32px;
}

.contents-title h4{
  font-size: 14px;
  margin-top: 15px;
}

.contents-title h4:before {
  width: 20px;/*線の長さ*/
}
}

/*---------------------------------------------------*/
/*	1.header
/*---------------------------------------------------*/
header{
	background-color:#FFFFFF;
	border-bottom: 1px solid #070707;
	padding: 0px 0px 0px 50px;
	position: fixed;
	/* 基準を画面の左上に */
	top: 0;
	left: 0;
	/* 余白が入らないように */
	margin: 0;
	/* 以下装飾 */
	width: 100%;
	background: white;
	z-index: 998;
}

.header-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left-text{
	font-family: copperplate, serif;
  font-weight: Bold;
  font-weight: 700;
  font-size: 48px;
}

.header-left-logo{
	text-decoration: none;
	color: #070707;
}

.header-right-text{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Effect 21: borders slight translate */
.menu {
  margin-right: 35px;
	color:#070707;
  font-family: 'Helvetica','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'sans-serif;
	text-decoration: none;
	padding: 10px;
  display: inline-block;
	font-size: 18px;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.menu::before,
.menu::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(228, 177, 39);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.menu:hover,
.menu:focus {
	color: rgb(228, 177, 39);
}

.menu:hover::before,
.menu:focus::before,
.menu:hover::after,
.menu:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.menu-last{
  display: block;
  text-decoration: none;
	color: white;
  font-family: 'Helvetica','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 35px 50px;
  background-color: rgb(228, 177, 39);
  border: 2px solid rgb(228, 177, 39);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-last:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(70deg);
  transition: .2s;
  z-index: -1;
}

.menu-last:hover{
  color: rgb(228, 177, 39);
}

.menu-last:hover:after{
  height: 240%;
  opacity: 1;
}
.menu-last:active:after{
  height: 340%;
  opacity: 1;
}

@media screen and (max-width: 1079px) {
header{
	padding: 0px 0px 0px 20px;
}

.menu{
	margin-right: 20px;
  font-size: 16px;
}

.menu-last{
  font-size: 18px;
  padding: 35px 30px;
}
}

@media screen and (min-width:768px) {
.menu-right {
	display:none;
}
}

@media screen and (max-width: 767px) {
header{
  padding: 20px 0px 20px 20px;
}

.header-right-text{
	display: none;
}

.header-left-text {
  font-size: 40px;
}

.toggle {
	/*トグルボタンのスタイルを指定*/
	display: block;
	position: fixed;
	right: 20px;
  top: 22px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}

.toggle__icon {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px rgb(228, 177, 39);
	-webkit-transition: .35s ease-in-out;
	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;
	/*変化の速度を指定*/
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	/*変化の速度を指定*/
	left: 6px; }
	.toggle__icon:nth-child(1) {
		top: 9px; }
	.toggle__icon:nth-child(2) {
		top: 18px; }
	.toggle__icon:nth-child(3) {
		top: 27px;
}

.toggle.active span:nth-child(1) {
	/* 最初のspanをマイナス45度に */
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle.active span:nth-child(2) {
	/* 2番目のspanを45度に */
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle.active span:nth-child(3) {
/* 3番目のspanを45度に */
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.nav-menu {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.list__content {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid rgb(228, 177, 39);
}

.list__link {
	display: block;
	/*クリックできる領域を広げる*/
	color: #eccf4b;
	padding: 1em 0;
}

.nav-menu.active {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-bottom: 0.5px solid rgb(228, 177, 39);
}

.menu{
  font-size: 20px;
  margin-right: 0px;
  color: rgb(228, 177, 39);
}

.menu{
  font-size: 24px;
}

.menu-top{
	margin: 25px 0px;
}

}

@media screen and (max-width:415px){
header {
  padding: 20px 0px 20px 20px;
}

.header-left-logo-img{
	width: 100%;
}

.header-left-text {
  font-size: 28px;
}

.toggle {
  top: 15px;
	right: 15px;
}

.menu-top {
	margin: 40px 0px;
}
}

/*---------------------------------------------------*/
/*	12.page-privacy
/*---------------------------------------------------*/

.contact-script-title{
  color: #595959;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
}

.contact-script{
  color: #595959;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 20px;
  line-height: 35px;
  margin-top: 30px;
}

.privacy{
  margin-top: 60px;
}

.privacy-inner h2{
  color: #595959;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
}

.privacy-inner p{
  color: #595959;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin-top: 15px;
}

@media screen and (max-width: 415px) {
.contact-script{
  margin-top: 15px;
  font-size: 16px;
  line-height: 35px;
}

.contact-script-title{
	font-size: 24px;
  }


.privacy-inner h2{
	font-size: 18px;
  }
  
  .privacy-inner p{
	font-size: 14px;
  }

  .contact-contents, .contact-wrapper{
	padding: 0px 20px;
  }
}
/*---------------------------------------------------*/
/*	/12.page-privacy
/*---------------------------------------------------*/

.contact-button {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	display: block;
	margin: 30px auto 0px;
	  position: relative;
	padding: 0.8em;
	width: 230px;
	  color: rgb(255, 255, 255);
	  border:1px solid rgb(228, 177, 39);
	  background: rgb(228, 177, 39);
	  overflow: hidden;
	z-index: 1 !important;
	text-align: center;
  }

  .contact-button:hover {
	color: rgb(228, 177, 39);
  }

  .contact-button::after {
	content:"";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  height: 0;
	  width: 100%;
	  background : rgb(255, 255, 255);
	  opacity: 0;
	  transform: translateX(-50%) translateY(-50%) rotate(45deg);
	  transition: 0.3s;
	  z-index: -1;
  }

  .contact-button:hover::after {
	height: 370%;
	  opacity: 1;
  }

  .contact-button:active::after {
	height: 350%;
	  opacity: 1;
  }

/*---------------------------------------------------*/
/*	8.footer
/*---------------------------------------------------*/

footer{
	background: #9A9696;
	padding: 60px 15px 50px 15px;
	margin-top: 50px;
  }

  .footer-lists-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .footer-lists{
	display: flex;
	flex-direction: row;
  }

  .footer-lists a{
	margin-right: 30px;
	color:white;
	font-size: 16px;
	font-family: Helvetica;
	text-decoration: none;
  }

  .footer-sns{
	text-align: center;
  }

  .fab{
	width: 30px;
	height: 30px;
	color: white;
	margin-top: 35px;
  }

  .copyright{
	text-align: center;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
  }

  .copyright-text{
	color: white;
	font-family: Helvetica;
	font-size: 14px;
  }

  @media screen and (max-width: 767px) {
  footer{
	padding: 10px 0px 40px 0px;
  }

  }

  .fab{
	width: 30px;
	height: 30px;
	margin-top: 25px;
  }

  .copyright{
	margin-top: 10px;
  }

  .copyright-text{
	font-size: 12px;
  }

  @media screen and (max-width: 415px) {
  footer{
	padding: 0px 10px 25px 10px;
  }

  .footer-lists a{
	margin-right: 10px;
	font-size: 12px;
  }

  .fab{
	width: 30px;
	height: 30px;
	margin-top: 20px;
  }

  .copyright{
	margin-top: 5px;
  }

  .copyright-text{
	font-size: 12px;
  }
  }
  /*---------------------------------------------------*/
  /*	/8.footer
  /*--------------------------
