@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.8;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  font-weight: 400;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 1rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------
   COMMON
-------------------- */
* {
  transition: 0.25s all;
}
:where(html) {
  color-scheme: #fff;
}
html {
  background: #fff;
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #402011;
  font-size: 100%;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #ea6120;
  display: block;
  text-decoration: none;
}

/* text */
.txs-14 {
  font-size: 0.875rem;
}
.txs-16 {
  font-size: 1rem;
}
.txs-18 {
  font-size: 1.125rem;
}
.txs-19 {
  font-size: 1.1875rem;
}
.txs-20 {
  font-size: 1.25rem;
}
.txs-21 {
  font-size: 1.3125rem;
}
.txs-23 {
  font-size: 1.4375rem;
}
.txs-24 {
  font-size: 1.5rem;
}
.txs-25 {
  font-size: 1.5625rem;
}
.txs-28 {
  font-size: 1.75rem;
}
.txs-34 {
  font-size: 2.125rem;
}
.txs-36 {
  font-size: 2.25rem;
}
.txs-38 {
  font-size: 2.375rem;
}
.txs-40 {
  font-size: 2.5rem;
}
.txs-42 {
  font-size: 2.625rem;
}
.txs-46 {
  font-size: 2.875rem;
}
.txs-48 {
  font-size: 3rem;
}
.txs-51 {
  font-size: 3.1875rem;
}
.txs-54 {
  font-size: 3.375rem;
}
.txs-57 {
  font-size: 3.5625rem;
}
.txs-62 {
  font-size: 3.875rem;
}
.txs-64 {
  font-size: 4rem;
}
.txs-70 {
  font-size: 4.375rem;
}
.txs-72 {
  font-size: 4.5rem;
}
.txs-75 {
  font-size: 4.6875rem;
}
.txs-78 {
  font-size: 4.875rem;
}
.txs-80 {
  font-size: 5rem;
}
.txs-82 {
  font-size: 5.125rem;
}
.txs-86 {
  font-size: 5.375rem;
}
.txs-88 {
  font-size: 5.5rem;
}
.txs-150 {
  font-size: 9.375rem;
}
.txs-200 {
  font-size: 12.5rem;
}

/* weight */
.txw-r {
  font-weight: 400;
}
.txw-m {
  font-weight: 500;
}
.txw-b {
  font-weight: 700;
}
.txw-h {
  font-weight: 900;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.pc-center {
  text-align: center;
}
.pc-right {
  text-align: right;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 1080px) {
  .txs-48 {
    font-size: 3rem;
  }
  .txs-54 {
    font-size: 3.5rem;
  }
  .txs-62,
  .txs-72 {
    font-size: 4.5rem;
  }
  .txs-80,
  .txs-88 {
    font-size: 5rem;
  }
  .txs-150 {
    font-size: 8rem;
  }
  .txs-200 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .txs-14,
  .txs-16 {
    font-size: 1rem;
  }
  .txs-18 {
    font-size: 1rem;
  }
  .txs-20,
  .txs-21,
  .txs-23,
  .txs-24,
  .txs-28 {
    font-size: 1.25rem;
  }
  .txs-34,
  .txs-36,
  .txs-38,
  .txs-40,
  .txs-42,
  .txs-46,
  .txs-48 {
    font-size: 1.5rem;
  }
  .txs-51,
  .txs-54,
  .txs-57 {
    font-size: 1.8rem;
  }
  .txs-62,
  .txs-64,
  .txs-70,
  .txs-72 {
    font-size: 2rem;
  }
  .txs-75,
  .txs-78,
  .txs-80,
  .txs-82,
  .txs-86,
  .txs-88 {
    font-size: 2.25rem;
  }
  .txs-150,
  .txs-200 {
    font-size: 3rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .pc-center {
    text-align: left;
  }
  .pc-right {
    text-align: left;
  }
}

/* --------------------
   ALL PARTS
-------------------- */
.wrap {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
}
.inner {
  margin: 0 auto;
  padding: 0 100px;
  width: 100%;
  max-width: 1280px;
}

.pc {
  display: block;
}
.pcd {
  display: block;
}
.pd {
  display: none;
}
.pds {
  display: none;
}
.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  body {
    width: 100%;
    overflow: hidden;
  }
  .contents,
  .inner {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
  .pcd {
    display: block;
  }
  .pd {
    display: block;
  }
  .pds {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pcd {
    display: none;
  }
  .pd {
    display: none;
  }
  .pds {
    display: block;
  }
  .sp {
    display: block;
  }
}

/* ハンバーガー画像切り替え */
#hamburger {
  position: fixed;
  top: 20%;
  right: -1px;
  width: 55px;
  z-index: 3;
  height: 175px;
}
#hamburger .menu-iconsp {
  display: none;
}
.menu-icon img {
  content: url("asset/images/menu-open.png");
  width: 55px;
  transition: content 0.2s ease;
}
#hamburger:hover .menu-icon img {
  content: url("asset/images/menu-close.png");
}
#hamburger.active .menu-icon img {
  content: url("asset/images/menu-open.png");
}
#main-nav {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #ea6120;
  color: #fff;
  display: none;
}
#main-nav.active {
  display: block;
}
#bag {
  display: block;
  z-index: -2;
  position: fixed;
  background: rgba(20, 20, 20, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#hamburger-close2 {
  position: absolute;
  top: 20%;
  z-index: 5;
  left: -54px;
}
#hamburger-close {
  z-index: 5;
  position: fixed;
  top: 40px;
  right: 40px;
}
#main-nav a {
  font-weight: 500;
  color: #fff;
}
#main-nav .flex {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
#main-nav .flex li {
  padding: 0 0 16px;
}
#main-nav .contactlink {
  margin: 24px auto 20px;
  background: #fff;
  color: #ea6120;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  width: 100%;
  font-size: 18px;
}
#main-nav .sub {
  padding-bottom: 100px;
  width: 300px;
  gap: 20px;
  display: flex;
  justify-content: center;
}
#main-nav .sub a {
  font-size: 14px;
}
#main-nav .wrap {
  background: #ea6120;
  color: #fff;
  position: relative;
  z-index: 4;
  padding: 140px 60px 0;
  overflow: scroll;
  height: 100vh;
}

