/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px;
  overflow-y: scroll;
}

body {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
  text-rendering: optimizelegibility;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

text {
  color: #111;
  font-size: 1rem;
}

a {
  color: rgb(32, 164, 173);
  outline: none;
}

a:focus,
a:hover,
a.active {
  color: #606060;
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6, {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}


/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #000;
  background-color: #c7c7c7;
}

::selection {
  color: #000;
  background-color: #eeeeee;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*------------------------------------
  ★ Fadein scrolle ★
------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------
  ★ Transitions ★
------------------------------------*/
[class*="g-transition"] {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

[class*="g-transition"]::before, [class*="g-transition"]::after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.g-transition {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.g-transition::before, .g-transition::after {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.transition-easein {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.transition-easein::before, .transition-easein::after {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/*------------------------------------
  ★ icon ★
------------------------------------*/
.icon-color {
  color: rgb(37, 190, 201) !important;
}

.icon-color-v2 {
  color: hsl(194, 69%, 40%)
}

.icon-color-v3 {
  color: #ffffff
}

.icon-color-v4 {
  color: #bcbcbc
}

.icon-bg-orange {
  background-color: #ffbb00;
}

.icon-bg-gray {
  background-color: #5b5e5e;
}

.g-rounded-50x {
  border-radius: 50%;
}


/*----- u-icon-v3 -----*/
.u-icon-v3 {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.u-icon-v3:hover {
  text-decoration: none;
}

.u-icon-v3::before {
  display: block;
}

.u-icon-v3 > i {
  position: relative;
  top: 45%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.u-icon-v3.u-icon-size {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/*------------------------------------
  ★ hidden area ★
------------------------------------*/
/* XSで非表示するエリア */
@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/* SPで非表示するエリア */
@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}

/* toggle出現で非表示するエリア */
@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important;
  }
}

/* XSで表示するエリア */
@media (min-width: 576px) {
  .hidden-xs-display {
    display: none !important;
  }
}

/* SPで表示するエリア */
@media (min-width: 768px) {
  .hidden-sm-display {
    display: none !important;
  }
}

/* toggle出現で表示するエリア */
@media (min-width: 992px) {
  .hidden-md-display {
    display: none !important;
  }
}

/*------------------------------------
  ★ fadein scroll ★
------------------------------------*/
.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 800ms;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.pagetop-nav {
  position:fixed;
  right:20px;
  bottom:-60px;
  cursor:pointer;
}

/*------------------------------------
  ★ メインナビゲーション ★
------------------------------------*/
/*----- Header -----*/
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 501;
}

.u-header [aria-labelledby] {
  opacity: 0;
}

.u-header[data-header-fix-effect] {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.u-header--sticky-top {
  position: fixed;
  bottom: auto;
  top: 0;
  background-color: rgba(62, 67, 67, 0.7) !important;
}

@media (max-width: 991px) {
  .u-header__section:not(.js-header-change-moment) .navbar-collapse {
    padding: 10px 10px;
    background-color: rgba(62, 67, 67, 0.9) !important;
  }
}

.bg-black-opacity {
  background-color: rgb(62, 67, 67) !important;
}

.g-py-12 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.u-header__section {
  position: relative;
  z-index: 1;
}

.u-header__section:nth-child(1) {
  z-index: 5;
}

.u-header__section:nth-child(2) {
  z-index: 4;
}

.u-header__section:nth-child(3) {
  z-index: 3;
}

.u-header__section:nth-child(4) {
  z-index: 2;
}

.u-header__section:nth-child(5) {
  z-index: 1;
}

/*----- Header logo -----*/
.navbar-brand {
  padding: 0.2rem 0rem;
  margin: 0rem 0rem;
}

.u-header_logo {
  position: relative;
  z-index: 1;
}

.u-header_logo-img {
  top: 0;
  left: 0;
}

.u-header_logo-img:not(.u-header_logo-img-main) {
  position: absolute;
  opacity: 0;
}

.logo-size {
  width: 60px !important;
}

.logo-size-v2 {
  width: 100px !important;
}


/*----- navigation -----*/
.navbar > .container {
  position: relative;
}

@media all and (max-width: 992px - 1) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    padding: 0.5rem 0.5rem;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

#mainNav .navbar-nav .nav-item .nav-link {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(32, 164, 173) 90%);
	background-position: 0 0;
  background-size: 200% auto;
	transition: .3s;
  letter-spacing: 1px;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  background-position: -100% 0;
}

#mainNav .navbar-nav .nav-item .navlink-p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.2rem 0.5rem !important;
}

@media (min-width: 768px) {
  #mainNav .navbar-nav .nav-item .navlink-p-v2 {
    color: rgb(210, 210, 210);
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0rem 0.5rem !important;
  }
}

@media (max-width: 768px) {
  #mainNav .navbar-nav {
    margin: 1rem 0rem !important;
  }
  #mainNav .navbar-nav .nav-item .navlink-p-v2 {
    color: rgb(210, 210, 210);
    font-size: 1rem;
    font-weight: 500;
    margin: 0.2rem 0.5rem !important;
  }
}

/*----- Hamburger -----*/
.toggle-pos {
  /* P */
  border: none !important;
  padding: 0 !important;
  position: absolute !important;
  top: 1.2rem;
  right: 0 !important;
}

.hamburger {
  padding: 0px;
}

.hamburger-box {
  width: 25px;
  height: 25px;
}

.hamburger-inner {
  margin-top: 1px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
}

.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner:before {
  top: 8px;
}

.hamburger--slider .hamburger-inner:after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}


/*------------------------------------
	pagetop
------------------------------------*/
.pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #3a3a3a;
  opacity: 0.6;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}


/*------------------------------------
  ★ INTRO OTHER START★
------------------------------------*/
/* PC */
@media (min-width: 768px) {
  .intro-height {
    text-align: center;
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .intro-h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, Georgia, serif, -apple-system, BlinkMacSystemFont;
  }
  .intro-sub {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 8%;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic;
  }
}

/* SP */
@media (max-width: 768px) {
  .intro-height {
    text-align: center;
    padding-top: 6.5rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .intro-h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, Georgia, serif, -apple-system, BlinkMacSystemFont;
  }
  .intro-sub {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    padding-top: 8%;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic;
  }
}

.u-bg-overlay {
  position: relative;
}

.u-bg-overlay::before, .u-bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}


/*------------------------------------
  ★ NOINTRO ★
------------------------------------*/
/* PC */
@media (min-width: 992px) {
  .nointro-section {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

/* SP */
@media (max-width: 992px) {
  .nointro-section {
    padding-top: 8rem !important;
    padding-bottom: 5rem !important;
  }
}


/*------------------------------------
  ★ FORM ★
------------------------------------*/
.text-lead {
  color: #757575;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.p-disc {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0em;
}
.p-disc:before {
  content: '●';
  font-size: 0.4rem;
}

.label-contact {
  display: inline;
  color: #181818;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0rem 0rem;
}

.form-control {
  color: rgb(29, 29, 29);
  font-size: 1rem !important;
  border-color: rgb(240, 240, 240);
  height: 51px;
  padding: .6rem 1rem;
  background-color: #fff !important;
}

input[type=text] {
  font-size: 16px;
}

.form-sm {
  height: 42px;
  width: 100%;
}

.form-control:focus,
.form-control:hover {
  color: rgb(60, 60, 60);
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .6;
  font-size: 0.8rem;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .6;
}

.form-control::placeholder {
  color: inherit;
  opacity: .6;
}

.resize-vertical {
  resize: vertical;
}

/*----- select -----*/
.u-select {
  position: relative;
  width: 100%;
  font-size: 1rem;
  color: rgb(36, 36, 36);
  cursor: pointer;
  border-radius: 5px;
  border-color: rgb(226, 226, 226);
  background-color: rgb(255, 255, 255);
  padding: 0.65714rem 0.65714rem!important;
      -webkit-box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
}

.u-select-hover:hover {
  color: rgb(0, 0, 0);
}

.u-select-option {
  color: rgb(36, 36, 36);
}

/*------------------------------------
  Error state v1-3
------------------------------------*/
.u-has-error-v1-3 {
  position: relative;
}

.u-has-error-v1-3 .form-control,
.u-has-error-v1-3 [class*="input-group-"],
.u-has-error-v1-3 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
  margin-top: 0rem;
}

.u-has-error-v1-3 .form-control[readonly],
.u-has-error-v1-3 [class*="input-group-"][readonly],
.u-has-error-v1-3 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

.u-has-error-v1-3 .form-control-feedback {
  color: #f00;
}

.u-has-error-v1-3 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f00 transparent transparent transparent;
}

.u-has-error-v1-3 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

.u-has-error-v1-3 [class*="input-group-"]:last-child,
.u-has-error-v1-3 .chosen-single div b {
  color: #f00;
}

.u-has-error-v1-3 .error {
  display: block;
}

.u-has-error-v1-3 [class*="input-group-"],
.u-has-error-v1-3 [class*="input-group-"]:last-child {
  color: #fff;
  background-color: #f00;
}
.contact-er-position {
  position: absolute !important;
  top: -2rem !important;
  right: 0rem !important;
}

.g-bg-red {
  background-color: #f00 !important;
}

.color-white {
  color: #fff !important;
  font-size: 0.85714rem !important;
  padding: 0.21429rem 1rem;
}

/*------------------------------------
  ★ フッター設定 START★
------------------------------------*/
.SE-footer {
  background-color: #181818;
  padding: 2rem 0rem 1rem 0rem;
}

.SE-footer-about {
  background-color: #181818;
  padding: 2rem 0rem 1rem 0rem;
}

@media (max-width: 768px) {
  .SE-footer-about {
    background-color: #181818;
    padding: 2rem 0rem 3.5rem 0rem;
  }
}

.SE-adrress {
  background-image: url("/static/common/images/new/map2.png");
  background-repeat: no-repeat;
  background-position: right;
}

.footer-title {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2;
  padding: 0em 0em;
}

.footer-link {
  color: rgb(150, 150, 150);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  line-height: 1.5;
  padding: 0em 0.5em;
}

.footer-link:focus,
.footer-link:hover,
.footer-link.active {
  color: #208bac;
}

.about-company {
  color: rgb(150, 150, 150);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  padding: 0rem 0rem;
}

.copyright {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  padding: 0m 0em;
}


/*------------------------------------
  ★ ボタン設定 START★
------------------------------------*/
/*----- Button 共通設定 -----*/
.btn {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

/*----- Button Contact -----*/
.u-btn-inset {
  position: relative;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #111;
  border: none;
  border-radius: 0;
  padding: 0.8rem 1.2rem;
}

.u-btn-inset::before {
  position: absolute;
  top: 0.14286rem;
  right: 0.14286rem;
  bottom: 0.14286rem;
  left: 0.14286rem;
  content: "";
  border: solid 1px #fff;
  border-radius: 1px;
}

.u-btn-inset::before {
  top: 0.57143rem;
  bottom: 0.57143rem;
  left: 0.57143rem;
  right: 0.57143rem;
  opacity: 0;
  border-width: 2px;
  border-color: rgb(32, 164, 173);
}

.u-btn-inset:focus,
.u-btn-inset:hover {
  color: rgb(255, 255, 255);
  background-color: #111;
}

.u-btn-inset:hover::before {
  opacity: 1;
}

/*----- Button MORE -----*/
.btn-more {
  display: inline-block;
  color: #000;
  font-size: 0.9rem;
  border: solid 2px #000;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.4em 1em;
}

.btn-more:focus,
.btn-more:hover,
.btn-more.active {
  color: white;
  background-color: #000;
  text-decoration: none;
}

/*----- Button border -----*/
.brd-link {
  color: #666666;
  font-size: 0.9rem;
  text-decoration: none;
}

.brd-link:focus,
.brd-link:hover,
.brd-link.active {
  color: #fff !important;
  border-color: #2cb6c0 !important;
  background-color: #2cb6c0 !important;
  text-decoration: none;
}

.brd-link-v2 {
  color: #ffffff;
  font-size: 0.9rem;
  background-color: #111;
  text-decoration: none;
}

.brd-link-v2:focus,
.brd-link-v2:hover,
.brd-link-v2.active {
  color: #fff !important;
  border-color:  #2cb6c0 !important;
  background-color:  #2cb6c0 !important;
  text-decoration: none;
}

.brd-around-link {
  border: solid 1px transparent !important;
  border-radius: 25px !important;
  border-color: #666666 !important;
  text-decoration: none;
  padding: 0.28571rem 1.07143rem !important;
}

.brd-around-link-v2 {
  border: solid 1px transparent !important;
  border-radius: 25px !important;
  border-color: #111 !important;
  text-decoration: none;
  padding: 0.48571rem 1.47143rem !important;
}