@charset "utf-8";
html {
  font-size: 100%;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500 700;
  font-size: 16px;
  color: #000;
}
main {
  margin-top: 120px;
}
a {
  text-decoration: none;
  transition: .5s;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 1200px;
  margin: 80px auto 100px auto;
  font-size: 16px;
  padding: 0 4%;
}
.site-ttl {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.site-ttl a {
  display: block;
}
.container {
  width: 100%;
  height: 120px;
  background-color: #FFCC75;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-ttl {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  background-color: #FFCC75;
}
.header-nav-menu {
  display: flex;
  color:#fff;
}
#header li {
  margin-left: 30px;
}
#header li a:hover {
  opacity: 0.7;
}

/* kv-1 */
.kv-1 {
  width: 100%;
  height: 48vw;
  background-image: url(../img/KV-BI.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kv-1 .flex-left {
  padding: 0 0 0 100px;
}
.kv-1 .kv-1p1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
}
.kv-1 .kv-1p2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 2;
}
.kv-1 .flex-right {
  padding: 0 100px 0 0;
}
.kv-1 img {
  width: 370px;
  height: 300px;
}

/* kv-2 */
.kv-2 {
  background-color: #F7F8FA;
}
.heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 80px 0 100px;
}
.kv2-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 40px;
}
.kv2-column .kv2-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.kv2-column .kv2-left {
  font-size: 28px;
  line-height: 1.5;
  padding: 40px;
}

/* production */

/* rateplan */
.rateplan .content-box {
  width: 100%;
  /* height: 1550px; */
}
.content-box .column .each-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box .column .lightplan,.standardplan, .businessplan {
  border: solid 1px #fff;
  width: 316px;
  height: 1500px;
  border-radius: 15px;
}
.content-box .column .lp {
  background-color: #52C7CE;
}
.content-box .column .stp {
  background-color: #8AD84D;
}
.content-box .column .bp {
  background-color: #EC9D64;
}
.content-box .column .rp-1 {
  width: 316px;
  height: 210px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.content-box .column .rp-2 {
  width: 316px;
  height: 575px;
  background-color: #F7F8FA;
  padding: 40px 40px;
}
.content-box .column .rp-3 {
  width: 316px;
  height: 140px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box .column .rp-4 {
  width: 316px;
  height: 450px;
  background-color: #F7F8FA;
  padding: 40px 30px;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 0 0 15px 15px;
}
.content-box .column .plan-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}
.content-box .column .plan-text {
  font-size: 20px;
  text-align: center;
}
.content-box .column .planlist-a {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
}
.content-box .column .planlist-a::before {
  content: '*';
  font-size: 20px;
  font-weight: bold;
}
.content-box .column .rp-3 span {
  font-size: 32px;
  font-weight: bold;
}
.content-box .column .rp-3 .small {
  font-size: 20px;
}
.content-box .column .lp .plan-ttl {
  text-align: center;
  padding: 40px 0 20px 0;
}
.content-box .column .stp .plan-ttl {
  text-align: center;
  padding: 40px 0 20px 0;
}
.content-box .column .bp .plan-ttl {
  text-align: center;
  padding: 40px 0 20px 0;
}
.content-box .column .rp-4 .rp-4ep-a {
  font-weight: bold;
}
.content-box .column .rp-4 .rp-4ep-b {
  padding-top: 40px;
}

/* web-production-flow */
.content-box .discription {
  margin-left: 25%;
}
.content-box .discription dt {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.content-box .discription dt span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #D9D9D9;
  border-radius: 10px;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -55px;
}
.content-box .discription dd {
  line-height: 1.5;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #D9D9D9 transparent transparent transparent;
  margin: 3% auto 3% 30%;
}

/* faq */
.content-box .qa .q {
  font-size: 24px;
  font-weight: bold;
  border: solid 1px #000;
  padding: 20px 20px;
  cursor: pointer;
  /* transition: .5s; */
}
.content-box .qa .q:hover {
  background-color: antiquewhite;
}
.content-box .qa .a {
  font-size: 20px;
}
.content-box .qa .q p::before {
  content: 'Q.';
}
.content-box .qa .a p::before {
  content: 'A.';
}
.content-box .qa {
  position: relative;
}
.content-box .qa .q::before,
.content-box .qa .q::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 2%;
}
.content-box .qa .q::after {
  transform: rotate(90deg);
  transition: .5s;
}
.content-box .qa .q.open {
  background-color: antiquewhite;
}
.content-box .qa .q.open::before {
  opacity: 0;
}
.content-box .qa .q.open::after {
  transform: rotate(180deg);
  top: 30px;
}
.content-box .qa .detail {
  border-top: solid 1px #ccc;
  padding: 35px 30px;
  display: none;
}

