/**
* Template Name: Resi - v2.2.0
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  color: #29231e;
  font-size: 17px;
  line-height: 2;
}
main {
  overflow: hidden;
}
a {
  color: #0066cc;
}
a:hover {
  color: #8191BE;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #10318A;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #7272f5;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
}
#header.header-scrolled, #header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #10318A;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  transition: 0.3s;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /* color: #10318A; */
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #10318A;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #10318A;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* Get Startet Button */
.get-started-btn {
  color: #fff;
  border-radius: 50px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  border: 2px solid #10318A;
  font-weight: 600;
  background: #10318A;
}
.get-started-btn:hover {
  background: #fff;
  color: #10318A;
  border: 2px solid #10318A;
}
@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #10318A;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #10318A;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #10318A;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(48, 47, 84, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  display: flex;
}
#hero .container {
  padding-top: 30px;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #10318A;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}
#hero h2 {
  margin: 10px 0 0 0;
  font-size: 30px;
}
#hero ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
#hero ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
#hero ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #10318A;
}
#hero .btn-get-started, #hero .btn-get-quote {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}
#hero .btn-get-started {
  background: #10318A;
  color: #fff;
  border: 2px solid #10318A;
  margin-right: 10px;
}
#hero .btn-get-started:hover {
  background: #ADC0F3;
  border: 2px solid #ADC0F3;
}
#hero .btn-get-quote {
  color: #10318A;
  border: 2px solid #10318A;
}
#hero .btn-get-quote:hover {
  background: #10318A;
  color: #fff;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero {
    text-align: center;
  }
  #hero ul {
    text-align: left;
    font-size: 14px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started, #hero .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
.section-bg {
  background-color: #eeeef5;
}
.section-bg-b {
  background-color: #10318A;
}
.section-white {
  background-color: #FFF;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #10318A;
  bottom: 0;
  left: calc(50% - 50px);
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #10318A;
  bottom: 0;
  left: calc(50% - 50px);
}
.section-title p {
  margin-bottom: 0;
}
.section-title-b {
  text-align: center;
  padding-bottom: 30px;
}
.section-title-b h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
.section-title-b h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 50px);
}
.section-title-b h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 50px);
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #333;
}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #10318A;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0;
}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 950px;
}
.why-us .box2 {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 820px;
}
@media (max-width : 736px) {
  .why-us .box {
    height: auto;
  }
  .why-us .box2 {
    height: auto;
  }
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b9b9fa;
}
.why-us .box h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #10318A;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  padding: 30px 30px 70px 30px;
}
.why-us .box2 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b9b9fa;
}
.why-us .box2 h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #10318A;
}
.why-us .box2 p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box2:hover {
  padding: 30px 30px 70px 30px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #10318A;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}
.counts .count-box span {
  font-size: 36px;
  color: #0c0ca8;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #10318A;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
#service li {
  list-style: none !important;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #10318A;
  transition: ease-in-out 0.3s;
}
.features .icon-box:hover h3 a {
  color: #10318A;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #10318A;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #10318A;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #10318A;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #10318A;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1313ee;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.team .member .social a {
  transition: color 0.3s;
  color: #10318A;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #10318A;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #10318A;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
}
.team .member .member-info p {
  font-size: 14px;
  line-height: 26px;
  color: #2D2D2D;
  padding: 10px;
  text-align: left;
}
.team .member:hover .social {
  opacity: 1;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
  font-size: 46px;
  color: #10318A;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #10318A;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .btn-buy {
  background: #10318A;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  transition: 0.3s;
  border: none;
}
.pricing .btn-buy:hover {
  background: #10318A;
}
.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .btn-buy {
  background: #10318A;
}
.pricing .featured .btn-buy:hover {
  background: #7272f5;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0 100px;
  list-style: none;
}
.faq .faq-list li {
  padding: 0 0 20px 25px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #10318A;
  font-size: 25px;
  font-weight: 500;
}
.faq .faq-list i {
  font-size: 25px;
  position: absolute;
  left: -30px;
  top: 13px;
}
.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #55575A;
  line-height: 28px;
}
.faq .faq-list a.collapse {
  color: #10318A;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #10318A;
}
.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #10318A;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #10318A;
}
.contact .php-email-form input {
  padding: 20px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #10318A;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #7272f5;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f1f1f7;
  min-height: 40px;
  margin-top: 68px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  color: #10318A;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565396;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-container {
  position: relative;
}
.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #10318A !important;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 50px;
}
.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #2D2D2D;
  font-size: 14px;
  background: #eeeef5;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #10318A;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  color: #2D2D2D;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #10318A;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #10318A;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #2D2D2D;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #10318A;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #10318A;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #7272f5;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #2D2D2D;
}
#footer .credits a {
  transition: 0.3s;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #10318A;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #10318A;
  color: #fff;
  text-decoration: none;
}
/*装飾
※IE8等古いブラウザを除く*/
.shadow {
  box-shadow: 4px 4px 0px #e9e9e9;
}
.shadow02 {
  box-shadow: 0px 0px 4px #666;
}
.outline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 95%;
  padding: 8px;
  background: #fff;
  box-shadow: 0px 0px 8px #666;
}
.border {
  border: 1px solid #ccc;
}
/*画像のサイズ調整*/
img.resize10 {
  height: auto;
  max-width: 10%;
}
img.resize20 {
  height: auto;
  max-width: 20%;
}
img.resize30 {
  height: auto;
  max-width: 30%;
}
img.resize40 {
  height: auto;
  max-width: 40%;
}
img.resize50 {
  height: auto;
  max-width: 50%;
}
img.resize60 {
  height: auto;
  max-width: 60%;
}
img.resize70 {
  height: auto;
  max-width: 70%;
}
img.resize80 {
  height: auto;
  max-width: 80%;
}
img.resize90 {
  height: auto;
  max-width: 90%;
}
/*円
※IE8等古いブラウザを除く*/
.circle {
  border-radius: 50%;
}
/*角丸
※IE8等古いブラウザを除く*/
.rc4 {
  border-radius: 4px;
}
.rc4-tl {
  border-top-left-radius: 4px;
}
.rc4-tr {
  border-top-right-radius: 4px;
}
.rc4-bl {
  border-bottom-left-radius: 4px;
}
.rc4-br {
  border-bottom-right-radius: 4px;
}
.rc8 {
  border-radius: 8px;
}
.rc8-tl {
  border-top-left-radius: 8px;
}
.rc8-tr {
  border-top-right-radius: 8px;
}
.rc8-bl {
  border-bottom-left-radius: 8px;
}
.rc8-br {
  border-bottom-right-radius: 8px;
}
.rc12 {
  border-radius: 12px;
}
.rc12-tl {
  border-top-left-radius: 12px;
}
.rc12-tr {
  border-top-right-radius: 12px;
}
.rc12-bl {
  border-bottom-left-radius: 12px;
}
.rc12-br {
  border-bottom-right-radius: 12px;
}
/*角丸長方形
※IE8等古いブラウザを除く
※高さ100pxまで*/
.rc50 {
  border-radius: 50px;
}
/*透明パネル ※IE8等古いブラウザを除く*/
.transparent-panel-wrap {
  padding: 1em;
  background: url(../images/sample09.jpg) center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.transparent-panel {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.7);
}
/*回り込み
※モバイル時にも解除されない*/
.fl-l {
  float: left;
  margin: 0 1em 1em 0;
}
.fl-r {
  float: right;
  margin: 0 0 1em 1em;
}
.fl-c {
  clear: both;
}
/*回り込み
※モバイル時には回り込み解除*/
.left {
  float: left;
  margin: 0 1em 1em 0;
}
.right {
  float: right;
  margin: 0 0 1em 1em;
}
/*文字の横位置*/
.al-l {
  text-align: left;
}
.al-r {
  text-align: right;
}
.al-c {
  text-align: center;
}
.m0-a {
  margin: 0 auto;
}
/*文字の縦位置*/
.vl-t {
  vertical-align: top !important;
} /*上寄せ*/
.vl-m {
  vertical-align: middle !important;
} /*中央寄せ*/
.vl-b {
  vertical-align: bottom !important;
} /*下寄せ*/
/*周りのブロックからの距離（margin）*/
.m0 {
  margin: 0 !important;
} /*周りからのmarginを0に*/
.m0-t {
  margin-top: 0 !important;
} /*上からのmarginを0に*/
.m0-r {
  margin-right: 0 !important;
} /*右からのmarginを0に*/
.m0-b {
  margin-bottom: 0 !important;
} /*下からのmarginを0に*/
.m0-l {
  margin-left: 0 !important;
} /*左からのmarginを0に*/
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
.m70 {
  margin: 70px !important;
}
.m70-t {
  margin-top: 70px !important;
}
.m70-r {
  margin-right: 70px !important;
}
.m70-b {
  margin-bottom: 70px !important;
}
.m70-l {
  margin-left: 70px !important;
}
.m80 {
  margin: 80px !important;
}
.m80-t {
  margin-top: 80px !important;
}
.m80-r {
  margin-right: 80px !important;
}
.m80-b {
  margin-bottom: 80px !important;
}
.m80-l {
  margin-left: 80px !important;
}
.m90 {
  margin: 90px !important;
}
.m90-t {
  margin-top: 90px !important;
}
.m90-r {
  margin-right: 90px !important;
}
.m90-b {
  margin-bottom: 90px !important;
}
.m90-l {
  margin-left: 90px !important;
}
.m100 {
  margin: 100px !important;
}
.m100-t {
  margin-top: 100px !important;
}
.m100-r {
  margin-right: 100px !important;
}
.m100-b {
  margin-bottom: 100px !important;
}
.m100-l {
  margin-left: 100px !important;
}
.m120 {
  margin: 120px !important;
}
.m120-t {
  margin-top: 120px !important;
}
.m120-r {
  margin-right: 120px !important;
}
.m120-b {
  margin-bottom: 120px !important;
}
.m120-l {
  margin-left: 120px !important;
}
.m150 {
  margin: 150px !important;
}
.m150-t {
  margin-top: 150px !important;
}
.m150-r {
  margin-right: 150px !important;
}
.m150-b {
  margin-bottom: 150px !important;
}
.m150-l {
  margin-left: 150px !important;
}
.m200 {
  margin: 200px !important;
}
.m200-t {
  margin-top: 200px !important;
}
.m200-r {
  margin-right: 200px !important;
}
.m200-b {
  margin-bottom: 200px !important;
}
.m200-l {
  margin-left: 200px !important;
}
.m300 {
  margin: 300px !important;
}
.m300-t {
  margin-top: 300px !important;
}
.m300-r {
  margin-right: 300px !important;
}
.m300-b {
  margin-bottom: 300px !important;
}
.m300-l {
  margin-left: 300px !important;
}
/*周りのブロックからの距離（padding）*/
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}
.p70 {
  padding: 70px !important;
}
.p70-t {
  padding-top: 70px !important;
}
.p70-r {
  padding-right: 70px !important;
}
.p70-b {
  padding-bottom: 70px !important;
}
.p70-l {
  padding-left: 70px !important;
}
.p80 {
  padding: 80px !important;
}
.p80-t {
  padding-top: 80px !important;
}
.p80-r {
  padding-right: 80px !important;
}
.p80-b {
  padding-bottom: 80px !important;
}
.p80-l {
  padding-left: 80px !important;
}
.p90 {
  padding: 90px !important;
}
.p90-t {
  padding-top: 90px !important;
}
.p90-r {
  padding-right: 90px !important;
}
.p90-b {
  padding-bottom: 90px !important;
}
.p90-l {
  padding-left: 90px !important;
}
.p100 {
  padding: 100px !important;
}
.p100-t {
  padding-top: 100px !important;
}
.p100-r {
  padding-right: 100px !important;
}
.p100-b {
  padding-bottom: 100px !important;
}
.p100-l {
  padding-left: 100px !important;
}
.m-50-t {
  margin-top: -50px !important;
}
/*フォントの装飾*/
.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
/*フォントサイズの設定*/
.big {
  font-size: 1.2em !important;
}
.big2 {
  font-size: 1.5em !important;
}
.big3 {
  font-size: 1.8em !important;
}
.small {
  font-size: 0.8em !important;
}
.f07em {
  font-size: 0.7em;
}
.f08em {
  font-size: 0.8em;
}
.f09em {
  font-size: 0.9em;
}
.f10em {
  font-size: 1.0em;
}
.f11em {
  font-size: 1.1em;
}
.f12em {
  font-size: 1.2em;
}
.f13em {
  font-size: 1.3em;
}
.f14em {
  font-size: 1.4em;
}
.f15em {
  font-size: 1.5em;
}
.f16em {
  font-size: 1.6em;
}
.f17em {
  font-size: 1.7em;
}
.f18em {
  font-size: 1.8em;
}
.f19em {
  font-size: 1.9em;
}
.f20em {
  font-size: 2.0em;
}
.f21em {
  font-size: 2.1em;
}
.f22em {
  font-size: 2.2em;
}
.f23em {
  font-size: 2.3em;
}
.f24em {
  font-size: 2.4em;
}
.f25em {
  font-size: 2.5em;
}
.f26em {
  font-size: 2.6em;
}
.f27em {
  font-size: 2.7em;
}
.f28em {
  font-size: 2.8em;
}
.f29em {
  font-size: 2.9em;
}
.f30em {
  font-size: 3.0em;
}
.f8pt {
  font-size: 8.5pt;
}
.f9pt {
  font-size: 9.0pt;
}
.f10pt {
  font-size: 10pt;
}
.f11pt {
  font-size: 11pt;
}
.f12pt {
  font-size: 12pt;
}
.f13pt {
  font-size: 13pt;
}
.f14pt {
  font-size: 14pt !important;
}
.f15pt {
  font-size: 15pt;
}
.f16pt {
  font-size: 16pt;
}
.f17pt {
  font-size: 17pt;
}
.f18pt {
  font-size: 18pt;
}
.f19pt {
  font-size: 19pt;
}
.f20pt {
  font-size: 20pt;
}
.f21pt {
  font-size: 21pt;
}
.f22pt {
  font-size: 22pt;
}
.f23pt {
  font-size: 23pt;
}
.f24pt {
  font-size: 24pt !important;
}
/*フォントの色設定*/
.red {
  color: #e20000 !important;
} /*赤*/
.blue {
  color: #10318A !important;
} /*青*/
.green {
  color: #00a748 !important;
} /*緑*/
.yellow {
  color: #ffff04 !important;
} /*黄*/
.navy {
  color: #0a429a !important;
} /*紺*/
.orange {
  color: #e9671e !important;
} /*橙*/
.pink {
  color: #ff9d18 !important;
} /*ピンク*/
.purple {
  color: #9c27b0 !important;
} /*紫*/
.olive {
  color: #808000 !important;
} /*オリーブ*/
.lime {
  color: #00ff00 !important;
} /*黄緑*/
.aqua {
  color: #1fa4d0 !important;
} /*水色*/
.black {
  color: #000 !important;
} /*黒*/
.black2 {
  color: #29231e !important;
} /*黒*/
.gray {
  color: #ccc !important;
} /*灰*/
.gray2 {
  color: #6A6A6A !important;
} /*灰2*/
.white {
  color: #fff !important;
} /*白*/
.brown {
  color: #6d4c33 !important;
} /*茶*/
/*マーカー表示（背景に着色）*/
.box-yellow, .box-orange, .box-pink, .box-lime, .box-gray {
  padding: 2px;
}
.box-yellow {
  background-color: #ff6;
} /*黄*/
.box-orange {
  background-color: #f90;
} /*橙*/
.box-pink {
  background-color: #ffccff;
} /*ピンク*/
.box-lime {
  background-color: #9f9;
} /*黄緑*/
.box-gray {
  background-color: #ccc;
} /*灰*/
/*行間の設定*/
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh17 {
  line-height: 1.7 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh19 {
  line-height: 1.9 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
.ls10 {
  letter-spacing: 1px !important;
}
/*横幅を指定*/
.w05 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
/*下線や取消線の設定*/
.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
.noborder {
  border: 0 !important;
} /*枠線を無くす*/
.y-border {
  background: linear-gradient(transparent 70%, #F1FBA6 70%);
}
.b-border {
  background: linear-gradient(transparent 70%, #D1DDFA 70%);
}
/*重なりの優先度*/
.z1 {
  z-index: 1 !important;
}
.z2 {
  z-index: 2 !important;
}
.z3 {
  z-index: 3 !important;
}
.z4 {
  z-index: 4 !important;
}
.z5 {
  z-index: 5 !important;
}
.z10 {
  z-index: 10 !important;
}
.z20 {
  z-index: 20 !important;
}
.z30 {
  z-index: 30 !important;
}
.z40 {
  z-index: 40 !important;
}
.z50 {
  z-index: 50 !important;
}
/*横並びリスト*/
.inline {
  margin: 1em 0;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
}
.ls-n {
  list-style: none !important;
}
/*マーカー無しのリスト*/
.none {
  margin: 1em 0;
  padding: 0;
}
.none li {
  list-style-type: none;
}
.outbound {
  padding: 3px;
  padding-left: 15px;
  background: url(../images/icon/icon-outbound-link.png) left center no-repeat;
}
/*Retina（高解像度）ディスプレイ用*/
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
  .outbound {
    background: url(../images/icon/icon-outbound-link@2x.png) left center no-repeat;
    -webkit-background-size: 12px 13px;
    background-size: 12px 13px;
  }
}
/*吹き出し*/
.bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px 15px;
  min-width: 200px;
  max-width: 100%;
  max-width: 100%;
  font-size: 16px;
  background: #10318A;
  border-radius: 10px;
}
.bubble:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 20%;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top: 16px solid #10318A;
}
.bubble h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
.bubble-t {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px 15px;
  min-width: 200px;
  max-width: 100%;
  font-size: 16px;
  background: #10318A;
  border-radius: 10px;
}
.bubble-t:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 20%;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top: 16px solid #10318A;
}
.bubble-t p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .bubble {
    position: relative;
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    background: #10318A;
    border-radius: 10px;
  }
  .bubble-t {
    position: relative;
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    background: #10318A;
    border-radius: 10px;
  }
}
#hero h3 {
  font-size: 32px;
}
.h-title {
  border-bottom: solid 2px #10318A;
  font-size: 35px;
}
@media (max-width: 768px) {
  #hero h3 {
    font-size: 22px;
  }
  .h-title {
    border-bottom: solid 2px #10318A;
    font-size: 28px;
  }
}
/*お申し込みフロー*/
.seminars-flow {
  margin: 0;
  padding: 0;
}
.seminars-flow h3 {
  padding: 15px 20px 15px 44px;
  text-indent: -24px;
}
.seminars-flow li {
  margin-bottom: 110px;
  position: relative;
  list-style: none;
}
.seminars-flow li:before {
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -60px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #10318A transparent transparent transparent;
}
.seminars-flow li:after {
  position: absolute;
  bottom: -76px;
  left: 50%;
  margin-left: -60px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #fff transparent transparent transparent;
}
.seminars-flow li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.seminars-flow li:last-child:before, .seminars-flow li:last-child:after {
  display: none;
}
.flow-box {
  padding: 20px;
}
.flow-box-wrap {
  margin-bottom: 0px;
  padding: 0;
  border: 2px solid #cbd9ed;
  background: #fff;
}
.flow-box-wrap h3 {
  margin: 0;
  padding: 10px 20px 10px 20px;
  font-size: 1.6rem;
  text-indent: 0;
  background: #cbd9ed;
  color: #10318A;
}
.flow-box-wrap h3 span {
  position: relative;
  display: block;
  padding-left: 1.3em;
  font-weight: 700;
}
.flow-box-wrap h3 a {
  color: #10318A;
}
.flow-box-wrap h3 span.flow01:before, .flow-box-wrap h3 span.flow02:before, .flow-box-wrap h3 span.flow03:before, .flow-box-wrap h3 span.flow04:before {
  position: absolute;
  display: inline-block;
  color: #10318A;
  font-family: 'Segoe UI', SegoeUI, 'Yu Gothic UI', 'Meiryo UI', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  top: 0.85em;
  left: 0;
  line-height: 1.5;
  text-align: center;
  margin-top: -0.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow-box-wrap h3 span.flow01:before {
  content: "1.";
}
.flow-box-wrap h3 span.flow02:before {
  content: "2.";
}
.flow-box-wrap h3 span.flow03:before {
  content: "3.";
}
.flow-box-wrap h3 span.flow04:before {
  content: "4.";
}
@media (max-width : 736px) {
  .flow-box-wrap h3 span {
    padding-left: 38px;
    font-size: 18px;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
/*背景アニメーション*/
#particle-canvas {
  width: 100%;
  height: 100%;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
.count-particles {
  background: #333;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
/*フェードイン*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein-r {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1000ms;
}
.fadein-r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein-l {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1000ms;
}
.fadein-l.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*CTAボタン*/
.btn-open {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  background-color: #10318A;
  font-size: 16px;
  line-height: 54px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #10318A;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}
.btn-open:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover {
  color: #10318A;
}
.btn-open:hover:after {
  height: 440%;
  opacity: 1;
}
.btn-open:active:after {
  height: 540%;
  opacity: 1;
}
/*テーブル*/
table.table01 {
  width: 100%;
  border-right: #cbd9ed solid 1px;
  border-collapse: collapse;
}
table.table01 thead th {
  background: #cbd9ed;
  color: #10318A;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}
table.table01 thead th:last-child {
  border-right: #cbd9ed solid 1px;
}
table.table01 tbody th {
  background: #cbd9ed;
  color: #10318A;
  padding: 10px 15px;
  border-bottom: #FFF solid 1px;
  vertical-align: top;
}
table.table01 tbody tr:last-child th {
  border-bottom: #DFDFFC solid 1px;
}
table.table01 tbody td {
  background: #FFF;
  padding: 10px 15px;
  border-left: #DFDFFC solid 1px;
  border-bottom: #DFDFFC solid 1px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  table.table01 thead {
    display: none;
  }
  table.table01 tbody th {
    display: block;
  }
  table.table01 tbody td {
    display: block;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.table01 tbody td p {
    padding-left: 1em;
  }
}
/*画像枠線*/
.img-b img {
  border: 1px solid #10318A;
}
/*ヘッダーアクション*/
.global-nav_pc_item > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #455B98;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.global-nav_pc_item > a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.global-nav_pc_item > a.is-current:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.global-nav_pc_item:last-child > a {
  margin-right: 0;
}
.contents-box {
  height: 70px;
}
/*タイトルバック*/
.p-divider {
  background-image: url("../img/title-back.jpg");
  background-position: center;
  background-repeat: repeat;
  text-align: center;
  padding: 100px 32px;
  color: #FFF !important;
}
.p-divider h2 {
  font-weight: 700;
  line-height: 45px !important;
  font-size: 40px;
}
@media (max-width : 736px) {
  .p-divider h2 {
    font-weight: 700;
    line-height: 45px !important;
    font-size: 33px;
  }
}
/*見出し*/
.sub-title {
  background: #10318A;
  padding: 1rem 2rem;
  color: #fff !important;
}
.main-title {
  padding: 1rem 2rem;
  color: #333;
  line-height: 40px;
}
.main-title h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}
.header-back {
  min-height: 600px;
  width: 100%;
  background-image: linear-gradient(to right, white 30%, transparent 70%), url("../img/header3.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width : 736px) {
  .header-back {
    min-height: 600px;
    width: 100%;
    background: linear-gradient(to top, white 30%, transparent 70%);
    background-position: top;
    background-repeat: no-repeat;
  }
}
/*pc sp 出し分け*/
.pc {
  display: block !important;
  width: 100%
}
.sp {
  display: none !important;
  width: 100%
}
@media only screen and (max-width:736px) {
  .pc {
    display: none !important;
    width: 100%
  }
  .sp {
    display: block !important;
    width: 100%
  }
}
.keni-box {
  padding: 20px 50px;
}
.title-bg {
  background: linear-gradient(to right, transparent 0%, #E3E3FF 50%, transparent 100%);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sale{
	width: 100%;
	height: 50px;
	background:#F79550;
	text-align: center;
}

.sale p{
	padding-top: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
}
@media screen and (max-width: 768px){
.sale{
	width: 100%;
	height: 100px;
	background:#F79550;
	text-align: center;
}
	
.sale p{
	padding-top: 5px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.4em
}
}
@media screen and (min-width: 768px){
.br-pc {display: none; }
	
}

@media screen and (max-width: 768px){
.br-sp {display: none; }
	
}

/*tabel*/
.p-table {
    width: 100%;
    margin-top: 00px;
    border: 1px solid #c8ccd0;
    font-size: 16px;
    font-size: 1rem;
}

.p-table th,
.p-table td {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.p-table th {
    background: #f7f7f9;
    padding: 10px 25px;
}

.p-table td {
    padding: 15px 25px;
}

.p-table_vertical-m {
    vertical-align: middle;
}

.p-table.mod-form {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.2);
    border: 0;
    border-radius: 10px;
}

.p-table.mod-form th {
    font-size: 14px;
    font-size: 0.875rem;
}

.p-table.mod-form td {
    font-size: 14px;
    font-size: 0.875rem;
}

.p-table.mod-law th {
    font-size: 16px;
    font-size: 1rem;
}

.p-table.mod-law td {
    font-size: 15px;
    font-size: 0.9375rem;
}

.p-table.mod-plan {
    border: 1px solid #d5e0e9;
    letter-spacing: 0;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.1);
    box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.1);
}

.p-table.mod-plan th {
    display: table-cell;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    background: #e9eff4;
    font-weight: 600;
    padding: 10px 5px;
    letter-spacing: 0.01em;
    vertical-align: middle;
    line-height: 1.1;
    border: 1px solid #d5e0e9;
    width: auto;
}

.p-table.mod-plan th small {
    font-size: 10px;
    font-size: 0.625rem;
}

.p-table.mod-plan th.mod-primaly {
    background: #002286;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
}

.p-table.mod-plan th.mod-meduium {
    font-size: 12px;
    font-size: 0.75rem;
}

.p-table.mod-plan th.mod-small {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
    font-weight: 400;
}

.p-table.mod-plan td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d5e0e9;
    line-height: 1.2;
    padding: 5px 5px;
    letter-spacing: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.p-table.mod-plan td strong {
    font-weight: 600;
}

.p-table.mod-plan td small {
    margin-left: 0.3em;
    font-size: 10px;
    font-size: 0.625rem;
}

.p-table_scroll {
    overflow: auto;
    white-space: nowrap;
    margin-right: -20px;
}

.p-table_scroll-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
}

.p-table_scroll-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}

.p-table_scroll-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}

.p-table_wrap {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-table_wrap:after {
    content: "\00A0\00A0\00A0";
    display: block;
    color: #fff;
    font-size: 20px;
}

@media (max-width: 320px) {
    .p-table th {
        padding: 10px 15px;
    }

    .p-table td {
        padding: 15px 15px;
    }
}

@media (min-width: 768px) {
    .p-table {
        border: 1px solid #c8ccd0;
    }

    .p-table th,
    .p-table td {
        border-bottom: 1px solid #c8ccd0;
        display: table-cell;
        padding: 20px 25px;
    }

    .p-table th {
        width: 230px;
    }

    .p-table td {
        width: auto;
    }

    .p-table.mod-form {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c8ccd0;
    }

    .p-table.mod-form th {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 20px 20px 20px 25px;
    }

    .p-table.mod-form td {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 20px 25px;
    }

    .p-table.mod-law th {
        width: 285px;
        line-height: 1.6875;
        font-size: 16px;
        font-size: 1rem;
        padding: 20px 25px;
    }

    .p-table.mod-law td {
        line-height: 1.6875;
        font-size: 16px;
        font-size: 1rem;
        padding: 20px 25px;
    }

    .p-table.mod-plan th {
        padding: 26px 0;
        letter-spacing: 0.01em;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .p-table.mod-plan th.mod-primaly {
        padding: 21px 0;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .p-table.mod-plan th.mod-primaly:first-child {
        width: 16%;
    }

    .p-table.mod-plan th.mod-primaly:nth-child(2) {
        width: 41%;
    }

    .p-table.mod-plan th.mod-primaly:nth-child(3) {
        width: 43%;
    }

    .p-table.mod-plan th.mod-meduium {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 11px 0;
    }

    .p-table.mod-plan th.mod-small {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 10px 0;
        letter-spacing: 0;
        font-weight: 400;
    }

    .p-table.mod-plan td {
        letter-spacing: 0;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0;
    }

    .p-table.mod-plan td small {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .p-table.mod-plan td strong {
        font-size: 27px;
        font-size: 1.6875rem;
    }

    .p-table_scroll {
        margin-right: 0;
        overflow: visible;
    }

    .p-table_wrap {
        padding-right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .p-table_wrap:after {
        display: none;
    }
}
