@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Coda:wght@400;800&display=swap);
html {
  box-sizing: border-box;
}

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

* {
  padding: 0;
  margin: 0;
}

dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  line-height: inherit;
}

h1 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

h5 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

li,
ol,
ul {
  line-height: inherit;
}

ol li,
ul li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: 0;
}

audio,
embed,
iframe,
img,
object,
picture,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  resize: vertical;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

address,
em {
  font-style: normal;
}

[type="button"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="button"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="reset"]:focus,
[type="search"]:focus,
[type="submit"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}

em {
  font-style: normal;
}

small {
  font-size: 1em;
}

th {
  font-weight: 400;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: calc(10px + (13 - 10) * (100vw - 375px) / (768 - 375));
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  position: relative;
  width: inherit;
  min-width: 320px;
  height: inherit;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 769px) {
  body main {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  body main {
    font-size: 1.4rem;
  }
}

body main {
  color: #333;
  background-color: #fff;
}

body main {
  margin-top: 0;
  font-family: "Noto Sans JP", "Noto Sans JP", "Yu Gothic Medium",
    "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  margin-bottom: 50px;
}

body main {
  margin-top: 0;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.bg_gray {
  background: #f3f3f3;
}

.bg_lightOrange {
  background: #fae4cc;
}

.bg_middleOrange {
  background: #ffbd64;
}

.bg_orange {
  background: #e08431;
}

.app,
.case,
.furusato,
.message,
.price,
.reason,
.spec {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .app .case,
  .furusato,
  .message,
  .price,
  .reason,
  .sns,
  .spec {
    margin: 50px auto;
  }
}

h2 {
  position: relative;
  padding: 0 65px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
  color: #e08431;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-bottom: 0;
  }
}

h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #e08431;
}

h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  h2 {
    padding: 20px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h2 span {
    padding: 0;
  }

  h2:before {
    display: none;
  }

  h2 {
    color: #333;
  }

  h2:first-letter {
    font-size: 4rem;
    color: #e08431;
  }
}

.side__bnr {
  position: fixed;
  right: 0;
  z-index: 999;
  margin: 40vh auto 0;
  transform: translateY(-40%);
  transition: all 0.5s 0s ease;
}

@media only screen and (max-width: 768px) {
  .side__bnr {
    display: none;
  }
}

.side__bnr:hover {
  opacity: 0.6;
}

.side__bnr p {
  padding: 10px 8px;
  font-size: 16px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #ffa200;
  border: 1px solid #fff;
  border-radius: 5px;
}

.kv {
  position: relative;
}

.kv .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 200px;
}

@media only screen and (max-width: 768px) {
  .kv .logo {
    top: 20px;
    left: 20px;
    width: 150px;
  }
}

@media only screen and (max-width: 599px) {
  .kv .logo {
    top: 20px;
    left: 20px;
    width: 120px;
  }
}

.kv .video {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .kv .video {
    bottom: 10px;
    left: 20px;
    width: 180px;
  }
}

.kv img {
  width: 100%;
}

.kv .copy__txt {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 0;
  font-weight: 600;
  color: #fff;
  text-align: right;
}

.kv .copy__txt .txt01 {
  margin-bottom: 10px;
}

.kv .copy__txt .txt01 span {
  padding: 5px 15px;
  background: #e18332ad;
  height: auto;
}

.kv .copy__txt .txt02 span {
  padding: 1px 15px;
  display: inline-block;
  background: #e18332ad;
}

.kv .copy__txt .txt01 span {
  font-size: 2.5rem;
}

.kv .copy__txt .txt02 span {
  font-size: 3rem;
}