/* --------------------
   HEADER
-------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#header .logo.flex {
  padding: 22px 0 0 40px;
  gap: 30px;
  display: flex;
}
#header .flex img {
  width: 578px;
  max-width: 40vw;
}
#header h1 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  line-height: 1;
}
#hd-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 590px;
}
#hd-nav .flex {
  display: flex;
}
#hd-nav .tel {
  background: #fff;
  height: 80px;
  border-radius: 0 0 0 30px;
  padding: 10px 0 0 10px;
  text-align: center;
  line-height: 1;
  width: 310px;
}
#hd-nav .tel a {
  padding-left: 20px;
  background: url("asset/images/icon-tel.png") no-repeat left 28px bottom 3px;
  background-size: 21px auto;
}
#hd-nav .mail {
  height: 80px;
  text-align: center;
  line-height: 80px;
  width: 280px;
  background: linear-gradient(to left, #ea6120, #fd821a);
}
#hd-nav .mail a {
  color: #fff;
  padding-left: 30px;
  background: url("asset/images/icon-mail.png") no-repeat left 40px bottom 29px;
  background-size: 26px auto;
}

@media screen and (max-width: 1080px) {
  #header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  #hd-nav {
    height: 50px;
  }
  #header .logo h1,
  #hamburger-close2 {
    display: none;
  }
  #header .logo.flex {
    display: none;
  }
  #hd-nav .flex {
    display: block;
    height: 50px;
    background: #ccc;
    position: relative;
  }
  #h1logo {
    height: 50px;
    padding-top: 2px;
  }
  #h1logo img {
    margin: 0 auto;
  }
  #hd-nav .tel p,
  #hd-nav .tel span,
  #hd-nav .mail span {
    display: none;
  }
  #hd-nav .tel,
  #hd-nav .mail {
    border-radius: 0;
    padding: 0;
    position: absolute;
    width: 34vw;
    z-index: 3;
    height: 50px;
  }
  #hd-nav .tel {
    top: 0;
    right: 67vw;
  }
  #hd-nav .mail {
    top: 0;
    right: 33vw;
  }
  #hd-nav .tel a {
    width: 100%;
    height: 50px;
    background: #fd9022 url("asset/images/icon-tel2.png") no-repeat center center;
    background-size: 21px auto;
  }
  #hd-nav .mail a {
    width: 100%;
    height: 50px;
    background: #f3711e url("asset/images/icon-mail.png") no-repeat center center;
    background-size: 26px auto;
  }
  #hamburger {
    top: 0;
    right: 0;
    width: 33vw;
    height: 50px;
    z-index: 1;
    background: #e24e09;
  }
  #hamburger .menu-iconsp {
    display: block;
    width: 34vw;
    height: 50px;
  }
  #hamburger .menu-iconsp img {
    height: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main-nav .wrap {
    padding: 120px 20px 0;
    width: 100vw;
  }
  #main-nav .flex {
    width: 100%;
    justify-content: flex-start;
    gap: 40px;
  }
  #main-nav .sub {
    width: 100%;
  }
}

/* --------------------
   HERO
-------------------- */
#hero .pcd {
  margin-bottom: 210px;
  position: relative;
  background: url("asset/images/main-back.jpg") no-repeat center center;
  background-size: cover;
  height: 800px;
  padding-top: 140px;
}
#hero .pcd img {
  position: relative;
  z-index: 1;
}
#hero .pcd::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 160px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  #hero .pcd {
    height: 55vw;
    padding-top: 5vw;
    margin-bottom: 50px;
  }
  #hero {
    padding-top: 50px;
  }
  #hero .pcd::after {
    height: 80px;
  }
}

