@charset "UTF-8";
/* ---------------------------------------------------------
 normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------- */
/* Document
   ====================================================== */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ====================================================== */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}

/* Grouping content
   ====================================================== */
figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ====================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ====================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ====================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section {
  margin: 0;
}

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

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

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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

a {
  -webkit-text-decoration-skip: objects;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* ---------------------------------------------------------
  Base
--------------------------------------------------------- */
body {
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4em;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.01em;
}
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6em;
    }
  }

/* link
--------------------------------------------------------- */
a {
  color: #3c3c3c;
  text-decoration: underline;
  transition: color .3s;
}
  a:hover {
    color: #3c3c3c;
    text-decoration: none;
  }

/* ---------------------------------------------------------
  Layout
--------------------------------------------------------- */
.l-container-wrap.group01 {
  background: linear-gradient(0deg, #e2e2e2, #ffffff);
}
  .l-container-wrap.group01 .l-container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url("../img/bg_problem.png") no-repeat bottom right;
    background-size: 122px 223px;
    overflow: visible;
  }
    @media screen and (min-width: 768px) {
      .l-container-wrap.group01 .l-container {
        padding-top: 30px;
        padding-bottom: 65px;
        background-position: bottom right;
        background-size: auto;
      }
    }
    .l-container-wrap.group01 .l-container:after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 50%;
      display: block;
      width: 69px;
      height: 31px;
      margin-left: -33px;
      background: url("../img/ico_arrow_pc.png") no-repeat bottom right;
      background-size: 69px 31px;
    }
      @media screen and (min-width: 768px) {
        .l-container-wrap.group01 .l-container:after {
          width: 138px;
          height: 61px;
          margin-left: -69px;
          background-size: auto;
        }
      }

.l-container-wrap.group02 {
  background: #8ab424;
}

.l-container-wrap.group03, .l-container-wrap.group05 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 10px solid #a5d23b;
  background: url("../img/bg_costcut.png") repeat-x top center;
  box-shadow: inset 0px 4px 20px 0 rgba(0, 0, 0, 0.2);
}
  @media screen and (min-width: 768px) {
    .l-container-wrap.group03, .l-container-wrap.group05 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .l-container-wrap.group03, .l-container-wrap.group05 {
      padding-bottom: 50px;
    }
  }

.l-container-wrap.group04 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 10px solid #f7aa55;
  background: url("../img/bg_easycooking.png") repeat-x top center, url("../img/bg_costcut02_pc.jpg") no-repeat bottom center;
  background-size: auto, contain;
  box-shadow: inset 0px 4px 20px 0 rgba(0, 0, 0, 0.2);
}
  @media screen and (min-width: 768px) {
    .l-container-wrap.group04 {
      padding-bottom: 40px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .l-container-wrap.group04 {
      padding-bottom: 80px;
    }
  }

.l-container-wrap.group06 {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../img/bg_variation.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .l-container-wrap.group06 {
      margin-bottom: 40px;
      padding-top: 65px;
      padding-bottom: 65px;
    }
  }

.l-container-wrap.group08 {
  padding-top: 30px;
  padding-bottom: 30px;
}
  @media screen and (min-width: 768px) {
    .l-container-wrap.group08 {
      padding-top: 65px;
      padding-bottom: 65px;
    }
  }

/* l-container
--------------------------------------------------------- */
.l-container {
  position: relative;
  clear: both;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
  .l-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-container.movie {
    background: url("../img/bg_movie.jpg") repeat top center;
  }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .l-container {
    overflow: hidden;
  }
}

/* ---------------------------------------------------------
  Common
--------------------------------------------------------- */
.menu-sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .grid-col2 .grid-col {
    width: 48%;
  }
}

/* lp-hdg
--------------------------------------------------------- */
.lp-hdg {
  text-align: center;
}

/* explanation
--------------------------------------------------------- */
.explanation {
  line-height: 1.7;
}
  @media screen and (min-width: 481px) {
    .explanation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
  }
  @media screen and (min-width: 481px) {
    .explanation__text {
      width: 50%;
      margin-top: 10px;
      font-size: 18px;
    }
  }
  .explanation__img {
    margin-top: 20px;
    text-align: center;
  }
    @media screen and (min-width: 481px) {
      .explanation__img {
        width: 50%;
        margin-top: -10px;
        text-align: right;
      }
    }

