@charset "utf-8";
@import url("reset.css");
@import url("common.css");

html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  color: #4C3C38;
}

input {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* header */
header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  z-index: 1000;
  height: 90px;
}

.headerBox {
  display: flex;
}

.headerBoxH1 {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.headerBoxH1 img {
  height: 45px;
}

h1 {
  margin-right: 10px;
}

.headerBoxH1 h1 img {
  height: 55px;
}

.headerContactBox {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.headerContactTelText {
  margin-bottom: 0.5em;
}

.headerContactTelLink {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.headerContactTelLink img {
  height: 30px;
  margin-right: 10px;
}

.headerContactTelLink a {
  transition: 0.5s;
}

.headerContactTelLink a:hover {
  opacity: 0.5;
}

.headerContactTelLink span {
  font-size: 14px;
  margin-left: 10px;
}

.headerContactBt {
  background-color: #4C3C38;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: 20px;
  transition: 0.5s;
}

.headerContactBt:hover {
  opacity: 0.7;
}

.headerContactBt a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
}

.headerContactBt img {
  height: 25px;
  margin-bottom: 10px;
}

.headerContactBt p {}


/* contents */
.w940 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w1140 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.fontSerif {
  font-family: Serif;
}


/* mainVisual */
.mainVisual {
  padding-top: 90px;
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/mainvisual_bg_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.mainVisualBox {
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
}

.mainVisualTitle img {
  height: 76px;
}

.mainVisualTroubleList {
  display: flex;
  justify-content: space-evenly;
  width: 800px;
  max-width: 100%;
  margin: 20px auto;
}

.mainVisualTroubleList li {
  width: calc(800px / 3);
  max-width: calc(100% / 3);
}

.mainVisualTroubleList li:nth-child(2) {
  margin-top: 25px;
}

.mainVisualTroubleList img {
  width: 95%;
}

.mainVisualTextImg2 {
  margin: 40px 0;
}

.mainVisualTextImg1 img {
  height: 85px;
}

.mainVisualTextImg2 img {
  height: 65px;
}


/* about */
.about {
  background-color: #F7F6F5;
  margin-top: -200px;
  padding-top: 116px;
}

.about h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.about h2 img {
  height: 137px;
}

.aboutList {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 80px 0;
}

.aboutList li {
  width: 31%;
  background-color: #fff;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.aboutList li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60%;
  border-style: solid;
  border-width: 35px 70px 0 0;
  border-color: #ffffff transparent transparent;
  translate: -50% 90%;
  transform: rotate(-5deg);
}

.aboutListImg {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutListImg img {
  width: 75px;
}

.aboutListTitle {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0;
  color: #6C401E;
}

.abountListText {
  font-size: 13.5px;
  text-align: left;
}


/* manga1 */
.manga1 {
  background-image: url("https://shakuchiken.net/ad/comics_landlord_trouble/images/grid_bg.png");
  background-position: center;
  background-repeat: repeat;
  padding: 75px 0;
}

.manga1 h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.manga1 h2 img {
  height: 138px;
}

.manga1 .mangaBox {
  padding: 40px 0;
  width: 744px;
  margin: 0 auto;
}

.manga1 .mangaBox img {
  width: 100%;
  max-width: 744px;
}


/* problem */
.problem {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/problem_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 500;
  margin-top: -50px;
  padding-top: 100px;
}

.problem h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.problem h2 img {
  height: 76px;
}

.problemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 200px 0;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.problemList li {
  width: 32%;
  margin-bottom: 15px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.75em;
  color: #fff;
  padding: 7% 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.problemList li:nth-child(1),
.problemList li:nth-child(4) {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/problem_list_bg1.png);
}

.problemList li:nth-child(2),
.problemList li:nth-child(5) {
  position: relative;
  top: 20px;
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/problem_list_bg2.png);
}

.problemList li:nth-child(3),
.problemList li:nth-child(6) {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/problem_list_bg3.png);
}


/* manga2 */
.manga2 {
  margin-top: -125px;
  position: relative;
  z-index: 500;
  padding-bottom: 40px;
}

.manga2 .mangaBox {
  padding: 40px 0;
  width: 744px;
  margin: 0 auto;
}

.manga2 .mangaBox img {
  width: 100%;
  max-width: 744px;
}


/* possible */
.possible {
  padding: 70px 0 0 0;
  background: #FCE9DA;
}

.possible h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.possible h2 img {
  height: 137px;
}

.possibleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 30px 0;
}

.possibleList li {
  width: 48%;
  background-color: #fff;
  margin: 40px 0;
  text-align: center;
  padding: 0 15px 40px 15px;
}

.possibleListImg {
  position: relative;
  margin-top: -40px;
}

.possibleListImg img {
  height: 120px;
}

.possibleListTitle {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0;
  color: #6C401E;
}

.possibleListText {
  font-size: 13.5px;
}


/* manga3 */
.manga3 {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/grid_bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0;
}

.manga3 .mangaBox {
  width: 744px;
  margin: 0 auto;
}

.manga3 .mangaBox img {
  width: 100%;
  max-width: 744px;
}


/* proposal */
.proposalBox {
  display: flex;
}

.proposalImg {
  content: "";
  width: 47%;
  min-height: 100%;
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/proposal_img_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.proposalImg img {
  max-width: 100%;
  object-fit: cover;
}

.proposalContent {
  width: 53%;
  justify-content: flex-start;
  align-items: center;
}

.proposalInContent {
  max-width: 645px;
  padding: 20px 20px 20px 45px;
}

.proposalContent h2 img {
  width: 100%;
  max-width: 570px;
}

.proposalSubTitle {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0;
  color: #6C401E;
}

.proposalText {
  font-size: 13.5px;
}

.proposalCopy {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0 0 0;
  color: #F19148;
}


/* manga4 */
.manga4 {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/grid_bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0;
}

.manga4 .mangaBox {
  width: 744px;
  margin: 0 auto;
}

.manga4 .mangaBox img {
  width: 100%;
  max-width: 744px;
}


/* merit */
.meritBox {
  display: flex;
}

.meritImg {
  content: "";
  width: 47%;
  min-height: 100%;
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/merit_img_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.meritContent {
  width: 53%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.meritInContent {
  max-width: 645px;
  padding: 20px 20px 20px 45px;
}

.meritContent h2 img {
  width: 100%;
  max-width: 570px;
}

.meritSubTitle {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0;
  color: #6C401E;
}

.meritText {
  font-size: 13.5px;
  margin: 0.5em 0;
}

.meritCopy {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 700;
  margin: 15px 0 0 0;
  color: #F19148;
}


/* manga5 */
.manga5 {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/grid_bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0;
}

.manga5 .mangaBox {
  width: 744px;
  margin: 0 auto;
}

.manga5 .mangaBox img {
  width: 100%;
  max-width: 744px;
}

.formLinkBt {
  text-align: center;
  position: relative;
  padding: 120px 0 0 0;
}

.formLinkBt a {
  transition: 0.5s;
}

.formLinkBt a:hover {
  opacity: 0.7;
}

.formLinkBt img {
  height: 55px;
}

.formLinkBt span {
  position: absolute;
  bottom: 60px;
  left: 41%;
}

.formLinkBt span img {
  height: 69px;
}


/* voice */
.voice {
  padding: 75px 0 0 0;
}

.voice h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.voice h2 img {
  height: 223px;
}

/* voice > slider */
.voiceSlider {
  position: relative;
  padding: 70px 0;
}

.swiper-slide {
  width: 33%;
  padding-bottom: 5px;
  text-align: center;
}

.swiper-slide img {
  width: 90%;
  box-shadow: 5px 5px 10px -5px #f19148;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-top: 0;
}

.swiper-button-next {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/arrow_braun.png);
  transform: translateY(-50%) scale(-1, 1);
}

.swiper-button-prev {
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/arrow_braun.png);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}


/* process */
.process {
  padding: 75px 0 30px 0;
  background-color: #F7F6F5;
}

.process h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.process h2 img {
  height: 223px;
}

.processList {
  display: flex;
  gap: 20px;
  padding: 70px 0;
  align-content: center;
}

.processList li {
  background-color: #fff;
  width: calc(100% / 6);
  padding: 5px 15px 10px 15px;
  position: relative;
}

.processList li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/arrow_braun.png);
  background-size: 100%;
  transform: translateY(-50%) scale(-1, 1);
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}

.processList li:nth-child(6):after {
  display: none;
}

.processListTitle {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  margin: 15px 0;
  color: #6C401E;
  text-align: center;
  height: 60px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.processListTitle span {
  font-size: 12px;
  display: block;
  line-height: 1.5em;
  width: 100%;
}

.processListZero {
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -50px;
}

.processListZero img {
  height: 50px;
}

.processListText {
  font-size: 12px;
  margin: 0.5em 0;
  line-height: 1.75em;
}


/* form */
.form {
  padding: 75px 0 75px 0;
}

.form h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.form h2 img {
  height: 138px;
}

.formProgress {
  display: flex;
  justify-content: center;
  gap: 150px;
  margin: 30px auto;
}

.formProgress li {
  padding: 15px;
  background-color: #fff;
  position: relative;
  z-index: 500;
}

.formProgress li:nth-child(1):after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  z-index: 400;
  top: 63px;
  right: -150px;
}

.formProgress li:nth-child(2):after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #F1F1F1;
  z-index: 400;
  top: 63px;
  right: -150px;
}

.formProgressStep {
  background-color: #F7BD91;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50px;
  position: relative;
}

.formProgressOver .formProgressStep {
  background-color: #F19148 !important;
}

.formProgressStepText {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
}

.formTable {
  border: 1px solid #CACACA;
  margin-top: 30px;
  color: #4C3C38;
}

.formTable tr {
  border-bottom: 1px dotted #CACACA;
}

.formTable th {
  background-color: #F1F1F1;
  padding: 20px;
  vertical-align: middle;
  position: relative;
  width: 30%;
}

.formTable th span {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  color: #fff;
  background-color: #F19148;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 5px;
}

.formTable td {
  padding: 20px;
  line-height: 2em;
  vertical-align: middle;
}

.formTable td input {
  border: 1px solid #CACACA;
  padding: 10px;
  font-size: 16px;
}

.formTable td textarea {
  border: 1px solid #CACACA;
  padding: 10px;
  font-size: 16px;
}

.formTable td label {
  color: #4C3C38;
}

.formCheck {
  text-align: center;
  padding: 2em 0;
}

.formCheck a {
  color: #F19148;
  text-decoration: underline;
  transition: 0.5s;
}

.formCheck a:after {
  opacity: 0.7;
}

.formSubmit {
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  padding: 2em 0;
}

.formSubmit a {
  color: #F19148;
  text-decoration: underline;
  transition: 0.5s;
}

.formSubmit input {
  background-color: #F19148;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 1em 125px;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}

.formSubmit input:hover {
  opacity: 0.7;
}

.formText {
  text-align: center;
  line-height: 2em;
  font-size: 16px;
  padding: 50px 0;
}


/* company */
.company {
  padding: 75px 0 50px 0;
  background-color: #FEF9F6;
}

.company h2 {
  text-align: center;
  position: relative;
  z-index: 100;
}

.company h2 img {
  height: 138px;
}

.company table {
  margin-top: 50px;
  margin-bottom: 80px;
}

.company tr:nth-child(even) {
  background-color: #fff;
}

.company th {
  font-weight: 700;
  padding: 25px 40px;
}

.company td {
  vertical-align: middle;
  padding: 25px 0;
  width: 70%;
}

.company a {
  color: #F19148;
  text-decoration: underline;
  transition: 0.5s;
}

.company a:hover {
  opacity: 0.5;
}


/* footer */
footer {
  background-color: #000;
  color: #fff;
}

.copyright {
  font-size: 12px;
  text-align: center;
  padding: 2em 0;
}


/* アニメーション関連 */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.scroll_fadein.on {
  transform: translateY(0);
  opacity: 1.0;
}

.auto_scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.auto_scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.auto_scroll_fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.auto_scroll_fadein.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_leftup {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_leftup.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.stiming02 {
  transition-delay: .2s;
}

.stiming03 {
  transition-delay: .4s;
}

.stiming04 {
  transition-delay: .6s;
}

.stiming05 {
  transition-delay: .8s;
}

.stiming06 {
  transition-delay: 1.0s;
}

.stiming07 {
  transition-delay: 1.2s;
}

.stiming08 {
  transition-delay: 1.4s;
}

.stiming09 {
  transition-delay: 1.6s;
}
td.form_flex {
    display: flex !important;
    justify-content: space-around !important;
}
input.form_content {
    width: 45% !important;
}

@media all and (max-width: 768px) {

  /* SP */
  .pcOnly {
    display: none !important;
  }

  /* header */
  header {
    height: auto;
  }

  .headerBox {
    display: flex;
    align-items: center;
    align-content: center;
  }

  .headerBoxH1 img {
    height: 30px;
  }

  h1 {
    margin-left: 10px;
  }

  .headerBoxH1 h1 img {
    height: 50px;
  }

  .headerContactBox {
    top: 10px;
  }

  .headerContactTelBt {
    background-color: #F19148;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 5px;
    border-radius: 10px;
  }

  .headerContactTelBt a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
  }

  .headerContactTelBt img {
    height: 18px;
    margin-bottom: 8px;
  }

  .headerContactTelBt p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .headerContactBt {
    background-color: #4C3C38;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 5px 0 0;
    border-radius: 10px;
  }

  .headerContactBt a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
  }

  .headerContactBt img {
    height: 18px;
    margin-bottom: 8px;
  }

  .headerContactBt p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -1px;
  }

  /* main */

  /* mainVisual */
  .mainVisual {
    padding-top: 0px;
    background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/mainvisual_bg_sp.png);
    position: relative;
    top: 80px;
    left: 0;
    margin-bottom: 80px;
  }

  .mainVisualBox {
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .mainVisualTitle img {
    height: 60px;
  }

  .mainVisualTroubleList {
    position: relative;
    padding-top: 130px;
    height: 90vw;
  }

  .mainVisualTroubleList li {
    max-width: 55%;
  }

  .mainVisualTroubleList li:nth-child(1) {
    position: absolute;
    top: 26vw;
    left: 10px;
  }

  .mainVisualTroubleList li:nth-child(2) {
    margin-top: 0;
    position: absolute;
    top: 0px;
    right: 10px;
  }

  .mainVisualTroubleList li:nth-child(3) {
    margin-top: 0;
    position: absolute;
    top: 50vw;
    right: 10px;
  }

  .mainVisualTroubleList img {
    width: 100%;
  }

  .mainVisualTextImg1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainVisualTextImg2 {
    margin: 30px 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainVisualTextImg1 img {
    width: auto;
    max-width: 100%;
    height: 55px;
  }

  .mainVisualTextImg2 img {
    width: auto;
    max-width: 100%;
    height: 47.5px;
  }


  /* about */
  .about {
    margin-top: -165px
  }

  .about h2 img {
    height: 80px;
    max-width: 100%;
  }

  .aboutList {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutList li {
    width: 100%;
    margin: 25px 0;
  }

  /* manga1 */
  .manga1 .mangaBox {
    width: 100%;
  }

  .manga1 .mangaBox img {
    width: 100%;
    max-width: 100%;
  }

  .manga1 h2 img {
    height: 110px;
  }


  /* problem */
  .problem {
    background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/problem_bg_sp.png);
    z-index: 500;
    margin-top: -50px;
    padding-top: 50px;
  }

  .problem h2 {
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .problem h2 img {
    height: 60px;
  }

  .problemList {
    display: flex;
    margin: 25px 0;
    padding-bottom: 50px;
    position: relative;
    height: 600px;
  }

  .problemList li {
    width: 45%;
    margin-bottom: 15px;
    line-height: 1.5em;
    color: #fff;
    padding: 42px 0;
    font-size: 13px;
    position: absolute;
    letter-spacing: -1px;
    top: 0;
    left: 0;
  }

  .problemList li:nth-child(2),
  .problemList li:nth-child(5) {
    position: absolute;
    top: 0;
  }

  .problemList li:nth-child(1) {
    top: 0;
    left: 10px;
  }

  .problemList li:nth-child(2) {
    top: 19%;
    left: 27.5%;
  }

  .problemList li:nth-child(3) {
    top: 0;
    left: auto;
    right: 10px;
  }

  .problemList li:nth-child(4) {
    top: 38%;
    left: 10px;
  }

  .problemList li:nth-child(5) {
    top: 58%;
    left: 27.5%;
  }

  .problemList li:nth-child(6) {
    top: 38%;
    left: auto;
    right: 10px;
  }


  /* manga2 */
  .manga2 .mangaBox {
    width: 100%;
  }

  .manga2 .mangaBox img {
    width: 100%;
    max-width: 100%;
  }


  /* possible */
  .possible {
    padding: 50px 0 0 0;
  }

  .possible h2 img {
    height: 70px;
  }

  .possibleList {
    padding: 50px 15px;
  }

  .possibleList li {
    width: 100%;
    margin: 30px 0;
    padding: 0 15px 20px 15px;
  }

  .possibleListImg {
    position: relative;
    margin-top: -40px;
  }

  .possibleListImg img {
    height: 80px;
  }

  .possibleListTitle {
    font-size: 18px;
  }

  .possibleListText {
    font-size: 13.5px;
  }


  /* manga3 */
  .manga3 .mangaBox {
    width: 100%;
  }

  .manga3 .mangaBox img {
    width: 100%;
    max-width: 100%;
  }


  /* proposal */
  .proposalBox {
    flex-wrap: wrap;
  }

  .proposalImg {
    width: 100%;
    min-height: 250px;
    background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/proposal_img_sp.jpg);
  }

  .proposalContent {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .proposalInContent {
    max-width: 100%;
    padding: 20px;
  }

  .proposalContent h2 img {
    width: 100%;
    max-width: 570px;
  }

  .proposalSubTitle {
    font-size: 16px;
  }

  .proposalText {
    font-size: 12px;
  }

  .proposalCopy {
    font-size: 16px;
  }


  /* manga4 */
  .manga4 .mangaBox {
    width: 100%;
  }

  .manga4 .mangaBox img {
    width: 100%;
    max-width: 100%;
  }


  /* merit */
  .meritBox {
    flex-wrap: wrap;
  }

  .meritImg {
    content: "";
    width: 100%;
    min-height: 250px;
    background-image: url(https://shakuchiken.net/ad/comics_landlord_trouble/images/merit_img_sp.jpg);
    order: -1;
  }

  .meritContent {
    width: 100%;
    order: 0;
  }

  .meritInContent {
    max-width: 100%;
    padding: 20px;
  }

  .meritContent h2 img {
    width: 100%;
    max-width: 570px;
  }

  .meritSubTitle {
    font-size: 16px;
  }

  .meritText {
    font-size: 12px;
  }

  .meritCopy {
    font-size: 16px;
  }

  /* manga5 */
  .manga5 .mangaBox {
    width: 100%;
  }

  .manga5 .mangaBox img {
    width: 100%;
    max-width: 100%;
  }

  .formLinkBt {
    text-align: center;
    position: relative;
    padding: 120px 0 0 0;
  }

  .formLinkBt img {
    height: 45px;
  }

  .formLinkBt span {
    position: absolute;
    bottom: 50px;
    left: 41%;
  }

  .formLinkBt span img {
    height: 50px;
  }


  /* voice */
  .voice {
    padding: 50px 0 0 0;
  }

  .voice h2 img {
    height: 130px;
  }

  /* voice > slider */
  .swiper-slide img {
    width: 60%;
  }


  /* process */
  .process h2 img {
    max-height: 130px;
    max-width: 100%;
  }

  .processList {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .processList li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .processList li:after {
    top: calc(100% + 10px);
    left: calc(50% - 10px);
    rotate: 90deg;
  }

  .processListTitle {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .processListText {
    width: 65%;
    margin-left: 5%;
  }

  .processListZero {
    position: absolute;
    left: 22.5%;
    top: -15px;
    margin-left: -50px;
  }

  .processListZero img {
    height: 35px;
  }


  /* form */
  .form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form h2 img {
    max-height: 70px;
    max-width: 100%;
  }

  .formProgress {
    gap: 30px;
  }

  .formProgress li {
    padding: 10px;
  }

  .formProgress li:nth-child(1):after {
    width: 50px;
    top: 50px;
    right: -50px;
  }

  .formProgress li:nth-child(2):after {
    width: 50px;
    top: 50px;
    right: -50px;
  }

  .formProgressStep {
    font-size: 16px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 75px;
  }

  .formProgressStepText {
    font-size: 14px;
  }

  .formTable tr {
    display: block;
  }

  .formTable th {
    display: block;
    width: 100%;
  }

  .formTable th span {
    font-size: 12px;
  }

  .formTable td {
    display: block;
    width: 100%;
  }

  .formTable td input:not(input[type="radio"]) {
    width: 100%;
  }

  .formTable td textarea {
    width: 100%;
  }

  .formCheck a:after {
    opacity: 0.7;
  }

  .formSubmit input {
    font-size: 16px;
    width: 100%;
  }

  .formText {
    text-align: center;
    line-height: 2em;
    font-size: 16px;
    padding: 50px 0;
  }


  /* company */
  .company {
    padding: 75px 15px 50px 15px;
    background-color: #FEF9F6;
  }

  .company h2 {
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .company h2 img {
    max-height: 70px;
    max-width: 100%;
  }

  .company table {
    font-size: 14px;
  }

  .company th {
    padding: 15px 20px;
  }

  .company td {
    padding: 15px 0;
    width: 65%;
  }


  /* footer */

  /* animation */
  .scroll_leftup {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }

  .scroll_leftup.on {
    transform: translateY(0);
    opacity: 1.0;
  }
}

@media all and (min-width: 769px) {

  /* PC */
  .spOnly {
    display: none !important;
  }
}

@media all and (max-width: 430px) {
td.form_flex {
    display: block !important;
}
input.form_content {
    width: 100% !important;
}
}