/* Body 
------------------------------------- */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }

img {
  vertical-align: middle;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

h3 {
  color: #525252;
  letter-spacing: 1px;
}

h5 {
  color: #ffa400;
  letter-spacing: 4px;
  padding-top: 22px;
}

.heading {
  color: #000000;
  font-size: 62px;
}

p {
  color: #727272;
  letter-spacing: 0.9px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 120px;
}

.color-white {
  color: #FFF;
}

.color-white a {
  color: #FC3;
}


/* All Section styles
------------------------------------- */
.section-title {
  border: 4px solid #000;
  padding: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 92px;
}

#about .section-title, #plan .section-title {
  border-color: #ffffff;
}

.panel {
	background-color: #161616;
	border: 0px;
}

.panel-title {
	color: #FFF;
}

.panel-body p {
	color: #CCC;
}

.medium-icon {
  color: #ffa400;
  font-size: 36px !important;
  font-weight: bold;
}

#work, #about, #team, 
#portfolio, #plan, #contact {
	padding-top: 120px;
	padding-bottom: 100px;
}

#team, #portfolio, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #ffa400;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    border: none;
    margin-bottom: 0;
    text-align: center;

	/* ナビゲーション部分の背景指定 */
	background:rgba(0,0,0,0.60) !important;
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
	border-bottom:1px solid rgba(0,0,0,0.05);
	box-shadow:	0 5px 20px rgba(0,0,0,0.04);
	padding:10px 0;
	transition:0.3s ease;
}

.custom-navbar .navbar-brand  {
  border: 4px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding-top: 11px;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #ffa400;
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li {
  
}    

.custom-navbar .nav li a {
	display: block;
	padding: 15px 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
 }

.custom-navbar .nav li a:hover {
  background: transparent;
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}

/* スライド部分の画像 */
.work-image{
	width:100%;
	height:220px;
	overflow:hidden;
	border-radius:12px;
	margin-bottom:20px;
	box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.work-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.4s;
}

/* 文章前のチェックボックスイメージ */
.service-list{
	list-style:none;
	padding:0;
	margin:0;
}

.service-list li{
	margin-bottom:15px;
	font-size:16px;
}

.service-list i{
	color:#c9a15b;
	margin-right:10px;
}

/* 中央配置リンクボタン */
.record-button{
	text-align:center;
	margin-top:50px;
}

.btn-record{
	display:inline-block;
	padding:15px 40px;
	background:#111;
	color:#fff;
	font-size:14px;
	letter-spacing:2px;
	text-decoration:none;
	border-radius:50px;
	transition:0.3s;
}

.btn-record:hover{
	background:#c9a15b;
	color:#fff;
	text-decoration:none;
	transform:translateY(-3px);
}

.item:hover .work-image img{
	transform:scale(1.05);
}

/*  */
.section-main-title{
	text-align:center;
	margin-bottom:60px;
}

.section-main-title h2{
	font-size:48px;
	font-weight:700;
	letter-spacing:6px;
	margin-bottom:15px;
	color:#222;
}

.section-main-title p{
	font-size:14px;
	letter-spacing:3px;
	color:#999;
}

@media(min-width:768px) {

    .custom-navbar {
         border-bottom: 1px solid rgba(250,250,250,0.3);
        padding: 16px;
       background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
    　padding: 16px;
      background:
	rgba(0,0,0,0.82) !important;
      border-bottom: 0;
    }
}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: #ffa400;
    }

}


/* BxSlider Section Style
/* ========================================== */
.site-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.bx-wrapper {
  background-color: #000000;
}

.bx-thumbnail-wrapper {
  background-color: #161616;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 200px;
  color: #ffffff;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.slider-caption h2 {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 24px;
}
.slider-caption p {
	font-size: 26px;
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a img {
  outline: 0;
  border: 0;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: #ffa400;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}


/* work section styles
/* ========================================== */
#work .col-md-4 {
  display: block;
  width: 100%;
  border: 4px solid transparent;
  padding: 42px;
  transition: all 0.4s linear;
}

#work .col-md-4:hover {
  border: 4px solid #000000;
}

#work h3 {
  font-size: 16px;
}

#work .col-md-4 hr {
  margin-left: 0;
}


/* about section styles
/* ========================================== */
#about {
  background: url('../images/about-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
#about h2 {
  padding-bottom: 20px;
}

#about .panel-group .panel, #about .panel {
  border-radius: 0;
}

#about .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

#about .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#about .about-fact {
  margin-top: 82px;
  text-align: center;
  position: relative;
  display: block;
}

#about .border-right {
   border-right: 2px solid rgba(250,250,250,0.8);
}

/* カード */
.grid{
	background:#fff;
	border-radius:18px;
	overflow:hidden;

	box-shadow:
	0 8px 25px rgba(0,0,0,0.06);

	margin-bottom:40px;
	transition:0.4s;
}

.grid:hover{
	transform:translateY(-6px);

	box-shadow:
	0 15px 35px rgba(0,0,0,0.12);
}

/* 画像 */
.effect-zoe{
	position:relative;
	overflow:hidden;
}

.effect-zoe img{
	width:100%;
	height:280px;
	object-fit:cover;
	display:block;
	transition:0.6s;
}

.grid:hover img{
	transform:scale(1.05);
}

/* 明るいグラデーション */
.effect-zoe::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:
	linear-gradient(
		to top,
		rgba(255,255,255,0.15),
		rgba(255,255,255,0.05)
	);

	z-index:1;
}

/* STEPバッジ */
.step-badge{
	position:absolute;
	top:20px;
	left:20px;
	z-index:3;

	background:rgba(255,255,255,0.92);

	color:#444;

	padding:10px 18px;

	font-size:12px;
	font-weight:700;
	letter-spacing:2px;

	border-radius:50px;

	backdrop-filter:blur(10px);

	box-shadow:
	0 4px 15px rgba(0,0,0,0.08);
}

/* タイトル */
.effect-zoe figcaption{
	position:absolute;
	left:30px;
	bottom:25px;
	z-index:2;
}

.effect-zoe h2{
	color:#fff;

	font-size:30px;
	font-weight:700;
	letter-spacing:2px;

	text-shadow:
	0 2px 10px rgba(0,0,0,0.2);

	margin:0;
}

/* 説明文 */
.grid p{
	padding:25px;

	font-size:14px;
	line-height:2;

	color:#666;
	background:#fff;
}

/* team section styles
/* ========================================== */
#team {
  background: #f2f2f2;
}

#team h3 {
  color: #ffa400;
  font-size: 14px;
  font-weight: bold;
}

#team .team-wrapper .team-des {
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: all 0.4s linear;
  padding: 62px 22px 62px 22px;
  margin-top: 20px;
}

#team .team-wrapper:hover .team-des {
  background: #ffffff;
  bottom: 100px;
}

#team .team-wrapper .social-icon li a {
  font-size: 16px;
}


/* portfolio section styles
/* ========================================== */
#portfolio .col-md-4 {
  padding: 12px;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 100%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: rgba(250,250,250,0.6);
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  font-size: 22px;
  float: left;
  position: relative;
  bottom: 16px;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe p.icon-links a {
  float: right;
  font-size: 1.2em;
  padding-right: 18px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  color: #000000 !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* STEPバッジ */
.step-badge{
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
	background:#5199c3;
	color:#fff;
	padding:10px 18px;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	border-radius:50px;
	box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

#portfolio .portfolio-bottom  {
  padding-top: 62px;
  position: relative;
  clear: both;
}

#portfolio .portfolio-bottom h2  {
  letter-spacing: 2px;
}

#portfolio .portfolio-bottom .btn {
  background: transparent;
  border: 4px solid #000000;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-bottom .btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}


/* plan section styles
/* ========================================== */
#plan {
  background: url('../images/plan-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

#plan .plan {
  border: 4px solid #ffffff;
  padding: 40px;
  transition: all 0.4s linear;
  margin-bottom: 20px;
}

#plan .plan:hover {
  background: #000000;
  border-color: #ffa400;
}

#plan .plan-title {
  font-size: 42px;
}

#plan .plan-title, #plan .plan-price {
  text-align: center;
  padding: 2px;
}

#plan small {
  color: #ffa400;
}

#plan .plan-list li {
  padding: 10px 0 10px 0;
}

#plan .plan-button .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#plan .plan-button .btn:hover {
  background: #ffffff;
  color: #ffa400;
  border-color: transparent;
}


/* contact section styles
/* ========================================== */
#contact .medium-icon {
  color: #ffa400;
  padding-top: 10px;
  padding-right: 10px;
}

#contact .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #ffa400;
}

#contact input {
  height: 54px;
}

#contact input[type="submit"] {
  background: #000000;
  border: 4px solid transparent;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 58px;
}

#contact input[type="submit"]:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

#contact .contact-detail {
  background: #ffffff;
  border: 4px solid #000000;
  position: relative;
  top: 140px;
}

#contact .contact-detail .col-md-6 {
  padding: 82px;
}

#contact .contact-detail .col-md-6:first-child {
  border-right: 4px solid #000000;
}


/* footer section styles
/* ========================================== */
footer {
  background: #f9f9f9;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

footer h2 {
  border: 4px solid #000000;
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin: 0 8px 14px 8px;
}

.social-icon li a:hover {
  background: #000000;
  color: #ffffff;
}

#footer{
	background:#111;
	padding:80px 0 40px;
	text-align:center;
	color:#fff;
}

#footer h2{
	font-size:36px;
	letter-spacing:4px;
	font-weight:700;
	margin-bottom:15px;
	color:#fff;
}

.footer-subtitle{
	color:#aaa;
	letter-spacing:2px;
	margin-bottom:40px;
}

.footer-menu{
	list-style:none;
	padding:0;
	margin:0 0 40px;
}

.footer-menu li{
	display:inline-block;
	margin:0 15px;
}

.footer-menu a{
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	transition:0.3s;
}

.footer-menu a:hover{
	color:#c9a15b;
}

.footer-contact{
	margin-bottom:30px;
	color:#bbb;
}

.footer-contact p{
	margin-bottom:10px;
}

#footer hr{
	border-color:rgba(255,255,255,0.1);
	max-width:300px;
	margin:30px auto;
}

.copyright{
	font-size:12px;
	color:#777;
	letter-spacing:1px;
}

/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1200px) {
  .bx-thumbnail-wrapper {
    display: none;
  }

  .slider-caption {
    bottom: 90px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }
}

@media (max-width: 980px) {
  .slider-caption {
	  bottom: 60px;
  }
  .slider-caption h2 {
	font-size: 32px;
  }
  .slider-caption p {
	  font-size: 18px;
  }
  .bx-controls-direction {
    right: 30px;
  }
  .bx-controls-direction {
    bottom: -40px;
  }
  .heading {
    font-size: 62px;
  }
  .custom-navbar .navbar-brand  {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
	
  .slider-caption {
	  bottom: 30px;
  }
  .slider-caption h2 {
	font-size: 18px;
  }
  .slider-caption p {
	  font-size: 12px;
	  line-height: 14px;
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  
  #about .mobile-top {
    padding-top: 32px;
  }
  #work .col-md-4 {
    text-align: center;
  }
  #work .col-md-4 hr {
    margin-left: auto;
  }
  .grid figure img {
  margin-bottom: 22px;
  }
  #portfolio .portfolio-bottom {
    position: relative;
    top: 62px;
  }
  #contact .contact-detail {
    border: 0;
  }
  #contact .contact-detail .col-md-6:first-child {
    border-right: 0;
  }
  #contact .contact-detail .col-md-6 {
    padding: 42px;
  }
  #contact .contact-detail {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 50px;
  }
  #plan .plan {
    padding-right: 10;
    margin: 54px auto 54px auto;
    width: 360px;
  }
}

@media (max-width: 502px) {
  #plan .plan {
    width: 310px;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 28px;
  }
  #footer h2{
	font-size:24px;
}
}

@media (max-width: 320px) {
  .heading {
    font-size: 28px;
  }
  h5 {
    font-size: 11px;
  }
}

/* =========================
   TOP VIDEO
========================= */

.hero-video{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.hero-video-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* 暗めフィルター */
.hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

/* テキスト */
.hero-content{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #fff;

    padding: 20px;
}

.hero-content h1{
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.hero-content p{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* ボタン */
.hero-btn{
    display: inline-block;
    padding: 14px 42px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover{
    background: #fff;
    color: #000;
}

/* スクロール */
.scroll-down{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-down span{
    display: block;
    width: 1px;
    height: 60px;
    background: #fff;
    animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim{
    0%{
        opacity: 0;
        transform: translateY(0);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translateY(20px);
    }
}

/* =========================
   SMARTPHONE
========================= */

@media screen and (max-width:768px){

    .hero-video{
        height: 100svh;
    }

    .hero-content h1{
        font-size: 34px;
        line-height: 1.4;
        letter-spacing: 2px;
    }

    .hero-content p{
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-btn{
        padding: 12px 28px;
        font-size: 14px;
    }

    .scroll-down span{
        height: 40px;
    }
}

/* 中身 */
.record-content{
	padding:30px;
}

/* タイトル */
.record-content h3{
	font-size:24px;
	font-weight:700;

	margin-bottom:25px;

	color:#222;
}

/* リスト */
.record-list{
	list-style:none;
	padding:0;
	margin:0 0 25px;
}

/* 各項目 */
.record-list li{
	display:flex;

	justify-content:space-between;
	align-items:center;

	padding:14px 0;

	border-bottom:
	1px solid rgba(0,0,0,0.08);
}

/* 左側 */
.record-list span{
	font-size:13px;

	letter-spacing:1px;

	color:#999;
}

/* 右側 */
.record-list p{
	margin:0;

	font-size:15px;
	font-weight:600;

	color:#333;
}

/* コメント */
.record-comment{
	background:#f8f8f8;

	padding:18px 20px;

	border-radius:12px;

	line-height:1.8;

	color:#666;

	font-size:14px;
}

.voice-card{
	background:#fff;

	padding:40px;

	border-radius:18px;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.06);

	margin-bottom:30px;

	height:100%;
}

.voice-card p{
	line-height:2;

	color:#666;

	margin-bottom:25px;
}

.voice-card h4{
	font-size:14px;

	color:#999;
}

/* 横並び */
.company-flex{
	display:flex;
	align-items:center;

	flex-wrap:wrap;
}

/* 左側 */
.company-text{
	padding-right:50px;
}

.company-text h5{
	font-size:13px;

	letter-spacing:3px;

	color:#c9a15b;

	margin-bottom:20px;
	font-weight:600;
}

.company-text h2{
	font-size:42px;

	line-height:1.5;

	font-weight:700;

	color:#222;

	margin-bottom:30px;
}

.company-text p{
	font-size:15px;

	line-height:2.2;

	color:#666;

	margin-bottom:20px;
}

/* 画像 */
.company-image{
	position:relative;

	overflow:hidden;

	border-radius:24px;

	box-shadow:
	0 15px 40px rgba(0,0,0,0.12);
}

.company-image img{
	width:100%;

	height:400px;

	object-fit:cover;

	transition:0.5s;
}

.company-image:hover img{
	transform:scale(1.03);
}

/* スマホ */
@media(max-width:768px){
	.company-text{
		padding:0 20px !important;
		box-sizing:border-box;
	}
	
	.company-text h5,
	.company-text h2,
	.company-text p{
		padding:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	.company-text{
		padding-right:0;
		max-width:100%;
		margin-bottom:40px;
	}

	.company-text h2{
		font-size:30px;
		line-height:1.5;
	}

	.company-image img{
		height:420px;
	}

	.company-text p{
		font-size:14px;
		line-height:2.1;
	}

}

/* 横並び */
.company-info-flex{
	display:flex;
	align-items:stretch;

	flex-wrap:wrap;
}

/* 左 */
.company-info-box{
	background:#fff;

	padding:60px;

	border-radius:24px;

	height:100%;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.06);
}

/* 見出し */
.company-info-box h5{
	font-size:13px;

	letter-spacing:3px;

	color:#c9a15b;

	margin-bottom:20px;
}

.company-info-box h2{
	font-size:42px;

	font-weight:700;

	margin-bottom:25px;

	color:#222;
}

/* リスト */
.company-info-list{
	list-style:none;

	padding:0;
	margin:0;
}

.company-info-list li{
	display:flex;

	justify-content:space-between;

	padding:18px 0;

	border-bottom:
	1px solid rgba(0,0,0,0.08);
}

/* 左側 */
.company-info-list span{
	width:30%;

	font-size:13px;

	color:#999;

	letter-spacing:1px;
}

/* 右側 */
.company-info-list p{
	width:68%;

	margin:0;

	line-height:2;

	color:#555;
}

/* MAP */
.company-map{
	overflow:hidden;

	border-radius:24px;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.06);

	height:100%;
}

.company-map{
	height:500px;

	overflow:hidden;

	border-radius:24px;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.06);
}

.company-map iframe{
	width:100%;
	height:100%;

	border:0;
}

/* スマホ */
@media(max-width:768px){

	.company-info-box{
		padding:35px;
		margin-bottom:40px;
	}

	.company-info-box h2{
		font-size:30px;
	}

	.company-info-list li{
		display:block;
	}

	.company-info-list span,
	.company-info-list p{
		width:100%;
	}

	.company-info-list span{
		display:block;
		margin-bottom:10px;
	}

}

.access-info{
	background:#fff;

	margin-top:25px;

	padding:35px;

	border-radius:24px;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.06);
}

.access-info h3{
	font-size:18px;

	font-weight:700;

	margin-bottom:25px;

	color:#222;

	letter-spacing:2px;
}

.access-info ul{
	list-style:none;

	padding:0;
	margin:0;
}

.access-info li{
	font-size:15px;

	color:#666;

	line-height:2.2;

	margin-bottom:15px;
}

.access-info li i{
	width:24px;

	color:#c9a15b;

	margin-right:10px;
}

.faq-wrap{
	max-width:1000px;

	margin:0 auto;
}

.faq-item{
	background:#fff;

	border-radius:20px;

	margin-bottom:25px;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.05);

	overflow:hidden;
}

.faq-question{
	padding:28px 35px;

	cursor:pointer;

	position:relative;
}

.faq-question h3{
	margin:0;

	font-size:20px;

	font-weight:700;

	color:#222;
}

.faq-question span{
	color:#c9a15b;

	margin-right:10px;
}

.faq-answer{
	display:none;

	padding:0 35px 35px;

	color:#666;

	line-height:2;
}

.faq-answer{
	display:none;
}

/* テーブル全体 */
.fee-table-wrap{
	margin-top:50px;

	overflow-x:auto;
}

/* テーブル */
.fee-table{
	width:100%;

	border-collapse:collapse;

	background:#fff;

	border-radius:24px;

	overflow:hidden;

	box-shadow:
	0 10px 30px rgba(0,0,0,0.05);
}

/* 見出し */
.fee-table thead{
	background:#1f2d3d;
}

.fee-table th{
	color:#fff;

	padding:22px;

	font-size:15px;

	font-weight:600;

	text-align:left;
}

/* 本文 */
.fee-table td{
	padding:22px;

	font-size:15px;

	color:#555;

	text-align:left;

	border-bottom:
	1px solid rgba(0,0,0,0.06);
}

/* Hover */
.fee-table tbody tr:hover{
	background:#fafafa;
}

/* 注釈 */
.fee-note{
	margin-top:20px;

	font-size:13px;

	color:#999;

	text-align:right;
}