@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif;
  font-size: 10px;
  font-size: 1.8rem;
  background: #FFFBE9;
  line-height: 1.6;
  color: #47312f;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.7vw; }

  body {
    font-size: 1.6rem;
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #47312f;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    color: rgba(71, 49, 47, 0.8);
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

mark {
  color: #47312f; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 1.6rem;
  box-sizing: border-box; }

button {
  font-family: Arial, "游ゴシック体", YuGothic, sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 5rem; } }
  .header-logo {
    display: flex;
    align-items: center; }
    .header-logo span {
      background: #f58a00;
      color: #fff;
      font-weight: 700;
      padding: .2rem .8rem;
      border-radius: .3rem;
      margin-left: .8rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .header-logo span {
          padding: .1rem .5rem; } }
    .header-logo img {
      width: 24rem; }
      @media only screen and (max-width: 767px) {
        .header-logo img {
          width: 18rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.wrap {
  overflow: hidden; }

.container-header-ttl {
  aspect-ratio: 256/133;
  background: url("/common/img/lp/lp_ckd02/fig_main_pc.webp") no-repeat 50% 50%;
  background-size: auto 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .container-header-ttl {
      background: none;
      aspect-ratio: unset;
      height: auto; } }
  .container-header-ttl:after {
    content: "";
    background: url("/common/img/lp/lp_ckd02/fig_main_staff_pc.png") no-repeat 50% 0%;
    background-size: 100% auto;
    width: 22.6rem;
    height: 37.4rem;
    position: absolute;
    bottom: -2rem;
    right: 5%; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl:after {
        background-image: url("/common/img/lp/lp_ckd02/fig_main_staff_sp.png");
        width: 15.4rem;
        height: 18.3rem;
        bottom: 1rem;
        right: 3%; } }
  .container-header-ttl img {
    display: none; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl img {
        display: block; } }
.container-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0; }
  @media only screen and (max-width: 767px) {
    .container-btn {
      padding: .5rem 0; } }
  .container-btn ul {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .container-btn ul li {
      width: 32rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 767px) {
        .container-btn ul li {
          width: 17.5rem;
          margin: 0 2%; } }
      .container-btn ul li a {
        width: 32rem;
        display: block;
        text-indent: -9999rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 50% 0%; }
        @media only screen and (max-width: 767px) {
          .container-btn ul li a {
            width: 100%;
            height: auto; } }
      .container-btn ul li:nth-of-type(1) a {
        background-image: url("/common/img/lp/lp_ckd02/btn_tel_pc.png");
        height: 10.4rem; }
        @media only screen and (min-width: 1025px) {
          .container-btn ul li:nth-of-type(1) a {
            transition: all 0s; }
            .container-btn ul li:nth-of-type(1) a:hover {
              background-image: url("/common/img/lp/lp_ckd02/btn_tel_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(1) a {
            height: auto;
            background-image: url("/common/img/lp/lp_ckd02/btn_tel_sp.png");
            aspect-ratio: 330 / 208; } }
      .container-btn ul li:nth-of-type(2) a {
        background-image: url("/common/img/lp/lp_ckd02/btn_web_pc.png");
        height: 9.5rem; }
        @media only screen and (min-width: 1025px) {
          .container-btn ul li:nth-of-type(2) a:hover {
            background-image: url("/common/img/lp/lp_ckd02/btn_web_pc-on.png"); } }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(2) a {
            height: auto;
            background-image: url("/common/img/lp/lp_ckd02/btn_web_sp.png");
            aspect-ratio: 330 / 190; } }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  background: #fff;
  color: #47312f;
  border-radius: 50%;
  font-size: 1.8rem !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  z-index: 10;
border: 1px solid #47312f;}
  @media only screen and (max-width: 767px) {
    .slick-arrow {
      width: 2.6rem;
      height: 2.6rem;
      margin-top: -1.3rem; } }
  .slick-arrow.arrow-back {
    left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.arrow-back {
        left: .8rem; } }
  .slick-arrow.arrow-next {
    right: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.arrow-next {
        right: .8rem; } }

.section-worry {
  margin: 0 auto 3rem;
  background: #fff8f2;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15) inset; }
  @media only screen and (max-width: 767px) {
    .section-worry {
      padding: 0;
      margin: 0; } }
  .section-worry-ttl {
    background: #47312f;
    color: #fff;
    font-size: 3rem;
    line-height: 1.3;
    padding: 2rem 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-worry-ttl {
        padding: 1.2rem 0;
        font-size: 2.6rem; } }
  .section-worry-staff {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 56.3rem;
    height: 11.2rem;
    padding-bottom: 1rem;
    background: url("/common/img/lp/lp_ckd02/arrow.svg") no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      .section-worry-staff {
        width: 100%;
        font-size: 1.6rem;
        height: 19.6vw; } }
    .section-worry-staff p {
      line-height: 1.3; }
    .section-worry-staff:before, .section-worry-staff:after {
      content: "";
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: 50% 0%;
      bottom: -5rem;
      height: 20rem;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        .section-worry-staff:before, .section-worry-staff:after {
          height: 12rem;
          bottom: -2rem; } }
    .section-worry-staff:before {
      background-image: url("/common/img/lp/lp_ckd02/fig_staff1.webp");
      width: 20rem;
      left: -5rem; }
      @media only screen and (max-width: 767px) {
        .section-worry-staff:before {
          width: 12.5rem;
          left: 3rem; } }
    .section-worry-staff:after {
      background-image: url("/common/img/lp/lp_ckd02/fig_staff2.webp");
      width: 18rem;
      right: -5rem; }
      @media only screen and (max-width: 767px) {
        .section-worry-staff:after {
          width: 10.8rem;
          right: 3rem; } }
  .section-worry-inner {
    padding: 5rem 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-worry-inner {
        padding: 2rem 0; } }
    .section-worry-inner:nth-of-type(1) {
      background: url("/common/img/lp/lp_ckd02/bg_gray.jpg");
      background-size: 51.2rem auto; }
    .section-worry-inner figure {
      width: 26rem;
      margin: 2rem auto 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-worry-inner figure {
          width: 17rem;
          position: absolute;
          left: 50%;
          margin: 0;
          margin-left: -8.5rem;
          top: 11rem; } }
    .section-worry-inner ul {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .section-worry-inner ul {
          justify-content: space-around;
          flex-wrap: wrap; } }
      .section-worry-inner ul li {
        background: #fff;
        border-radius: 1rem;
        width: 27rem;
        height: 15rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem .5rem;
        position: relative;
        margin: 0 1.5rem;
        font-weight: 700;
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15); }
        @media only screen and (max-width: 767px) {
          .section-worry-inner ul li {
            width: 16rem;
            height: 12.5rem;
            font-weight: 400;
            margin: 0 .5rem; } }
        .section-worry-inner ul li p {
          line-height: 1.3;
          text-align: center; }
        .section-worry-inner ul li:after {
          content: "";
          border-width: 1rem;
          border-style: solid;
          position: absolute; }
        .section-worry-inner ul li:nth-of-type(1):after {
          border-color: #fff #fff transparent transparent;
          right: 7rem;
          bottom: -1rem; }
        .section-worry-inner ul li:nth-of-type(3):after {
          border-color: #fff transparent transparent #fff;
          left: 7rem;
          bottom: -1rem; }
        @media only screen and (max-width: 767px) {
          .section-worry-inner ul li:nth-of-type(3) {
            width: auto;
            height: auto;
            margin-top: 18rem; }
            .section-worry-inner ul li:nth-of-type(3):after {
              border-color: transparent transparent #fff transparent;
              left: 50%;
              margin-left: -1rem;
              top: -1.9rem;
              bottom: auto; } }
        .section-worry-inner ul li:nth-of-type(2):after {
          border-color: #fff transparent transparent transparent;
          left: 50%;
          margin-left: -1rem;
          bottom: -1.9rem; }
        @media only screen and (max-width: 767px) {
          .section-worry-inner ul li:nth-of-type(2):after {
            border-color: #fff transparent transparent #fff;
            left: 7rem;
            margin: 0;
            bottom: -1rem; } }
.section-about {
  padding: 3rem 0 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-about {
      padding: 2rem 0 0; } }
  .section-about-header {
    margin: 0 auto 4rem;
    text-align: center; }
    .section-about-header-ttl {
      font-size: 4rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .section-about-header-ttl {
          font-size: 3rem; } }
      .section-about-header-ttl span {
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .section-about-header-ttl span {
            font-size: 1.8rem; } }
  .section-about-list {
    max-width: 98rem;
    margin: 0 auto;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-about-list {
        padding: 1rem; } }
.section-product {
  max-width: 67rem;
  margin: 0 auto;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .section-product {
      margin: 0 .5rem;
      box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15); } }
  .section-product-header {
    background: #82af00;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-product-header {
        padding: 1.2rem .5rem 1rem; } }
    .section-product-header p {
      font-weight: 700;
      background: #fff;
      color: #82af00;
      border-radius: 5rem;
      padding: .2rem 1.5rem;
      margin-bottom: .5rem; }
    .section-product-header-ttl {
      font-size: 3rem;
      line-height: 1.2;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-product-header-ttl {
          font-size: 2.2rem; } }
  .section-product-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-product-inner {
        padding: 0; } }
  .section-product-fig {
    width: 64rem;
    flex-shrink: 0;
    margin: 0 auto 2.5rem; }
    @media only screen and (max-width: 767px) {
      .section-product-fig {
        width: calc(100vw - 1rem);
        margin-bottom: 0; } }
    .section-product-fig-item {
      position: relative;
      height: auto !important; }
      .section-product-fig-item-menu {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.2rem;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 767px) {
          .section-product-fig-item-menu {
            padding: .8rem; } }
        .section-product-fig-item-menu dt {
          font-size: 1rem;
          line-height: 1.5;
          color: #82af00; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dt {
              line-height: 1.2; } }
        .section-product-fig-item-menu dd {
          font-size: 1.4rem;
          line-height: 1.2;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dd {
              font-size: 1.2rem; } }
  .section-product-info {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 0 0 1.5rem;
    margin-top: auto; }
    @media only screen and (max-width: 767px) {
      .section-product-info {
        padding: .5rem;
        margin: 0; } }
    .section-product-info dl {
      width: 50%;
      padding: .5rem;
      text-align: center; }
      .section-product-info dl dt {
        border-radius: .2rem;
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.4rem;
        letter-spacing: 0;
        background: rgba(130, 175, 0, 0.2);
        color: #82af00; }
        @media only screen and (max-width: 767px) {
          .section-product-info dl dt {
            font-size: 1.4rem;
            border-radius: .2rem; } }
      .section-product-info dl dd {
        width: 100%;
        padding: .5rem; }
        @media only screen and (max-width: 767px) {
          .section-product-info dl dd {
            line-height: 1.2; } }
.section-staff {
  background: url("/common/img/lp/lp_ckd02/bg_wood.png");
  background-size: 20.3rem auto;
  position: relative;
  padding: 4rem 0 3rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .section-staff {
      padding: 2.5rem 0 1.5rem; } }
  .section-staff-header-catch {
    max-width: 66rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    margin: 0 auto 3rem;
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .section-staff-header-catch {
        margin: 0 1rem 2.5rem;
        padding: 1rem 1.5rem;
        font-size: 2.4rem; } }
    .section-staff-header-catch p {
      line-height: 1.3; }
    .section-staff-header-catch strong {
      color: #f58a00;
      font-size: 2.6rem; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-catch strong {
          font-size: 1.6rem; } }
    .section-staff-header-catch span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-catch span {
          font-size: 1.6rem; } }
  .section-staff-header-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0 0 .3rem #ffefd8 , 0 0 .2rem #ffefd8 , 0 0 .2rem #ffefd8; }
    .section-staff-header-ttl span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-ttl span {
          font-size: 1.1rem; } }
    .section-staff-header-ttl mark {
      font-size: 4.5rem;
      line-height: 1.1;
      background: none;
      color: #47312f;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-ttl mark {
          font-size: 3.6rem; } }
      .section-staff-header-ttl mark span {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .section-staff-header-ttl mark span {
            font-size: 3.2rem; } }
      .section-staff-header-ttl mark:before {
        content: "";
        width: 100%;
        height: .4em;
        background: rgba(247, 192, 0, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1; }
  .section-staff-inner > p {
    line-height: 2;
    font-weight: 700;
    padding: 5rem 0 3rem;
    margin: 0 auto;
    max-width: 90rem;
    text-align: center;
    text-shadow: 0 0 .3rem #ffefd8 , 0 0 .2rem #ffefd8 , 0 0 .2rem #ffefd8; }
    @media only screen and (max-width: 767px) {
      .section-staff-inner > p {
        line-height: 1.6;
        text-align: left;
        font-weight: 400;
        padding: 1.5rem 1.5rem .3rem; } }
  .section-staff ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse; }
    @media only screen and (max-width: 767px) {
      .section-staff ul {
        flex-direction: column-reverse; } }
    .section-staff ul li {
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 95rem;
      height: auto;
      margin-left: 5rem;
      aspect-ratio: 1900 / 785; }
      .section-staff ul li img {
        display: none; }
      .section-staff ul li:nth-of-type(1) {
        background-image: url("/common/img/lp/lp_ckd02/staff1_pc.webp"); }
      .section-staff ul li:nth-of-type(2) {
        background-image: url("/common/img/lp/lp_ckd02/staff2_pc.webp"); }
      .section-staff ul li:nth-of-type(3) {
        background-image: url("/common/img/lp/lp_ckd02/staff3_pc.webp"); }
      .section-staff ul li:nth-of-type(2n) {
        margin-right: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-staff ul li {
          width: 95%;
          margin-bottom: .3rem;
          margin-left: auto; }
          .section-staff ul li img {
            display: block; }
          .section-staff ul li:nth-of-type(2n) {
            margin-left: 0;
            margin-right: auto; } }
.section-cheer {
  max-width: 84rem;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .section-cheer {
      margin-bottom: 2rem;
      padding: 1.5rem 0 0; } }
  .section-cheer-ttl {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    padding: 2.5rem 0;
    background: #F2AC4F;
    border-radius: 2rem 2rem 0 0; }
    @media only screen and (max-width: 767px) {
      .section-cheer-ttl {
        font-size: 1.8rem;
        padding: 1rem 0; } }
  .section-cheer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.15) inset;
    padding: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-cheer-wrap {
        padding: 1rem;
        flex-direction: column; } }
  .section-cheer-fig {
    width: 40rem;
    flex-shrink: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-cheer-fig {
        width: 100%;
        margin-bottom: 1rem; } }
    .section-cheer-fig figcaption {
      position: absolute;
      font-size: 1.2rem;
      line-height: 1.3;
      right: .5rem;
      bottom: .5rem;
      font-weight: 700;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-cheer-fig figcaption {
          font-size: 1rem; } }
  .section-cheer p {
    padding-left: 3rem;
    line-height: 1.8;
    padding-right: 2.5rem;
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      .section-cheer p {
        font-size: 1.6rem;
        padding: .5rem;
        line-height: 1.2; } }
