@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #F4F4F4;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
/*float*/
.f_o {
  overflow: hidden;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/*img*/
*:first-child + html img {
  vertical-align: top;
}
* html img {
  vertical-align: top;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha(opacity=70)”;
}
img {
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.inner_b {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
span.txt_yellow {
  color: #FFFF00;
}
span.txt_red {
  color: #FF0000;
}
span.txt_blue {
  color: #0000FF;
}
.txt_s {
  font-size: 70%;
}
.txt_b {
  font-size: 140%;
}
.txt_bb {
  font-size: 180%;
}
span.bg_black {
  background: #000;
  color: #fff;
  max-width: 420px;
  display: block;
  margin: 0 auto;
  padding: 1%;
}
span.bg_blue {
  background: #0b2160;
  color: #fff;
  max-width: 420px;
  display: block;
  margin: 0 auto;
  padding: 1%;
}
span.marker {
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.9) 30%);
}
/* main */
header {
  text-align: center;
  padding: 0.5% 0;
}
header img {
  max-width: 200px;
}
section {
  padding: 0 0 3%;
}
section#mv {
  background-image: url(../../../img/pages/increase-profit/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 0 0 1%;
}
section#mv h1 {
  max-width: 770px;
  margin: 3% auto;
}
.cta_btm {
  max-width: 640px;
  margin: 2% auto;
}
section#mv .catch {
  background: #2D2523;
  text-align: center;
  padding: 0.5% 0;
  font-size: 28px;
  font-weight: bold;
}
h2 {
  background: #2D2523;
  color: #fff;
  text-align: center;
  padding: 2% 0;
  font-size: 28px;
  text-shadow: 1px 2px 3px #808080;
}
section span.no {
  background: #fff;
  color: #333;
  display: block;
  max-width: 140px;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto 1%;
  font-size: 20px;
  text-shadow: none;
}
.box {
  background: #fff;
  text-align: center;
  margin: 5% 0 1%;
  display: inline-block;
  position: relative;
  padding: 5%;
  width: 100%;
  box-shadow: 0 0 0 1px #CECECE, 0 0 0 8px #fff, 0 3px 10px 6px #ccc;
}
.box:before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  z-index: -1;
}
.box img {
  max-width: 420px;
  margin: 3% 0 1%;
}
.box p {
  padding: 0 0 3%;
}
.box p:last-child {
  padding: 0;
}
.preview-2column {
  margin: 32px auto;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  justify-content: center;
  gap: 16px;
}
.preview-2column img {
  max-width: 400px;
  filter: drop-shadow(2px 2px 10px #333333);
}

section.cta {
  background-image: url(../../../img/pages/increase-profit/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}
section#point_01 p.bubble01, section#point_01 p.bubble02, section#point_01 p.bubble03 {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 420px;
  margin: 1% auto;
  color: #fff;
}
section#point_01 p.bubble01, section#point_01 p.bubble03 {
  text-align: right;
}
section#point_01 p.bubble01 {
  background-image: url(../../../img/pages/increase-profit/p1_img01_01.png);
  font-size: 21px;
  padding: 15px 25px 20px 0;
}
section#point_01 p.bubble02 {
  background-image: url(../../../img/pages/increase-profit/p1_img01_02.png);
  text-align: left;
  font-size: 21px;
  padding: 15px 0 22px 45px;
}
section#point_01 p.bubble03 {
  background-image: url(../../../img/pages/increase-profit/p1_img01_03.png);
  font-size: 16px;
  padding: 20px 25px 20px 0;
}
section#point_02 .tender {
  display: block;
  background: url(../../../img/pages/increase-profit/p2_img02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 2%;
  font-weight: 800;
  color: #fff;
  padding: 4% 1%;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 1px 2px 3px #808080;
}
section#point_02 .if {
  display: block;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-weight: 800;
  color: #fff;
  font-size: 15px;
  position: relative;
}
section#point_02 .box img {
  margin: 0;
}
section#point_02 .if span.if_know {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 2px 3px #808080;
}
section#point_02 .if span.if_answer {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 2px 3px #808080;
}
section#point_03 .box.bg {
  background-image: url(../../../img/pages/increase-profit/p3_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 5% 0 1%;
  display: inline-block;
  position: relative;
  padding: 5%;
  width: 100%;
}
section#point_03 .assignment {
  display: block;
  background: url(../../../img/pages/increase-profit/p3_img02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 2%;
  font-weight: 800;
  color: #fff;
  padding: 10px 0 15px 90px;
  font-size: 15px;
  line-height: 1.6;
  text-shadow: 1px 2px 3px #808080;
}
section#point_03 .question {
  display: block;
  background: url(../../../img/pages/increase-profit/p3_img03_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  max-width: 420px;
  margin: 0 auto 2%;
  font-weight: 800;
  padding: 10px 0 15px 65px;
  font-size: 20px;
}
section#know-how {
  background-image: url(../../../img/pages/increase-profit/kh_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#know-how h2 {
  background-image: url(../../../img/pages/increase-profit/kh_tit_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
section#know-how .answer {
  text-align: center;
  max-width: 100%;
  margin: 10% auto;
  position: relative;
}
section#know-how .answer h3 {
  font-size: 38px;
  color: #FFF100;
  line-height: 1.1;
  padding: 1% 0 5%;
  background: url(../../../img/pages/increase-profit/kh_answer_bg_01.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
section#know-how .answer h3 span {
  font-size: 20px;
  color: #fff;
}
section#know-how .answer p {
  padding: 3% 15% 0;
  text-align: left;
  background: url(../../../img/pages/increase-profit/kh_answer_bg_02.png);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat-y;
}
section#know-how .answer:after {
  content: "";
  display: block;
  width: 100%;
  height: 59px;
  background: url(../../../img/pages/increase-profit/kh_answer_bg_03.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
section#know-how span.bg_black {
  margin: 1% auto;
}
section#know-how .answer h3 span:before {
  content: "＼";
  padding: 0 10px 0 0;
}
section#know-how .answer h3 span:after {
  content: "／";
  padding: 0 0 0 10px;
}
section#message h2 {
  font-size: 58px;
}
section#form {
  background: #528231;
  padding: 0 0 1%;
}
section#form h2 {
  background-image: url(../../../img/pages/increase-profit/mf_tit_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
section#form .inner {
  background: #fff;
  margin: 1% auto;
  padding: 3% 10%;
}
section#form .catch {
  text-align: center;
  padding: 1% 0;
  font-size: 28px;
  font-weight: bold;
  color: #008000;
}
section#form .catch:before {
  content: "＼";
  padding: 0 10px 0 0;
}
section#form .catch:after {
  content: "／";
  padding: 0 0 0 10px;
}
section#form form, section#form .notice ,footer copyright {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
section#form label {
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
section#form input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
section#form .required {
  color: #f00;
  margin-left: 5px;
  font-size: 12px;
  border: 1px solid #f00;
  padding: 0 3px;
}
section#form .checkbox-container {
  margin-top: 20px;
  display: flex;
}
section#form .checkbox-container label {
  font-size: 12px;
  margin: 0 0 0 6px;
}
section#form .submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #32cd32;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
}
section#form .submit-btn:hover {
  background-color: #28a428;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
