@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;
}

img,
p {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  /* Chrome/Safari */
  backface-visibility: hidden;
}

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_bg.webp")center center no-repeat;
  background-size: cover;
  padding: 30px 0 0;
  position: relative;
}

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

.notxt {
  display: none;
}

.selif {
  position: absolute;
  bottom: 50px;
  left: 25%;
  z-index: 1;
  width: 779px;
}

.selif p {
  position: absolute;
  font-size: 27px;
  font-weight: bold;
  left: 86px;
  top: 27px;
  line-height: 1.8;
}

.selif p span {
  color: #f8741b;
  background: url("../img/weve.webp") left bottom;
  padding: 0 3px 6px;
  background-repeat: repeat-x;
}

.selif p b {
  font-size: 35px;
  font-weight: bold;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000;
  color: #ffd800;
  position: relative;
}

.selif p b:before {
  content: "・・";
  position: absolute;
  bottom: 18px;
  text-shadow: none;
  color: #000;
}

.selif img {
  margin: auto;
}

.selif .txt ul {
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 56px;
  left: 84px;
}

.selif .txt ul li {
  font-size: 22px;
  background: #3c914b;
  border-radius: 5px;
  margin-right: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 14px;
  height: 38px;
  font-weight: bold;
}

.contact_link {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 80%);
  background: #000;
  position: relative;
  margin: -150px 0;
  padding: 140px 0 80px;
}

.Inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}

.Inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.contact_link figure {
  position: absolute;
  right: -50px;
  bottom: -150px;
}

.contact_link h2 span {
  font-size: 50px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 7px 7px rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  border-bottom: 4px double #fff;
  padding-bottom: 10px;
}

.contact_link h2 {
  margin: 0 0 40px;
}

.contact_link ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 50px 0 25px;
}

.contact_link.v2 ul {
  padding-bottom: 50px;
}

.contact_link ul li {
  width: 330px;
  height: 100px;
  margin-right: 20px;
}

.contact_link ul li a {
  font-size: 22px;
  background: #ff7100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border: 4px solid #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 0 #12581a;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

.contact_link ul li a img {
  margin-right: 13px;
}

.contact_link ul li:last-child a {
  background: #ffd800;
  font-size: 28px;
  flex-wrap: wrap;
}

.contact_link ul li:last-child a:before {
  background: #ffe451;
}

.contact_link ul li:last-child a .note {
  font-size: 1rem;
  margin-bottom: auto;
  margin-left: 42px;
}

.contact_link .txt p {
  text-align: center;
  color: #fff;
}

.contact_link .txt {
  width: max-content;
}

.contact_link figure p {
  position: absolute;
  top: 43px;
  font-size: 28px;
  font-weight: bold;
  color: #3c9046;
  transform: rotate(-3deg);
  left: 56px;
}

.contact_link:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/f_bg.webp") center center no-repeat;
  background-size: cover;
  height: calc(100% - 10px);
  width: 100%;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 80%);
  top: 5px;
  z-index: 0;
}

section.sec1 {
  padding: 250px 0 0;
  background: url("../img/sec1-back.webp") no-repeat;
  background-position: center bottom;
  background-size: auto;
}

section.sec1 .h2box {
  text-align: center;
  width: max-content;
  margin: 0 auto 50px;
  position: relative;
}

h2.h2 {
  font-size: 40px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

h2.h2 b {
  color: #ff7100;
  font-size: 50px;
}

h2.h2 spanj {
  color: #3c9046;
}

.h2box span {
  color: #3c9046;
  font-size: 40px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  position: absolute;
  left: -25%;
  transform: rotate(-10deg);
  bottom: 35px;
  backface-visibility: hidden;
}

.h2box span:before {
  content: "";
  height: 88px;
  width: 3px;
  background: #000;
  position: absolute;
  left: -50px;
  transform: rotate(-45deg);
}

.h2box span:after {
  content: "";
  height: 88px;
  width: 3px;
  background: #000;
  position: absolute;
  right: -50px;
  transform: rotate(45deg);
}

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

.sec1box {
  text-align: center;
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}

.sec1box:before {
  content: url("../img/sec1-1w.webp");
  position: absolute;
  right: 90%;
  bottom: -40px;
}

.sec1box:after {
  content: url("../img/sec1-1m.webp");
  position: absolute;
  left: 90%;
  bottom: -40px;
}

.sec1box img {
  margin: 0 auto;
}

.sec1_cont h3 {
  font-size: 20px;
  color: #fff;
}

.sec1_cont p {
  writing-mode: vertical-rl;
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
}

.sec1_1 h3 {
  position: absolute;
  top: 10px;
  left: 83px;
}

.sec1_1 p {
  position: absolute;
  top: 81px;
  left: 67px;
}

.sec1_2 h3 {
  position: absolute;
  top: 10px;
  left: 327px;
}

.sec1_2 p {
  position: absolute;
  top: 81px;
  left: 321px;
}

.sec1_3 h3 {
  position: absolute;
  top: 10px;
  left: 580px;
}

.sec1_3 p {
  position: absolute;
  top: 81px;
  left: 574px;
}

.sec1_4 h3 {
  position: absolute;
  top: 10px;
  left: 843px;
}

.sec1_4 p {
  position: absolute;
  top: 81px;
  left: 827px;
}

.Inner1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.sec1under {
  margin: -15px 0 0;
  text-align: center;
  position: relative;
}

.sec1under p {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 4px 0px rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  top: 330px;
  line-height: 1.4;
}

.sec1under p b {
  font-size: 50px;
  color: #3c9046;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.sec1under p span {
  color: #ff7100;
  font-size: 50px;
  margin: 0 5px;
}

section.sec2 {
  background: #000;
  padding: 200px 0 150px;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 90%);
  margin-top: -96px;
  text-align: center;
  position: relative;
}

section.sec2:before {
  content: "";
  background: #fff url("../img/sec2-bg.webp") center top repeat-x;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  position: absolute;
  left: 0;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}

h2.h2 span {
  font-size: 50px;
  color: #3c9046;
}

.sec2box {
  display: flex;
  border-left: 5px solid;
  border-right: 5px solid;
}

.sec2_cont {
  width: calc(100% / 3);
  padding: 0px 37px;
  position: relative;
  text-align: left;
}

.sec2_cont .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c9046;
  aspect-ratio: 3 /2;
  background: url("../img/reason-bg.webp") center center no-repeat;
  background-position-y: 30px;
}

.sec2_cont .num b {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 1;
}

.sec2_cont p {
  line-height: 2;
  margin-bottom: 30px;
}

.sec3 {
  color: #000;
  border-top: 5px solid #000;
  background: #65b56e;
  position: relative;
  padding: 50px 0 0;
  z-index: 1;
}

section.sec2:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 30%;
  background: #aaa;
  left: 0;
  bottom: 215px;
}

.sec3:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: #65b56e;
  left: 0;
  bottom: -100%;
}

.sec3 p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}

.sec3 p span {
  font-size: 30px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 6px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  color: #000;
}

.sec3 p span b {
  color: #ff7100;
}

.sec2_cont:last-child figure {
  position: relative;
  line-height: 0;
}

.sec2_cont figure {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec2_cont:nth-child(2) figure {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.sec2_cont:nth-child(2) figure img {
  margin: 0 auto;
}

.sec2_cont:nth-child(2) figure img {
  margin: 0 auto;
}

.sec2_cont:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #000;
  position: absolute;
  right: 0;
  transform: rotate(-4deg);
  bottom: -3px;
}

.sec2_cont:last-child:before {
  content: none;
}

.sec2_cont:nth-child(2):before {
  transform: rotate(4deg);
}

.sec2_cont:nth-child(2) figure img {
  margin: 0 auto;
}

.sec2_cont:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #000;
  position: absolute;
  right: 0;
  transform: rotate(-4deg);
  bottom: -3px;
}

.sec2_cont:last-child:before {
  content: none;
}

.sec2_cont:nth-child(2):before {
  transform: rotate(4deg);
}

section.sec4 {
  clip-path: polygon(0 0, 100% 7%, 100% 90%, 0 100%);
  margin-top: -150px;
  padding: 150px 0;
  background: #000000;
  position: relative;
  text-align: center;
}

section.sec4:before {
  content: "";
  height: calc(100% - 10px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../img/sec4-bg.webp") center top;
  background-size: cover;
  clip-path: polygon(0 0, 100% 7%, 100% 90%, 0 100%);
}

.sec4_box {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.sec4_box .num,
.sec4_box figure {
  display: none;
}

.sec4_cont h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.sec4_cont.sec4_1 .txt {
  position: absolute;
  top: 84px;
  left: 40px;
  width: 47%;
  text-align: left;
}

.sec4_cont p {
  line-height: 1.8;
}

.sec4_cont.sec4_2 .txt {
  position: absolute;
  top: 382px;
  left: 40px;
  width: 56%;
  text-align: left;
}

.sec4_cont.sec4_3 .txt {
  position: absolute;
  top: 668px;
  left: 40px;
  width: 50%;
  text-align: left;
}

section.sec5 {
  background: url("../img/sec5-bg-w.webp"), url("../img/sec5-bg.webp");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  margin-top: -150px;
  padding-top: 220px;
  text-align: center;
}

.sec5box {
  margin: 0 0 0 auto;
  max-width: 800px;
  text-align: left;
  border: 4px solid;
  box-shadow: 5px 5px 0 #0005;
  background: url("../img/sec5boxbg.webp")center center no-repeat;
  background-size: 100% 100%;
}

.sec5_cont h3 {
  padding: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.sec5_cont h3 span {
  color: #ff7100;
  font-size: 20px;
  background: #fff;
  border: 3px solid;
  padding: 0px 20px 4px;
  border-radius: 50px;
  margin-right: 20px;
}

.sec5_cont h3 span b {
  font-size: 24px;
}

.sec5_cont p {
  padding: 20px 40px;
  background: #fff;
}

.sec5_img {
  position: absolute;
  bottom: -45px;
  left: -78px;
}

section.sec5 .Inner {
  padding-bottom: 150px;
}

.sec5_txt {
  position: absolute;
  bottom: -86px;
  left: 25%;
  text-align: center;
  z-index: 1;
}

.sec5_txt p {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 70%);
  top: 46px;
  text-align: left;
  line-height: 1.7;
  left: 75px;
}

.sec5_txt img {
  margin: 0 auto;
}

.sec5_txt p span {
  font-size: 36px;
  color: #3b8e45;
}

section.sec6 {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  background: #000;
  background-size: cover;
  padding-top: 200px;
  margin-top: -90px;
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}

section.sec6:before {
  content: "";
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  background: url("../img/sec6-bg.webp");
  background-size: cover;
  height: calc(100% - 10px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

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

section.sec6 ul li p {
  font-size: 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  border-radius: 50px;
}

b {
  font-weight: bold;
}

section.sec6 h3 {
  font-size: 50px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 70%);
  margin: 20px 0 0;
}

section.sec7 {
  background: url("../img/sec7-bg.webp") center center no-repeat;
  background-size: cover;
  padding: 150px 0 0;
  margin-top: -75px;
  text-align: center;
  border-bottom: 4px solid;
}

.sec7box img {
  margin: 0 auto;
  line-height: 0;
}

h3.sec7_h3_1 {
  position: absolute;
  top: 13px;
  left: 83px;
}

.sec7box {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.sec7box h3 {
  font-size: 20px;
  color: #fff;
}

p.sec7_p_1 {
  position: absolute;
  top: 186px;
  width: 265px;
  text-align: left;
  left: 27px;
}

.sec7box p {
  line-height: 1.7;
}

h3.sec7_h3_2 {
  position: absolute;
  top: 13px;
  left: 426px;
}

p.sec7_p_2 {
  position: absolute;
  top: 207px;
  width: 265px;
  text-align: left;
  left: 365px;
}

p.sec7_p_3 {
  position: absolute;
  top: 207px;
  width: 265px;
  text-align: left;
  left: 706px;
}

h3.sec7_h3_3 {
  position: absolute;
  top: 13px;
  left: 762px;
}

h3.sec7_h3_4 {
  position: absolute;
  top: 414px;
  left: 288px;
}

p.sec7_p_4 {
  position: absolute;
  top: 605px;
  width: 265px;
  text-align: left;
  left: 197px;
}

p.sec7_p_5 {
  position: absolute;
  top: 605px;
  width: 265px;
  text-align: left;
  left: 537px;
}

h3.sec7_h3_5 {
  position: absolute;
  top: 414px;
  left: 570px;
}

section.sec7 .Inner {
  padding-bottom: 100px;
}

section.sec7 figure {
  position: absolute;
  bottom: 0;
  right: -45px;
}

section.sec8 {
  padding: 100px 0 200px;
}

section.sec8 .Inner {
  max-width: max-content;
  padding: 0;
}

section.sec8 h2.h2 {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

section.sec8 h2.h2 b {
  font-size: 40px;
}

.sec8_cont {
  font-weight: bold;
  width: 480px;
}

.sec8_cont.sec8_01 {}

.sec8_cont p.txt01 {
  color: #3c9046;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 0%);
}

.sec8_cont.sec8_01 {}

.sec8_cont p.txt02 {
  font-size: 16px;
}

.sec8_cont p.txt03 {
  display: inline-flex;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
}

.sec8_cont p.txt05 {
  display: inline-flex;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
}

.sec8_cont p.txt04 {
  font-size: 20px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 70%);
  color: #706e6d;
}

.sec8_cont p.txt04 b,
.sec8_cont p.txt06 b {
  font-size: 50px;
}

.sec8_cont p.txt06 {
  font-size: 20px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 70%);
  color: #3f8f4b;
}

.sec8_cont.sec8_01 p.txt01 {
  position: absolute;
  top: 130px;
  left: 60px;
}

.sec8_cont.sec8_01 p.txt02 {
  position: absolute;
  top: 178px;
  left: 44px;
}

.sec8_cont.sec8_01 p.txt03 {
  position: absolute;
  top: 233px;
  left: 272px;
}

.sec8_cont.sec8_01 p.txt05 {
  position: absolute;
  top: 332px;
  left: 272px;
}

.sec8_cont.sec8_01 p.txt04 {
  position: absolute;
  top: 249px;
  left: 286px;
}

.sec8_cont.sec8_01 p.txt06 {
  position: absolute;
  top: 350px;
  left: 287px;
}

.sec8_cont.sec8_02 p.txt01 {
  position: absolute;
  top: 130px;
  left: 566px;
}

.sec8_cont.sec8_02 p.txt02 {
  position: absolute;
  top: 177px;
  left: 549px;
}

.sec8_cont.sec8_02 p.txt03 {
  position: absolute;
  top: 233px;
  left: 778px;
}

.sec8_cont.sec8_02 p.txt05 {
  position: absolute;
  top: 332px;
  left: 778px;
}

.sec8_cont.sec8_02 p.txt04 {
  position: absolute;
  top: 249px;
  left: 795px;
}

.sec8_cont.sec8_02 p.txt06 {
  position: absolute;
  top: 350px;
  left: 795px;
}

.sec8_03 {
  position: absolute;
  top: 524px;
  writing-mode: vertical-rl;
  font-size: 24px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
  right: 300px;
}

.sec8_04 {
  position: absolute;
  bottom: 64px;
  writing-mode: vertical-rl;
  font-size: 28px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
  left: 187px;
}

section.sec9 {
  padding: 200px 0 0;
  text-align: center;
}

.sec9_box {
  width: 100%;
  font-weight: bold;
  background: url("../img/def_01.webp"), url("../img/def_02.webp");
  background-size: 49.5% 100%, 49.5% 100%;
  background-position: left center, right center;
  background-repeat: no-repeat;
}

.sec9_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.sec9_cont:last-child {
  margin-bottom: 0;
}

.sec9_cont p.txt01 {
  border: 4px solid #000;
  width: 49.5%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-right: 65px;
}

.sec9_cont span {
  display: flex;
  width: 234px;
  background: #3c9046;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  z-index: 10;
}

.sec9_cont p.txt02 {
  border: 4px solid #000;
  width: 49.5%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000;
  color: #ffe244;
  padding-left: 65px;
}

section.sec9 .Inner {
  padding-bottom: 260px;
}

figure.img01 {
  position: absolute;
  bottom: -41px;
  left: -115px;
}

figure.img02 {
  position: absolute;
  bottom: 0;
  right: -118px;
}

figure.img03 {
  position: absolute;
  bottom: -41px;
  right: 170px;
  z-index: 1;
}

section.sec9 .txt {
  position: absolute;
  right: 251px;
  bottom: 18px;
  z-index: 1;
}

section.sec9 .txt p {
  font-size: 26px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 3px 5px 0px rgb(0 0 0 / 70%);
  margin-bottom: 0;
}

section.sec9 .txt p span {
  color: #727272;
  font-size: 30px;
}

section.sec9 .txt p.undertxt {
  font-size: 30px;
}

section.sec9 .txt p.undertxt span {
  font-size: 50px;
  color: #3b8e45;
}

section.sec9 .txt p.undertxt b {
  font-size: 50px;
  color: #ff7100;
}

section.sec10 {
  background: #000;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  margin-top: -70px;
  padding-top: 180px;
  position: relative;
  text-align: center;
  padding-bottom: 150px;
}

section.sec10 h2.h2 {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
}

section.sec10 h2.h2 img {
  position: absolute;
  right: -100px;
  top: 10px;
}

.sec10_cont {
  border: 4px solid;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}

.sec10_cont .num {
  position: absolute;
  left: 3px;
  top: -35px;
}

.sec10_cont .num span {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #fff;
  left: 20px;
  top: 9px;
  font-style: italic;
  font-weight: bold;
}

.sec10_cont h3 {
  font-size: 24px;
  text-align: left;
  padding: 15px 80px;
  background: url("../img/step-tit.webp")left center no-repeat;
}

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

section.sec10:before {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  top: 5px;
  left: 0;
  width: 100%;
  background: url(../img/step-bg.webp);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.sec10box {
  position: relative;
}

section.sec10 h2.h2 span {
  position: relative;
}

section.sec10 h2.h2 span:before {
  content: url("../img/step-tk.webp");
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.sec11_box {
  width: max-content;
  margin: 0 auto;
}

section.sec11 {
  padding: 50px 0;
  text-align: center;
}

.sec11_cont {
  position: relative;
  margin-bottom: 20px;
}

.faq {
  position: absolute;
  top: 30px;
  left: 80px;
  font-size: 20px;
  font-weight: bold;
}

.faq-a {
  position: absolute;
  top: 150px;
  left: 30px;
  font-size: 16px;
  text-align: left;
  width: 630px;
}

.faq-a p span {
  font-weight: bold;
  font-size: 20px;
  color: #3c9046;
  margin-bottom: 10px;
  display: block;
}

section.contact-form {
  padding: 80px 0 120px;
}

.contact-formbox {
  background: #ff7100;
  border-radius: 30px;
  overflow: hidden;
}

.contact-formbox h2 {
  font-size: 40px;
  font-weight: bold;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white;
  text-align: center;
  background: url("../img/contact-bg.webp");
  padding: 40px 0 25px;
}

form#postForm {
  width: 86%;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  text-align: left;
  padding: 40px;
}

table.tableform {
  width: 100%;
}

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%;
  margin-bottom: 30px;
}

table.tableform th span.req {
  float: right;
  font-size: 14px;
  color: #fff;
  padding: 3px 10px;
  background: #ff6400;
}

table.tableform th span.any {
  float: right;
  font-size: 14px;
  color: #fff;
  padding: 3px 10px;
  background: #929292;
}

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: #ff7014;
  border-color: #ff7014;
}

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;
}

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

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

.submit-btn-wrap input.formbutton_2.submitBtn {
  font-size: 30px;
  display: flex;
  width: 290px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100px;
  border: none;
  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%);
  color: #000;
  box-shadow: 4px 4px 0 #c4c4c4;
  cursor: pointer;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff;
  border: 4px solid #fff;
}

