@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0498007968vw;
}
@media screen and (max-width: 1300px) {
  html,
  body {
    font-size: 0.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 0.1303780965vw;
  }
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

section.has-bg,
article.has-bg {
  background: url(../img/common/sec_bg.jpg) repeat-y center top;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 150%;
  color: #1c2541;
}
@media screen and (max-width: 767px) {
  .title .tit-ja {
    font-size: 26px;
  }
}
.title .tit-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 150%;
  color: #1c2541;
}
.title .tit-en.has-border {
  position: relative;
}
.title .tit-en.has-border::before {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 1px;
  background-color: #1c2541;
  vertical-align: middle;
  margin-right: 6rem;
}

.btn {
  background-color: #1c2541;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 16rem;
  align-items: center;
}
.btn a p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 150%;
  letter-spacing: -0.02em;
}
.btn a svg {
  width: 9px;
}

.telnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 17rem;
}
.telnum a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.telnum .time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 170%;
  color: #1c2541;
}

.sec_form {
  padding: 108rem 0 120rem;
}
@media screen and (max-width: 767px) {
  .sec_form {
    padding: 80rem 0;
  }
}
.sec_form .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 1025px) / (1920 - 1025), 24rem);
  line-height: 150%;
  letter-spacing: 0.2em;
  color: #1c2541;
  margin-bottom: 116rem;
}
@media screen and (max-width: 767px) {
  .sec_form .tit-ja {
    margin-bottom: 40rem;
  }
}
.sec_form .desc {
  text-align: center;
  margin-bottom: 50rem;
}
@media screen and (max-width: 767px) {
  .sec_form .desc {
    width: 90%;
    margin: 0 auto 50rem;
  }
}
.sec_form .desc p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 230%;
  color: #1c2541;
}
.sec_form .contactform {
  max-width: 660rem;
  width: 90%;
  margin: 0 auto;
}
.sec_form .contactform .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .sec_form .contactform .item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15rem;
    margin-bottom: 35rem;
  }
}
.sec_form .contactform .item .l-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e;
}
.sec_form .contactform .item .l-name .required {
  margin-left: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  font-size: 12px;
  color: #ffffff;
  background-color: #c21414;
  padding: 2px 4px;
}
.sec_form .contactform .item .l-detail input,
.sec_form .contactform .item .l-detail select {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  padding: 12rem 16rem;
  border-radius: 8px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item .l-detail input,
  .sec_form .contactform .item .l-detail select {
    height: 43px;
    font-size: 16px;
    padding: 0 10px;
  }
}
.sec_form .contactform .item .l-detail select {
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item .l-detail select {
    height: 43px;
  }
}
.sec_form .contactform .item .l-detail textarea {
  width: 100%;
  padding: 12rem 16rem;
  max-height: 176rem;
  min-height: 176rem;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  border-radius: 8px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item .l-detail textarea {
    max-height: 140px;
    min-height: 140px;
  }
}
.sec_form .contactform .item .l-detail ::-webkit-input-placeholder {
  color: #b3b3b3;
}
.sec_form .contactform .item .l-detail ::-moz-placeholder {
  color: #b3b3b3;
}
.sec_form .contactform .item .l-detail :-ms-input-placeholder {
  color: #b3b3b3;
}
.sec_form .contactform .item .l-detail ::-ms-input-placeholder {
  color: #b3b3b3;
}
.sec_form .contactform .item .l-detail ::placeholder {
  color: #b3b3b3;
}
.sec_form .contactform .item.nogrid {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item.nogrid {
    margin-bottom: 26rem;
  }
}
.sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label {
    gap: 11rem;
  }
}
.sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label input {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label input {
    width: 18px;
    height: 18px;
  }
}
.sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.sec_form .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #486284;
}
.sec_form .contactform .btn {
  width: 336rem;
  height: 80rem;
  background: #c97c5d;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_form .contactform .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .btn {
    width: 90%;
    height: 60px;
    margin: 0 auto;
  }
}
.sec_form .contactform .btn::before {
  content: "";
  background: url(../img/common/mail.svg) no-repeat center/contain;
  width: 24rem;
  height: 19rem;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 85rem;
  margin: auto 18rem auto auto;
}
@media screen and (max-width: 767px) {
  .sec_form .contactform .btn::before {
    width: 24px;
    height: 19px;
  }
}
.sec_form .contactform .wpcf7-submit {
  display: block;
  background: #c97c5d;
  margin: auto auto 0;
  letter-spacing: 0.1em;
  padding-left: 42rem;
  padding-right: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 80rem;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 1025px) / (1920 - 1025), 24rem);
  letter-spacing: 0.4em;
  color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
}