section#form .submit-btn:active {
  transform: scale(0.98);
  background-color: #228b22;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
section#form p.attention {
 background-color: #fffce9;
 padding: 5%;
 text-align: center;
}
footer {
  background: #333;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
#fix-cta {
  background: #2D2523;
  padding: 20px;
  position: fixed;
  width: 100%;
  display: block;
  bottom: 0;
}
#fix-cta .inner {
  max-width: 730px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    max-width: 90%;
  }
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    font-size: 14px;
  }
  .inner {
    max-width: 90%;
  }
  .txt_b {
    font-size: 110%;
  }
  .txt_bb {
    font-size: 140%;
  }
  header img {
    max-width: 100px;
  }
  section#mv .catch {
    padding: 2% 0;
    font-size: 18px;
  }
  section#mv h1 {
    max-width: 80%;
  }
  section span.no {
    max-width: 120px;
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
    padding: 5% 0;
  }
  .box {
    padding: 7% 3%;
    margin: 5% auto
  }
  .preview-2column {
    margin: 32px auto;
    display: grid;
    grid-template-columns: 300px;
    grid-template-rows: 172px 1fr;
    justify-content: center;
    gap: 16px;
  }

  section#point_01 p.bubble01, section#point_01 p.bubble02, section#point_01 p.bubble03 {
    max-width: 70%;
    text-align: center !important;
    height: 160px;
  }
  section#point_01 p.bubble01 {
    background-image: url(../../../img/pages/increase-profit/p1_img01_01_sp.png);
    font-size: 14px;
    padding: 15px 0;
  }
  section#point_01 p.bubble02 {
    background-image: url(../../../img/pages/increase-profit/p1_img01_02_sp.png);
    text-align: left;
    font-size: 14px;
    padding: 15px 0;
  }
  section#point_01 p.bubble03 {
    background-image: url(../../../img/pages/increase-profit/p1_img01_03_sp.png);
    font-size: 14px;
    padding: 15px 0;
  }
  section#point_02 .tender, section#point_02 .if {
    font-size: 14px;
  }
  section#point_02 .if span.if_answer {
        bottom: 15px;
        line-height: 1.2;
  }
  section#point_03 .assignment {
    padding: 15px 0 15px 64px;
    font-size: 15px;
  }
  section#point_03 .question {
    padding: 15px 0 15px 50px;
    font-size: 14px;
    width: 90%;
  }
  section#know-how .answer h3 span {
    font-size: 13px;
  }
  section#know-how .answer h3 {
    font-size: 19px;
  }
  section#know-how .answer:after {
    height: 25px;
  }
  section#know-how .answer p {
    padding: 0% 15% 0;
  }
  section#know-how span.bg_black {
    margin: 1% auto;
    max-width: 60%;
  }
  section#message h2 {
    font-size: 32px;
  }
  section#form .catch {
    font-size: 20px;
  }
  section#form .inner {
    padding: 7% 10%;
  }
  #fix-cta {
    padding: 10px 0;
  }
  #fix-cta .inner {
    max-width: 60%;
  }
}
