/*
Theme Name: PHP MAKE
Description:PHP受託開発販促サイト
Author: 株式会社IMT
*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.font19{
	font-size:19px;
}
/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

table {
  display: table;
  width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.575;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-helvetica {
  font-family: "Helvetica", "Arial", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1110px;
}

.wrapper {
  width: 1062px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.md-inline {
  display: inline-block;
}

.sm,
.sm-inline {
  display: none !important;
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }

  .md,
  .md-inline {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .sm-inline {
    display: inline-block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.27rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.44rem;
    padding-right: 0.44rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header .inner {
  width: 1070px;
  margin: 0 auto;
}
.header .header-info {
  overflow: hidden;
  *zoom: 1;
  background: #333;
  padding: 5px 0 1px;
  color: #fff;
  font-size: 13.5px;
  font-weight: bold;
}
.header .header-info .header-txt {
  float: left;
  width: 70%;
  padding-top: 3px;
  letter-spacing: 0.03em;
}
.header .header-info .txt-company {
  float: right;
  width: 30%;
  padding-right: 3px;
  letter-spacing: 0.02em;
  text-align: right;
}
.header .header-info .txt-company span {
  font-size: 16px;
  padding-left: 4px;
}
.header .header-block {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0 11px;
}
.header .logo {
  float: left;
  margin-top: 12px;
  width: 313px;
  height: 40px;
}
.header .btn-mail {
  float: right;
}
.header .btn-mail a {
  padding: 15px 10px 12px;
  font-size: 21px;
  width: 206px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.header .btn-mail a span {
  background-image: url(./images/common/ico_envelope01.svg);
  -moz-background-size: 29px 20px;
  -o-background-size: 29px 20px;
  -webkit-background-size: 29px 20px;
  background-size: 29px 20px;
  -ms-background-size: 29px 20px;
  padding-left: 35px;
}
.ie10 .header .btn-mail a span, .ie11 .header .btn-mail a span {
  background-image: url(./images/common/ico_envelope01.png);
}

.LinkHP{
  color: white;
}

@media (max-width: 767px) {
  .header .inner {
    width: auto;
  }
  .header .header-info {
    padding: 0.18rem 0 0.12rem 0.02rem;
    font-size: 13.5px;
  }
  .header .header-info .header-txt {
    float: none;
    width: auto;
    padding: 0;
    letter-spacing: -0.03em;
    font-size: 0.27rem;
    text-align: center;
  }
  .header .header-info .header-txt span {
    display: block;
    color: #ffe400;
    letter-spacing: 0.01em;
    font-size: 0.35rem;
    line-height: 1.4;
  }
  .header .header-block {
    padding: 0.3rem 0 0.14rem;
    text-align: center;
  }
  .header .logo {
    float: none;
    margin: 0 auto;
    width: 4.56rem;
    height: 0.67rem;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer .f-logo {
  border-top: 2px solid #808080;
  padding: 68px 0 61px;
  text-align: center;
}
.footer .f-logo img {
  width: 532px;
  height: 70px;
}
.footer .footer-inner {
  background: #000;
  color: #fff;
}
.footer .footer-inner .wrapper {
  *zoom: 1;
  padding: 35px 10px 44px 29px;
}
.footer .footer-inner .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.footer .footer-inner .f-info {
  *zoom: 1;
  float: left;
  width: 480px;
}
.footer .footer-inner .f-info:after {
  content: "";
  display: table;
  clear: both;
}
.footer .footer-inner .logo-imt {
  float: left;
  margin-top: 9px;
  width: 112px;
  height: 102px;
}
.footer .footer-inner .info-block {
  padding-left: 132px;
}
.footer .footer-inner .info-block .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.75;
}
.footer .footer-inner .info-block .title .txt02 {
  font-size: 19px;
}
.footer .footer-inner .info-block .title .txt03 {
  font-size: 21.5px;
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 1px 0 0 7px;
  line-height: 1.56;
}
.footer .footer-inner .info-block .f-contact {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 10px;
  line-height: 1.75;
  font-size: 15px;
}
.footer .footer-inner .info-block .f-contact span {
  padding-right: 4px;
}
.footer .footer-inner .info-block .f-contact:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 14px;
  height: 2px;
  background: #fff;
}
.footer .footer-inner .info-block .business-desc {
  font-size: 13px;
  line-height: 1.75;
}
.footer .footer-inner .map {
  float: right;
  margin-top: 4px;
  width: 498px;
}
.footer .footer-inner .map iframe {
  display: block;
  width: 100%;
  height: 268px;
}

@media (max-width: 767px) {
  .footer .f-logo {
    border-top-width: 0.02rem;
    margin: 0 -0.05rem;
    padding: 0.54rem 0 0.5rem;
  }
  .footer .f-logo img {
    width: 5.52rem;
    height: 0.8rem;
  }
  .footer .footer-inner .wrapper {
    padding: 0.26rem 0 0.49rem 0.56rem;
  }
  .footer .footer-inner .f-info {
    float: none;
    margin-bottom: 0.17rem;
    width: auto;
  }
  .footer .footer-inner .logo-imt {
    margin-top: 0.11rem;
    width: 1.51rem;
    height: 1.37rem;
  }
  .footer .footer-inner .info-block {
    padding-left: 1.8rem;
  }
  .footer .footer-inner .info-block .title {
    font-size: 0.22rem;
  }
  .footer .footer-inner .info-block .title .txt02 {
    padding-left: 3px;
    font-size: 0.25rem;
  }
  .footer .footer-inner .info-block .title .txt03 {
    font-size: 0.25rem;
    padding: 1px 0 0 0.07rem;
    line-height: 1.75;
  }
  .footer .footer-inner .info-block .f-contact {
    margin: -3px 0 0.14rem;
    padding-bottom: 0.1rem;
    line-height: 1.7;
    font-size: 0.22rem;
  }
  .footer .footer-inner .info-block .f-contact a {
    color: #fff;
    padding-right: 0.06rem;
  }
  .footer .footer-inner .info-block .f-contact span {
    padding-right: 0.04rem;
  }
  .footer .footer-inner .info-block .f-contact:before {
    width: 0.2rem;
    height: 0.03rem;
  }
  .footer .footer-inner .info-block .business-desc {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .footer .footer-inner .map {
    float: none;
    padding-left: 2px;
    margin: 0;
    width: 6.3rem;
  }
  .footer .footer-inner .map iframe {
    height: 3.39rem;
  }
}
.inner-ct {
  width: 1015px;
  margin: 0 auto;
}

/* COMMON TITLES
 * ----------------------------------------------- */
