@charset "UTF-8";
/*
  File Name   : sp_responsive.css
  Description : SP共通
*/

.inner {
  padding: 0 20px;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none !important;
}

.is-sp_s {
  display: none;
}
@media (max-width: 500px) {
  .is-sp_s {
    display: block;
  }
}

.section-title h3 {
  font-size: 40px;
}

.section-title p {
  font-size: 12px;
  margin-left: 15px;
}

.section-title p::before {
  width: 10px;
  height: 10px;
  top: 6px;
}

/* header --------------------- */
.header {
  height: 70px;
}

.header__inner {
  justify-content: space-between;
}

.header__logo a img {
  width: 100px;
}

.header__contents__cover {
  display: none;
}

/* hamburger */
.hamburger {
  display: block;
  padding: 25px 20px;
  z-index: 500;
  cursor: pointer;
}

.hamburger span {
  position: relative;
  display: block;
  height: 3px;
  width: 35px;
  background: #4f5ea1;
  border-radius: 3px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 7px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* is-open時の動き */
.hamburger.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(30deg);
  background: #fff;
}

.hamburger.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -10px;
  transform: rotate(-30deg);
  background: #fff;
}


/* mobile nav */
.mobile__nav__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #4f5ea1;
  padding-bottom: 60px;
  transform: translateX(100%);
  transition: ease .3s;
  z-index: 400;
  overflow: scroll;
}

.mobile__nav__cover.is-open {
  display: block;
  width: 100%;
  transform: translateX(0);
}

.mobile__nav__cover .header__logo {
  margin-left: 15px;
}

.mobile__nav__cover .header__logo a img {
  width: 30%;
  max-width: 150px;
  margin-top: 15px;
}

.mobile__nav {
  margin: 10px 6% 12.74%;
}

.mobile__nav .nav__items {
  display: block;
  text-align: left;
}

.mobile__nav .nav__items .nav__item {
  padding: 5% 2.6%;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.mobile__nav .nav__items .nav__item a {
  font-size: 4vw;
  color: #fff;
}

.mobile__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.66%;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 15px;
  padding: 12px 0;
  margin: 17px auto;
}

.mobile__contact__tel {
  flex-direction: column;
}

.mobile__contact div {
  font-size: 4.5vw;
  letter-spacing: 0.05em;
}

.mobile__contact div i {
  margin-right: 10px;
}

.mobile__contact__tel div {
  font-family: 'Jost', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 7vw;
}

.mobile__contact__tel div i {
  font-size: 6vw;
}

.mobile__contact__tel p {
  font-size: 3.6vw;
}


/* top-main --------------------- */
.main {
  height: 450px;
  margin-top: 70px;
}

.main::after {
  top: 43%;
}

.main__title {
  left: 10%;
}

.main__title h2 {
  font-size: 7vw;
}

/* top-about */
.top-about {
  padding: 80px 0 100px;
  margin: 0;
}

.top-about::after {
  font-size: 130px;
}

.top-about__lead {
  font-size: 22px;
  margin-top: 25px;
}

.top-about__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.top-about__text {
  font-size: 14px;
}

.top-about__img__cover {
  display: none;
}

/* top-caution */
.caution {
  padding: 80px 0 100px;
}

.caution__cover {
  padding: 0;
}

.caution__text__cover {
  width: 90%;
  margin: 0 auto;
}

.caution__title {
  font-size: 22px;
}

.caution__sub__cover {
  width: 100%;
  margin: 0 auto;
}

.caution__sub__title {
  font-size: 18px;
}

.caution__sub__list ul li {
  font-size: 14px;
}

.caution__img__cover {
  width: 70%;
  margin: 30px auto 0;
}

/* top-reason */
.reason__cover {
  width: 90%;
  padding: 50px 0;
  margin: -50px auto 0;
}

.reason__contents__cover {
  margin-top: 30px;
}

.reason__contents__cover .cards--col3 {
  margin-bottom: -20px;
}

.reason__contents__cover .cards > .cards__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

.reason__contents__cover .card__title {
  font-size: 4.5vw;
  text-align: center;
}
.reason__contents__cover .card__body {
  padding: 40% 8% 40px;
}
.reason__contents__cover .card__text {
  font-size: 3vw;
}

/* top-qualified */
.qualified {
  padding: 50px 0 80px;
}

.qualified__cover {
  padding: 45px 20px;
}

.qualified__text__cover {
  padding-left: 0;
}

.qualified__text__cover::before {
  left: 50px;
  font-size: 7vw;
}

.qualified__title {
  font-size: 22px;
}

.qualified__text {
  font-size: 14px;
}

/* top-price */
.price {
  padding: 80px 0;
}

.price .section-title {
  margin-bottom: 25px;
}

.price__card {
  width: 100%;
  padding: 30px 20px;
}

.price__card:nth-child(1) {
  margin-bottom: 20px;
}