.company_detail {
  max-width: 1125rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82rem;
}
@media screen and (max-width: 767px) {
  .company_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40rem;
  }
}
.company_detail .text {
  margin-top: 63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23rem;
  max-width: 529rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_detail .text {
    margin-top: 0;
    max-width: 100%;
  }
}
.company_detail .text .item {
  display: grid;
  grid-template-columns: 30% auto;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
}
.company_detail .text .item .ttl,
.company_detail .text .item .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 170%;
  color: #1c2541;
}
.company_detail .text .item .ttl li,
.company_detail .text .item .detail li {
  text-indent: -1em;
}
.company_detail .map {
  max-width: 514rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35rem;
}
@media screen and (max-width: 767px) {
  .company_detail .map {
    max-width: 100%;
  }
}
.company_detail .map iframe {
  width: 100%;
  height: 461rem;
}
@media screen and (max-width: 767px) {
  .company_detail .map iframe {
    height: 300rem;
  }
}
.company_detail .map .btn {
  width: 276rem;
  height: 60rem;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.company_detail .map .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .company_detail .map .btn {
    width: 50%;
    height: 40px;
  }
}

.contactbox {
  background: #ffffff;
  border-radius: 8px;
  max-width: 1072rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50rem 0;
}
@media screen and (max-width: 767px) {
  .contactbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
.contactbox .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactbox .col-left {
    width: 90%;
    margin: 0 auto;
  }
}
.contactbox .col-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1px;
  height: 134rem;
  background-color: #1c2541;
}
@media screen and (max-width: 767px) {
  .contactbox .col-left::after {
    content: none;
  }
}
.contactbox .col-left .tit-ja {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: #1c2541;
  margin-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .contactbox .col-left .tit-ja {
    font-size: 20px;
  }
}
.contactbox .col-left .tit-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 150%;
  color: #1c2541;
  padding-bottom: 7px;
  text-align: center;
  position: relative;
  margin-bottom: 35rem;
}
.contactbox .col-left .tit-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30rem;
  height: 1px;
  background-color: #1c2541;
  margin: 0 auto;
}
.contactbox .col-left .desc {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 175%;
  color: #1c2541;
}
.contactbox .col-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right {
    width: 90%;
    margin: 0 auto;
  }
}
.contactbox .col-right .telnum {
  max-width: 407rem;
  margin-bottom: 27rem;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right .telnum {
    max-width: 85%;
    width: 100%;
  }
}
.contactbox .col-right .telnum a {
  gap: 15rem;
}
.contactbox .col-right .telnum a svg {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right .telnum a svg {
    width: 30rem;
  }
}
.contactbox .col-right .telnum a img {
  max-width: 338rem;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right .telnum a img {
    width: 80%;
  }
}
.contactbox .col-right .telnum .time {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
}
.contactbox .col-right .btn {
  width: 336rem;
  height: 80rem;
  background-color: #c97c5d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactbox .col-right .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right .btn {
    width: 90%;
    height: 60px;
    margin: 0 auto;
  }
}
.contactbox .col-right .btn a svg {
  width: 24rem;
}
.contactbox .col-right .btn a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 1025px) / (1920 - 1025), 24rem);
  line-height: 150%;
  letter-spacing: 0.4em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contactbox .col-right .btn a p {
    font-size: 20px;
  }
}

.header {
  background: #1c2541;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-left: 52rem;
}
@media screen and (max-width: 1300px) {
  .header .inner {
    padding: 10rem 0;
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.header .inner .logo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 150%;
  color: #ffffff;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .hamburger {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30rem;
    height: 22rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header .inner .hamburger span {
    display: block;
    width: 30rem;
    height: 3rem;
    background: #fff;
    border-radius: 2rem;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.header .inner .hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(9rem) rotate(45deg);
          transform: translateY(9rem) rotate(45deg);
}
.header .inner .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-9rem) rotate(-45deg);
          transform: translateY(-9rem) rotate(-45deg);
}
.header .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.header .inner .nav .header-list .menu-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #ffffff;
  position: relative;
}
.header .inner .nav .header-list .menu-item > a {
  position: relative;
  display: block;
  padding: 18rem 21rem;
  z-index: 10;
}
.header .inner .nav .header-list .menu-item > a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 17, 27, 0.25);
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item {
    color: #333;
    width: 100%;
    text-align: center;
  }
}
.header .inner .nav .header-list .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header .inner .nav .header-list .menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 17, 27, 0.25);
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item-has-children:hover::after {
    content: none;
  }
}
.header .inner .nav .header-list .menu-item-has-children > a {
  pointer-events: none;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item-has-children > a::before {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header .inner .nav .header-list .menu-item-has-children::after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 17px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item-has-children::after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item-has-children {
    width: 90%;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .header .inner .nav .header-list .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item-has-children .sub-menu {
    height: 0;
    position: relative;
    min-width: auto;
    background-color: transparent;
    border-radius: 0;
    top: 0;
    left: 0;
    padding: 0;
  }
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item-has-children .sub-menu li {
    font-size: 15px;
  }
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu li:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu li .menu-item {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #222;
}
.header .inner .nav .header-list .menu-item-has-children .sub-menu li::after {
  content: "";
  background: url(../img/common/arrow.png) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
.header .inner .nav .header-list .menu-item-has-children.is-open .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.h_contact {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.h_contact:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 17, 27, 0.25);
}
.h_contact a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 14px 0 22px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.h_tel {
  background-color: #c97c5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.h_tel:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 17, 27, 0.25);
}
@media screen and (max-width: 1300px) {
  .h_tel {
    width: auto;
    margin: 0 auto;
  }
}
.h_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.h_tel a .text .num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.h_tel a .text .time {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10px;
  line-height: 170%;
  color: #ffffff;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  background-color: #1c2541;
}
.footer .w1320 {
  max-width: 1320rem;
  width: 90%;
  margin: 0 auto;
  padding: 146rem 0 47rem;
}
@media screen and (max-width: 767px) {
  .footer .w1320 {
    padding: 80rem 0 30rem;
  }
}
.footer .w1320 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130rem;
  border-bottom: 1px solid #e6e6e6;
  gap: 35%;
  margin-bottom: 41rem;
}
@media screen and (max-width: 1300px) {
  .footer .w1320 .column {
    gap: 25%;
  }
}
@media screen and (max-width: 767px) {
  .footer .w1320 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    padding-bottom: 30rem;
    margin-bottom: 30rem;
  }
}
.footer .w1320 .col-left .f_logo {
  margin-bottom: 12rem;
}
.footer .w1320 .col-left .f_logo a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 30rem;
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer .w1320 .col-left .f_logo a {
    font-size: 24rem;
  }
}
.footer .w1320 .col-left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.footer .w1320 .col-left .text .address,
.footer .w1320 .col-left .text .num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.footer .w1320 .col-right .footer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20rem 44rem;
}
.footer .w1320 .col-right .footer-list .menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .w1320 .col-right .footer-list .menu-item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .w1320 .copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .w1320 .copy {
    font-size: 13px;
  }
}

.foot_item {
  padding: 73px 0 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot_item .f_logo {
  margin-bottom: 17px;
}
.foot_item .f_logo a svg {
  width: 283px;
  height: 41px;
}
.foot_item .nav {
  margin-bottom: 29px;
}
.foot_item .nav .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.foot_item .nav .footer-list .menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list .menu-item {
    text-align: center;
  }
}
.foot_item .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
}
.foot_item .sns_icon .icon-yt svg {
  width: 25px;
  height: 30px;
}
.foot_item .sns_icon .icon-line svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-ig svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-tw svg {
  width: 29px;
  height: 30px;
}
.foot_item .privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
  display: block;
  margin-bottom: 10px;
}
.foot_item .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
}

.fixed-line {
  position: fixed;
  right: 17px;
  bottom: 97px;
  z-index: 99;
}
.fixed-line svg {
  width: 60px;
  height: 60px;
}

