﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0 15px 0; /* nav 合わせる */
}
footer {
    background: linear-gradient(45deg, #3e72d0, #50b2d1);
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
/* 全体の画面幅(container)を指定 */
.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;}
}

/* Head .green{
  color: #31c831 !important;
}の画面幅(container)の幅をワイドにする場合は.wide-containerを追加 */
.wide-container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media (min-width: 576px){
    .wide-container{width: 100%;}
}
@media (min-width:768px){
    .wide-container{width:750px;}
}
@media (min-width:992px){
    .wide-container{width:992px;}
}
@media (min-width:1200px){
    .wide-container{width:1200px;}
}
.full-width.container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* 
===========================================================
   # 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;
    margin: 0 !important;
}
h2 {font-size: 160%;line-height: 1.6;}
h3 {font-size: 130%;}
h4 {font-size: 1rem;}
.tag-line{
    font-size: 22px;
    color: #fff;
    padding: 80px 0px;
    text-shadow: 0 0 6px rgba(0,0,0, .15);
}
.header-title{
    font-size: 22px;
    padding: 50px 0px;
    line-height: 1.4;
}
.header-title > span{
    display: block;
    font-size: 12px;
    font-family: ;
    text-transform: uppercase;
    color: #999;
}
@media (min-width: 576px){
    h1 {font-size: 1rem; line-height: 1rem;}
    .tag-line{
        font-size: 30px;
        padding: 120px 50px;
    }
    .header-title{
        font-size: 28px;
        padding: 60px 50px;
    }
    .header-title > span{
        font-size: 15px;
        letter-spacing: 0.2em;
    }
}
@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 200%;}
    h3 {font-size: 1.2rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
}


h3.business{
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 1rem;
    margin-bottom: 13px;
    position: relative;
    border-bottom: solid 2px #eee;
}
h3.business:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 2px #8EC8DD;
    bottom: -2px;
    width: 30%;
}
@media (min-width: 992px){
    h3.business{
        font-size: 1.6rem;
        padding-bottom: 0;
        margin-top: 0;
    }
}

body{           
    font-family: 'Noto Serif TC', "游明朝", 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', "メイリオ", Meiryo, serif !important;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}
p{
    line-height: 1.8;
}
p.article{
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.04em;
        font-weight: 500;
    }
    p{
        line-height: ;
    }
    p.article{
        line-height: ;
    }
}

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

a.dark-link{
    color: #333;
    transition: .17s;
}
a.dark-link:hover{
    color: #316cda;
    transition: .12s;
    text-decoration: underline;
}

a.white-link{
    color: #fff;
    transition: .17s;
}
a.white-link:hover{
    color: #fff;
    transition: .12s;
    text-decoration: none;
}

.social-icons a {
  display: inline-block;
  width: 2rem;
  color: #999 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 0rem;
}

.social-icons a:first-child {
  margin-left: 0.3rem;
}
.social-icons a:hover {
    opacity: .5;
}

.twitter{
    color: #1da1f2;
}
.facebook{
    color: #3b5998;
}
.line{
    color: #00c300;
}

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 500 !important;
}
.font-alt.xbold{
    font-weight: 700 !important;
}
.font-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}

/* Serif */
.serif{
	font-family: "游明朝", 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', "メイリオ", Meiryo, serif !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
}

::-webkit-selection{ color: ;background: ;}
::selection{ color: ;background: ;}

.bg-blue{
    background: #f7f9fb;
}
.bg-gray{
    background: #f9f9f9;
}

/*-------- Sub Title --------*/
.small-title{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.25em;
}

.divider{
    width: 80px;
    height: 3px;
    background: #67b0c5;
    margin: 7px 7px 40px 7px;
    border-radius: 3px;
}
.divider2{
    width: 80px;
    height: 3px;
    background: #67b0c5; /* f6e15f */
    margin: 7px auto 40px;
    border-radius: 3px;
}
@media (min-width: 992px) {
    .divider2{
        margin: 7px 7px 40px 7px;
    }
}
.divider-light{
    width: 80px;
    height: 1px;
    background: #ddd;
    margin: 30px auto;
}

/* 前後に線 */
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid #ccc;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 0.75rem; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0.75rem; /* 文字の左隣 */
}

/* 
   # テキストの左右に水平ライン  1
*/
.lines-on-sides{
    display: table;
    text-align: center;
    white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before{
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
    opacity: .05;
}
.lines-on-sides:after{
    border-left: 1em solid transparent;
}
.lines-on-sides:before{
    border-right: 1em solid transparent;
}


hr.lines-on-sides {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.lines-on-sides:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #FFF;
}


/* 
  # テキストの左右に水平ライン 2
*/
.side-lines{
    color: #444;
	display: flex;
	align-items: center;
	
    display: -ms-flexbox; /* IE11 */
    -ms-flex-align: center; /* IE11 */
	
	line-height: 2;
	padding: 3px 0 0 0;
    margin-bottom: 20px;
}
.side-lines:before, .side-lines:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ddd;
	display: block;
}
.side-lines:before{
	margin-right: 1em;
}
.side-lines:after{
	margin-left: 1em;
}

/* 
===========================================================
   # Button
===========================================================
*/
/*-------- Color Button --------*/
.btn-color {
  color: #fff;
  background-color: #111;
  border-color: #111;
  font-size: 0.9375rem;
}
.btn-color:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-color:not(:disabled):not(.disabled):active, .btn-color:not(:disabled):not(.disabled).active,
.show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-color:not(:disabled):not(.disabled):active:focus, .btn-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* button */
a.btn-green{
    display: inline-block;
    background: #5d6cff;
    padding: 15px 15px 14px;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 3px;
    transition: .3s ease;
    width: 240px;
}
a.btn-green:hover{
    background: #3648ff;
    color: #fff;
    transition: .2s ease;
}

/* button */
a.btn-blue{
    display: block;
    background: #5d6cff;
    padding: 20px 15px 19px;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 3px;
    transition: .3s ease;
}
a.btn-blue:hover{
    background: #3648ff;
    color: #fff;
    transition: .2s ease;
}

/* 送信ボタン */
.btn-blue{
    background: #407ac6;
    padding: 9px 13px 10px;
    color: #fff;
    letter-spacing: 0.75rem;
    border-radius: 3px;
    transition: .3s ease;
}
.btn-blue > span{
    margin-left: 0.75rem;
}
.btn-blue:hover{
    background: #255db9;
    color: #fff;
    transition: .2s ease;
}

/* button */
.btn-border{
    background: #fafafa;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-border:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-link{
    background: #37b534;
    border: 1px solid #37b534;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 12px;
    padding: 2px 6px;
    min-width: ;
}
.btn-link:hover{
    color: #fafafa;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
    text-shadow: ;
}


.btn-link2{
    width: 100%;
    height: 18px;
    text-align: center;
    line-height: 18px;
    padding: 3px 7px;
    background: #8dc254;
    color: #fff !important;     
    font-size: 12px;
    text-decoration: none;
    transition: .3s ease;
}
.btn-link2:hover {
    color: #fff;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
}

/* button */
.btn-green{
    background: #00c78f;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 35px;
    border-radius: 8px;
    width: 100%;
}
.btn-green:hover{
    background: #00b37d;
    color: #fff;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-black{
    background: #333;
    border: 1px solid #333;
    color: #fcfcfc;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-black:hover{
    background: #fafafa;
    color: #222;
    transition: .17s ease;
    text-shadow: ;
}

.btn-footer{
    background: #fcfcfc;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 12px 35px;
    width: 100%;
}
.btn-footer:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

.btn-fw{
    width: 100%;
}

/* 
===========================================================
   # Page
===========================================================
*/
hr.section-divider{
    background: transparent !important;
    padding: 0;
    margin: 0;
}

/*-------- Normal LI --------*/
ul.normal{
    margin-left: -1rem;
}
ul.normal li{
    list-style-type: none;
    text-indent: 0; /* -1em */
    margin-bottom: 3px;
    margin-left: 0;
}

/*-------- Summary page LI --------*/
ul.summary{
    margin-left: -1rem;
    margin-bottom: 0;
}
ul.summary li{
    list-style-type: ;
    text-indent: 0; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}

