@charset "utf-8";

/* CSS Document */
/*------------------------------------------------
reset
--------------------------------------------------*/
html,
body,
header,
footer,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
abbr,
acronym,
aress,
article,
aside,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
section,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
nav,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
hr,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

a {
  transition: .5s;
}

a:hover {
  opacity: .6;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 16px;
}

.wrap {
  overflow: hidden;
}

header {
  background: url("../img/main_pc.webp") center bottom no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0 0;
}

header.v2 {
  padding: 70px 0 0;
}

header h1 {
  width: 100%;
  text-align: center;
  line-height: 0;
}

span.notxt {
  display: none !important;
}

header h1 img {
  line-height: 0;
}

section.sec01 {
  padding: 60px 0 70px;
  background: #fefcf0;
}

.Inner {
  max-width: 1000px;
  margin: 0 auto;
}

p {
  line-height: 2;
  color: #000000;
}

p.headtxt {
  text-align: center;
  margin-bottom: 40px;
}

h2.h2 {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 50px;
  background: linear-gradient(0deg, #363010 0%, #363010 25%, #86836f 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0a080800;
  text-align: center;
}

p.headtxt {
  text-align: center;
  margin-bottom: 50px;
}

.sec01_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sec01_cont {
  width: 49%;
  border: 10px solid #9c9570;
  box-sizing: border-box;
  background: #fff;
}

.sec01_head {
  background: linear-gradient(to bottom, rgba(233, 228, 203, 1) 0%, rgba(233, 228, 203, 1) 74%, rgba(233, 228, 203, 0) 100%);
  padding: 10px;
  position: relative;
}

.sec01_head div {
  display: block;
  position: relative;
  padding-left: 87px;
  margin-bottom: 15px;
  width: 100%;
}

.sec01_head div h3 {
  font-size: 20px;
  border-bottom: 1px solid;
  display: block;
  padding: 5px 0 10px;
}

.sec01_head div span {
  width: 78px;
  aspect-ratio: 1;
  background: url("../img/sec1-1.webp") no-repeat;
  background-size: auto;
  position: absolute;
  top: -35px;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01_head p {
  margin: 0 10px;
}

.sec01_head p {
  margin: 0 15px;
}

.sec01_under ul {
  list-style: none;
  justify-content: space-between;
  display: flex;
  margin: 0 20px 15px;
}

.sec01_under {
  padding: 0 15px;
}

.sec01_under ul li {
  text-align: center;
  color: #898989;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  align-items: center;
  white-space: nowrap;
}

.sec01_under ul li b {
  font-size: 48px;
}

.sec01_under ul li span {
  font-size: 16px;
}

.sec01_under p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #00633f;
  margin-bottom: 15px;
  font-weight: bold;
}

.sec01_under ul li:last-child {
  color: #3aa45e;
}

.sec01_under ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec01_under ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec01_bottm {
  display: flex;
  align-items: center;
  text-align: center;
}

.sec01_bottm .txt p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.sec01_bottm .txt p span b {
  color: #ee6911;
  font-size: 30px;
  font-weight: 600;
}

.sec01_bottm .txt p span {
  border-bottom: 4px double;
  padding: 8px;
}

section.sec01_house {
  padding: 30px 0;
  background: #f0ebcd;
}

section.sec01_house ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

section.sec01_house ul p.tit {
  background: #655915;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 10px;
}

section.sec01_house ul p.txt01 {
  text-align: center;
  font-size: 18px;
  color: #6c6c6c;
  font-weight: bold;
}

section.sec01_house ul p.txt01 span,
section.sec01_house ul p.txt02 span {
  font-size: 25px;
}

section.sec01_house ul p.txt02 {
  text-align: center;
  font-size: 18px;
  color: #3aa45e;
  font-weight: bold;
}

section.sec01_house ul p.txt02 span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #f8e840 52%);
  padding-bottom: 0px;
}

section.sec01_house ul .txt img {
  transform: rotate(90deg);
  height: 15px;
  margin: 5px auto 0;
  display: block;
}

h2.contact_h2 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 30px;
  background: linear-gradient(0deg, #363010 0%, #363010 25%, #86836f 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0a080800;
  text-align: center;
  position: relative;
}

section.contact_area {
  padding: 40px 0 20px;
  background: url("../img/contact_bg.webp") center center no-repeat;
  background-size: cover;
}

h2.contact_h2:before {
  content: "";
  height: 1px;
  width: 80%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+53,000000+100&0+1,1+53,0+100 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 53%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

section.contact_area p.headtxt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

section.contact_area p.headtxt b {
  font-size: 30px;
  color: #ff6400;
}

section.contact_area ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 20px;
}

section.contact_area ul li a {
  background: #00a437;
  width: 100%;
  border-radius: 20px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 4px 4px 0 #6f6123;
  overflow: hidden;
}

section.contact_area ul li {
  width: 49%;
  height: 100px;
}

section.contact_area ul li a img {
  position: revert;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: 5px;
  margin-right: 25px;
}

section.contact_area ul li:last-child a {
  font-size: 32px;
  background: #ff6400;
}

p.opentime {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

p.opentime a {
  color: #ff6400;
  text-decoration: none;
  font-weight: bold;
}

section.contact_area ul li a:before {
  content: "";
  height: 50%;
  width: 100%;
  background: #1ac052;
  position: absolute;
  top: 0;
  z-index: 0;
}

section.contact_area ul li:last-child a:before {
  background: #ff7f2d;
}

section.contact_area ul li a div {
  position: relative;
  z-index: 1;
}

section.sec02 {
  padding: 70px 0;
}

.ac {
  text-align: center;
}

.mb40 {
  margin-bottom: 40px;
}

h2.h2 b {
  display: inline;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 50px;
  background: linear-gradient(0deg, #146e4d 0%, #146e4d 25%, #6ea692 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0a080800;
  text-align: center;
}

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

.sec02_cont {
  width: 31%;
  text-align: center;
  position: relative;
}

.sec02_selif h3 {
  background: #eefcf2;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  color: #00633f;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02_selif .txt {
  padding: 20px;
  text-align: left;
}

.sec02_selif {
  background: #d6f0de;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 40px;
  position: relative;
}

.sec02_selif:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 20px 0px 20px;
  border-color: #d6f0df transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
}

.sec02_cont:nth-child(2),
.sec02_cont:nth-child(5) {
  margin-top: 50px;
}

section.sec03 {
  text-align: center;
  padding: 0px 0 60px;
  background: url("../img/sec3-bg.webp") center top no-repeat;
  background-size: 100% 100%;
  position: relative;
}

section.sec03:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 230px 50vw 0px 50vw;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

section.sec03 h2 {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 50px;
  background: linear-gradient(0deg, #363010 0%, #363010 25%, #86836f 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0a080800;
  text-align: center;
  position: relative;
  line-height: 1.7;
}

section.sec03 h2 b {
  background: linear-gradient(0deg, #ff6a0a 0%, #ff6a0a 25%, #ffa56b 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0a080800;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
}

.sec03_box {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}

.sec03_cont {
  background: #1a3676;
  width: 48.5%;
  border-radius: 15px 15px 0 0;
  padding: 30px 30px 20px;
}

.sec03_cont h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.sec03_detail {
  text-align: left;
  background: #fff;
  margin-bottom: 10px;
}

.sec03_head {
  display: flex;
  align-items: center;
  background: #e8ebf6;
  padding: 5px 15px;
}

.sec03_head div {
  width: auto;
  text-align: center;
  color: #9d7e00;
  font-size: 14px;
  position: relative;
  padding: 5px 20px 5px 0;
  font-weight: bold;
}

.sec03_head div b {
  width: 30px;
  background: #fff;
  display: block;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 18px;
}

.sec03_head div:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #000;
  position: absolute;
  right: 0;
  transform: skewX(-20deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec03_head h4 {
  padding-left: 20px;
  font-size: 20px;
}

.sec03_detail .txt {
  padding: 20px;
}

.sec03_cont:last-child {
  background: #761a1a;
}

.sec03_cont:last-child .sec03_head {
  background: #f6e8e8;
}

.sec03_cont:last-child {
  background: #761a1a;
}

.sec03_cont:last-child .sec03_head {
  background: #f6e8e8;
}

section.sec04 {
  padding: 100px 0;
  background: url("../img/sec4-bg.webp");
  background-size: 100% 100%;
  text-align: center;
}

h2.sec04_h2 {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.8;
}

h2.sec04_h2:before {
  content: url("../img/hat.webp");
  mix-blend-mode: color-burn;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}

h2.sec04_h2 b {
  color: #c5a216;
  position: relative;
}

section.sec04 p.headtxt {
  color: #fff;
}

.reason_cont {
  text-align: left;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 280px;
}

.reason_cont .num {
  padding: 10px 20px 0;
  color: #775f02;
  font-size: 18px;
  font-weight: 500;
}

.reason_cont .num b {
  font-size: 30px;
}

.reason_cont h3 {
  font-size: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9bb46+0,ffffff+100&1+0,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9bb46+0,ffffff+87&1+0,0+100 */
  background: linear-gradient(to right, rgba(217, 187, 70, 1) 0%, rgba(255, 255, 255, 0.13) 87%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px 20px;
}

.reason_cont .txt .txt {
  padding: 20px;
  width: 100%;
}

.reason_cont figure {
  padding: 20px;
  width: 45%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason_cont .txt {
  width: 55%;
}

.reason_box {
  margin-bottom: 100px;
}

.reason_cont:nth-child(2) figure {
  order: -1;
}

.zero_cont {
  width: 48%;
  background: url("../img/stripe.webp");
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding: 30px;
}

.zero_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.zero_cont:before {
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.zero_head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 95px;
}

.zero_head img {
  margin-right: 10px;
}

.zero_head h3 {
  font-size: 30px;
  border-bottom: 8px solid #004e32;
  padding-bottom: 5px;
}

.zero_head h3 b {
  color: #c5a216;
  font-weight: 600;
}

.zero_cont .txt {
  position: relative;
}

.problrem_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.problrem_cont {
  width: 49%;
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.problrem_cont h3 {
  padding: 10px;
  text-align: center;
  color: #fff;
  background: url("../img/problrem_head.webp");
}

.problrem_cont figure {
  padding: 10px;
  text-align: center;
}

.problrem_cont:nth-child(3),
.problrem_cont:nth-child(4),
.problrem_cont:nth-child(5) {
  width: 32%;
}

.problrem_under p {
  font-size: 20px;
  font-weight: 500;
}

.problrem_under p span {
  color: #004e32;
  background: #fff;
  padding: 0 8px;
}

.problrem_under p b {
  color: #ff6400;
  font-size: 30px;
  border-bottom: 7px double;
}

section.sec05 {
  background: #d7f0df;
  padding: 100px 0;
}

h2.sec05_h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  position: relative;
  margin-bottom: 70px;
}

h2.sec05_h2 b {
  color: #967800;
  position: relative;
}

section.sec05 h2.sec05_h2:before {
  content: "FLOW";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 150px;
  color: #ebfaf0;
  z-index: 0;
  bottom: 15px;
}

section.sec05 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

section.sec05 ul li {
  width: 19%;
  text-align: center;
}

section.sec05 ul li h3 {
  background: linear-gradient(to right, rgba(0, 78, 50, 1) 0%, rgba(0, 78, 50, 1) 63%, rgba(0, 78, 50, 0.55) 87%, rgba(0, 78, 50, 0.3) 100%);
  height: 45px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sec05 ul li h3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 45px 25px;
  border-color: transparent transparent #d7f0e0 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec05_bottom {
  text-align: center;
}

.sec05_bottom h4 {
  font-size: 30px;
  color: #004e32;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.sec05_bottom h4 b {
  color: #ff6400;
  font-weight: 600;
}

.sec05_bottom p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.sec05_bottom h4:before {
  content: "[";
  position: absolute;
  left: -40px;
  bottom: 0;
}

.sec05_bottom h4:after {
  content: "]";
  position: absolute;
  right: -40px;
  bottom: 0;
}

h2.sec05_h2 span {
  position: relative;
}

section.sec06 {
  padding: 120px 0;
}

section.sec06 h2.sec05_h2:before {
  content: "VOICE";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 150px;
  color: #f3f3f3;
  z-index: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

section.sec06 {
  padding: 120px 0 80px;
}

section.sec06 h2.sec05_h2 {
  margin-bottom: 40px;
}

.voice_head span {
  background: url("../img/sec1-1.webp");
  width: 78px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

.voice_cont {
  width: 48%;
  border: 1px solid #54441b;
  position: relative;
  padding: 30px;
}

.voice_cont:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e9e4cb;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.voice_head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.voice_head h3 {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 0) 100%);
  font-size: 20px;
  padding: 10px;
  display: block;
  width: 100%;
  margin-left: 30px;
  padding-left: 60px;
}

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

.voice_under figure {
  width: 100px;
}

.voice_under .txt {
  width: calc(100% - 120px);
}

.voice_under .txt h4 {
  font-size: 18px;
  color: #655915;
  border-bottom: 1px solid;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

section.sec07 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fcf9+2,d5efdd+41,d5efdd+100 */
  background: linear-gradient(to right, rgba(247, 252, 249, 1) 2%, rgba(213, 239, 221, 1) 41%, rgba(213, 239, 221, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 70px 0;
  position: relative;
}

section.sec07 figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 45vw;
  object-fit: cover;
}

section.sec07 h2 {
  font-size: 40px;
  color: #fff;
  background: linear-gradient(to right, rgba(0, 78, 50, 1) 0%, rgb(0 78 50) 63%, rgb(0 78 50 / 38%) 87%, rgb(0 78 50 / 0%) 100%);
  height: 175px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

section.sec07:before {
  content: "";
  height: 175px;
  width: 50vw;
  background: #004f34;
  position: absolute;
  left: 0;
  top: 70px;
}

section.sec07 p.headtxt {
  width: 67%;
  text-align: left;
  font-size: 20px;
}

section.sec07 h3 {
  font-size: 30px;
  color: #004e32;
  font-weight: 600;
  border-bottom: 2px solid;
  width: 67%;
  padding: 10px 0;
  margin-bottom: 20px;
}

section.sec07 p.txt_01 {
  width: 67%;
  margin-bottom: 50px;
}

section.sec07 .underbox {
  background: rgb(255 255 255 / 50%);
  width: 67%;
  border-radius: 15px;
  padding: 20px;
}

section.sec07 .underbox ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

section.sec07 .underbox ul li {
  width: calc(100% / 5);
  color: #004e32;
  position: relative;
}

section.sec07 .underbox ul li:before {
  content: url("../img/tri.webp");
  position: absolute;
  right: -10px;
  top: 30px;
}

section.sec07 .underbox ul li:last-child:before {
  content: none;
}

section.sec07 .underbox ul li p {
  color: #004e32;
  font-weight: 500;
  line-height: 1.8;
}

section.sec07 figure img {
  height: 100%;
  width: 45vw;
  object-fit: cover;
}

section.sec08 {
  padding: 120px 0 80px;
}

section.sec08 h2.sec05_h2 {
  margin-bottom: 50px;
}

section.sec08 h2.sec05_h2:before {
  content: "FAQ";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 150px;
  color: #f3f3f3;
  z-index: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.faq_q {
  background: #ede8d4;
  padding: 15px 40px;
  margin-bottom: 15px;
}

.faq_q p {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
}

.faq_q p:before {
  content: "Q.";
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}

.faq_a {
  border: 1px solid #54441b;
  padding: 20px 15px 20px 40px;
  position: relative;
}

.faq_cont {
  margin-bottom: 20px;
}

.faq_a p:before {
  content: "A.";
  color: #94835b;
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  font-weight: bold;
}

.faq_a p {
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}

.faq_a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12.5px 15px 12.5px;
  border-color: transparent transparent #54441b transparent;
  position: absolute;
  top: -15px;
}

.faq_a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -13px;
}

.faq_q {
  background: #ede8d4;
  padding: 15px 40px;
  margin-bottom: 15px;
}

.faq_q p {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  position: relative;
}

.faq_q p:before {
  content: "Q.";
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}

.faq_a {
  border: 1px solid #54441b;
  padding: 20px 15px 20px 40px;
  position: relative;
}

.faq_cont {
  margin-bottom: 20px;
}

.faq_a p:before {
  content: "A.";
  color: #94835b;
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  font-weight: bold;
}

.faq_a p {
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}

.faq_a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12.5px 15px 12.5px;
  border-color: transparent transparent #54441b transparent;
  position: absolute;
  top: -15px;
}

.faq_a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -13px;
}

.faq_a:after {}

.contact-formbox {
  border: 10px solid #bba261;
}

.contact-formbox h2 {}

.contact-formbox h2 {
  font-size: 40px;
  text-align: center;
  padding: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70581c+2,d8c98a+100 */
  background: linear-gradient(to bottom, rgba(112, 88, 28, 1) 2%, rgba(216, 201, 138, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}

form#postForm {
  padding: 50px 50px 40px;
}

table.tableform th {
  width: 40%;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #8a8a8a;
  border-collapse: collapse;
  position: relative;
}

table.tableform td {
  width: 60%;
  padding: 20px;
  border-bottom: 1px solid #8a8a8a;
  border-collapse: collapse;
}

table.tableform {
  border-collapse: collapse;
  width: 100%;
}

table.tableform th span.req {
  float: right;
  font-size: 14px;
  color: #ff6400;
  border: 2px solid;
  padding: 0 10px;
}

table.tableform th span.any {
  color: #929292;
  float: right;
  font-size: 14px;
  border: 2px solid;
  padding: 0 10px;
}

select {
  height: 48px;
  width: max-content;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

input[type="text"] {
  height: 48px;
  width: 100%;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

input[type="email"] {
  height: 48px;
  width: 100%;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

textarea {
  width: 100%;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

input[type="tel"] {
  height: 48px;
  width: 100%;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #808080;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  top: 8px;
}

input[type="checkbox"]:checked {
  background: #776028;
  border-color: #776028;
}

input[type="checkbox"]:before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("../img/icon.svg");
  mask-image: url("https://ics-creative.github.io/241004_checkbox/icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}

input[type="checkbox"]:checked:before {
  opacity: 1;
}

section.sec08 h2.sec05_h2 {
  margin-bottom: 50px;
}

select {
  height: 48px;
  width: max-content;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaeaea;
}

p.harf {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

p.harf input.p-postal-code {
  width: 50%;
  margin: 0 10px;
}

.submit-btn-wrap {
  text-align: center;
  padding: 40px 0 0;
}

.submit-btn-wrap input.formbutton_2.submitBtn {
  font-size: 30px;
  display: flex;
  width: 320px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
  border: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff812f+1,ff812f+50,ff7a18+50,ff812f+50,ff6400+51,ff6400+61,ff6400+100 */
  background: linear-gradient(to bottom, rgba(255, 129, 47, 1) 1%, rgba(255, 129, 47, 1) 50%, rgba(255, 122, 24, 1) 50%, rgba(255, 129, 47, 1) 50%, rgba(255, 100, 0, 1) 51%, rgba(255, 100, 0, 1) 61%, rgba(255, 100, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  box-shadow: 4px 4px 0 #dedede;
  cursor: pointer;
}

.contact-formbox .under_txt {
  padding: 30px;
  text-align: center;
  background: #f1eedd;
}

.contact-formbox .under_txt p {
  font-size: 20px;
  font-weight: 500;
}

.contact-formbox .under_txt p span {
  font-size: 24px;
}

.contact-formbox .under_txt p span b {
  color: #ff6400;
}

main#content {
  padding: 0 0 120px;
}

footer {
  background: url("../img/footer_bg.webp") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

footer .Inner {
  display: flex;
}

footer .Inner .foot_logo {
  width: 40%;
}

footer .Inner .foot_logo a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

footer .txt p {
  color: #fff;
}

/* add fix_btn */
.header_fix {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fffa;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_fix .logo img {
  width: 300px;
}

.cta_btn {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: 1em;
  max-width: 440px;
}

.cta_btn p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.cta_btn .tel,
.cta_btn .mail {
  flex: 1;
}

.cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.cta_btn .tel a {
  flex-wrap: wrap;
  color: #000;
}

.cta_btn .mail a {
  flex-wrap: nowrap;
  border-radius: 10px;
  background: linear-gradient(to bottom, #ff7f2d 0%, #ff7f2d 50%, #ff6400 50%, #ff6400 100%);
  padding: 0 1em;
  font-weight: bold;
}

.cta_btn .tel_inner {
  display: flex;
  align-items: center;
}

.cta_btn img {
  margin: 0 5px 0 0;
  box-sizing: border-box;
  transform: translateY(2px);
}

.cta_btn .tel img {
  height: 20px;
  background: none;
  padding: 0;
  filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(4529%) hue-rotate(345deg) brightness(85%) contrast(92%);
}

.cta_btn .mail img {
  width: 20px;
}



.cta_btn .telnum {
  font-size: 24px;
  font-weight: bold;
}

.cta_btn .note {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#fix_footer {
  display: none;
}


@media screen and (max-width: 1400px) {
  section.sec07 figure img {
    width: auto;
  }
}

@media screen and (min-width: 1001px) {
  .pc_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }

  .mobile_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }

  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }

  img {
    max-width: 100%;
  }

  header {
    padding: 0;
  }

  header.v2 {
    padding: 50px 0 0;
  }

  .Inner {
    padding: 0 40px;
  }

  .sec01_under ul li b {
    font-size: 34px;
  }

  .sec01_under ul li:nth-child(2) img {
    width: 30px;
  }

  .sec01_under ul li {
    font-size: 24px;
  }

  .sec01_head {
    padding: 10px 10px 20px;
  }

  .sec01_under p {
    text-align: left;
    font-size: 16px;
    padding: 10px;
  }

  section.sec01_house ul li {
    width: 18%;
  }

  section.sec01_house ul p.txt02 {
    font-size: 14px;
  }

  section.sec01_house ul p.txt01 span,
  section.sec01_house ul p.txt02 span {
    font-size: 18px;
  }

  section.sec01_house ul p.txt01 {
    font-size: 14px;
  }

  .sec02_cont {
    width: 32%;
  }

  .sec02_selif .txt {
    padding: 15px;
    text-align: left;
  }

  .sec03_cont {
    padding: 30px 15px 5px;
  }

  .sec03_cont h3 {
    font-size: 21px;
  }

  .sec03_head h4 {
    padding-left: 20px;
    font-size: 18px;
  }

  .reason_cont h3 {
    font-size: 22px;
  }

  h2.sec04_h2 {
    font-size: 32px;
  }

  section.sec03 h2 {
    display: inline;
    font-size: 32px;
  }

  h2.h2 {
    font-size: 35px;
  }

  .zero_head h3 {
    font-size: 20px;
    border-bottom: 6px solid #004e32;
    padding-bottom: 5px;
  }

  .zero_head img {
    margin-right: 10px;
    width: 60px;
  }

  .voice_cont {
    padding: 20px;
  }

  .voice_under figure {
    width: 70px;
  }

  .voice_under .txt {
    width: calc(100% - 80px);
  }

  section.sec07 .Inner {
    position: relative;
    z-index: 10;
  }

  section.sec07 .Inner h3,
  section.sec07 .Inner p {
    width: 100%;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }

  section.sec07 .underbox {
    width: 100%;
  }

  section.sec07 figure {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: auto;
    object-fit: cover;
    opacity: .4;
  }

  section.sec07 h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .contact-formbox .under_txt p {
    font-size: 16px;
    font-weight: 500;
  }

  .contact-formbox .under_txt p span {
    font-size: 22px;
  }

  footer .Inner {
    display: flex;
    flex-wrap: wrap;
  }

  footer .Inner .foot_logo {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec01_head div h3 {
    font-size: 18px;
  }

  .sec01_head div span {
    width: 70px;
    aspect-ratio: 1;
    background: url("../img/sec1-1.webp") no-repeat;
    background-size: cover;
    position: absolute;
    top: -35px;
    left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .sec01_head div {
    padding-left: 78px;
  }

  .sec03_head h4 br {
    display: none;
  }

  .header_fix {
    height: 50px;
  }

  header .cta_btn {
    display: none;
  }

  .header_fix .logo img {
    display: block;
    width: auto;
    height: 30px;
  }

  /* fix_footer */
  #fix_footer {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fffa;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s;
  }

  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }

  #fix_footer.fadeout {
    transform: translateY(100%);
  }

  #fix_footer ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  #fix_footer ul li {
    width: 49%;
    border-radius: 6px;
  }

  #fix_footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;

    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    position: relative;
  }

  #fix_footer img {
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
  }

  .fix_mailbtn {
    background: #00a437;
    background: linear-gradient(to bottom, #1ac052 0%, #1ac052 50%, #00a437 50%, #00a437 100%);

  }

  .fix_mailbtn a {
    color: #fff;
  }

  #fix_footer .fix_tel a {
    display: flex;
    flex-direction: column;
  }

  .fix_tel .telnum {
    font-size: 16px;
    font-weight: bold;
  }

  .fix_tel .note {
    font-size: 10px;
  }


  .fix_tel a img {
    box-sizing: border-box;
    border-radius: 4px;
  }

  .fix_tel {
    background: linear-gradient(to bottom, #ff7f2d 0%, #ff7f2d 50%, #ff6400 50%, #ff6400 100%);
  }

  .fix_tel a {
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }
}

@media screen and (min-width: 767px) {
  .forSP {
    display: none !important;
  }

  .forPC {
    display: block !important;
  }
}

@media screen and (max-width: 766px) {
  .forSP {
    display: block !important;
  }

  .forPC {
    display: none !important;
  }

  .Inner {
    padding: 0 20px;
  }

  p {
    font-size: 14px;
  }

  .sec01_box {
    flex-wrap: wrap;
  }

  h2.h2 {
    font-size: 28px;
  }

  .sec01_cont {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec01_under p {
    text-align: left;
    font-size: 14px;
    padding: 10px;
  }

  .sec01_under ul {
    list-style: none;
    justify-content: space-between;
    display: flex;
    margin: 0 0 15px;
  }

  .sec01_bottm {
    flex-wrap: wrap;
  }

  .sec01_bottm figure {
    transform: rotate(90deg);
    margin: 0 auto 40px;
  }

  .sec01_box {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .sec01_bottm .txt p {
    font-size: 16px;
  }

  .sec01_bottm .txt p span b {
    color: #ee6911;
    font-size: 24px;
    font-weight: 600;
  }

  section.sec01_house ul {
    flex-wrap: wrap;
  }

  section.sec01_house ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  section.sec01_house ul p.txt01 span,
  section.sec01_house ul p.txt02 span {
    font-size: 24px;
  }

  section.sec01_house ul p.txt01,
  section.sec01_house ul p.txt02 {
    font-size: 16px;
  }

  h2.contact_h2 {
    font-size: 30px;
  }

  section.contact_area p.headtxt b {
    font-size: 24px;
    color: #ff6400;
    display: block;
  }

  section.contact_area ul {
    flex-wrap: wrap;
  }

  section.contact_area ul li {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }

  section.contact_area ul li a {
    font-size: 22px;
  }

  section.contact_area ul li:last-child a {
    font-size: 26px;
  }

  p.opentime {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  h2.h2 b {
    font-size: 35px;
  }

  p.headtxt {
    text-align: left;
    margin-bottom: 50px;
  }

  .sec02_cont {
    width: 48%;
  }

  .sec02_cont:nth-child(even) {
    margin-top: 50px;
  }

  .sec02_cont:nth-child(5) {
    margin-top: 0;
  }

  .sec02_selif h3 {
    font-size: 17px;
    padding: 5px;
    text-align: left;
    min-height: auto;
  }

  .sec02_selif .txt {
    padding: 10px;
    text-align: left;
  }

  section.sec03 h2 {
    display: inline;
    font-size: 28px;
    position: relative;
    z-index: 10;
  }

  section.sec03:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0px 50vw;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
  }

  section.sec03:after {
    content: "";
    height: 100px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec03_box {
    margin-top: 100px;
    flex-wrap: wrap;
  }

  .sec03_cont {
    margin-bottom: 20px;
    width: 100%;
  }

  h2.sec04_h2 {
    font-size: 26px;
  }

  section.sec04 {
    padding: 50px 0;
    background: url("../img/sec4-bg.webp");
    background-size: 100% 100%;
    text-align: center;
  }

  .reason_cont {
    flex-wrap: wrap;
  }

  .reason_cont .txt {
    width: 100%;
  }

  .reason_cont h3 {
    font-size: 20px;
  }

  .reason_cont figure {
    padding: 20px;
    width: 100%;
  }

  .reason_cont:nth-child(2) figure {
    order: unset;
  }

  .zero_cont {
    width: 100%;
  }

  .zero_head {
    min-height: auto;
  }

  .zero_box {
    margin-bottom: 50px;
  }

  .problrem_cont {
    width: 49%;
    margin-bottom: 2%;
  }

  .problrem_cont h3 {
    font-size: 14px;
    padding: 10px 1px;
  }

  .problrem_cont:nth-child(3),
  .problrem_cont:nth-child(4),
  .problrem_cont:nth-child(5) {
    width: 49%;
  }

  .problrem_cont:nth-child(6) {
    order: 2;
    width: 100%;
  }

  .problrem_under p {
    font-size: 18px;
    font-weight: 500;
  }

  .problrem_under p b {
    color: #ff6400;
    font-size: 23px;
    border-bottom: 7px double;
    display: block;
  }

  .problrem_under p br {
    display: none;
  }

  h2.sec05_h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    position: relative;
    margin-bottom: 70px;
  }

  section.sec05 h2.sec05_h2:before {
    font-size: 100px;
  }

  section.sec05 ul {
    flex-wrap: wrap;
  }

  section.sec05 ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 4%;
  }

  .sec05_bottom h4 {
    font-size: 24px;
  }

  .sec05_bottom p {
    font-size: 16px;
    text-align: left;
  }

  section.sec05 {
    padding: 50px 0;
  }

  section.contact_area p.headtxt {
    text-align: center;
  }

  .voice_cont {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice_box {
    flex-wrap: wrap;
  }

  .voice_head span {
    background: url("../img/sec1-1.webp");
    width: 60px;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-size: cover;
    font-size: 12px;
  }

  .voice_cont {
    padding: 20px 10px;
  }

  .voice_head h3 {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
    margin-left: 25px;
    padding-left: 45px;
  }

  section.sec07 h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  section.sec07 .Inner {
    position: relative;
    z-index: 10;
    padding: 0;
  }

  section.sec07 h2 {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 20px;
    height: auto;
  }

  section.sec07 h3 {
    font-size: 18px;
  }

  section.sec07:before {
    content: none;
  }

  section.sec07 .Inner h3,
  section.sec07 .Inner p {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
  }

  section.sec07 p.headtxt {
    font-size: 16px;
  }

  section.sec07 .underbox ul {
    flex-wrap: wrap;
  }

  section.sec07 .underbox ul li {
    width: 45%;
    color: #004e32;
    position: relative;
  }

  section.sec07 .underbox ul li:last-child {
    width: 100%;
  }

  section.sec07 .underbox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  section.sec08 h2.sec05_h2:before,
  section.sec06 h2.sec05_h2:before {
    font-size: 100px;
  }

  .faq_q p {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
  }

  .faq_a p {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
  }

  .contact-formbox h2 {
    font-size: 20px;
    text-align: center;
    padding: 15px;
  }

  form#postForm {
    padding: 20px;
  }

  table.tableform,
  table.tableform tbody,
  table.tableform tr,
  table.tableform th,
  table.tableform td {
    display: block;
    width: 100%;
  }

  .submit-btn-wrap input.formbutton_2.submitBtn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 24px;
  }

  .contact-formbox .under_txt {
    padding: 15px;
    text-align: center;
    background: #f1eedd;
  }

  .contact-formbox .under_txt p span {
    font-size: 18px;
  }

  .contact-formbox .under_txt p span b:before {
    content: "\A";
    white-space: pre;
  }

  .sec05_bottom h4:before,
  .sec05_bottom h4:after {
    content: none;
  }

  table.tableform td {
    padding: 15px 0;
    font-size: 14px;
  }

  table.tableform th {
    padding: 15px 0;
    font-size: 15px;
  }

}

.tell-flex__ajastment {
  flex-wrap: wrap;
}

.btn-tell {
  margin-top: 0px;
}

.btn-opentime {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-top: -30px;
}

@media screen and (max-width: 766px) {
  .btn-opentime {
    font-size: 16px;
    margin-top: -20px;
  }

  section.contact_area ul li.inquiry-list__wrap,
  section.contact_area ul li.tell-list__wrap {
    height: 80px;
  }
}