@charset "UTF-8";


/* ==========================================

  Line Koushiki Styles - PC

========================================== */
body {
  min-width: 1000px;
}

/* Common
----------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
}
.inner {
  width: 900px;
  margin: 0 auto;
}
.item-sp {
  display: none;
}
.heading {
  font-family: serif;
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.0125em;
}
.sub-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.sub-heading small {
  font-size: 0.5em;
  display: block;
}
.totop {
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 80px;
  height: 80px;
}

/* Header
----------------------------------------- */
.l-header {
  width: 100%;
  height: 130px;
  background-color: #59bc37;
}
.l-header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*
.l-header h1 {
  font-size: 23px;
  font-size: 2.3rem;
  color: #ffffff;
}
.l-header h1 i {
  display: inline-block;
  margin: 0 18px 0 0;
}
.l-header h1 span {
  position: relative;
  top: 20px;
  margin: 0 0 -20px;
}
*/
.l-header h1 img { height: 55px; }
.header-items {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.header-items p {
  width: 277px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 21px;
  margin: 0 0 20px;
}
.header-items p a {
  width: 100%;
  height: 100%;
  display: block;
  color: #59bc37;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
.header-items ul {
  display: flex;
  align-items: center;
}
.header-items ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 35px;
}
.header-items ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* Footer
----------------------------------------- */
.l-footer {
  width: 100%;
  text-align: center;
}
.info {
  padding: 75px 0 130px;
}
.info h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 45px;
}
.info ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.info ul li a {
  color: #000000;
}
.info ul li span::after {
  content: "｜";
}
.copy {
  width: 100%;
  height: 120px;
  background-color: #59bc37;
  font-size: 19px;
  font-size: 1.9rem;
  color: #ffffff;
  line-height: 120px;
}

/* Section
----------------------------------------- */
.section {
  position: relative;
  width: 100%;
}

/* Sec01 */
.sec01 {
  padding: 55px 0;
  background-color: #67c946;
  border-top: solid 5px #ffffff;
}
.sec01 h2.heading { color: #ffffff; }
.sec01 p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.0;
  color: #ffffff;
  letter-spacing: -0.0125em;
  margin: 25px 0 0;
}

/* Sec02 */
.sec02 { padding: 45px 0; }
.af-unit {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 85px 0 0;
}
.af {
  width: 21%;
  flex-shrink: 0;
  margin: 0 0 70px;
}
.af dl { margin: 10px 0 0; }
.af dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 15px;
}
.af dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* Sec03 */
.sec03 {
  padding: 70px 0 90px;
  background-color: #67c946;
}
.sec03 h2.heading { color: #ffffff; }
.sec03 figure {
  margin: 70px 0 55px;
}
.sec03 figure p {
  padding: 40px;
  background-color: #ffffff;
}
.sec03 figure figcaption {
  font-size: 19px;
  font-size: 1.9rem;
  color: #ffffff;
  margin: 55px 0 0;
  line-height: 2.0;
}

/* Sec04 */
.sec04 { padding: 70px 0; }
.sec04 h3.sub-heading {
  color: #67c946;
}
.sec04 p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.0;
  margin: 50px 0 0;
}

/* Sec05 */
.sec05 {
  padding: 70px 0;
  background-color: #67c946;
}
.sec05 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec05 h2.heading { color: #ffffff; }
.sec05 p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.0;
  color: #ffffff;
  margin: 50px 0 0;
}

/* Sec06 */
.sec06 { padding: 80px 0; }
.sec06 h2.heading { color: #67c946; }

/* Sec07 */
.sec07 {
  padding: 80px 0;
  background-color: #67c946;
}
.sec07 p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.0;
  color: #ffffff;
}
.scroll-attention { display: none; }
.price-list {
  padding: 30px;
  background-color: #ffffff;
  margin: 45px 0 15px;
}
.price-list table {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  text-align: center;
}
.price-list table tr { border-bottom: solid 1px #d0d0d0; }
.price-list table th, .price-list table td {
  padding: 20px;
  border-right: solid 1px #d0d0d0;
}
.price-list table td a { color: #07B53A; }
.price-list table thead th:not(:first-of-type) {
  color: #ffffff;
  background-color: #07B53A;
}
.price-list table tbody th { background-color: #f2f2f2; }
.initial-cost {
  padding: 30px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.initial-cost ul li {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
}
.initial-cost ul li:first-of-type {
  margin: 0 0 15px;
}
.initial-cost ul li i {
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  background-color: #67c946;
  width: 165px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0 35px 0 0;
}
.initial-cost ul li span {
  display: inline-block;
  vertical-align: middle;
}
.initial-cost ul li span small {
  font-size: 0.7em;
  display: block;
}
.support-cont {
  padding: 40px 40px 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0 0;
}
.support-cont dl:first-of-type { margin: 55px 0; }
.support-cont dl dt { margin: 0 0 35px; }
.support-cont dl dt h3.sub-heading { color: #67c946; }
.support-cont dl dd ul li {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
}
.support-cont dl dd ul li {
  display: flex;
  align-items: flex-start;
}
.support-cont dl dd ul li:not(:last-of-type) { margin: 0 0 0.75em; }
.support-cont dl dd ul li i {
  font-style: normal;
  display: inline-block;
  margin: 0 5px 0 0;
}
.support-cont dl dd ul li span { display: inline-block; }
.support-cont dl dd ul li span small {
  font-size: 0.7em;
  display: block;
  margin: 2.5px 0 0;
}

/* Sec08 */
.sec08 { padding: 70px 0 125px; }
.sec08 h2.heading { color: #67c946; }
.sec08 figure:first-of-type { margin: 55px 0 45px; }
.sec08 figure figcaption {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  margin: 35px 0 0;
}
.request-btn {
  width: 675px;
  height: 116px;
  border-radius: 56px;
  display: block;
  background-color: #ffffff;
  border: solid 3px #67c946;
  font-family: serif;
  font-weight: 600;
  font-size: 42px;
  font-size: 4.2rem;
  color: #67c946;
  text-align: center;
  line-height: 110px;
  text-decoration: none;
  margin: 75px auto 0;
  transition: all .3s;
}
.request-btn:hover {
  color: #ffffff;
  background-color: #67c946;
}

/* Sec09 */
.sec09 {
  padding: 45px 0;
  background-color: #67c946;
  color: #ffffff;
}
.sec09 h2.heading {
  font-family: serif;
  font-weight: 600;
  line-height: 1.2;
}
.sec09 p {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.0;
  margin: 45px 0 0;
}