﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0px 15px 0;
}
 
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.w-90{width: 100% !important;}
@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 980px !important;}
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h3,h4,h5,h6{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    height: 48px;
    margin: 0 !important;
}
h2 {font-size: 150%;line-height: 1.6;}
h3 {font-size: 130%;}
h3.font-alt{font-size: 140%;}
h4 {font-size: 1rem;}

@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 160%;}
    h3 {font-size: 1.2rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
    h3.font-alt{font-size: 150%;line-height: 1.6;margin-bottom: 15px;}
}

.tag-line{
    font-size: 22px;
    color: #fff;
    padding: 80px 0px;
    text-shadow: 0 0 4px rgba(0,0,0, .55);
}
.header-title{
    font-size: 22px;
    padding: 50px 0px;
    line-height: 1.4;
    letter-spacing: 0.1em !important;
    color: #fff;
}
.header-title > span{
    display: block;
    font-size: 0.875rem;
    color: #000;
    letter-spacing: 0.2em !important;
}
@media (min-width: 576px){
    h1 {font-size: 1rem; line-height: 1rem;}
    .tag-line{
        font-size: 34px;
        padding: 150px 70px;
    }
    .header-title{
        font-size: 60px;
        padding: 60px 50px;
    }
    .header-title > span{
        font-size: 0.9375rem;
        letter-spacing: 0.1em;
    }
}

body{           
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    background: #f8f8f8;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.8125rem;
    font-weight: 400;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
p{
    line-height: 1.6;
    margin-bottom: 0;
}
p.article{
    line-height: 2.0;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 0.9375rem;
        letter-spacing: 0.04em;
    }
}

.font-alt{
    font-family: serif;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.font-en{
    font-family: "Cormorant SC", serif;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: 0.01em;
}
.font-jp{
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.first-section {
  padding-top: 10px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}
section.page-section {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  overflow: hidden;
}

/* 
===========================================================
   # Button
===========================================================
*/
/* 送信ボタン */
.btn-send{
    background: #1dbb60;
    padding: 7px 13px 9px;
    color: #fff;
    letter-spacing: 0.25rem;
    border-radius: 1px;
    transition: .3s ease;
    letter-spacing: .75rem;
}
.btn-send > span{
    margin-left: 0.75rem;
}
.btn-send:hover{
    background: #01ab49;
    color: #fff;
    transition: .2s ease;
}

/* ----- リンクボタン ----- */
a:link.btn-link, a.btn-link:visited, a.btn-link:focus{
    width: 100%;
    text-align: center;
    padding: 1px 10px 3px;
    background: #01c454;
    color: #fff !important;
    font-weight: ;
    text-decoration: none;
    border-radius: 1px;
    transition: .3s ease;
}
a.btn-link:hover{
    color: #fff;
    transition: .17s ease;
    text-decoration: none;
    opacity: .8;
}

/* 
===========================================================
   # トップページ｜Top page
===========================================================
*/
.guide-box{
    background: #fff;
    border-bottom: 1px solid #e0dac9;
    padding: 20px 0;
}
@media (min-width: 992px) {
    .guide-box{
        border-right: 1px solid #e0dac9;
    }
}

/* 
===========================================================
   # 会社概要｜ About us
===========================================================
*/
#info-table dl{
    background: #fff;
}
#info-table dl dt{
	width: 100%;
	border-top: 1px solid #e0dac9;
	margin: 0;
	padding: 15px 0 0 6px;
	float: left;
	clear: left;
}
#info-table dl dd{
	margin: 0 ;
	padding: 5px 0 15px;
	padding-left: 6px;
	border-top: none;
}
	#info-table dl:last-child{
		border-bottom: 1px solid #e0dac9;
	}

@media (min-width: 992px){
	#info-table dl{
		background: #fff;
	}
	#info-table dl dt{
		width: 235px;
		margin: 0;
		padding: 24px 3px;
		text-align: center;
		float: left;
		clear: left;
		background: #fff;
	}
	#info-table dl dd{
		margin: 0 0 0 235px;
		padding: 24px 3px;
		padding-left: 20px;
		border-top: 1px solid #e0dac9;
		background: #fff;
		border-left: 1px solid #eee;
	}
}

/* 
===========================================================
   # 事業内容
===========================================================
*/
.b-box{
    background: #fff;
    border-bottom: 1px solid #e0dac9;
}

.number{
    width: 24px;
    height: auto;
    margin: 10px 0 12px;
}
@media (min-width: 992px) {
    .number{
        width: 28px;
        height: auto;
        margin: 0 0 12px;
    }
}

/* 
===========================================================
   # お問い合わせ
===========================================================
*/
.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.help-block{
    background: ;
    font-weight: bold;
    color: #ff0000;
}
#contactForm ul{
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
}
#contactForm{
    font-size: ;
}
#contactForm label{
    font-weight: bold;
}

.form-required:after{
	content: "必須";
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	background: #f32929;
	color: #fff;
	padding: 3px 3px 3px;
	margin-left: 3px;
	border-radius: 1px;
	vertical-align: text-top;
}

/* 
===========================================================
   # 共通
===========================================================
*/


/* 
===========================================================
   # リンク｜Link
===========================================================
*/
a:link, a:visited{
  color: #467cde;
  transition: .17s;
}
a:active {
  color: #467cde;
}
a:hover {
  color: #555;
  transition: .12s;
  text-decoration: none;
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
}
.nav-bg {
    background: rgba(253,253,253, .975);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.main-logo{
    height: 48px;
    width: auto;
}

/* ============================================= PC ================= */
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}

/* ===== ハンバーガーメニュー =====*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;  /* nav 合わせる(調整) */
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:18px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: bold;
  box-shadow: none;
}

/* ============================================= PC ================= */
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: 500;
        font-size: 0.9375rem;
        padding: 3px 0; /* メニューバーの余白 */
        margin: 0 14px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #01c454 inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0,0,0, .9);
      font-weight: 500;
     box-shadow: 0 -1px 0 0 #01c454 inset;
     }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}
/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/header-1.jpg) left 50% top 80% / cover no-repeat;
    background-position: ;
}
.header-2{
    background:url(../img/header.jpg) left 50% top 40% / cover no-repeat;
}

.bg-alfa{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa:before{
	content: ' ';
	background-color: rgba(0,0,0, .15);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 64px;
        width: 64px;
    }
}

/* 
===========================================================
   # プレローダー｜Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: #21feb6;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 135% !important;}
.xlarge{font-size: 160% !important;}
.xxlarge{font-size: 160% !important;}
.largest{font-size: 180% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: 600 !important;}
.normal{font-weight: normal !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

.bg-light{background: rgba(253,253,253, 1) !important;}
.shadow-md{box-shadow: 2px 2px 10px rgba(0,0,0,.125)!important}

.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.left{float:left !important;}
.right{float:right !important;}
.align-center-left{text-align: left !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}

/*
===========================================================
   # Contact
===========================================================
*/
a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #222;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
}
@media (min-width: 992px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #222 !important;
    }
}

/* 
===========================================================
   # フッター｜Footer
===========================================================
*/
footer {
    background: #222;
    color: #fff;
    padding-top: 1rem;
}

.bottom-logo{
    width: 50vw;
    height: auto;
}
@media (min-width: 768px){
    .bottom-logo{
        width: 300px;
        height: auto;
    }
}

.sns-icon{
    height: auto;
    width: 30px;
 }
 @media (min-width: 992px) {
     .sns-icon{
        height: auto;
        width: 30px;
    }
}

/* 
===========================================================
   # BS
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}