/* contact */
.contact-text {
  height: 300px;
  text-align: center;
}
.contact-text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 80px 0;
}
.contact-text a {
  font-size: 32px;
  font-weight: bold;
  border: solid 1px #fff;
  padding: 20px;
  border-radius: 15px;
  background-color: #E26C17;
  color: #fff;
}

/* footer */
.footer {
  background-color: #FFCC75;
  height: 450px;
}
.footer .footer-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
.footer .footer-nav-menu li {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.footer li:hover {
  opacity: .7;
}
.footer-content {
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
}
.copyright {
  display: block;
  text-align: center;
  padding-top: 70px;
}

/* 768 */
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    cursor: pointer;
  }
  .sec-ttl {
    font-size: 36px;
  }

  /* header */
  .header {
    padding: 0 20px;
  }
  .site-ttl {
    font-size: 36px;
  }
  .header-nav {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background-color: #FFCC75;
    display: none;
  }
  .header-nav-menu {
    gap: 40px 0;
    flex-wrap: wrap;

  }
  .header-nav li {
    width: 100%;
    text-align: center;
  }
  .h-btn {
    width: 46px;
    height: 35px;
    position: relative;
  }
  .h-btn span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #fff;
    transition: .5s;
  }
  .h-btn span:first-of-type {
    top: 0;
  }
  .h-btn span:nth-of-type(2) {
    top: 50%;
  }
  .h-btn span:last-of-type {
    top: 100%;
  }
  .h-btn.active span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .h-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .h-btn.active span:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* kv-1 */
  .kv-1 {
    height: calc(100vh - 120px);
  }
  .kv-1 .kv-1p1 {
    font-size: 30px;
  }
  .kv-1 .kv-1p2 {
    font-size: 42px;
  }
  .kv-1 img {
    width: 250px;
    height: 250px;
  }

  /* kv-2 */
  .heading {
    font-size: 36px;
    padding: 80px 0;
  }
  .kv2-column {
    display: block;
  }
  .kv2-column .kv2-left {
    font-size: 24px;
    font-weight: normal;
    padding: 40px;
  }
  .kv2-column .kv2-right {
    text-align: center;
  }
  .kv2-column .kv2-right img {
    width: 250px;
    height: 250px;
  }

  /* rateplan */
  .content-box .column .lightplan,.standardplan, .businessplan {
    width: 100%;
    height: 1500px;
  }
  .content-box .column .rp-1 {
    width: 226px;
    height: 140px;
  }
  .content-box .column .rp-2 {
    width: 226px;
    padding: 40px 0 0 40px;
  }
  .content-box .column .rp-3 {
    width: 226px;
  }
  .content-box .column .rp-4 {
    width: 226px;
  }
  .content-box .column .plan-text {
    font-size: 16px;
  }
  .content-box .column .planlist-a {
    font-size: 16px;
    line-height: 2.5;
  }
  .content-box .column .planlist-a::before {
    font-size: 16px;
  }
  .content-box .column .rp-3 span {
    font-size: 24px;
    font-weight: bold;
  }
  .content-box .column .rp-3 .small {
    font-size: 16px;
  }
  .content-box .column .lp .plan-ttl {
    font-size: 27px;
  }
  .content-box .column .stp .plan-ttl {
    left: 20px;
    font-size: 27px;
  }
  .content-box .column .bp .plan-ttl {
    font-size: 27px;
  }
  
  /* web-production-flow */
  .content-box .discription {
    margin-left: 20%;
  }
  .content-box .discription dt {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .content-box .discription dt span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: -1px;
    left: -50px;
  }
  .triangle {
    border-width: 25px 25px 0 25px;
  }
  
  /* faq */
  .content-box .qa .q {
    font-size: 20px;
  }
  .content-box .qa .q p {
    padding: 0 30px 0 0 ;
  }
  .content-box .qa .a {
    font-size: 20px;
  }
  
  /* contact */
  .contact-text {
  height: 250px;
  }
  .contact-text p {
    font-weight: normal;
  }
  .contact-text a {
    font-size: 24px;
    font-weight: bold;
  }
  
  /* footer */
  .footer .footer-nav-menu li {
    font-size: 16px;
    font-weight: normal;
  }
}