/* --------------------
   catch
-------------------- */
#catch {
  padding-bottom: 90px;
}
#catch .waku {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 20px;
  background: #f8ec9c;
}
#catch h1 {
  color: #ea6120;
  text-align: center;
}
#catch p {
  padding-top: 10px;
  color: #ea6120;
  text-align: center;
}
#catch img {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #catch {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #catch h1,
  #catch p {
    text-align: left;
    line-height: 1.5;
  }
  #catch {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* --------------------
   CONTACT
-------------------- */
.contact {
  padding: 40px 0 0;
  margin: 0 auto;
}
.contact-header {
  background: linear-gradient(0deg, #fd821a 0%, #ea6120 100%);
  color: #fff;
  text-align: center;
  padding: 40px 0 30px;
  border-radius: 20px 20px 0 0;
}
.contact-header h2 {
  line-height: 1.6;
  margin: 0;
  font-weight: bold;
}
.contact-form {
  background: #f6f6f6;
  padding: 50px 100px 140px;
}
.contact-form .flex {
  gap: 120px;
  display: flex;
}
.contact-form .flex .box {
  width: 100%;
}
.contact-form .flex .box dt {
  padding-bottom: 14px;
  display: flex;
  align-content: center;
  gap: 14px;
}
.contact-form .flex .box dt p.txs-18 {
  color: #402011;
  line-height: 1;
}
.contact-form .flex .box dt p.hisu {
  font-weight: 600;
  color: #ea6120;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .required,
.contact-form .optional {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  border-radius: 12px;
  width: 60px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.contact-form .required {
  background: #ea6120;
  color: #fff;
}
.contact-form .optional {
  background: #c9c9c9;
  color: #fff;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  background: #fff;
  width: 100%;
  padding: 10px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact-form textarea {
  margin-top: 20px;
  height: 190px;
}
.contact-form input[type="checkbox"] {
  display: none;
}
.contact-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}
.contact-form span.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  margin: 10px 30px 0 0;
  padding: 0 0 0 30px;
  line-height: 1;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form .wpcf7-list-item-label::before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  border: 1px solid #c9c9c9;
  background: #ffffff;
}
.contact-form .wpcf7-list-item-label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #ea6120;
  content: "";
  opacity: 0;
}
.contact-form .checkbox-group label {
  margin-right: 20px;
  font-weight: normal;
}
.contact-form .privacy {
  color: #402011;
  letter-spacing: 0;
  line-height: 1.6;
}
.contact-form .privacy a {
  color: #f26b24;
  display: inline-block;
  text-decoration: underline;
}
.contact-form .form-submit {
  text-align: center;
  margin-top: 30px;
}
.contact-form button {
  background: #006b57;
  color: #fff;
  height: 80px;
  width: 400px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s;
}
.contact-form button:hover {
  background: #008b6a;
}
#contactform-last .contact-header {
  color: #402011;
  background: #f6f6f6;
}
#contactform-last h2 {
  padding: 20px 0 50px;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1080px) {
  .contact-form {
    padding: 50px 40px 100px;
  }
  .contact-form .flex {
    display: block;
  }
  .contact-form .form-group {
    margin-bottom: 30px;
  }
  .telcontact .flex {
    flex-wrap: wrap-reverse;
    height: auto;
  }
  .telcontact .photo,
  .telcontact .text {
    width: 100%;
    text-align: center;
    flex: auto;
  }
  .telcontact .text {
    padding: 60px 0 10px;
  }
  .telcontact .text .txs-24 {
    background: none;
  }
  .telcontact .photo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-header {
    padding: 20px 0 10px;
  }
  .contact-header h2 {
    font-size: 16px;
    padding: 10px;
  }
  .contact-form {
    padding: 30px 20px 100px;
  }
  .contact-form button {
    width: 100%;
  }
}

