/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@charset "utf-8";

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font: 400 11px/1.8;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333333;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {overflow: hidden !important;}
p, ol, ul, dl, blockquote, .form-group {font-size: 15px; line-height: 1.7em;}
b, strong, .bold{
}
.btn-block {font-weight: bold;}
.col-sm-6 {padding-left: 0; padding-right: 0;}

.main section {
  opacity: 0;
  transition: all .5s ease;
}
.main section.show, #contact {
  opacity: 1;
  transform: none;
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
#head_logo a, #footer_logo a {display: inline-block; font-size: 24px; font-weight: 600; line-height: 70px; color: #333333; height: 70px !important; margin: 0; padding: 0; position: relative;}
#head_logo a span, #footer_logo a span {display: inline-block; vertical-align: middle;}
.navbar-brand {float: none; margin: 0; padding: 0;}
.navbar-brand img {float: left;}

.navbar-custom {
	background: transparent;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	letter-spacing: 3px;
	font-size: 11px;
	transition: background, padding 0.4s ease-in-out 0s;
	position: absolute;
}

.navbar a {
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
	background: rgba(26, 26, 26, 0.9);
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.navbar-custom .navbar-brand {
	font-size: 24px;
}
.navbar-custom .nav li > a {
	font-size: 14px;
	font-weight: 400;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 20px !important;
	letter-spacing: 2px;
	color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #dddddd;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-toggle {color: #fff; padding: 0; margin-top: 0; top: 10px;}
.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.dropdown-menu {
	min-width: 180px;
	font-size: 11px;
}

section {padding-top: 50px; padding-bottom: 50px;}

.h2, h2 {
		font-size: 36px;
}
.mgt-40 {margin-top: -40px !important;}
.mgt-50 {margin-top: -50px !important;}
.pdb70 {padding-bottom: 70px;}

.only_sp {display: none !important;}
.only_pad {display: none !important;}
.ls_s {letter-spacing: -10px; background: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}
.txt_o {color: #333333 !important;}

.navbar-right {
 font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}

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

.align-left {
	text-align: left !important;
}

.position-relative {
	position: relative;
}

a img:hover {
	opacity: 0.9;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#home {
	position: relative;
	background-color: #fff;
	background-image:  url(../images/bg_mainImg.webp);
	background-repeat: repeat;
	background-size: 50%;
	background-position: center center;
	width: 100%;
	padding: 0;
}
#top_flag {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.contents_inner {
	box-sizing: boder-box;
	margin: 0 auto;
	padding: 30px 0 80px 0;
	color: #fff;
	text-align: center;
}

/* Transition elsements */
a,
.btn {
	transition: all 0.125s ease-in-out 0s;
}


/* mainImg */
.main_catch {
	display: table;
	height: 100%;
}
.main_catch_content {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2em;
}
.main_catch {
	display: table;
	width: 100%;
	position: relative;
	z-index: 3;
}
#bg_mainImg {
	display: table;
	width: 100%;
	height: 70vh;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 30em center;
	position: relative;
}
#bg_mainImg .vegas-slide {
	display: block;
	position: absolute;
	width: 70%;
	left: 45%;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.main_catch h2 {
	display: table-cell;
	height: 70vh;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 3px;
	padding: 0 5%;
	vertical-align: middle;
	font-size: 34px;
}
.main_catch h2 strong {
	font-weight: 600;
	color: #e95513;
}
.main_catch h2 div {
	line-height: 1.5em;
}
.main_catch h2 span.sub_catch {
	display: block;
	font-size: 40%;
	line-height: 1.75em;
	margin-top: 1em;
}
.main_catch button {
	width: 35%;
	margin: 1em 0 0 0;
}
.main_catch button a {
	width: 100%;
}

.bgextend{
  display: inline-block;
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
.sub_catch .txt_small {
  animation-delay: 1.0s;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
    background: #fbc600;
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
.vegas-wrapper {
	max-width: 65%;
}

#scroll_down a {
	display: block;
	position: relative;
	z-index: 3;
}
#scroll_down a span {
	display: block;
	width: 100%;
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	right: calc(5% + 1.25em);
	bottom: 100px;
}
.c-scroll-icon {
width: 21px;
	height: 100px;
	transform: translate3d(-50%, 0%, 0);
	position: absolute;
	right: 0;
	left: 10%;
	bottom: 50px;
	margin: 0;
	backface-visibility: hidden;
}
.c-scroll-icon .c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 21px;
  height: 100px;
  margin: 0 auto;
}
.c-scroll-icon .c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid;
  top: -150px;
  left: 10px;
  animation: scroll-line 3s infinite;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes scroll-line {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 185px, 0);
  }
  75% {
    transform: translate3d(0, 175px, 0);
  }
  100% {
    transform: translate3d(0, 280px, 0);
  }
}
.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  animation: triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask {
  position: absolute;
}
.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
}
.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
}
.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
}
.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
}
.c-scroll-icon-triangle-line {
  position: absolute;
}
.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid;
  width: 30px;
  right: 0;
  animation: triangle-first 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.right {
  border-left: 1px solid;
  height: 44px;
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  animation: triangle-right 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.left {
  border-left: 1px solid;
  height: 40px;
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  animation: triangle-left 3s infinite;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid;
  width: 120px;
  left: 0;
  animation: triangle-last 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes triangle-bounce {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes triangle-first {
  0%,
  20% {
    transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
  85%,
  100% {
    transform: translate3d(30px, 0, 0);
  }
}
@keyframes triangle-right {
  0%,
  25% {
    transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  90%,
  100% {
    transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}
@keyframes triangle-left {
  0%,
  33% {
    transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    transform: rotate(163deg) translate3d(0, 0, 0);
  }
  95%,
  100% {
    transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}
@keyframes triangle-last {
  0%,
  87.5% {
    transform: translate3d(-120px, 0, 0);
  }
  91% {
    transform: translate3d(-80px, 0, 0);
  }
  100% {
    transform: translate3d(45px, 0, 0);
  }
}


.main section {position: relative;}
.main section .container {
	position: relative;
	z-index: 2;
}

.form-control {font-size: 15px;}
input[type=button].btn-block {display: inline; padding: 15px 0; margin-bottom: 60px; border: none; border-color: #ffffff;}

.navbar-custom {margin-bottom: 0;}

/* Sections */
.navbar-custom + .main {
}

.main {
	position: relative;
	background-color: #fff;
	letter-spacing: 1px;
	z-index: 0;
}

.main section h2, .main section h3, #txt_policy > div > span {
	font-weight: 600;
	letter-spacing: 3px;
}
.main section h2 {
	font-size: 30px;
	color: #e95513;
	position: relative;
	margin-bottom: 2em !important;
}
.main section h2:before, .main section h2:after {
	display: block;
	content: '';
	width: 1em;
	height: 1.75em;
	background: #fff6d2;
	transform: skew(-45deg);
	position: absolute;
	top: 0;
	left: 0.25em;
	z-index: -1;
}
.main section h2:after {
	width: 0.75em;
	height: 1em;
	top: -0;
	left: -0.5em;
}
.main section h2 small {
	font-size: 50%;
	margin-left: 10px;
}
.main section .col-sm-6 h3 {
	font-size: 140%;
	color: #e95513;
	line-height: 1.7em;
	border-left: 3px solid;
	padding-left: 13px;
	margin-bottom: 1.5em;
}
section h3.title_brd {
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: 1em auto 3em auto;
}

#policy {position: relative;}
#policy svg {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#policy defs path {
	stroke: white;
	stroke-width: 2px;
}
.policy_box {
	background: rgba(255,255,255,0.95);
	padding: 45px;
	border-radius: 80px;
}
.policy_box h3 {
	line-height: 1.3em !important;
}
.ps {
	font-size: 12px;
	text-align: right;
	margin-top: 3em;
}

button {
	display: block !important;
    background: none;
    width: 35%;
    margin: 2em auto 1em auto !important;
    text-align: center !important;
    position: relative;
    border: none;
}
button a {
	display: block;
	background: #fff;
	color: #1b1e20;
	font-size: 18px;
	line-height: 3em;
	border-radius: 30px;
	border: 3px solid #1b1e20;
}
button a:after {
    content: '';
    width: 2em;
    height: 0.5em;
    border-bottom: solid 0.1em;
    border-right: solid 0.1em;
    transform: skew(45deg);
    position: absolute;
    right: 2em;
    top: 1.35em;
    transition: 0.5s ease-out;
}
button:hover a:after {
	right: -0.5em;
}

.col-md-offset-6-right {float: right; width: 50%; margin-right: 50%;}
.col-md-6-right {width: 50%; margin-left: 50%;}

/* Dark background */
.bg-dark,
.bg-dark-15,
.bg-dark-30,
.bg-dark-45,
.bg-dark-60,
.bg-dark-90 {
	color: #fff;
}

.bg-dark, #management {
	background: #333333;
}

.bg-dark-15:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.2);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-45:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.45);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-blur {position: relative;}
.bg-blur:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
}

.bg-light {
	background: #ffffff;
}

.bg-gray, .sub_page section {
	background: #fafafa;
}

.bg-light-30:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-60:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-70:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-80:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-sky {
	background: #d83d00;
}

.bg-sky h3 {color: #ffffff !important;}
.bg-sky .under_l:before {background: #ffffff !important;}

.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.txt_caution p {font-size: 12px;}
.txt_wh {color: #ffffff !important;}

.flex_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}
.img_policy {position: relative;}
.img_policy img {
	max-width: 80%;
	border-radius: 80px;
}
.img_shadow {
	position: relative;
}
#txt_policy {
	display: table;
	width: 100%;
	max-width: 80%;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
}
#txt_policy > div {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #e95513;
}
#txt_policy > div > span {
	display: inline-block;
	font-size: 90%;
	line-height: 2em;
	padding: 0 20px;
	border: 1px solid;
	border-radius: 20px;
}
.col-sm-6:after {
	width: 80%;
	left: 4%;
}

#img_company {
	position: absolute;
	bottom: -2px;
	left: 0;
}
#img_company img {
	max-width: 50%;
}
#company dl {
	margin-top: 2em;
}
#company dl dt {
	display: block;
	background: #000;
	color: #fff;
	line-height: 1em;
	text-align: center;
	padding: 10px;
	margin-bottom: 1em;
}
#company table {
	width: 100%;
}
#company table tr {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#company table tr:last-child {
	border: none;
}
#company table tr th, #company table tr td {
	font-weight: 400;
	font-size: 90%;
	padding: 15px;
}
#company table tr td ul {
	font-size: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#company table tr td ul li:last-child {
	margin: 0;
}
#company table th small {color: #777777;}
#company table td small {display: inline-block; color: #757575; margin-top: 5px; letter-spacing: 0;}

