@charset "utf-8";

/* CSS RESET */
@import url('https://unpkg.com/ress/dist/ress.min.css');

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');

/* Custom Stylesheet */
@import url('style.css');

/* General Styles */

html {
  font-size: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "M PLUS 1p";
  line-height: 1.7;
  color: #432;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/* Header */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8vh;
  background: #000;
  z-index: 9999;
}
.wrapper {
  max-width: 1240px;
  padding: 0 20px;
	height: 8vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;  
  align-items: center;    
}

.hamburger {
  display: none;
  cursor: pointer;
}

.menu-container {
  display: none;
  align-items: center;
  gap: 10px;
}

.menu-label {
  color: #fff;	
}

.hamburger .line {
  background-color: #fff;
  height: 4px;
  margin-bottom: 7px; 
  display: block;
  width: 35px; 
}
	
.main-nav {
  display: flex;  
	transition: all 0.3s ease-out;
}
.main-nav li {
  margin-left: 36px;
}
.sns {
  display: flex;  
}
.sns li {
  margin-left: 10px;
}

/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9998;	
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footer-nav {
display: none;
}

@media screen and (max-width: 640px) {
.footer-nav {
display: block;
}
}

.footer-nav__item.uk-fadein.uk-scrollspy-inview.uk-animation-slide-bottom-medium {
animation-duration: 1000ms;
animation-timing-function: ease;
animation-delay: 0ms;
animation-iteration-count: 1;
animation-direction: normal;
animation-fill-mode: both;
}

.footer-nav__anchor {
display: inline-block;
margin-bottom: 15px;
}

.footer-nav__image {
display: block;
max-width: 100%;
height: auto;
}

.footer-nav__title {
margin-top: 10px;
display: block;
font-size: 1.8rem;
font-weight: 600;
color: rgba(255, 88, 81, 1);
text-transform: uppercase;
}

.footer-nav__en.en {
font-size: 1.4rem;
}

.footer-nav__more.en {
padding-right: 20px;
}

/* Home Section */

#home {    
  min-height: 100vh;
}



/* Photo Section */

.p-top__photo-box {
  max-width: 100%;
  margin: 0 auto;
}

.p-top__photo-gallerybox {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

.p-top__photomain {
  position: relative;
  width: 100%;
  margin: 0;
}

.photo {
  width: 100%;
  position: relative;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.photo img {
  width: 100%;
}

/* Concept Section */

.concept-box {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  min-height: 520px;
  margin: 40px auto;
  background-image: url(images/t_conceptback.png);
  background-size: cover;
  background-position: center center;
}

.concept-txtbox {
  width: 30%;
  margin: 0 auto 15px;
  text-align: center;
}

.concept-ttl {
  border-bottom: 1px solid #999;
  padding: 0 0 15px;
}

.concept-txt {
  padding: 40px 0;
  margin: 0 auto 30px;
}

.concept-button {
  background: #116259;
  color: #fff;
  padding: 5% 10%;
}

/* Gallery Section */

.gallery-box {
  min-height: 465px;
  background: url(images/t_01.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6% 1%;
  margin: 100px auto;
}

.section-txt {
  position: relative;
  top: 50%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: left;
}

.section-txt p {
  padding: 10px 0 0;
  width: 70%;
}

/* Menu Section */

.menu-box {
  min-height: 465px;
  background: url(images/t_02.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6% 1%;
  margin: 100px auto;
}

.bd {
  border-top: solid 1px #fff;
  padding: 40px 0;
}

/* Access Section */

.access-box {
  height: auto;
  max-width: 1240px;
  padding: 0 20px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}

.access-box h3 {
  border-bottom: solid 1px #666666;
  padding: 0 0 10px;
}

.access-map {
  width: 50%;
}

.access-txtbox {
  width: 40%;
}

.access-box ul {
  padding: 5% 0 0;
}

.access-txtbox li {
  padding: 1.5% 0;
}

.access-bottom {
  margin: 5% auto 10%;
  border-bottom: solid 1px #666666;
}

.access-button {
  width: 40%;
  background: #9c0000;
  color: #fff;
  text-align: center;
  margin: 2% 0;
  padding: 5% 10%;
}

/* Contents Section */

.contents-box {
  max-width: 1240px;
  padding: 0 20px;
  margin: 100px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.big {
  width: 100%;
}
.text-center {
  display: flex;
  justify-content: center;
}

.image-text {
 text-align: center;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
  padding: 10px 20px;
  border-radius: 8px;
}


.contents-box li {
  margin-right: 50px;
}

.contents-box li:last-child {
  margin-right: 0;
}

.img-center {
  margin: 0 auto;
}

/* Footer */

#footer {
  width: 100%;
	height: auto;
  background: #116259;
  color: #fff;	
}

.footer-box {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}

.f-left {
  width: 25%;
  padding: 0 10px 10px 0;
  border-right: 1px solid #fff;
}

.f-left ul {
  padding: 10% 0 0;
}

.f-left li {
  padding: 0 0 20px;
}

.f-right {
  width: 50%;
  margin-left: 30px;
}

.f-right ul {
  padding: 6% 0 0;
}

.f-nav {
  display: flex;
  justify-content: space-between;
}

.f-sns {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

.footer address {
  font-size: 86%;
}

/* Footer */
.page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  font-size: 32px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 30%;
}

.page-top-btn:hover {
  opacity: 0.3;
}

.page-top-btn.show {
  opacity: 1;
}
    .hidden {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s, transform 0.5s;
    }

    .show {
      opacity: 1;
      transform: translateY(0);
    }
/* External CSS file */
.workplace-index {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.workplace-index a {
	text-decoration: none;
	color: rgba(255, 255, 255, 1) !important;
}

.workplace-index__image {
	max-width: 55%;
	max-width: 758px;
	flex-basis: 55%;
}

.workplace-index__image a:hover {
	opacity: 0.9;
}

.workplace-index__wrap {
	height: 45vw;
	max-width: 45%;
	max-height: 620px;
	padding: 60px;
	display: flex;
	background-color: rgba(255, 88, 81, 1);
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	flex-basis: 45%;
	justify-content: center;
	align-items: center;
}

.workplace-index__main {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.workplace-index__title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1) !important;
}

.workplace-index__title .en {
	margin-top: 10px;
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
}

.workplace-index__text {
	width: 100%;
	margin: 40px 0;
	font-size: 1.5rem;
	line-height: 1.8;
}

.workplace-index__more div {
	padding-right: 20px;
}

.workplace-index__more .more:before {
	background-color: rgba(255, 255, 255, 1);
}

.workplace-index__more .more:after {
	border-right-color: rgba(255, 255, 255, 1);
	border-bottom-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 960px) {
	.workplace-index {
		flex-direction: column-reverse;
	}

	.workplace-index__image {
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: 60vw;
		flex-basis: auto;
	}

	.workplace-index__wrap {
		width: 100%;
		height: auto;
		max-width: 100%;
		flex-basis: 100%;
	}

	.workplace-index__main {
		max-width: none;
	}

	.workplace-index__title {
		font-size: 2.4rem;
	}

	.workplace-index__title .en {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	.workplace-index__wrap {
		padding: 40px;
	}

	.workplace-index__title {
		font-size: 2rem;
	}

	.workplace-index__title .en {
		font-size: 1.4rem;
	}

	.workplace-index__text {
		margin: 20px 0;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.workplace-index__wrap {
		padding: 40px 20px;
	}
}

/*CSS Comment*/
@media screen and (max-width: 1000px) {
  body {
    font-size: 1rem;
  }
	
	.wrapper{
		padding: 0 10px;
	}

  #home {
    min-height: auto;
  }
	
	.sns {
  display: none;
}
	
	
  .menu-container {
    display: flex;
	  align-items: center;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;        
  }


  .main-nav {
margin-top: 0;	  
display: none;
transition: all 0.6s ease-out;
  }
.main-nav.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: grey;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
	transition: all 0.3s ease-out;
}

	.main-nav li{
	margin:  0 auto;
	}
	
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9の縦横比を表す値 */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




  .p-top__photo-gallerybox {
    flex-direction: column;
    margin: 0 50px;
  }

  .photo {
    margin: 25px auto;
  }

  /*CSS Comment*/
  .section-txt {
    top: 50%;
    left: 0;
    max-width: 100%;
    text-align: center;
    background-size: cover;
  }

  /*CSS Comment*/
  .section-txt p {
    width: 100%;
    margin: 0 auto;
    padding: 1% 4% 0;
  }

  /*CSS Comment*/
  .concept-box {
    max-width: 100%;
    min-height: 400px;
    padding: 5% 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
	  margin: 0 auto 50px;
  }

  /*CSS Comment*/
  .contents-box li {
    margin: 45px auto;
  }

  .gallery-box,
  .menu-box {
    min-height: auto;
    padding: 10% 0 30%;
    margin: 0 auto 50px;
  }

  /*CSS Comment*/
  .concept-txtbox {
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }

  /*CSS Comment*/
  .concept-txtbox p {
    text-align: center;
    margin-bottom: 15px;
  }

  /*CSS Comment*/
  .access-box {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    line-height: 1;
    text-align: center;
  }

  .access-map {
    width: 100%;
    min-height: 300px;
    margin: 0 auto 30px;
  }

  .access-txtbox {
    width: 100%;
	  margin: 25px auto 0;
  }

  .contents-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0 50px 50px;
    display: block;
  }

  .footer-box {
    max-width: 100%;
    padding: 5% 4%;
    text-align: center;
    flex-direction: column;
  }

  .footer-nav li {
    margin-left: 0;
  }

  .f-left {
    width: 100%;
    padding: 0;
    border-right: 0;
    order: 2;
  }

  .f-left ul {
    padding: 0;
  }

  .f-left li {
    padding: 0;
  }

  .f-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10%;
    padding-bottom: 5%;
    border-bottom: 1px solid #fff;
    order: 1;
  }

  .f-right ul {
    padding: 0;
  }

  .f-nav {    
    flex-wrap: wrap;    
  }

  .f-nav li {
    margin-right: 10px;
  }

  .f-sns {
    width: 50%;
    display: none;
    justify-content: space-between;
    margin: 0 auto;
  }
}