.mv {
  background: url(../img/top/fv.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv .textwrap {
  padding: 111rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 921rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .textwrap {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.mv .textwrap .catch {
  padding: 0 57rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5555555556;
  font-size: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.16em;
  color: #ffffff;
  background-color: #1c2541;
  margin-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .catch {
    font-size: 16rem;
    padding: 0 20rem;
  }
}
.mv .textwrap .main {
  margin-bottom: 33rem;
  max-width: 787rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .main {
    width: 80%;
  }
}
.mv .textwrap .list {
  margin-bottom: 24rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  gap: 13rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .list {
    gap: 5rem;
  }
}
.mv .textwrap .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 253rem;
  background-color: #c97c5d;
  border-radius: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.7777777778;
  font-size: clamp(14px, 14px + (27 - 14) * (100vw - 1025px) / (1920 - 1025), 27rem);
  letter-spacing: 0.4em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .list .item {
    width: 100%;
    font-size: 16rem;
    padding: 0 10rem;
  }
}
.mv .textwrap .telnum {
  max-width: 632rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .telnum {
    width: 80%;
  }
}
.mv .textwrap .telnum a {
  gap: 24rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .telnum a {
    gap: 15rem;
  }
}
.mv .textwrap .telnum a svg {
  width: 83rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .telnum a svg {
    width: 40rem;
  }
}
.mv .textwrap .telnum a img {
  max-width: 524rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .telnum a img {
    width: 80%;
  }
}
.mv .textwrap .telnum .time {
  font-size: clamp(14px, 14px + (26 - 14) * (100vw - 1025px) / (1920 - 1025), 26rem);
}
.mv .textwrap .mv_btn {
  max-width: 679rem;
  width: 100%;
  height: 105rem;
  background: url(../img/top/btn-bg.png) no-repeat center/100% auto;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .mv .textwrap .mv_btn {
    width: 90%;
  }
}
.mv .textwrap .mv_btn:hover {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  background: url(../img/top/btn-bg_h.png) no-repeat center/100% auto;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mv .textwrap .mv_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.mv .textwrap .mv_btn a svg {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .mv_btn a svg {
    width: 16px;
  }
}
.mv .textwrap .mv_btn a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 39rem;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mv .textwrap .mv_btn a p {
    font-size: 20px;
  }
}

.bg-w {
  background-color: #fff;
}

.t_reason {
  padding: 87rem 0 123rem;
}
@media screen and (max-width: 767px) {
  .t_reason {
    padding: 80rem 0;
  }
}
.t_reason .column-has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 115rem;
}
@media screen and (max-width: 767px) {
  .t_reason .column-has-img {
    margin-bottom: 80rem;
  }
}
.t_reason .column-has-img .img {
  max-width: 54.8804780876%;
  width: 100%;
  height: 540rem;
}
@media screen and (max-width: 767px) {
  .t_reason .column-has-img .img {
    max-width: 80%;
    height: 300rem;
  }
}
.t_reason .column-has-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_reason .column-has-img .text {
  max-width: 37.7490039841%;
  width: 100%;
  margin-left: -154rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26rem;
}
@media screen and (max-width: 1300px) {
  .t_reason .column-has-img .text {
    max-width: 80%;
    width: 80%;
    margin-left: -233rem;
    margin-top: 100rem;
  }
}
.t_reason .column-has-img .text .bg-w {
  padding: 18rem 17rem;
}
@media screen and (max-width: 767px) {
  .t_reason .column-has-img .text .bg-w {
    padding: 10rem;
  }
}
.t_reason .column-has-img .text h2 {
  text-align: left;
}
.t_reason .column-has-img .text h2 img {
  max-width: 717rem;
}
@media screen and (max-width: 767px) {
  .t_reason .column-has-img .text h2 img {
    width: 90%;
  }
}
.t_reason .column-has-img .text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 14px + (26 - 14) * (100vw - 1025px) / (1920 - 1025), 26rem);
  line-height: 175%;
  letter-spacing: 0.2em;
  color: #1c2541;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .t_reason .column-has-img .text .desc {
    white-space: wrap;
  }
}
.t_reason .list {
  max-width: 1150rem;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  gap: 108rem;
}
@media screen and (max-width: 1300px) {
  .t_reason .list {
    width: 100%;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .t_reason .list {
    max-width: 90%;
    grid-auto-flow: row;
    gap: 30rem;
  }
}
.t_reason .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_reason .list .item img {
  max-width: 314rem;
  margin-bottom: 18rem;
  width: 100%;
  height: 220rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_reason .list .item .num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 1025px) / (1920 - 1025), 24rem);
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #1c2541;
}
.t_reason .list .item .item-ttl {
  font-weight: 700;
  font-size: clamp(18px, 18px + (34 - 18) * (100vw - 1025px) / (1920 - 1025), 34rem);
  line-height: 175%;
  color: #1c2541;
}
.t_reason .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 175%;
  color: #1c2541;
}

