@charset "UTF-8";
/* 文字コードの指定 */
/* CSS Document */
html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #3e3a39;
  background-color: #fefefe; }
  @media screen and (max-width: 520px) {
    body {
      font-size: 1.1rem; } }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #3e3a39;
  text-decoration: none; }

img {
  width: 100%;
  vertical-align: bottom; }

small {
  font-size: 66%; }

section {
  margin: 60px 0;
  padding: 0; }
  @media screen and (max-width: 520px) {
    section {
      margin: 30px 0; } }

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

.Sec-wrap {
  margin: 0 auto;
  padding: 60px 0;
  width: calc(100% - 40px);
  max-width: 1360px; }
  @media screen and (max-width: 520px) {
    .Sec-wrap {
      padding: 30px 0; } }

.Sec-title {
  font-size: 4.6rem;
  font-weight: 600;
  font-family: "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 520px) {
    .Sec-title {
      font-size: 1.8rem;
      margin-bottom: 20px; } }

.Sec__txt {
  text-align: center;
  margin-bottom: 10px; }

.Sec__container .Sec__box {
  padding: 30px 0; }
  .Sec__container .Sec__box .Sec__box-heading {
    font-size: 1.6rem;
    font-weight: 600; }
  .Sec__container .Sec__box .Sec__item {
    padding-top: 20px;
    font-weight: 600; }
    @media screen and (max-width: 520px) {
      .Sec__container .Sec__box .Sec__item {
        padding-top: 10px; } }
    .Sec__container .Sec__box .Sec__item .Sec__item-L {
      font-size: 2.4rem; }

.txt-bold {
  font-weight: 600; }

.Btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  background: #e95504;
  color: #fefefe;
  width: 280px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 22px 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 520px) {
    .Btn a {
      font-size: 1.1rem;
      width: 152px;
      padding: 10px; } }
  .Btn a img {
    width: 26px;
    margin-right: 10px; }
    @media screen and (max-width: 520px) {
      .Btn a img {
        width: 14px;
        margin-right: 4px; } }
  .Btn a:hover {
    background: #eb6820;
    box-shadow: inset #0000001c 3px 3px 4px 0px; }

@media only screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.fadein {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* スクロールでフェードイン　画面外にいる状態 */
.s-fadein {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 500ms; }

/* スクロールでフェードイン　画面内に入った状態 */
.s-fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 520px) {
  .hidden-sp {
    display: none !important; } }

@media only screen and (min-width: 521px) {
  .hidden-pc {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .display-tb {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .hidden-tb {
    display: none !important; } }

/* CSS Document */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%; }
  .header .header__container {
    padding: 0 4%;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 520px) {
      .header .header__container {
        padding: 0 20px; } }
    .header .header__container .header-logo {
      width: 38px;
      height: auto;
      cursor: pointer; }
      @media only screen and (max-width: 520px) {
        .header .header__container .header-logo {
          width: 26px; } }
    .header .header__container .navBtn {
      display: none;
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 2000; }
      @media only screen and (max-width: 1024px) {
        .header .header__container .navBtn {
          display: block; } }
      @media only screen and (max-width: 520px) {
        .header .header__container .navBtn {
          width: 24px; } }

.pc-nav .pc-nav-list {
  display: flex;
  font-family: "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue;
  font-weight: 600;
  font-size: 2rem;
  justify-content: flex-end; }
  .pc-nav .pc-nav-list li {
    margin-left: 50px; }
    .pc-nav .pc-nav-list li a:hover {
      color: #e95504; }
@media only screen and (max-width: 1024px) {
  .pc-nav {
    display: none; } }

.sp-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3e3a39E6;
  visibility: hidden;
  transition: opacity 3s ease-out;
  z-index: 1000; }
  .sp-nav .sp-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    margin-left: auto;
    height: 100vh;
    transform: translateX(100%);
    opacity: 0;
    overflow: hidden;
    background-color: #DDDDDD;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out; }
  .sp-nav.nav-open {
    visibility: visible; }
    .sp-nav.nav-open .sp-nav-inner {
      opacity: 1;
      transform: none; }

.sp-nav-list {
  font-family: "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 19px 0 0 50px;
  margin-top: 56px; }
  .sp-nav-list li {
    margin: 15px 0; }
    .sp-nav-list li a:hover {
      color: #e95504; }

.top-cover {
  position: relative;
  margin-top: 0; }
  .top-cover .top-cover-img {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url("../images/svg/background-img.svg");
    background-repeat: repeat;
    background-size: 128px; }
  .top-cover .logo {
    width: 18.75%;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media only screen and (max-width: 1024px) {
      .top-cover .logo {
        right: 20px;
        width: 33.3%; } }
    @media only screen and (max-width: 520px) {
      .top-cover .logo {
        right: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        width: 48%; } }

/* CSS Document */
.about {
  position: relative;
  height: 830px; }
  @media screen and (max-width: 520px) {
    .about {
      height: 543.5px; } }
  .about .Sec-wrap {
    max-width: 1000px;
    position: absolute;
    top: -130px;
    background: #fefefe;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media screen and (max-width: 520px) {
      .about .Sec-wrap {
        top: -60px; } }

.about__block {
  width: calc(100% - 40px);
  max-width: 870px;
  margin: 0 auto;
  padding-top: 10px; }
  .about__block .about__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding: 40px 0 40px 46px; }
    @media screen and (max-width: 520px) {
      .about__block .about__list li {
        padding: 20px 0 20px 10px; } }
    .about__block .about__list li:first-child {
      border-top: 1px solid #DDDDDD; }
    .about__block .about__list li .list-head {
      width: 20%; }
    .about__block .about__list li .list-content {
      font-weight: 600;
      width: 80%; }
      @media screen and (max-width: 520px) {
        .about__block .about__list li .list-content {
          width: 77%; } }
      .about__block .about__list li .list-content p {
        margin-bottom: 10px; }
        .about__block .about__list li .list-content p:last-child {
          margin-bottom: 0; }

/* CSS Document */
.contact {
  margin-bottom: 0;
  background: url("../images/svg/background-img.svg");
  background-repeat: repeat;
  background-size: 128px; }

.contact__Btn {
  margin: 0 auto;
  width: fit-content; }

/* CSS Document */
.footer {
  background: #3e3a39;
  color: #fefefe;
  text-align: center; }
  .footer .footer-wrap {
    padding: 30px 0 40px 0; }
    @media screen and (max-width: 520px) {
      .footer .footer-wrap {
        padding: 20px 0; } }
    .footer .footer-wrap .footer__logo {
      width: 155px;
      margin: 0 auto 10px auto; }
      @media screen and (max-width: 520px) {
        .footer .footer-wrap .footer__logo {
          width: 116px; } }
