/* ====== 共通 ====== */
html {
    scroll-padding-top: 100px;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	letter-spacing: 0.05em;
    color: #373737;
	
}
img {
	image-rendering: -webkit-optimize-contrast;
    backface-visibility:hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

h1,.h1,h2,.h2,h3,.h3 {
	font-weight: bold;
	line-height: 2em;
}
h5,.h5 {
	line-height: 1.8em;
}

p {
	font-size: 16px;
}

main {
    width:100%;
	background-color: #fcf9f1;
}

ul.list-disk li {
	list-style-type: disc;
}

a {
	color: #000;
	text-decoration: none;}
a:hover {
    text-decoration: none;
    color: #888;
}

a img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}
.text-primary {
	color: #364a9a!important;
}

.button-basic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:1em auto;
    padding: 1em 2em;
    border: none;
    border-radius: 80px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;	
	letter-spacing: 0.05em;
	border-bottom: solid 5px #625b55;

}

.button-basic:hover {
  transform: scale(1.03);
}

.button-basic:active {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

.button-mini {
    margin:.5em auto;
    padding: .5em 1.5em;
    border: none;
    border-radius: 80px;
    background-color: #fba13b;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;		
	letter-spacing: 0.1em;
	border-bottom: solid 2px #625b55;
}

.button-mini:hover {
  transform: scale(1.02);
}

.button-mini:active {
    transform: translateY(3px);
    border-bottom-width: 2px;
}
.button-mini-blue {
    background-color: #2589d0;
}

.button-pink {
    background-color: #e4477a;
}
.button-brn {
    background-color:#AF5803;
}
header {
	border-bottom: 1px solid #e7e7e7;
}

header .navbar-brand {
    width: 20%;
}

header .navbar-brand .logo {
    width: 80%;
}

#nav02 a {
    color: #000;
}

#nav02 a:hover {
    text-decoration: none;
    color: #666!important;
}

#nav02 .nav-item .nav-link {
	font-weight: 400!important;
}

nav.navbar li.nav-item:not(:last-child) {
	border-right:1px solid #ddd;
}

.offcanvas {
	width: 60%;
}
.dropdown .dropdown-toggle {
	padding-bottom: -20px;
}
.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.6);
    border: none;
}
.dropdown-menu a.dropdown-item {
	text-align: left;
	color: #000!important;
	font-weight: 300!important;
}
.dropdown-menu a.dropdown-item:hover {
	color:#fff!important;
}


.text-line {
	font-size: 1.5em;
	line-height: 2em;
	color: #5a5c5c;
}

/* Charlie */
.charlie {
	border-top:#222 dotted 5px;
}


/*
強調*/
.mark-01 {
  background : linear-gradient(transparent 40%, #fafc77 10%); 
}

/*
トップページ　ヘッダー　背景*/
.slideBox {
    height: 85vh;
    width:100%;
    overflow: hidden;
    position: relative;
}

/* ヘッダー　背景上の　キャッチバナー */
.title {
    z-index: 11;
    position: absolute;
	top: 5%;
	right: 0;
    bottom: 0;
    left: 0;
    margin-inline: auto; /* 必要 */
}

.title img {width: 100%;}

.item2 {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 85vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
  left: 0;
  top: 0;
   -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}


/*
トップ以外のページのヘッダー　背景イメージ 
----------------------------*/
.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 25vh;
}

.jumbotron-article {background-image: url(../img/title-article.jpg);}


#aisatu p {line-height: 1.8;}

.card-title-top {
	background-image: url("../img/bg-card-title.jpg");
	background-size: cover;
}

.card button {
	color: #666;
	border: #666 1px solid;
}
.card-footer {
	background-color: #fff;
	border: none;
}
#sec03,#sec06 {
	background-color: #fff;
}
#sec010 {
	background-image: url("../img/img-sevrce04.jpg");
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* スライダー全体 */
.slider-wrapper {
  display: flex; 
  overflow: hidden; 
}
/* スライド2枚のグループ */
.slider {
  animation: scroll-left 40s infinite linear 4s both;
  display: flex; /* スライド2枚を横並び */
　margin: 0;
	padding: 0;
}
/* スライド */
.slide01 {
  width: calc(100vw / 2); /* 2はスライドの枚数 */
  list-style-type: none;
  padding-left: 0;
}
/* スライドの画像 */
.slide01 img {
  display: block;
  width: 100%;
}

/* hover(マウスオーバー)で一時停止 */
.slider-wrapper:hover .slider {
  animation-play-state: paused;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.carousel-control-prev {
  top: 50%;
  left: -10px;
	height: 40px;
	width:40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000;
}

.carousel-control-next {
  top: 50%;
  right: -10px;
	height: 40px;
	width:40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000;
}



/*
お問い合わせボタン
------------------------------*/
.cta_btn09 {
  font-weight: bold; /* 文字の太さ */
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta_btn09-contact , .cta_btn09-tel {
  color: #fff; /* 文字色 */
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 350px; /* 最低ボタン幅 */
  transition: 0.3s;
}

.cta_btn09-contact {
  background: #fba13b; /* お問い合わせボタン色 */
}

.cta_btn09-tel {
  background: #2589d0; /* 電話ボタン色 */
}

.cta_btn09-contact::before,
.cta_btn09-tel::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_btn09-contact::before {
  width: 50px;
  height: 41px;
  background-image: url(../img/mail.png); /* メールアイコン */
}

.cta_btn09-tel::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/phone.png); /* 電話アイコン */
}

.cta_btn09 .copy_txt {
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff; /* 下文字背景色 */
  font-size: 90%; /* 下文字サイズ */
  border-radius: 5px;
}

.cta_btn09-contact .copy_txt {
  color: #F88400; /* 下文字色 */
}

.cta_btn09-tel .copy_txt {
  color: #4D9BC1; /* 下文字色 */
}

.cta_btn09 img {
    width: 1em;
    margin-right: 0.5em;
}

/* マウスオーバーした際のデザイン */
.cta_btn09-contact:hover,
.cta_btn09-tel:hover {
  transform: scale(1.05);
}



/*
その他ページ
------------------------------*/
.tidy-title {
  background: #51ba9b; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  width:90%;
  margin: 2em auto 1em;
}

/*
お問い合わせページ
------------------------------*/
.form-control::placeholder{
  color: #cccccc;
}

/*
お客様の声ページ
------------------------------*/
.voice-box {
   margin: 0 auto; /* 外側の余白（上下と中央配置） */
   padding: 3em 2em 2em; /* 内側余白（上・左右・下） */
   position: relative;
   background: #f4f3f2; /* 背景色（ノート風の淡い色） */
   box-shadow: 0 1px 2px rgb(0 0 0 / .1); /*テープ影*/
}

.voice-box::before {
   content: '';
   position: absolute;
   inset: 0.5em 0 0 0; /* 上から0.5em、左右と下を0に */
   margin: 0 auto; /* 水平方向中央揃え */
   width: 90%; /* ドット線の横幅 */
   border-top: dotted 10px #fff; /* ドット線（太さ10px、白） */
}

.voice-box p {
    margin: 0; 
    padding: 0;
}
.voice-box h6 {
   font-size: 1.1em;
   font-weight: bold;
}

.voice-box h6::before {
   font-family: "Font Awesome 5 Free"; 
   content: "\f4ad"; 
   margin-right: 5px;
}
.voice-box-pink {
    background-color: #EFE3DF;
}
.voice-box-org {
    background-color: #fff4cc;
}
.voice-box-blue {
    background-color: #E6ECF2;
}

/* 
フッター-
-----------------------------------*/
footer {
	background-color: #fff;
}

footer ul li {
	list-style-type: none;
}
footer a {
	color: #000;
	text-decoration: none;
}



/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {



/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
	nav.navbar li.nav-item:not(:last-child) {
	border:none;
	}
    .container {
      max-width: 740px;
    }
	.title {
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	}
}
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
    header .navbar-brand {
      width: 70%;
    }
    .footer-logo {
      width: 100%;
    }	
      #aisatu p{font-size: 1em;}
	

    /* スライド */
    .slide01 {
      width: calc(100vw / 2); /* 2はスライドの枚数 */
      list-style-type: none;
      padding-left: 0;
    }

}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
	#aisatu h3 {font-size:1.4em;}
	
    h3,.h3 {
        font-size:1.6em;
        line-height: 1.6em;
    }
	
	h5,.h5 {font-size: 1em;}
	/*
    トップページ　ヘッダー　背景*/
    .slideBox {
        height: 70vh;
    }
	.title {
    top: 40%;
	}

    .item2 {
        height: 70vh;
    }
}

/* END */