/* --------------------
   TELCONTACT
-------------------- */
.telcontact {
  background: linear-gradient(0deg, #fd821a 0%, #ea6120 100%);
}
.telcontact .flex {
  height: 320px;
  display: flex;
  justify-content: center;
  gap: 20px 60px;
  align-items: center;
}
.telcontact .text {
  padding: 40px 0;
}
.telcontact .text p {
  color: #fff;
  line-height: 1.2;
}
.telcontact .text .txs-24 {
  padding-left: 26px;
  background: url("asset/images/icon-tel3.png") no-repeat left bottom;
  background-size: 21px auto;
  color: #f8ec9c;
  line-height: 1;
}
.telcontact .text a {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .telcontact .flex {
    flex-wrap: wrap-reverse;
    height: auto;
    padding-bottom: 40px;
  }
  .telcontact .photo,
  .telcontact .text {
    width: 100%;
    text-align: center;
    flex: auto;
  }
  .telcontact .text {
    padding: 60px 0 10px;
  }
  .telcontact .text .txs-24 {
    background: none;
  }
  .telcontact .photo img {
    margin: 0 auto;
  }
}

/* --------------------
   NAYAMI
-------------------- */
#nayami {
  padding: 110px 0 30px;
  position: relative;
  background: url("asset/images/nayami-back.jpg") no-repeat center bottom;
  background-size: cover;
}
#risk::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 100vw;
  height: 160px;
  background: #c9c9c9;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}
#risk {
  position: relative;
  padding-top: 240px;
}
#risk h1 {
  text-align: center;
  margin-bottom: 80px;
}
#risk h1 img {
  display: inline-block;
}
#risk .risk_list {
  padding: 80px 100px 60px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #e5e5e5 80%, #ffffff 100%);
}
#risk .risk_list h2 {
  position: relative;
  margin-top: 10px;
  padding: 0 0 20px;
  line-height: 1.2;
  padding-left: 110px;
  background: url("asset/images/cloud.png") no-repeat top left;
  background-size: 94px auto;
}
#risk .risk_list h2.no1::after,
#risk .risk_list h2.no2::after {
  position: absolute;
  display: block;
  font-size: 36px;
  width: 40px;
  height: 40px;
  left: 40px;
  top: 12px;
  content: "1";
}
#risk .risk_list h2.no2::after {
  content: "2";
}
#risk .flex {
  gap: 60px;
  padding-bottom: 40px;
  justify-content: space-between;
  display: flex;
}
#risk .flex p {
  padding-top: 10px;
}
#risk .flex.change {
  padding-bottom: 80px;
  flex-direction: row-reverse;
}
#risk .text {
  width: 600px;
  letter-spacing: 0;
}
#risk .photo img {
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  #risk .flex {
    display: block;
  }
  #risk .flex .photo img {
    margin: 30px auto 0;
  }
  #risk .risk_list {
    padding-bottom: 0;
  }
  #risk .pc-center {
    text-align: center;
  }
  #risk .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #risk::after,
  #works::after {
    height: 60px;
  }
  #risk {
    padding-top: 100px;
  }
  #risk h1 {
    margin-bottom: 40px;
  }
  #risk .pc-center {
    font-size: 20px;
    line-height: 1.5;
  }
  #risk .risk_list {
    padding: 8vw 8vw;
  }
  #risk .flex.change {
    padding-bottom: 0;
  }
  #nayami {
    padding: 50px 0 60px;
  }
}

/* --------------------
   NAYAMI
-------------------- */
#ansin {
  padding-bottom: 80px;
  overflow: visible;
  margin-top: 380px;
  border-top: 4px solid #ea6120;
  background: #fef4eb;
}
#ansin .inner {
  padding-top: 400px;
  overflow: visible;
  position: relative;
}
#ansin h1 {
  position: absolute;
  top: -360px;
  z-index: 2;
  left: 100px;
}
#ansin .ansin_list .flex {
  padding-bottom: 20px;
  align-items: center;
  gap: 40px;
  display: flex;
}
#ansin .ansin_list .item {
  position: relative;
}
#ansin .ansin_list .photo {
  width: 220px;
}
#ansin .ansin_list .text {
  width: 820px;
}
#ansin p.namber {
  position: absolute;
  top: 0;
  left: 0;
  background: #ea6120;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  color: #fff;
}
#ansin .whitebox {
  margin: 0 0 30px 20px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 10px;
}
#ansin .pdt10 {
  padding-top: 10px;
}
#ansin .nam3 h2 {
  padding: 10px 0 20px;
  text-align: center;
}
#ansin .nam3 img {
  display: inline-block;
}
#ansin .nam3 p.txw-m {
  padding: 30px 0 16px;
}
#ansin .nam6 .flex2 {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
#ansin .nam6 .flex2 .text {
  width: 480px;
}
#ansin .nam6 .flex2 .photo {
  width: 200px;
}
#ansin .hukidasi {
  margin-top: 60px;
  position: relative;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  gap: 14px;
  background: #ffde00;
  align-items: center;
  color: #ea6120;
  padding: 26px;
  border-radius: 100px;
}
#ansin .hukidasi p {
  line-height: 1.2;
}
#ansin .hukidasi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffde00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#ansin .kenshin {
  padding: 80px 20px 40px;
  border-radius: 10px;
  background: #fff;
  margin-top: 35px;
}
#ansin .kenshin img {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #ansin {
    margin-top: 30vw;
  }
  #ansin h1 {
    left: 0;
    padding: 0 4vw;
    top: -28vw;
  }
  #ansin .inner {
    padding-top: 45vw;
  }
  #ansin .ansin_list .flex {
    display: block;
  }
  #ansin .ansin_list .photo {
    margin: 0 auto 20px;
  }
  #ansin p.namber {
    left: 50%;
    margin-left: -30px;
    top: -20px;
  }
  #ansin .ansin_list .item {
    padding-bottom: 40px;
  }
  #ansin .whitebox {
    margin-left: 0;
  }
  #ansin .ansin_list .text,
  #ansin .ansin_list .photo {
    width: 100%;
  }
  #ansin .nam6 .flex2 .photo {
    padding-top: 20px;
  }
  #ansin .ansin_list .flex .photo img {
    margin: 0 auto;
  }
  #ansin .hukidasi {
    display: block;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #ansin {
    margin-top: 90vw;
  }
  #ansin h1 {
    left: 0;
    padding: 0 4vw;
    top: -80vw;
  }
  #ansin .inner {
    padding-top: 80vw;
  }
  #ansin .ansin_list h2 {
    padding-bottom: 10px;
  }
  #ansin .whitebox {
    padding: 50px 8vw 40px;
  }
  #ansin .nam6 .flex2 {
    display: block;
  }
  #ansin .nam6 .flex2 .text,
  #ansin .nam6 .flex2 .photo {
    width: 100%;
  }
}