/* ---------------------------------------------------------
  Main-visual
--------------------------------------------------------- */
/* site-logo
--------------------------------------------------------- */
.site-logo {
  position: absolute;
  top: 0;
  left: -5px;
}
  @media screen and (min-width: 768px) {
    .site-logo {
      left: 0;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .site-logo {
      top: 0;
      left: 8px;
    }
  }

@media screen and (max-width: 767px) {
  .site-logo img {
    width: 99px;
    height: 95px;
  }
}

/* main-visual
--------------------------------------------------------- */
.main-visual {
  background: url("../img/bg_mainv01_sp.jpg") no-repeat 0 120px, url("../img/bg_mainv02_sp.jpg") no-repeat 100% 80px;
  background-size: 152px 195px, 153px 238px;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .main-visual {
    background: url("../img/bg_mainv01_tb.jpg") no-repeat 0 30px, url("../img/bg_mainv02_tb.jpg") no-repeat top right;
    background-size: auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .main-visual {
    background: url("../img/bg_mainv_pc.jpg") no-repeat top center;
  }
}
.main-visual__main-copy {
  padding-top: 24px;
}
  @media print, screen and (min-width: 768px) {
    .main-visual__main-copy {
      padding-top: 40px;
    }
  }
.main-visual__sub-copy {
  margin-top: 2px;
}
  @media screen and (min-width: 768px) {
    .main-visual__sub-copy {
      margin-top: -10px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .main-visual__sub-copy {
      margin-top: -35px;
    }
  }

@media screen and (max-width: 767px) {
  .main-visual__main-copy img {
    width: 297px;
    height: 143px;
  }
  .main-visual__sub-copy img {
    width: 179px;
    height: 48px;
  }
}

/* ---------------------------------------------------------
  Call to action
--------------------------------------------------------- */
.cta {
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 30px;
  background: #f8f7e3;
  border: 5px solid #8ab424;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .cta {
      margin-right: 30px;
      margin-left: 30px;
      padding: 36px 30px 28px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .cta {
      margin-top: 50px;
    }
  }
.cta.cta02.first {
  margin-top: 5px;
  line-height: 1.6;
  font-family: Avenir,Arial,Helvetica Neue,Helvetica,Hiragino Sans,ヒラギノ角ゴシック,Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,sans-serif;
}
.cta.cta02.first .cta__icon {
  display: none;
}
  @media screen and (min-width: 768px) {
    .cta.cta02.first .cta__icon {
      display: block;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .cta.cta02.first {
      margin-top: 20px;
      margin-bottom: 30px;
    }
  }
.cta.cta02 {
  margin-top: 140px;
  margin-bottom: 40px;
}
  @media screen and (min-width: 768px) {
    .cta.cta02 {
      margin-top: 60px;
      margin-bottom: 0;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .cta.cta02 {
      margin-top: 70px;
    }
  }
/* .cta__text.text02 {
  margin-top: 10px;
  margin-bottom: 10px;
} */
    @media screen and (min-width: 768px) {
      .cta__text.text02 {
        margin-top: 15px;
        margin-bottom: 20px;
      }
    }
  .cta__icon, .cta__img {
    position: absolute;
  }
  .cta__icon.cta01 {
    top: -60px;
    left: -20px;
  }
    @media screen and (min-width: 768px) {
      .cta__icon.cta01 {
        top: -75px;
        left: -40px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cta__icon.cta01 {
        top: -55px;
        left: 36px;
      }
    }
  .cta__icon.cta02 {
    top: -130px;
    left: 50%;
    margin-left: -135px;
  }
    @media screen and (min-width: 768px) {
      .cta__icon.cta02 {
        top: -75px;
        left: 60px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cta__icon.cta02 {
        left: 130px;
      }
    }
  .cta__img.img01 {
    bottom: -55px;
    left: 50%;
    margin-left: auto;
  }
    @media screen and (min-width: 768px) {
      .cta__img.img01 {
        bottom: -8px;
        left: -70px;
        margin-left: 0;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cta__img.img01 {
        bottom: -8px;
        left: -18px;
      }
    }
  .cta__img.img02 {
    display: none;
  }
    @media screen and (min-width: 768px) {
      .cta__img.img02 {
        display: block;
        top: 31px;
        right: -80px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cta__img.img02 {
        top: -11px;
        right: -25px;
      }
    }

@media screen and (max-width: 767px) {
  .cta__icon.cta01 img {
    width: 88px;
    height: 88px;
  }
  .cta__icon.cta02 img {
    width: 271px;
    height: 142px;
  }
  .cta__text.text01 img {
    width: auto;
    height: auto;
  }
  .cta__text.text02 img {
    width: 238px;
    height: 15px;
  }
  .cta__btn img {
    width: 253px;
    height: 81px;
  }
  .cta__img.img01 img {
    width: auto;
    height: auto;
  }
}

/* ---------------------------------------------------------
  Problem
--------------------------------------------------------- */
.problem {
  margin-top: 80px;
}
  @media screen and (min-width: 768px) {
    .problem {
      margin-top: 60px;
    }
  }

.problem-hdg {
  margin-bottom: 25px;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .problem-hdg {
      margin-bottom: 40px;
    }
  }

@media screen and (min-width: 768px) {
  .problem-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.problem-list {
  width: 85%;
  font-size: 18px;
  text-shadow: -1px 1px 3px #fff;
}
  @media screen and (min-width: 768px) {
    .problem-list {
      width: 50%;
      font-size: 25px;
    }
  }
  .problem-list.list02 {
    margin-top: 10px;
  }
    @media screen and (min-width: 768px) {
      .problem-list.list02 {
        margin-top: 0;
        padding-left: 20px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .problem-list.list02 {
        padding-left: 40px;
      }
    }
  .problem-list__item {
    min-height: 43px;
    padding-top: 2px;
    padding-left: 35px;
    background: url("../img/ico_check.png") no-repeat left top;
    background-size: 26px 22px;
  }
    @media screen and (min-width: 768px) {
      .problem-list__item {
        padding-top: 10px;
        padding-left: 70px;
        background-size: auto;
      }
    }
    .problem-list__item + .problem-list__item {
      margin-top: 10px;
    }
      @media screen and (min-width: 768px) {
        .problem-list__item + .problem-list__item {
          margin-top: 35px;
        }
      }

.problem-emphasis {
  color: #da5e60;
  font-weight: bold;
}

.answer {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .answer {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

@media screen and (max-width: 767px) {
  .problem-hdg img {
    width: 250px;
    height: 39px;
  }
  .answer-text img {
    width: 287px;
    height: 77px;
  }
}

/* ---------------------------------------------------------
  Cost cut
--------------------------------------------------------- */
.costcut-hdg01 {
  margin-bottom: 20px;
}
  @media screen and (min-width: 768px) {
    .costcut-hdg01 {
      margin-bottom: 0;
    }
  }

@media print, screen and (min-width: 1000px) {
  .costcut-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.costcut-list__item {
  background: #f8faed;
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.1);
}
  @media print, screen and (min-width: 1000px) {
    .costcut-list__item {
      width: 320px;
    }
  }
  .costcut-list__item + .costcut-list__item {
    margin-top: 20px;
  }
    @media print, screen and (min-width: 1000px) {
      .costcut-list__item + .costcut-list__item {
        margin-top: 0;
      }
    }

.costcut-list__img {
  text-align: center;
}

.costcut-list__text {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
  .costcut-list__text span {
    font-size: 18px;
  }
    @media screen and (min-width: 768px) {
      .costcut-list__text span {
        font-size: 20px;
      }
    }
  .costcut-list__text strong {
    display: block;
    margin-top: 0.1em;
    color: #8bb424;
    font-size: 28px;
  }
    @media screen and (min-width: 768px) {
      .costcut-list__text strong {
        font-size: 35px;
      }
    }

.costcut-hdg02 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #686868;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .costcut-hdg02 {
      margin-top: 50px;
      margin-bottom: 50px;
      font-size: 25px;
    }
  }

.costcut-price {
  text-align: center;
}
  .costcut-price__item + .costcut-price__item {
    margin-top: 20px;
  }
    @media print, screen and (min-width: 1000px) {
      .costcut-price__item + .costcut-price__item {
        margin-top: 0;
        margin-left: 20px;
      }
    }
  @media print, screen and (min-width: 1000px) {
    .costcut-price__item {
      display: inline-block;
    }
  }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .costcut-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .costcut-list__img {
    width: 45%;
  }
  .costcut-list__text {
    width: 51%;
    padding-top: 4em;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .costcut-hdg01 img {
    width: 215px;
    height: 101px;
  }
  .costcut-price__item.price01 img {
    width: 183px;
    height: 34px;
  }
  .costcut-price__item.price02 img {
    width: 206px;
    height: 31px;
  }
}

/* ---------------------------------------------------------
  Easy cooking
--------------------------------------------------------- */
.easycooking-hdg01 {
  margin-bottom: 30px;
}
  @media print, screen and (min-width: 1000px) {
    .easycooking-hdg01 {
      margin-bottom: 0;
    }
  }

@media screen and (max-width: 767px) {
  .easycooking-hdg01 img {
    width: 216px;
    height: 104px;
  }
}

/* cooking-step
--------------------------------------------------------- */
.cooking-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
}
  .cooking-step__item {
    position: relative;
    width: 49%;
    margin-top: 31px;
    background: #fff;
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.1);
  }
    @media screen and (min-width: 768px) {
      .cooking-step__item {
        margin-top: 72px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cooking-step__item {
        width: 21.5%;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .cooking-step__item:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -34px;
        display: block;
        width: 22px;
        height: 30px;
        background: url("../img/ico_cooking_arrow_pc.png") no-repeat right center;
      }
    }
    .cooking-step__item:last-child:after {
      display: none;
    }
  .cooking-step__hdg {
    position: absolute;
    top: -31px;
  }
    @media screen and (min-width: 768px) {
      .cooking-step__hdg {
        top: -72px;
      }
    }
  .cooking-step__img {
    text-align: center;
  }
  .cooking-step__text {
    padding: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
    @media screen and (min-width: 768px) {
      .cooking-step__text {
        font-size: 20px;
      }
    }

@media screen and (max-width: 767px) {
  .cooking-step__hdg img {
    max-height: 41px;
  }
}

/* merit
--------------------------------------------------------- */
.easycooking-hdg02 {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #4190d5;
  font-size: 30px;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .easycooking-hdg02 {
      margin-top: 60px;
      margin-bottom: 55px;
      font-size: 50px;
    }
  }

.easycooking-merit {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .easycooking-merit img {
    max-width: 240px;
  }
}

/* ---------------------------------------------------------
  Menu
--------------------------------------------------------- */
.menu-hdg01 {
  margin-bottom: 20px;
}
  @media screen and (min-width: 768px) {
    .menu-hdg01 {
      margin-bottom: 30px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .menu-hdg01 {
      margin-bottom: 0;
    }
  }

@media screen and (max-width: 767px) {
  .menu-hdg01 img {
    max-width: 340px;
  }
}

@media screen and (min-width: 768px) {
  .menu-sample {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .menu-sample {
    margin-top: 0;
  }
}

.menu-sample:after {
  content: '';
  display: block;
  width: 48%;
}
  @media screen and (min-width: 481px) {
    .menu-sample:after {
      width: 31.117397454%;
    }
  }

.menu-sample__item {
  width: 48%;
}
  @media screen and (min-width: 481px) {
    .menu-sample__item {
      width: 31.117397454%;
    }
      .menu-sample__item:nth-of-type(2), .menu-sample__item:nth-of-type(5), .menu-sample__item:nth-of-type(8) {
        margin-top: 40px;
      }
    }
  @media screen and (min-width: 768px) {
    .menu-sample__item {
      width: 22%;
    }
      .menu-sample__item:nth-of-type(even) {
        margin-top: 40px;
      }
      .menu-sample__item:nth-of-type(5) {
        margin-top: 0;
      }
    }

.menu-sample__text {
  padding: 22px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  font-size: 16px;
  line-height: 1.4;
}
  @media screen and (min-width: 768px) {
    .menu-sample__text {
      font-size: 19px;
    }
  }
  .menu-sample__text.menu01 {
    background-image: url("../img/ico_menu01_pc.png");
  }
  .menu-sample__text.menu02 {
    background-image: url("../img/ico_menu02_pc.png");
  }
  .menu-sample__text.menu03 {
    background-image: url("../img/ico_menu03_pc.png");
  }
  .menu-sample__text.menu04 {
    background-image: url("../img/ico_menu04_pc.png");
  }
  .menu-sample__text.menu05 {
    background-image: url("../img/ico_menu05_pc.png");
  }
  .menu-sample__text.menu06 {
    background-image: url("../img/ico_menu06_pc.png");
  }
  .menu-sample__text.menu07 {
    background-image: url("../img/ico_menu07_pc.png");
  }
  .menu-sample__text.menu08 {
    background-image: url("../img/ico_menu08_pc.png");
  }

/* ---------------------------------------------------------
  Variation
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .variation-hdg img {
    max-width: 323px;
  }
  .variation-btn img {
    max-width: 200px;
  }
}

/* ---------------------------------------------------------
  Movie
--------------------------------------------------------- */
.movie-hdg {
  padding-top: 45px;
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px 2px rgba(116, 69, 31, 0.75);
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .movie-hdg {
      font-size: 35px;
    }
  }
  .movie-hdg span {
    display: block;
  }
    @media screen and (min-width: 768px) {
      .movie-hdg span {
        display: inline;
      }
    }

.movie-wrap {
  padding: 30px;
}
  @media screen and (min-width: 768px) {
    .movie-wrap {
      padding: 45px 150px;
    }
  }
  .movie-wrap video {
    max-width: 100%;
  }

/* ---------------------------------------------------------
  Case
--------------------------------------------------------- */
.case .grid-col + .grid-col {
  margin-top: 20px;
}
  @media screen and (min-width: 768px) {
    .case .grid-col + .grid-col {
      margin-top: 0;
    }
  }

.case.case02 {
  margin-top: 30px;
}
  @media screen and (min-width: 768px) {
    .case.case02 {
      margin-top: 50px;
      background: url("../img/bg_case.jpg") no-repeat bottom right;
    }
  }

.case-list {
  margin-bottom: 30px;
}
  @media screen and (min-width: 768px) {
    .case-list {
      margin-top: -60px;
      margin-bottom: 50px;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .case-list {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  .case-list__group {
    padding: 30px;
    border: 12px solid #fff6e2;
    background: #fff;
  }
    .case-list__group + .case-list__group {
      margin-top: 20px;
    }
      @media screen and (min-width: 768px) {
        .case-list__group + .case-list__group {
          margin-top: 40px;
        }
      }
  .case-list__name {
    line-height: 1.4;
    font-size: 18px;
  }
    @media screen and (min-width: 768px) {
      .case-list__name {
        font-size: 20px;
      }
    }
  .case-list__hdg {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #dd7d14;
    font-size: 22px;
  }
    @media screen and (min-width: 768px) {
      .case-list__hdg {
        font-size: 24px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .case-list__hdg {
        font-size: 28px;
      }
    }
  .case-list__text {
    line-height: 1.4;
    font-size: 16px;
  }
    @media screen and (min-width: 768px) {
      .case-list__text {
        line-height: 1.6;
        font-size: 18px;
      }
    }

.highlight {
  background: linear-gradient(transparent 10%, #ffeb65 0%);
}

/* ---------------------------------------------------------
  Contact info
--------------------------------------------------------- */
.contact-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
  .contact-info__lead {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
    @media screen and (min-width: 768px) {
      .contact-info__lead {
        font-size: 25px;
      }
    }
    .contact-info__lead span {
      display: block;
    }
      @media screen and (min-width: 768px) {
        .contact-info__lead span {
          display: inline;
        }
      }
  .contact-info__group {
    border: 3px solid #8bb424;
  }
    .contact-info__group + .contact-info__group {
      margin-top: 20px;
    }
      @media screen and (min-width: 768px) {
        .contact-info__group + .contact-info__group {
          margin-top: 0;
        }
      }
  .contact-info-hdg {
    padding: 15px;
    background: #8bb424;
    color: #fff;
  }
  .contact-info__inner {
    padding: 30px;
    text-align: center;
  }
    .contact-info__inner p + p {
      margin-top: 15px;
    }

/* ---------------------------------------------------------
  Reason
--------------------------------------------------------- */
.reason-hdg {
  margin-top: 20px;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .reason-hdg {
      margin-top: 20px;
    }
  }

.reason-lead {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .reason-lead {
      margin-top: 50px;
      margin-bottom: 50px;
    }
  }

.reason-list {
  margin-bottom: 20px;
  font-size: 16px;
}
  @media screen and (min-width: 768px) {
    .reason-list {
      margin-bottom: 40px;
    }
  }
  .reason-list__item {
    margin-top: 30px;
    padding-top: 5px;
    padding-left: 30px;
    background: url("../img/ico_reason.png") no-repeat left center;
    background-size: 39px 39px;
    line-height: 1.4;
  }
    @media screen and (min-width: 768px) {
      .reason-list__item {
        padding-top: 20px;
        padding-left: 50px;
        background-size: auto;
      }
    }
    .reason-list__item:first-child, .reason-list__item:nth-of-type(2) {
      margin-top: 0;
    }
  @media screen and (min-width: 768px) {
    .reason-list {
      font-size: 20px;
    }
  }

.reason-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

.reason-table {
  width: 1000px;
  border-bottom: 1px solid #b4b4b4;
}
  .reason-table th,
  .reason-table td {
    padding: 1em;
    border-top: 1px solid #b4b4b4;
  }
    @media screen and (min-width: 768px) {
      .reason-table th,
      .reason-table td {
        font-size: 18px;
      }
    }
  .reason-table th[scope="row"] {
    width: 20%;
  }
  .reason-table .emphasis-cell {
    background: #fff6d9;
    font-weight: bold;
  }

@media screen and (max-width: 767px) {
  .reason-hdg img {
    max-width: 320px;
  }
  .reason-lead img {
    max-width: 293px;
  }
}

/* ---------------------------------------------------------
  Guide
--------------------------------------------------------- */
.guide {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.6;
}
  @media screen and (min-width: 768px) {
    .guide {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }
  .guide h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .guide h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .guide a {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .guide .grid-col + .grid-col {
    margin-top: 20px;
  }
    @media screen and (min-width: 768px) {
      .guide .grid-col + .grid-col {
        margin-top: 0;
      }
    }

/* ---------------------------------------------------------
  About
--------------------------------------------------------- */
.about {
  margin: 50px -20px;
  padding-bottom: 50px;
  background: url("../img/bg_about01_tb.jpg") no-repeat -20px 100%, url("../img/bg_about02_tb.jpg") no-repeat 110% 100%;
  background-size: 162px 174px, 175px 187px;
}
  @media screen and (min-width: 768px) {
    .about {
      margin-top: 70px;
      margin-bottom: 60px;
      background: url("../img/bg_about01_pc.jpg") no-repeat -40px 100%, url("../img/bg_about02_pc.jpg") no-repeat 110% 100%;
      background-size: auto;
    }
  }
  @media print, screen and (min-width: 1000px) {
    .about {
      background: url("../img/bg_about01_pc.jpg") no-repeat bottom left, url("../img/bg_about02_pc.jpg") no-repeat right bottom;
      background-size: auto;
    }
  }
  .about-hdg {
    margin-bottom: 30px;
    text-align: center;
  }
    @media screen and (min-width: 768px) {
      .about-hdg {
        margin-bottom: 70px;
      }
    }
  .about-text {
    max-width: 12em;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
    color: #3c3c3c;
    font-size: 20px;
    text-shadow: 1px 1px 12px #ffffff;
  }
    @media screen and (min-width: 768px) {
      .about-text {
        max-width: 18em;
        font-size: 22px;
      }
    }
    @media print, screen and (min-width: 1000px) {
      .about-text {
        max-width: 20em;
      }
    }
    .about-text + .about-text {
      margin-top: 1.8em;
    }

@media screen and (max-width: 767px) {
  .about-hdg img {
    max-width: 279px;
  }
}

/* ---------------------------------------------------------
  Footer
--------------------------------------------------------- */
.l-footer {
  margin-top: -50px;
  padding-bottom: 60px;
}
  @media screen and (min-width: 768px) {
    .l-footer {
      margin-top: -80px;
      padding-bottom: 0;
    }
  }

.footer-nav {
  margin-right: -20px;
  margin-left: -20px;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .footer-nav {
      margin-right: 0;
      margin-bottom: 50px;
      margin-left: 0;
    }
  }
  .footer-nav__item {
    padding: 1em;
    border-top: 1px solid #b4b4b4;
  }
    @media screen and (min-width: 768px) {
      .footer-nav__item {
        display: inline-block;
        padding: 0;
        border-top: 0;
      }
    }
    @media screen and (min-width: 768px) {
      .footer-nav__item + .footer-nav__item {
        margin-left: 1em;
        padding-left: 1em;
        border-left: 1px solid #b4b4b4;
      }
    }
    .footer-nav__item a {
      color: #3c3c3c;
      text-decoration: none;
    }

.copyright {
  padding: 1em;
  background: #8bb424;
  color: #fff;
  text-align: center;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt-ns {
  margin-top: -1em !important;
}

.mt-nxs {
  margin-top: -0.6em !important;
}

@media screen and (min-width: 768px) {
  .hide-s {
    display: none !important;
  }
}

.hide-l {
  display: none !important;
}
  @media screen and (min-width: 768px) {
    .hide-l {
      display: block !important;
    }
  }

/* Clearfix
--------------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* clear
--------------------------------------------------------- */
.clear {
  clear: both;
}

.size20 {
  width: 20% !important;
}

.size25 {
  width: 25% !important;
}

.size30 {
  width: 30% !important;
}

.size35 {
  width: 35% !important;
}

.size40 {
  width: 40% !important;
}

.size45 {
  width: 45% !important;
}

.size50 {
  width: 50% !important;
}

.size55 {
  width: 55% !important;
}

.size60 {
  width: 60% !important;
}

.size70 {
  width: 70% !important;
}

.size80 {
  width: 80% !important;
}

.size90 {
  width: 90% !important;
}

.size100 {
  width: 100% !important;
}
  @media print, screen and (min-width: 1000px) {
    .size100 {
      width: 98% !important;
    }
  }

@media screen and (max-width: 767px) {
  .size-l {
    width: 100% !important;
  }
}

/* Font size
--------------------------------------------------------- */
.font-xs {
  font-size: 80% !important;
}

.font-s {
  font-size: 90% !important;
}

.font-m {
  font-size: 110% !important;
}

.font-l {
  font-size: 120% !important;
}

.font-xl {
  font-size: 130% !important;
}

/* Text align
--------------------------------------------------------- */
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-middle {
  vertical-align: middle;
}

.img-right {
  float: right;
  margin-left: 30px;
}
  @media screen and (min-width: 768px) {
    .img-right {
      max-width: 300px;
    }
  }
  @media screen and (min-width: 481px) {
    .img-right {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
    }
  }

/* Text color
--------------------------------------------------------- */
.text-emphasis {
  color: #21967c;
}

/* New line
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .new-line {
    display: block;
  }
}

/* phone-call
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .phone-call {
    pointer-events: none;
    text-decoration: none !important;
  }
}

/* footer-fixed-area
--------------------------------------------------------- */
.footer-fixed-area {
  position: fixed;
  width: 100%;
  bottom: -150px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .footer-fixed-area {
    display:none;
  }
}
.footer-fixed-area.show {
  bottom: 0;
}
.footer-fixed-menu,
.footer-fixed-menu__item,
.footer-fixed-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-fixed-menu {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer-fixed-menu__link {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.footer-fixed-menu__link.mail {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  background-color: #E86D00;
}
.footer-fixed-menu__link.call {
  background-color: #529a00;
}
.footer-fixed-menu__link::before {
  content: '';
  width: 2rem;
  height: 2rem;
  margin-right: 0.4em;
}
.footer-fixed-menu__link.mail::before {
  background: url('../img/ico_mail.svg') no-repeat 0 0;
  background-size: contain;
}
.footer-fixed-menu__link.call::before {
  background: url('../img/ico_call.svg') no-repeat 0 0;
  background-size: contain;
}

body.lp01 {
  line-height: 1.15;
  color: #3d3527;
}
.lp01 .l-wrapper {
  padding: 0;
}
.lp01 .l-container {
  padding: 0 20px;
}
.lp01 ul:not([class]) > li:not([class]) {
  text-indent: -1em;
  padding-left: 1em;
}
.lp01 ul:not([class]) > li:not([class]):before {
  content: '\f111';
  padding-right: 1.2em;
  font-family: 'FontAwesome';
  font-size: 0.5em;
}
.lp01 ul:not([class]) > li:not([class]) + li:not([class]) {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .lp01 .l-container.answer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lp01 .l-container.answer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}