@charset "UTF-8";
/* --------------------------------
js-scroll-magic
----------------------------------- */
.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, -5rem);
          transform: translate(0, -5rem);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fade.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* ----------------------------------------------- */
/*--------------------------------------------
  reset PC
-----------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 10px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 1.5;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: initial;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

.background-fixed {
  position: fixed;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 2rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 82, 167, 0.8)), to(rgba(52, 138, 201, 0.8))) fixed, url(../img/common/bg_img.png), fixed;
  background: linear-gradient(rgba(53, 82, 167, 0.8), rgba(52, 138, 201, 0.8)) fixed, url(../img/common/bg_img.png), fixed;
  background-size: cover;
  background-position: center;
  z-index: -9999;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*---------------------------------------------
  reset SP
----------------------------------------------*/
body {
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.inner-block {
  padding: 0 10px;
  width: auto;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

input[type=submit] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.sp {
  display: block;
}

.tab {
  display: none;
}

.pc-tab {
  display: none;
}

/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required {
  color: #020202;
  border-color: #dc3545;
}

/* --------------------------------
-----modules
----------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1.2rem 0;
  background-color: #fff;
}

.c-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 2rem;
}

.c-header__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 18rem;
  width: 100%;
}

.c-header__info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.c-header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
}

.c-header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  width: 100%;
  padding: 0 2rem 2rem;
}

.c-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-footer__logo {
  max-width: 27rem;
  width: 100%;
}

.c-footer__info {
  font-size: 1.6rem;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  right: 2rem;
}

.c-pagetop a {
  display: block;
  width: 5rem;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  display: inline-block;
  padding: 1.8rem 4rem;
  background-color: #e2ff00;
  border: 2px solid #020202;
  border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 0 #252d43;
          box-shadow: 10px 10px 0 #252d43;
}

.c-btn--img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 0;
  -webkit-box-shadow: 5px 5px 0 #252d43;
          box-shadow: 5px 5px 0 #252d43;
}

.c-btn--pdf {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 6rem;
  background-color: #fff;
}

.c-btn--pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 6rem;
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-btn--pdf img {
  width: 70%;
  max-width: 20rem;
}

/* --------------------------------
c-sub-title
----------------------------------- */
.c-sub-title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.33333;
  border-bottom: 3px solid #fff;
}

/* --------------------------------
c-title
----------------------------------- */
.c-title {
  text-align: center;
}

/* --------------------------------
c-label
----------------------------------- */
.c-label {
  position: relative;
  padding: 0.3rem 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #3552a7;
  z-index: 9;
}

.c-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-top: 50px solid #fff;
  z-index: -1;
}

/* ----------------------------------------------- */
/* --------------------------------
-----layout
----------------------------------- */
/* --------------------------------
l-mv
----------------------------------- */
.l-mv {
  width: 100%;
}

/* --------------------------------
l-main
----------------------------------- */
.l-main {
  width: 100%;
  padding-top: 8rem;
}

/* --------------------------------
l-problem
----------------------------------- */
.l-problem {
  margin-top: 7rem;
}

/* --------------------------------
l-service
----------------------------------- */
.l-service {
  margin-top: 7rem;
}

/* --------------------------------
l-flow
----------------------------------- */
.l-flow {
  margin-top: 7rem;
}

/* --------------------------------
l-works
----------------------------------- */
.l-works {
  margin-top: 7rem;
}

/* --------------------------------
l-about
----------------------------------- */
.l-about {
  margin-top: 7rem;
}

/* --------------------------------
l-faq
----------------------------------- */
.l-faq {
  margin-top: 7rem;
}

/* --------------------------------
l-contact
----------------------------------- */
.l-contact {
  margin-top: 7rem;
}

/* --------------------------------
l-footer
----------------------------------- */
.l-footer {
  margin-top: 7rem;
}

/* --------------------------------
-----project parts
----------------------------------- */
/* --------------------------------
p-mv
----------------------------------- */
.p-mv {
  width: 100%;
}

.p-mv__title {
  width: 100vw;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.p-mv__title img {
  max-width: initial;
  width: 100%;
}

.p-mv__list {
  margin-top: 3rem;
}

.p-mv__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-mv__list li {
  position: relative;
  width: calc(50% - 3.5rem);
  margin-top: 1rem;
}

.p-mv__list li:first-child,
.p-mv__list li:nth-child(2) {
  margin-top: 0;
}

.p-mv__list li::before {
  content: "";
  display: block;
  padding-top: 10%;
}

.p-mv__list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}

.p-mv_text {
  position: relative;
  width: 66.6178623719vw;
  max-width: 91rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.p-mv_text::before {
  content: "";
  display: block;
  padding-top: 10%;
}

.p-mv_text img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

/* --------------------------------
p-list
----------------------------------- */
.p-list {
  width: 100%;
}

.p-list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7rem;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  border-top: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-list__item:first-child {
  border-top: 1px solid #fff;
}

.p-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: calc(100% - 1rem);
  background-image: url(../img/common/list_dot.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: calc(100% - 1rem);
  background-image: url(../img/common/list_dot.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* --------------------------------
p-cards
----------------------------------- */
.p-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.p-cards__item {
  width: 100%;
}

/* --------------------------------
p-card
----------------------------------- */
.p-card {
  position: relative;
  width: 100%;
  border: 3px solid #fff;
}

.p-card__label-box {
  position: absolute;
  top: 0;
  left: 0;
}

.p-card__img {
  border-bottom: 3px solid #fff;
}

.p-card__body {
  padding: 1.5rem;
}

.p-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e2ff00;
}

.p-card__text {
  margin-top: 2rem;
  font-size: 1.6rem;
}

/* --------------------------------
p-support-list
----------------------------------- */
.p-support-list {
  width: 100%;
}

.p-support-list__item {
  position: relative;
  border: 3px solid #fff;
  padding: 1.5rem 1rem 1.5rem 4rem;
}

.p-support-list__item:not(:first-child) {
  margin-top: 3rem;
}

.p-support-list__label-box {
  position: absolute;
  top: 0;
  left: 0;
}

.p-support-list__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-support-list__sub-title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-support-list__sub-title--first {
  margin-top: 3rem;
}

.p-support-list__text {
  margin-top: 1rem;
  font-size: 1.6rem;
}

/* --------------------------------
p-price-table
----------------------------------- */
.p-price-table {
  width: 100%;
  border: 1px solid #fff;
}

.p-price-table tr:not(:first-child) {
  border-top: 1px solid #fff;
}

.p-price-table th:not(:first-child),
.p-price-table td:not(:first-child) {
  border-left: 1px solid #fff;
}

.p-price-table th,
.p-price-table td {
  padding: 1.2rem;
}

.p-price-table th {
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3552a7;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-price-table td {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

/* --------------------------------
p-experience
----------------------------------- */
.p-experience {
  width: 100%;
  margin-top: 4.5rem;
}

.p-experience__intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-experience__title {
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.p-experience__text {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-experience__image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 5.5rem;
}

.p-experience__img {
  width: 100%;
  border: 3px solid #fff;
}

/* --------------------------------
p-accordion
----------------------------------- */
.p-accordion {
  width: 100%;
}

.p-accordion__title {
  position: relative;
  padding: 1.2rem 5rem 1rem 5rem;
  border: 3px solid #fff;
}
.p-accordion__title h4 {
  font-size: 2rem;
  font-weight: bold;
}
.p-accordion__title:not(:first-child) {
  margin-top: 3rem;
}

.p-accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 5px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-accordion__title.is-open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  /*横線*/
  width: 30px;
  height: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-accordion__title.is-open::after {
  opacity: 0;
}

.p-accordion__label-box {
  position: absolute;
  top: 0;
  left: 0;
}

.p-accordion__label.c-label {
  padding: 0 0.2rem;
}

.p-accordion__content {
  display: none;
  padding: 2rem 2.5rem;
  border: 3px solid #fff;
  border-top: none;
  background-color: rgba(53, 82, 167, 0.25);
}

.p-accordion__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-accordion__flex span {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-accordion__flex p {
  margin-left: 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

/* --------------------------------
p-contact-form
----------------------------------- */
.p-contact-form {
  width: 100%;
}

.p-contact-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
}

textarea {
  width: 100%;
  height: 9rem;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
}

.p-contact-form__item--textarea {
  margin-top: 4rem;
}

.p-contact-form__btn {
  width: 95%;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-contact-form__btn .c-btn {
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem 9rem;
}

/* --------------------------------
-----project section
----------------------------------- */
/* --------------------------------
p-problem
----------------------------------- */
.p-problem {
  width: 100%;
}

.p-problem__list {
  margin-top: 4rem;
}

.p-problem__sub-title {
  margin-top: 6rem;
}

.p-problem__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

/* --------------------------------
p-service
----------------------------------- */
.p-service {
  width: 100%;
}

.p-service__list {
  margin-top: 4rem;
}

/* --------------------------------
p-flow
----------------------------------- */
.p-flow {
  width: 100%;
}

.p-flow__img {
  width: 85%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.p-flow__btn {
  width: 100%;
  margin-top: 4rem;
}

/* --------------------------------
p-works
----------------------------------- */
.p-works {
  width: 100%;
}

.p-works__cards {
  margin-top: 4rem;
}

/* --------------------------------
p-about
----------------------------------- */
.p-about {
  width: 100%;
}

.p-about__text {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-about__sub-title {
  margin-top: 4rem;
}

.p-about__support {
  margin-top: 4.5rem;
}

.p-about__table {
  margin-top: 4.5rem;
}

.p-about__note {
  margin-top: 1rem;
}

/* --------------------------------
p-faq
----------------------------------- */
.p-faq {
  width: 100%;
}

.p-faq__accordion {
  margin-top: 4rem;
}

/* --------------------------------
p-contact
----------------------------------- */
.p-contact {
  width: 100%;
}

.p-contact__tel {
  margin-top: 5rem;
  text-align: center;
}

.p-contact__form {
  width: 100%;
  margin-top: 4rem;
}

/* ----------------------------------------------- */

@media only screen and (min-width: 993px) {
  a:hover {
    -webkit-transform: scale(105%);
            transform: scale(105%);
  }
  .sp {
    display: none !important;
  }

  .tab {
    display: block;
  }

  .pc {
    display: block;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp-tab {
    display: none;
  }
  .c-header {
    padding: 1rem 0;
  }
  .c-header__logo {
    max-width: 25rem;
  }
  .c-header__tel {
    width: 29.6rem;
  }
  .c-pagetop {
    right: 5%;
  }
  .c-btn--pdf {
    padding: 6rem 13rem;
  }
  .c-btn--pdf::after {
    width: 11rem;
    height: 13.5rem;
  }
  .c-btn--pdf img {
    width: 50%;
  }
  .p-mv__list {
    margin-top: 10.5rem;
  }
  .p-mv__list li {
    margin-top: 4rem;
  }
  .p-mv_text {
    margin-top: 4rem;
  }
  .p-list__item {
    height: 10rem;
    font-size: 3rem;
  }
  .p-cards__item {
    width: calc(33% - 2.6666666667rem);
  }
  .p-experience__intro-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-experience__title {
    margin-left: initial;
    margin-right: initial;
  }
  .p-experience__text {
    margin-top: 0;
    margin-left: 8.5rem;
    text-align: left;
  }
  .p-experience__image-box {
    margin-top: 4.5rem;
  }
  .p-experience__img {
    width: calc(33% - 2.6666666667rem);
  }
  .p-contact-form__btn .c-btn:hover {
    -webkit-transform: scale(105%);
            transform: scale(105%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
  .sp {
    display: none !important;
  }

  .tab {
    display: block;
  }
  .tab {
    display: block;
  }
  .c-header {
    padding: 1.8rem 0;
  }
  .c-header__logo {
    max-width: 20rem;
  }
  .c-header__tel {
    width: 23.6rem;
    height: initial;
  }
  .c-btn--pdf {
    padding: 3rem 9rem;
  }
  .c-btn--pdf::after {
    width: 6rem;
    height: 8rem;
  }
  .c-btn--pdf img {
    width: 50%;
    max-width: 26.5rem;
  }
  .p-mv__list {
    margin-top: 6rem;
  }
  .p-mv__list li {
    margin-top: 2rem;
  }
  .p-mv_text {
    margin-top: 2rem;
  }
  .p-list__item {
    height: 10rem;
    font-size: 2.4rem;
  }
  .p-cards__item {
    width: calc(50% - 2rem);
  }
  .p-experience__img {
    width: calc(50% - 2rem);
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc-tab {
    display: block;
  }
  .c-header__contact {
    width: 26rem;
    height: 6.4rem;
  }
  .c-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-footer__info {
    margin-left: 2.5rem;
  }
  .c-pagetop a {
    width: 7rem;
  }
  .c-sub-title {
    font-size: 4.5rem;
  }
  .c-label {
    padding: 0.3rem 0.8rem;
    font-size: 3.6rem;
  }
  .c-label::after {
    border-left: 80px solid transparent;
    border-top: 80px solid transparent;
    border-top: 80px solid #fff;
  }
  .l-main {
    padding-top: 10rem;
  }
  .l-problem {
    margin-top: 14rem;
  }
  .l-service {
    margin-top: 15rem;
  }
  .l-flow {
    margin-top: 15rem;
  }
  .l-works {
    margin-top: 15rem;
  }
  .l-about {
    margin-top: 15rem;
  }
  .l-faq {
    margin-top: 15rem;
  }
  .l-contact {
    margin-top: 15rem;
  }
  .l-footer {
    margin-top: 10rem;
  }
  .p-list__item::before {
    width: 1rem;
  }
  .p-list__item::after {
    width: 1rem;
  }
  .p-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-card__body {
    padding: 2.4rem;
  }
  .p-card__title {
    font-size: 2rem;
  }
  .p-card__text {
    margin-top: 2.4rem;
  }
  .p-support-list__item {
    padding: 2.8rem 1rem 2.6rem 8rem;
  }
  .p-support-list__title {
    font-size: 20;
  }
  .p-support-list__sub-title {
    margin-top: 3rem;
  }
  .p-support-list__sub-title--first {
    margin-top: 5.4rem;
  }
  .p-price-table th {
    font-size: 2rem;
  }
  .p-price-table td {
    font-size: 1.6rem;
  }
  .p-experience__title {
    max-width: 31.5rem;
  }
  .p-experience__text {
    font-size: 2rem;
  }
  .p-experience__image-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-accordion__title {
    padding: 2.8rem 5rem 2rem 8rem;
  }
  .p-accordion__flex span {
    font-size: 3.6rem;
  }
  .p-accordion__flex p {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
  .p-contact-form__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-contact-form__flex .p-contact-form__item {
    width: calc(50% - 4rem);
  }
  .p-contact-form__btn {
    max-width: 30rem;
  }
  .p-contact-form__btn .c-btn {
    padding: 2.5rem 9rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-problem__list {
    margin-top: 6rem;
  }
  .p-problem__sub-title {
    margin-top: 12.5rem;
  }
  .p-problem__text {
    margin-top: 4.5rem;
    font-size: 2rem;
  }
  .p-service__list {
    margin-top: 6rem;
  }
  .p-flow__img {
    width: 65%;
    margin-top: 6rem;
  }
  .p-flow__btn {
    width: 75%;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-works__cards {
    margin-top: 6rem;
  }
  .p-about__text {
    margin-top: 6rem;
    font-size: 2rem;
  }
  .p-about__sub-title {
    margin-top: 6rem;
  }
  .p-faq__accordion {
    margin-top: 5.5rem;
  }
  .p-contact__tel {
    margin-top: 14rem;
  }
  .p-contact__form {
    max-width: 80rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=style.css.map */