/* --------------------
   WORKS
-------------------- */
#works {
  padding: 240px 0;
  position: relative;
  background: #ea6120;
}
#works::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 100vw;
  height: 160px;
  background: #fef4eb;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}
#works h1 {
  padding-bottom: 60px;
  text-align: center;
  color: #fef4eb;
}
#works .list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
  display: flex;
}
#works .item {
  position: relative;
  width: 520px;
}
#works .beforeafter {
  border: 4px solid #402011;
}
#works .beforeafter img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
#works .item p {
  margin-top: 10px;
  text-align: center;
}
#works .item p span {
  margin: 2px;
  background: #fef4eb;
  padding: 3px 20px 5px;
  font-weight: 500;
  border-radius: 20px;
}
#works .item h2 {
  text-align: center;
  letter-spacing: 0;
  background: #402011;
  border-radius: 6px 6px 0 0;
  height: auto;
  line-height: 1.4;
  padding: 12px 20px 10px;
  color: #fef4eb;
}
#works .subprice {
  margin: 80px auto 120px;
}
.subcontact .box {
  position: relative;
  padding: 0 0 60px;
  border-radius: 20px;
  margin: 0 40px;
  background: #fef4eb;
}
#works .subcontact h2 {
  position: relative;
  top: -50px;
  background: #ffde00;
  border: 4px solid #f6f6f6;
  height: 100px;
  line-height: 94px;
  border-radius: 50px;
  text-align: center;
  color: #ea6120;
}
.subcontact .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subcontact .phonebox {
  height: 180px;
  padding: 16px 0 0 60px;
  position: relative;
}
.subcontact .phonebox p {
  line-height: 1.2;
}
.subcontact .phonebox h3 {
  padding-left: 26px;
  background: url("asset/images/icon-tel4.png") no-repeat left bottom;
  background-size: 21px auto;
  line-height: 1;
}
.subcontact .phonebox a {
  color: #ea6120;
}
.subcontact .phonebox::before {
  display: block;
  position: absolute;
  height: 180px;
  left: 0;
  top: 0;
  content: "";
  border-left: 1px solid #c9c9c9;
}
.subcontact .mailbox p {
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: center;
}
.subcontact .mailbox a {
  position: relative;
  border-radius: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  width: 480px;
  background: #a71a00;
}
.subcontact .mailbox a::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-40%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
}
.subcontact .mailbox a:hover {
  background: #7c1401;
}
.subprice {
  display: flex;
  gap: 20px 40px;
  justify-content: center;
}
.subprice h3 {
  color: #fff;
}
.subprice h3 span {
  color: #ffde00;
}
.subprice table {
  border-spacing: 0;
  flex: 1;
  border-top: 1px solid #fc8d59;
}
.subprice table th,
.subprice table td {
  padding: 10px;
  color: #fff;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fc8d59;
}
.subprice table th {
  width: 400px;
}
.subprice table td {
  text-align: right;
  width: 200px;
}

