@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #3E3625;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "M PLUS 2", sans-serif;
  letter-spacing: 0.03em;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: clip;
}

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

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------ 旧62.5%のscss ----- */
.inner {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: min(20px, 2.5641025641vw);
  padding-left: min(20px, 2.5641025641vw);
}

html {
  max-width: 750px;
  margin-inline: auto;
}

body {
  position: relative;
}

.section__title {
  margin-inline: auto;
  text-align: center;
}

.line__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: min(20px, 2.56vw);
  gap: min(20px, 2.56vw);
}

.section07_01.section__title {
  width: 40%;
}

.section08_01.section__title {
  width: 48.1081081081%;
}

.section09_01.section__title {
  width: 56.2162162162%;
}

.section10_01.section__title {
  width: 31.8918918919%;
}

.section04 {
  margin-top: -2px;
  padding-bottom: min(140px, 17.6923076923vw);
  background: #3E3625;
}

.section05 {
  margin-top: max(-80px, -10vw);
  padding-bottom: min(14px, 1.8vw);
}

.section05_03 {
  margin-top: min(26px, 3.28vw);
}

.section05_04 {
  margin-top: min(32px, 4.1vw);
}

.section06 {
  position: relative;
  margin-bottom: min(90px, 11.5vw);
  padding: 20px 0 18px;
  background: #C1420A;
}
.section06::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 84.0540540541%;
  height: min(342px, 43.8461538462vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/bg_section06.webp) no-repeat center center/contain;
  content: "";
}

.section06_02 {
  margin-top: 13px;
}

.section06_03 {
  margin-top: 29px;
}

.section06_04 {
  margin-top: 18px;
}

.section07 {
  padding-bottom: min(14px, 1.8vw);
}

.section07__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(14px, 1.8vw);
  gap: min(30px, 3.84vw);
}

.section08 {
  padding: min(20px, 2.56vw) 0 min(100px, 12.8vw);
  background: rgba(168, 35, 35, 0.06);
}

.section08_03 {
  margin-top: min(40px, 5.12vw);
}

.cta {
  position: relative;
}

.cta__btn {
  position: absolute;
  top: 83%;
  left: 50%;
  width: 89.7435897436%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta__btn img {
  width: 100%;
}

.section09.faq {
  padding: min(32px, 4vw) 0;
  background: rgba(193, 66, 10, 0.8);
}

.faq__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(32px, 4vw);
  gap: min(12px, 1.54vw);
}

.faq__item {
  border-radius: 8px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: min(28px, 3.59vw);
  line-height: 1.7857142857;
}
.faq__item.is-open .faq__answer {
  display: block;
}
.faq__item.is-open .faq__icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__icon {
  position: absolute;
  top: 50%;
  right: min(40px, 5.12vw);
  width: min(30px, 3.84vw);
  height: min(30px, 3.84vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.faq__icon::after, .faq__icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: min(3px, 0.77vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #006225;
  content: "";
}
.faq__icon::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__question {
  position: relative;
  padding: min(16px, 2vw) min(100px, 12.8vw);
  cursor: pointer;
}
.faq__question::before {
  position: absolute;
  top: 15%;
  left: min(30px, 3.84vw);
  width: min(42px, 5.39vw);
  height: min(42px, 5.39vw);
  background: url(../img/icon_q.webp) no-repeat center center/contain;
  content: "";
}

.faq__answer {
  display: none;
  position: relative;
  padding: 0 min(100px, 12.8vw) min(16px, 2vw);
}
.faq__answer::before {
  position: absolute;
  top: 2%;
  left: min(30px, 3.84vw);
  width: min(42px, 5.39vw);
  height: min(42px, 5.39vw);
  background: url(../img/icon_a.webp) no-repeat center center/contain;
  content: "";
}

.company {
  padding: min(68px, 8.71vw) 0 min(40px, 5.12vw);
}

.company__items {
  margin-top: min(16px, 2vw);
}

.company__item {
  display: grid;
  grid-template-columns: 25% 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: min(40px, 5.12vw) 0;
  gap: 20px;
}
.company__item:not(:first-child) {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

.company__label {
  font-weight: 800;
  font-size: min(36px, 4.6153846154vw);
  line-height: 1.1111111111;
}

.company__value {
  font-weight: 600;
  font-size: min(32px, 4.1025641026vw);
  line-height: 1.25;
}

.footer {
  padding: min(20px, 2.565vw) 0 min(160px, 20vw);
  background: #E8E8E8;
}

.footer__logo {
  width: 56.4864864865%;
  margin-inline: auto;
}

.footer__text {
  margin-top: min(20px, 2.565vw);
  padding-top: 3.5px;
  border-top: #707070 0.5px solid;
  font-size: min(20px, 2.565vw);
  text-align: center;
}

.fixed {
  z-index: 10;
  position: fixed;
  bottom: 5px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
/*# sourceMappingURL=map/styles.css.map */