/*-------- ASTERRISK LI --------*/
ul.asterisk{
    margin-left: -1.5em;
    margin-bottom: 0;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1.3em; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}
ul.asterisk li:before {
    display: inline;
    content: "※ ";
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.first-section {
  padding-top: 10px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}
section.page-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  overflow: hidden;
}
section.page-section.top-page{
    padding-top:  !important;
    padding-bottom:  !important;
}
@media (min-width: 992px) {
  section.page-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* 
===========================================================
   # Header
===========================================================
*/
header{
    z-index: 1;
}
.bg-image-full {
    background: no-repeat center center scroll;
    background-size: cover;
    margin: 0;
    text-shadow: 0 0 3px rgba(0,0,0, .6);
}

/* 
===========================================================
   # BS Contact Form
===========================================================
*/

.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;
}
#contact 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: 2px 3px 1px;
	margin-left: 3px;
	border-radius: 1px;
	vertical-align: text-top;
}

h3.policy{
    font-size: 1em;
    font-weight: bold;
}
.close-policy{
    position: fixed;
    right: 35px;
    bottom: 20px;
    font-size: 4rem;
    color: #aaa;
}

/* 
===========================================================
   # Footer
===========================================================
*/
.footer-section{
    background: ;
}
.footer-title{
    color: rgba(0,0,0, .8);
    border-bottom: 1px solid rgba(240,240,240, .9);
    font-size: 0.8125rem;
    margin-bottom: 10px;
}
.footer-section a{
    color: #ad956c; /*ec9d36*/
    text-decoration: underline;
}
.footer-section a:hover{
    color: #C4A674;
    text-decoration: none;
}

.bottom-footer{
    background: rgba(240,240,240, .9);
}
.footer-social-links{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
}
.footer-social-links a{
    color: rgba(0,0,0, .6);
}
.footer-social-links a:hover{
    color: rgba(173,149,108, .7);
}
.footer-copy{
    font-size: 0.8125rem;
    color: rgba(0,0,0, .7);
    text-align: center;
    margin: 0 auto;
}

/* 
===========================================================
   # パンくずリスト
===========================================================
*/
.breadcrumbs{
    margin-bottom: 0 !important;
}
.breadcrumbs li{
    display: inline;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
}
.breadcrumbs li:after{
    content: '>';
    padding: 0 2px;
}
.breadcrumbs li:last-child:after{
    content: '';
}
.breadcrumbs span.here{
    opacity: 1;
}
.breadcrumbs a{
    text-decoration: none;
    opacity: .9;
}
.breadcrumbs a:hover{
    text-decoration: none; 
}

.breadcrumbs ol{
    margin-top: 0;
    padding: 0;
    text-align: right;
}

@media (min-width: 992px){
    .breadcrumbs ol{
        margin-top: 0;
        padding: 0;
        text-align: left;
    }
}

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

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 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: 0;
padding-bottom: 0;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0rem;
        margin-right: 0.5rem;
    }
}

/* ============================================= 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.5rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    transition: ease .3s;
    border-radius: 3px;
}

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

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:15px;
    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:15px;
    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: bold;
        font-size: 0.9375rem;
        padding: 3px 0; /* メニューバーの余白 */
        margin: 0 13px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #9ac967 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: bold;
     box-shadow: 0 -1px 0 0 #9ac967 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;
}

/* 
===========================================================
   # Top bar
===========================================================
*/
.top-bar{
    min-height: 20px;
    background: #f9f9f9;
    font-size: 13px;
    color: #666;
    line-height: ;
    letter-spacing: 0.03em;
    padding: 3px; 0
}

/*----- Top links -----*/
.top-links{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-links li{
    float: left;
}
.top-links li a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #999;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.top-links li a:hover{
    color: #555;
    background-color: rgba(0,0,0, .02);
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/sapporo.jpg) left 50% top 50% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.header-2{
    background:url(../img/concrete.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 0px rgba(0,0,0, 0);
}
.header-3{
    background:url(../img/concrete.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, 0);
}
.header-4{
    background:url(../img/consulting.jpg) left 50% top 60% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, 0);
}
.header-5{
    background:url(../img/contact.jpg) left 50% top 70% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, 0);
}
.header-6{
    background:url(../img/flower.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, 0);
}
.header-7{
    background:url(../img/books.jpg) left 50% top 50% / cover no-repeat;
    text-shadow: 0 0 3px rgba(0,0,0, 0);
}

.bg-1{
    background:url(../img/header.jpg) left 0% top 50% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.bg-2{
    background:url(../img/white-dots.jpg) center 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-3{
    background:url(../img/mall.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
    min-height: 20rem;
}
.bg-4{
    background:url(../img/test.jpg)  left 50% top 50% / cover no-repeat;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, .175);
    box-shadow: 5px 0px 35px rgba(0, 0, 0, .175);
}
.bg-5{
    background:url(../img/child.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
}
.bg-6{
    background:url(../img/bg-6.jpg) center 50% / cover no-repeat;
    background-size: ;
}

.cta-1{
    background:url(../img/sky.jpg) left 50% top 50% / cover no-repeat;
}

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

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

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

.slash{
	background: linear-gradient(123deg, #fff 0%, #fff 65%, #f1fcff 65%, #f1fcff 100%);
}

/* 
===========================================================
   # Call to Action｜Teaser
===========================================================
*/
.teaser{
	color: ;
    background-attachment: scroll;
}
@media screen and (min-width: 992px){
    .teaser{
        background-attachment: fixed;
    }
    .teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6{
        color: #3e4555;
    }
    .teaser .btn-border{
        color: #fff;
        letter-spacing: 0.25em;
        background: #222;
        border: 2px solid #222;
        border-radius: 2px;
        text-shadow: none;
        transition: .3s ease;
    }
    .teaser .btn-border:hover{
        background: #f0f0f0;
        color: #222;
        transition: .17s ease;
        text-shadow: 0 0 2px rgba(255,255,255, .6);
    }
    .teaser .btn-md{
        font-size: 15px;
        padding: 8px 35px;
    }
}

/* 
===========================================================
   # Company information DL DT DD
===========================================================
*/    
#company-info dl dt{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 0 0 3px;
    float: left;
    clear: left;
}
#company-info dl dd{
    margin: 0 ;
    padding: 5px 0 10px;
    padding-left: 3px;
    border-top: none;
}

/* 
===========================================================
   # 代表メッセージ
===========================================================
*/
@media only screen and (max-width: 991px) {
    .president{
	    position: relative;
	    overflow: hidden;
	    margin: 0 auto;
	    width: 100%;
	    padding-top: 60%;/* 90%, 80%, 70%, 60% */
	    padding-bottom: 10%;
    }
    .president img{
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}


/* 
===========================================================
   # Showcase
===========================================================
*/ 
.showcase .showcase-text{
    padding: 1rem;
}

@media (min-width: 992px){
  .showcase .showcase-text{
        padding: 3rem;
  }
}

.bg-21{
    background: url('../img/child.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 25rem;
}
.bg-22{
    background: url('../img/child.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 25rem;
}
.bg-23{
    background: url('../img/child.jpg')  left 50% top 50% / cover no-repeat;
    min-height: 25rem;
}


/* 
===========================================================
   # 5 Columns (col-lg-5 col-4)
===========================================================
*/ 
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15{
    width: 33.33%;
    float: left;
}
@media (min-width: 576px){
    .col-sm-15{
        width: 33.33%;
        float: left;
    }
}
@media (min-width: 768px){
    .col-md-15{
        width: 33.33%;
        float: left;
    }
}
@media (min-width: 992px){
    .col-lg-15{
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px){
    .col-xl-15{
        width: 20%;
        float: left;
    }
}

.fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;' /*IE対策 - 要素内全体を覆いたい場合*/
 /*   font-family: 'object-fit: contain;' IE対策 - 縦横比を保って表示したい場合*/
}

/*
===========================================================
   # 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){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .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: lightpink;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/*
===========================================================
   # 電話をかける｜スマホ画面下部（スマホのみ有効）
===========================================================
*/
/* スマホ以外で電話自動発信を無効にする */
a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #333;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333 !important;
    }
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 120% !important;}
.largest{font-size: 150% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: bold !important;}
.normal{font-weight: normal !important;}
.capitalize{text-transform: capitalize !important;}
.lowercase{text-transform: lowercase !important;}
.ts-none{text-transform: none !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-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-lightblue{background: #eafefe !important;}
.bg-blue-lighter{background: #f1fffd !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.shadow{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

/*-------- etc. --------*/
.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;}
hr.hr-dark{border-top: 1px solid #bbb;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/*-------- Marker. --------*/
/* 薄いイエローの太マーカー*/
.light-yellow-line{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffffcc 0%) repeat scroll 0 0; font-weight: bold;padding: 0 10px;line-height: 1;}
/* イエローの太マーカー*/
.yellow-marker{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feffa2 0%) repeat scroll 0 0; font-weight: bold;color: #52a2d4;}
/* イエローの細いマーカー*/
.yellow-marker-narrow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #feffa2 0%) repeat scroll 0 0;font-weight: bold;color: #52a2d4;}

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


/* 
===========================================================
   # お問い合わせはこちら｜Contact
===========================================================
*/
.contact-wrap{
    position: relative;
    background: #fcfbee;
    text-align: center;
    border: 2px solid #8da9ff;
    border-radius: 12px;
    padding: 15px 0;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
}
.contact-title{
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 1;
}
.contact-number{
    font-size: 25px;
    color: #222;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    z-index: 1;
}
.contact-number > i{
    color: #0d61a0;
}
.contact-time{
    background: #fff;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.1em;
    border: 1px dashed #ccc;
    padding: 6px 0;
    margin: 0 auto;
    max-width: 280px;
    z-index: 1;
}
.contact-bottom{
    font-size: 14px;
    padding: 12px 0 0;
    margin: 0 auto;
    z-index: 1;
}

/* 
===========================================================
   # flat gray
===========================================================
*/    

.rounded-more{
    border-radius: 20px 20px;
}

.menu-wrap{
    position: relative;
    height: 100%;
    padding: 20px 25px 35px;
    background: #fff; /* f1f9f1 */
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 0 3px #a5dfc6;
}
.menu-number{
    position: absolute;
    display: inline-block;
    margin-top: -42px;
    margin-left: -1.2rem;
    padding: 5px 12px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #333;
    border-radius: 20px;
}
.menu-title{
    margin: 12px 0 20px;
    padding-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    border-bottom: 3px solid #f6e15f;/* f6e15f */
    border-radius: 1px;
}
.menu-descr{
    margin:;
    text-align: left;
}


.with-photo-wrap{
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 100px;
}
.with-photo-img{
    margin-bottom: 25px;
}
.with-photo-descr{
    display: inline-block;
    text-align: center;
    font-size: ;
    font-weight: bold;
    border-bottom: 3px solid #333;
    padding-bottom: 3px;
    border-radius: 0;
}

/* 
===========================================================
   # クリニック情報｜Clinic Info
===========================================================
*/
#info dl{
    border-bottom: ;
}

#info dl dt{
    width: 100%;
    display: inline-block;
    background: #3a4890;
    color: #fff;
    text-align: center;
    margin: 5px;
    margin-right: 0;
    margin-left: 0;
    padding: 6px;
    border-radius: 20px;
}
#info dl dd{
    margin: 0;
    padding: 5px 0 10px;
    border-top: none;
    text-align: center;
    font-weight: bold;
}
@media (min-width: 992px){
    #info dl dt{
        width: 135px;
        margin: 0;
        float: left;
        clear: left;
        font-size: 1rem;
        font-weight: bold;
        padding: 5px 25px;
/*        margin-right: 15px; */
    }
    #info dl dd{
        margin: 0 0 10px 150px;
        padding-top: 5px;
        font-size: 1.1rem;
        text-align: left;
    }
}

/* 
===========================================================
   # お電話でお問い合わせ｜Contact
===========================================================
*/

/* 前後に線 */
.phone{
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
}
.phone:before, .phone:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%; /* 線の長さ */
}
.phone:before {
    margin-right: 1rem; /* 文字の右隣 */
}
.phone:after {
    margin-left: 1rem; /* 文字の左隣 */
}
.phone-number{
    font-size: 30px;
}

@media (min-width: 992px) {
    .phone-number{
        font-size: 34px;
    }
    .contact-mail{
        margin-top: 35px;
    }
}

/* 
===========================================================
   # トップページリンク｜Top Page Link
===========================================================
*/
.zoom-with-text{
    width: 100%;/* 幅を指定 */
    background: #000;
}
.zoom-with-text-image{
    position: relative;
    overflow: hidden;
    padding-top: 30%; /* 31.25% = 縦横比を16:5に固定 */
}
.zoom-with-text-link{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.zoom-with-text-link h3{
    font-size: 1.25rem !important;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0,0,0, .55);
    margin-bottom: 0;
}

.zoom-with-text-photo{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
    opacity: .65;
    z-index: 0;
}
.zoom-with-text-image span{
    display: block;
    font-size: 13px;
    text-align: center;
}
.zoom-with-text-link:hover{
    text-shadow: 0 0 5px rgba(0,0,0, .35);
}
.zoom-with-text-link:hover +.zoom-with-text-photo{
    -webkit-transform: scale(1.04, 1.04);
    transform:scale(1.04, 1.04)
}
.zoom-with-text-image:hover img{
    transition: all .4s ease;
    opacity: .45;
}