@media screen and (max-width: 1080px) {
  #works {
    padding: 200px 0 160px;
  }
  #works .item p span {
    display: inline-block;
  }
  #works .subprice {
    margin: 60px auto 100px;
  }
  #works .subcontact h2 {
    font-size: 24px;
  }
  .subcontact .flex {
    display: block;
  }
  .subcontact .phonebox {
    padding: 40px 0 0;
    text-align: center;
  }
  .subcontact .phonebox h3 {
    background: none;
  }
  .subcontact .phonebox::before {
    display: none;
  }
  .subcontact .mailbox a {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .subprice {
    display: block;
  }
  .subprice table {
    margin-top: 20px;
    width: 100%;
  }
  .subprice table th {
    width: 60%;
  }
  .subprice table td {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #works::after {
    height: 60px;
  }
  #works {
    padding: 120px 0 60px;
  }
  #works h1 {
    letter-spacing: normal;
  }
  #works .beforeafter img {
    height: 240px;
  }
  .subcontact .box {
    margin: 0 4vw;
    padding-bottom: 0;
  }
  .subcontact .inner {
    padding: 0 8vw;
  }
  #works .subcontact h2 {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 10px 20px;
    width: 100%;
  }
  .subcontact .mailbox p {
    font-size: 18px;
  }
  .subcontact .mailbox p br {
    display: none;
  }
  .subcontact .phonebox h3 {
    padding: 0;
  }
  .subcontact .mailbox a {
    line-height: 1.4;
    padding-top: 16px;
  }
}

/* --------------------
   Review
-------------------- */
#review {
  padding: 160px 0 0;
  background: url("asset/images/google-back.jpg") repeat left top;
}
#review .inner {
  padding-bottom: 270px;
  background: url("asset/images/google-back2.png") no-repeat center bottom;
  background-size: 1076px auto;
}
#review h1 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#review h1 img {
  display: inline-block;
}
#review h1 p {
  position: absolute;
  left: 58%;
  bottom: 40px;
}
#review h1 p span {
  vertical-align: text-bottom;
  font-size: 120px;
  line-height: 1;
  padding-right: 4px;
  color: #ea6120;
}
#review .item {
  margin-top: 10px;
  padding: 40px;
  background: #fff;
  border: 2px solid #ea6120;
  border-radius: 10px;
}
#review .item .title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#review .item .title p {
  height: 30px;
  padding-left: 40px;
  background: url("asset/images/icon-human.png") no-repeat left bottom;
  background-size: 30px auto;
}
#review .item .comme h2 {
  margin-bottom: 10px;
}
#review .item .comme p {
  letter-spacing: 0;
  font-weight: 500;
}
#review .inner a {
  margin-top: 20px;
}
#review .inner a img {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  #review .inner {
    background-size: contain;
    padding-bottom: 25vw;
  }
  #review h1 p {
    right: 4vw;
  }
  #review h1 p span {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #review {
    padding: 60px 0;
  }
  #review .item {
    padding: 30px 8vw;
  }
  #review .item .comme p {
    font-size: 14px;
  }
  #review h1 p {
    right: 0;
  }
  #review h1 p span {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  #review h1 p {
    font-size: 16px;
  }
  #review h1 p span {
    font-size: 44px;
  }
}

/* --------------------
   POINT
-------------------- */
#point {
  padding: 120px 0 120px;
}
#point h1 {
  padding-left: 40px;
  border-left: 6px solid #ea6120;
}
#point h1 span.txs-36 {
  color: #ea6120;
}
#point .flex {
  padding: 68px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
#point .photo {
  width: 500px;
}
#point .text {
  width: 520px;
}
#point .text p {
  letter-spacing: normal;
  padding-bottom: 10px;
}
#point .green {
  color: #017164;
}
#point .orange {
  color: #ea6120;
}
#point h3,
#point h4 {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #point {
    padding: 120px 4vw;
  }
  #point .flex {
    display: block;
  }
  #point .photo,
  #point .text {
    width: 100%;
    padding-bottom: 40px;
  }
  #point .flex .photo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #point {
    padding: 40px 4vw;
  }
  #point .flex {
    padding: 40px 0 0;
  }
  #point h1 {
    line-height: 1.5;
    padding-left: 20px;
    font-size: 18px;
  }
  #point h1 span.txs-36 {
    line-height: 1;
  }
}

/* --------------------
   PRICE
-------------------- */
#price {
  padding: 120px 0;
  background: #fef4eb;
}
#price .contents {
  padding: 100px 100px 60px;
  background: #fff;
  border-radius: 20px;
}
#price h1 img {
  margin: 0 auto;
}
#price .pricelist h2 {
  font-weight: bold;
}