.sec-title {
  position: relative;
  background: #ffe400;
  height: 93px;
  text-align: center;
}
.sec-title img {
  height: 100%;
}
.sec-title.black {
  background: #333;
}
.sec-title.black.arrow:before {
  border-color: #333 transparent;
}
.sec-title.arrow:before {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 24px 42px 0;
  border-color: #ffe400 transparent;
  width: 0;
  z-index: 1;
  margin-left: -43px;
  bottom: -24px;
  left: 50%;
}

@media (max-width: 767px) {
  .sec-title {
    line-height: normal;
    height: 1rem;
  }
  .sec-title img {
    height: auto;
  }
  .sec-title.arrow:before {
    display: block;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 24px 42px 0;
    border-color: #ffe400 transparent;
    width: 0;
    z-index: 1;
    margin-left: -43px;
    bottom: -24px;
    left: 50%;
  }
}
/* COMMON FORMS
 * ----------------------------------------------- */
.wpcf7-form-control {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #808080;
  display: block;
  width: 100%;
  padding: 2px 20px 0;
  outline: none;
  resize: none;
  box-shadow: none;
  height: 68px;
  line-height: normal;
}

textarea.wpcf7-form-control {
  padding-top: 10px;
  height: 203px;
  max-width: 100%;
}

.required {
  display: inline-block;
  color: #e4663f;
  margin-left: -9px;
}

.any {
  margin-left: -9px;
}

@media (max-width: 767px) {
  .wpcf7-form-control {
    height: 0.82rem;
  }

  textarea.wpcf7-form-control {
    height: 2.04rem;
  }

  .required,
  .any {
    margin-left: -0.14rem;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.wrap-btn {
  padding-bottom: 88px;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  border: none;
  width: 380px;
  height: auto;
  padding: 27px 10px 22px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e2d223;
  background: linear-gradient(to top, #e2d223, #ffe400);
  background: -webkit-linear-gradient(bottom, #e2d223, #ffe400);
  background: -moz-linear-gradient(to top, #e2d223, #ffe400);
  background: -ms-linear-gradient(to top, #e2d223, #ffe400);
  letter-spacing: -0.03em;
  color: #000;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
}
.btn-primary span {
  display: inline-block;
  background: url(./images/common/ico_envelope.svg) no-repeat 0 50%;
  padding-left: 62px;
  -moz-background-size: 51px 36px;
  -o-background-size: 51px 36px;
  -webkit-background-size: 51px 36px;
  background-size: 51px 36px;
}
.ie10 .btn-primary span, .ie11 .btn-primary span {
  background-image: url(./images/common/ico_envelope.png);
}

.wpcf7c-btn-confirm {
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  padding: 0;
  width: 380px;
  height: 108px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wpcf7c-btn-confirm:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media (max-width: 767px) {
  .wrap-btn {
    padding-bottom: 0.8rem;
  }

  .btn-primary {
    width: 3.8rem;
    padding: 0.26rem 0.1rem 0.22rem 0.08rem;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    letter-spacing: -0.03em;
    font-size: 0.38rem;
  }
  .btn-primary span {
    padding-left: 0.62rem;
    -moz-background-size: 0.52rem 0.36rem;
    -o-background-size: 0.52rem 0.36rem;
    -webkit-background-size: 0.52rem 0.36rem;
    background-size: 0.52rem 0.36rem;
  }
  .android .btn-primary {
    padding-top: 0.3rem;
  }
  .android .btn-primary span {
    background-position: 0 0.07rem;
  }

  .wpcf7c-btn-confirm {
    width: 3.8rem;
    height: 1.08rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.section-top-keyvisual {
  background: url(./images/top/bg_keyv.jpg) no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 610px;
  position: relative;
}
.section-top-keyvisual .title-keyv {
  margin: 39px 0 18px 35px;
}
.section-top-keyvisual .text-keyv {
  color: #fff;
  padding-left: 50px;
}
.section-top-keyvisual .inner-keyv {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-top-keyvisual .inner-keyv .image-keyv {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 1220px;
}
.section-top-keyvisual .inner-keyv .image-keyv img {
  max-width: inherit;
}
.section-top-keyvisual .wrapper {
  position: relative;
  z-index: 2;
}
.section-top-keyvisual .wrapper .inner {
  position: absolute;
  left: 0;
}

.section-achieve .inner {
  width: 970px;
  margin: 0 auto;
}
.section-achieve .text-info {
  position: relative;
  padding: 37px 0 24px;
  text-align: center;
}
.section-achieve .text-info:before {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 24px 42px 0;
  border-color: #fff transparent;
  width: 0;
  z-index: 1;
  margin-left: -43px;
  bottom: -24px;
  left: 50%;
}
.section-achieve .text-info span {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  font-weight: bold;
}
.section-achieve .achieve-block {
  background: #e3e3e3;
}
.section-achieve .list-framework {
  padding: 48px 0 47px;
}
.section-achieve .list-framework li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 25px;
}
.section-achieve .list-framework li:last-child {
  padding-right: 0;
}
.section-achieve .grid-col {
  *zoom: 1;
  margin-bottom: 67px;
}
.section-achieve .grid-col:after {
  content: "";
  display: table;
  clear: both;
}
.section-achieve .grid-col .thumb {
  float: left;
  margin-top: 1px;
  width: 266px;
}
.section-achieve .grid-col .info {
  float: right;
  padding: 23px 0 16px 16px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  letter-spacing: -0.025em;
  line-height: 1.575;
  width: 680px;
}
.section-achieve .grid-col .info span {
  letter-spacing: 0.05em;
  font-family: "Helvetica", "Arial", sans-serif;
}

.section-experience .intro {
  background: #ffe400;
  position: relative;
  margin-bottom: 70px;
  padding: 25px 0 21px 10px;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
}
.section-experience .intro:before {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 24px 42px 0;
  border-color: #ffe400 transparent;
  width: 0;
  z-index: 1;
  margin-left: -43px;
  bottom: -24px;
  left: 50%;
}
.section-experience .block-experience {
  *zoom: 1;
  margin-bottom: 76px;
  padding: 0 16px;
}
.section-experience .block-experience:after {
  content: "";
  display: table;
  clear: both;
}
.section-experience .block-experience.last {
  margin-bottom: 52px;
}
.section-experience .block-experience .thumb {
  float: left;
  background: url(./images/common/bg_pattern01.png) no-repeat left top, url(./images/common/bg_pattern02.png) no-repeat left bottom;
  padding: 109px 0 98px;
  width: 242px;
  text-align: center;
}
.section-experience .block-experience .thumb .thumb-inner {
  min-height: 246px;
}
.section-experience .block-experience .thumb span {
  display: block;
  color: #000;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.section-experience .block-experience .thumb .img {
  margin-right: 18px;
}
.section-experience .block-experience .info {
  float: right;
  width: 758px;
}
.section-experience .block-experience .title {
  float: right;
  margin: 1px 0 20px 3px;
}
.section-experience .block-experience .dl-list dt {
  background: #ffe400;
  margin-bottom: 10px;
  padding: 1px 12px 0;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.section-experience .block-experience .dl-list dt.black {
  margin-bottom: 13px;
  color: #ffe400;
  background: #333;
}
.section-experience .block-experience .dl-list dd {
  margin: 0 0 36px 2px;
  letter-spacing: -0.015em;
}
.section-experience .block-experience .dl-list dd:last-child {
  margin-bottom: 28px;
}
.section-experience .block-experience .ul-data {
  *zoom: 1;
  color: #000;
}
.section-experience .block-experience .ul-data:after {
  content: "";
  display: table;
  clear: both;
}
.section-experience .block-experience .ul-data li {
  float: left;
  margin-right: 33px;
}
.section-experience .block-experience .ul-data .item-bl {
  display: table;
  width: 100%;
}
.section-experience .block-experience .ul-data .th {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  min-width: 100px;
  padding: 2px 8px 1px 10px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.section-experience .block-experience .ul-data .td {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.34;
  padding: 4px 0 0 12px;
  font-size: 23.5px;
}
.section-experience .block-experience .ul-data .ls {
  letter-spacing: 0.07em;
}

.section-quality {
  background: url(./images/top/bg_quality.jpg) no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.section-quality .wrapper {
  width: 1022px;
}

.list-quality {
  *zoom: 1;
  margin: 84px 0 37px;
}
.list-quality:after {
  content: "";
  display: table;
  clear: both;
}
.list-quality li {
  float: left;
  margin-bottom: 27px;
  width: 477px;
}
.list-quality li:nth-child(even) {
  float: right;
}
.list-quality .title {
  background: #ffe400 url(./images/common/bg_pattern03.png) no-repeat 10px 50%;
  padding-left: 50px;
  height: 93px;
  line-height: 93px;
}
.list-quality .title img {
  line-height: 1;
}
.list-quality .thumb {
  width: 406px;
  margin: 0 auto 9px;
}
.list-quality .info {
  background: #efefef;
  padding: 35px 34px 18px;
}
.list-quality .info .desc {
  font-size: 17px;
  padding-left: 4px;
  letter-spacing: -0.03em;
  line-height: 1.47;
}
.list-quality .info .desc span {
  display: block;
  color: #f70000;
}

.section-process .process-block {
  width: 1015px;
  margin: 0 auto;
}
.section-process .list-process {
  position: relative;
  margin-bottom: 46px;
  padding-top: 41px;
}
.section-process .list-process:before {
  position: absolute;
  content: "";
  right: 4px;
  top: 202px;
  z-index: -1;
  background: url(./images/top/bg_process.png) no-repeat 0 0;
  width: 302px;
  height: 358px;
}
.section-process .list-process li {
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  .section-process .list-process li {
    padding-top: 29px;
    min-height: 196px;
  }
  .section-process .list-process li:nth-child(1) {
    padding-top: 35px;
  }
  .section-process .list-process li:nth-child(1) .info {
    padding-bottom: 3px;
  }
  .section-process .list-process li:nth-child(2) {
    padding-top: 33px;
  }
  .section-process .list-process li:nth-child(2) .info {
    padding-top: 2px;
  }
  .section-process .list-process li:nth-child(3) {
    padding-top: 27px;
  }
}
.section-process .list-process li > * {
  display: table-cell;
  vertical-align: middle;
}
.section-process .list-process .number {
  padding: 0 11px;
  width: 143px;
}
.section-process .list-process .ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.7;
}
.section-process .notice-box {
  position: relative;
  width: 1005px;
  margin: 0 auto 96px;
  padding: 43px 0 51px;
  text-align: center;
}
.section-process .notice-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 14px solid #ffe400;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 14px;
  width: 100%;
}
.section-process .notice-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 14px solid #ffe400;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 14px;
  width: 100%;
}
.section-process .notice-box .pttl {
  margin-bottom: 19px;
  color: #f70000;
  font-size: 28px;
  font-weight: bold;
}
.section-process .notice-box .pttl span {
  display: inline-block;
  padding: 0 42px;
  background: url(./images/common/ico_double_arrow_left.svg) no-repeat left center, url(./images/common/ico_double_arrow_right.svg) no-repeat right center;
  -moz-background-size: 21px 22px;
  -o-background-size: 21px 22px;
  -webkit-background-size: 21px 22px;
  background-size: 21px 22px;
  letter-spacing: 0.025em;
}
.ie10 .section-process .notice-box .pttl span, .ie11 .section-process .notice-box .pttl span {
  background: url(./images/common/ico_double_arrow_left.png) no-repeat left center, url(./images/common/ico_double_arrow_right.png) no-repeat right center;
}
.section-process .notice-box .desc {
  font-size: 23px;
  line-height: 1.586;
}

.inquiry-block .title {
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  padding: 18px 0 13px;
  line-height: 1.15;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}

.form-wrap {
  margin-bottom: 73px;
  padding: 43px 52px 0 0;
}
.form-wrap .ul-form {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-wrap .ul-form > li {
  display: table-row;
}
.form-wrap .ul-form .th,
.form-wrap .ul-form .td {
  display: table-cell;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-wrap .ul-form .th {
  width: 266px;
  padding: 37px 0 19px;
  font-weight: bold;
  text-align: right;
}
.form-wrap .ul-form .td {
  padding: 19px 0 39px 15px;
}
.form-wrap .form-footer {
  margin-top: 35px;
  padding-left: 50px;
  text-align: center;
}

@media (max-width: 767px) {
	.font19{
		font-size:13px;
	}
  .section-top-keyvisual {
    background-image: url(./images/top/sp/bg_keyv.jpg);
    height: 11.7rem;
  }
  .section-top-keyvisual .wrapper {
    padding: 0;
  }
  .section-top-keyvisual .title-keyv {
    margin: 0.4rem 0 0.27rem;
  }
  .section-top-keyvisual .text-keyv {
    padding-left: 0.46rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.53;
  }
  .section-top-keyvisual .inner-keyv {
    max-width: 100%;
  }
  .section-top-keyvisual .inner-keyv .image-keyv {
    right: 0;
    bottom: 0.33rem;
    max-width: 100%;
  }

  .section-achieve .inner {
    width: auto;
  }
  .section-achieve .text-info {
    padding: 0.3rem 0.39rem 0.22rem 0.49rem;
  }
  .section-achieve .text-info:before {
    border-width: 0.28rem 0.5rem 0;
    margin-left: -0.5rem;
    bottom: -0.27rem;
  }
  .section-achieve .text-info span {
    margin-top: 1px;
    font-size: 0.3rem;
  }
  .section-achieve .list-framework {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: end;
    gap: 20px;
    padding: 0.47rem 15px 0.3rem;
    text-align: center;
  }
  .section-achieve .list-framework li {
    padding: 0;
  }
  .section-achieve .list-framework li:nth-child(1) img {
    width: 75%;
    margin: auto;
  }
  .section-achieve .list-framework li:nth-child(2) {
  }
  .section-achieve .list-framework li:nth-child(3) {
  }
  .section-achieve .list-framework li:nth-child(4) {
    width: 60%;
    margin: auto;
  }
  .section-achieve .grid-col {
    margin-bottom: 0.33rem;
  }
  .section-achieve .grid-col .thumb {
    float: none;
    width: 5.71rem;
    margin: 0 auto;
  }
  .section-achieve .grid-col .info {
    float: none;
    border: none;
    padding: 0.23rem 0.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: auto;
    font-weight: bold;
    text-align: center;
  }
  .section-achieve .grid-col .info span {
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  }

  .section-experience .intro {
    margin-bottom: 0.56rem;
    padding: 0.33rem 0 0.25rem 0.1rem;
    font-size: 0.3rem;
    letter-spacing: 0.03em;
  }
  .section-experience .intro:before {
    border-width: 0.28rem 0.5rem 0;
    margin-left: -0.5rem;
    bottom: -0.27rem;
  }
  .section-experience .block-experience {
    margin-bottom: 0.65rem;
    padding: 0;
  }
  .section-experience .block-experience.last {
    margin-bottom: 0.42rem;
  }
  .section-experience .block-experience .thumb {
    float: none;
    position: relative;
    right: 0.13rem;
    background: url(./images/common/sp/bg_pattern01.png) no-repeat left 0.05rem, url(./images/common/sp/bg_pattern02.png) no-repeat right 0.05rem;
    -moz-background-size: 0.86rem 2.13rem;
    -o-background-size: 0.86rem 2.13rem;
    -webkit-background-size: 0.86rem 2.13rem;
    background-size: 0.86rem 2.13rem;
    margin: 0 auto 0.2rem;
    padding: 0 0.86rem 0.1rem;
    width: 4.3rem;
  }
  .section-experience .block-experience .thumb .thumb-inner {
    min-height: 2.13rem;
  }
  .section-experience .block-experience .thumb span {
    margin-bottom: 0.09rem;
    padding-left: 0.15rem;
    font-size: 0.18rem;
  }
  .section-experience .block-experience .thumb .img {
    margin-right: 0;
    width: 1.86rem;
  }
  .section-experience .block-experience .thumb .img01 {
    padding: 0 0.14rem;
  }
  .section-experience .block-experience .info {
    float: none;
    width: auto;
  }
  .section-experience .block-experience .title {
    float: none;
    margin: 0 -0.44rem 0.19rem;
  }
  .section-experience .block-experience .dl-list dt {
    margin: 0 0.04rem 0.1rem 0;
    padding: 1px 0.1rem 3px 0.25rem;
    letter-spacing: 0.05em;
    font-size: 0.27rem;
    text-align: center;
  }
  .section-experience .block-experience .dl-list dt.black {
    margin-bottom: 0.13rem;
  }
  .android .section-experience .block-experience .dl-list dt {
    padding-top: 0.1rem;
    line-height: 1.5;
  }
  .section-experience .block-experience .dl-list dd {
    margin-bottom: 0.23rem;
    letter-spacing: -0.035em;
    line-height: 1.45;
  }
  .section-experience .block-experience .dl-list dd:last-child {
    margin-bottom: 0.2rem;
  }
  .section-experience .block-experience .ul-data li {
    float: none;
    margin: 0 0 0.18rem 0.05rem;
  }
  .section-experience .block-experience .ul-data .th {
    min-width: 1rem;
    width: 1.3rem;
    padding: 0.07rem 0 0.09rem;
    line-height: 1;
    font-size: 0.27rem;
    letter-spacing: 0.03em;
  }
  .android .section-experience .block-experience .ul-data .th {
    padding-top: 0.14rem;
  }
  .section-experience .block-experience .ul-data .td {
    line-height: 1.05;
    padding: 0 0 0 0.12rem;
    font-size: 0.3rem;
  }

  .section-quality {
    background-image: url(./images/top/sp/bg_quality.jpg);
  }
  .section-quality .wrapper {
    width: auto;
  }

  .list-quality {
    margin: 0.88rem 0 0.13rem;
  }
  .list-quality li {
    float: none;
    margin-bottom: 0.59rem;
    width: auto;
  }
  .list-quality li:nth-child(even) {
    float: none;
  }
  .list-quality .title {
    -moz-background-size: 0.39rem 0.93rem;
    -o-background-size: 0.39rem 0.93rem;
    -webkit-background-size: 0.39rem 0.93rem;
    background-size: 0.39rem 0.93rem;
    background-position: 0.15rem 50%;
    padding-left: 0.71rem;
    height: auto;
    line-height: normal;
  }
  .list-quality .title img {
    width: 5.87rem;
  }
  .list-quality .thumb {
    width: 5.6rem;
    margin: 0 auto 0.15rem;
  }
  .list-quality .info {
    padding: 0.46rem 0.34rem 0.26rem;
  }
  .list-quality .info .desc {
    font-size: 0.27rem;
    padding-left: 0.15rem;
    letter-spacing: 0;
    line-height: 1.407;
  }
  .list-quality .info .desc span.note {
    display: inline;
  }

  .section-process .process-block {
    padding: 0 0.48rem 0 0.43rem;
    width: auto;
  }
  .section-process .list-process {
    margin-bottom: 0.52rem;
    padding-top: 0.6rem;
  }
  .section-process .list-process:before {
    position: static;
    background: none;
  }
  .section-process .list-process li {
    padding: 0.34rem 0 0.27rem;
  }
  .section-process .list-process li:first-child {
    border-top: 1px solid #333;
    padding: 0.18rem 0 0.27rem;
  }
  .section-process .list-process li:nth-child(2) {
    padding: 0.34rem 0 0.31rem;
  }
  .section-process .list-process li:nth-child(2) .ttl {
    padding-top: 0.12rem;
  }
  .section-process .list-process li:nth-child(3) {
    padding-bottom: 0.3rem;
  }
  .section-process .list-process li:nth-child(3) .ttl {
    padding: 0.12rem 0 0.09rem;
  }
  .section-process .list-process li:nth-child(4) {
    padding-bottom: 0.35rem;
  }
  .section-process .list-process li:nth-child(4) .ttl {
    padding-top: 0.14rem;
  }
  .section-process .list-process .info {
    padding-left: 0.18rem;
  }
  .section-process .list-process .number {
    vertical-align: top;
    padding: 0;
    width: 1.16rem;
  }
  .section-process .list-process .ttl {
    padding: 0.29rem 0 0.05rem;
    font-size: 0.35rem;
    line-height: 1.14;
  }
  .section-process .list-process .desc {
    letter-spacing: -0.025em;
    line-height: 1.4;
  }
  .section-process .notice-box {
    width: auto;
    margin: 0 0.1rem 0.62rem;
    padding: 0.4rem 0 0.36rem;
  }
  .section-process .notice-box:before {
    border-bottom: 0.14rem solid #ffe400;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    height: 0.14rem;
  }
  .section-process .notice-box:after {
    border-top: 0.14rem solid #ffe400;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    height: 0.14rem;
  }
  .section-process .notice-box .pttl {
    margin-bottom: 0.11rem;
    font-size: 0.35rem;
  }
  .section-process .notice-box .pttl span {
    padding: 0 0.32rem;
    -moz-background-size: 0.21rem 0.22rem;
    -o-background-size: 0.21rem 0.22rem;
    -webkit-background-size: 0.21rem 0.22rem;
    background-size: 0.21rem 0.22rem;
  }
  .section-process .notice-box .desc {
    font-size: 0.27rem;
    line-height: 1.45;
  }

  .inquiry-block .title {
    border-top-width: 0.02rem;
    border-bottom-width: 0.02rem;
    margin: 0 -0.05rem;
    padding: 0.18rem 0 0.1rem;
    font-size: 0.3rem;
    letter-spacing: -0.06em;
  }

  .form-wrap {
    margin-bottom: 0.7rem;
    padding: 0.27rem 0.23rem 0 0.18rem;
  }
  .form-wrap .ul-form .th,
  .form-wrap .ul-form .td {
    display: block;
  }
  .form-wrap .ul-form .th {
    width: auto;
    padding: 0 0 0.06rem;
    font-size: 0.3rem;
    text-align: left;
  }
  .form-wrap .ul-form .td {
    padding: 0 0 0.23rem;
  }
  .form-wrap .form-footer {
    margin-top: 0.5rem;
    padding-left: 0;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