@media (min-width: 992px) {
    .zoom-with-text-image{
        padding-top: 56.25%; /* 縦横比を16:9に固定 */
    }
    .zoom-with-text-link h3{
        font-size: 2rem !important;
    }
}






/* 
===========================================================
   # 店舗情報｜Shop information DL DT DD
===========================================================
*/
#shop-info dl dt{
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px 0 0 3px;
	float: left;
	clear: left;
}
#shop-info dl dd{
	margin: 0 ;
	padding: 5px 0 10px;
	padding-left: 3px;
	border-top: none;
}

@media (min-width: 992px){
	#shop-info dl dt{
		width: 28%;
		margin: 0;
		padding: 10px 3px;
		text-align: center;
		float: left;
		clear: left;
		border-top: 1px solid #ddd;
	}
	#shop-info dl dd{
		margin: 0 0 0 28%;
		padding: 10px 3px;
		padding-left: 20px;
		border-top: 1px solid #ddd;
	}
}

.gmap{
	min-height: 300px;
}


/* 
===========================================================
   # コンサルティング｜consulting
===========================================================
*/

.eh_bn.bn_online a:after {
    background-image: url(../img/img_online_sp.jpg)
}

.eh_bn.bn_online a .eh_title01 i {
    width:40px
}
.eh_bn.bn_online a .eh_title01 span {
    margin-top:10px
}
.eh_bn.bn_online a .eh_title01 strong:after, .eh_bn.bn_online a .eh_title01 strong:before {
    display:none
}


@media only screen and (min-width: 768px) {
    .eh_title01 i {
        width:62px
    }
    .eh_title01 span {
        font-size:3.0rem
    }
    .eh_title01 strong {
        font-size:1.3rem
    }
    .eh_bn {
        width: 980px;
        height:240px
    }
    .eh_bn a {
        padding: 5px;
        background:#000
    }
    .eh_bn a:hover:after {
        opacity: 0.5;
        -webkit-transform: scale(1.04, 1.04);
        transform:scale(1.04, 1.04)
    }
    .eh_bn a .bg {
        border-radius:8px
    }
    .eh_bn a:after {
        -webkit-transition: all .4s ease-in-out 0ms;
        transition: all .4s ease-in-out 　0ms;
    }
     .eh_bn.bn_online a:after {
        background-image:url(../img/img_online.jpg)
    }
}


/* 
===========================================================
   # ページ共通
===========================================================
*/
.lang li{
    display: inline;
    border-right: 1px solid #888;
    padding: 0 12px 0 6px;
    list-style: none;
}
.lang li:last-child{
    border-right: none;
    margin-right: 20px;
}