@charset "UTF-8";
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  text-wrap: balance;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #333;
  letter-spacing: 0.06em;
}

h1 {
  font-size: calc(24 * var(--rem));
}

a {
  text-decoration: none;
}

p {
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-wrap: pretty;
}

img {
  vertical-align: bottom;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.content {
  padding: 3rem 2rem;
}

.takagi_new {
  border-top: 10px solid #ec6941;
}
.takagi_new .header {
  position: fixed;
  bottom: 0;
}
.takagi_new .header h1 {
  display: none;
}
.takagi_new .header ul {
  width: 100%;
  display: flex;
}
.takagi_new .header ul li {
  margin: 0;
  height: 100%;
}
.takagi_new .header ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.takagi_new .fv {
  width: 100vw;
  height: auto;
  margin-top: 0.5rem;
}
.takagi_new .form {
  margin: 0 auto;
}
.takagi_new .form h2 {
  background-color: #ec6941;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.takagi_new .form h2 > span {
  display: inline-block;
  color: #f7e350;
  font-size: 1.8rem;
}
.takagi_new .form form dl {
  margin-bottom: 1.6rem;
}
.takagi_new .form form dl dt {
  display: flex;
  align-items: center;
  font-size: min(4.2vw, 1.2rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.takagi_new .form form dl dt > span {
  display: block;
  margin-left: 0.5em;
  background-color: #b11f1f;
  color: #fff;
  font-size: 0.7em;
  padding: 0.1em 0.4em;
  border-radius: 2px;
}
.takagi_new .form form dl dd input[type=text],
.takagi_new .form form dl dd select,
.takagi_new .form form dl dd input[type=tel],
.takagi_new .form form dl dd input[type=email] {
  width: 100%;
  padding: 0.6em 0.8em;
  font-size: 18px;
  height: 3em;
  border: 1px solid #222;
  border-radius: 5px;
}
.takagi_new .form form dl dd input[type=text]:valid,
.takagi_new .form form dl dd select:valid,
.takagi_new .form form dl dd input[type=tel]:valid,
.takagi_new .form form dl dd input[type=email]:valid {
  background: #fff;
}
.takagi_new .form form dl dd input[type=text]:invalid,
.takagi_new .form form dl dd select:invalid,
.takagi_new .form form dl dd input[type=tel]:invalid,
.takagi_new .form form dl dd input[type=email]:invalid {
  background: #eee;
}
.takagi_new .form form > p {
  font-size: min(3.7vw, 1.2rem);
  font-weight: bold;
  text-align: center;
}
.takagi_new .form form > p a {
  text-decoration: underline;
  color: #222;
}
.takagi_new .form form .form_btn {
  text-align: center;
}
.takagi_new .form form .form_btn input[type=submit] {
  width: 90%;
  background-color: #ec6941;
  color: #fff;
  padding: 1rem 2rem;
  margin: 1rem auto 2rem;
  border: none;
  font-size: 1.2rem;
  border-radius: 50px;
}
.takagi_new .form .link_tel {
  margin: 2rem 0 0;
}
.takagi_new .form .link_tel a {
  display: block;
}
.takagi_new .form.confirm form dl dd {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ec6941;
  overflow-wrap: anywhere;
}
.takagi_new .form.thanks h3 {
  text-align: center;
  font-size: 2rem;
  color: #ec6941;
  font-weight: bold;
  margin-bottom: 1rem;
}
.takagi_new .form.thanks .txt p {
  font-size: min(4vw, 1.2rem);
  font-weight: bold;
  margin-bottom: 1rem;
}
.takagi_new .form.thanks ul {
  margin-top: 2rem;
}
.takagi_new .form.thanks ul li {
  margin-bottom: 0.5rem;
}
.takagi_new .form.thanks .btn {
  margin-top: 3rem;
}
.takagi_new .form.thanks .btn a {
  display: block;
  width: 90%;
  text-align: center;
  background-color: #ec6941;
  color: #fff;
  padding: 1rem 2rem;
  margin: 1rem auto 2rem;
  border: none;
  font-size: 1.2rem;
  border-radius: 50px;
}
.takagi_new .reason {
  background-image: url(../images/reason_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.takagi_new .reason h3 {
  width: 85%;
  max-width: 560px;
  margin: 0 auto 2rem;
}
.takagi_new .reason .list {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
.takagi_new .reason .list .box {
  box-shadow: 0 0 10px #999;
  background-color: #fff;
}
.takagi_new .reason .list .box .img {
  width: 100%;
}
.takagi_new .reason .list .box .txt {
  padding: 1.5em;
}
.takagi_new .reason .list .box .txt dt {
  font-size: min(5.6vw, 1.5rem);
  color: #ec6941;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.takagi_new .reason .list .box .txt dt > span {
  display: inline-block;
  background-color: #ffdc37;
  padding: 0 0.4em;
  margin-right: 0.2em;
}
.takagi_new .reason .list .box .txt dd {
  line-height: 1.7;
  text-align: justify;
  font-weight: bold;
}
.takagi_new .reason .list .box .txt dd > span {
  display: inline;
  color: #ec6941;
}
.takagi_new .region h3 {
  text-align: center;
  font-size: 2rem;
  color: #32b16c;
  font-weight: bold;
  margin-bottom: 1rem;
}
.takagi_new .region p {
  text-align: center;
  font-weight: bold;
  font-size: min(5.8vw, 1.4rem);
}
.takagi_new .region p > span {
  display: inline-block;
  background-color: #ffdc37;
  padding: 0 1em;
  margin-right: 0.2em;
}
.takagi_new .region .list {
  margin: 2rem 0 0;
}
.takagi_new .region .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(6vw, 2rem) 0;
}
.takagi_new .region .list ul li {
  width: 48%;
}
.takagi_new .order {
  background-image: url(../images/order_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.takagi_new .order h3 {
  color: #49b87b;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.takagi_new .order p {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.takagi_new .order .list {
  margin-bottom: 2rem;
}
.takagi_new .order .list ul li {
  width: 90%;
  margin: 0 auto 1rem;
}
.takagi_new .order .box {
  background-color: #fff;
  padding: 1rem 1.4rem;
}
.takagi_new .order .box h4 {
  color: #49b87b;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.takagi_new .order .box h4 > img {
  width: 20%;
}
.takagi_new .order .box h4 > span {
  display: inline-block;
  background-color: #ffdc37;
  padding: 0 0.3rem;
  font-size: 1.3rem;
}
.takagi_new .order .box p {
  text-align: justify;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.takagi_new .flow {
  background-image: url(../images/flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 1rem;
}
.takagi_new .flow h3 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.takagi_new .flow .wrap {
  background-image: url(../images/flow_w.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem;
}
.takagi_new .flow .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.takagi_new .flow .wrap ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.takagi_new .faq h3 {
  color: #49b87b;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.takagi_new .faq .list details {
  margin-bottom: 1rem;
}
.takagi_new .faq .list details summary {
  background-color: #49b87b;
  color: #fff;
  padding: 0.8em 1em;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.takagi_new .faq .list details summary:before {
  content: "Q";
  font-family: "Noto Sans CJK JP";
  font-size: 1.5rem;
  display: block;
  margin-right: 1rem;
}
.takagi_new .faq .list details summary:after {
  content: "∨";
  display: block;
  font-size: 4vw;
  margin-left: auto;
  transform: scale(1.5, 1);
  font-weight: lighter;
  padding-left: 0.5rem;
}
.takagi_new .faq .list details summary:hover {
  background-color: #3f8c62;
}
.takagi_new .faq .list details p {
  padding: 0.8em 1em;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-align: justify;
}
.takagi_new .faq .list details p:before {
  content: "A";
  font-family: "Noto Sans CJK JP";
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-right: 1rem;
  color: #ec6941;
}
.takagi_new .faq .list details[open] summary:after {
  content: "∧";
}
.takagi_new .footer {
  background-color: #023797;
  text-align: center;
}
.takagi_new .footer .content {
  padding: 2rem 2rem 6rem;
}
.takagi_new .footer .content .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.takagi_new .footer .content .links ul li {
  margin: 0.5rem;
}
.takagi_new .footer .content .links ul li a {
  display: block;
  color: #fff;
  font-size: 1rem;
}
.takagi_new .footer .content .links p {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.takagi_new .footer .content .logo {
  margin: 2rem auto 0;
  width: 80%;
}

@media screen and (min-width: 767px) {
  .content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 4rem 0;
  }
  .takagi_new {
    border-top: 10px solid #ec6941;
  }
  .takagi_new .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
    position: relative;
  }
  .takagi_new .header h1 {
    display: block;
    width: 30%;
    max-width: 420px;
  }
  .takagi_new .header ul {
    width: 40%;
    display: flex;
  }
  .takagi_new .header ul li {
    margin: 0 0.5rem 0.5rem;
    height: 80px;
    width: auto;
  }
  .takagi_new .header ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .takagi_new .fv {
    width: 100vw;
    height: auto;
  }
  .takagi_new .form {
    max-width: 800px;
    margin: 5% auto;
  }
  .takagi_new .form h2 {
    padding: 0.5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .takagi_new .form h2 > span {
    font-size: 2.5rem;
  }
  .takagi_new .form form dl {
    margin-bottom: 2rem;
  }
  .takagi_new .form form dl dt {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .takagi_new .form form dl dt > span {
    display: block;
    margin-left: 0.5rem;
    background-color: #b11f1f;
    font-size: 0.9rem;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
  }
  .takagi_new .form form dl dd input[type=text],
  .takagi_new .form form dl dd select,
  .takagi_new .form form dl dd input[type=tel],
  .takagi_new .form form dl dd input[type=email] {
    width: 100%;
    font-size: 22px;
  }
  .takagi_new .form form > p {
    font-size: 1.5rem;
    text-align: center;
  }
  .takagi_new .form form > p a {
    text-decoration: underline;
  }
  .takagi_new .form form .form_btn {
    text-align: center;
  }
  .takagi_new .form form .form_btn input[type=submit] {
    padding: 1rem 2rem;
    margin: 2rem auto;
    font-size: 2rem;
    border-radius: 50px;
  }
  .takagi_new .form .link_tel {
    margin: 3rem 0;
  }
  .takagi_new .form .link_tel a {
    display: block;
  }
  .takagi_new .form.confirm form dl dd {
    padding-bottom: 1rem;
    overflow-wrap: anywhere;
  }
  .takagi_new .form.thanks h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .takagi_new .form.thanks .txt p {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .takagi_new .form.thanks ul {
    margin-top: 3rem;
  }
  .takagi_new .form.thanks ul li {
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .takagi_new .form.thanks ul li strong {
    font-size: 1.2rem;
  }
  .takagi_new .form.thanks .btn {
    margin-top: 3rem;
  }
  .takagi_new .form.thanks .btn a {
    display: block;
    width: 60%;
    text-align: center;
    padding: 1rem 2rem;
    margin: 1rem auto 2rem;
    border: none;
    font-size: 1.2rem;
    border-radius: 50px;
  }
  .takagi_new .reason h3 {
    max-width: 560px;
    margin: 2rem auto;
  }
  .takagi_new .reason .list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .takagi_new .reason .list .box {
    display: flex;
  }
  .takagi_new .reason .list .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .takagi_new .reason .list .box .img {
    width: 40%;
  }
  .takagi_new .reason .list .box .txt {
    width: 60%;
    padding: 3rem 2rem;
  }
  .takagi_new .reason .list .box .txt dt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .takagi_new .reason .list .box .txt dt > span {
    display: inline-block;
    padding: 0 0.4em;
    margin-right: 0.2em;
  }
  .takagi_new .reason .list .box .txt dd {
    line-height: 2;
    letter-spacing: 1px;
  }
  .takagi_new .reason .list .box .txt dd > span {
    display: inline-block;
  }
  .takagi_new .region h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .takagi_new .region p {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  .takagi_new .region p > span {
    display: inline-block;
    padding: 0 0.4em;
  }
  .takagi_new .region .list {
    margin: 3rem 2rem;
  }
  .takagi_new .region .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .takagi_new .region .list ul li {
    width: 28%;
  }
  .takagi_new .order {
    padding-bottom: 2rem;
  }
  .takagi_new .order h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .takagi_new .order p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .takagi_new .order .list {
    margin-bottom: 3rem;
  }
  .takagi_new .order .list ul {
    display: flex;
    justify-content: space-between;
  }
  .takagi_new .order .list ul li {
    width: 49%;
  }
  .takagi_new .order .box {
    padding: 2rem 2rem 1rem;
  }
  .takagi_new .order .box h4 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .takagi_new .order .box h4 > img {
    width: 10%;
  }
  .takagi_new .order .box h4 > span {
    display: inline-block;
    padding: 0 0.4em;
    font-size: 3rem;
    margin-right: 0.2em;
  }
  .takagi_new .order .box p {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .takagi_new .flow {
    padding-bottom: 3rem;
  }
  .takagi_new .flow h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .takagi_new .flow .wrap {
    padding: 3rem 4rem;
  }
  .takagi_new .flow .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .takagi_new .flow .wrap ul li {
    width: 28%;
    margin-bottom: 2rem;
  }
  .takagi_new .faq h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .takagi_new .faq .list details {
    margin-bottom: 2rem;
  }
  .takagi_new .faq .list details summary {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  .takagi_new .faq .list details summary:before {
    font-size: 2rem;
    margin-right: 1rem;
  }
  .takagi_new .faq .list details summary:after {
    font-size: 1.4rem;
    margin-left: auto;
    transform: scale(1.5, 1);
  }
  .takagi_new .faq .list details summary:hover {
    background-color: #3f8c62;
  }
  .takagi_new .faq .list details p {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    text-align: justify;
  }
  .takagi_new .faq .list details p:before {
    font-size: 2rem;
    margin-right: 1.5rem;
  }
  .takagi_new .footer .content {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
  }
  .takagi_new .footer .content .links ul {
    display: flex;
    align-items: center;
  }
  .takagi_new .footer .content .links ul li {
    margin-right: 1rem;
  }
  .takagi_new .footer .content .links ul li a {
    display: block;
    font-size: 1rem;
  }
  .takagi_new .footer .content .links ul li a:after {
    content: "|";
    display: inline-block;
    margin-left: 1rem;
  }
  .takagi_new .footer .content .links ul li:last-child a:after {
    display: none;
  }
  .takagi_new .footer .content .links p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .takagi_new .footer .content .logo {
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */