@charset "UTF-8";

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #e6e6e6;
  box-sizing: border-box;
}
.bold {
  font-weight: 700;
}
::selection {
  background: #d3d3d3;
}
::-moz-selection {
  background: #d3d3d3;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.slideIn {
  opacity: 0;
  transform: translateX(-10px);
}
.mask {
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #231815;
  background-color: rgba(230,230,230,0);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.header-logo {
  width: 60px;
  height: auto;
  position: absolute;
  top: 25px;
  left: 30px;
}
.header-nav {
  font-size: 1.3em;
  display: flex;
}
.header-nav li {
  padding: 0 50px;
  overflow: hidden;
}
.header-nav li a {
  color: transparent;
  text-shadow: 0 -1.5em 0 #231815, 0 0 0 #231815;
  transition: text-shadow 0.3s;
}
.header-nav li a:hover {
  text-shadow: 0 0 0 #008bc1, 0 1.5em 0 #008bc1;
}

/* common */
.line-t {
  width: 100%;
  height: 1px;
  background-color: #231815;
}
.line {
  width: 0%;
  height: 1px;
  background-color: #231815;
}
.title {
  padding: 15px 30px;
}
.title p {
  font-size: 1.8em;
}

/* footer */
.footer {
  width: 100%;
  padding: 90px 0 30px 0;
  border-top: 1px solid #231815;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.fb1 {
  width: 260px;
  margin: 0 100px 0 0;
}
.fb2 {
  width: 300px;
  margin: 0 100px 0 0;
}
.fb3 {
  width: 240px;
  margin: 0 100px 0 0;
}
.footer-logo {
  width: 130px;
}
.footer-add-1 {
  font-size: 1.3em;
  line-height: 22px;
  margin: 30px 0 0 0;
}
.footer-add-2 {
  font-size: 1.3em;
  line-height: 22px;
  margin: 20px 0 0 0;
}
.footer-title {
  font-size: 1.8em;
  padding: 5px 0 0 0;
}
.footer-hr {
  border-top: 1px solid #231815;
  margin: 20px 0;
}
.footer-table td {
  font-size: 1.6em;
  line-height: 28px;
  padding: 0 10px 0 0;
}
.footer-btn {
  margin: 30px 0 0 0;
}
.footer-btn a {
  font-size: 1.2em;
  color: #e6e6e6;
  background-color: #008abe;
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
}
.footer-btn a span {
  font-size: 1.3em;
  font-weight: 700;
}
.footer-btn a:hover {
  background-color: #2e9dc8;
}
.footer-fc-logo {
  width: 140px;
  margin: 20px 0 0 0;
}
.footer-copy {
  font-size: 1.2em;
  text-align: right;
  margin: 60px 30px 0 0;
}

@media screen and (max-width:1200px) {
  /* footer */
  .fb1 {
    margin: 0 50px 0 0;
  }
  .fb2 {
    margin: 0 50px 0 0;
  }
  .fb3 {
    margin: 0 50px 0 0;
  }
}

@media screen and (max-width:1000px) {
  /* header */
  .header-nav {
    display: none;
  }
  /* footer */
  .footer-inner {
    display: block;
  }
  .fb1 {
    margin: 0;
  }
  .fb2 {
    margin: 50px 0 0 0;
  }
  .fb3 {
    margin: 50px 0 0 0;
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    height: 60px;
  }
  .header-logo {
    width: 60px;
    top: 20px;
    left: 20px;
  }
  /* common */
  .title {
    padding: 15px 0 15px 5%;
  }
  .title p {
    font-size: 1.5em;
  }
  /* footer */
  .footer {
    padding: 50px 0 20px 0;
  }
  .fb1 {
    width: 100%;
    margin: 0;
  }
  .fb2 {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .fb3 {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-add-1 {
    line-height: 23px;
    margin: 30px 0 0 0;
  }
  .footer-add-2 {
    line-height: 23px;
    margin: 20px 0 0 0;
  }
  .footer-title {
    font-size: 1.5em;
    padding: 5px 0 0 0;
  }
  .footer-hr {
    margin: 13px 0 10px 0;
  }
  .footer-table td {
    font-size: 1.3em;
    line-height: 23px;
    padding: 0 10px 0 0;
  }
  .footer-btn {
    margin: 15px 0 0 0;
  }
  .footer-btn a {
    font-size: 1.2em;
    border-radius: 5px;
  }
  .footer-btn a span {
    font-size: 1.2em;
  }
  .footer-fc-logo {
    margin: 20px 0 0 0;
  }
  .footer-copy {
    font-size: 1.1em;
    margin: 50px 5% 0 0;
  }
}