.price__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.price__text {
  font-size: 16px;
  margin-bottom: 0;
}

.price__num {
  font-size: 38px;
  margin-bottom: 15px;
}

.price__card__cover .btn {
  max-width: 350px;
  margin-bottom: 40px;
}

.price__list__cover {
  font-size: 14px;
  line-height: 2;
}

.price__list__cover ul li span {
  margin-right: 5px;
}

/* top-flow */
.flow {
  padding: 80px 0;
}

.flow__card__num {
  font-size: 28px;
  width: 50px;
  height: 50px;
  margin: 20px 0 0 20px;
}

.flow__text__cover {
  width: 100%;
  margin: 0;
  padding: 15px 20px 20px;
}

.flow__title {
  font-size: 22px;
}

.flow__text {
  font-size: 14px;
}

.flow__btn__cover {
  margin-top: 15px;
}

.flow__img img {
  height: 170px;
  border-radius: 0 0 16px 16px;
  margin-bottom: -7px;
}

/* top-works */
.top-works {
  padding: 80px 0;
}

.top-works .section-title{
  margin-bottom: 25px;
}

.top-works .card__text {
  font-size: 14px;
  letter-spacing: 0;
}

.top-works .btn {
  margin-top: 30px;
}

.top-works .cards--col3 {
  width: 80%;
  margin-bottom: -20px;
}

.top-works .cards > .cards__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}


/* under-common --------------------- */
.under-main {
  height: 350px;
}

.under-main__title {
  padding-top: 140px;
}

.under-main__title h2 {
  font-size: 50px;
  line-height: 1;
}

/* breadcrumb */
.contents-breadcrumb {
  margin-bottom: 40px;
}


/* about --------------------- */
.about__content__cover {
  padding: 10px 0 50px;
  margin-top: -60px;
  margin-bottom: 80px;
}

.about__text__cover {
  margin: 0 5%;
}

.about__text__cover .section-title {
  margin-bottom: 10px;
}

.about__title {
  font-size: 22px;
}

.about__text {
  font-size: 14px;
}

.about__img__cover {
  width: 93%;
  margin-top: 30px;
  margin-left: auto;
}

.about__img-1 {
  margin-bottom: 10px;
}

.about__img-1 img {
  height: 350px;
}
@media (max-width: 500px) {
  .about__img-1 img {
    height: 200px;
  }
}

.about__img-2 img,
.about__img-3 img {
  height: 200px;
}
@media (max-width: 500px) {
  .about__img-2 img,
  .about__img-3 img {
    height: 120px;
  }
}

.about__content02__top {
  height: 300px;
}

.about__content02__title,
.about__content03__title {
  padding-top: 80px;
}

.about__content02__cover,
.about__content03__cover {
  padding: 25px;
  margin: -80px 20px 0;
}

.vertical-table__header-row {
  font-size: 18px;
}

.vertical-table__body-row {
  font-size: 12px;
}

.vertical-table {
  border-right-width: 0;
  overflow-x: auto;
}

.vertical-table__inner {
  width: auto;
  min-width: 100%;
}

.vertical-table__header,
.vertical-table__text {
  white-space: nowrap;
}

.vertical-table__header:last-child,
.vertical-table__text:last-child {
  border-right-width: 1px;
}

.about__content03__top {
  height: 300px;
}

.about__content03__lead {
  font-size: 18px;
}

/* faq */
.faq {
  padding: 80px 0;
}

.faq::after {
  font-size: 130px;
}

.faq .section-title {
  margin-bottom: 25px;
}

.faq__cover {
  padding: 25px;
  margin: 0 20px;
}

.faq__title {
  font-size: 18px;
}

.qa__items {
  margin: 20px 0 40px;
}

.qa-box__q {
  font-size: 14px;
  padding: 15px 40px;
  font-weight: 400;
}

.qa-box__q::before {
  width: 25px;
  height: 25px;
  top: 20px;
  font-size: 15px;
}

.qa-box__icon {
  width: 25px;
  height: 25px;
  right: 0;
  top: 40%;
}

.qa-box__icon.is-open .qa-box__bar2 {
  left: 49%;
}

.qa-box__bar1 {
  left: 6px;
}

.qa-box__bar2 {
  top: 6px;
}

.qa-box__content {
  font-weight: 400;
  padding: 6px 0 15px 40px;
}

.qa-box__content::before {
  width: 25px;
  height: 25px;
  top: 10px;
  font-size: 15px;
}

.faq__cover .btn {
  width: 230px;
}


/* company --------------------- */
.company {
  padding-bottom: 80px;
}

.company__message__cover {
  padding: 10px 0 80px;
  margin-top: -60px;
}

.company__message__cover::after {
  font-size: 130px;
}

.company__message .section-title {
  margin-bottom: 25px;
}

.ceo__img {
  margin-bottom: 25px;
}

.message__text {
  font-size: 14px;
  margin: 0 auto 20px;
}