@media only screen and (max-width: 1200px) {
  .kv .copy__txt .txt01 span {
    font-size: 2rem;
  }

  .kv .copy__txt .txt02 span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .kv .copy__txt {
    bottom: 20px;
  }

  .kv .copy__txt .txt01 span {
    font-size: 1.6rem;
  }

  .kv .copy__txt .txt02 span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .kv .copy__txt {
    bottom: 10px;
  }

  .kv .copy__txt .txt01 {
    margin-bottom: 10px;
  }

  .kv .copy__txt .txt01 span {
    font-size: 1.2rem;
    padding: 5px 10px;
  }

  .kv .copy__txt .txt02 span {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 599px) {
  .kv .copy__txt {
    top: 13%;
  }

  .kv .copy__txt .txt01 span {
    font-size: 1.3rem;
    padding: 5px 10px;
  }

  .kv .copy__txt .txt02 span {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.message p {
  padding-bottom: 80px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .message p {
    font-size: 1.6rem;
  }
}

.message .heading {
  padding-bottom: 30px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 768px) {
  .message .heading {
    font-size: 2.6rem;
  }
}

.message .heading span {
  background: linear-gradient(transparent 70%, #feaf68 70%);
}

@media only screen and (min-width: 769px) {
  .tais {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    max-width: 480px;
  }
  .tais img {
    filter: drop-shadow(4px 4px 4px #aaa);
  }
}

@media only screen and (max-width: 768px) {
  .tais {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .tais img {
    filter: drop-shadow(4px 4px 4px #aaa);
  }
}
@media only screen and (max-width: 599px) {
  .tais {
    max-width: 390px;
  }
}
#tais p span {
  font-weight: 600;
  color: red;
}

.about__pepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.about__pepper--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: 20px;
  background: #f6f6f6;
}

@media only screen and (min-width: 769px) {
  .about__pepper--inner {
    width: 30%;
    height: 356px;
    margin: 1%;
  }
}

@media only screen and (min-width: 910px) {
  .about__pepper--inner {
    width: 30%;
    height: 326px;
    margin: 1%;
  }
}

@media only screen and (max-width: 768px) {
  .about__pepper--inner {
    height: 310px;
  }
}

@media only screen and (max-width: 680px) {
  .about__pepper--inner {
    margin: 20px 0;
    padding: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .about__pepper--inner {
    max-width: 100%;
  }
}

.about__pepper--innerItem {
  background: #fff;
  width: 305px;
  height: 280px;
  margin: 0 auto;
  border-radius: 10px;
}

@media only screen and (min-width: 769px) {
  .about__pepper--innerItem {
    width: 98%;
    height: 348px;
  }
}

@media only screen and (min-width: 910px) {
  .about__pepper--innerItem {
    width: 98%;
    height: 315px;
  }
}

@media only screen and (max-width: 360px) {
  .about__pepper--innerItem {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .about__pepper--innerItem {
    height: 293px;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.about__pepper--innerTitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #695e59;
  padding-bottom: 15px;
  line-height: 1.5;
}

.about__pepper--innerImg img {
  margin: 20px auto;
  height: 88px;
}

.about__pepper--innerTxt {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}

.about__pepper--innerItem span {
  font-size: 1.2rem;
}

.trial__link {
  margin-top: 50px;
  text-align: center;
}

.trial__heading {
  font-size: 2.5rem;
  padding-bottom: 15px;
  color: #e08431;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .trial__heading {
    font-size: 1.8rem;
  }
}

.trial__heading a {
  color: #e08431;
}

.trial__link img {
  width: 80%;
  margin-top: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

.trial__link img:hover {
  opacity: 0.6;
}

.comment__wrap {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  border: 3px dotted #e08332;
  padding: 15px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .comment__wrap {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
}

.comment__img {
  width: 65%;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .comment__img {
    width: 80%;
    margin-bottom: 15px;
  }
}

.comment__txt p {
  font-size: 1.4rem;
}

.comment__txt p span {
  font-size: 1.1rem;
  line-height: 1.5;
  display: inline-block;
}

.app__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}

.app__wrap .app__item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fae4cc;
  padding: 30px 15px 0;
  margin: 0 1%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .app__wrap .app__item {
    width: 45%;
  }

  .app__wrap .app__item:first-of-type {
    margin-bottom: 30px;
  }
}

.app__wrap .app__item p {
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .app__wrap .app__item p {
    line-height: 1.5;
  }
}

.app__wrap .app__logo img {
  max-width: 190px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .app__wrap .app__logo img {
    width: 100%;
  }
}

.app__wrap .more__btn {
  margin: 0 auto;
  margin-top: auto;
  transition: all 0.5s 0s ease;
}

.app__wrap a {
  display: contents;
  cursor: pointer;
}

.app__wrap .more__btn:hover {
  opacity: 0.5;
}

.app__txt--wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .app__txt--wrap {
    padding: 0;
  }
}

.app__txt--wrap p span {
  color: #e08332;
  font-weight: 600;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .app__txt--wrap p span {
    font-size: 1.8rem;
  }
}

.app {
  margin-bottom: 50px;
}

.case {
  margin-top: 50px;
}

.case .case__wrap {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .case .case__wrap {
    justify-content: center;
    align-items: center;
  }
}

.case .case__title {
  background-color: #e08431;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .case .case__title {
    max-width: 100%;
    font-size: 18px;
  }
}

.case__item {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .case__item {
    flex-direction: column;
    justify-content: center;
  }
}

.case__item .case__item--left {
  width: 50%;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .case__item .case__item--left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.case__item .case__item--right {
  width: 50%;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .case__item .case__item--right {
    width: 100%;
    padding-left: 0;
  }
}

.case__item .case__item--left .discription {
  padding-bottom: 30px;
}

.case__item .case__item--left .discription span {
  color: #ffa102;
  font-size: 18px;
  font-weight: 700;
}

.case .case__questionnaire {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 15px;
  border: 2px solid #e08531;
  border-radius: 10px;
}

.case .after {
  text-align: right;
  padding-bottom: 50px;
  padding-top: 15px;
}

.case .case__sample--heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .case .case__sample--heading {
    font-size: 20px;
  }
}

.case .case__sample--heading span {
  font-size: 43px;
  padding: 0 5px;
  color: #ffa102;
}

@media only screen and (max-width: 768px) {
  .case .case__sample--heading span {
    font-size: 35px;
  }
}

.case .hosoku {
  text-align: center;
  padding-top: 10px;
}

.case__sample--item .case__item--left .add {
  line-height: 1.2;
  display: inline-block;
}

.case__sample--item .case__item--left .discription {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}

.case__sample--item .case__item--left .discription .logo {
  width: 20%;
  margin-left: 10px;
}

.case__sample--item .case__item--left .discription span {
  line-height: 1.5;
  display: inline-block;
  font-size: 24px;
  color: #e08431;
}

@media only screen and (max-width: 768px) {
  .case__sample--item .case__item--left .discription span {
    font-size: 18px;
  }
}

.case__sample--itemLv2--wrap .case__sample--itemLv2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.case__sample--itemLv2--wrap .case__sample--itemLv2 .heading {
  background-color: #ffbd64;
  padding: 5px 10px;
}

.case__sample--itemLv2--wrap .case__sample--itemLv2 .txt {
  background-color: #fae4cc;
  padding: 10px;
  line-height: 1.5;
}

.case__sample--item {
  margin-bottom: 50px;
}

.case .case__btn {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 10px 0;
  font-size: 1.8rem;
  background: #ffa102;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.case .case__btn:hover {
  color: #ffa102;
  background: #fff;
  border: 2px solid #ffa102;
}

.cta__wrap img {
  margin: 0 auto;
  transition: all 0.5s 0s ease;
}

.cta__wrap img:hover {
  opacity: 0.6;
}

.pr_hojokin {
  margin-bottom: 30px;
  background: #fae4cc;
  border-radius: 24px;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.pr_hojokin .heading {
  padding: 10px;
  text-align: center;
  color: #e08431;
  font-weight: 600;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .pr_hojokin .heading {
    font-size: 1.6rem;
  }
}

.price table {
  width: 100%;
  margin: 0 auto;
}

.table__wrap {
  overflow-x: scroll;
}

.price .table__wrap table:first-of-type {
  width: 100%;
  min-width: 750px;
  white-space: nowrap;
  margin: 0 auto;
}

.price .table__wrap table {
  width: 100%;
  min-width: 750px;
  white-space: nowrap;
  margin: 20px auto 0 auto;
}

.price table {
  width: 100%;
  margin: 0 auto;
}

.price table th {
  width: 15%;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .price table th {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 599px) {
  .price table th {
    font-size: 1.4rem;
  }

  .price table td {
    font-size: 1.2rem;
  }
}

.price table td,
.price table th {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
}

.price .table__wrap table td,
.price .table__wrap table th {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  width: 50px !important;
}

@media only screen and (max-width: 768px) {
  .price table td,
  .price table th {
    padding: 10px 10px;
    font-size: 12px;
  }
}

table tr:last-child {
  border-bottom: 1px solid #fff;
}

.price .price__num {
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 5px;
}

.price__addTxt {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .price__addTxt {
    font-size: 1.3rem;
  }
}

.price__addTxt tr:first-of-type {
  border-bottom: 1px dotted #cac9c9;
}

.price__addTxt td:first-of-type {
  width: 23%;
}

@media only screen and (max-width: 768px) {
  .price__addTxt table td {
    padding: 2px;
  }
}

.price .cta__wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .price .cta__wrap {
    margin-top: 30px;
  }
}

.price .cta__wrap img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.furusato h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #e08431;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .furusato h3 {
    font-size: 26px;
  }
}

.furusato p {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .furusato p {
    font-size: 16px;
  }
}

.furusato img {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
  transition: all 0.5s 0s ease;
}

.furusato img:hover {
  opacity: 0.6;
}

.sns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 768px;
  padding: 0 20px;
  margin: 100px auto;
}

@media only screen and (max-width: 768px) {
  .sns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sns__bnr {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .sns__bnr {
    width: 100%;
  }
}

.sns__bnr img {
  width: 100%;
  margin: 30px auto;
  transition: all 0.5s 0s ease;
}

.sns__bnr img:hover {
  opacity: 0.6;
}

.sns__pepper {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .sns__pepper {
    width: 80%;
    margin: 0 auto;
  }
}

.sns__pepper img {
  width: 80%;
  margin: 0 auto;
}
