us-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgus-bg.jpgbody {
  font-family: '中ゴシックBBB', 'Poppins', sans-serif;
  color: #FFFFFF;
  background-color: #000000;
}

.slide_up {
    transform: translateY(50px);
    opacity: 0;
}

.slide_up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding1 {
  padding-top: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/*header section*/
.hero_area2 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../images/top.png");
   background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
.hero_area {
	width: 100%;
  height: 105vh;
  background: url("../img/top/top.jpg") repeat scroll center center/cover;
}

@media screen and (max-width: 700px) {
	.hero_area {
	width: 100%;
  height: 50vh !important;
  background: url("../img/top/top.jpg") repeat scroll center center/cover;
	}
}

.hero_area_en {
	width: 100%;
  height: 105vh;
  background: url("../img/top/top_e.jpg") repeat scroll center center/cover;
}

@media screen and (max-width: 700px) {
	.hero_area_en {
	width: 100%;
  height: 50vh !important;
  background: url("../img/top/top_e.jpg") repeat scroll center center/cover;
	}
}

.sub_page  {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
   background-color: rgb(0 0 0 / 50%);
   position: fixed;
   width: 100%;
   z-index: 999;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #ff2953;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/menu.png);
  background-size: 55px;
}

/*end header section*/

.title {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.us_section {
  color: #FFFFFF;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.bg-fix {
}

.bg-fix::before {
  content: '';
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -2;
  width: 100%;/* .innerのmax-widthと同じ設定 */
  height: 100vh;
  min-height: 500px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-fix.active::before {
  display: block;
  background-image: url(../images/us-bg.jpg);
}

.us_section .us_container {
  padding-top: 25px;
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.time {
	width: 600px;
	font-size: 18px;
	margin: 0px auto;
}

@media screen and (max-width: 700px) {
	.time {
		width: 400px;
		font-size: 12px;
		margin: 0px auto;
	}
}

.btn_section {
	background: #A59200;
  color: #FFFFFF;
}

.bg-fix_btn {
}

.bg-fix_btn::before {
  content: '';
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 100%;/* .innerのmax-widthと同じ設定 */
  height: 100vh;
  min-height: 500px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-fix_btn.active::before {
  display: block;
  background-image: url("../images/btn_section_bg.jpg");
}

.cast_section {
  color: #FFFFFF;
}

.bg-fix_cast {
}

.bg-fix_cast::before {
  content: '';
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 100%;/* .innerのmax-widthと同じ設定 */
  height: 100vh;
  min-height: 500px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-fix_cast.active::before {
  display: block;
  background-image: url("../images/cast_bg.jpg");
}

.cast_section h2 {
  font-weight: bold;
}

.cast_section p {
  margin-top: 35px;
}

.heathy_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.cast_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.cast_section .box .name {
   display: none;
}

.cast_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 2px;
}

.cast_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
}

.cast_section .box .img-box img {
  width: 100%;
}

.cast_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 225px;
  padding: 12px 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -25px;
}

.info_section {
  background-color: #252233;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #000000;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */