@charset "UTF-8";
/* CSS Document */
/* background color
 bg_beige: #fefdf3;
 bg_white: #ffffff;
 bg_orange: #fadc5c;
 bg_brown: #996633;

/* font color
 black: #1c1c1c;
 gray: #666666;
 

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

　共通スタイル

====================*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: 'ヒラギノ丸ゴ ProN', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'sans-serif';
  font-weight: 300;
}

a {
 text-decoration: none; 
}
.about-title, .products-title, .farmers_intro-title, .farmers-title, .quality-title {
  font-family: 'ab-hanamaki', 'corporate-logo-ver2', 'RocknRoll One', "Hiragino Kaku Gothic ProN", 'メイリオ', "sans-serif";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 4.2rem;
  line-height: 5.7rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.title-small {
  font-size: 3rem;
}
.mb-break:after {
  content: "\a";
  white-space: pre;
}
.none {
  display: none;
}
.mb-none {
  display: none;
}
.text-right {
  display: block;
  text-align: right;
}
@media screen and (min-width:820px) {
  .pc-none {
    display: none;
  }
  .mb-none {
    display: block;
  }
  .pc-break:after {
    content: "\a";
    white-space: pre;
  }
  .mb-break:after {
    content: "";
  }
  .text-right {
    display: inline;
  }
  .about-title, .products-title, .farmers_intro-title, .farmers-title, .quality-title, .voice-title {
    font-size: 6rem;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .title-small {
    font-size: 3.6rem;
  }
}
/*====================

「まずはお試し野菜セットを注文する」ボタン

====================*/
.trial-button-box {
  padding: 0 25px 50px;
}
.trial-button {
  display: block;
  max-width: 340px;
  text-align: center;
  font-size: 1.53rem;
  color: #fffefe;
  background: linear-gradient(#86c798, #4a9c54);
  border: 1px solid #246233;
  border-radius: 15px;
  padding: 20px 0;
  margin: 0 auto;
  box-shadow: 3px 3px 6px #686868, inset 0 0 40px #cdefe4;
  z-index: 100;
}
@media screen and (min-width:820px) {
  .trial-button {
    max-width: 480px;
    font-size: 2rem;
    border-radius: 25px;
    padding: 28px 0;
  }
}
/*====================

  header

====================*/
header {
  background-color: #fff;
}
header h1 {
  height: 35px;
  margin: 20px 0;
  text-align: center;
  box-sizing: border-box;
}
header h1 img {
  height: 100%;
}
.header_image {
  position: relative;
}
.header_image img {
  width: 100%;
}
.header_image_text-box {
  position: absolute;
  top: 10px;
  left: 0;
}
.header_image_text1, .header_image_text2 {
  background-color: #f9f9f9;
  font-family: 'corporate-logo-ver2', 'RocknRoll One', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000;
}
.header_image_text1 {
  padding: 5px 10px;
  margin-bottom: 20px;
}
.header_image_text2 {
  padding: 5px 10px;
  margin-bottom: 30px;
}
.text-green {
  font-size: 2.4rem;
  color: #61ab6e;
}
.text-yellow {
  font-size: 2.4rem;
  color: #fadc5c;
}
.text-red {
  font-size: 2.4rem;
  color: #e8413e;
}
.header_image_text3 {
  display: inline-block;
  background-color: #f9f9f9;
  font-family: 'corporate-logo-ver2', 'RocknRoll One', sans-serif;
  font-size: 1.2rem;
  color: #000000;
  padding: 5px 10px;
}
@media screen and (min-width:820px) {
  header h1 {
    height: 70px;
    margin: 30px 0;
  }
}
@media screen and (min-width:628px) {
  .header_image_text-box {
    top: 30px;
  }
  .header_image_text1, .header_image_text2 {
    font-size: 2.4rem;
  }
  .text-green, .text-yellow, .text-red {
    font-size: 3rem;
  }
  .header_image_text3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width:1040px) {
  .header_image_text-box {
    top: 50px;
  }
  .header_image_text1, .header_image_text2 {
    font-size: 3rem;
  }
  .text-green, .text-yellow, .text-red {
    font-size: 3.6rem;
  }
  .header_image_text3 {
    font-size: 2rem;
  }
}
@media screen and (min-width:1240px) {
  .header_image_text-box {
    top: 70px;
  }
  .header_image_text1, .header_image_text2 {
    font-size: 3.6rem;
  }
  .text-green, .text-yellow, .text-red {
    font-size: 4.2rem;
  }
  .header_image_text3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width:1440px) {
  .header_image_text-box {
    top: 90px;
  }
  .header_image_text1, .header_image_text2 {
    font-size: 4.8rem;
  }
  .header_image_text1 {
    padding: 10px 50px;
    margin-bottom: 10px;
  }
  .header_image_text2 {
    padding: 10px 50px;
    margin-bottom: 60px;
  }
  .text-green, .text-yellow, .text-red {
    font-size: 6rem;
  }
  .header_image_text3 {
    font-size: 3.6rem;
    padding: 10px 50px;
  }
}
/* ===============
    humberger icon
  ===============*/
@media (max-width: 820px) {
  #nav-drawer {
    text-align: right;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #996633;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 60px 0 0 42px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fa6980;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 40px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-content ul li a img {
    width: 26px;
    padding-right: 20px;
  }
  .nav-drawer__trial-button-box {
    padding: 15px 20px;
    position: relative;
    right: 26px;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
/* ===============
    PC用メニュー
  ===============*/
@media screen and (min-width:820px) {
  #nav-content {
    text-align: center;
    padding: 50px 20px 0;
    margin: 0 auto;
  }
  #nav-content ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #nav-content ul li {
    flex-basis: calc((100% - 125px) / 6);
    max-width: calc((100% - 125px) / 6);
  }
  #nav-content ul li a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }
  #nav-content ul li a img {
    display: block;
    max-height: 40px;
  }
  #nav-content ul li a span {
    display: block;
    padding-top: 20px;
  }
  .nav-drawer__trial-button-box {
    display: none;
  }
}
/* ===============
    scroll down animation
  ===============*/
.scroll-down-animation {
  width: 2px;
  height: 50px;
  background: #996633;
  animation: arrowmove 2s ease infinite;
  margin: 10px auto;
}
@keyframes arrowmove {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*====================

 introduction

====================*/
.introduction__container {
  padding: 0 42px 40px 42px;
}

.introduction__container__common-text p {
  font-size: 1.6rem;
  padding-bottom: 30px;
  line-height: 2rem;
}
.introduction__container__common-text p:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width:820px) {
  .introduction__container {
    padding-top: 100px;
    text-align: center;
  }

  .introduction__container__text1 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .introduction__container__text2 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .introduction__container__text3 {
    font-size: 4.8rem;
    padding-bottom: 30px;
  }
  .introduction__container__common-text p {
    padding-bottom: 25px;
  }
}
/*====================

 about

====================*/
#about {
  margin-top: 40px;
  background-color: #fefdf3;
}
#about p {
  font-size: 1.6rem;
  line-height: 2rem;
}
#about h2 {
  position: relative;
}
.about__title-triangle {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-150px) scale(-1, -1);
}
.about__container__image-box {
  position: relative;
  overflow: hidden;
  height: 304px;
}
.about__container__image-box img {
  height: 304px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about__container__text-box {
  padding: 0 42px 100px;
}
.about__container__text-box img {
  max-width: 100%;
}
.about__container__text-box__title {
  font-family: 'ab-hanamaki', 'corporate-logo-ver2', 'RocknRoll One', "Hiragino Kaku Gothic ProN", 'メイリオ', "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  padding-bottom: 30px;
}
.about__container__text-box__subtitle {
  font-size: 2rem;
  line-height: 2.4rem;
  padding-top: 20px;
  overflow: hidden;
}
.about__container__text-box__subtitle span {
  text-align: right;
}
.about__container__text-box__column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.circle-line {
  position: relative;
  height: 46px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 50%;
}
.circle-line span, .circle-line span:before, .circle-line span:after {
  height: 2px;
  width: 2px;
  background-color: #777777;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
}
.circle-line span:before {
  bottom: -15px;
}
.circle-line span:after {
  bottom: -30px;
}
@media screen and (min-width:820px) {
  #about {
    padding-bottom: 50px;
  }
  #about h2 {
    position: static;
  }
  .about__title-triangle {
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0) scale(1, 1);
  }
  .about__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 25px 0;
    max-width: 1110px;
    margin: 0 auto;
  }
  .about__container.reverse {
    flex-direction: row-reverse;
  }
  .about__container__image-box {
    position: static;
    overflow: inherit;
    height: auto;
    width: 50%;
    padding: 0 25px;
  }
  .about__container__image-box img {
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
    height: auto;
    max-width: 100%;
  }
  .about__container__text-box {
    padding: 0 0 0 40px;
    width: 50%;
  }
  .about__container__text-box p {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about__container__text-box__subtitle {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .about__container__text-box__pc-text:after {
    content: "なるべく";
  }
  .about__container__text-box__subtitle .text-right {
    padding-right: 20%;
  }
  .about__container__text-box__subtitle .mb-none {
    display: inline-block;
  }
  .about__container__text-box__column-reverse {
    flex-direction: column;
  }
  .circle-line {
    display: none;
  }
}
/*====================

 products

====================*/
.triangle {
  background-color: #fefdf3;
  width: 66px;
  height: 32px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#products, .products {
  background-color: #fadc5c;
  padding-bottom: 50px;
}
#products h2 {
  padding: 40px 10px 20px;
}
.products h2 {
  padding: 40px 10px 20px;
}
#products h2 img, .products h2 img {
  max-width: 50%;
  display: block;
  position: relative;
  left: 50%;
}
#products img, .products img {
  max-width: 100%;
}
.products-container {
  background-color: #fadc5c;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 42px 40px;
}
.products-title__description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 30px;
  color: #525151;
}
.products-container__items {
  background-color: #ffffff;
  color: #777777;
  padding: 10px;
}
.products-container__items dl {
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.products-container__items dt {
  font-size: 0.73rem;
  border: 1px solid #777777;
  border-radius: 12px;
  padding: 4px;
}
.products-container__items dd {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.products-container__items p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding-bottom: 5px;
}
.products-container__items .price {
  border-top: 1px dotted #777777;
  padding-top: 4px;
}
.products-container__items .price p {
  font-size: 0.98rem;
}
.products-container__items .price_detail {
  font-size: 0.65rem;
}
@media screen and (min-width:820px) {
  #products h2 {
    padding: 30px 0px;
  }
  .products h2 {
    padding: 30px 0px;
  }
  #products h2 img, .products h2 img {
    max-width: 100%;
  }
  .products-container {
    display: flex;
    justify-content: space-around;
    max-width: 1240px;
    padding-bottom: 50px;
  }
  .products-title__description {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding-bottom: 50px;
  }
  .products-container__items {
    margin: 0 5px;
  }
  .products-container__items dl {
    padding-top: 10px;
  }
  .products-container__items dt {
    font-size: 1.6rem;
  }
  .products-container__items dd {
    font-size: 1.8rem;
    padding-left: 10px;
  }
  .products-container__items p {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .products-container__items .price {
    padding-top: 10px;
  }
  .products-container__items .price p {
    font-size: 2rem;
  }
  .products-container__items .price_detail {
    font-size: 1.4rem;
  }
}
/*====================

 farmers introduction

====================*/
.farmers_intro {
  background-color: #fefdf3;
}
.farmers_intro img {
  max-width: 100%;
}
.farmers_intro__container {
  padding: 0 40px 50px;
}
.farmers_intro__container__image-box {
  text-align: center;
}
.farmers_intro__container__text-box {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-top: 20px;
}
.farmers_intro__container__text-box p {
  padding-bottom: 25px;
}
.farmers_intro__container__text-box p:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width:820px) {
  .farmers_intro h2 img {
    margin: 0 auto;
  }
  .farmers_intro__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1240px;
  }
  .farmers_intro__container__image-box, .farmers_intro__container__text-box {
    width: 50%;
    padding: 0 10px;
  }
  .farmers_intro__container__text-box p {
    padding-bottom: 16px;
  }
  .farmers_intro__container__text-box p:last-of-type {
    padding-bottom: 0;
  }
}
/*====================

 farmers 

====================*/
#farmers {
  padding: 0 25px 50px;
  background-image: url("../images/farmers_bg_image@x2.png");
  background-repeat: no-repeat;
  background-position: center top;
}
#farmers img {
  max-width: 100%;
}
.farmers__container-yamada {
  padding-bottom: 40px;
}
.farmers__container-yamada, .farmers__container-ohta {
  position: relative;
}
.farmers__container-yamada__image-box, .farmers__container-ohta__image-box {
  width: 95%;
}
.farmers__container-yamada__text-box, .farmers__container-ohta__text-box {
  background-color: rgba(249, 249, 249, 0.8);
  padding: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  top: -42px;
  left: 30px;
  width: 87%;
}
.farmers__container-yamada__text-box__subtitle, .farmers__container-ohta__text-box__subtitle {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.farmers__container-yamada__text-box__right-text, .farmers__container-ohta__text-box__right-text {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width:820px) {
  #farmers {
    background-size: cover;
  }
  .farmers__container-yamada, .farmers__container-ohta {
    max-width: 1020px;
    margin: 0 auto;
  }
  .farmers__container-yamada {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .farmers__container-ohta {
    padding-bottom: 50px;
  }
}
@media screen and (min-width:1300px) {
  .farmers__container-yamada__text-box, .farmers__container-ohta__text-box {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    top: -40px;
    left: 450px;
    width: 60%;
  }
}
/*====================

 quality 

====================*/
#quality {
  background-color: #f6f6f6;
  background-image: url("../images/quality@x2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  padding-bottom: 50px;
}
#quality h2 {
  padding: 30px 10px 30px;
}
.quality__container__heading {
  background-color: #936225;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: center;
  width: 136px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.quality__container__box1 {
  padding-bottom: 50px;
}
.quality__container__box1 ul {
  display: flex;
  justify-content: space-around;
  padding: 0 10px 30px;
}
.quality__container__box1 ul:last-of-type {
  padding-bottom: 0;
}
.quality__certification {
  font-size: 1.6rem;
  color: #936225;
  padding-left: 40px;
  padding-bottom: 20px;
}
.quality__container__box2 p:not(.quality__container__heading) {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0 40px 25px;
}
.quality__container__box2 p:last-of-type {
  padding-bottom: 40px;
}
@media screen and (min-width:820px) {
  #quality {
    padding-top: 100px;
    background-size: cover;
    background-position: right;
  }
  #quality h2 {
    padding: 0 0 50px;
  }
  #quality h2 img {
    margin: 0 auto;
  }
  .quality__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .quality__container__box1, .quality__container__box2 {
    width: 48%;
    padding: 10px;
  }
  .quality__container__box1 ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
  }
  .quality__container__box1 ul:last-of-type {
    padding-bottom: 0;
  }
  .quality__certification {
    color: #936225;
    padding-bottom: 20px;
  }
}
/*====================

 voice 

====================*/
#voice {
  background-color: #fefdf3;
  padding-bottom: 40px;
}
.voice-title {
  font-family: 'ab-hanamaki', 'corporate-logo-ver2', 'RocknRoll One', "Hiragino Kaku Gothic ProN", 'メイリオ', "sans-serif";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 4.2rem;
  line-height: 5.7rem;
  padding-top: 30px;
  padding-bottom: 20px;
}
.voice__subtitle {
  font-family: 'ab-hanamaki', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
  padding-bottom: 30px;
}
.voice__container__box {
  background-color: #fff;
  padding: 20px 25px;
  margin: 0 40px 40px;
  color: #777777;
}
.voice__container__box img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.voice__container__box__text-heading {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-bottom: 30px;
}
.voice__container__box__text {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (min-width:820px) {
  #voice {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .voice-title {
    font-size: 6rem;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .voice__subtitle {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
  .voice__container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px 10px 0;
  }
  .voice__container__box {
    padding: 20px;
    width: 26.38%;
    margin: 0 0 50px;
  }
  .voice__container__box img {
    display: block;
    padding: 20px;
    margin: 0 auto;
  }
  .voice__container__box__text-heading {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
/*====================

faq 

====================*/
#faq {
  padding: 30px 20px;
}
.faq-title {
  background-color: #f6f6f6;
  color: #777777;
  font-size: 2.4rem;
  text-align: center;
  padding: 12px 0;
}
.faq__container {
  border: 2px solid #f6f6f6;
  color: #777777;
  padding: 20px 21px 20px 13px;
}
.deco {
  display: block;
  font-family: 'Arial Black', Gadget, 'sans-serif';
  font-size: 11.2rem;
  color: #f3f3f3;
}
.faq__container__box__question {
  padding-top: 50px;
  display: flex;
  align-items: center;
  height: 89px;
}
.faq__container__box__question__mb-wrapper1, .faq__container__box__question__mb-wrapper2, .faq__container__box__answer__mb-wrapper1, .faq__container__box__answer__mb-wrapper2 {
  position: relative;
}
.faq__container__box__question__mb-wrapper1__heading, .faq__container__box__question__mb-wrapper2__heading, .faq__container__box__answer__mb-wrapper1__headhing, .faq__container__box__answer__mb-wrapper2__headhing {
  position: absolute;
  left: 25px;
}
.faq__container__box__heading {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.faq__container__box__answer {
  padding-bottom: 20px;
}
.faq__container__box__answer__wrapper {
  display: flex;
  align-items: center;
}
.faq__container__box__answer-text {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 25px;
}
@media screen and (min-width:820px) {
  #faq {
    padding: 100px;
  }
  .faq-title {
    font-size: 3.6rem;
    padding: 30px 0;
  }
  .faq__container {
    padding: 50px 100px 30px 100px;
  }
  .faq__container__box__heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width:1440px) {
  .faq__container__box__question__mb-wrapper1__heading, .faq__container__box__question__mb-wrapper2__heading, .faq__container__box__answer__mb-wrapper1__headhing, .faq__container__box__answer__mb-wrapper2__headhing {
    left: 140px;
  }
  .faq__container__box__answer {
    position: relative;
    left: 140px;
  }
  .faq__container__box__answer-text {
    padding-left: 140px;
  }
}
/*====================

footer 

====================*/
.footer__bg-image {
  background-image: url("../images/footer_image@x2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  background-color: #fff;
  color: #9c8a8a;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
}
/*====================

 UPボタン 

====================*/
#page_top {
  width: 67px;
  height: 67px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 2px solid #898989;
}
#page_top a {
  position: relative;
  display: block;
  width: 67px;
  height: 67px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 4rem;
  color: #898989;
  position: absolute;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:820px) {
  #page_top {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top a:before {
    font-size: 3rem;
    height: 32px;
  }
}