@charset "UTF-8";
/*---------------------------------

共通

---------------------------------*/
.bl_color_orange {
  color: #F28B34;
}

.inner {
  width: 95%;
  max-width: 1108px;
  margin: 0 auto;
}

.inner:after {
  display: block;
  clear: both;
  content: "";
}

.inner_body {
  width: 95%;
  max-width: 1108px;
  margin: 0 auto;
  padding: 0 24px;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*背景色がある場合*/
.background_container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f7;
}
/*P*/
p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #454545;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 1px;
}
.small_text {
  color: #666666;
  font-size: 0.75rem;
}

.bold {
  font-weight: bold;
}
a {
  color: #fa6e00;
}

/*必須*/
.hissu {
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-left: 10px;
  padding: 1px 6px;
  border-radius: 3px;
  background-color: #ff603b;
  color: #fff;
  font-size: 0.7rem;
}

/*任意*/
.nini {
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-left: 10px;
  padding: 1px 6px;
  border-radius: 3px;
  background-color: #eee;
  color: #999;
  font-size: 0.7rem;
}

/*---------------------------------

ナビゲーション

---------------------------------*/
.clear {
  display: none;
}

.logo {
  height: 30px;
}

.navigation {
  height: 70px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.brand {
  position: absolute;
  /*padding-left: 24px;*/
  float: left;
  font-size: 1.4em;
  line-height: 80px;
  text-transform: uppercase;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1108px;
  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  position: relative;
  float: left;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #888;
  font-size: 14px;
  line-height: 70px;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #fa6e00;
  color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
  position: absolute;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #fff;
}
#nav-toggle {
  z-index: 10;
  position: absolute;
  top: 22px;
  left: 18px;
  padding: 10px 35px 16px 0px;
  cursor: pointer;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  display: block;
  z-index: 10;
  position: absolute;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  background: #888;
  content: "";
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

* {
  color: #454545;
  font-size: 62.5%;
  letter-spacing: 1.2;
  text-align: left;
}

img {
  width: 100%;
  height: auto;
}

.section-wrapper {
  width: 100%;
  padding: 120px 0;
}

.section-inner {
  width: 90%;
  max-width: 1108px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 24px auto 0;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 4px;
}

.section-title-accent {
  color: #f28b34;
  font-size: 3.2rem;
}

.section-title-famione {
  margin-top: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-align: center;
}

.section-title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 0 auto 40px;
  text-align: center;
}
.section-title-box img {
  width: 90%;
  max-width: 240px;
  height: auto;
}

.section-text-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  margin-bottom: 80px;
}
.section-text-box img {
  width: 35%;
}

.section-text {
  margin-top: 16px;
  line-height: 28px;
}

.section-text-accent {
  border-bottom: 2px solid #f28b34;
  font-weight: bold;
  font-size: 1.6rem;
}

p,
a,
span {
  font-size: 1.6rem;
}

i {
  margin-right: 5px;
  font-size: 3rem;
}

.btn {
  width: 220px;
  height: 64px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
.btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.success-item-btn:hover,
.success-item-btn:active,
.btn:hover,
.btn:active {
  -webkit-filter: brightness(110%);
  -webkit-transition: all 0.3s;
          filter: brightness(110%);
  opacity: 0.9;
  transition: all 0.3s;
}

.btn-contact {
  border: 1px solid #E65A16;
  background-color: #E65A16;
  font-weight: bold;
}
.btn-contact a {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
}

.btn-data {
  margin-left: 16px;
  border: 1px solid #67c0a7;
  background-color: #fff;
}
.btn-data a {
  color: #67c0a7;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 799px){
  .nav-list {
    display: block !important;
  }
}

@media only screen and (max-width: 798px){
  .brand {
    padding-left: 24px;
  }
  .nav-mobile {
    display: block;
    background: #fff;
  }
  nav {
    width: 100%;
    padding: 70px 0 0;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 24px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 40px;
  }
  .nav-dropdown {
    position: relative;
  }
  .btn-contact a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px){
  .inner_body {
    width: 94%;
    margin: 0 0;
    padding: 0 0;
  }
  .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /*背景色がある場合*/
  .background_container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #454545;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .small_text {
    font-size: 0.625rem;
  }
}

/*# sourceMappingURL=common.css.map */