@charset "utf-8";

html {
    scroll-padding-top: 108px;
}
@media (max-width: 1199.98px) {
    html {
        scroll-padding-top: 82px;
    }
}
@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 73px;
    }
}
body {
    color: #3E3A39;
}
body,p,td,li, h5,h6 {
	font-family: "F+UD-NewRodin M", "Hiragino Kaku Gothic ProN","BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-size:0.9rem;
	line-height:1.8em;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "F+UD-NewRodin DB", "Hiragino Kaku Gothic ProN","BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	line-height:1.5em;
}

.font-g {
	font-family: "F+UD-NewRodin M", "Hiragino Kaku Gothic ProN","BIZ UDPGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font-m {
	font-family: "Hiragino Mincho ProN", "BIZ UDPMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",source-han-serif-japanese,"游明朝","Yu Mincho","游明朝体",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.font-Anton {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
}

.bold {
	font-weight: 700;
}

.sup {
    vertical-align: super;
	font-size: 0.5em;
	display: inline-block;
}

.container {
	max-width: 1164px;
}

.ratio-600x290 {
    --bs-aspect-ratio: calc(290 / 600 * 100%);
}
@media (max-width: 575.98px) {
    .ratio-21x9,
    .ratio-600x290 {
        --bs-aspect-ratio: 100%;
    }
}

/* 文字サイズ
==================================================== */
h1 { font-size:1.9rem; }
h2 { font-size:1.7rem; }
h3 { font-size:1.5rem; }

@media (max-width: 576px) {
	h1 { font-size:1.5rem;text-align:left!important; }
	h2 { font-size:1.3rem;text-align:left!important; }
	h3 { font-size:1.2rem;text-align:left!important; }
	#reason p, #about-adblue p { text-align:left!important; }
}
@media (max-width: 768px) {
	h1 { font-size:1.6rem;text-align:left!important; }
	h2 { font-size:1.4rem;text-align:left!important; }
	h2 { font-size:1.3rem;text-align:left!important; }
}
@media (min-width: 1200px) {
	h1 { font-size:2rem;letter-spacing:2px; }
	h2 { font-size:1.8rem; }
	h2 { font-size:1.5rem; }
}
@media (min-width: 1400px) {
	h1 { font-size:2rem;letter-spacing:2px; }
	h2 { font-size:1.8rem; }
	h2 { font-size:1.5rem; }
}

@media (min-width: 768px) and (max-width: 1050.98px) {
	.top_square .top_text { font-size:0.8rem; }
}
@media (max-width: 767.98px) {
	.top_text { font-size:1rem; }
}

.fs-18px {
    font-size: 1.125rem !important;
}
@media (max-width: 767.98px) {
    .fs-18px {
        font-size: 1rem !important;
    }
}
.fs-14px {
    font-size: 0.875rem !important;
}


/* マージン、パディング
==================================================== */
.mt-40, .my-40 { margin-top:40px; }
.mb-40, .my-40 { margin-bottom:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.ps-40 { padding-left:40px; }
.pe-40 { padding-right:40px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.ps-80 { padding-left:80px; }
.pe-80 { padding-right:80px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.ps-110 { padding-left: 110px; }
.pe-110 { padding-right:110px; }

.mx-40 { margin-left:40px; margin-right:40px; }
.mx-80 { margin-left:80px; margin-right:80px; }
.my-80 { margin-top:80px; margin-bottom:80px; }
.my-95 { margin-top:95px; margin-bottom:95px; }
.my-110 { margin-top:110px; margin-bottom:110px; }
.py-40 { padding-top:40px; padding-bottom:40px; }
.px-40 { padding-left:40px; padding-right:40px; }
.py-75 { padding-top:75px; padding-bottom:75px; }
.py-80 { padding-top:80px; padding-bottom:80px; }
.px-80 { padding-left:80px; padding-right:80px; }
.py-95 { padding-top:95px; padding-bottom:95px; }
.px-110 { padding-left:110px; padding-right:110px; }
.py-110 { padding-top:110px; padding-bottom:110px; }

@media (max-width: 767.98px) {
	.mt-40, .my-40, .mt-60 { margin-top:30px; }
	.mb-40, .my-40, .mb-60 { margin-bottom:30px; }
	.mt-80, .my-80, .mt-95, .my-95 { margin-top:50px; }
	.mb-80, .my-80, .mb-95, .my-95 { margin-bottom:50px; }
	.pt-40, .py-40 { padding-top:30px; }
	.pb-40, .py-40 { padding-bottom:30px; }
	.pt-80, .py-75, .py-80, .pt-95, .py-95 { padding-top:50px; }
	.pb-80, .py-75, .py-80, .pb-95, .py-95 { padding-bottom:50px; }
	.mt-110, .my-110 { margin-top:60px; }
	.mb-110, .my-110 { margin-bottom:60px; }
	.pt-110, .py-110 { padding-top:60px; }
	.pb-110, .py-110 { padding-bottom:60px; }
	.ps-40, .px-40, .ps-80, .px-80 { padding-left:30px; }
	.pe-40, .px-40, .pe-80, .px-80 { padding-right:30px; }
	.px-110, .ps-110 { padding-left:60px; }
	.px-110, .pe-110 { padding-right:60px; }
	.mx-40, .mx-80 { margin-left:30px; margin-right:30px; }
}

.lh-1 { line-height: 1em; }
.lh-2 { line-height: 2em; }
.lh-3 { line-height: 3em; }




/* リンク
==================================================== */
a {
	color: #3E3A39;
    opacity: 1;
    transition: all .5s ease;
}
@media (min-width: 1200px) {
    a:hover {
        opacity:0.7;
    }
}

header.nav-link {
	color:#000 !important;
	padding: 15px !important;
}

a.header-link:hover {
	color: #113171;

}

footer a {
	color: #fff !important;
    text-decoration: none !important;
}


/* ナビバー
==================================================== */
#globalHeader {}
#globalHeader a {
    color: #3E3A39;
}
@media (max-width: 767.98px) {
    #globalHeader .container {
        padding-left: .75rem;
        padding-right: 0;
    }
}
.navbar-brand {
    width: 270px;
}
.navbar-brand .logo-schatz {
    width: calc(75 / 270 * 100%);
}
.navbar-brand .logo-adblue {
    width: calc(183 / 270 * 100%);
}
@media (max-width: 1199.98px) {
    .navbar-brand {
        width: 200px;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand {
        width: 155px;
    }
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
#iconBtn {
    font-size: 13px;
}
#iconBtn img {
    width: 38px;
}
@media (max-width: 1199.98px) {
    #iconBtn img {
        width: 28px;
    }
}

/* コピーライト
==================================================== */
#globalFooter {}
#attention {}
#copyright {
	font-size:13px;
}


