@charset "UTF-8";
/*
    Theme Name: ichinisanya
    Description: 一二三屋のテーマ
    Version: 1.0.0
*/
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
body, p, ul {
  margin: 0;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: currentColor;
}

ul {
  padding-inline-start: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
}

summary::-webkit-details-marker {
  display: none;
}

/*$color-main: #;
$color-main2: ;
$color-cta: #333333;
$color-font: ;
$color-border: #CCCCCC;*/
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  fill: currentColor;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 1700px) {
  html {
    /* font-size: calc(100vw * 10 / 1920);　*/
    font-size: 62.5%;
  }
  body {
    font-size: 1.8rem;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 1700px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
  body {
    font-size: 1.8rem;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    font-size: 2.6rem;
  }
  .pc {
    display: none !important;
  }
}
.svg {
  display: none;
}

.svg_hexagon01 {
  fill: none;
  stroke: currentColor;
  stroke-width: 8px;
}

.svg_hexagon02 {
  fill: currentColor;
}

.icon_hexagon01 {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.8rem;
}

.icon_hexagon02 {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .h-menu__sub {
    display: none;
  }
  .h-menu__title {
    transition: all 0.3s;
  }
  .h-menu__list > li:hover .h-menu__sub {
    display: block;
  }
}
@media (max-width: 768px) {
  .h-menu__sub {
    display: none;
  }
  .h-menu__title {
    transition: top all 0.5s ease-in-out;
  }
  .h-menu__list > li:hover .h-menu__sub {
    display: block;
  }
}
.h-menu-toggle {
  display: none;
}

/*　スライドメニュー */
@media (max-width: 768px) {
  /* メニューのスライドインアニメーション */
  .h-menu.sp {
    position: absolute;
    top: 0;
    height: fit-content;
    transition: right 0.3s ease-in-out; /* 右からスライドイン */
    z-index: 20;
    right: -100%;
    display: none;
  }
  /* メニュー表示時（右にスライドイン） */
  .h-menu-toggle:checked + .h-hamburger + .h-menu.pc + .h-menu.sp {
    display: block;
    right: 0; /* 画面内にスライドイン */
  }
  /* ハンバーガーアイコンのアニメーション */
  .h-menu-toggle:checked + .h-hamburger span {
    display: none;
  }
  .h-menu-toggle:checked + .h-hamburger:before {
    transform: rotate(45deg);
    transition: right 0.3s ease-in-out;
  }
  .h-menu-toggle:checked + .h-hamburger:after {
    transform: rotate(-45deg);
    transition: right 0.3s ease-in-out;
  }
}
.swiper {
  width: 100%;
  height: 55rem;
}
.swiper-container {
  width: 100%;
  position: relative;
}
.swiper-pagination {
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .swiper-button-next {
    width: 5rem !important;
    height: 5rem !important;
    background-color: #0A7C36 !important;
    border-radius: 50%;
    color: white !important;
    right: -10rem !important;
  }
  .swiper-button-prev {
    width: 5rem !important;
    height: 5rem !important;
    background-color: #0A7C36 !important;
    border-radius: 50%;
    color: white !important;
    left: -10rem !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 3rem !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    width: 6rem !important;
    height: 6rem !important;
    background-color: #0A7C36 !important;
    border-radius: 50%;
    color: white !important;
    right: -2rem !important;
  }
  .swiper-button-prev {
    width: 6rem !important;
    height: 6rem !important;
    background-color: #0A7C36 !important;
    border-radius: 50%;
    color: white !important;
    left: -2rem !important;
  }
}
.swiper-slide img {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
}

.inner-width {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media (min-width: 1284px) {
  .inner-width {
    padding: 0 calc((100vw - 1200px) / 2);
  }
}
@media (max-width: 1284px) and (min-width: 768px) {
  .inner-width {
    padding: 0 15%;
  }
}
@media (max-width: 768px) {
  .inner-width {
    padding: 10rem 3rem 10rem;
  }
}

.totop {
  display: flex;
  background-color: white;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  box-shadow: 0 0rem 2rem #c2c2c2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-title {
  width: fit-content;
  font-size: 4.5rem;
  padding-bottom: 2rem;
  text-align: center;
  margin: 0 auto 6rem;
  position: relative;
}
.section-title span {
  font-size: 2rem;
  color: #0A4A23;
}
.section-title::before {
  content: "";
  width: 6rem;
  height: 0.4rem;
  background-color: #0A7C36;
  left: calc((100% - 6rem) / 2);
  bottom: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .section-title span {
    font-size: 2.4rem;
  }
}

.hero__bg img {
  width: 100%;
}
.hero__catch {
  width: 100%;
  color: white;
  font-size: 2.8rem;
  background-color: #0A4A23;
  align-content: center;
  text-align: center;
  padding: 2rem 0;
  position: relative;
}
.hero__catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 4rem 2rem 0 2rem;
  border-color: #0A4A23 transparent transparent;
  translate: -50% 100%;
}
.hero__message {
  width: 100%;
  background-color: #FCFCFC;
  align-content: center;
  text-align: center;
  padding: 6rem 0 5rem;
}
@media (max-width: 768px) {
  .hero__message {
    text-align: right;
  }
}

.page-header {
  width: 100%;
}
.page-header__title {
  width: 100%;
  text-align: center;
  align-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__title {
    aspect-ratio: 1920/140;
  }
}
@media (max-width: 768px) {
  .page-header__title {
    background-image: url("../../images/bg_page-header_sp.png");
    aspect-ratio: 750/140;
  }
}
.page-header__title img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header__nav {
  padding: 2rem 4rem;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-size: 2rem;
}
.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.6em;
  color: #777777;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: #333333; /*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.qa__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.qa__list li {
  width: 100%;
}
@media (min-width: 768px) {
  .qa__inner {
    gap: 6rem;
  }
  .qa__list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .qa {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .qa__inner {
    gap: 8rem;
  }
  .qa__list {
    gap: 2rem;
  }
}

.qa-unit {
  width: 100%;
  border: 1px #CCE1D6 solid;
}
.qa-unit__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
  cursor: pointer;
}
[open] .qa-unit__summary i {
  transform: none;
  transform: rotate(180deg);
}
.qa-unit__summary::before, .qa-unit__detail::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
[open] .qa-unit__detail {
  transform: none;
  opacity: 1;
}
.qa-unit__summary::before {
  color: #00A33E;
  line-height: 1.2;
  content: "Q.";
}
.qa-unit__detail::before {
  color: #CCCCCC;
  line-height: 1.2;
  content: "A.";
}
.qa-unit__detail {
  color: #333333;
  background-color: #FFFFFF;
  border-top: 1px #CCE1D6 solid;
  padding: 1em 2em 1em 3em;
  position: relative;
}

.header {
  position: relative;
  z-index: 20;
}

.header__inner {
  position: fixed;
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  display: grid;
  justify-content: space-between;
  top: 0;
  z-index: 50;
}
@media (min-width: 768px) {
  .header__inner {
    grid-template-columns: 46rem 1fr 30rem;
    grid-template-rows: 10rem 8rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .header__inner {
    grid-template-columns: 37rem 1fr 12rem 12rem;
    grid-template-rows: 12rem;
    padding-left: 2.4rem;
    position: absolute;
    width: 100vw;
  }
}

.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .header__logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 768px) {
  .header__logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.menutoggle {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .h-menu {
    width: 100%;
    height: 100%;
    display: block;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-right: 2rem;
  }
  .h-menu__list {
    display: flex;
    justify-content: end;
    height: 100%;
  }
  .h-menu__list li {
    position: relative;
  }
  .h-menu__title {
    display: flex;
    gap: 0.8rem;
    width: max-content;
    height: 100%;
    padding: 0 1.8rem;
    align-items: center;
    position: relative;
    transition: all 0.3s;
  }
  .h-menu__title:hover {
    background-color: #EEEEEE;
    color: #0A4A23;
  }
  .h-menu__title:hover.h-menu__sub {
    display: block;
  }
  .h-menu__sub {
    /*display: none; */
    width: 20rem;
    position: absolute;
    top: 8rem;
    left: -2rem;
    background-color: white;
    padding: 0 1.6rem;
  }
  .h-menu__sub li a {
    display: block;
    padding: 0.8rem 0;
  }
  .h-menu__sub li:not(:last-child) a {
    border-bottom: #CCCCCC 1px solid;
  }
}
@media (max-width: 768px) {
  .h-menu {
    width: 100vw;
    color: white;
    background-color: #333333;
    padding: 14rem 5rem 6rem;
    top: 0;
  }
  .h-menu a {
    width: 100%;
  }
  .h-menu__title {
    display: flex;
    width: 100%;
    padding: 3rem 1rem;
    border-bottom: 1px solid white;
    justify-content: space-between;
    align-items: center;
  }
  .h-menu__sub li {
    display: flex;
    width: 100%;
    padding: 2.6rem 1.2rem;
    margin-left: 1.6rem;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    background-size: 12px 1px;
    background-image: linear-gradient(to right, white 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

@media (min-width: 768px) {
  .h-store {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-right: 2rem;
  }
  .h-store__list {
    display: flex;
    margin-right: 2rem;
  }
  .h-store__list li {
    width: max-content;
    padding: 0 2rem;
    border-right: solid 1px #EEEEEE;
  }
}
@media (max-width: 768px) {
  .h-store {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .h-store__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding-top: 1.6rem;
  }
  .h-store__list li {
    width: 100%;
    padding: 0 1.6rem 1.6rem;
    border-bottom: solid 1px white;
  }
  .h-store__info {
    text-align: center;
  }
}

.h-assessment__mail {
  background-image: linear-gradient(0deg, rgb(195, 29, 99), rgb(242, 100, 160));
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media (min-width: 768px) {
  .h-assessment__mail {
    width: 30rem;
    height: 10rem;
    gap: 0.8rem;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 2.4rem;
  }
  .h-assessment__mail i {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .h-assessment__mail {
    flex-direction: column;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 1.5rem;
  }
  .h-assessment__mail i {
    font-size: 3em;
  }
}

.h-hamburger {
  background-image: linear-gradient(0deg, rgb(10, 74, 35), rgb(10, 120, 54));
  display: grid;
  place-items: center;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 100;
}
.h-hamburger:before, .h-hamburger:after, .h-hamburger span {
  background-color: white;
  grid-area: 1/1;
  height: 0.4rem;
  transition-property: transform;
  width: 6rem;
}
.h-hamburger:after {
  content: "";
  transform: translate(0, 1.8rem);
}
.h-hamburger:before {
  content: "";
  transform: translate(0, -1.8rem);
}

@media (min-width: 768px) {
  main {
    padding-top: 15rem;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 12rem;
  }
}

.footer {
  width: 100%;
}
.footer__primary {
  width: 100%;
  color: white;
  background-color: #0A4A23;
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.footer__logo {
  filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(187deg) brightness(110%) contrast(111%);
  margin: 0 auto 6rem;
}
.footer__secondary {
  height: 8rem;
  text-align: center;
  align-content: center;
}
.footer__licence {
  color: #707070;
}
@media (min-width: 768px) {
  .footer__licence {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer__licence {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .f-menu {
    width: 100%;
    margin-bottom: 6rem;
    position: relative;
  }
  .f-menu__list {
    display: flex;
    justify-content: center;
    gap: 8rem;
  }
  .f-menu__title {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
  .f-menu__title i {
    display: inline;
    padding-left: 1rem;
  }
  .f-menu__sub {
    max-height: 18rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 3.2rem;
  }
  .f-menu__sub a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.4rem 0;
  }
  .f-sns {
    position: absolute;
    right: 0;
    bottom: -2rem;
  }
  .f-sns i {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .f-menu {
    width: 100%;
    margin-bottom: 12rem;
  }
  .f-menu__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6rem;
  }
  .f-menu__title {
    display: block;
    font-size: 2.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px white solid;
  }
  .f-menu__title i {
    display: inline;
    padding-left: 1.6rem;
  }
  .f-menu__sub {
    display: grid;
    justify-items: start;
    grid-template-columns: 1fr 1fr;
  }
  .f-menu__sub a {
    display: inline-block;
    font-size: 2.4rem;
    padding: 0.6rem 0;
  }
  .f-sns {
    width: 100%;
    text-align: end;
    margin-top: 4rem;
  }
  .f-sns i {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .f-store {
    width: 100%;
    background-color: #14542D;
  }
  .f-store__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    padding: 3rem 5rem;
  }
  .f-store__list :not(:last-of-type) {
    border-right: 1px #FFFFFF solid;
  }
}
@media (max-width: 768px) {
  .f-store {
    width: 100%;
    background-color: #14542D;
  }
  .f-store__list {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 2.4rem;
    padding: 5rem 5rem;
  }
  .f-store__list :not(:last-of-type) {
    padding-bottom: 2.4rem;
    border-bottom: 1px #FFFFFF solid;
  }
}
.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58rem;
  height: 10rem;
  font-size: 2.5rem;
  border-radius: 5rem;
  border: 2px solid white;
  margin: 0 auto;
  color: white;
  background-image: linear-gradient(0deg, rgb(195, 29, 99), rgb(242, 100, 160));
  box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.1);
}

.secondary-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 58rem;
  height: 10rem;
  font-size: 2.5rem;
  border-radius: 5rem;
  border: 2px solid white;
  margin: 0 auto;
  color: white;
  background-image: linear-gradient(0deg, rgb(10, 74, 35), rgb(10, 120, 54));
  box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.2);
}

.submit-btn {
  display: block;
  color: white;
  background-color: #0A7C36;
  border-radius: 1rem;
  text-align: center;
  align-items: center;
  height: 6rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .submit-btn {
    font-size: 2.6rem;
    width: 24rem;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    font-size: 2.6rem;
    width: 32rem;
  }
}

/* ===============
assessment
===============*/
.assessment-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .assessment-top {
    height: 12rem;
    background-color: #0A7C36;
  }
  .assessment-top img {
    max-width: 120rem;
    width: auto;
  }
}
@media (max-width: 768px) {
  .assessment-top {
    padding: 1.2rem 2rem;
    background-image: linear-gradient(225deg, rgb(10, 74, 35), rgb(10, 120, 54));
  }
}

.assessment__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .assessment {
    display: grid;
    grid-template-columns: 1fr 90rem 30rem 1fr;
  }
  .assessment__inner {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    margin: 4rem 0;
    justify-items: center;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .assessment {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .assessment__inner {
    display: flex;
    margin: 2rem 0 0;
    justify-items: center;
    font-size: 2.8rem;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .assessment .assessment__image01 {
    right: 2rem;
    position: absolute;
    bottom: 17rem;
    width: 24rem;
  }
  .assessment .assessment__image02 {
    right: 14rem;
    position: absolute;
    bottom: 32rem;
    width: 30rem;
  }
  .assessment__bg {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .a-store {
    margin: 4rem 0;
    padding: 2rem 4rem;
    border-left: 1px #CCCCCC solid;
  }
  .a-store__list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .a-store {
    padding: 2rem 4rem;
  }
  .a-store__list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
}

/* ===============
items
===============*/
.items__inner {
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 768px) {
  .items__list {
    min-width: 117.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 1.2rem;
  }
  .items__list li {
    width: 100%;
  }
  .items__item {
    width: 100%;
    max-width: 58rem;
    height: 22rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    border: #CCCCCC 1px solid;
  }
}
@media (max-width: 768px) {
  .items__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    justify-items: center;
    align-items: center;
    justify-content: center;
  }
  .items__list li {
    width: 100%;
  }
  .items__item {
    width: 100%;
    height: 32rem;
    display: flex;
    align-items: center;
    gap: 3rem;
    border: #CCCCCC 1px solid;
    background-color: white;
    flex-direction: column;
    justify-content: center;
  }
}

/* ===============
brand
===============*/
.brand {
  background-color: #FAFAFA;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.brand__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 768px) {
  .brand__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.2rem;
    justify-items: center;
    align-items: center;
    justify-content: center;
  }
  .brand__list li {
    width: 100%;
  }
  .brand__item {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 3rem;
    border: #CCCCCC 1px solid;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .brand__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem;
    justify-items: center;
  }
  .brand__list li {
    width: 100%;
  }
  .brand__item {
    width: 100%;
    height: 32rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: #CCCCCC 1px solid;
    background-color: white;
    flex-direction: column;
    justify-content: center;
  }
}

/* ===============
buyflow
===============*/
.point {
  position: relative;
}
.point__bg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.point__inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .point {
    padding-top: 30rem;
  }
  .point__inner {
    padding: 10rem 7rem;
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .point {
    padding-top: 24rem;
  }
  .point__inner {
    padding: 6rem 2rem;
    gap: 2rem;
  }
}

.point-unit {
  display: grid;
}
.point-unit__num {
  font-weight: bold;
  color: #D73B7D;
  border-bottom: 2px #D73B7D solid;
}
.point-unit__title {
  align-content: center;
  border-bottom: 2px #CCCCCC solid;
}
.point-unit__text {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .point-unit {
    grid-template-columns: 17rem 1fr;
    grid-template-rows: 7.2rem 1fr;
    margin-bottom: 2rem;
  }
  .point-unit__num {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .point-unit__num span {
    font-size: 5rem;
    margin-left: 0.6rem;
  }
  .point-unit__title {
    font-size: 2.8rem;
    padding-left: 2.4rem;
  }
  .point-unit__text {
    gap: 0.8rem;
    padding: 2rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .point-unit {
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 12rem 1fr;
    margin-bottom: 1.6rem;
  }
  .point-unit__num {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .point-unit__num span {
    font-size: 7rem;
    line-height: 0.8;
  }
  .point-unit__title {
    font-size: 3.2rem;
    padding-left: 2rem;
  }
  .point-unit__text {
    gap: 0.8rem;
    padding: 2rem 0;
  }
}

/* ===============
reason
===============*/
.reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason__list {
  width: 100%;
  display: flex;
}
.reason__item img {
  border-radius: 50%;
  box-shadow: 5px 5px 0 rgba(10, 74, 35, 0.15);
}
.reason__item p {
  text-align: center;
  color: #0A4A23;
}
@media (min-width: 768px) {
  .reason__inner {
    margin: 10rem 0;
    gap: 6rem;
  }
  .reason__list {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
  .reason__item img {
    width: 34rem;
    height: 34rem;
    margin-bottom: 2rem;
  }
  .reason__item p {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .reason__inner {
    margin: 6rem 0;
    gap: 4rem;
  }
  .reason__list {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
  .reason__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reason__item img {
    width: 36rem;
    height: 36rem;
    margin-bottom: 2rem;
  }
  .reason__item p {
    font-size: 3.2rem;
  }
}

/* ===============
selected
===============*/
.selected {
  background-color: #F9FBFA;
}
.selected__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selected__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .selected {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .selected__inner {
    gap: 2rem;
  }
  .selected__list {
    gap: 7rem;
  }
}
@media (max-width: 768px) {
  .selected {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .selected__inner {
    gap: 8rem;
  }
  .selected__list {
    gap: 8rem;
  }
}

.selected-unit {
  background-color: white;
  box-shadow: 5px 5px 0 rgba(10, 74, 35, 0.15);
}
.selected-unit__img {
  width: 100%;
}
.selected-unit__num {
  font-weight: bold;
  color: #00A33E;
  line-height: 1.2;
}
.selected-unit__title {
  color: #0A4A23;
}
.selected-unit__text span {
  color: #D73B7D;
}
@media (min-width: 768px) {
  .selected-unit {
    width: 114rem;
    padding: 3rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .selected-unit:nth-child(odd) {
    flex-direction: row;
    margin-left: 6rem;
    margin-right: 0;
  }
  .selected-unit:nth-child(odd) .selected-unit__img {
    margin-left: -6rem;
  }
  .selected-unit:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 6rem;
  }
  .selected-unit:nth-child(even) .selected-unit__img {
    margin-right: -6rem;
    grid-column-start: 2;
  }
  .selected-unit:nth-child(even) .selected-unit__wrapper {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .selected-unit__img {
    width: 58rem;
    height: 38rem;
    margin-top: -5rem;
  }
  .selected-unit__img img {
    width: 100%;
  }
  .selected-unit__num {
    width: fit-content;
    font-size: 8rem;
    margin: 0 auto;
  }
  .selected-unit__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .selected-unit {
    width: 67rem;
    padding: 4rem 5rem;
  }
  .selected-unit:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 0;
  }
  .selected-unit:nth-child(odd) .selected-unit__img {
    margin-left: -10rem;
  }
  .selected-unit:nth-child(even) {
    margin-left: 0;
    margin-right: 2rem;
  }
  .selected-unit:nth-child(even) .selected-unit__img {
    margin-right: -10rem;
  }
  .selected-unit__img {
    width: 67rem;
    height: 45.2rem;
    margin-top: -6rem;
  }
  .selected-unit__img img {
    width: 100%;
  }
  .selected-unit__num {
    width: fit-content;
    font-size: 8rem;
    margin: 2rem auto;
  }
  .selected-unit__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}

/* ===============
situation
===============*/
.situation__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.situation__title {
  color: #0A7C36;
  position: relative;
}
.situation__title::before {
  content: "＼";
  position: absolute;
}
.situation__title::after {
  content: "／";
  position: absolute;
}
.situation__list {
  width: 100%;
}
.situation__item {
  position: relative;
}
.situation__item img {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(10, 74, 35, 0.15);
}
.situation__item p {
  position: relative;
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: center;
  color: white;
}
.situation p span {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #FEFBAD 60%);
}
@media (min-width: 768px) {
  .situation {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .situation__inner {
    gap: 6rem;
  }
  .situation__title {
    font-size: 5.2rem;
  }
  .situation__title::before {
    left: -6rem;
    top: 0rem;
  }
  .situation__title::after {
    right: -8rem;
    top: 0rem;
  }
  .situation__list {
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
  .situation__item {
    width: 26rem;
    height: 26rem;
  }
  .situation__item p {
    font-size: 2.4rem;
  }
  .situation p {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .situation {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .situation__inner {
    gap: 4rem;
  }
  .situation__title {
    text-align: center;
    font-size: 5.2rem;
  }
  .situation__title::before {
    left: -6rem;
    top: 6rem;
  }
  .situation__title::after {
    right: -4rem;
    top: 6rem;
  }
  .situation__list {
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    justify-items: center;
  }
  .situation__item {
    width: 28rem;
    height: 28rem;
  }
  .situation__item p {
    font-size: 2.6rem;
  }
  .situation p {
    font-size: 2.6rem;
  }
}

/* ===============
appraiser
===============*/
.appraiser {
  background-color: #F9FBFA;
}
.appraiser__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appraiser__card {
  background-color: white;
  padding: 0;
  display: flex;
}
.appraiser__profile h4 {
  color: #00A33E;
}
.appraiser__name {
  display: flex;
  align-items: center;
}
.appraiser__name p {
  display: inline-block;
  color: white;
  background-color: #00A33E;
  padding: 0.6rem 2rem;
  margin-right: 4rem;
}
.appraiser__name h3 {
  position: relative;
}
.appraiser__name rt {
  font-size: 0.6em;
  position: absolute;
  bottom: -3rem;
  left: -0.8rem;
}
@media (min-width: 768px) {
  .appraiser {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .appraiser__inner {
    gap: 2rem;
  }
  .appraiser__card {
    flex-direction: row;
    align-items: center;
    width: 120rem;
    height: 50rem;
  }
  .appraiser__img {
    width: 50rem;
    height: 50rem;
  }
  .appraiser__profile {
    padding: 4rem 6rem;
  }
  .appraiser__name p {
    font-size: 2.4rem;
  }
  .appraiser__name h3 {
    font-size: 3.2rem;
  }
  .appraiser__career, .appraiser__word {
    padding: 2rem 0;
  }
  .appraiser__career {
    margin-top: 2rem;
    border-bottom: 1px #CCCCCC solid;
  }
}
@media (max-width: 768px) {
  .appraiser {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .appraiser__inner {
    gap: 8rem;
  }
  .appraiser__card {
    flex-direction: column;
    width: 65rem;
  }
  .appraiser__profile {
    padding: 4rem;
  }
  .appraiser__name p {
    font-size: 2rem;
  }
  .appraiser__name h3 {
    font-size: 3.8rem;
  }
  .appraiser__career, .appraiser__word {
    padding: 2rem 0;
  }
  .appraiser__career {
    margin-top: 4rem;
    border-bottom: 1px #CCCCCC solid;
  }
}

/* ===============
buyflow
===============*/
.buyflow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .buyflow {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .buyflow__inner {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .buyflow {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .buyflow__inner {
    gap: 8rem;
  }
}

.buyflow-steps {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.buyflow-steps .buyflow-step:not(:last-child) .buyflow-step__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 2.7rem 2.55rem 0 2.55rem;
  border-color: #ccdcd2 transparent transparent;
  translate: -50% 100%;
}
@media (min-width: 768px) {
  .buyflow-steps {
    padding: 4rem 10rem;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .buyflow-steps {
    padding: 4rem 0rem;
    gap: 4rem;
  }
}

.buyflow-step__num {
  font-weight: bold;
  color: #0A4A23;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}
.buyflow-step__num span {
  font-size: 5.5rem;
  line-height: 0.8;
}
.buyflow-step__img {
  width: fit-content;
  position: relative;
}
.buyflow-step__text h3 {
  color: #0A4A23;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .buyflow-step {
    height: 20rem;
    display: grid;
    grid-template-columns: 7rem 30rem 1fr;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .buyflow-step {
    display: grid;
    grid-template-columns: 26rem 1fr;
    column-gap: 3rem;
    align-items: center;
  }
  .buyflow-step__img img {
    width: 26rem;
  }
  .buyflow-step__text h3 span {
    margin-right: 0.8rem;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
  /*ラジオボタンを全て消す*/
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブのコンテンツのみを表示*/
}
.tabs input[name=tab__item] {
  display: none;
}
.tabs input:checked + .tab__item {
  border-bottom: 3px solid #0A7C36;
  color: #0A7C36;
}
.tabs #shop-kaitori:checked ~ #shop-kaitori__content,
.tabs #syuttyou-kaitori:checked ~ #syuttyou-kaitori__content {
  display: block;
}

.tab {
  /*タブのスタイル*/
  /*タブ切り替えの中身のスタイル*/
}
.tab__item {
  width: calc((100% - 1.2rem) / 2);
  height: 7rem;
  border: 1px solid #CCCCCC;
  background-color: #FAFAFA;
  font-size: 2.4rem;
  text-align: center;
  align-content: center;
  color: #AAAAAA;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.tab__item:hover {
  opacity: 0.75;
}
.tab__item:first-of-type {
  margin-right: 1.2rem;
}
.tab__content {
  display: none;
  clear: both;
  overflow: hidden;
}

.buyflow-notice {
  border: 1px #CCCCCC solid;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.buyflow-notice__title {
  text-align: center;
}
.buyflow-notice__list {
  display: flex;
  flex-wrap: wrap;
}
.buyflow-notice__item {
  color: white;
  background-color: #6E8B79;
  border-radius: 4rem;
  text-align: center;
  align-content: center;
}
.buyflow-notice__description {
  color: #707070;
}
@media (min-width: 768px) {
  .buyflow-notice {
    gap: 3rem;
    padding: 3rem 4.8rem;
  }
  .buyflow-notice__title {
    font-size: 2.2rem;
  }
  .buyflow-notice__list {
    gap: 2rem;
    margin: 0 auto;
  }
  .buyflow-notice__item {
    width: 25rem;
    height: 6rem;
    font-size: 2rem;
  }
  .buyflow-notice__description {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .buyflow-notice {
    gap: 2.4rem;
    padding: 4rem 3rem;
  }
  .buyflow-notice__title {
    font-size: 3.2rem;
  }
  .buyflow-notice__list {
    gap: 1.2rem 2rem;
  }
  .buyflow-notice__item {
    width: 30rem;
    height: 7rem;
    font-size: 2.6rem;
  }
  .buyflow-notice__description {
    font-size: 2.4rem;
  }
}

/* ===============
voice
===============*/
.voice {
  background-color: #F9FBFA;
}
.voice__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .voice {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .voice__inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .voice {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .voice__inner {
    gap: 8rem;
  }
}

.voice-unit {
  height: 50rem;
  background-color: #FFFFFF;
  border: 1px #CCCCCC solid;
  padding: 2rem 4rem;
  display: grid;
  align-items: start;
  grid-template-columns: 12rem 1fr;
  grid-template-rows: 3rem 9rem 1fr;
}
.voice-unit__avater {
  grid-row: span 2;
}
.voice-unit__information {
  color: #707070;
  font-size: 1.5rem;
}
.voice-unit__title {
  font-size: 2.4rem;
}
.voice-unit__text {
  margin-top: 4rem;
  grid-column: span 2;
}

/* ===============
qa
===============*/
#front-page .qa {
  background-color: #0A4A23;
  color: white;
}
#front-page .qa__title {
  font-size: 3.6rem;
}
#front-page .qa__title::before {
  background-color: white;
}
#front-page .qa__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===============
news
===============*/
.news {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.news__title {
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
.news__title .svg_hexagon02 {
  fill: #0A7C36;
}
.news__item {
  border-bottom: 1px solid gray;
}

.news-unit {
  align-items: center;
  border-bottom: 1px solid #CCC;
  display: grid;
  grid-template-columns: 12rem 1fr 3rem;
  row-gap: 1.6rem;
  grid-template-rows: 2.4rem 1fr;
  padding: 3rem 1.2rem 0;
  position: relative;
}
.news-unit__date {
  font-size: 2rem;
  font-weight: bold;
  color: #0A4A23;
}
.news-unit__category {
  display: flex;
  height: 2.4rem;
  width: fit-content;
  color: white;
  font-size: 1.2rem;
  background-color: #0A7C36;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.news-unit__title {
  grid-column: span 2;
  margin-bottom: 3rem;
}
.news-unit i {
  grid-area: 1/3/3/3;
  justify-items: end;
}

#company {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  #company {
    padding-bottom: 12rem;
  }
}

.greeting {
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  .greeting__text {
    font-size: 2rem;
  }
  .greeting__sign {
    font-size: 1.6rem;
    text-align: end;
    margin-top: 2rem;
  }
  .greeting__sign span {
    font-size: 2.4rem;
    margin-left: 1.6rem;
  }
}
@media (max-width: 768px) {
  .greeting__text {
    font-size: 2.6rem;
  }
  .greeting__sign {
    font-size: 2.6rem;
    text-align: end;
    margin-top: 2rem;
  }
  .greeting__sign span {
    font-size: 3.2rem;
    margin-left: 1.6rem;
  }
}

.overview__table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 100%;
}
@media (min-width: 768px) {
  .overview__table th, .overview__table td {
    padding: 1.8rem 2.5rem;
    text-align: start;
    align-content: start;
    font-weight: normal;
  }
  .overview__table th {
    width: 25%;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  .overview__table td {
    width: 75%;
    border-bottom: 1px solid #CCC;
  }
}
@media (max-width: 768px) {
  .overview__table tr {
    display: flex;
    flex-direction: column;
  }
  .overview__table th, .overview__table td {
    padding: 2rem 3.2rem;
    text-align: start;
    align-content: start;
    font-weight: normal;
  }
  .overview__table th {
    width: 100%;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCC;
  }
  .overview__table td {
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
}

#contact {
  padding-bottom: 2rem;
}
#contact .inner-width {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
#contact .section-title {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 12rem;
  }
  #contact .inner-width {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  #contact .section-title {
    margin-bottom: 5rem;
  }
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__table {
  width: 100%;
}
@media (min-width: 768px) {
  .contact__table th, .contact__table td {
    padding: 1.8rem 2.5rem;
    text-align: start;
    align-content: start;
    font-weight: normal;
  }
  .contact__table th {
    font-size: 2rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .contact__table td {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .contact__table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    gap: 1.2rem;
  }
  .contact__table th, .contact__table td {
    text-align: start;
    align-content: start;
    font-weight: normal;
  }
  .contact__table th {
    width: 100%;
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact__table td {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact__type {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
  }
}

.required::after {
  content: "必須";
  font-size: 1.6rem;
  color: white;
  background-color: #D73B7D;
  border-radius: 2rem;
  padding: 0.2em 0.4em;
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .required::after {
    font-size: 2rem;
    margin-left: 2rem;
  }
}

.non-required::after {
  content: "任意";
  font-size: 1.6rem;
  color: white;
  background-color: #DDDDDD;
  border-radius: 2rem;
  padding: 0.2em 0.6em;
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .non-required::after {
    font-size: 2rem;
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .contact__privacy {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .contact__privacy {
    margin-bottom: 4rem;
  }
}

input.wpcf7-text {
  height: 6rem;
}
@media (max-width: 768px) {
  input.wpcf7-text {
    height: 5rem;
  }
}

input.wpcf7-text, textarea {
  color: #CCCCCC;
  border: 1px #CCCCCC solid;
  border-radius: 5px;
  padding: 1.6rem 2rem;
  width: 100%;
}
input.wpcf7-text::placeholder, textarea::placeholder {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  input.wpcf7-text::placeholder, textarea::placeholder {
    font-size: 2.6rem;
  }
}

.wpcf7-form input[type=submit] p {
  text-align: center;
}
.wpcf7-form input[type=submit] input {
  color: white;
  background-color: #0A7C36;
  width: 24rem;
  height: 6rem;
  font-size: 1.8rem;
  padding: 2rem 3.2rem;
  margin: 0 auto;
  box-shadow: 0 4px 0 #298598;
}
.wpcf7-form input[type=submit] input :hover {
  background: #298598;
  box-shadow: none;
  transform: translateY(4px);
  transition-duration: 0.3s;
  opacity: inherit;
}

.wpcf7-radio label, .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
}
.wpcf7-radio label::before, .wpcf7-radio label::after, .wpcf7-acceptance label::before, .wpcf7-acceptance label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.wpcf7-radio label::before, .wpcf7-acceptance label::before {
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
}
.wpcf7-radio label::after, .wpcf7-acceptance label::after {
  background-color: #0A7C36;
  border-radius: 50%;
  opacity: 0;
  width: 1.2rem;
  height: 1.2rem;
  left: 0.9rem;
}
.wpcf7-radio label:has(> input:checked)::before, .wpcf7-acceptance label:has(> input:checked)::before {
  border: 2px solid #0A7C36;
}
.wpcf7-radio label:has(> input:checked)::after, .wpcf7-acceptance label:has(> input:checked)::after {
  opacity: 1;
}
.wpcf7-radio input, .wpcf7-acceptance input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

#qa {
  margin-bottom: 10rem;
}

#store {
  margin-bottom: 10rem;
}

.store__inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 4rem;
}

.store-unit__name {
  display: flex;
  align-items: center;
}
.store-unit__img {
  width: 65rem;
  height: 40rem;
}
.store-unit__table th {
  font-weight: normal;
  text-align: start;
}
.store-unit__map iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .store-unit {
    display: grid;
    grid-template-columns: 1fr 65rem;
    grid-template-rows: 10rem 30rem 40rem;
  }
  .store-unit__name {
    font-size: 3.6rem;
    grid-area: 1/1/2/2;
  }
  .store-unit__img {
    grid-area: 1/2/3/3;
  }
  .store-unit__table {
    grid-area: 2/1/3/2;
  }
  .store-unit__table th {
    padding: 1.2rem 2rem;
    border-right: 1px solid #CCCCCC;
    align-content: start;
  }
  .store-unit__table td {
    padding: 1.2rem 3rem;
    margin-left: 1rem;
  }
  .store-unit__map {
    grid-area: 3/1/4/3;
    margin-top: 3rem;
  }
  .store-unit__map iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .store-unit {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .store-unit__name {
    font-size: 4rem;
  }
  .store-unit__img {
    margin: 0 calc(50% - 32.5rem);
  }
  .store-unit__table {
    width: 100%;
  }
  .store-unit__table tbody {
    width: 100%;
  }
  .store-unit__table tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
  .store-unit__table th, .store-unit__table td {
    width: 100%;
    padding: 1.2rem 2rem;
  }
  .store-unit__table th {
    border-bottom: 1px solid #CCCCCC;
  }
  .store-unit__map {
    margin-top: 3rem;
  }
  .store-unit__map iframe {
    width: 100%;
    height: 40rem;
  }
}

#privacy {
  margin-bottom: 10rem;
}

.privacy__inner h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background-image: linear-gradient(90deg, #D6D5CF 0 12rem, #F6F5F2 12rem 100%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  margin: 5rem 0 0.8rem;
}
.privacy__inner ul {
  margin: 0.4em 0;
}
.privacy__inner ul li::before {
  content: "・";
}

.beginners-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2rem;
  margin-bottom: 8rem;
}
.beginners-step__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px #CCCCCC solid;
  position: relative;
  padding: 2.4rem 3rem;
  border-radius: 1rem;
}
.beginners-step__num {
  font-size: 9rem;
  font-weight: bold;
  color: #0A7C36;
  line-height: 100%;
}
.beginners-step__title {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .beginners-step {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.beginners-promise {
  background-color: #FEFDF8;
  border: 2px solid #F6F1DF;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.beginners-promise h2 {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.beginners-promise h2::before {
  content: "";
  width: 24rem;
  height: 1px;
  background-color: black;
}
.beginners-promise h2::after {
  content: "";
  width: 24rem;
  height: 1px;
  background-color: black;
}
.beginners-promise ul {
  list-style: decimal;
}
.beginners-promise ul li::marker {
  font-size: 4rem;
  font-weight: bold;
  color: #00A33E;
}
.beginners-promise__img01 {
  position: absolute;
  bottom: 0;
  left: 4rem;
}
.beginners-promise__img02 {
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media (max-width: 768px) {
  .beginners-promise h2 {
    font-size: 4rem;
  }
  .beginners-promise h2::before {
    width: 6rem;
  }
  .beginners-promise h2::after {
    width: 6rem;
  }
  .beginners-promise ul {
    margin-bottom: 30rem;
  }
  .beginners-promise__img01 {
    left: 14rem;
  }
  .beginners-promise__img02 {
    right: 14rem;
  }
}

#shop-kaitori {
  /*タブ切り替え全体のスタイル*/
}
#shop-kaitori .shop-kaitori__catch {
  font-size: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #shop-kaitori .shop-kaitori__catch {
    text-align: center;
    font-size: 5rem;
  }
}
#shop-kaitori .shop-kaitori__catch span {
  color: #0A7C36;
  background-image: radial-gradient(circle at center, #0A7C36 10%, transparent 10%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.5em;
}
#shop-kaitori .shop-kaitori__word {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 3rem;
}
#shop-kaitori .shop-kaitori__word li {
  color: white;
  background-color: #0A7C36;
  border-radius: 4rem;
  text-align: center;
  align-content: center;
  padding: 0.4em 0.8em;
}
#shop-kaitori .shop-kaitori__text {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #shop-kaitori .shop-kaitori__text {
    text-align: start;
  }
}
#shop-kaitori .buyflow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #shop-kaitori .buyflow {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  #shop-kaitori .buyflow__inner {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  #shop-kaitori .buyflow {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #shop-kaitori .buyflow__inner {
    gap: 8rem;
  }
}
#shop-kaitori .buyflow-steps {
  display: flex;
  flex-direction: column;
  align-content: center;
}
#shop-kaitori .buyflow-steps .buyflow-step:not(:last-child) .buyflow-step__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 2.7rem 2.55rem 0 2.55rem;
  border-color: #ccdcd2 transparent transparent;
  translate: -50% 100%;
}
@media (min-width: 768px) {
  #shop-kaitori .buyflow-steps {
    padding: 4rem 10rem;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  #shop-kaitori .buyflow-steps {
    padding: 4rem 0rem;
    gap: 4rem;
  }
}
#shop-kaitori .buyflow-step__num {
  font-weight: bold;
  color: #0A4A23;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}
#shop-kaitori .buyflow-step__num span {
  font-size: 5.5rem;
  line-height: 0.8;
}
#shop-kaitori .buyflow-step__img {
  width: fit-content;
  position: relative;
}
#shop-kaitori .buyflow-step__text h3 {
  color: #0A4A23;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  #shop-kaitori .buyflow-step {
    height: 20rem;
    display: grid;
    grid-template-columns: 7rem 30rem 1fr;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #shop-kaitori .buyflow-step {
    display: grid;
    grid-template-columns: 26rem 1fr;
    column-gap: 3rem;
    align-items: center;
  }
  #shop-kaitori .buyflow-step__img img {
    width: 26rem;
  }
  #shop-kaitori .buyflow-step__text h3 span {
    margin-right: 0.8rem;
  }
}
#shop-kaitori .tabs {
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブのコンテンツのみを表示*/
}
#shop-kaitori .tabs .current {
  border-bottom: 3px solid #0A7C36;
  color: #0A7C36;
}
#shop-kaitori .tabs #shop-kaitori:checked ~ #shop-kaitori__content,
#shop-kaitori .tabs #syuttyou-kaitori:checked ~ #syuttyou-kaitori__content {
  display: block;
}
#shop-kaitori .tab {
  /*タブのスタイル*/
  /*タブ切り替えの中身のスタイル*/
}
#shop-kaitori .tab__item {
  width: calc((100% - 1.2rem) / 2);
  height: 7rem;
  border: 1px solid #CCCCCC;
  background-color: #FAFAFA;
  font-size: 2.4rem;
  text-align: center;
  align-content: center;
  color: #AAAAAA;
  display: block;
  float: left;
  transition: all 0.2s ease;
  margin-bottom: 6rem;
}
#shop-kaitori .tab__item:hover {
  opacity: 0.75;
}
#shop-kaitori .tab__item:first-of-type {
  margin-right: 1.2rem;
}
#shop-kaitori .tab__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*@use "node_modules/tailwindcss/utilities";*/