@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1.7;
  color: #111111;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}

h1,
h2 {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}

img {
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

.uk-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.uk-button {
  font-size: 1.6rem;
  line-height: 38px;
  transition: .2s ease-in-out;
}

.uk-button-primary {
  background: #111111;
}

.uk-button-primary:hover, .uk-button-primary:focus {
  background: #111111;
}

.uk-background-primary {
  background: #F5F5F5;
}

.uk-list > li:nth-child(n+2) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .uk-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.page__title {
  padding-top: 70px;
  background: #111111;
}

.title__text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  color: #F5F5F5;
}

.section__title {
  margin-top: -20px;
  font-size: 4rem;
  color: #111111;
  font-weight: bold;
  text-align: center;
}

.section__title span {
  position: relative;
  font-size: 1.8rem;
  color: #696969;
}

.section__title-white {
  color: #F5F5F5;
}

.section__title-white span {
  color: inherit;
}

.section__title-white span:after {
  background: #F5F5F5;
}

.section__subTitle {
  font-size: 2.8rem;
  color: #696969;
  font-weight: bold;
}

.section__content {
  margin-top: 56px;
}

.section__description {
  margin-bottom: 24px;
  font-size: 2.1rem;
}

.annotation {
  margin-top: 32px;
}

.color-white {
  color: #F5F5F5;
}

.pc {
  display: block;
}

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

@media screen and (max-width: 640px) {
  .section__title {
    font-size: 3.2rem;
  }
  .section__content {
    margin-top: 40px;
  }
  .section__description {
    font-size: 1.8rem;
  }
}

header {
  position: fixed;
  width: 100%;
  padding: 8px 0;
  z-index: 2;
  transition: .2s ease-in-out;
  background: #F5F5F5;
}

.header__container {
  position: relative;
}

.header__logo a {
  font-size: 3.2rem;
  color: #111111;
}

.header__list {
  display: flex;
}

.header__item:not(:last-child) a {
  padding: 10px;
  color: #111111;
}

.header__item:last-child {
  margin-left: 12px;
}

.header__item:last-child i {
  color: #F5F5F5;
}

@media screen and (max-width: 640px) {
  .header__item:not(:last-child) a {
    color: #111111;
  }
  .header__item:last-child {
    margin-left: 12px;
  }
}

footer {
  padding: 8px;
  background: #111111;
}

.footer__copyright small {
  font-size: 1.2rem;
  color: #F5F5F5;
}

/* ---------------------------------------- */
/* TOP
/* ---------------------------------------- */
.mv {
  padding-top: 70px;
}

.mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100vw;
  background: url(../images/bg-mv.jpg);
  background-size: cover;
  background-position: center;
}

.mv__content {
  display: inline-block;
  padding: 56px;
  background: rgba(17, 17, 17, 0.8);
}

.mv__catchCopy {
  margin-bottom: 32px;
  font-size: 4.8rem;
  color: #F5F5F5;
  font-weight: bold;
}

.mv__logo {
  font-size: 3.2rem;
  color: #F5F5F5;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .mv__content {
    padding: 16px;
  }
  .mv__catchCopy {
    font-size: 3.2rem;
  }
  .mv__logo {
    font-size: 2.4rem;
  }
}

.philosophy__texts {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.philosophy__text {
  margin-bottom: 0;
  line-height: 1.8;
  writing-mode: vertical-rl;
}

.philosophy__text:not(:first-child) {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 960px) {
  .philosophy__texts {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .philosophy__text {
    writing-mode: initial;
  }
  .philosophy__text:not(:first-child) {
    margin-right: 0;
  }
  .philosophy__text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.service {
  background: url(../images/bg-service.jpg);
  background-size: cover;
  background-position: center;
}

.service__card {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  background: #F5F5F5;
}

.service__info {
  padding: 24px;
}

.service__title {
  font-size: 2.4rem;
}

.service__text {
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  .service__info {
    padding: 16px;
  }
  .service__title {
    font-size: 2.1rem;
  }
}

.voice__card {
  padding: 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  background: #F5F5F5;
}

.voice__customer {
  margin-bottom: 20px;
}

.voice__image {
  margin-bottom: 8px;
  text-align: center;
}

.voice__image img {
  width: 80px;
}

.voice__name {
  text-align: center;
}

.voice__job {
  margin-bottom: 12px;
  font-size: 2.1rem;
  text-align: center;
}

.service-flow {
  background: url(../images/bg-service-flow.jpg);
  background-size: cover;
  background-position: center;
}

.flow__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  background: #F5F5F5;
}

.flow__item:not(:last-child) {
  margin-bottom: 78px;
}

.flow__item:not(:last-child):after {
  position: absolute;
  content: '';
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 48px;
  background: url(../images/img-arrow01.png);
  background-size: cover;
}

.flow__image {
  margin: 0 16px 0 0;
}

.flow__image img {
  width: 40px;
}

.flow__title {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .flow__item {
    display: block;
    padding: 16px;
  }
  .flow__image {
    margin: 0 0 16px 0;
    text-align: center;
  }
  .flow__title {
    font-size: 2.1rem;
  }
}

.price__card {
  padding: 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.price__title {
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
}

.price__title span {
  font-size: 1.8rem;
  font-weight: normal;
}

.price__data {
  margin-bottom: -20px;
  font-size: 2.4rem;
}

.price__data span {
  font-size: 4.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .price__card {
    padding: 16px;
  }
  .price__title {
    font-size: 2.1rem;
  }
  .price__title span {
    font-size: 1.6rem;
  }
  .price__data {
    margin-bottom: -16px;
    font-size: 2.1rem;
  }
  .price__data span {
    font-size: 3.6rem;
  }
}

.payment-flow {
  background: url(../images/bg-payment-flow.jpg);
  background-size: cover;
  background-position: center;
}

.company__item:not(:first-child) {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.4);
}

.company__item:not(:last-child) {
  padding-bottom: 12px;
}

.company__title {
  width: 80px;
  padding: 8px 8px 8px 0;
  color: #111111;
}

.company__text {
  width: calc(100% - 80px);
  padding: 8px 8px 8px 16px;
  border-left: 1px solid rgba(17, 17, 17, 0.4);
  color: #111111;
}

@media screen and (max-width: 640px) {
  .company__item {
    display: block;
  }
  .company__title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
  }
  .company__text {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.page-top .contact {
  background: url(../images/bg-contact.jpg);
  background-size: cover;
  background-position: center;
}

.contact__card {
  padding: 24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  background: #F5F5F5;
}

.contact__title {
  font-size: 2.1rem;
}

.contact__text {
  margin-top: 12px;
  font-size: 3.2rem;
  color: #111111;
  font-weight: bold;
}

/* ---------------------------------------- */
/* お問い合わせ
/* ---------------------------------------- */
.page-contact .contact__card {
  box-shadow: none;
  border: 1px solid #696969;
}

.page-contact .contact__text {
  margin-top: 8px;
}

.page-contact .contact__text i {
  color: #111111;
}

.contact-title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contact__card {
    padding: 16px;
  }
  .contact__text {
    font-size: 2.8rem;
  }
}

/* ハンバーガーメニュー */
.hamburger__button {
  display: block;
  position: absolute;
  top: 6px;
  right: 34px;
  width: 42px;
  height: 42px;
  z-index: 3;
  cursor: pointer;
  text-align: center;
}

.hamburger__button span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #111111;
  transition: 0.2s ease-in-out;
}

.hamburger__button span:nth-child(1) {
  top: 10px;
}

.hamburger__button span:nth-child(2) {
  top: 20px;
}

.hamburger__button span:nth-child(3) {
  top: 30px;
}

.hamburger__button.active span {
  background: #111111;
}

.hamburger__button.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  transform: rotate(-45deg);
}

.hamburger__button.active span:nth-child(2),
.hamburger__button.active span:nth-child(3) {
  top: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .hamburger__button {
    right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .hamburger__button {
    right: 9px;
  }
}

header.active .hamburger__button.active span {
  background: #F5F5F5;
}

header.active .header__item .uk-button {
  border-color: #F5F5F5;
  background: none;
}

header.active .header__item a {
  color: #F5F5F5;
}

.hamburger__content {
  display: none;
}

.hamburger__content.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #F5F5F5;
}

.hamburger__content.active .header__list {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 240px;
  padding: 15px;
  text-align: center;
}

.hamburger__content.active .header__item a {
  display: block;
}

.hamburger__content.active .header__item:last-child {
  margin: 16px 0 0 0;
}

.form {
  margin-bottom: 80px;
}

.formrun .label {
  display: inline-block;
  margin-left: 12px;
  padding: 2px 8px;
  font-size: 1.2rem;
  color: #F5F5F5;
  background: #DC3545;
}

.formrun .form__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}

.formrun .form__list {
  margin-bottom: 40px;
}

.formrun .form__item:not(:last-child) {
  margin-bottom: 32px;
}

.formrun input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #696969;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.formrun input:focus {
  border: 1px solid #111111;
  outline: none;
}

.formrun textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #696969;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.formrun textarea:focus {
  border: 1px solid #111111;
  outline: none;
}
