body {
  line-height: 36px;
}
a:hover {
  opacity: .8;
}

.cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-image {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.top-image:before {
    content: "";
    background-color: rgba(255, 255, 255, .6);
    width: 70%;
    height: 274px;

}
.h1,
.top-image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.h1 {
    font-size: 2.5em;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 82%;
    height: 3.2rem
}
h1.mv {
  color: #000;
  line-height: 110px;
  position: relative;
  font-size: 52px;
  margin-top: -50px;
}
h1.mv span {
  font-size: 34px;
}
h1.mv::before {
  content: "";
  width: 30px;
  height: 1px;
  border: solid 1px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.h1,
.h2 {
    color: #fff;
    font-weight: 700
}
.h2 {
    font-size: 2rem;
    background-color: #3B8EDA;
}

/*
.btn a {
  display: block;
  background: #EF8833;
  color: #fff;
  font-size: 34px;
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
  border-radius: 50px;
  height: 96px;
  outline: 3px solid #EF8833;
  outline-offset: 5px;
  padding-top: 4px;
  max-width: 860px;
}
*/
/*
.btn a em {
  font-size: 54px;
  font-style: normal;
}
*/
.btn img {
  margin: 30px auto 20PX;
}
.logo-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 2vw auto 0;
}
.logo-container .logo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.logo-gallery-img {
    width: 180px;
    height: 88px;
    object-fit: cover;
}
.use-wrap {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  background: #F5F5F5;
  margin-top: -64px;
  padding-top: 64px;
  padding-bottom: 100px;
  margin-bottom: 60px
}
.use-cont {
  width: 31%;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .16);
  border-radius: 18px 0;
   font-weight: bold;
}
.use-ttl {
  background: #3CAEE5;
  color: #fff;
  font-size: 22px;
  padding: 25px;
  border-radius: 18px 0 0 0;
}
.ttl-article {
  font-size: 18px;
}
.ttl-use{
  font-size: 14px;
}
.use-company {
  padding: 20px;
  font-size: 20px;
}
.use-detail {
  padding: 20px;
  background: #9CDFE7;
}
.ttl-detail{
  font-size: 20px;
}
.use-txt {
  padding: 20px 20px 20px 28px;
  font-weight: normal;
}
.use-txt p{
  position: relative;
  margin-bottom: 14px;
}
.use-txt p::before {
  content: "";
  border: 1px solid #47A3CF;
  width: 8px;
  position: absolute;
  left: -13px;
  top: 11px;
}
.comment {
    font-size: 22px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin-left: 20px;
    background-color: #fff;
}
.comment em {
  color: #3B8EDA;
  font-size: 33px;
  margin-bottom: 10px;
}
.feature-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-cont {
  margin: 18px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.feature-arrow01 {
  background: url("/app/assets/images/pc/lp/proofreading/feature-arrow-fst.png") no-repeat;
  width: 166px;
  height: 81px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-right: 40px;
}
.feature-arrow {
  background: url("/app/assets/images/pc/lp/proofreading/feature-arrow.png") no-repeat;
  width: 166px;
  height: 92px;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  margin-right: 40px;
}
.feature-blue {
    background-color: #5dcedb;
    width: 166px;
    height: 92px;
    color: #fff;
    text-align: center;
    margin-right: 40px;
}
.feature-arrow01 span {
    font-size: 31px;
    display: block;
    margin-top: -10px;
}
.feature-arrow span {
    font-size: 31px;
    display: block;
    margin-top: -10px;
}
.feature-blue span {
    font-size: 31px;
    display: block;
    margin-top: -10px;
}
.feature-txt {
  font-size: 21px;
  margin-top: 20px;
   font-weight: bold;
  border-bottom: 2px solid #3B8EDA;
  max-width: 850px;
  display: block;
  width: 100%;
}
.appeal {
    background-color: rgba(0, 0, 0, .050980392156862744);
    border-bottom: 0;
    border-left: 5px solid rgba(0, 0, 0, .050980392156862744);
    padding: 0.5rem 1rem
}
.appeal-title {
    font-weight: 700;
    color: #ff6900;
    font-size: 2.3rem;
    margin-bottom: 2rem
}
.appeal-description {
    font-size: 1.9rem
}
.case {
    background-color: #00a5d4;
    font-size: 1.25em;
    font-weight: 700;
    padding: 15px 0
}
.case-title {
    font-size: 2rem;
    padding: 1rem
}
.case-description {
    padding: 0 1rem 1rem
}
.max-width {
  max-width: 1200px;
  width: 100%;
}
.max-width2 {
    max-width: 1100px;
    width: 100%;
}
.inquiry {
    background-color: #ff8000;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff
}
.inquiry:hover {
    background-color: #db6e01
}
header .nav-item:hover {
    color: #ff5844;
    padding-bottom: 3px;
    border-bottom: 5px solid #ff5844;
    transition: color 0.4s
}
.flow-box {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 1rem;
    border: 1px solid hsla(0, 0%, 46.7%, 0.1);
    border-radius: 5px;
    width: 30%;
    box-shadow: 2px 2px 4px #c8c8c8
}
.flow-ttl {
  margin-left: 1rem;
}
.flow-number {
    background-color: #3B8EDA;
    display: inline-block;
    margin: 1rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2rem
}
.flow-description {
    padding: 10px 18px
}
.arrow {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 10px solid transparent;
    border-left-color: #000;
    align-self: center;
    margin-right: -16px;
}
.faq-cont {
  justify-content: center;
  flex-wrap: wrap;
}
.faq-box {
  box-shadow: 2px 2px 4px #c8c8c8;
  width: 30%;
  min-width: 360px;
  margin: 0 20px 30px;
}
.faq-title {
    color: #fff;
    padding: 1rem 1.6rem;
    background-color: #00a5d4;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    min-height: 92px;
}
.faq-title::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #00A5D4;
}
.cont-other {
  flex-wrap: wrap;
  justify-content: center;
}
.other-box {
    width: 31%;
    box-shadow: 0 0 8px #aeaeae;
    margin: 14px;
    min-width: 372px;
}
.other-title {
    padding: 1rem;
    font-size: 22px;
    font-weight: 700;
    height: 88px
}
.other-description {
    padding: 0 1rem 1rem
}
/*headerのみ▼*/
@media screen and (min-width: 1074px) {
  .on-sp-hd {
    display: none !important;
  }
}
@media screen and (max-width: 1073px) {
  .on-pc-hd {
    display: none !important;
  }
  .hd-sp {
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 12px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
  #menu-btn-check {
    display: none;
}
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
  padding: 20px;
}
  .menu-content a {
    margin: 26px 0;
    font-size: 24px;
    display: block;
    border-top: 1px solid #3CAEE5;
    padding: 20px 0px 0px;
    text-align: right;
  }
  .inquiry {
    margin: 0 26px;
    text-align: center;
  }
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
  .wrap {
    padding-top: 50px;
  }
}