.section-order {
  max-width: 99rem;
  margin: 0 auto 5rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .section-order {
      margin: 0 .5rem 1rem; } }
  .section-order-header {
    width: 100%;
    background: #82af00;
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-order-header {
        padding: 1.2rem .5rem 1rem; } }
    .section-order-header p {
      font-weight: 700;
      background: #fff;
      color: #82af00;
      border-radius: 5rem;
      padding: .2rem 1.5rem;
      margin-bottom: .5rem; }
    .section-order-header-ttl {
      font-size: 3rem;
      line-height: 1.2;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-order-header-ttl {
          font-size: 2.2rem; } }
  .section-order-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media only screen and (max-width: 767px) {
      .section-order-wrap {
        display: block;
        padding: 0; } }
  .section-order-more {
    width: 57rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-order-more {
        width: 100%; } }
  .section-order-info {
    padding: 1rem .5rem .5rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start; }
    .section-order-info dl {
      width: 25%;
      padding: .5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-order-info dl {
          width: 50%; } }
      .section-order-info dl dt {
        border-radius: .2rem;
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.4rem;
        letter-spacing: 0;
        background: rgba(130, 175, 0, 0.2);
        color: #82af00; }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dt {
            font-size: 1.4rem;
            border-radius: .2rem; } }
      .section-order-info dl dd {
        width: 100%;
        font-size: 1.6rem;
        padding: .5rem; }
        @media only screen and (max-width: 767px) {
          .section-order-info dl dd {
            line-height: 1.2; } }
    .section-order-info p {
      width: 100%;
      font-size: 1.6rem;
      padding-top: 1.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-order-info p {
          font-size: 1.2rem;
          padding-top: .5rem; } }
  .section-order-price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 2rem;
    background: rgba(130, 175, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .section-order-price {
        width: auto;
        padding: 1rem;
        margin: .5rem; } }
    .section-order-price-btn {
      width: 25rem;
      height: 5rem;
      display: block; }
      @media only screen and (max-width: 767px) {
        .section-order-price-btn {
          width: 100%; } }
    .section-order-price dl {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(130, 175, 0, 0.8);
      padding: 1.8rem 0;
      letter-spacing: 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-order-price dl {
          padding: 1rem 0; } }
      @media only screen and (min-width: 1025px) {
        .section-order-price dl:hover .section-order-price-btn {
          opacity: 0.7; } }
      .section-order-price dl:nth-last-of-type(1) {
        border-bottom: none; }
      .section-order-price dl dt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
        border-radius: .3rem;
        margin-right: 2rem;
        width: 9rem;
        color: #fff;
        background: #82af00;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dt {
            margin: 0;
            width: 20%;
            flex-shrink: 0; } }
        .section-order-price dl dt span {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dt span {
              font-size: 12px; } }
        .section-order-price dl dt b {
          font-size: 2rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dt b {
              font-size: 20px; } }
          .section-order-price dl dt b strong {
            font-size: 3.6rem;
            font-family: Arial; }
            @media only screen and (max-width: 767px) {
              .section-order-price dl dt b strong {
                font-size: 36px; } }
      .section-order-price dl dd {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .section-order-price dl dd {
            padding-left: 1rem; } }
        .section-order-price dl dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .section-order-price dl dd ul {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: baseline;
          padding-bottom: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-order-price dl dd ul {
              padding-bottom: .8rem; } }
          .section-order-price dl dd ul li {
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1;
            text-align: left; }
            .section-order-price dl dd ul li span {
              font-size: 1.2rem; }
            .section-order-price dl dd ul li strong {
              color: #ea2f2f;
              font-size: 2.8rem;
              font-family: Arial; }
            .section-order-price dl dd ul li b {
              color: #ea2f2f;
              font-size: 1.6rem;
              font-family: Arial; }
  .section-order-fig {
    position: relative;
    overflow: hidden; }
    .section-order-fig-item {
      position: relative;
      height: auto !important; }
      .section-order-fig-item-menu {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.2rem;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 767px) {
          .section-order-fig-item-menu {
            padding: .8rem; } }
        .section-order-fig-item-menu dt {
          font-size: 1rem;
          line-height: 1.5;
          color: #82af00; }
          @media only screen and (max-width: 767px) {
            .section-order-fig-item-menu dt {
              line-height: 1.2; } }
        .section-order-fig-item-menu dd {
          font-size: 1.4rem;
          line-height: 1.2;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-order-fig-item-menu dd {
              font-size: 1.2rem; } }
.section-voice {
  max-width: 60rem;
  margin: 0 auto 10rem;
  border: 1px solid #47312f;
  border-radius: .5rem;
  position: relative;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .section-voice {
      margin: 0 .5rem 1.5rem; } }
  .section-voice-ttl {
    width: 13.6rem;
    height: 3.6rem;
    background: url("/common/img/lp/lp_ckd02/bg_ribbon.svg") no-repeat 0% 50%;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-voice-ttl {
        width: 11.3rem;
        height: 2.8rem; } }
  .section-voice-mes {
    padding: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-voice-mes {
        padding: 1.5rem; } }
    .section-voice-mes figure {
      width: 16rem;
      float: right;
      margin-left: 3rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-voice-mes figure {
          position: absolute;
          right: 1rem;
          top: 1rem;
          margin: 0;
          float: none; } }
    .section-voice-mes h4 {
      font-size: 2.8rem;
      line-height: 1.2;
      text-align: left;
      padding-bottom: 1rem;
      padding-top: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-voice-mes h4 {
          font-size: 2rem; } }
    .section-voice-mes p {
      padding-bottom: 1rem; }
      .section-voice-mes p span {
        font-size: 1rem;
        opacity: 0.7; }
        @media only screen and (max-width: 767px) {
          .section-voice-mes p span {
            font-size: 1.2rem; } }
    .section-voice-mes .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #47312f;
      color: #fff;
      border-radius: .5rem;
      padding: .3rem; }