/* 375 */
@media screen and (max-width: 767px) {
  .wrapper {
    margin: 60px auto 80px auto;
  }
  .sec-ttl {
    font-size: 24px;
  }

  /* header */
  .site-ttl {
    font-size: 24px;
  }
  .h-btn {
    width: 32px;
    height: 21px;
  }

  /* kv-1 */
  .kv-1 {
    flex-direction: column;
    justify-content: center;
  }
  .kv-1 .flex-left {
  padding: 0;
  }
  .kv-1 .kv-1p1 {
    font-size: 24px;
  }
  .kv-1 .kv-1p2 {
    font-size: 36px;
  }
  .kv-1 .flex-right {
  padding: 0;
  }
  .kv-1 img {
    width: 150px;
    height: 150px;
  }

  /* kv-2 */
  .heading {
    font-size: 20px;
    padding: 80px 0 20px;
  }
  .kv2-column .kv2-left {
    font-size: 16px;
  }
  .kv2-column .kv2-right img {
    width: 200px;
    height: 200px;
  }

  /* rateplan */
  .rateplan .content-box {
    width: 345px;
    height: 3300px;
  }
  .content-box .column .each-plan {
    display: block;
  }
  .content-box .column .lightplan,.standardplan, .businessplan {
    height: 1100px;
    background-color: #F7F8FA;
    margin-top: 20px;
  }
  .content-box .column .rp-1 {
    width: 316px;
  }
  .content-box .column .rp-2 {
    width: 316px;
    height: 390px;
    padding: 20px;
  }
  .content-box .column .rp-3 {
    width: 316px;
  }
  .content-box .column .rp-4 {
    width: 316px;
    padding: 20px;
  }
  
  /* web-production-flow */
  .content-box .discription dt {
    font-size: 16px;
    padding-bottom: 10px;
   }
   .content-box .discription dd {
     padding-bottom: 20px;
   }
  .content-box .discription dt span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: -3px;
    left: -30px;
   }
  .triangle {
    border-width: 20px 20px 0 20px;
    padding-bottom: 10px;
   }

   /* faq */
  .content-box .qa .q {
    font-size: 16px;
    font-weight: normal;
  }
  .content-box .qa .a {
    font-size: 16px;
  }

  /* contact */
  .contact-text p {
    font-size: 16px;
  }
  .contact-text a {
    font-size: 20px;
  }

  /* footer */
  .footer {
    height: 950px;
  }
  .footer .footer-nav-menu {
    display: block;
    text-align: center;
    padding: 40px 0;
    border-bottom: solid 1px #333;
  }
  .footer .footer-nav-menu li {
    font-weight: bold;
    padding: 20px 0;
  }
  .footer-content {
    border-bottom: solid 1px #333;
  }
  .footer-content p {
    padding: 30px 0;
  }
  .copyright {
    padding: 70px 0;
  }
}