@charset "utf-8";
@media screen and (max-width: 1440px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
.for-tab {
  display: block;
}
.header {
  padding: 0 0 0 20px;
  background: #fff;
  height: 60px;
}
.header__menu {
  display: none;
}
.header-sp__menu,.js-hamburger {
  display: block;
}
#header-sp__menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  padding: 50px 20px;
  background: #fffffff2;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-sp__menu__list {
  margin-bottom: 40px;
}
.header-sp__menu__list-item {
  position: relative;
  display: block;
  padding-left: 20px;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.header-sp__menu__list li:last-of-type .header-sp__menu__list-item {
  border-bottom: none;
}
.header-sp__menu__list-item:after {
  position: absolute;
  content: "・";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #00A99D;
  font-size: inherit;
  font-weight: bold;
  -webkit-text-stroke: 2px #00A99D;
}
.header__contact {
  width: 100%;
}
#header-sp__menu.panelactive {
  visibility: visible;
  opacity: 1;
}
.js-hamburger {
  position: relative;
  z-index: 1100;
  cursor: pointer;
  width: 60px;
  height: 100%;
  background: #00A99D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
.js-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  height: 2px;
  background-color: #fff;
  border-radius: 50vh;
  width: 75%;
}
.js-hamburger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-35deg);
  width: 75%;
}
.js-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.js-hamburger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(35deg);
  width: 75%;
}
.fv {
  padding-top: 50px;
}
.fv__wrap {
  flex-direction: column-reverse;
}
.fv__img,.fv__text {
  width: 80%;
}
.fv__text__title {
  text-align: center;
}
.fv__contact {
  margin: 0 auto;
}
.worry__image {
  max-width: 600px;
}
.worry__solution__img {
  max-width: 400px;
}
.sv__wrap:nth-of-type(1), .sv__wrap:nth-of-type(3) {
  flex-direction: column-reverse;
}
.sv__wrap:nth-of-type(1), .sv__wrap:nth-of-type(2) {
  margin: 0 auto 50px;
}
.sv__wrap:nth-of-type(2) {
  flex-direction: column;
}
.sv__wrap:nth-of-type(3) {
  margin: 0 auto;
}
.sv__wrap {
  gap: 20px;
  width: 70%;
}
.sv__title {
  padding: 0 15px;
}
.works__wrap {
  gap: 40px;
  flex-direction: column;
}
.works__wrap:nth-of-type(2) {
  flex-direction: column-reverse;
}
.works__wrap:nth-of-type(2) .works__content__box {
  flex-direction: row-reverse;
}
.works__img__wrap {
  width: 100%;
  max-width: 400px;
}
.works__content {
  width: 100%;
  max-width: 550px;
}
.flow__wrap {
  row-gap: 25px;
  flex-wrap: wrap;
}
.contact__form {
  max-width: 600px;
  padding: 20px 30px;
}
.form__table th, .form__table td {
  display: block;
  width: 100%;
}
.form__table th {
  padding: 15px 0 0;
}
.required {
  font-size: 12px;
  margin-left: 10px;
}
}

@media screen and (max-width: 480px) {
p {
  font-size: 15px;
}
.for-sp {
  display: block!important;
}
.for-pc {
  display: none;
}
#header-sp__menu {
  width: 65vw;
}
.header__logo {
  width: 150px;
}
.fv {
  padding-top: 60px;
}
.fv__img, .fv__text {
  width: 90%;
}
.fv__text {
  padding: 30px 0;
}
.fv__text__title {
  margin-bottom: 10px;
}
.fv__text__lead {
  margin-bottom: 20px;
}
.worry .sec__title br {
  display: none;
}
.worry__lead {
  text-align: left;
}
.worry__solution__text {
  padding: 25px 20px 15px;
}
.worry__solution__text br {
  display: none;
}
.worry_solution__wrap::before {
  height: 190px;
  width: 95%;
}
.sv__wrap:nth-of-type(1), .sv__wrap:nth-of-type(2), .sv__wrap:nth-of-type(3) {
  width: 100%;
}
.sv__img {
  width: 80%;
}
.sv__lead {
  font-size: 16px;
}
.sv__title {
  padding: 5px 20px;
  line-height: 1.3;
  width: 90%;
  text-align: center;
  margin: 0 auto 30px;
}
.sv__title::before {
  left: unset;
  right: 30px;
  bottom: -15%;
}
.works__icon {
  width: 25px;
}
.works__img__wrap {
  text-align: center;
}
.works__img {
  max-width: 80%;
}
.works__content__box {
  justify-content: left;
}
.works__content__surport {
  margin-bottom: 30px;
}
.works__content__surport {
  margin-bottom: 0;
  width: 100%;
}
.works__content__surport__item {
  font-size: 15px;
  margin-left: 10px;
}
.works__content__surport__list {
  padding: 30px 25px 20px 10px;
}
.works__illust {
  max-width: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 0;
}
.works__content__lead {
  margin-top: 20px;
}
.flow__number {
  width: 35px;
  height: 35px;
  font-size: 16px;
  top: -10px;
}
.flow__wrap {
  flex-direction: column;
  align-items: center;
}
.flow__item {
  margin-top: 5px;
}
.flow__dot {
  transform: rotate(90deg);
}
.company__wrap {
  padding: 20px 15px;
}
.company__table th, .company__table td {
  font-size: 15px;
}
.contact__form {
  padding: 20px;
}
.required {
  padding: 3px 5px;
}
.form__table {
  table-layout: fixed;
}
.form__table td .w100 {
  padding: 10px;
}
.type {
  display: block;
}
.privacy__text {
  padding: 15px 15px 0;
  font-size: 14px;
}
.form__btn {
  width: 250px;
}
}