.div-catch {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .div-catch:before, .div-catch:after {
    content: "";
    border-style: solid;
    border-color: #f58a00 transparent transparent;
    border-width: 8rem .5rem;
    margin-bottom: -8rem; }
  .div-catch:before {
    transform: rotate(-25deg); }
  .div-catch:after {
    transform: rotate(25deg); }
  @media only screen and (max-width: 767px) {
    .div-catch {
      font-size: 2.2rem;
      padding-top: 2.5rem;
      margin-bottom: 1rem;
      border-width: .3rem; } }
  @media only screen and (max-width: 767px) {
    .div-catch br {
      display: block; } }
  .div-catch b {
    font-size: 3.6rem;
    color: #ea2f2f; }
    @media only screen and (max-width: 767px) {
      .div-catch b {
        font-size: 28px; } }
.div-tel {
  padding: 5rem 0; }
  .div-tel img {
    display: none; }
  .div-tel a {
    width: 84rem;
    height: 17.5rem;
    background: url("/common/img/lp/lp_ckd02/tap_tel_pc.png");
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .div-tel a {
        pointer-events: none; } }
  @media only screen and (max-width: 767px) {
    .div-tel {
      margin: 0 1rem;
      padding: 0 0 2rem; }
      .div-tel a {
        background: none;
        width: auto;
        height: auto;
        border: none; }
        .div-tel a:after {
          display: none; }
      .div-tel img {
        display: block; } }
  .div-tel p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .div-tel p {
        font-size: 18px; } }
    .div-tel p span {
      position: relative;
      display: flex;
      justify-content: center;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .div-tel p span {
          padding-bottom: 0; } }
      .div-tel p span:before, .div-tel p span:after {
        content: "";
        border-style: solid;
        border-color: rgba(71, 49, 47, 0.7) transparent transparent;
        border-width: 1.3rem .8rem;
        margin: 0 .2rem;
        position: relative;
        bottom: -1.2rem; }
        @media only screen and (max-width: 767px) {
          .div-tel p span:before, .div-tel p span:after {
            border-width: .9rem .5rem;
            bottom: -.5rem; } }
.div-products {
  max-width: 98rem;
  margin: 0 auto;
  padding-bottom: 8rem; }
  @media only screen and (max-width: 767px) {
    .div-products {
      padding-top: 1rem;
      padding-bottom: 2rem; } }
  .div-products-txt {
    padding: 5rem 1.5rem; }
    @media only screen and (max-width: 767px) {
      .div-products-txt {
        padding: 1.5rem; } }
  .div-products-case {
    margin: .5rem .8rem; }
    .div-products-case-ttl {
      width: 70rem;
      background: #82af00;
      border-radius: .5rem;
      text-align: center;
      color: #fff;
      margin: 0 auto -3rem;
      position: relative;
      line-height: 1.3;
      padding: 1.7rem 0;
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .div-products-case-ttl {
          width: auto;
          padding: .7rem 0;
          font-size: 1.6rem;
          margin: 0 1rem -3rem; } }
      .div-products-case-ttl:after {
        content: "";
        border-width: .5rem;
        border-style: solid;
        border-color: #82af00 transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -.9rem;
        margin-left: -.5rem; }
      .div-products-case-ttl strong {
        font-size: 2.4rem;
        color: #fff45c; }
        @media only screen and (max-width: 767px) {
          .div-products-case-ttl strong {
            font-size: 1.8rem; } }
      .div-products-case-ttl b {
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          .div-products-case-ttl b {
            font-size: 1.8rem; } }
    .div-products-case-inner {
      outline: 1px solid #82af00;
      border: 0.4rem solid rgba(130, 175, 0, 0.3);
      padding: 4rem 1rem 1rem;
      background: #fff;
      box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .div-products-case-inner {
          display: block; } }
      .div-products-case-inner p {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        margin: 2rem 1rem; }
        @media only screen and (max-width: 767px) {
          .div-products-case-inner p {
            margin: 0; } }
        @media only screen and (max-width: 767px) {
          .div-products-case-inner p:nth-last-of-type(1) {
            padding-bottom: 1rem; } }
      .div-products-case-inner ul {
        display: flex;
        flex-wrap: wrap; }
        .div-products-case-inner ul li {
          width: 25%;
          padding: 0 1.5rem; }
          @media only screen and (max-width: 767px) {
            .div-products-case-inner ul li {
              width: 50%;
              padding: 0; } }
.div-btn {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .div-btn {
      padding: 2rem 0; } }
  .div-btn p {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .div-btn p {
        font-size: 16px; } }
  .div-btn a {
    width: 60.8rem;
    height: 10.8rem;
    border-radius: 10rem;
    background: url("/common/img/lp/lp_ckd02/btn_order_pc.png");
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-indent: -999rem; }
    @media only screen and (max-width: 767px) {
      .div-btn a {
        background: url("/common/img/lp/lp_ckd02/btn_order.png");
        background-size: 100% auto;
        width: 35.8rem;
        height: 8.8rem; } }
    @media only screen and (min-width: 1025px) {
      .div-btn a:hover {
        opacity: 0.8; } }

.tab-btn {
  border: 1px solid #47312f;
  border-radius: 10rem;
  height: 4.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 1rem; }
  .tab-btn li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    font-weight: 700; }
    .tab-btn li.active {
      background: #f58a00;
      opacity: 1; }

.tab-content-box {
  display: none; }
  .tab-content-box.show {
    display: block; }

.article-about {
  background: #fff;
  position: relative;
  min-height: 28.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .article-about {
      margin-bottom: 3rem; } }
  .article-about-header {
    background: #47312f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 1.5rem;
    border-radius: 1rem 1rem 0 0; }
    .article-about-header-ttl {
      font-size: 3rem;
      line-height: 1.3;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .article-about-header-ttl {
          font-size: 2rem; } }
      .article-about-header-ttl strong {
        color: #f58a00; }
    .article-about-header-sub {
      background: #fff;
      border-radius: 5rem;
      border: 1px solid #47312f;
      margin-top: -1.5rem;
      margin-bottom: 1rem;
      height: 3rem;
      padding: 0 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700; }
  .article-about-slider-item {
    height: auto !important;
    padding: 1.5rem 6rem;
    overflow: hidden; }
    .article-about-slider-item b {
      font-size: 2.2rem; }
    .article-about-slider-item p {
      margin: 3.5rem 0; }
      @media only screen and (max-width: 767px) {
        .article-about-slider-item p {
          margin: 0; } }
    @media only screen and (max-width: 767px) {
      .article-about-slider-item {
        padding: 1.5rem; }
        .article-about-slider-item b {
          font-size: 1.6rem; } }
  .article-about-slider figure {
    width: 40rem;
    float: left;
    margin-right: 2rem; }
    @media only screen and (max-width: 767px) {
      .article-about-slider figure {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 1.5rem; } }
  .article-about-slider .slick-arrow {
    background: #fff;
border: 1px solid #47312f;}
    @media only screen and (max-width: 767px) {
      .article-about-slider .slick-arrow {
        top: 10rem;
        margin-top: 0; } }
  .article-about-inner {
    padding: 3rem; }
    @media only screen and (max-width: 767px) {
      .article-about-inner {
        padding: 1.5rem; } }
    .article-about-inner p strong {
      color: #f58a00; }
  .article-about-kodawari {
    padding: .5rem;
    margin-top: 3rem; }
    .article-about-kodawari dt {
      background: #f58a00;
      color: #fff;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
      position: relative;
      margin-bottom: .5rem;
      font-size: 2.2rem;
      padding: 2rem 0; }
      @media only screen and (max-width: 767px) {
        .article-about-kodawari dt {
          font-size: 2rem;
          padding: 1rem 0 1rem 1.5rem;
		  text-align: left;} }
      .article-about-kodawari dt figure {
        position: absolute;
        bottom: 0;
        right: 2rem;
        width: 11rem; }
        @media only screen and (max-width: 767px) {
          .article-about-kodawari dt figure {
            width: 8.4rem;
            right: 0; } }
        .article-about-kodawari dt figure figcaption {
          position: absolute;
          right: -2rem;
          bottom: 0;
          width: 15rem;
          padding: .5rem 0;
          font-size: 1.2rem;
          line-height: 1;
          font-weight: 700;
          color: #47312f;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%); }
          @media only screen and (max-width: 767px) {
            .article-about-kodawari dt figure figcaption {
              width: 10.1rem;
              font-size: .9rem;
              right: 0; } }
    .article-about-kodawari-wrap {
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: .8rem .8rem 0s;}
      @media only screen and (max-width: 767px) {
        .article-about-kodawari-wrap {
          flex-direction: column; } }
    .article-about-kodawari-fig {
      width: 52rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .article-about-kodawari-fig {
          width: 100%;
          margin-bottom: 1.5rem; } }
    .article-about-kodawari dd p {
      width: 100%;
      text-align: left;
      padding: 2.5rem 3rem; }
      .article-about-kodawari dd p strong {
		  font-family: "Shippori Mincho", serif;
		  font-weight: bold;
        font-size: 2.4rem;
        line-height: 1.5;
        padding-bottom: .8rem;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .article-about-kodawari dd p strong {
            font-size: 2rem; } }
      .article-about-kodawari dd p.center {
        text-align: center; }
.article-about-kodawari-slider{
	background: #FEF7EB;
}
    .article-about-kodawari-slider .slick-track > div {
      height: auto !important; }
  .article-about .tab-content-menu {
    display: flex;
    flex-wrap: wrap; }
    .article-about .tab-content-menu-item {
      width: calc(100% / 3);
      padding: .5rem; }
      @media only screen and (max-width: 767px) {
        .article-about .tab-content-menu-item {
          width: 50%; } }
      .article-about .tab-content-menu-item figure figcaption {
        line-height: 1.2;
        margin: 1rem .5rem;
        display: block;
        text-align: center;
        font-size: 1.6rem; }

.article-about-tab-text{
	text-align: center;
	color: #f58a00;
	font-weight: bold;
	font-size: 2rem;
	
}

.btn-order {
  padding: 8rem 0; }
  @media only screen and (max-width: 767px) {
    .btn-order {
      padding: 2rem .8rem 2rem; } }
  .btn-order p {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .btn-order p {
        font-size: 1.8rem;
        padding-bottom: .3rem; } }
  .btn-order a {
    width: 60rem;
    height: 12.5rem;
    background-image: url("/common/img/lp/lp_ckd02/btn_entry_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 1025px) {
      .btn-order a:hover {
        opacity: 0.7; } }
    .btn-order a img {
      display: none; }
    @media only screen and (max-width: 767px) {
      .btn-order a {
        background: none;
        height: auto;
        width: auto; }
        .btn-order a img {
          display: block; } }
  .btn-order-wrap {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .btn-order-wrap {
        flex-direction: column; } }
  .btn-order-fig {
    width: 33.4rem;
    flex-shrink: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .btn-order-fig {
        width: 100%;
        padding: 0 1rem; } }
    .btn-order-fig figcaption {
      background: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      padding: .2rem .5rem;
      position: absolute;
      right: 0;
      bottom: 0; }
  .btn-order-txt {
    max-width: 47rem;
    background: rgba(230, 128, 135, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    margin: auto 1.5rem; }
    @media only screen and (max-width: 767px) {
      .btn-order-txt {
        width: 100%;
        margin: 0; } }
    .btn-order-txt p {
      font-size: 1.6rem;
      line-height: 1.4;
      padding-bottom: .5em;
      font-weight: 400;
      text-align: left; }
      .btn-order-txt p:nth-last-of-type(1) {
        padding-bottom: 0; }
  .btn-order-catch {
    padding: 3rem 0 2.5rem; }
    @media only screen and (max-width: 767px) {
      .btn-order-catch {
        padding: 1.5rem 0; } }
    .btn-order-catch p {
      font-size: 2.8rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .btn-order-catch p {
          font-size: 2.2rem; } }
      .btn-order-catch p strong {
        color: #ea2f2f; }

.dl-works {
  max-width: 80rem;
  border: .6rem solid #ea6200;
  background: #fff;
  padding: 2.5rem;
  margin: 6rem auto 10rem auto; }
  @media only screen and (max-width: 767px) {
    .dl-works {
      margin: 0 .5rem 4rem;
      border-width: .6rem;
      padding: 1.5rem 0 1rem; } }
  .dl-works dt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.8rem; }
    @media only screen and (max-width: 767px) {
      .dl-works dt {
        font-size: 2rem; } }
    .dl-works dt img {
      width: 28rem; }
      @media only screen and (max-width: 767px) {
        .dl-works dt img {
          width: 20rem; } }
  .dl-works dd {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .dl-works dd {
        font-size: 2rem; } }
    .dl-works dd img {
      width: 28rem; }
      @media only screen and (max-width: 767px) {
        .dl-works dd img {
          width: 15.8rem; } }

.js_modal {
  display: none;
  position: fixed;
  z-index: 199;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(71, 49, 47, 0.7); }
  .js_modal.is-active {
    display: block; }
  .js_modal .item {
    position: relative;
    top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none; }
    @media only screen and (max-width: 767px) {
      .js_modal .item {
        top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .js_modal .item .btn-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      position: absolute;
      top: -1.5rem;
      background: #fff;
      border: none;
      font-size: 1.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 50%;
      margin-right: -33rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .item .btn-close {
          right: 2.5%;
          margin-right: 0; } }
  .js_modal .section-more {
    max-width: 72rem;
    margin: 0 auto;
    padding-bottom: 3.5rem;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .js_modal .section-more {
        max-width: 90%;
        padding-bottom: 2.5rem; } }
    .js_modal .section-more-header {
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: #82af00;
      padding: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-more-header {
          padding: 1.5rem; } }
      .js_modal .section-more-header-ttl {
        font-size: 2.8rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 1rem; }
        .js_modal .section-more-header-ttl span {
          font-size: 1.6rem;
          margin-right: 1rem; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-more-header-ttl {
            font-size: 2rem; }
            .js_modal .section-more-header-ttl span {
              font-size: 1.4rem;
              display: block;
              margin: 0; } }
      .js_modal .section-more-header p {
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center; }
        .js_modal .section-more-header p a {
          color: #fff;
          text-decoration: underline; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-more-header p {
            flex-direction: column; } }
        .js_modal .section-more-header p span {
          font-size: 1.4rem;
          background: #fff;
          border-radius: 2rem;
          color: #82af00;
          padding: 0 1rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .js_modal .section-more-header p span {
              font-size: 1.2rem;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background: none;
              padding: 0;
              margin: 0; }
              .js_modal .section-more-header p span:before, .js_modal .section-more-header p span:after {
                content: "-";
                margin: 0 .5rem; } }
    .js_modal .section-more-img {
      margin: 3rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-more-img {
          margin: 0 0 1.5rem; } }
    .js_modal .section-more-txt {
      padding: 0 3rem 1rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-more-txt {
          padding: 1.5rem 1.5rem 0; } }
      .js_modal .section-more-txt figure {
        margin: 3rem 0; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-more-txt figure {
            margin: 0 0 1.5rem; } }
      .js_modal .section-more-txt-catch {
        text-align: left;
        padding-bottom: 1.5rem;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 1.4; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-more-txt-catch {
            text-align: center;
            font-size: 2rem; } }
      .js_modal .section-more-txt dl {
        padding: 1.5rem .5rem; }
        .js_modal .section-more-txt dl dt {
          color: #82af00;
          font-size: 2rem;
          line-height: 1.3;
          display: flex;
          justify-content: flex-start;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .js_modal .section-more-txt dl dt {
              font-size: 1.7rem; } }
          .js_modal .section-more-txt dl dt:before {
            content: "";
            width: 1.5rem;
            height: .3rem;
            background: #82af00;
            margin-right: .8rem;
            margin-top: 1rem;
            flex-shrink: 0;
            opacity: 0.7; }
            @media only screen and (max-width: 767px) {
              .js_modal .section-more-txt dl dt:before {
                width: .4rem;
                height: auto;
                margin: 0 .8rem 0 0; } }
      .js_modal .section-more-txt p {
        padding-bottom: .8em; }
        .js_modal .section-more-txt p strong {
          border-bottom: 0.3rem solid rgba(130, 175, 0, 0.5); }
    .js_modal .section-more-btn {
      border: 0.2rem solid rgba(71, 49, 47, 0.3);
      border-radius: 5rem;
      height: 4rem;
      width: 24rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      color: rgba(71, 49, 47, 0.8);
      background: #fff;
      font-size: 1.8rem; }
      @media only screen and (min-width: 1025px) {
        .js_modal .section-more-btn {
          cursor: pointer; }
          .js_modal .section-more-btn:hover {
            background: #eee; } }
      @media only screen and (max-width: 767px) {
        .js_modal .section-more-btn {
          height: 3rem;
          width: 11rem;
          margin: 0 auto;
          font-size: 1.6rem; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.aside-faq {
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 2rem 3rem;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .aside-faq {
      padding: 4rem 1.5rem 2rem; } }
  .aside-faq-ttl {
    font-size: 3.6rem;
    line-height: 1.2;
    border-bottom: .4rem solid #ffa835;
    text-align: center;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .aside-faq-ttl {
        font-size: 28px;
        margin: 0 0 2rem; } }
  .aside-faq dl {
    width: 100%;
    max-width: 80rem;
    text-align: left;
    margin: 0 auto; }
    .aside-faq dl div {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .aside-faq dl div {
          margin-bottom: 1.5rem; } }
      .aside-faq dl div dt {
        font-size: 1.8rem;
        padding-bottom: 1rem;
        display: flex;
        align-items: baseline;
        justify-content: flex-start; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dt {
            font-size: 16px;
            padding-bottom: .5rem; } }
        .aside-faq dl div dt:before {
          content: "Q";
          color: #f58a00;
          font-size: 2.5rem;
          margin-right: .8rem;
          font-family: Arial;
          flex-shrink: 0;
          position: relative;
          top: .2rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dt:before {
              font-size: 20px; } }
      .aside-faq dl div dd {
        background: #fff;
        border: 1px solid #f58a00;
        padding: 2rem 2rem 2rem 5rem;
        border-radius: .3rem;
        position: relative;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dd {
            padding: 1.2rem 1rem 1.2rem 3.5rem; } }
        .aside-faq dl div dd p {
          padding-bottom: 1em; }
        .aside-faq dl div dd table {
          border-top: 1px solid #47312f;
          border-left: 1px solid #47312f;
          width: 100%; }
          .aside-faq dl div dd table th {
            background: rgba(71, 49, 47, 0.2);
            font-weight: 700;
            padding: .5rem 1rem;
            border-right: 1px solid #47312f;
            border-bottom: 1px solid #47312f;
            text-align: center; }
          .aside-faq dl div dd table td {
            border-right: 1px solid #47312f;
            border-bottom: 1px solid #47312f;
            padding: .5rem 1rem;
            text-align: center; }
        .aside-faq dl div dd strong {
          color: #ea2f2f; }
        .aside-faq dl div dd:before {
          content: "A";
          font-weight: 700;
          color: rgba(245, 138, 0, 0.6);
          font-size: 2.2rem;
          position: absolute;
          left: 2rem;
          top: 1.3rem;
          font-family: Arial; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dd:before {
              font-size: 20px;
              left: 1.2rem;
              top: .8rem; } }
.aside-faq ul li{
	list-style: disc;
}

.div-top {
  position: fixed;
  right: 1.5rem;
  bottom: 20%;
  z-index: 99;
  right: 1rem; }
  .div-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: rgba(230, 128, 135, 0.85);
    border-radius: 50%; }

.footer {
  position: relative;
  text-align: center; }
  .footer-logo {
    width: 28rem;
    margin: 4rem auto; }
    @media only screen and (max-width: 767px) {
      .footer-logo {
        width: 16.3rem;
        margin: 1rem auto 1.5rem; } }
  .footer-wrap {
    background: #59493f;
    color: #fff;
    padding: 2rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        padding: 2rem 2rem 1rem;
        flex-direction: column;
        justify-content: center; } }
    .footer-wrap ul {
      font-size: 1.2rem;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul {
          flex-direction: column;
          justify-content: flex-start;
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul li {
          margin-bottom: .8rem; } }
      .footer-wrap ul li:nth-last-of-type(1) a:after {
        display: none; }
      .footer-wrap ul a {
        display: block;
        color: #fff; }
        .footer-wrap ul a:after {
          content: "|";
          margin: 0 .3rem; }
          @media only screen and (max-width: 767px) {
            .footer-wrap ul a:after {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .footer-wrap ul a:before {
            content: "- "; } }
  .footer-copy {
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: 10px; } }