.t_service {
  padding: 105rem 0 148rem;
}
@media screen and (max-width: 767px) {
  .t_service {
    padding: 80rem 0;
  }
}
.t_service .title {
  margin-bottom: 75rem;
}
@media screen and (max-width: 767px) {
  .t_service .title {
    margin-bottom: 40rem;
  }
}
.t_service .list {
  max-width: 1156rem;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  gap: 96rem;
}
@media screen and (max-width: 1300px) {
  .t_service .list {
    width: 100%;
    max-width: 80%;
    gap: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .t_service .list {
    max-width: 90%;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.t_service .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_service .list .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #1c2541;
  position: relative;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .t_service .list .item .item-ttl {
    font-size: 22px;
  }
}
.t_service .list .item .item-ttl::after {
  content: "";
  width: 143rem;
  height: 1.2px;
  display: inline-block;
  margin-left: 18rem;
  vertical-align: middle;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .t_service .list .item .item-ttl::after {
    width: 60%;
  }
}
.t_service .list .item img {
  margin-bottom: 16rem;
  width: 100%;
}
.t_service .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 175%;
  color: #1c2541;
  margin-bottom: 26rem;
}
.t_service .list .item .btn {
  width: 320rem;
  height: 52rem;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .t_service .list .item .btn {
    width: 50%;
    height: 40px;
  }
}
.t_service .list .item .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.t_works {
  padding: 108rem 0 490rem;
}
@media screen and (max-width: 1300px) {
  .t_works {
    padding-bottom: 600rem;
  }
}
@media screen and (max-width: 767px) {
  .t_works {
    padding: 80rem 0 80rem;
  }
}
.t_works .column-has-img {
  max-width: 1276rem;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .t_works .column-has-img {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.t_works .column-has-img .img {
  max-width: 55.9561128527%;
  width: 100%;
  height: 553rem;
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .img {
    max-width: 80%;
    height: 300rem;
  }
}
.t_works .column-has-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_works .column-has-img .text {
  margin-top: 81rem;
  margin-right: -247rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .text {
    max-width: 100%;
    width: 100%;
    margin-right: -80%;
    margin-top: 180rem;
    margin-bottom: 20rem;
  }
}
.t_works .column-has-img .text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 38rem;
  line-height: 150%;
  letter-spacing: 0.12em;
  color: #1c2541;
  padding-left: 11rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .text h2 {
    font-size: 24px;
  }
}
.t_works .column-has-img .text .desc-w {
  max-width: 739rem;
  width: 100%;
  padding-left: 10rem;
}
@media screen and (max-width: 1300px) {
  .t_works .column-has-img .text .desc-w {
    max-width: 97%;
  }
}
.t_works .column-has-img .text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 175%;
  letter-spacing: 0.2em;
  color: #1c2541;
}
.t_works .column-has-img .works-list {
  position: absolute;
  top: calc(100% - 96rem);
  left: 0;
}
@media screen and (max-width: 1300px) {
  .t_works .column-has-img .works-list {
    top: calc(100% + 20rem);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .works-list {
    position: relative;
  }
}
.t_works .column-has-img .works-list .works-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 80rem;
  margin-bottom: 70rem;
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .works-list .works-items {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.t_works .column-has-img .works-list .works-items .works-item .thumb {
  width: 100%;
  height: 248rem;
  border-radius: 13px;
  margin-bottom: 15rem;
}
.t_works .column-has-img .works-list .works-items .works-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
}
.t_works .column-has-img .works-list .works-items .works-item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (28 - 16) * (100vw - 1025px) / (1920 - 1025), 28rem);
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #1c2541;
}
.t_works .column-has-img .btn {
  width: 310rem;
  height: 60rem;
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_works .column-has-img .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .t_works .column-has-img .btn {
    margin: 0 auto;
    width: 50%;
    height: 40px;
  }
}