#price .pricelist .flex {
  margin-top: 60px;
  gap: 40px 60px;
  justify-content: left;
  flex-wrap: wrap;
  display: flex;
}
#price .pricelist .item {
  width: 320px;
}
#price .pricelist table {
  margin-top: 16px;
  border-top: 1px solid #fef4eb;
  width: 100%;
}
#price .pricelist table th,
#price .pricelist table td {
  text-align: left;
  border-bottom: 1px solid #fef4eb;
}
#price .pricelist table td {
  text-align: right;
}
#price .right {
  padding-top: 40px;
}
@media screen and (max-width: 1080px) {
  #price {
    padding: 120px 4vw;
  }
  #price .contents {
    padding: 60px 60px;
  }
  #price .pricelist .item {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #price .contents {
    padding: 40px 8vw;
  }
  #price h1 span.txs-36 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
  }
  #price .pricelist .flex {
    margin-top: 30px;
  }
  #price .pricelist .item {
    width: 100%;
  }
  #price .right {
    padding-top: 20px;
  }
}

/* --------------------
   guarantee
-------------------- */
#guarantee {
  padding-bottom: 120px;
  background: #fef4eb;
}
#guarantee h1 {
  padding-top: 80px;
  height: 280px;
  position: relative;
  text-align: center;
  overflow: visible;
  background: linear-gradient(0deg, #fd821a 0%, #ea6120 100%);
}
#guarantee h1::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -99px;
  width: 100vw;
  height: 100px;
  background: #fd821a;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}
#guarantee h1 img {
  left: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
#guarantee .gualist {
  padding-top: 180px;
}
#guarantee .gualist h2 {
  margin-bottom: 60px;
  text-align: center;
}
#guarantee .gualist h2 .txs-18 {
  margin-bottom: 30px;
  display: inline-block;
  background: #f8ec9c;
  color: #ea6120;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  width: 440px;
}
#guarantee .flex {
  margin-bottom: 60px;
  gap: 40px;
  display: flex;
}
#guarantee .flex img {
  border-radius: 10px;
  widht: 520px;
  height: 300px;
}
#guarantee .hosyotable {
  margin-bottom: 100px;
}
#guarantee .hosyoimg2 {
  text-align: center;
}
#guarantee .hosyoimg2 img {
  display: inline-block;
}
#guarantee .hosyoimg2 .txs-24 {
  padding: 30px 0 0;
}
#guarantee .flex2 {
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
#guarantee .flex2 .item {
  padding: 0 40px 50px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
#guarantee .flex2 .item.normal {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#guarantee .flex2 .item.orange {
  border: 2px solid #ea6120;
}
#guarantee .flex2 .item h3 {
  width: 220px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
#guarantee .flex2 .item.normal h3 {
  background: #c9c9c9;
}
#guarantee .flex2 .item.orange h3 {
  background: #ea6120;
  color: #f8ec9c;
}
#guarantee .flex2 .item img {
  margin: 44px auto 0;
}
#guarantee .flex2 .item h4 {
  padding: 34px 0 20px;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.5;
}
#guarantee .subcontact .box {
  padding: 60px 0;
  height: 300px;
  background: #fff;
}
#guarantee .allhosyo {
  margin-bottom: 140px;
  display: flex;
  background: #fff;
  border: 2px solid #ea6120;
  gap: 30px 40px;
  border-radius: 20px;
  color: #ea6120;
  align-items: center;
  padding: 30px 80px;
}

@media screen and (max-width: 1080px) {
  #guarantee .flex {
    display: block;
  }
  #guarantee .flex img {
    margin: 0 auto 40px;
    height: auto;
  }
  #guarantee .flex2 {
    display: block;
  }
  #guarantee .flex2 .item.normal {
    margin-bottom: 30px;
  }
  #guarantee .subcontact .box {
    height: auto;
    padding-bottom: 30px;
  }
  #guarantee .allhosyo {
    margin-bottom: 120px;
    padding: 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  #guarantee h1 {
    height: 100px;
    padding-top: 30px;
  }
  #guarantee h1 img {
    left: 3vw;
  }
  #guarantee h1::after {
    height: 60px;
    bottom: -59px;
  }
  #guarantee .gualist h2 .txs-18 {
    width: 100%;
    margin-bottom: 10px;
  }
  #guarantee .gualist {
    padding-top: 100px;
  }
  #guarantee .flex {
    margin-bottom: 20px;
  }
  #guarantee .gualist h2 {
    margin-bottom: 20px;
  }
  #guarantee .flex2 .item {
    padding: 0 8vw 40px;
  }
  #guarantee .flex2 {
    padding-bottom: 40px;
  }
  #guarantee .subcontact .box {
    padding-bottom: 0;
  }
  #guarantee {
    padding-bottom: 60px;
  }
  #guarantee .allhosyo {
    margin-bottom: 60px;
    padding: 30px 40px;
    gap: 20px;
    flex-wrap: wrap;
  }
  #guarantee .allhosyo img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #guarantee h1 img {
    left: -3vw;
    max-width: 113vw;
  }
}

/* --------------------
   faq
-------------------- */
#faq {
  padding: 120px 0;
}
#faq h1 {
  text-align: center;
  color: #ea6120;
}
#faq h1 .txs-24 {
  display: block;
  padding-bottom: 10px;
  letter-spacing: normal;
}
#faq .qa {
  margin: 80px 0 0;
}
#faq .qa__head {
  padding: 0;
  position: relative;
  background: #fff;
  border: 0;
  text-align: left;
  border-bottom: 2px solid #ea6120;
  min-height: 76px;
  line-height: 76px;
  color: #eb6120;
  cursor: pointer;
  width: 100%;
}
#faq .qa__head span {
  position: relative;
  top: -6px;
  vertical-align: middle;
  padding-right: 20px;
}
#faq .qa__item {
  margin-bottom: 20px;
}
#faq .qa__head:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #eb6120;
  position: absolute;
  right: 30px;
  top: 24px;
  transition: transform 0.4s;
}
#faq .qa__head:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #eb6120;
  position: absolute;
  right: 44px;
  top: 24px;
  margin-top: -14px;
  transition: transform 0.4s;
}
#faq .qa__head p {
  padding-left: 20px;
}
#faq .qa__body {
  position: relative;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
#faq .qa__body.is-open {
  padding: 20px;
  height: auto;
  opacity: 1;
}
#faq .qa__head.is-open::before {
  display: none;
}
#faq .qa__body p {
  padding-left: 70px;
  max-width: 880px;
}

@media screen and (max-width: 1080px) {
  #faq .qa__head span {
    font-size: 20px;
    top: -3px;
    position: absolute;
    left: 0;
  }
  #faq .qa__head p {
    padding-right: 120px;
    line-height: 1.2;
    font-size: 16px;
    padding: 0 40px 0 40px;
    position: relative;
  }
  #faq .qa__head:before {
    height: 20px;
    right: 9px;
    top: 40px;
  }
  #faq .qa__head:after {
    width: 20px;
    right: 0;
    top: 35px;
  }
  #faq .qa__body p {
    padding: 0;
  }
  #faq .qa {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 60px 0;
  }
  #faq h1 {
    line-height: 1.5;
  }
}

/* --------------------
   impurtant
-------------------- */
#impurtant {
  overflow: visible;
}
#impurtant .text {
  overflow: visible;
  position: relative;
  background: #fff;
  border: 4px solid #a71a00;
  gap: 30px 40px;
  border-radius: 10px;
  color: #a71a00;
  text-align: center;
  padding: 60px 60px 80px;
}
#impurtant .text img {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
#impurtant .text h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #impurtant .text {
    padding: 50px 30px 40px;
  }
  #impurtant .text h1 {
    margin-bottom: 10px;
  }
  #impurtant .text p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #impurtant .text {
    padding: 50px 20px 30px;
  }
  #impurtant .text h1 {
    margin-bottom: 10px;
  }
  #impurtant .text p {
    text-align: left;
  }
}

/* --------------------
   footer
-------------------- */
#footer .wrap {
  padding: 80px;
}
#footer .info {
  gap: 50px;
  display: flex;
}
#footer .info table td,
#footer .info table th {
  padding: 2px 30px 6px 0;
  letter-spacing: normal;
  border-bottom: 1px solid #eeeeee;
}
#footer .info table th {
  padding-right: 30px;
  text-align: left;
}
#footer .ft {
  padding-top: 50px;
  justify-content: flex-end;
  gap: 40px;
  display: flex;
}
#footer .ft .right {
  text-align: right;
}
#footer .ft .right a {
  text-decoration: underline;
  color: #402011;
}
#footer .ft .left {
  line-height: 1;
  color: #ea6120;
  padding-left: 30px;
  border-left: 1px solid #ea6120;
}
#footer .copy {
  margin-top: 5px;
  color: #c9c9c9;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  #footer .wrap {
    padding: 50px 4vw;
  }
  #footer .info {
    display: block;
  }
  #footer .address {
    margin-top: 30px;
  }
  #footer .info table td {
    padding-right: 0;
  }
  #footer .ft .left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .info table th,
  #footer .info table td {
    display: block;
  }
  #footer .info table th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  #footer .info table td {
    padding: 0 0 10px;
  }
  #footer .txs-14 {
    font-size: 12px;
    letter-spacing: normal;
  }
  #footer h1 img {
    margin: 0 auto;
  }
}

/* --------------------
   SP
-------------------- */

/*2026/01/09メニュー調整*/
@media screen and (min-width: 768px) {
  #main-nav .flex {
    width: 320px;
  }
  #main-nav a {
	font-size: 15PX;
  }
}
