@charset "UTF-8";

/* CSS Document */
.is-animated {
  animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  font-size: 18px;
  font-family: "F+UD-ニューロダン M";

}

.sec_pd {
  padding: 10vh 0;
}

h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.6em;
}

h4 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.6em;
  margin-bottom: 1em;
}

section {}

section p {
  line-height: 1.75rem;
}

a {
  transition-property: all;
  transition: 0.3s linear;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.row-height {
  display: flex;
  flex-wrap: wrap;
}

/* title */
.section-title {
  margin-bottom: 1em;
  position: relative;
}

.section-title h2 {
  font-size: 2.6rem;
  margin-bottom: 0.3em;
  line-height: 1.6em;
  font-family: "FOT-マティス ProN M";
  color: #2a4073;
}

.section-title .title-en {
  letter-spacing: 0.5em;
  font-family: "HelveticaLTPro-Light";
}


.article-title {
  font-size: 2rem;
  color: #a68b62;
}


.shadow {
  box-shadow: 3px 3px 3px 0px #b0b0b0;
}

/* btn */
.btn {
  padding: 0;
}

.tel-btn,
.line-btn,
.form-btn {
  width: 100%;
  display: block;
  padding: 2.3em 1em;
  text-align: center;
  font-size: 1.5rem;
  font-family: "F+UD-ニューロダン DB";
  border: 1px solid #fff;
  background: hsla(0, 30%, 100%, .1);
  color: #fff;
}

/* text */
.under {
  background: linear-gradient(transparent 50%, #EC6D51 50%);
}

.under-ye {
  background: linear-gradient(transparent 50%, #f5e56b 50%);
}

/**************************************************
ヘッダー
***************************************************/

#top-header {
  margin-bottom: 50px;
}

.header {
  width: 100%;
  display: block;
  position: fixed;
  transition: .5s;
}

.header.transform {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

.navbar {
  transition: .5s;
}

.transform .navbar {
  padding: 0;
}

header .logo {
  height: 100%;
}

header .logo {
  font-size: 12px;
  padding: 10px 0 0 30px;
  /* width: 20%; */
}

#menu-wrap {
  background: rgba(255, 255, 255, 1);
}

.header-nav {}

nav {
  font-size: 1.7rem;
}

.navbar {
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.navbar-brand {
  display: block;
  line-height: 1em;
  margin-top: 0;
  width: 250px;
  font-size: 2rem;
  font-weight: bold !important;
  color: #fff !important;
  font-family: "F+UD-ニューロダン DB";
}

.navbar-brand span {
  font-size: 1.5rem;
  color: #000;
}

.navbar-collapse {
  padding-right: 0px;
  display: flex;
  flex-grow: unset;
  align-items: center;
  justify-content: space-between;
  width: 60% !important;
}

.navbar-default .navbar-nav>li>a {
  letter-spacing: 0.05em;

}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

nav li {
  margin: 5px 5px 0;
  font-size: 1rem;
  font-family: "F+UD-ニューロダン DB";
}

.navbar-nav li a {
  color: #666 !important;
  width: auto;
}

.header .contact-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 2em;
}

.navbar-nav .dropdown-menu {
  background: #f3f3f2;
  color: #fff;
  border: 1px solid #fff;
}

.navbar-nav .dropdown-menu a {
  color: #fff !important;
  padding: 0.5em 1.5em;
}

.navbar-nav .dropdown-menu a:hover {
  color: #f3f3f2 !important;
  background: #fff !important;
}

.sub-header {
  background: #fff;
}

header .icon-btn {
  margin-right: 3vw;
  width: 100px;
}

header .icon-btn li {
  padding: 0;
  margin: 0 0 0 20px;
}

header .icon-btn .nav-link {
  padding: 0 !important;
}

header .icon-btn img {
  width: 40px;

}

/* スマホ */
.navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 30px;
  color: #000000;
}

/* 共通 */
.sub-main {
  background: #f3f3f2;
  padding: 250px 0 150px 0;
  text-align: center;
}

.sub-main .title {
  position: relative;
}

.sub-main .title h1 {
  font-size: 1.25rem;
}

.sub-main .title p {
  letter-spacing: 0.5em;
  font-size: 2.4rem;
  color: #2a4073;
  font-family: "HelveticaLTPro-Light";
}

.sub-main .title::after {
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 6rem);
  width: 12rem;
  height: 1px;
  content: "";
  background-color: #2a4073;
}

/* title */
.sec-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.25em;
  color: #f3f3f2;
}

.bg-blue .sec-title,
.bg-blue .title-exp {
  color: #fff;
}

.title-exp {
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 7vh;
}

.det-title {
  font-size: 2rem;
  font-family: "FP-ヒラギノUD角ゴ StdN W6";
  margin-bottom: 1em;
  text-align: center;
}

section {
  padding: 10vh 0;
}

/* sub-contents */


/***  コンタクトフォーム ***/
#footer-contact {
  background: #f3f3f2;
  padding: 7vh 0;
}

.contact_box {
  background: #fff;
  padding: 5vh 3vw;
}

.contact_box .read {
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 5vh;
}


.contact_box .tel {
  margin-bottom: 0.25em;
  text-align: center;
  font-size: 2.4rem;
  color: #2a4073;
  line-height: 1.25em;
}

#footer-contact .btn {
  display: block;
  font-size: 1.25em;
  background: #2a4073;
  color: #fff;
  text-align: center;
  padding: 0.75em;
  font-family: "F+UD-ニューロダン DB";
  position: relative;
  border-radius: 10px;
}

#footer-contact .btn::after {
  color: #2a4073 !important;
}

/* footer */


.footer-menu {
  padding: 10vh 0;
}

.footer-menu li {
  line-height: 2.75em;
}

.footer-menu li a {
  color: #666;
}

.footer-menu li a img {
  width: 180px;
}

footer .company-name {
  font-size: 1.25rem;
  margin-bottom: 1em;
  font-family: "F+UD-ニューロダン DB";
}

footer .text {
  line-height: 2em;
}

footer .map {
  background: #2a4073;
  text-align: center;
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 6px;
  color: #fff !important;
  font-size: 0.8rem;
}


footer.nb-footer .copyright {
  background: #f3f3f2;
  padding: 30px 0;
  border-bottom: 3px solid #fff;
  text-align: center;
  font-size: 12px;
}

footer .copyright a {
  color: #666 !important;
}

footer.nb-footer .copyright p {
  text-align: center;
  padding: 0;
  margin: 0;
}