@media screen and (min-width: 481px) {
  .on-sp {
    display: none;
  }
}
/*スマホのみ*/
@media screen and (max-width: 480px) {
  .on-pc {
    display: none !important;
  }
  .cont {
    width: 90%;
  }
  h1.mv span {
    font-size: 16px;
    margin-top: 40px;
    display: block;
    margin-bottom: -20px;
  }
  h1.mv {
    color: #000;
    line-height: 40px;
    position: relative;
    font-size: 28px;
    margin-top: -50px;
  }
  h1.mv::before {
    top: 36px;
  }
  .top-image:before {
    width: 90%;
  }
  .btn a {
    font-size: 27px;
    width: 80%;
    height: 66px;
    padding-top: 14px;
  }
  .btn img {
    margin: 20px auto 20PX;
  }
  .comment-wrap img  {
    width: 50px;
  }
  .comment em {
    font-size: 20px;
  }
  .comment {
    font-size: 14px;
    margin-left: 10px;
  }
  .use-wrap {
    display: block;
    width: 100%;
  }
  .use-cont {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-wrap {
    display: block !important;
  }
  .flow-box {
    margin: 0;
    width: 100%;
  }
  .feature-cont {
    display: block;
    margin: 10px 0;
  }
  .feature-arrow01 {
    background: url(/app/assets/images/pc/lp/proofreading/feature-arrow01-sp.png) no-repeat center top;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 2px 0 0 0;
  }
    .feature-arrow{
    background: url(/app/assets/images/pc/lp/proofreading/feature-arrow-sp.png) no-repeat center top;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 21px 0 0 0;
  }
    .feature-blue{
        width: 100%;
        color: #fff;
        text-align: center;
        height: 70px;
        margin-bottom: 7px;
    }
  .feature-txt {
    border: none;
    margin: 0;
  }
  .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    margin: 15px auto 5px;
  }
  .other-box {
    width: 100%;
    min-width: -webkit-fill-available;
  }
  .other-title {
    height: auto;
  }
  .px-40 {
    padding: 0 !important;
  }
  .faq-box {
    min-width: fit-content;
  }
  footer>div {
    display: block !important;
  }
  footer>div>div {
    width: 100% !important;
  }
}