.t_voice {
  padding: 79rem 0 63rem;
}
@media screen and (max-width: 767px) {
  .t_voice {
    padding: 80rem 0;
  }
}
.t_voice .title {
  margin-bottom: 33rem;
}
.t_voice .desc {
  margin: 0 auto 26rem;
  text-align: center;
}
.t_voice .desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 1025px) / (1920 - 1025), 20rem);
  color: #1c2541;
}
.t_voice .voice-swiper {
  height: auto;
  padding-bottom: 107rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .t_voice .voice-swiper {
    padding-bottom: 60rem;
  }
}
.t_voice .voice-swiper .swiper-slide {
  border-radius: 10px;
  width: 934rem;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 478rem auto;
  gap: 60rem;
}
@media screen and (max-width: 767px) {
  .t_voice .voice-swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
.t_voice .voice-swiper .swiper-slide .img {
  max-width: 478rem;
  width: 100%;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .t_voice .voice-swiper .swiper-slide .img {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
    max-width: 100%;
  }
}
.t_voice .voice-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_voice .voice-swiper .swiper-slide .text {
  padding: 50rem 50rem 38rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .t_voice .voice-swiper .swiper-slide .text {
    padding: 0 20rem 40rem 20rem;
  }
}
.t_voice .voice-swiper .swiper-slide .text .item-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 1025px) / (1920 - 1025), 26rem);
  line-height: 196%;
  letter-spacing: 0.05em;
  color: #1c2541;
}
.t_voice .voice-swiper .swiper-slide .text .sub {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 16px + (17 - 16) * (100vw - 1025px) / (1920 - 1025), 17rem);
  line-height: 134%;
  letter-spacing: 0.05em;
  color: rgba(28, 37, 65, 0.62);
  margin-bottom: 20rem;
}
.t_voice .voice-swiper .swiper-slide .text .desc {
  margin-bottom: 0;
}
.t_voice .voice-swiper .swiper-slide .text .desc p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 142%;
  letter-spacing: 0.05em;
  text-align: left;
}
.t_voice .voice-swiper .swiper-pagination {
  bottom: 0;
}
.t_voice .voice-swiper .swiper-pagination-bullet-active {
  background: #1c2541;
}

.t_faq {
  padding: 92rem 0 77rem;
}
@media screen and (max-width: 767px) {
  .t_faq {
    padding: 80rem 0;
  }
}
.t_faq .title {
  margin-bottom: 44rem;
}
@media screen and (max-width: 767px) {
  .t_faq .title {
    margin-bottom: 30rem;
  }
}
.t_faq .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21rem;
  max-width: 976rem;
  width: 90%;
  margin: 0 auto 76rem;
}
@media screen and (max-width: 1300px) {
  .t_faq .faq-list {
    width: 100%;
    max-width: 90%;
  }
}
.t_faq .faq-list .item {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
}
.t_faq .faq-list .item.active .question svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.t_faq .faq-list .item.active .answer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 12rem 26rem 21rem 16rem;
}
.t_faq .faq-list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31rem;
  padding: 12rem 16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .question {
    gap: 20rem;
  }
}
.t_faq .faq-list .question p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 1025px) / (1920 - 1025), 22rem);
  line-height: 170%;
  color: #1c2541;
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .question p {
    width: 75%;
  }
}
.t_faq .faq-list .question .f-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36rem;
  height: 36rem;
  background-color: #1c2541;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .question .f-en {
    width: 30px;
    height: 30px;
  }
}
.t_faq .faq-list .question svg {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.t_faq .faq-list .answer {
  border-top: 2px solid #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31rem;
  padding: 0 26rem 0 16rem;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .answer {
    gap: 20rem;
  }
}
.t_faq .faq-list .answer p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  line-height: 175%;
  color: #1a202c;
  width: 827rem;
}
@media screen and (max-width: 1300px) {
  .t_faq .faq-list .answer p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .answer p {
    width: 75%;
  }
}
.t_faq .faq-list .answer .a-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36rem;
  height: 36rem;
  border: 1px solid #1c2541;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 1025px) / (1920 - 1025), 16rem);
  letter-spacing: 0.05em;
  color: #1a202c;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .t_faq .faq-list .answer .a-en {
    width: 30px;
    height: 30px;
  }
}
.t_faq .btn {
  width: 276rem;
  height: 60rem;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1300px) {
  .t_faq .btn {
    width: 310rem;
  }
}
.t_faq .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .t_faq .btn {
    width: 50%;
    height: 60px;
  }
}

.t_company {
  padding: 170rem 0 223rem;
}
@media screen and (max-width: 767px) {
  .t_company {
    padding: 80rem 0;
  }
}
.t_company .title {
  margin-bottom: 107rem;
}
@media screen and (max-width: 767px) {
  .t_company .title {
    margin-bottom: 40rem;
  }
}

.t_contact {
  padding: 123rem 0;
}
@media screen and (max-width: 767px) {
  .t_contact {
    padding: 80rem 0;
  }
}

.sec_form .title {
  max-width: 1200rem;
  width: 90%;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */