@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

a {
  outline: none;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  outline: none;
}

a:active {
  text-decoration: none;
  outline: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: auto;
  background: #fff;
  font-family: "Noto Sans SC", "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.l-footer {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #006934;
  color: #ffffff;
  font-size: 1.2rem;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-header.is-shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}

.l-header__content {
  display: flex;
  align-items: center;
}

.l-header__contact {
  margin: 0 1.5rem 0 0;
  line-height: 1.2;
}

.l-header__contact p {
  font-size: 1.2rem;
}

.l-header__tel {
  display: inline-block;
  padding: 0 0 0 5rem;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  color: inherit;
  pointer-events: none;
}

.l-header__tel::before {
  content: '';
  width: 42px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/pc/tel.png) 0 0 no-repeat;
}

.l-header__button {
  width: 20rem;
}

.l-header__hours {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 6.5rem;
    padding-top: 1rem;
  }
  .l-header__inner {
    align-items: flex-end;
    height: auto;
  }
  .l-header__heading img {
    width: 38.93333vw;
  }
  .l-header__contact {
    margin-right: 0;
    line-height: 1;
  }
  .l-header__contact p {
    display: none;
  }
  .l-header__tel {
    padding-left: 10.66667vw;
    font-size: 6.4vw;
    letter-spacing: -0.06em;
    pointer-events: auto;
  }
  .l-header__tel::before {
    width: 9.33333vw;
    height: 5.33333vw;
  }
  .l-header__button {
    display: none;
  }
  .l-header__hours {
    display: block;
    margin-right: -0.375em;
    text-align: right;
    font-size: 1.1rem;
    padding-top: 0.625rem;
  }
}

.c-button {
  display: block;
  background: #ff6600;
  border-radius: 4px;
  font-size: 1.6rem;
  transition: opacity 0.2s ease-out;
}

.c-button:hover {
  opacity: 0.8;
}

.c-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-weight: bold;
  color: #ffffff;
}

.c-button.-contact {
  width: 40rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  font-size: 2.4rem;
}

.c-button.-contact > span {
  height: 8rem;
}

@media screen and (max-width: 767px) {
  .c-button:hover {
    opacity: 1;
  }
  .c-button.-contact {
    width: auto;
  }
}

.c-item__image {
  margin: 0 0 1em;
}

.c-item__image img {
  max-width: 100%;
  height: auto;
}

.c-item__description > dt {
  margin: 0 0 0.75rem;
  font-weight: bold;
}

.c-item__description > dt > span {
  display: block;
  font-size: 1.4rem;
}

.c-item__description > dt > em {
  display: block;
  line-height: 1.3125;
}

.c-item__description > dd {
  font-size: 1.4rem;
}

.c-item__description > dd:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-item__description > dd > em {
  font-weight: bold;
}

.c-item__price {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-item {
    display: flex;
  }
  .c-item__image {
    flex-basis: 37.33333vw;
    flex-shrink: 0;
    height: 26.66667vw;
    margin-bottom: 0;
  }
  .c-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-item__description {
    flex-grow: 1;
    padding-left: 1.6rem;
  }
  .c-item__description > dt {
    margin-bottom: 0.5rem;
  }
}

.c-link {
  color: #0099cc;
  transition: opacity 0.2s ease-out;
}

.c-link:hover {
  opacity: 0.8;
}

.c-link:hover {
  text-decoration: underline;
}

.c-voice__image {
  text-align: center;
}

.c-voice__image img {
  max-width: 100%;
  height: auto;
}

.c-voice__description > dt {
  margin-top: 1em;
  margin-bottom: 0.375em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33333;
}

.c-voice__description > dd {
  font-size: 16px;
  line-height: 1.5;
}

.p-comic:not(:last-child) {
  margin-bottom: 5rem;
}

.p-comic img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-comic {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .p-comic:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.p-company {
  padding: 6rem 0;
  background: #ffffff;
}

.p-company__heading {
  margin: 0 0 1em;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
}

.p-company__table {
  border-top: 1px solid #e0d1b2;
}

.p-company__table > div {
  display: flex;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e0d1b2;
}

.p-company__table > div > dt {
  font-weight: bold;
  flex-basis: 196px;
  flex-shrink: 0;
}

.p-company__table > div > dd {
  flex-grow: 1;
}

.p-company__license {
  display: flex;
}

.p-company__licenseText {
  margin: -0.4em 0 0;
  flex-grow: 1;
  line-height: 2;
}

.p-company__licenseImage {
  flex-shrink: 0;
}

.p-company__list > li {
  counter-increment: company;
  padding: 0 0 0 1.5em;
  position: relative;
}

.p-company__list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-company__list > li::before {
  content: counter(company) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding: 5rem 0;
  }
  .p-company__heading {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
  }
  .p-company__table > div {
    display: block;
  }
  .p-company__table > div > dt {
    margin-bottom: 0.25em;
  }
  .p-company__table > div > dd {
    flex-grow: 1;
  }
  .p-company__license {
    display: block;
  }
  .p-company__licenseText {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  .p-company__licenseText > div {
    margin-bottom: 0.5em;
  }
  .p-company__licenseImage {
    text-align: center;
  }
}

.p-container {
  width: 950px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-container {
    width: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p-container.-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.p-content {
  padding: 8rem 0;
  background: #f7e1ba url(../images/pc/bg_content.jpg) 50% 50% repeat;
}

.p-content.-eyecaatch {
  padding-top: 2rem;
}

.p-content.-top {
  padding-top: 5.6rem;
}

.p-content.-comic {
  background-color: #d8c08e;
  background-image: url(../images/pc/bg_content_comic.jpg);
}

@media screen and (max-width: 767px) {
  .p-content {
    padding: 5rem 0;
    background-size: 100% auto;
  }
}

.p-flow {
  display: flex;
  margin: 0 -1.5rem 2.5rem;
}

.p-flow > li {
  padding: 16.5rem 1.5rem 0;
  position: relative;
}

.p-flow > li::before {
  content: '';
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  margin: auto;
}

.p-flow > li:nth-child(1)::before {
  background: url(../images/common/flow/1.png) 0 0/cover no-repeat;
}

.p-flow > li:nth-child(2)::before {
  background: url(../images/common/flow/2.png) 0 0/cover no-repeat;
}

.p-flow > li:nth-child(3)::before {
  background: url(../images/common/flow/3.png) 0 0/cover no-repeat;
}

.p-flow > li:nth-child(4)::before {
  background: url(../images/common/flow/4.png) 0 0/cover no-repeat;
}

.p-flow__description > dt {
  padding: 0 0 0.5em;
  border-bottom: 1px solid #cdb98f;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-flow__description > dd {
  padding: 0.75em 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-flow {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .p-flow > li {
    padding-right: 0;
    padding-left: 0;
  }
  .p-flow > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.p-heading {
  margin: 0 0 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-heading {
    padding-right: 1rem;
    margin-right: -1.5rem;
    margin-bottom: 1.5rem;
    margin-left: -1.5rem;
    text-align: left;
  }
  .p-heading img {
    max-width: 100%;
    height: auto;
  }
}

.p-industry {
  margin: 0 0 4rem;
}

.p-industry__list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em 0 0;
}

.p-industry__list > li {
  padding: 0.5em 0 0;
}

.p-industry__list > li:nth-child(3n) {
  width: 36%;
}

.p-industry__list > li:not(:nth-child(3n)) {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .p-industry__list {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1.5rem 0;
  }
  .p-industry__list > li {
    width: 50%;
    padding: 1rem 1.5rem 0;
  }
  .p-industry__list > li:nth-child(3n) {
    width: 50%;
  }
  .p-industry__list > li:not(:nth-child(3n)) {
    width: 50%;
  }
}

.p-note {
  padding: 3.5rem 2.2rem 3rem;
  background: #ffffff;
}

.p-note__heading {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1.05;
  text-align: center;
}

.p-note__heading > span {
  display: inline-block;
  padding: 0 0 0.75rem;
  border-bottom: 2px solid #cdb98f;
}

.p-note__text {
  width: 80rem;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.875;
}

.p-note__text em {
  font-weight: bold;
}

.p-note__image {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-note {
    padding: 3rem 2rem;
  }
  .p-note__heading {
    margin-bottom: 1rem;
  }
  .p-note__text {
    width: auto;
    margin-bottom: 2rem;
    text-align: left;
  }
}

.p-performance {
  display: flex;
  flex-wrap: wrap;
  margin: -3.5rem -1.5rem 4rem;
}

.p-performance > li {
  width: 25%;
  padding: 2.5rem 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .p-performance {
    display: block;
    margin: 0 0 2.4rem;
  }
  .p-performance > li {
    width: auto;
    padding: 0;
  }
  .p-performance > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-points__inner {
  padding: 0 0 8rem;
  position: relative;
}

.p-points__list {
  border-top: 1px solid #cdb98f;
  font-size: 2rem;
  font-weight: bold;
}

.p-points__list > li {
  padding: 0.4em 0 0.4em 1rem;
  border-bottom: 1px solid #cdb98f;
}

.p-points__list > li > div {
  padding: 0 0 0 3.6rem;
  position: relative;
}

.p-points__list > li > div::before {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/thumbs_up.png) 0 0/cover no-repeat;
}

.p-points__note {
  margin: 0.75rem;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.p-points__image {
  position: absolute;
  right: -35px;
  bottom: 0;
}

.p-points__image img {
  width: 276px;
  height: 221px;
}

.p-points__text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-points__text span {
  display: inline-block;
  padding: 0 3.2rem 1rem;
  position: relative;
}

.p-points__text span::before, .p-points__text span::after {
  content: '';
  width: 1.6rem;
  height: 2.8rem;
  position: absolute;
  bottom: 0;
}

.p-points__text span::before {
  left: 0;
  background: url(../images/common/bg_text_left.png) 0 0/cover no-repeat;
}

.p-points__text span::after {
  right: 0;
  background: url(../images/common/bg_text_right.png) 0 0/cover no-repeat;
}

.p-points__text span br {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-points__inner {
    padding-bottom: 0;
  }
  .p-points__list > li {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-points__list > li > div::before {
    top: 0.325em;
    bottom: auto;
  }
  .p-points__note {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .p-points__image {
    margin-bottom: 4rem;
    position: static;
    text-align: center;
  }
  .p-points__text {
    font-size: 2.2rem;
    line-height: 1.36364;
  }
  .p-points__text span {
    display: block;
    padding: 0;
  }
  .p-points__text span br {
    display: block;
  }
}

.p-problem {
  width: 75.4rem;
  margin: auto;
  padding: 0 0 8rem;
}

.p-problem__heading {
  margin: 0 0 2.4rem;
  text-align: center;
}

.p-problem__list {
  border-top: 2px solid #cdb98f;
  font-size: 2rem;
  font-weight: bold;
}

.p-problem__list > li {
  padding: 1rem 0;
  border-bottom: 2px solid #cdb98f;
  text-align: center;
}

.p-problem__list > li em {
  font-size: 2.4rem;
  color: #ff9900;
}

@media screen and (max-width: 767px) {
  .p-problem {
    width: auto;
    padding-bottom: 5rem;
  }
  .p-problem__heading {
    margin-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-problem__heading img {
    max-width: 100%;
    height: auto;
  }
}

.p-section:not(:last-child) {
  margin-bottom: 8rem;
}

.p-section.-points {
  margin-bottom: 2.4rem;
}

.p-section__heading {
  margin: 0 0 3rem;
  padding: 0.2rem;
  background: #006934;
  border-bottom: 5px solid #deb631;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
}

.p-section__text {
  margin: 0 0 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .p-section:not(:last-child) {
    margin-bottom: 5rem;
  }
  .p-section__heading {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .p-section__text {
    margin-bottom: 2.4rem;
    text-align: left;
  }
}

.p-target {
  margin: 0 0 4rem;
}

.p-target__row {
  display: flex;
  width: 100%;
  padding: 2rem 0 2rem 1rem;
  border-bottom: 1px solid #cdb98f;
}

.p-target__row:first-child {
  border-top: 1px solid #cdb98f;
}

.p-target__row > dt {
  display: flex;
  align-items: center;
  flex-basis: 32rem;
  flex-shrink: 0;
}

.p-target__row > dt img {
  width: 120px;
  border-radius: 50%;
}

.p-target__row > dt span {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-target__row > dd {
  flex-grow: 1;
}

.p-target__item {
  display: flex;
  line-height: 1.875;
}

.p-target__item > dt {
  flex-basis: 13rem;
  flex-shrink: 0;
  font-weight: bold;
}

.p-target__item > dd {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-target__row {
    display: block;
    padding: 2rem;
  }
  .p-target__row > dt {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .p-target__row > dt br {
    display: none;
  }
  .p-target__row > dt span {
    display: block;
    padding-top: 0.5em;
    padding-left: 0;
  }
  .p-target__item:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .p-target__item > dt {
    flex-basis: 12rem;
  }
  .p-target__item > dd {
    line-height: 1.5;
  }
}

.p-voices {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}

.p-voices > li {
  width: 50%;
  padding: 30px 15px 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-voices {
    display: block;
    margin: auto;
  }
  .p-voices > li {
    width: auto;
    padding: 0;
  }
  .p-voices > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.u-fluid {
  max-width: 100%;
  height: auto;
}

.u-hover {
  transition: opacity 0.2s ease-out;
}

.u-hover:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .u-hover {
    opacity: 1;
  }
}