/* トップへ戻る
==================================================== */
a.page-top {
	position:fixed;
	bottom:60px;
	right:10px;
	opacity:0.5;
	color:#0064f2;
	display:block;
}


/* ヘッダー
==================================================== */
header {
  width: 100%;
  z-index: 9999;
}

a.logo {
  display: block;
  position: absolute;
  top: 22px;
  left: 123px;
  width: 78px;
  z-index: 1030;
}

.navbar-light .navbar-toggler {
	background-color: none !important;
	border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(81, 81, 81,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(81, 81, 81, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navibar-bk,
.navibarbox {
  position: fixed;
  padding: 22px 23px;
  width: 85px;
  height: 100vh;
  width: 85px;
  height: 100vh;
}

.navibar-bk {
  z-index: 9999;
  background: #13327c;
  mix-blend-mode: multiply;
}

.navibarbox {
  z-index: 9999;
}

#hum {
  position: relative;
  display: block;
  height: 36px;
  widht: 36px;
  cursor: pointer;
  margin-bottom: 40px;
}

#hum::before {
  position: absolute;
  display: block;
  top: -12px;
  color: #929393;
  font-size: 14px;
  content: 'menu';
  -webkit-transition: .2s;
  transition: .2s;
}

#hum span {
  position: absolute;
  display: block;
  top: -12px;
  width: 100%;
}

#hum span::before,
#hum span::after {
  position: absolute;
  display: block;
  top: 30px;
  content: '';
  width: 100%;
  height: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  background: #929393;
}

#hum span::after {
  top: 44px;
}

#hum.open::before {
  opacity: 0;
}

#hum.open span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#hum.open span::after {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#navContents {
  position: fixed;
  top: 0;
  left: 85px;
  width: 80%;
  max-width: 0px;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 50px 0;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 9999;
}
#navContents a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#navContents ul {
  list-style: none;
}
#navContents ul li {
  margin-bottom: 20px;
}
#navContents.open {
  max-width: 300px;
}

@media (max-width: 767px) {
    a.logo{
        top:  10px;
        left: 20px;
        width: 50px;
    }
    
  .navibar-bk,
  .navibarbox {
    width: 35px;
    padding: 5px;
  }

  #hum {
    width: 25px;
    margin-bottom: 20px;
  }

  #hum::before {
    top: 0px;
    font-size: 9px;
  }

  #hum span::before {
    top: 35px;
  }

  #hum.open span::after {
    top: 35px;
  }

  #navContents {
    left: 35px;
  }
}


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

 .contents{
	padding: 75px 25px;
}
@media (min-width:768px) {
	.contents{
		padding: 75px 60px;
	}
}




/* main
==================================================== */
#main {
    background-color: #F6F6F9;
}
@media (max-width: 1199.98px) {
    #main  {
/*        padding-top: 82px; */
    }
}
@media (max-width: 991.98px) {
    #main  {
/*        padding-top: 73px; */
    }
}

.bg-blue01 {
    background-color: #089BCC;
}
.bg-blue02 {
    background-color: #003B96;
}
.bg-blue03 {
    background-color: #000140;
}
.bg-blue04 {
    background-color: #143372;
}
.bg-blue05 {
    background-color: #13327C;
}
.text-blue {
    color: #13327C;
}
.btn-blue01 {
    color: #FFF;
    background-color: #089BCC;
    border-color: #089BCC;
}
.btn-blue01:hover {
    color: #FFF;
}

.icon-tel {
    background: url("../img/common/icon_tel.svg") no-repeat top center/contain;
    display: inline-block;
    width: 0.766em;
    height: 1.2em;
    align-self: center;
    vertical-align: middle;
}
.icon-mail {
    background: url("../img/common/icon_mail.svg") no-repeat top center/contain;
    display: inline-block;
    width: 1.273em;
    height: 1.2em;
    align-self: center;
    vertical-align: middle;
}


/* index.php
==================================================== */
#firstview {
    background: linear-gradient(#13327C,#13327C) no-repeat top 70px left 300px/100% 100%;
    padding: 140px 0 0px 0;
    z-index: 1;
}
#firstview__slide {
    width: calc(100% - 300px);
    z-index: 10;
}
#firstview__slide .object-fit {
    height: 545px;
}
#firstview__text {
    padding: 130px 73px;
    width: 475px;
    height: 475px;
    z-index: 50;
}
@media (max-width: 991.98px) {
    #firstview__slide {
        width: calc(50vw + 70px);
    }
    #firstview__slide .object-fit {
        height: calc(50vw + 70px);
    }
    #firstview__text {
        padding: calc(130 / 475px * 100%) calc(73 / 475px * 100%);
        width: 50vw;
        height: 50vw;
        z-index: 50;
    }
}
@media (max-width: 767.98px) {
    #firstview {
        padding: 0;
    }
    #firstview__slide {
        width: 100%;
        position: static !important;
    }
    #firstview__slide .object-fit {
        height: 100vw;
    }
}
.object-fit {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}



#about-adblue {}
#about-adblue .section-header {
    background: url("../img/top/bg_about.webp") no-repeat top center/cover;
    height: 580px;
}
@media (max-width: 767.98px) {
    #about-adblue .section-header {
        height: 290px;
    }
    #about-adblue .about-nav .fs-4 {
        font-size: 0.875rem !important;
    }
}


.section-header-img {
    height: 542px;
}
@media (max-width: 767.98px) {
    .section-header-img {
        height: 271px;
    }
}

#product {}
.product-img {
    height: 290px;
}
.product-img .object-fit {
    object-fit: scale-down;
    object-position: center center;
}
@media (max-width: 767.98px) {
    #product .section-header-img {
        height: 377px;
    }
    .product-img {
        height: 290px;
    }
    .product-img.w-75 {
        width: 100% !important;
    }
}


#setsubi {}
@media (min-width: 1200px) {
    #setsubi .font-Anton.fs-1 {
        font-size: 3rem !important;
    }
}


#question {}
#question .section-header {
    background: url("../img/top/bg_qa.webp") no-repeat center center/cover;
    height: 535px;
}
@media (max-width: 767.98px) {
    #question .section-header {
        height: 290px;
    }
}
/* Q&A */
#accordionFaq {}
#accordionFaq .accordion-item {
    background-color: transparent;
    border-color: transparent;
    border-width: 2px;
}
#accordionFaq .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#accordionFaq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(10px - 2px);
    border-top-right-radius: calc(10px - 2px);
}
#accordionFaq .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#accordionFaq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(10px - 2px);
    border-bottom-left-radius: calc(10px - 2px);
}
#accordionFaq .accordion-button,
#accordionFaq .accordion-button:not(.collapsed) {
    background-color: #D0D2D8;
    color: #000140;
}

@media (max-width: 767.98px) {
    #accordionFaq .accordion-button .fs-4 {
        font-size: 1rem !important;
    }
}
@media (max-width: 575.98px) {
	.accordion-button {
		padding: 8px 10px;
	}
    #accordionFaq .accordion-button .fs-4 {
        font-size: .9rem !important;
    }
    .accordion-button::after {
    	width:.6em;
    	background-size:.6em;
    	background-position:center center;
    }
}
#accordionFaq .accordion-body {
    background-color: rgba(255,255,255,0.5);
}



#areaMap {
    position: relative;
}
.areaMap__map {
    position: relative;
    z-index: 1;
}
.markerBlock {
    position: absolute;
    z-index: 10;
}
input[type="radio"].marker {
    display: none;
}
.markerBlock .marker-label {
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
}
.icon-marker {
    background: url("../img/common/icon_marker.svg") no-repeat 0 0/contain;
    display: block;
    width: 46px;
    height: 0;
    padding-top: calc(68 / 46 * 100%);
}
input[type="radio"].marker:checked + label {
    filter: brightness(1.5);
}
@media (max-width: 991.98px) {
    .icon-marker {
        width: 30px;
    }
}
@media (max-width: 767.98px) {
    .icon-marker {
        width: 23px;
    }
}

#areaMap .offcanvas-title {
    color: #3F9FBC;
}
.plant-info01,.plant-info02 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.5;
}
.plant-info01 dt,.plant-info02 dt {
    color: #9FA0A0;
}
.plant-info01 dt {
    font-size: 1.125rem;
    width: 4rem;
}
.plant-info01 dd {
    font-size: 1.375rem;
    width: calc(100% - 4rem);
}
.plant-info02 {
    margin-bottom: 30px;
}
.plant-info02 dt {
    font-size: 1rem;
    width: 5rem;
}
.plant-info02 dd {
    font-size: 1rem;
    width: calc(100% - 5rem);
}
@media (max-width: 991.98px) {
    .plant-info01 dt {
        font-size: 1rem;
    }
    .plant-info01 dd {
        font-size: 1rem;
    }
    .plant-info02 dt {
        font-size: 0.875rem;
        width: 4rem;
    }
    .plant-info02 dd {
        font-size: 0.875rem;
        width: calc(100% - 4rem);
    }
}

/* マーカーの位置 */
#hokkaido01 {
    top: calc(210 / 1140 * 100%);
    left: calc(790 / 1140 * 100%);
}
#hokkaido02 {
    top: calc(185 / 1140 * 100%);
    left: calc(910 / 1140 * 100%);
}
#hokkaido03 {
    top: calc(260 / 1140 * 100%);
    left: calc(790 / 1140 * 100%);
}
#iwate {
    top: calc(485 / 1140 * 100%);
    left: calc(770 / 1140 * 100%);
}
#tohoku {
    top: calc(580 / 1140 * 100%);
    left: calc(750 / 1140 * 100%);
}
#yamagata {
    top: calc(585 / 1140 * 100%);
    left: calc(690 / 1140 * 100%);
}
#kitakanto {
    top: calc(690 / 1140 * 100%);
    left: calc(700 / 1140 * 100%);
}
#saitama {
    top: calc(700 / 1140 * 100%);
    left: calc(660 / 1140 * 100%);
}
#chiba {
    top: calc(760 / 1140 * 100%);
    left: calc(710 / 1140 * 100%);
}
#kanagawa {
    top: calc(780 / 1140 * 100%);
    left: calc(665 / 1140 * 100%);
}
#yamanashi {
    top: calc(750 / 1140 * 100%);
    left: calc(640 / 1140 * 100%);
}
#numazu {
    top: calc(800 / 1140 * 100%);
    left: calc(610 / 1140 * 100%);
}
#tokai {
    top: calc(835 / 1140 * 100%);
    left: calc(525 / 1140 * 100%);
}
#hokuriku {
    top: calc(698 / 1140 * 100%);
    left: calc(555 / 1140 * 100%);
}
#shikoku {
    top: calc(850 / 1140 * 100%);
    left: calc(380 / 1140 * 100%);
}
#okayama {
    top: calc(810 / 1140 * 100%);
    left: calc(370 / 1140 * 100%);
}
#yamaguchi {
    top: calc(836 / 1140 * 100%);
    left: calc(245 / 1140 * 100%);
}
#kinki {
    top: calc(825 / 1140 * 100%);
    left: calc(445 / 1140 * 100%);
}