.txt_wh, .txt_wh a, .txt_white {color: #fff !important;}
.txt_wh small {color: #fff !important; font-size: 14px;}

.txt_gray {color: #999999;}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}

.bg-price {
	background: #fff600;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.font-alt {
	letter-spacing: 2px;
}

.font-serif {
	font-style: italic;
}

.large-text {
	font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, .navbar-custom .nav li > a, .fl_left, .fl_right {
	transform: rotate(.03deg);
}

.box-shadow {box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
	background: #fbc600;
	padding: 50px 0 10px 0;
}
.footer .row {margin: 0;}
#footer_logo a {
	color: #fff;
	letter-spacing: 3px;
}
.footer .copyright {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 30px;
	margin: 0;
}

hr {display: block; float: none; clear: both; border: none;}

.fl_left {float: left; width: 48%;}
.fl_right {float: right; width: 48%;}
.txt_140,p#txt_kakunin {font-size: 140%; font-weight: 900; line-height: 1.8em;}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
}
.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.navbar-fixed-top {
	width: 100%;
	position: fixed;
	top: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.95);
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 4;
}
.navbar-fixed-top #head_logo a {
	height: auto !important;
}
#head_logo {margin: 0;}
.navbar-fixed-top .navbar-brand img, #footer_logo a img {
	height: 27px;
	width: auto;
	margin: 0;
}
.navbar-transparent {
	background: none !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	/* Comments */
	.comment .comment {
		margin-left: 75px;
	}
	
	.title h2 {font-size: 57%;}
	.col-sm-3 {width: 33%;}
	.col-sm-4 {width: 25%;}
	
hr {padding: 30px 0; border-bottom: 4px double #dddddd;}

@media (max-width: 991px) {
.only_tab {display: block !important;}
	#mainImg_txt h2 {font-size: 48px;}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mt-sm-70 {
		margin-top: 70px !important;
	}
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
		/* Half-image */
	.side-image {
		position: relative;
		height: 300px;
	}
	/* Navbar */
	.navbar-custom {
		letter-spacing: 0;
}
	.only_pad {display: block !important;}
	.sub_page_title h2 {height: 200px;}
	.container .row {padding: 0 1em;}
	.col-sm-6 img {display: block; max-width: 80%; width: 80%; object-fit: cover; max-height: 300px; margin: 2em auto;}
	.sub_page p br {display: none;}
	#company .col-sm-6 img {width: 100%; height: 300px; object-fit: cover; margin: 0 10% 5em 10%;}
	.img_shadow:after {top: 8%; left: 14%;}
	.col-md-6-right, .col-md-offset-6-right {width: 100%; float: none; margin-left: 0;}
}

@media (max-width: 767px) {
	.navbar-collapse.in {background: rgba(255,255,255,0.9); border-top: none; position: relative; overflow: hidden;}
	.navbar-custom .navbar-toggle .icon-bar {width: 30px; background: #1b1e20;}
	.navbar-custom .navbar-toggle .icon-bar:nth-child(3) {width: 85%; margin-left: 15%;}
	.navbar-custom .navbar-toggle .icon-bar:nth-child(4) {width: 70%; margin-left: 30%;}
	.navbar-custom .navbar-toggle .menu_txt {display: block; margin-top: 3px;}
	.navbar-toggle {width:  max-content; color: #1b1e20 !important; margin: 0 !important; right: 15px; z-index: 999; position: absolute;}
	.navbar-fixed-top .navbar-collapse {max-height: fit-content;}
	#head_logo {margin-left: 15px;}
	#head_logo a, #footer_logo a {display: inline-block; vertical-align: top; height: 50px !important; line-height: 50px; font-size: 18px; letter-spacing: 3px;}
	#mainImg {width: 100%; height: 100vh;}
	.main section .container {width: 90% !important;}
	.h2, h2 {font-size: 30px;}
	.contents {margin-bottom: -230px;}
	.contents:before {background-size: 50%;}
	.contents img {width: 80%;}
	.main_catch h2 {font-size: 30px;}
	.main_catch h2 .bgextend span {padding: 7px 0; margin-bottom: 0;}
	.vegas-slide-inner {background-position: right center !important; position: relative;}
	.main_catch h2 span {font-size: 65%; line-height: 1.75em;}
	.main_catch .cv_area span {margin: 0 auto;}
	.main_catch button {width: 100%; margin: 1em auto 0 auto;}
	.main_catch h2 span.sub_catch br {display: none;}

	.menu_txt {text-align: center;}
	.mt-xs-0 {
		margin-top: 0 !important;
	}
	.mt-xs-10 {
		margin-top: 10px !important;
	}
	.mt-xs-20 {
		margin-top: 20px !important;
	}
	.mt-xs-30 {
		margin-top: 30px !important;
	}
	.mt-xs-40 {
		margin-top: 40px !important;
	}
	.mt-xs-50 {
		margin-top: 50px !important;
	}
	.mt-xs-60 {
		margin-top: 60px !important;
	}
	.mt-xs-70 {
		margin-top: 70px !important;
	}
	.mt-xs-80 {
		margin-top: 80px !important;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.mb-xs-20 {
		margin-bottom: 20px !important;
	}
	.mb-xs-30 {
		margin-bottom: 30px !important;
	}
	.mb-xs-40 {
		margin-bottom: 40px !important;
	}
	.mb-xs-50 {
		margin-bottom: 50px !important;
	}
	.mb-xs-60 {
		margin-bottom: 60px !important;
	}
	.mb-xs-70 {
		margin-bottom: 70px !important;
	}
	.mb-xs-80 {
		margin-bottom: 80px !important;
	}
	.col-md-offset-6-right, .col-md-6-right {float: right; width: 100%; margin-right: 0; margin: 0;}

	/* Navbar */
	.only_pc {display: none !important;}
	.only_sp {display: block !important; line-height: 0;}
	#home{height: 100vh !important; background-size: 100% !important;}
	#top_flag img {max-width: 50%; float: right;}
	#mainImg_txt .col-sm-6 {width: 100%;}
	#mainImg_txt h2 {font-size: 48px; letter-spacing: 1px;}
	#bg_mainImg {top: -5%;}
	#bg_mainImg .vegas-slide {width: 75%; height: 60%; left: 25%; border-top-left-radius: 80px; border-bottom-left-radius: 80px;}
	.main_catch h2 {padding-top: 20%;}
	.main_catch h2 .bgextend span {font-size: 50%;}
	.vegas-wrapper {max-width: 100%;}
	.vegas-slide-inner {background-size: cover !important; background-position: right center;}
	.c-scroll-icon {margin: 0 auto !important; left: calc(21px / 2);}
	.font-alt span, #reason h4 span {display: block;}
	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
		margin-top: 0;
		margin-bottom: 0;
		background: rgba(255, 255, 255, 0.9)
	}
	.navbar-custom .nav li > a {color: #333333;}
	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, 0.1) !important;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}
	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}
	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7%;
		content: "\f105";
	}
	.navbar-custom .nav > .open > .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 7px;
		content: "\f106";
	}
	.navbar-toggle .icon-bar {text-align: center; margin: 0 auto;}
	.parallax-bg {background-attachment: inherit !important;}
	.post.mb-0 {
		margin-bottom: 40px !important;
	}
	.copyright {width: 100%; margin: 0 auto;}
	.footer-social-links {
		text-align: center;
		margin: 10px 0;
	}
	.align-center-sm {
		text-align: center;
	}
	.align-left-sm {
		text-align: left;
	}
	