section.contact-form .under_txt {
  padding: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

section.contact-form .under_txt span {
  display: inline-flex;
  background: #fff;
  padding: 5px 30px;
  margin: 20px 0 0;
  font-size: 24px;
  color: #ff7100;
  box-shadow: 4px 4px 0 #9f5e2a;
}

section.contact-form .under_txt span b {
  position: relative;
}

section.contact-form .under_txt span b:before {
  content: "・・・・";
  position: absolute;
  top: -34px;
  color: #fff;
  left: 23px;
}

footer {
  background: #3c9046 url("../img/foot-bg.webp");
  background-position: left bottom 40px;
  background-repeat: repeat-x;
  background-size: auto;
  padding: 70px 0 120px;
}

footer .Inner {
  display: flex;
}

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

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

footer .txt p {
  color: #fff;
  line-height: 2;
  margin: 20px 0;
}

/* 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;
}

.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: 1159px) {
  .Inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .sec5_img {
    position: absolute;
    bottom: -45px;
    left: -167px;
  }

  section.sec7 figure {
    right: -100px;
  }

  .sec10box {
    position: relative;
    padding: 0 40px;
  }
}

@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;
  }

  .wrap {
    overflow: hidden;
    max-width: 420px;
    margin: 0 auto;
    box-shadow: 0 0 10px #0004;
  }

  img.mobile_only {
    margin: 0 auto;
  }

  .selif .txt {
    display: none;
  }

  .selif {
    position: absolute;
    bottom: 5px;
    left: auto;
    z-index: 1;
    right: 0;
    width: auto;
  }

  .contact_link:before {
    content: "";
    position: absolute;
    left: 0;
    background: url("../img/f_bg-sp.webp") center center no-repeat;
    background-size: 100% 100%;
    height: calc(100% - 7px);
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 95%);
    top: 4px;
    z-index: 0;
  }

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

  .header_fix {
    max-width: 420px;
    height: 50px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .Inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }

  .contact_link {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 95%);
    background: #000;
    position: relative;
    margin: -70px 0 0;
    padding: 80px 0 0;
  }

  .contact_link .Inner {
    padding: 0 40px 160px;
  }

  .contact_link h2 {
    margin: 0 0 30px;
  }

  .contact_link h2 span {
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white, 0px 2px 0 white, -2px 0px 0 white, 2px 0px 0 white;
    margin-bottom: 40px;
    border-bottom: 4px double #fff;
    padding-bottom: 10px;
  }

  .contact_link .txt {
    width: 100%;
  }

  .contact_link ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
  }

  .contact_link ul li {
    width: 100%;
    height: 70px;
    margin: 0 0 10px;
  }

  .contact_link ul li a {
    font-size: 18px;
    background: #ff7100;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #12581a;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .contact_link ul li:last-child a {
    background: #ffd800;
    font-size: 24px;
  }

  .contact_link ul li:last-child a .note {
    font-size: 14px;
  }

  .contact_link .txt p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact_link figure {
    position: absolute;
    right: auto;
    bottom: -100px;
    left: 50px;
    width: 370px;
  }

  .contact_link figure p {
    position: absolute;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #3c9046;
    transform: rotate(-3deg);
    left: 32px;
  }

  section.sec1 {
    padding: 100px 0 0;
    background: none;
  }

  .h2box span {
    font-size: 18px;
    left: 20px;
    margin: 0 0 20px;
  }

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

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

  .h2box span:after,
  .h2box span:before {
    height: 40px;
    width: 2px;
  }

  .h2box span:before {
    left: -25px;
  }

  .h2box span:after {
    right: -25px;
  }

  section.sec1 .h2box {
    text-align: center;
    width: max-content;
    margin: 0 auto;
    position: relative;
  }

  section.sec1 .h2box h2 {
    margin-bottom: 20px;
  }

  .Inner1400 {
    padding: 0;
  }

  p {
    font-size: 14px;
  }

  .sec1_cont h3 {
    font-size: 13px;
  }

  .sec1_cont p {
    font-size: 14px;
    line-height: 1.5;
  }

  .sec1_1 h3 {
    position: absolute;
    top: 5px;
    left: 30px;
  }

  .sec1_1 p {
    position: absolute;
    top: 60px;
    left: 10px;
  }

  .sec1_2 h3 {
    position: absolute;
    top: 5px;
    left: 103px;
  }

  .sec1_2 p {
    position: absolute;
    top: 60px;
    left: 91px;
  }

  .sec1_3 h3 {
    position: absolute;
    top: 5px;
    left: 187px;
  }

  .sec1_3 p {
    position: absolute;
    top: 60px;
    left: 174px;
  }

  .sec1_4 h3 {
    position: absolute;
    top: 12px;
    left: 260px;
  }

  .sec1_4 p {
    position: absolute;
    top: 60px;
    left: 253px;
  }

  .sec1under p {
    font-size: 15px;
    top: auto;
    line-height: 1.4;
    bottom: 100px;
  }

  .sec1under {
    background: url("../img/sec1-back.webp") center bottom;
    background-size: cover;
  }

  .sec1under p b,
  .sec1under p span {
    font-size: 21px;
  }

  .sec1under {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 358px;
  }

  .sec1box {
    min-width: 327px;
  }

  .sec1box:before {
    content: "";
    background: url("../img/sec1-1w.webp");
    width: 75px;
    height: 75px;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    left: -10px;
    z-index: 1;
    right: auto;
  }

  .sec1box:after {
    content: "";
    background: url("../img/sec1-1m.webp");
    width: 75px;
    height: 75px;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: -10px;
    z-index: 1;
    left: auto;
  }

  section.sec2 {
    background: #000;
    padding: 60px 0 140px;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 98%);
    margin-top: -52px;
    text-align: center;
    position: relative;
  }

  section.sec2:before {
    content: "";
    background: #fff url("../img/sec2-bg.webp") center top repeat-x;
    height: calc(100% - 10px);
    width: 100%;
    top: 3px;
    position: absolute;
    left: 0;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
  }

  h2.h2 span {
    font-size: 30px;
    color: #3c9046;
  }

  h2.h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.sec2:before {
    content: "";
    background: #fff url("../img/sec2-bg.webp") center top repeat-x;
    height: calc(100% - 10px);
    width: 100%;
    top: 3px;
    position: absolute;
    left: 0;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
    background-size: 100% 100px;
  }

  .sec2_cont .num {
    display: flex;
    justify-content: center;
    align-items: unset;
    color: #3c9046;
    aspect-ratio: auto;
    background: url("../img/reason-bg.webp") center center no-repeat;
    background-position-y: 0;
    background-size: contain;
    height: 100px;
  }

  .sec2box {
    flex-wrap: wrap;
    border: none;
  }

  .sec2_cont {
    width: 100%;
  }

  .sec2_cont:before {
    content: none;
  }

  .sec2_cont figure {
    position: relative;
  }

  p.headtxt {
    margin-bottom: 20px;
  }

  .sec2_cont .num {
    font-size: 13px;
    text-align: center;
    padding: 20px 0 0;
    margin-bottom: 10px;
  }

  .sec2_cont .num b {
    font-size: 26px;
  }

  .sec2_cont {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }

  .sec2_cont p {
    line-height: 2;
    margin-bottom: 10px;
  }

  .sec2_cont:nth-child(2) figure {
    bottom: unset;
  }

  .sec2_cont:last-child figure {
    position: relative;
    line-height: 0;
    text-align: center;
    right: 0;
    left: auto;
    padding-left: 20px;
  }

  .sec3 {
    color: #000;
    border-top: 3px solid #000;
    background: #65b56e;
    position: relative;
    padding: 30px 0 0;
    z-index: 1;
  }

  .sec3 p span {
    font-size: 26px;
    font-weight: bold;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white, 0px 2px 0 white, -2px 0px 0 white, 2px 0px 0 white, 3px 6px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    color: #000;
  }

  section.sec4 {
    clip-path: polygon(0 0, 100% 1%, 100% 90%, 0 100%);
    margin-top: -105px;
    padding: 50px 0;
    background: #000000;
    position: relative;
    text-align: center;
  }

  section.sec4:before {
    content: "";
    height: calc(100% - 10px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../img/sec4-bg.webp") center top;
    background-size: cover;
    clip-path: polygon(0 0, 100% 1%, 100% 90%, 0 100%);
  }

  .sec3 p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.7;
  }

  .sec4_box {
    position: relative;
    width: auto;
    margin: 0 auto;
  }

  .sec4_cont.sec4_1,
  .sec4_cont.sec4_2,
  .sec4_cont.sec4_3 {
    background: #fff;
    position: relative;
    margin-bottom: 0px;
  }

  .sec4_cont.sec4_1 .txt,
  .sec4_cont.sec4_2 .txt,
  .sec4_cont.sec4_3 .txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    padding: 50px 20px 20px;
  }

  .sec4_box .num,
  .sec4_box figure {
    display: block;
  }

  .sec4_box .num {
    position: absolute;
    left: 0;
    width: 60px;
    height: 31px;
    background: #3b8e45;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
  }

  .sec4_cont h3 {
    font-size: 18px;
    text-align: center;
  }

  .sec4_cont p {
    line-height: 1.8;
    text-align: left;
  }

  .sec4_cont.sec4_1 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 99%);
  }

  .sec4_cont.sec4_2 {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 97%);
  }

  .sec4_cont.sec4_2 .num {
    top: 7px;
  }

  .sec4_cont.sec4_3 {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
  }

  .sec4_cont.sec4_3 .num {
    top: 2px;
  }

  section.sec4:before {
    content: "";
    height: calc(100% - 6px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    background: url("../img/sec4-bg.webp") center top;
    background-size: cover;
    clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
  }

  section.sec4 {
    clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
    margin-top: -105px;
    padding: 50px 0 60px;
    background: #000000;
    position: relative;
    text-align: center;
  }

  section.sec5 {
    background: url("../img/sec5-bg-w.webp"), url("../img/sec5-bg.webp");
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    margin-top: -20px;
    padding-top: 75px;
    text-align: center;
  }

  .sec5_cont h3 span {
    font-size: 13px;
    border: 2px solid;
    padding: 0px 10px 2px;
    white-space: nowrap;
    line-height: 1.2;
    margin: 0 5px 0 0;
  }

  .sec5_cont h3 span b {
    font-size: 16px;
  }

  .sec5_cont h3 {
    font-size: 16px;
    padding: 10px 5px;
  }

  .sec5_txt p {
    font-size: 14px;
    top: 20px;
    left: 40px;
    width: 200px;
  }

  .sec5_txt {
    position: absolute;
    bottom: 0;
    left: auto;
    text-align: center;
    z-index: 1;
    right: 0;
  }

  .sec5_txt p span {
    font-size: 20px;
  }

  .sec5box {
    margin-bottom: 20px;
  }

  .sec5_img {
    position: relative;
    bottom: auto;
    left: -10px;
    width: 130px;
  }

  section.sec5 .Inner {
    padding-bottom: 0;
  }

  section.sec6 h2.h2 b {
    display: block;
  }

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

  section.sec6 ul li p {
    font-size: 14px;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    border-radius: 50px;
  }

  section.sec6 ul li {
    width: 32%;
    margin-bottom: 20px;
  }

  section.sec6 {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: #000;
    background-size: cover;
    padding-top: 100px;
    margin-top: -90px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
  }

  section.sec6:before {
    content: "";
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 98%);
    background: url("../img/sec6-bg.webp");
    background-size: cover;
    height: calc(100% - 6px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
  }

  section.sec7 {
    margin-top: -75px;
    padding: 110px 0 0;
  }

  section.sec6 h3 {
    font-size: 30px;
  }

  .sec7box h3 {
    font-size: 16px;
    color: #fff;
  }

  h3.sec7_h3_1 {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
  }

  p.sec7_p_1 {
    position: absolute;
    top: 166px;
    width: 270px;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
  }

  h3.sec7_h3_2 {
    position: absolute;
    top: 293px;
    left: 0;
    right: 0;
    margin: auto;
  }

  p.sec7_p_2 {
    position: absolute;
    top: 448px;
    width: 250px;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
  }

  p.sec7_p_3 {
    position: absolute;
    top: 739px;
    width: 250px;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
  }

  h3.sec7_h3_3 {
    position: absolute;
    top: 580px;
    left: 0;
    right: 0;
    margin: auto;
  }

  h3.sec7_h3_4 {
    position: absolute;
    top: 848px;
    left: 0;
    right: 0;
    margin: auto;
  }

  p.sec7_p_4 {
    position: absolute;
    top: 1012px;
    width: 260px;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
  }

  p.sec7_p_5 {
    position: absolute;
    top: 1302px;
    width: 260px;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
  }

  h3.sec7_h3_5 {
    position: absolute;
    top: 1143px;
    left: 0;
    right: 0;
    margin: auto;
  }

  section.sec7 figure {
    right: 0;
  }

  section.sec8 h2.h2 b {
    font-size: 30px;
    display: block;
  }

  section.sec8 h2.h2 {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
  }

  .sec8_cont.sec8_01 p.txt01 {
    position: absolute;
    top: 129px;
    left: 52px;
  }

  .sec8_cont {
    font-weight: bold;
    width: 100%;
  }

  .sec8_cont p.txt02 {
    font-size: 13px;
  }

  .sec8_cont.sec8_01 p.txt02 {
    position: absolute;
    top: 165px;
    left: 41px;
  }

  .sec8_cont.sec8_01 p.txt05 {
    position: absolute;
    top: 260px;
    left: 168px;
  }

  .sec8_cont p.txt03,
  .sec8_cont p.txt05 {
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
  }

  .sec8_cont.sec8_01 p.txt03 {
    position: absolute;
    top: 190px;
    left: 175px;
  }

  .sec8_cont p.txt04 b,
  .sec8_cont p.txt06 b {
    font-size: 35px;
  }

  .sec8_cont.sec8_01 p.txt04 {
    position: absolute;
    top: 201px;
    left: 185px;
  }

  .sec8_cont.sec8_01 p.txt06 {
    position: absolute;
    top: 272px;
    left: 184px;
  }

  .sec8_cont.sec8_02 p.txt01 {
    position: absolute;
    top: 340px;
    left: 52px;
  }

  .sec8_cont.sec8_02 p.txt02 {
    position: absolute;
    top: 376px;
    left: 41px;
  }

  .sec8_cont.sec8_02 p.txt03 {
    position: absolute;
    top: 402px;
    left: 176px;
  }

  .sec8_cont.sec8_02 p.txt05 {
    position: absolute;
    top: 473px;
    left: 168px;
  }

  .sec8_cont.sec8_02 p.txt04 {
    position: absolute;
    top: 414px;
    left: 185px;
  }

  .sec8_cont.sec8_02 p.txt06 {
    position: absolute;
    top: 487px;
    left: 190px;
  }

  .sec8_03 {
    position: absolute;
    top: 584px;
    writing-mode: vertical-rl;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    font-weight: bold;
    right: 39px;
  }

  .sec8_03 p {
    font-size: 16px;
  }

  .sec8_04 {
    position: absolute;
    bottom: 29px;
    writing-mode: vertical-rl;
    font-size: 28px;
    text-align: left;
    line-height: 1.8;
    font-weight: bold;
    left: 57px;
  }

  section.sec8 {
    padding: 100px 0;
  }

  section.sec9 {
    padding: 20px 0 0;
    text-align: center;
  }

  .sec9_wrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .sec9_wrap::-webkit-scrollbar {
    height: 20px;
    width: 16px;
  }

  .sec9_wrap::-webkit-scrollbar-track {
    border-radius: 0px;
    border: 1px solid #c2c2c2;
    margin: 0px;
  }

  .sec9_wrap::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #c2c2c2;
  }

  .sec9_box {
    width: 1000px;
    margin-bottom: 20px;
  }

  section.sec9 .txt p {
    font-size: 14px;
  }

  section.sec9 .txt p span {
    font-size: 16px;
  }

  section.sec9 .txt p.undertxt b {
    font-size: 26px;
    color: #ff7100;
  }

  section.sec9 .txt p.undertxt span {
    font-size: 26px;
    color: #3b8e45;
  }

  section.sec9 .txt p.undertxt {
    font-size: 16px;
  }

  section.sec9 .Inner {
    padding-bottom: 0;
  }

  section.sec9 .txt {
    position: absolute;
    right: 0;
    bottom: 193px;
    z-index: 1;
    left: 0;
  }

  section.sec10 {
    background: #000;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 92%);
    margin-top: -30px;
    padding-top: 180px;
    position: relative;
    text-align: center;
    padding-bottom: 150px;
  }

  section.sec10:before {
    content: "";
    position: absolute;
    height: calc(100% - 6px);
    top: 3px;
    left: 0;
    width: 100%;
    background: url(../img/step-bg.webp);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 97%);
  }

  section.sec10 h2.h2 {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  section.sec10 {
    background: #000;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 97%);
    margin-top: -30px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
  }

  section.sec10 h2.h2 img {
    position: absolute;
    right: 0;
    top: 43px;
    width: 30px;
  }

  section.sec10 h2.h2 span {
    position: relative;
    display: block;
    width: 100%;
  }

  section.sec10 h2.h2 span:before {
    content: url("../img/step-tk.webp");
    position: absolute;
    top: -30px;
    left: auto;
    right: 0;
  }

  .sec10_cont h3 {
    font-size: 18px;
    text-align: left;
    padding: 15px 15px 15px 70px;
    background: url("../img/step-tit-sp.webp")left center no-repeat;
    background-size: cover;
  }

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

  .sec10_cont .num span {
    position: absolute;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    color: #fff;
    left: 24px;
    top: 13px;
    font-style: italic;
    font-weight: bold;
  }

  .sec11_cont {
    position: relative;
    width: max-content;
    margin: 0 auto 20px;
  }

  p.hosoku.mobile_only {
    margin: -40px 0 25px;
    text-align: left;
    color: #666;
  }

  .sec10box {
    position: relative;
    padding: 0;
  }

  .sec10_cont {
    width: 320px;
    margin: 0 auto 40px;
  }

  .faq {
    position: absolute;
    top: 17px;
    left: 57px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 241px;
    line-height: 1.7;
  }

  .faq-a {
    position: absolute;
    top: 126px;
    left: 21px;
    font-size: 14px;
    text-align: left;
    width: 200px;
    line-height: 1.7;
  }

  .faq-a p span {
    font-weight: bold;
    font-size: 14px;
    color: #3c9046;
    margin-bottom: 10px;
    display: block;
  }

  .contact-formbox h2 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white;
    text-align: center;
    background: url("../img/contact-bg.webp");
    padding: 40px 0 25px;
  }

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

  table.tableform th {
    padding: 20px 0 0;
    border-bottom: none;
  }

  table.tableform td {
    padding: 15px 0;
  }

  form#postForm {
    width: 95%;
    padding: 0 10px 30px;
  }

  section.contact-form .under_txt {
    text-align: left;
    padding: 20px;
  }

  section.contact-form .under_txt p {
    font-size: 14px;
  }

  section.contact-form .under_txt span {
    font-size: 20px;
    padding: 5px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 1.8;
  }

  section.contact-form .under_txt span b:before {
    content: "・・・・";
    position: absolute;
    top: -20px;
    color: #ff7014;
    left: 23px;
  }

  section.contact-form {
    padding: 0px 0px 50px;
  }

  .contact-formbox {
    padding: 0 20px;
  }

  .submit-btn-wrap input.formbutton_2.submitBtn {
    font-size: 20px;
    display: flex;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100px;
    border: none;
    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%);
    color: #000;
    box-shadow: 4px 4px 0 #c4c4c4;
    cursor: pointer;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff;
    border: 4px solid #fff;
  }

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

  footer .Inner .foot_logo {
    width: 100%;
    text-align: center;
  }

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

  footer {
    background: #3c9046 url("../img/foot-bg.webp");
    background-position: left bottom 40px;
    background-repeat: repeat-x;
    background-size: auto 50px;
    padding: 40px 40px 80px;
  }


  .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: #000;
    box-sizing: border-box;
    transform: translate(-50%, 100%);
    transition: 0.3s;
  }

  #fix_footer.fixed {
    max-width: 420px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
    z-index: 100;
  }

  #fix_footer.fadeout {
    transform: translate(-50%, 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;
    color: #000;
    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, #ff7f2d 0%, #ff7f2d 50%, #ff6400 50%, #ff6400 100%);

  }


  #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, #ffe451 0%, #ffe451 50%, #ffd800 50%, #ffd800 100%);
  }

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