html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  max-width: 2000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

input[type="radio" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 0 !important;
  padding: initial;
  border: initial;
}

body {
  font-family: "Noto Sans JP";
}

.wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.image__wrapper {
  width: 100%;
}

.header {
  margin-bottom: 1px;
}
.header__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header__logo {
  width: 37.074%;
  margin: 2.6% 0 0 3.2%;
}

.header__items {
  width: 54.4%;
  display: inline-flex;
  justify-content: flex-end;
}

.header__item {
  width: 36.5%;
}

.header__button {
  width: 26.77%;
  background-color: #000;
}

.header__lines {
  height: 100%;
  gap: 11%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 32%;
}

.header__line {
  height: 1%;

  background-color: #fff;
}
.header__line--1 {
  width: 53%;
}
.header__line--2 {
  width: 37%;
}
.header__line--3 {
  width: 53%;
}

.simulation {
  margin-bottom: -8%;
  padding-bottom: 10%;
  clip-path: polygon(100% 0, 100% 97.6%, 50% 100%, 0 97.6%, 0 0);
  background-color: #f2ebba;
  z-index: 2;
  position: relative;
}

.simulation__container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.simulation__tTitle {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    to right,
    #121212 0%,
    #454545 51.04%,
    #151515 100%
  );
  padding: 11px 0 11px;
}

.simulation__tTitle span {
  color: #fff729;
}

.simulation__tContent {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.625;
  text-align: center;
  color: #fff;
  background: linear-gradient(#61c632 0%, #0eb45e 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  padding: 5% 5.9%;
  margin-bottom: 6.1%;
}

.simulation__form {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #3c3c3c;
}

.simulation__title {
  border-radius: 5px 5px 0 0;
  display: flex;
  border-bottom: 1px solid #3c3c3c;
}

.simulation__step {
  background-color: #020202;
  font-family: Outfit;
  font-weight: 500;
  /*  14px */
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-align: left;
  color: #fff;
  width: 30%;
}

.simulation__step p {
  padding: 12% 0% 11% 18%;
}

.simulation__ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  /*  14px */
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.42857142857;
  text-align: left;
  color: #000;
  padding: 3.4% 3% 3% 3%;
}

.simulation__ja span {
  color: #f86900;
}

.simulation__contents {
  padding: 4.3%;
}

.simulation__content {
  display: flex;
  flex-direction: column;
}
.simulation__content label {
  display: flex;
  border-radius: 5px;
  background: #f8f8f8;
  padding: 2.44% 3%;
  gap: 2%;
  position: relative;
}
.simulation__content label.is-checked {
  background: #eefaf1;
  box-shadow: 0 0 0 2px rgba(14, 180, 94, 0.25) inset;
}
.simulation__content label:not(:first-child) {
  margin-top: 2%;
}

.simulation__content input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.simulation__content span {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 23px;
  text-align: left;
  color: #222;
}

/* custom radio visuals */
.simulation__content label {
  align-items: center;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.radio {
  width: 17px;
  height: 17px;
}

.simulation__contentRoof label {
  position: relative;
}
.simulation__contentRoof .radio {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.simulation__contents--roof {
  padding: 4.3% 4.3% 2.9% 4.3%;
  overflow: clip;
}
.simulation__contentRoof {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.roof__wrapper {
  border-radius: 5px;
  background: #f8f8f8;
  width: 49%;
  padding-bottom: 4%;
}

.roof__wrapper:nth-child(3) {
  margin-top: 3%;
}

.roof__wrapper:nth-child(4) {
  margin-top: 3%;
}

.roof__wrapper:nth-child(5) {
  margin-top: 3%;
}

.roof__wrapper label {
  display: flex;
  width: 100%;
  padding: 0 16%;
  gap: 3%;
}
.roof__wrapper input {
  opacity: 0;
}
.roof__wrapper span {
  font-size: 16px;
}

.roof {
  width: 31.97%;
  margin: 8% auto 6%;
}

.simulation__form--2 {
  margin-top: 3%;
}
.simulation__form--3 {
  margin-top: 3%;
}

.simulation__button {
  margin-right: auto;
  margin-left: auto;
  width: 93.5%;
  margin-top: 2.4%;
  transition: all 0.3s;
}

.simulation__button:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

.simulation__banner {
  overflow: clip;
  padding-bottom: 6.6%;
  padding-top: 12%;
  position: relative;
  z-index: -1;
  background-color: #ffde26;
  position: relative;
  z-index: 1;
}

.simulation__bannerContainer {
  position: relative;
}

.simulation__bannerImage {
  width: 101.585%;
  transform: translateX(-1%);
}

.banner__mail {
  position: absolute;
  z-index: 10;
  bottom: 26%;
  width: 100%;
  height: 10%;
  left: 0;
}

.banner__tel {
  position: absolute;
  z-index: 10;
  bottom: 12%;
  width: 100%;
  height: 10%;
  left: 0;
}

.cta {
  position: relative;
}

.cta__link--1 {
  position: absolute;
  z-index: 10;
  bottom: 25%;
  width: 100%;
  height: 17%;
  left: 0;
}
.cta__link--2 {
  position: absolute;
  z-index: 10;
  bottom: 6%;
  width: 100%;
  height: 17%;
  left: 0;
}


.work {
  background: url(../img/hojokin-bg.png) center center / cover no-repeat;
  position: relative;
  padding-top: 13%;
  padding-bottom: 10%;
}

.work__title--en {
  position: absolute;
  font-family: Oswald;
  font-weight: bold;
  font-size: 65px;
  left: 50.9%;
  transform: translateX(-50%);
  letter-spacing: 0.11em;
  top: 3.4%;
  text-align: center;
  color: #fff;
  opacity: 0.1;
}

.work__title--ja {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffed1f;
}

.work__content {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 4%;
  margin-bottom: 4%;
}

.work__slideContainer {
  box-sizing: border-box;
  /* padding-left: 33px;
padding-right: 33px; */
  width: 100%;
  position: relative;
}

.work__slideButton {
  position: absolute;
  top: 36%;
  width: 9.6%;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.work__slideButton:hover {
  opacity: 0.7;
}

.work__slideButton--prev {
  left: 2%;
}
.work__slideButton--next {
  right: 2%;
}

.work__slides {
}

.work__slides .slick-track {
  display: flex;
  gap: 12px;
}

.work__slide {
  width: 310px;
}

.we {
}

.we__head {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  padding: 2% 0;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #ff7832;
}

.we__container {
  padding-top: 6%;
  padding-bottom: 10%;
  box-sizing: border-box;
  /* padding-left: 33px;
  padding-right: 33px; */
  width: 100%;
  position: relative;
}

.we__slideButton {
  position: absolute;
  top: 45%;
  width: 9.6%;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.we__slideButton:hover {
  opacity: 0.7;
}

.we__slideButton--prev {
  left: 11%;
}
.we__slideButton--next {
  right: 11%;
}

.we__slides .slick-track {
  display: flex;
  gap: 29px;
}

.we__slide {
  width: 227.5px;
}

.image__wrapper--16 {
  margin-top: 10%;
}