.bg-light-60:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
}
#policy .col-sm-6 img {height: 100px;}
#policy .col-sm-6 img, #txt_policy {width: 100%; max-width: 100%;}
#policy .col-sm-6:after {width: 100%; left: 0 !important;}
.policy_box {margin-top: 3em;}
button a {line-height: 3.4em; border-radius: 45px;}
button a:after {top: 1.5em;}
.footer, .footer .copyright {text-align: center;}
.footer .footer_link, .footer .footer_logo {float: none; clear: both; text-align: center; margin: 60px auto 0 auto; padding: 0;}
.footer .footer_logo {max-width: 50%;}
.footer p img {max-width: 60% !important; margin-top: 20px;}
#custom-collapse .btn.btn-border-o {width: 90%; margin: 15px auto; color: #d83d00; font-weight: bold; font-size: 120% !important; border-bottom: 4px solid #a9a300 !important; padding: 15px 0 !important;}
#custom-collapse .btn.btn-border-o:hover {border-bottom: 4px solid #35717d !important;}
.col-sm-3, .col-sm-4 {width: 100% !important;}
		
#company {padding-bottom: 0;}
#img_company {position: relative; margin-top: 3em;}
#company table tr th, #company table tr td {padding: 15px 10px;}
#company table tr td ul li {list-style-type: circle; list-style-position: inside; margin-bottom: 5px;}
		
#footer_logo a img {max-width: 100%;}
button {width: 80%; margin: 2em auto 3em auto !important;}
.btn_link a {width: 80%; margin: 0 auto;}
}

@media only screen and (max-width: 480px) {
.fl_left, .fl_right {float: none; width: 100%;}
.navbar-brand {padding-right: 0;}
.navbar-toggle {padding: 0 10px; right: 0;}
.navbar-custom .nav li > a {font-size: 14px;}
.nav>li>a {font-size: 14px;}
.navbar-custom .navbar-brand {font-size: 18px;}
#head_logo a {display: inline-block; position: relative;}
#home {height: 90vh !important; background-image:  url(../images/bg_mainImg_sp.webp);}
#bg_mainImg .vegas-slide {height: 45%;}
.main_catch h2 {font-size: 24px;}
#mainImg_txt h2 small br {display: none;}
#scroll_down a span {font-size: 11px;}
.c-scroll-icon {bottom: 15px;}
.c-scroll-icon .c-scroll-icon-line-mask {height: 50px;}
.c-scroll-icon .c-scroll-icon-line {height: 75px; top: -75px;}
h2,h3 {font-weight: bold;}
.bg_white {background: #fff; padding: 15px 0;}
.footer_link {width: 100%;}
#main {margin: 0 !important; padding: 0 !important; overflow: !important;}
#txt_policy > div {height: 100px;}
#txt_policy > div > span {vertical-align: middle;}
.policy_box {padding: 30px; border-radius: 60px;}
#company table tr th {white-space: nowrap; padding: 15px 0;}
#company table tr td {padding-left: 1em;}
#company .col-sm-6 img {height: 200px;}
}

@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
		}
	.navbar .container {
        width: 92%;
        padding: 0;
    }
	.navbar-left {
		padding-left: 4em;
		}
	.navbar-toggle {
		display: none !important;
		}
	}
@media(min-width: 1600px){
	.navbar .container, #bg_mainImg {max-width: 1400px; margin: 0 auto;}
	.c-scroll-icon {margin: 0 auto !important; left: calc(21px / 2);}
	}