.message__sign img {
  width: 130px;
  margin-top: 15px;
}

/* philosophy */
.company__philosophy__cover {
  height: 400px;
}
@media (max-width: 500px) {
  .company__philosophy__cover {
    height: 480px;
  }
}

.philosophy__title {
  font-size: 22px;
}

.philosophy__title::after {
  width: 50px;
}

.philosophy__text {
  font-size: 18px;
}

/* profile */
.company__profile {
  padding: 50px 5%;
  margin: -80px 20px 0;
}

.company__profile__title {
  font-size: 22px;
  margin-bottom: 40px;
}

.company__profile__title::after {
  width: 50px;
}

.profile__item {
  padding-top: 20px;
}

.profile__category {
  font-size: 14px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.profile__content {
  font-size: 14px;
  padding-bottom: 20px;
}

.profile__items iframe {
  margin-top: 50px;
}


/* contact / request --------------------- */
.contact,
.request {
  padding-bottom: 80px;
}

.contact__contents__cover {
  padding: 10px 0 50px;
  margin-top: -60px;
}

.contact__contents {
  width: 90%;
}

.contact__tel__label {
  font-size: 22px;
  text-align: center;
  margin: 25px 0 10px;
}

.contact__tel__cover .tel-num {
  padding: 20px 0;
}

.contact__tel__cover .tel-num a {
  font-size: 30px;
}

.contact__tel__cover .tel-num a i {
  font-size: 30px;
  margin-right: 5px;
}

.contact__text__label {
  font-size: 22px;
  text-align: center;
}

.contact__text {
  margin: 30px 0 40px;
}

.contact__text p {
  font-size: 14px;
}

.contact__item__title {
  width: 100%;
}

.contact__message .contact__item__title,
.contact__item .contact__item__title {
  margin: 0 0 10px;
}

.contact__item__input {
  width: 100%;
  margin: 0;
}

.contact__btn .btn {
  width: 200px;
}

.contact__attention {
  font-size: 14px;
}


/* works --------------------- */
.works,
.works-detail {
  padding-bottom: 80px;
}

.works__contents__cover {
  margin-top: -60px;
  padding: 10px 0 50px;
}

.works__contents .section-title {
  margin-bottom: 25px;
}

.works__contents .cards--col3 {
  margin-bottom: -20px;
}

.works__contents .cards > .cards__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}

.pagenavi__wrap {
  margin-top: 60px;
}

.pagenavi__wrap:last-child {
  margin-bottom: 60px;
}

.pagenavi a, .pagenavi span {
  padding: 1px 10px;
}


/* works-detail --------------------- */
.article__title {
  font-size: 18px;
}

.article__title span {
  font-size: 12px;
  margin-top: 5px;
}

.article__body {
  padding: 30px 0;
}

.article__img__cover {
  margin-bottom: 10px;
}

.article__midashi {
  font-size: 16px;
  margin-bottom: 10px;
}

.article__text {
  font-size: 14px;
}

.article__cover .btn__cover {
  padding: 10px 15px;
}

.tolist {
  font-size: 12px;
  height: 40px;
  line-height: 38px;
}

.article__cover .btn__cover i {
  font-size: 10px;
  width: 15px;
  height: 15px;
  padding-top: 2.5px;
}

.article__cover .btn span {
  font-size: 14px;
}
.article__cover .btn__cover .previouspostslink span {
  justify-content: start;
}
.article__cover .btn__cover .nextpostslink span {
  justify-content: end;
}


/* footer --------------------- */
.footer {
  padding: 80px 0 20px;
}

.footer__inner {
  padding: 0 20px;
}

.footer__left {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.footer__left a {
  align-items: center;
}

.footer__logo {
  text-align: center;
}

.footer__info {
  font-size: 14px;
}

.footer__nav {
  display: flex;
}

.footer__nav .nav__items {
  width: 50%;
  flex-direction: column;
  align-items: baseline;
  padding: 20px 0;
}

.footer__right .footer__nav:first-child {
  display: none;
}

.footer__nav .nav__items li {
  margin-left: 0;
}

.footer__nav .nav__items li a {
  font-size: 14px;
}

@media (max-width: 500px) {
  .footer__tel {
    flex-direction: column;
    align-items: baseline;
    margin: 0 auto 30px;
  }
}

.footer__tel a {
  font-size: 40px;
  margin-right: 25px;
}

.footer__tel p {
  font-size: 14px;
}

@media (max-width: 500px) {
  .footer__contacts {
    flex-direction: column;
  }
}

.footer__contact {
  width: 48%;
}

@media (max-width: 500px) {
  .footer__contact {
    width: 80%;
    margin: 0 auto;
  }
  .footer__contact:nth-child(1) {
    margin-bottom: 20px;
  }
}

.footer__contact .btn {
  width: 100%;
}

.footer__copyright {
  font-size: 12px;
}