/* フッター
==================================================== */

.footer-chui{
	background: rgb(15,40,98);
	background: -moz-linear-gradient(45deg, rgba(15,40,98,1) 0%, rgba(0,81,146,1) 49%, rgba(19,49,122,1) 79%, rgba(23,40,73,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(15,40,98,1) 0%, rgba(0,81,146,1) 49%, rgba(19,49,122,1) 79%, rgba(23,40,73,1) 100%);
	background: linear-gradient(45deg, rgba(15,40,98,1) 0%, rgba(0,81,146,1) 49%, rgba(19,49,122,1) 79%, rgba(23,40,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f2862",endColorstr="#172849",GradientType=1);
}
.footer-chui section{
  	background: #000140;
 	padding: 65px ;
  	border-radius: 42px;
  	margin-bottom: 30px;
}
.footer-chui h3::before{
	content:'ー';
	margin-right: 10px;
	color: #0892c3;
}
@media (max-width: 768px){
	.bg-footer-chui section{
		  padding: 65px 20px;
	}
}

.bg-footer-chui section ul{
	padding-bottom: 0;
}

@media (max-width: 767.98px) {
.footer-chui section{
  	background: #000140;
 	padding: 25px;
  	border-radius: 32px;
  	margin-bottom: 30px;
	}
}
/* 下層ページ
==================================================== */
.page-header {
    background: #FFF url("../img/top/bg_about.webp") no-repeat top 45px center/cover;
    padding-top: 45px;
    height: 430px;
}
.page-header .logo-adblue {
    width: calc(354 / 1140 * 100%);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.page-header .logo-adblue span {
    display: block;
    width: 100%;
    padding-top: calc(74 / 300 * 100%);
    
	-webkit-mask-image: url(../img/common/logo_adblue.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-image: url(../img/common/logo_adblue.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	/*変更したい色をここに書く*/
	background-color: #FFF;
}
.page-header .logo-schatz {
    width: calc(80 / 1140 * 100%);
}
@media (max-width: 767.98px) {
    .page-header {
        background-position: top 20px center;
        padding-top: 20px;
        height: 230px;
    }
    .page-header .logo-adblue {
        width: 200px;
    }
    .page-header .logo-schatz {
        width: 40px;
    }
}
.page-title {
    border-left: 12px solid #153372;
    padding: 0 0 65px 20px;
    margin-bottom: 0;
}
.pageContent h2:not(.accordion-header):not(.text-center), .pageContent h3 {
    border-left: 12px solid #153372;
    padding: 0 0 0 20px;
    line-height: 1.5;
    margin-bottom: 65px;
}
.pageContent * + h2:not(.accordion-header):not(.text-center), .pageContent * + h3 {
    margin-top: 65px
	}
	
	
	.pageContent h2:not(.accordion-header):not(.text-center), .pageContent h4 {
    border-left: 12px solid #153372;
    padding: 0 0 0 20px;
    line-height: 1.5;
    margin-bottom: 65px;
	}
	
	
.pageContent img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767.98px) {
    .page-title {
        border-left: 8px solid #153372;
        padding: 0 0 30px 15px;
    }
    .pageContent h2:not(.accordion-header):not(.text-center), .pageContent h3 {
        border-left: 8px solid #153372;
        padding: 0 0 0 15px;
        margin-bottom: 30px;
    }
    .pageContent * + h2:not(.accordion-header):not(.text-center), .pageContent * + h3 {
		margin-top: 50px
	}
			
	.pageContent h2:not(.accordion-header):not(.text-center), .pageContent h4 {
        border-left: 8px solid #153372;
        padding: 0 0 0 15px;
        margin-bottom: 30px;
    }
}


/* index
 ==================================================== */

h2 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 32px;
}
		
h3 {
  font-size: 20px;
  margin-bottom: 35px;
}
		
h4 {
  font-size: 18px;
  margin-bottom: 35px;
}
h2 span.subttl {
  display: block;
  font-size: 17px;
  color: #13327c;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2 p {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
h2 p span {
  opacity: 0;
  position: relative;
  width: auto;
  opacity: 0;
  top: 30px;
}
@media (min-width: 768px) {
  h2,h2 p {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
	}
}

#loader {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loader div {
  position: relative;
  width: 100px;
  height: 130px;
}
#loader div img {
  position: absolute;
}
#loader div img:nth-child(2) {
  top: -100vh;
  -webkit-animation: loadDrip1 1s forwards;
          animation: loadDrip1 1s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
          animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
}
#loader div img:nth-child(3) {
  opacity: 0;
  margin-top: 10px;
  -webkit-animation: loadDrip2 1s ease-in 1s forwards;
          animation: loadDrip2 1s ease-in 1s forwards;
}
#loader div::after, #loader div::before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 70px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 1px;
  border: #ccebff 5px solid;
  border-radius: 100%;
  -webkit-animation: loadDrip3 2s ease-out .9s forwards;
          animation: loadDrip3 2s ease-out .9s forwards;
   -ms-filter: blur(3px);
  		  filter: blur(3px);
}
#loader div::after {
  top: 80px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#loader.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .8s;
  transition: .8s;
}

@-webkit-keyframes loadDrip1 {
  0% {
    top: -55vh;
  }
  10% {
    top: -50vh;
  }
  100% {
    top: 0;
  }
}

@keyframes loadDrip1 {
  0% {
    top: -55vh;
  }
  10% {
    top: -50vh;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes loadDrip2 {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes loadDrip2 {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes loadDrip3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 180px;
    border-width: 1px;
  }
}
@keyframes loadDrip3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 180px;
    border-width: 1px;
  }
}

#main {
  width: 100%;
  overflow-x: hidden;
  margin-top: 77px;
}
@media (min-width: 768px){
	#main{
		margin-top: 0px;
	}
}

.container {
  max-width: 1140px;
  padding-right: 25px;
  padding-left: 25px;
		}
		
		@media (min-width: 768px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 60px;
    padding-left: 145px;
  }
}
		


.container-fluid {
  padding: 0;
}

section {
  position: relative;
  padding: 75px 0;
}

.bg-blue06 {
  background: #0f2862;
  background: linear-gradient(45deg, #0f2862 0%, #005192 49%, #13317a 79%, #172849 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f2862",endColorstr="#172849",GradientType=1);
}

.bg-blue07 {
  background: #0892c3;
  background: linear-gradient(45deg, #0892c3 0%, #0077aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0892c3",endColorstr="#0077aa",GradientType=1);
}
@media (max-width: 768px) {
  section.top-head {
    padding-top: 0;
    margin-top: 20px;
    overflow: hidden;
  }
}



.oneby {
  position: relative;
}
.oneby span {
  opacity: 0;
  position: relative;
  width: auto;
  opacity: 0;
  top: 30px;
}
.drip span {
  -webkit-animation: titleAnime3 .3s ease normal forwards;
          animation: titleAnime3 .3s ease normal forwards;
}
.drip span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.drip span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.drip span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.drip span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.drip span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.drip span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.drip span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.drip span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.drip span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.drip span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.drip span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.drip span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.drip span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.drip span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.drip span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.drip span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.drip span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.drip span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.drip span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.drip span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}


@-webkit-keyframes titleAnime3 {
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes titleAnime3 {
  100% {
    opacity: 1;
    top: 0;
  }
}


.top-pt-80{
	padding-top: 0px;
}
@media (min-width: 768px){
	.top-pt-80{
		padding-top: 80px;
	}
}

.top-main {
  position: relative;
  z-index: 2;
}
.top-main p {
  color: #fff;
}
.top-main .oneby span {
  -webkit-animation: titleAnime3 .2s ease normal forwards;
          animation: titleAnime3 .2s ease normal forwards;
}
.top-main .oneby span:nth-child(1) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}
.top-main .oneby span:nth-child(2) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.top-main .oneby span:nth-child(3) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.top-main .oneby span:nth-child(4) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.top-main .oneby span:nth-child(5) {
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s;
}
.top-main .oneby span:nth-child(6) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.top-main .oneby span:nth-child(7) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}
.top-main .oneby span:nth-child(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.top-main .oneby span:nth-child(9) {
  -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s;
}
.top-main .oneby span:nth-child(10) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.top-main .oneby span:nth-child(11) {
  -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s;
}
.top-main .oneby span:nth-child(12) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
.top-main .oneby span:nth-child(13) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s;
}
.top-main .oneby span:nth-child(14) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.top-main .oneby span:nth-child(15) {
  -webkit-animation-delay: 3.85s;
          animation-delay: 3.85s;
}
.top-main .oneby span:nth-child(16) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
.top-main .oneby span:nth-child(17) {
  -webkit-animation-delay: 3.95s;
          animation-delay: 3.95s;
}
.top-main .oneby span:nth-child(18) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.top-main .oneby span:nth-child(19) {
  -webkit-animation-delay: 4.05s;
          animation-delay: 4.05s;
}
.top-main .oneby span:nth-child(20) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.top-main .bluebox {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: 0;
  background: #13327c;
  padding: 100px 100px 123px 0;
  border-radius: 0 35px 35px 0;
}
.top-main .bluebox p.top {
  position: absolute;
  font-size: 22px;
  top: 30px;
  margin-left: calc(7vw + 30px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.top-main .bluebox p.btm {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  margin-left: calc(7vw + 30px);
  font-size: 11px;
  margin-bottom: 0;
}
.top-main .bluebox p.btm span {
  font-size: 9px;
}
.top-main{
	padding-top: 50px;
}
@media (min-width: 768px) {
  .top-main{
	padding-top: 75px;
  }
  .top-main .bluebox {
    border-radius: 50px 0 0 50px;
    padding: 100px 0 100px 100px;
    margin-right: 0;
    margin-left: auto;
  }
  .top-main .bluebox p.top {
    font-size: 34px;
    top: 20px;
    margin-left: 0;
  }
  .top-main .bluebox p.btm {
    bottom: 27px;
    right: 25px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-main .bluebox .title-adblue {
    position: relative;
    right: -7vw;
    width: 93vw;
  }
}


.top-youtube {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.top-youtube video {
  width: 100vw;
}
@media (min-width: 768px) {
  .top-youtube {
    width: 100%;
    border-radius: 50px 0 0 50px;
  	overflow: hidden;
  }
.top-youtube video {
  width: 100%;
}
}

.top-text-adblue {
  position: relative;
  background: #0892c3;
  width: 90%;
  margin-top:-.5px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0 0 0 40px;
  padding: 30px;
  text-align: center;
  z-index: 3;
		}
		
@media (max-width: 768px) {
	.top-text-adblue {
		padding: 35px 30px;
	}
}
		
.top-text-adblue img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .top-text-adblue {
    position: absolute;
    bottom: 120px;
    width: 34%;
    max-width: 620px;
    text-align: right;
    border-radius: 0 50px 50px 0;
    padding: 70px 30px;
  }
  .top-text-adblue img {
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 991px) {
  .top-text-adblue {
    padding: 70px 30px 70px 120px;
  }
  .top-text-adblue img {
    width: 100%;
    max-width: 400px;
  }
}

.title-adblue {
  position: relative;
  background: #0892c3;
  overflow: hidden;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0 0 0 40px;
  padding: 30px 30px;
  text-align: center;
  z-index: 3;
}
.title-adblue div {
  width: 100%;
  text-align: center;
}
.title-adblue div:first-child {
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.title-adblue div:first-child img {
  display: inline-block;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-animation: titleAnime .5s ease 4.2s 1 normal forwards;
          animation: titleAnime .5s ease 4.2s 1 normal forwards;
}
.title-adblue div:first-child img:nth-child(2) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
.title-adblue div:first-child img:nth-child(3) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.title-adblue div:first-child img:nth-child(4) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.title-adblue div:first-child img:nth-child(5) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.title-adblue div:first-child img:nth-child(6) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
.title-adblue div:first-child img:nth-child(7) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.title-adblue div:first-child img:nth-child(8) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
.title-adblue div:last-child {
  opacity: 0;
  -webkit-animation: titleAnime2 .5s ease 5.5s normal;
          animation: titleAnime2 .5s ease 5.5s normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 576px) {
  .title-adblue {
    padding: 40px 30px;
  }
  .title-adblue div:first-child {
    height: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .title-adblue {
    position: absolute;
    bottom: 120px;
    width: 40%;
    max-width: 500px;
    text-align: right;
    border-radius: 0 50px 50px 0;
    padding: 70px 30px;
  }
  .title-adblue div:first-child {
    height: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .title-adblue {
    padding: 70px 30px 70px 120px;
  }
}
@media (min-width: 1200px) {
  .title-adblue div:first-child img{
    -webkit-transform: translateY(80px);
      transform: translateY(8s0px);
  }
  .title-adblue div:first-child {
    height: 80px;
  }
}

@-webkit-keyframes titleAnime {
  100% {
  	opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes titleAnime {
  100% {
  	opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes titleAnime2 {
  100% {
    opacity: 1;
  }
}
@keyframes titleAnime2 {
  100% {
    opacity: 1;
  }
}



.top-text {
  position: relative;
  background: #13327c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 25px 30px 25px;
  width: 90%;
  z-index: 1;
  border-radius: 0 0 40px 0;
}
.top-text p {
  display: inline-block;
  font-size: 13px;
}
		

.top-text p span {
  font-size: 12px;
}
@media (min-width: 992px) {
  .top-text p {
    font-size: 12px;
  }
		}
		
@media (max-width: 768px) {
	.top-text p {
		display: inline-block;
		font-size: 11px;
		letter-spacing: -0.04rem;
		margin-bottom: 0px !important;
	}
			
	.top-text {
				padding: 15px 25px 20px 25px;
				border-radius: 0 0 35px 0;
	}
}
@media (min-width: 768px) {
  .top-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 195px);
    border-radius: 0 0 0 50px;
  }
}
@media (max-width: 768px) {
  .top-text::after {
    content: '';
    display: block;
    position: absolute;
    top: -210px;
    left: 0;
    width: 90%;
    height: 210px;
    background: #13327c;
    z-index: 0;
  }
}

.top-bk {
  position: relative;
  margin-top: -150px;
  background: url("https://schatz.human-ware.info/img/common/bg_index.webp") repeat center top;
  background-size: 100% auto;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .top-bk {
    margin-top: -100px;
  }
}

.top-oso {
  position: relative;
  display: flex;
  opacity: 0;
  justify-content: center;
  z-index: 0;
}
.top-oso h2{
	font-size: 28px;
}
@media (min-width: 768px){
	.top-oso h2{
		font-size: 34px;
	}
}
.top-oso.drip {
  opacity: 1;
}
.top-oso.drip::before, .top-oso.drip::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(75deg);
          transform: translateX(-50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  background: none;
  border: 5px solid skyblue;
  -webkit-animation: dripple 1.5s ease-out .7s;
          animation: dripple 1.5s ease-out .7s;
}
.top-oso.drip::after {
  animation-delay: .5s;
}
.top-oso.drip div {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 30px;
  max-width: 500px;
}
.top-oso.drip div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  background: #b0cfe4;
  z-index: -1;
  border-radius: 100%;
  -webkit-animation: drip 1.5s forwards;
          animation: drip 1.5s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
          animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}
.top-oso.drip div h2 {
  opacity: 0;
  animation: appear 1s 1s forwards;
}
.top-oso.drip div p {
  opacity: 0;
  animation: appear 1s 1s forwards;
}
@media (min-width: 768px) {
  .top-oso {
    width: 500px;
    overflow: inherit;
  }
  .top-oso div {
    padding: 0;
    max-width: auto;
  }
  .top-oso div::before {
    width: 700px;
    height: 700px;
  }
}

@keyframes drip {
  0% {
    top: 0%;
    width: 300px;
    height: 300px;
    border-radius: 100% 5% 100% 100%;
  }
  55% {
    width: 300px;
    height: 300px;
    top: 50%;
    border-radius: 100% 5% 100% 100%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  100% {
    width: 600px;
    height: 600px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 100%;
  }
}
@media (min-width: 768px) {
  @keyframes drip {
    0% {
      top: 0%;
      width: 300px;
      height: 300px;
      border-radius: 100% 5% 100% 100%;
    }
    55% {
      width: 300px;
      height: 300px;
      top: 50%;
      border-radius: 100% 5% 100% 100%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
      width: 700px;
      height: 700px;
      top: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      border-radius: 100%;
    }
  }
}
@keyframes dripple {
  0% {
    width: 150px;
    height: 150px;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 800px;
    height: 500px;
    top: 20%;
    opacity: 0;
  }
}
@media (min-width: 576px) {
  @keyframes dripple {
    0% {
      width: 150px;
      height: 150px;
    }
    25% {
      opacity: 1;
    }
    100% {
      width: 900px;
      height: 500px;
      top: 20%;
      opacity: 0;
    }
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reason {
  position: relative;
  margin-top: 0px;
}
.reason .row {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 253px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .reason .row {
    margin-bottom: 100px;
  }
}
.reason .row .text {
  position: relative;
  padding: 0;
}
.reason .row .text p {
  margin-bottom: 0;
}
.reason .row .text img.reason-num {
  position: absolute;
  top: -132px;
  height: 100px;
}
@media (min-width: 768px) {
  .reason .row .text img.reason-num {
    top: -152px;
    height: 122px;
  }
}
.reason .row .text div {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .reason .row .text div {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .reason .row .text.right {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .reason .row .text.left {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .reason .row .text {
    margin-top: 80px;
  }
}
.reason .row .img {
  position: relative;
  height: 316px;
}
.reason .row .img img {
  height: 316px;
  width: calc(100% + 50px);
  object-fit: cover;
}
@media (min-width: 768px) {
  .reason .row .img img {
    width: calc(100% + 60px);
  }
}
@media (min-width: 1140px) {
  .reason .row .img img {
    width: calc(100%);
  }
}
.reason .row .img.right {
  right: 0px;
}
@media (min-width: 768px) {
  .reason .row .img.right {
    right: -12px;
  }
}
.reason .row .img.right img {
  border-radius: 50px 0 0 50px;
}
@media (min-width: 1140px) {
  .reason .row .img.right {
    right: -12px;
  }
  .reason .row .img.right img {
    border-radius: 50px;
  }
}
.reason .row .img.left {
  left: -37px;
}
@media (min-width: 768px) {
  .reason .row .img.left {
    left: -157px;
  }
}
.reason .row .img.left img {
  border-radius: 0 50px 50px 0;
  width: calc(100% + 36px);
}
@media (min-width: 768px) {
  .reason .row .img.left img {
    width: calc(100% + 145px);
  }
}
@media (min-width: 1140px) {
  .reason .row .img.left img {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .reason .row .img.left {
    left: -12px;
  }
  .reason .row .img.left img {
    border-radius: 50px;
  }
}
.reason .drip .text div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 0;
  background: #000;
  animation: leftline 1.5s ease forwards;
}

@keyframes leftline {
  100% {
    height: 100%;
  }
}
.top-map {
  position: relative;
}
.top-map .map-drip {
  position: absolute;
  width: 2.1%;
  opacity: 0;
}
.top-map .drip {
  animation: map-drip .5s ease-out forwards;
}

@keyframes map-drip {
  0% {
    opacity: 0;
    margin-top: -3%;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}


.top-wia {
  background: url("https://schatz.human-ware.info/img/top/bk01.webp") no-repeat right top;
  background-size: 110% auto;
}
.top-wia .row {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top-wia {
    background: url("https://schatz.human-ware.info/img/top/bk01-m.webp") no-repeat right top;
    background-size: 110% auto;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }
  .top-wia .row {
    margin-top: 0px;
  }
}
.top-wia ul {
  padding: 0;
}
.top-wia ul li {
  position: relative;
  list-style: none;
  font-size: 20px;
  border-top: 1px solid #999a9a;
}
.top-wia ul li a {
  display: block;
  padding: 30px 50px 30px 0;
  width: 100%;
  font-size: 16px;
  font-weight:bold;
  text-decoration: none;
}
@media (min-width: 768px){
	.top-wia ul li a {
	  font-size: 18px;
	}
}
.top-wia ul li a:hover .arrow-btn::before {
  -webkit-animation: btndrop .3s 0.1s forwards;
          animation: btndrop .3s 0.1s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
}
.top-wia ul li a:hover .arrow-btn::after {
  -webkit-animation: btndrop2 .7s forwards;
          animation: btndrop2 .7s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-wia ul li a:hover .arrow-btn img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.top-wia ul li:last-child {
  border-bottom: 1px solid #999a9a;
}
.top-wia ul li span {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.top-products h2,
.top-products h2 span {
  color: #fff;
}
.top-products .row {
  position: relative;
  padding: 45px 25px;
  background: #fff;
  border-radius: 50px;
}
.top-products .img {
  text-align: center;
}
.top-products .img img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .top-products h3 {
    font-size: 19px;
    margin-bottom: 0;
  }
  .top-products p {
    padding-bottom: 20px;
  }
   .deta{
       padding: 0;
   }
}
.top-products .text {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .top-products .text {
    padding-right: 0;
  }
}
.top-products .a-btn {
  width: 40px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top-products .a-btn {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .top-products .a-btn {
    top: 135px;
    right: 30px;
  }
}
.top-products .deta {
  max-height: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
}
.top-products .deta h4 {
  margin-bottom: 20px;
}
.top-products input[type="checkbox"] {
  display: none;
}
.top-products input[type="checkbox"]:checked + .deta {
  max-height: 1000px;
}


.top-plant a {
  display: block;
  position: relative;
}
.top-plant a span {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.top-plant a .arrow-btn {
  background: rgba(255, 255, 255, 0.7);
}
.top-plant a:hover {
  opacity: 1;
}
.top-plant a:hover .arrow-btn::before {
  -webkit-animation: btndrop .3s 0.1s forwards;
          animation: btndrop .3s 0.1s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
}
.top-plant a:hover .arrow-btn::after {
  -webkit-animation: btndrop2 .7s forwards;
          animation: btndrop2 .7s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-plant a:hover .arrow-btn img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}


#faq {
  color: #fff;
}
#faq h2 {
  color: #fff;
}
#faq h3 {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  padding: 30px 80px 30px 0px;
}
#faq h3::before, #faq h3::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
#faq h3::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#faq h3.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
		}
		
		
		
#faq h5 {
  position: relative;
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  padding: 30px 50px 30px 0px;
}
#faq h5::before, #faq h5::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
#faq h5::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 768px){
	#faq h5 {
	  font-size: 18px !important;
	}
	#faq h5::before, #faq h5::after {
		width: 26px;
	}
}
#faq h5.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
		}
		
#faq > div {
  position: relative;
  border-top: 1px solid;
}
#faq > div > div {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
#faq > div.open > div {
  max-height: 1000px;
  -webkit-transition: .3s;
  transition: .3s;
}
#faq > div:last-child {
  border-bottom: 1px solid;
}
#faq .table{
	border-color:#fff;
	color: #fff;
}

#faq th {
	border-bottom: 1px solid #fff;
}			
			

/* 動くボタン
 ==================================================== */
 
:root {
  --btnsvgW: 330px;
  --btnsvgH: 93px;
}

a.svg-btn {
  display: block;
  position: relative;
  height: var(--btnsvgH);
  width: var(--btnsvgW);
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
}
a.svg-btn span {
  display: block;
  position: absolute;
  top: 30px;
  font-size: 16.5px;
}
a.svg-btn div {
  position: absolute;
  top: 0;
  height: var(--btnsvgH);
  width: var(--btnsvgW);
}
a.svg-btn .st0 {
  fill: none;
  stroke: #828282;
  stroke-miterlimit: 10;
}
a.svg-btn .st2 {
  fill: none;
  stroke: #828282;
  stroke-miterlimit: 10;
}
a.svg-btn .st2 {
  fill: none;
  stroke: #828282;
  stroke-miterlimit: 10;
}
a.svg-btn .st3 {
  fill: none;
  stroke: #828282;
  stroke-miterlimit: 10;
}
a.svg-btn:hover {
  opacity: 1;
}
a.svg-btn:hover .st2 {
  -webkit-animation: svg-anime 2s ease-out;
          animation: svg-anime 2s ease-out;
}
a.svg-btn:hover .st3 {
  stroke: #828282;
  -webkit-animation: svg-anime2 2s ease-out;
          animation: svg-anime2 2s ease-out;
}

@-webkit-keyframes svg-anime {
  0% {
    stroke: #3b3b3b;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes svg-anime {
  0% {
    stroke: #3b3b3b;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svg-anime2 {
  0% {
    stroke: #3b3b3b;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svg-anime2 {
  0% {
    stroke: #3b3b3b;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.arrow-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.arrow-btn img {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  vertical-align: top;
}
.arrow-btn::before, .arrow-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  opacity: 0;
}
.arrow-btn::after {
  top: 10%;
  width: 10px;
  height: 10px;
  display: block;
}
.arrow-btn:hover img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.arrow-btn:hover::before {
  -webkit-animation: btndrop .3s 0.1s forwards;
          animation: btndrop .3s 0.1s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.84, 0);
}
.arrow-btn:hover::after {
  -webkit-animation: btndrop2 .7s forwards;
          animation: btndrop2 .7s forwards;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

@-webkit-keyframes btndrop {
  0% {
    opacity: 1;
    top: 5%;
    width: 5px;
    height: 5px;
  }
  50% {
    top: 15%;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 1;
    top: 50%;
    width: 20px;
    height: 20px;
  }
}

@keyframes btndrop {
  0% {
    opacity: 1;
    top: 5%;
    width: 5px;
    height: 5px;
  }
  50% {
    top: 15%;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 1;
    top: 50%;
    width: 20px;
    height: 20px;
  }
}
@-webkit-keyframes btndrop2 {
  0% {
    opacity: 1;
    top: -20%;
    width: 20px;
    height: 10px;
  }
  20% {
    opacity: 1;
    top: -0%;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 1;
    top: -20%;
  }
}
@keyframes btndrop2 {
  0% {
    opacity: 1;
    top: -20%;
    width: 20px;
    height: 10px;
  }
  20% {
    opacity: 1;
    top: -0%;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 1;
    top: -20%;
  }
}


/* トップへ戻る
 ==================================================== */
a.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
  color: #13327C;
  display: block;
  z-index: 3000;
  overflow: hidden;
  border-radius: 50%;
}
a.page-top:hover {
  opacity: 0.7;
}
@keyframes loading1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  position: relative;
  background: #089BCC;
  overflow: hidden;
  display: block;
  opacity: 0.9;
}
.loading::before {
  content: "";
  height: 120px;
  width: 130px;
  background: #13327C;
  position: absolute;
  bottom: 55px;
  left: -20px;
  border-radius: 40%;
  animation: loading1 4s linear infinite;
  transition: all 0.8s ease-in-out;
}
.loading:hover:before {
  transition: all 0.8s ease-in-out;
  bottom: 70px;
}
.loading:hover:after {
  transition: all 0.8s ease-in-out;
  bottom: 70px;
}
.loading::after {
  content: "";
  height: 120px;
  width: 130px;
  background: #fff;
  position: absolute;
  bottom: 55px;
  left: -30px;
  opacity: 0.6;
  border-radius: 35%;
  animation: loading2 6s linear infinite;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 575.98px) {
  .loading {
    height: 55px;
    width: 55px;
  }
  .loading::before {
    bottom: 30px;
    left: -30px;
  }
  .loading::after {
    bottom: 30px;
    left: -35px;
  }
}


/* 下からふわっと
 ==================================================== */
 .anim_b {
  position: relative;
  bottom: -30px;
  opacity: 0;
}
.anim_b.on {
  animation: AnimBottom 1s ease-in-out 0.5s forwards;
}
@keyframes AnimBottom {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/* 左からふわっと
 ==================================================== */
 .anim_l {
  position: relative;
  left: -100px;
  opacity: 0;
}
.anim_l.on {
  animation: AnimLeft 1.5s ease-in-out 0.5s forwards;
}
@keyframes AnimLeft {
  0% {
    left: -100px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
/* 右からふわっと
 ==================================================== */
 .anim_r {
  position: relative;
  right: -100px;
  opacity: 0;
}
.anim_r.on {
  animation: AnimRight 1.5s ease-in-out 0.5s forwards;
}
@keyframes AnimRight {
  0% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
/* 上からふわっと
 ==================================================== */
 .anim_t {
  position: relative;
  top: -30px;
  opacity: 0;
}
.anim_t.on {
  animation: AnimTop 1s ease-in-out 0.5s forwards;
}
#fb1.on {
  animation: AnimTop 1s ease-in-out 0.5s forwards;
}
#fb2.on {
  animation: AnimTop 1s ease-in-out 1s forwards;
}
#fb3.on {
  animation: AnimTop 1s ease-in-out 1.5s forwards;
}
#fb4.on {
  animation: AnimTop 1s ease-in-out 2s forwards;
}
@keyframes AnimTop {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.scroll_t {
  animation: ScrollTop 3s ease-in-out 0s forwards;
}
@keyframes ScrollTop {
  0% {
    bottom: 10%;
  }
  100% {
    bottom: -100%;
  }
}

/* メディアクエリ
==================================================== */
/*
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}


/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}
