html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
  text-decoration: none;
  outline: 0;
}
ul{padding: 0; margin: 0;}
img{max-width: 100%;}









body{
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  color: #333333;
  background: #fff;
}
header {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 0;
}
header.sticky {
  padding-top: 5px;
  box-shadow: 0 -2px 8px #8e8e8e;
}
header.sticky .logo-area p {
  font-size: 10px;
  margin-bottom: 5px;
}
header.sticky .logo {
  max-width: 160px;
}
header.sticky .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.logo-area{}
.logo-area p{
  font-size: 12px;
  margin-bottom: 15px;
}
.call-area a {
  font-family: "Fjalla One";
  font-size: 35px;
  color: #0dabc3;
  text-align: right;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.call-area a:hover{
  color: #000;
}
.navbar, .navbar-nav li:last-child a.nav-link{
padding-right: 0;
}
.navbar{
padding: 0;
}
.navbar-nav .nav-link {
  color: #333333;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 2px;
}
.nav-item.active .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
  color: #0dabc3;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0dabc3;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  top: 70%;
}
.navbar-nav .nav-link:hover::after, .nav-item.active .nav-link::after{
  opacity: 1;
  top: 100%;
}





section{
  padding: 70px 0;
}
.section1 {
  background-image: url(../images/bannerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 320px 0 200px;
}
.section1 .container {
  padding: 0 140px;
}
.section-heading{
  text-transform: uppercase;
  text-align: center;
  color: #0dabc3;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0;
}
.section1 .section-heading {
  text-shadow: 1px 1px 10px #0dabc2, 1px -1px 10px #0dabc2, -1px 1px 10px #0dabc2, -1px -1px 10px #0dabc2, 0 0 22px #0dabc2;
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.section1 p {
  text-shadow: 1px 1px 10px #0dabc2, 1px -1px 10px #0dabc2, -1px 1px 10px #0dabc2, -1px -1px 10px #0dabc2, 0 0 22px #0dabc2;
  color: #fff;
  text-align: center;
  font-size: 20px;
}








.section2{}
.section2 .row {
  align-items: center;
}
.section2 img{
  border-radius: 50%;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.section2 img:hover{
  border-radius: 20%;
  cursor: pointer;
}
.section-heading2{
  font-size: 25px;
  color: #000;
}
.section2 p{
  /*font-size: 18px;*/
  color: #000;
}
ul.check{}
ul.check li {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 30px;
  margin-bottom: 5px;
  /*font-size: 18px;*/
  color: #000;
}







.section3 {
  background-image: url(../images/s3bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section3 .section-heading, .section3 .section-heading2{
  color: #fff;
}
.section3 img{
  border-radius: 20px;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.section3 img:hover{
  border-radius: 20%;
  cursor: pointer;
}
.section3 p{
  /*font-size: 18px;*/
}
.section3 .row{
  align-items: center;
}






.section4{}
.sub-heading {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 45px;
}
ul.check2 li {
  background-image: url(../images/check2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 30px;
  margin-bottom: 5px;
  /*font-size: 18px;*/
  color: #fff;
}
.section4 .section-heading {
  margin-bottom: 30px;
}
table.table{
  text-align: center;
  border: 1px solid #dee2e6;
  font-weight: bold;
}
.table th {
  background: #0dabc3;
  color: #fff;
  border-right: 1px solid #dee2e6;
  font-size: 24px;
}
.table td {
  color: #000;
  border-right: 1px solid #dee2e6;
  width: 25%;
}
.section4 p {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}








.section5 {
  background-image: url(../images/s5bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section5 .section-heading, .section5 .section-heading2{
  color: #fff;
}









.section6{}
.tbl2{}
.tbl2 tr td:first-child {
  background: #0dabc3;
  color: #fff;
  width: 100px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 18px;
  font-weight: bold;
}
.tbl2 tr td:last-child {
  border: 1px solid #dee2e6;
  padding: 5px;
}
.tbl2 tr td:nth-child(2) {
  width: 5px
}









.section7 {
  background-color: #f6f5f1;
  padding-bottom: 0;
}











.section8 {
  background-image: url(../images/s8bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section8 .section-heading{
  color: #fff;
}


.s7-block{
  padding: 20px 0px;
}

.section7 .row{
  padding-bottom: 30px;
}



.footer-top {
  background: #262626;
  color: #fff;
  padding: 70px 0;
}
.footer-bottom {
  background: #0dabc3;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.footer-top p {
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-fix-btn {
  position: fixed;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  right: 5%;
  z-index: 999;
  bottom: -50%;
}
.fbcome {
  bottom: 8%;
}
.btn-primary {
  color: #fff;
  background-color: #f35051;
  border-color: #f35051;
  border-radius: 30px;
  padding: 6px 20px 6px 6px;
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  /* font-family: YuGothB; */
  font-size: 17px;
}
.footer-fix-btn .btn-primary {
  box-shadow: 0px 5px 10px #404040;
}
.btn-primary span {
  background: #d83c3f;
  padding: 11px 0px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.btn-primary i {
  font-size: 27px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #d83c3f;
  border-color: #fff;
  width: 330px;
}
.btn-primary:hover span {
  background-color: #f35051;
}





@media(max-width: 991px){
.navbar-toggler {
color: #D8D8D8;
border: 1px solid #D8D8D8;
border-radius: 100% !important;
width: 32px;
height: 32px;
margin: 15px 15px 0;
position: relative;
background: url(../images/toggler.png) no-repeat 6px 8px;
}
.navbar-toggler:hover {
  background: #0dabc3 url(../images/toggler.png) no-repeat 6px -28px;
  border-color: #0dabc3;
  color: #fff;
}
.header-top {
  justify-content: space-between;
  align-items: flex-start;
}
.navbar {
  justify-content: center;
  text-align: center;
  /*min-width: 160px;*/
}
.call-area a {
  font-size: 18px;
}
.section1 .container {
  padding: 0 15px;
}
.header-top > div {
  width: 32%;
  text-align: center;
  margin: 0 auto;
}
.navbar-nav .nav-link {
  display: inline-block;
}
ul.check li, ul.check2 li {
  background-position: left top;
}




}


@media(max-width: 767px){

.logo-area p {
  display: none;
}
.call-area a {
  font-size: 15px;
}
.navbar-toggler {
  margin: 0;
}
header {
  padding-bottom: 15px;
}

header.sticky {
  padding-bottom: 5px;
}
.section1 {
  padding: 150px 0 80px;
}
.section1 .section-heading {
  font-size: 25px;
}
.section1 p {
  font-size: 18px;
}
.section-heading {
  font-size: 25px;
  margin-bottom: 20px;
}
.section-heading2 {
  font-size: 18px;
}
section {
  padding: 30px 0;
}
header.sticky .logo {
  max-width: 100%;
}
body {
  font-size: 16px;
}
.section2 .col-md-9 {
  margin-bottom: 20px;
}
ul.check2 {
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.table th {
  font-size: 16px;
}
.section7 img {
  margin-bottom: 20px;
}
.footer-top {
  padding: 30px 0;
}
.logo2 {
  margin-bottom: 15px;
}
.section2 img, .section3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


}



































































