@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #333;
}

.txtset a,
.text a {
  font-weight: bold;
  color: #3c7527;
}

.txtset a:hover,
.text a:hover {
  text-decoration: underline;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

#contact h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

/* ----------------------------------------------
wapper
------------------------------------------------- */
.wrapper {
  width: 100%;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 180px;
  height: 100vh;
  min-height: 645px;
  padding-top: 23px;
  padding-bottom: 205px;
}

#side.absolute {
  position: absolute;
  top: 0;
  bottom: auto;
}

#side.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
}

#side .logo {
  margin: 0 auto;
  text-align: center;
}

#side .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side .logo a:hover {
  opacity: 0.6;
}

#side .logo .sp {
  display: none;
}

#side .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

#side .contact {
  margin: 0 auto 15px;
  text-align: center;
}

#side .contact a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side .contact a:hover {
  opacity: 0.6;
}

#side .bg-bk {
  padding: 38px 6px 28px;
  background: #333;
  color: #fff;
}

#side .bg-bk p + p {
  margin-top: 24px;
}

#side .bg-bk p a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#side .bg-bk p a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #side {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 60px;
    min-height: 0;
    padding: 0 60px 0 0;
  }
  #side .logo .pc {
    display: none;
  }
  #side .logo .sp {
    display: inline-block;
  }
  #side .bottom {
    display: none;
  }
}

/* ----------------------------------------------
container
------------------------------------------------- */
#container {
  position: relative;
  width: calc(100% - 180px);
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  #container {
    width: 100%;
  }
}

#header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 38px 0 0;
  z-index: 4;
}

#header h1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  color: #ccc;
  font-size: 10px;
  text-align: right;
}

@media (max-width: 1099px) {
  #header {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  #header {
    position: relative;
    padding: 0;
  }
  #header h1 {
    display: none;
  }
}

#gnav {
  padding-left: 10px;
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gnav li + li {
  margin-left: 36px;
}

#gnav a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1099px) {
  #gnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gnav li {
    margin-bottom: 10px;
  }
  #gnav li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  #gnav li {
    margin-bottom: 0;
  }
  #gnav li + li {
    margin-left: 0;
  }
  #gnav li:last-child {
    padding: 5px;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  width: calc(100% - 130px);
  max-width: 1120px;
  margin: 0 auto 80px 120px;
  padding: 0 10px;
  text-align: center;
}

#contact h2 {
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

#contact h2 small {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 113px;
  color: #00a8ff;
  font-family: "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#contact h2 small::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 2px;
  background: #00A8FF;
  margin: auto 0;
}

#contact .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #contact .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact .contents p + p {
  margin-left: 30px;
}

@media (max-width: 1099px) {
  #contact {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #contact h2 {
    font-size: 20px;
  }
  #contact h2 small {
    font-size: 10px;
  }
  #contact .contents p {
    margin: 10px;
  }
  #contact .contents p + P {
    margin-left: 10px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer .contents {
  padding: 72px 10px 60px;
  background: url(../images/footer-bg.jpg) no-repeat center/cover;
  color: #fff;
}

#footer .contents .inner {
  width: calc(100% - 110px);
  max-width: 1100px;
  margin: 0 auto 0 110px;
}

#footer .contents .logo {
  margin-bottom: 40px;
}

#footer .contents .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .contents .logo a:hover {
  opacity: 0.6;
}

#footer .contents .text {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#footer .copyright {
  padding: 20px 5px 5px;
  background: #273c75;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1099px) {
  #footer .contents .inner {
    width: 100%;
    margin-left: 0;
  }
}

#fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fnav li {
  margin: 0 1em;
}

#fnav a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#fnav a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #fnav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */