@media screen and (max-width: 1200px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  color: #262626;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  margin: 0; }
  body img,
  body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #262626;
    text-decoration: none; }
    body a:hover {
      color: #262626;
      transition: 0.5s;
      text-decoration: none; }
  body p {
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

.ham {
  display: none;
  position: relative;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin: 1em 0;
  z-index: 2; }
  .ham span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham span:nth-child(1) {
      top: 13px; }
    .ham span:nth-child(2) {
      top: 24px; }
    .ham span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 1200px) {
    .ham {
      display: block; } }
  .ham-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 1; }
    .ham-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      .ham-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-menu__wrap p {
            font-size: 16px; } }
    .ham-menu__tel {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      font-weight: 600; }
      .ham-menu__tel img {
        max-width: 30px;
        margin-right: 10px; }

.ham-main {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin: 1em 0;
  z-index: 2; }
  .ham-main span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham-main span:nth-child(1) {
      top: 13px; }
    .ham-main span:nth-child(2) {
      top: 24px; }
    .ham-main span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 1200px) {
    .ham-main {
      display: block; } }
  .ham-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: 1; }
    .ham-main-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40%; }
      .ham-main-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-main-menu__wrap p {
            font-size: 3rem; } }

.ham-b span {
  transition: 0.5s;
  background-color: #000; }
  .ham-b span:nth-child(1) {
    transform: rotate(45deg);
    top: 24px; }
  .ham-b span:nth-child(2) {
    display: none; }
  .ham-b span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px; }

.position-fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 20px; }

.page {
  width: 1100px;
  margin: auto;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .page {
      width: calc(100% - 180px);
      padding: 0 10px; } }
  @media screen and (max-width: 959px) {
    .page {
      width: calc(100% - 48px);
      padding: 0 24px; } }
  @media screen and (max-width: 479px) {
    .page {
      width: calc(100% - 36px);
      padding: 0 6px; } }
  .page__wrap {
    padding: 120px 10px; }
    @media screen and (max-width: 959px) {
      .page__wrap {
        padding: 40px 10px; } }

.header {
  max-width: 1100px;
  margin: auto;
  padding: 10px; }
  .header__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    max-width: 200px;
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .header__info {
      display: none; } }
  .header__tel {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header__tel img {
      height: fit-content;
      max-width: 30px;
      margin-right: 10px; }
  .header__fax {
    text-align: end; }
    .header__fax p {
      font-weight: 600; }
  .header__menu {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .header__menu {
        display: none; } }
  .header__list {
    position: relative;
    width: calc(100% / 5);
    text-align: center; }
    .header__list:not(:last-child):after {
      content: "";
      position: absolute;
      transform: rotate(125deg);
      width: 30px;
      border-top: 1px solid #262626;
      top: 50%;
      left: 90%; }
  .header dl, .header ol, .header ul {
    margin-bottom: 0;
    padding-left: 0; }

.main-visual__wrap {
  background-image: url(images/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.main-visual__textBlock {
  color: #fff;
  text-align: center;
  padding: 80px 0 50px 0; }
  .main-visual__textBlock p {
    font-weight: 700; }
  .main-visual__textBlock p:nth-of-type(1) {
    font-size: 30px; }
    @media screen and (max-width: 959px) {
      .main-visual__textBlock p:nth-of-type(1) {
        font-size: 20px; } }
  .main-visual__textBlock p:nth-of-type(2) {
    font-size: 50px; }
    @media screen and (max-width: 959px) {
      .main-visual__textBlock p:nth-of-type(2) {
        font-size: 24px; } }
.main-visual__imgBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 0 16px; }
  .main-visual__imgBlock img {
    width: 45%; }

.heading__wrap h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.0; }
  @media screen and (max-width: 959px) {
    .heading__wrap h1 {
      font-size: 26px; } }
.heading__wrap span {
  font-size: 20px;
  font-weight: 400; }

.line {
  background-color: #262626;
  width: 1px;
  height: 50px;
  margin: 10px auto; }

.title__wrap {
  font-weight: 600;
  font-size: 26px; }
  @media screen and (max-width: 959px) {
    .title__wrap {
      font-size: 18px; } }

.text-big {
  font-size: 20px; }

.box__title {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(transparent 75%, #fff799 75%); }
.box__heading {
  font-size: 26px;
  font-weight: 700; }
  .box__heading-lead {
    font-size: 20px; }
  .box__heading-title {
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .box__heading-title {
        font-size: 16px; } }
.box__number {
  font-size: 50px;
  color: #A8A8A8;
  background-color: #fff;
  padding: 5px 8px;
  top: -30px;
  left: 0; }
  .box__number p {
    line-height: 1.0; }

.message__wrap {
  padding: 0 14px; }
.message__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  right: 30px;
  top: 50%;
  transform: translate(-30px, -50%); }
  @media screen and (max-width: 959px) {
    .message__title {
      font-size: 12px;
      right: -10px; } }
.message__big {
  font-size: 20px;
  font-weight: 600; }
  @media screen and (max-width: 959px) {
    .message__big {
      font-size: 16px; } }

.vision {
  background-image: url(images/back01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.company {
  background-image: url(images/back02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.c-fff {
  color: #fff; }

.b-fff {
  background-color: #fff; }

.icon {
  margin: auto; }
  .icon img {
    max-height: 110px;
    height: 100%;
    width: auto; }
    @media screen and (max-width: 959px) {
      .icon img {
        max-height: 80px; } }

.footer {
  background-color: #0f0f0f; }
  .footer__wrap {
    padding: 35px;
    color: #fff;
    text-align: center; }
  .footer__info {
    color: #fff; }
  .footer__wrap a {
    padding: 10px;
    color: #fff;
    text-align: center; }
  .footer__info {
    color: #fff; }

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px; }

#page_top a {
  background-color: #262626;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
  border-radius: 3px; }

#page_top a:hover {
  background-color: #666;
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */
