.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

h1 {
  display: none;
}

h2 {
  font-size: 4.2rem;
  font-weight: 800;
  padding: 8px 4px;
  text-align: center;
}

h2:after {
  content: '';
  background: #2d9bd5;
  display: block;
  height: 4px;
  margin: 15px auto 32px;
  width: 60px;
}

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

/**　header notes　********************/
header {
  display: flex;
  justify-content: space-between;
  line-height: 2em;
  margin: auto;
  max-width: 1400px;
  padding: 8px 32px;
}

header img {
  width: 250px;
}

/**　main notes　********************/
.main {
  background: bottom / cover no-repeat url("../img/main_bg.jpg");
  padding: 16px 0 0;
}

.main .box {
  margin: auto;
  max-width: 1400px;
}

.main img {
  width: 100%;
}

/** お客様の声GR */
.secGV {
  width: 90%;
  margin: 1px auto;
}

/**　達成率　********************/

.tassei {
  text-align: center;
}

/**　cvr notes　********************/
.cvr {
  background: bottom / cover no-repeat url("../img/cvr_bg.png"), linear-gradient(to right, #ffd6ad, #ffe7c9);
  padding: 32px 0;
}

.cvr .fbox {
  display: flex;
  margin: auto;
  max-width: 800px;
}

.cvr .fbox div {
  margin: 0 2%;
  width: 46%;
}

.cvr .tel {
  display: block;
  margin: 16px auto 0;
  max-width: 50%;
}

/**　01 notes　********************/
.sec01 {
  background: bottom / cover no-repeat url("../img/01_bg.jpg");
  padding: 64px 0;
}

.sec01 .box {
  margin: 46px auto 64px;
  max-width: 800px;
}

.sec01 li {
  padding-left: 42px;
  position: relative;
  margin-bottom: 32px;
}

.sec01 li:before {
  background: 100% / 100% url(../img/01_01.png) no-repeat;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 38px;
}

/**　02 notes　********************/
.sec02 {
  background: linear-gradient(#e5ffd6, #bdddb9);
  text-align: center;
}

.sec02 .bar {
  background: linear-gradient(to right, #9bffef, #2d9fd5);
  padding: 16px;
  position: relative;
  text-align: center;
}

.sec02 .bar:after {
  content: "";
  border-color: #64cfe2 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  bottom: -30px;
  left: 47.5%;
  position: absolute;
}

.sec02 img {
  max-width: 669px;
  /**　ie　**/
}

/**　03 notes　********************/
.sec03 {
  background: bottom / cover no-repeat url("../img/03_bg.jpg");
  padding: 64px 0;
}

.sec03 .fbox {
  display: flex;
  margin: auto;
  max-width: 1000px;
}

.sec03 .box {
  background: #fff;
  border: 3px solid #2d9bd5;
  margin: 8px;
  padding: 24px 32px;
  width: 50%;
}

.sec03 .box2 {
  background: #fff;
  border: 3px solid #2d9bd5;
  margin: 8px auto;
  max-width: 978px;
}

.sec03 .box2 p {
  background: #2d9bd5;
  padding: 4px;
}

.sec03 .box2 ul {
  margin: 32px auto;
  max-width: 640px;
}

/**　04 notes　********************/
.sec04 {
  padding: 64px 0;
}

.sec04 .fbox {
  display: flex;
  margin: auto;
  max-width: 1000px;
}

.sec04 .fbox2 {
  display: flex;
}

.sec04 .box {
  margin: 0 1%;
  width: 30%;
}

.sec04 .box img {
  display: block;
  margin: 32px auto;
  max-width: 103px;
  /**　ie　**/
}

.cdt {
  background: #0e6eac;
  display: inline-block;
  margin-right: 16px;
  padding: 0 16px;
}

/**　05 notes　********************/
.sec05 {
  background: linear-gradient(to right, #9bffef, #2d9fd5);
  padding: 80px 0 16px;
}

.sec05 .bar {
  background: linear-gradient(to right, #9bffef, #2d9fd5);
  padding: 16px;
  position: relative;
  text-align: center;
}

.sec05 .box {
  background: #ffedcf;
  border-radius: 20px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
  margin: auto;
  max-width: 736px;
  padding: 32px;
  position: relative;
}

.ctn {
  background: #ff9410;
  display: inline-block;
  padding: 8px;
  position: absolute;
  transform: rotate(-10deg);
  top: -32px;
  left: -32px;
}

/**　06 notes　********************/
.sec06 {
  background: bottom / cover no-repeat url("../img/06_bg.png");
  padding: 64px 0;
}

.sec06 .fbox {
  background: #fff;
  display: flex;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  margin: 0 auto 24px;
  max-width: 952px;
  padding: 24px;
}

.sec06 .fbox img {
  max-width: 320px;
  padding-right: 16px;
}

.sec06 .fbox .ttl {
  border-left: 4px solid #2d9bd5;
  margin-bottom: 24px;
  padding-left: 8px;
}

.sec06 .box {
  background: #fff;
  border: 1px solid #0e6eac;
  margin: 8px auto;
  max-width: 1000px;
}

.sec06 .box .ttl {
  background: #0e6eac;
  padding: 4px;
}

table {
  background: #fff;
  margin: 32px auto;
  max-width: 800px;
  text-align: center;
}

table tr:nth-child(odd) td {
  background: #e5e5e5;
}

table th,
table td {
  vertical-align: middle;
}

table th {
  background: #2d9bd5;
  color: #fff;
  padding: 4px;
}

table td {
  padding: 8px 27px;
}

.sec06 .box img {
  display: block;
  margin: 32px auto;
}

/**　07 notes　********************/
.sec07 {
  padding: 64px 0;
}

.sec07 img {
  max-width: 777px;
  /**　ie　**/
}

/**　08 notes　********************/
.sec08 {
  background: #e4e4e4;
  padding: 64px 0;
}

.sec08 .fbox {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
}

.sec08 .fbox div {
  margin: 4px;
}

.sec08 .fbox p {
  margin: 8px 16px 16px 0;
}

.sec08 .fbox img {
  max-width: 153px;
  /**　ie　**/
}

/**　09 notes　********************/
.sec09 {
  background: bottom / cover no-repeat url("../img/09_bg.png");
  padding: 64px 0;
}

.sec09 .box {
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
  margin: auto;
  max-width: 936px;
  padding: 32px;
}

.sec09 .fbox {
  /* display: flex; を削除 */
  overflow: auto;
  /* floatを内包するため（clearfix）*/
  max-width: 1000px;
}

.sec09 .fbox img {
  float: left;
  /* 画像を左に寄せて、テキストを回り込ませる */
  width: 300px;
  /* 任意の幅を指定（例: 300px）*/
  height: auto;
  /* 高さは自動でアスペクト比を維持 */
  margin-right: 10px;
  /* 画像の右側に余白 */
  margin-bottom: 10px;
  /* 画像の下側にも余白 */
  /* padding-right: 16px; を削除 */
  /* height: 100%; を削除 */
}

/**　10 notes　********************/
.sec10 {
  padding: 64px 0;
  position: relative;
}

.sec10 .box {
  background: #f3f6f5;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  margin: 32px auto 0;
  max-width: 736px;
  padding: 32px;
}

.sec10 .box .txt {
  background-color: #f3f6f5;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #f3f6f5 0%, #f3f6f5 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 4px 100%, 100% 2em;
  line-height: 2.0em;
}

.sec10 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/**　11 notes　********************/
.sec11 {
  padding: 64px 0;
}

.sec11 .box {
  margin: auto;
  max-width: 1000px;
}

.sec11 ul {
  border-bottom: 1px solid #9e9e9e;
  padding: 32px 0 32px 2.4em;
  text-indent: -2.4em;
}

.sec11 li {
  margin: auto;
  max-width: 800px;
}

/**　12 notes　********************/
.sec12 {
  background: bottom / cover no-repeat url("../img/12_bg.jpg");
  padding: 32px 0;
}

.sec12 dl {
  color: #fff;
  line-height: 2em;
  margin: auto;
  max-width: 375px;
}

.sec12 dt {
  float: left;
  font-weight: 600;
  width: 6em;
}

/**　13 notes　********************/
.sec13 {
  padding: 64px 0;
}

form {
  margin: 32px auto 0;
  max-width: 600px;
  padding: 0 16px;
}

form dt,
form dd {
  margin-bottom: 8px;
}

form dl {
  margin-bottom: 16px;
}

form dt {
  font-weight: 700;
}

form .any {
  background: #14b5d1;
  color: #fff;
  float: left;
  font-size: 1.0rem;
  font-weight: 100;
  margin-right: 8px;
  padding: 4px 12px;
}

form .req {
  background: #ffaf34;
  color: #fff;
  float: left;
  font-size: 1.0rem;
  font-weight: 100;
  margin-right: 8px;
  padding: 4px 12px;
}

form input,
textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
}

input.submit {
  background: center / cover url("../img/btn_submit.png") no-repeat;
  border: none;
  cursor: pointer;
  height: 82px;
  max-width: 319px;
  text-indent: -9999px;
}

form textarea {
  height: 16em;
}

::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1.6rem;
}

.message {
  height: 120px;
}

/**　pulldown　**/
form select {
  width: 200px;
  padding: 12px;
}

.select {
  overflow: hidden;
  width: 140px;
}

.select select {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  color: #454e56;
  font-size: 1.8rem;
  outline: none;
  width: 100%;
}

.select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
}

.select::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #454e56;
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
}

.yubin {
  width: 160px;
}

/**　footer notes　********************/
footer {
  background: #0e6eac;
  color: #fff;
  padding: 16px 0;
  text-align: center;
}

/**　14 notes　********************/
.sec14 {
  padding: 64px 0;
}

.sec14 .box {
  background: #fff6b9;
  border: 2px solid #ff800a;
  margin: 0 auto 32px;
  max-width: 800px;
  padding: 16px;
}

.sec15 {
  background: linear-gradient(#e5ffd6, #bdddb9);
  text-align: center;
}

.sec15 .bar {
  background: linear-gradient(to right, #9bffef, #2d9fd5);
  position: relative;
  text-align: center;
}

.sec15 .bar {
  position: relative;
  text-align: center;
}

.sec15 .bar:after {
  content: "";
  border-color: #d0d5d9 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  bottom: -30px;
  left: 47.5%;
  position: absolute;
}

.sec16 {
  padding: 64px 0;
}

.sec16 .box {
  background: #fff6b9;
  border: 2px solid #ff800a;
  margin: 0 auto 32px;
  max-width: 800px;
  padding: 16px;
}

.sec16 li {
  width: 960px;
  margin: 0 auto;
  border: 3px solid #2D9BD7;
  border-radius: 20px;
  padding: 20px;
  clear: both;
  overflow: hidden;
}


.sec16 li h3 {
  background: url(/km-syougainenkin/assets/img/voices/fukidashi.png) no-repeat 0 3px;
  background-size: 40px;
  color: #2D9BD7;
  padding-left: 50px;
  border-bottom: 3px solid #2D9BD7;
  font-size: 1.6em;
  padding-bottom: 10px;
}

.sec16 li img {
  float: left;
  margin-top: 10px;
  width: 300px;
}

.sec16 li p {
  margin-top: 10px;
  margin-left: 310px;
}

.sec16 span {
  display: block;
  margin: 5px auto 20px;
  font-size: 0.8em;
  width: 960px;
  text-align: right;
}




@media screen and (max-width:560px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }

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

  /**　header notes　********************/
  header {
    padding: 0;
  }

  header img {
    width: 80px;
  }

  header p {
    margin-left: 2%;
  }

  /**　main notes　********************/
  .main {
    background: bottom / cover no-repeat url("../img/main_bg_sp2.jpg");
    padding-bottom: 96.8%;
  }

  /**　cvr notes　********************/
  .cvr .fs32 {
    font-size: 1.8rem;
  }

  .cvr .fbox {
    display: block;
    text-align: center;
  }

  .cvr .fbox div {
    margin: 0 auto 16px;
    width: 80%;
  }

  .cvr .tel {
    max-width: 70%;
  }

  /**　01 notes　********************/
  .sec01 {
    padding: 32px 0;
  }

  .sec01 .box {
    margin: 0 auto;
    width: 90%;
  }

  .sec01 li {
    margin-bottom: 24px;
  }

  /**　02 notes　********************/
  .sec02 .bar:after {
    border-width: 20px 30px 0 30px;
    bottom: -20px;
  }

  .sec02 img {
    width: 90%;
  }

  /**　03 notes　********************/
  .sec03 {
    padding: 32px 0;
  }

  .sec03 .fbox {
    display: block;
  }

  .sec03 .box {
    margin: 8px auto;
    padding: 16px;
    width: 80%;
  }

  .sec03 .box2 {
    width: 86%;
  }

  .sec03 .box2 ul {
    margin: 16px 32px;
  }

  /**　04 notes　********************/
  .sec04 {
    padding: 32px 0;
  }

  .sec04 .fbox {
    display: block;
  }

  .sec04 .box {
    margin: 0 auto;
    width: 70%;
  }

  .sec04 .box img {
    margin: 8px auto;
  }

  .sec04 .ctr {
    margin: auto;
    text-align: left;
    width: 90%;
  }

  /**　05 notes　********************/
  .sec05 {
    padding: 80px 0 16px;
  }

  .sec05 .box {
    max-width: 86%;
    padding: 32px 16px 16px;
  }

  .ctn {
    left: 0;
  }

  /**　06 notes　********************/
  .sec06 {
    padding: 32px 0;
  }

  .sec06 .fbox {
    display: block;
    margin: 0 auto 16px;
    max-width: 90%;
    padding: 16px;
  }

  .sec06 .fbox img {
    padding-right: 0;
    width: 100%;
  }

  .sec06 .fbox .ttl {
    margin: 16px 0;
  }

  .sec06 .box {
    max-width: 96%;
  }

  table {
    font-size: 1.0rem;
    margin: 16px auto;
    width: 96%;
  }

  table th {
    padding: 2px;
  }

  table td {
    padding: 2px 4px;
  }

  .sec06 .box img {
    width: 90%;
  }

  /**　07 notes　********************/
  .sec07 {
    padding: 32px 4%;
  }

  .sec07 p {
    text-align: left;
  }

  .sec07 img {
    max-width: 100%;
    /**　ie　**/
  }

  /**　08 notes　********************/
  .sec08 {
    padding: 32px 0;
  }

  .sec08 .fbox {
    justify-content: center;
    max-width: 90%;
  }

  /**　09 notes　********************/
  .sec09 {
    padding: 32px 0;
  }

  .sec09 .box {
    max-width: 86%;
    padding: 16px;
  }

  .sec09 .fbox {
    display: block;
  }

  .sec09 .fbox img {
    display: block;
    margin: 0 auto 16px;
    padding-right: 0;
    width: 100%;
  }

  /**　10 notes　********************/
  .sec10 {
    padding: 32px 0;
  }

  .sec10 .box {
    margin-bottom: 50%;
    max-width: 86%;
    padding: 16px;
  }

  .sec10 .ctr {
    margin: 0 4%;
    text-align: left;
  }

  /**　11 notes　********************/
  .sec11 {
    padding: 32px 0;
  }

  .sec11 .box {
    margin: -32px auto 1px;
    max-width: 90%;
  }

  .sec11 ul {
    padding: 16px 0 16px 2.4em;
    text-indent: -1.7em;
  }

  /**　13 notes　********************/
  .sec13 {
    padding: 32px 0 64px;
  }

.content_title h3 {
  text-align:center;
  font-size: 1.2em;
  line-height: 1.7em;
  padding-bottom: 0;
}
  
  form {
    margin: 0 auto;
  }

  form input,
  textarea {
    padding-bottom: 24px;
  }

  ::-webkit-input-placeholder {
    padding-bottom: 32px;
  }

  /**　footer notes　********************/
  footer {
    padding: 16px 0;
    text-align: center;
  }

  /**　menu NieR　********************/
  .menu_wrap {
    background: #fff;
    bottom: 0;
    position: fixed;
  }

  .menu {
    align-items: center;
    display: flex;
    height: 80px;
    margin: auto;
    max-width: 96%
  }

  .menu div {
    margin: 1%;
  }

  /**　14 notes　********************/
  .sec14 {
    padding: 32px 0;
  }

  .sec14 .box {
    margin: 0 4% 32px;
  }

  .sec14 img {
    width: 80%;
  }

  /**　16 notes　********************/
  .sec16 {
    padding: 32px 0;
  }

  .sec16 .box {
    margin: 0 4% 32px;
  }

  .sec16 img {
    width: 80%;
  }

  .sec16 li {
    width: 90%;
  }

  .sec16 li h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
  }

  .sec16 li img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .sec16 li p {
    margin-left: 0;
  }

  .sec16 span {
    width: 90%;
    font-size: 0.7em;
  }

}