@charset "UTF-8";
::selection {
  background: #333;
  color: #fafafa;
}

::-moz-selection {
  background: #333;
  color: #fafafa;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ff0000;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background: #fafafa;
  color: #333;
  font-family: "Noto Serif Japanese", serif;
  line-height: 2;
}
body a {
  color: #333;
  transition: 0.3s;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body a:link,
body a:hover,
body a:active,
body a:focus {
  color: #333;
}
body a:hover {
  opacity: 0.6;
}
body p {
  margin-bottom: 0.5em;
}

.footer_access {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 100px 20px 0;
  font-size: 15px;
}
@media only screen and (max-width: 420px) {
  .footer_access {
    padding: 40px 20px 100px;
    display: block;
  }
}
.footer_access .txt_box {
  max-width: 300px;
  margin-right: 60px;
  padding-top: 10px;
}
@media only screen and (max-width: 420px) {
  .footer_access .txt_box {
    text-align: center;
    margin: 0 auto 40px;
  }
}
.footer_access .txt_box p {
  margin-bottom: 0;
}
.footer_access .txt_box p:nth-child(1) {
  font-size: 18px;
}
.footer_access .txt_box p:nth-child(3) {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
}
.footer_access .txt_box .tel {
  line-height: 1.4;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 1em 0;
  text-align: center;
}
.footer_access .txt_box .tel p {
  margin-bottom: 0;
}
.footer_access .txt_box .tel p:nth-child(1) {
  color: #888;
  font-size: 15px;
}
.footer_access .txt_box .tel p:nth-child(2) {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.footer_access .txt_box .mail a {
  display: block;
  background: rgba(27, 38, 86, 0.2);
  text-align: center;
  padding: 0.4em;
}
.footer_access .map {
  flex: 1;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.footer_access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
}

/* 2026/01/13 ADD-S */
.footer_access .txt_box .line {
    margin-top: 14px;
}
.footer_access .txt_box .line a {
    display: block;
    text-align: center;
    padding: 0.4em;
    border-radius: 6px;
    background-color: #06C755;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.footer_access .txt_box .line a:hover {
    opacity: 0.85;
}
.footer_access .txt_box .line .line_copy {
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.6;
    color: #555;
}
/* 2026/01/13 ADD-E */

footer {
  background: #1b2656;
  color: #fafafa;
  padding: 60px 20px 10px;
  text-align: center;
}
footer .inner .logo img {
  width: 200px;
}
footer .inner .address {
  padding: 40px 0;
  font-size: 14px;
}
footer .inner .address .tel {
  line-height: 1.2;
}
footer .inner .address .tel p:nth-child(1) {
  font-size: 30px;
  letter-spacing: 0.1em;
}
footer .inner .address .tel p:nth-child(2) {
  opacity: 0.6;
}
footer .Copyright {
  font-size: 12px;
}

.head_address {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 110px;
  right: 1.4em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 420px) {
  .head_address {
    display: none;
  }
}
.head_address span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

header {
  display: block;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 100px;
  /*=====================　ハンバーガー　=====================*/
  /*=====================　ナビの中身　=====================*/
}
header .logo {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
}
@media only screen and (max-width: 420px) {
  header .logo {
    display: block;
  }
}
header .logo img {
  height: 30px;
}
header .tel {
  text-align: right;
}
@media only screen and (max-width: 420px) {
  header .tel {
    display: none;
  }
}
header .tel p {
  margin-bottom: 0;
  line-height: 1.4;
}
header .tel p:nth-child(1) {
  font-size: 15px;
  padding-right: 0.2em;
}
header .tel p:nth-child(2) {
  font-size: 26px;
}
header .tel p:nth-child(2) span {
  font-size: 0.8em;
  padding-right: 0.2em;
}
header .drawer_button {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 420px) {
  header .drawer_button {
    width: 50px;
    height: 50px;
  }
}
header .drawer_button .inner,
header .drawer_button .inner:after,
header .drawer_button .inner:before {
  width: 28px;
  height: 3px;
  background: #fafafa;
  position: absolute;
  transition: 0.3s;
  content: "";
}
@media only screen and (max-width: 420px) {
  header .drawer_button .inner,
  header .drawer_button .inner:after,
  header .drawer_button .inner:before {
    width: 20px;
  }
}
header .drawer_button .inner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
header .drawer_button .inner:before {
  bottom: 10px;
}
@media only screen and (max-width: 420px) {
  header .drawer_button .inner:before {
    bottom: 7px;
  }
}
header .drawer_button .inner:after {
  top: 10px;
}
@media only screen and (max-width: 420px) {
  header .drawer_button .inner:after {
    top: 7px;
  }
}
header .drawer_button .inner.active {
  background: rgba(250, 250, 250, 0);
}
header .drawer_button .inner.active:after {
  top: 0;
  transform: rotate(45deg);
}
header .drawer_button .inner.active:before {
  bottom: 0;
  transform: rotate(-45deg);
}
header .drawer_nav {
  width: 80px;
  height: 80px;
  background: #dc4614;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 9;
}
@media only screen and (max-width: 420px) {
  header .drawer_nav {
    width: 50px;
    height: 50px;
  }
}
header .drawer_nav nav {
  opacity: 0;
  transition: 0.3s;
}
header .drawer_nav nav ul {
  text-align: center;
  padding-top: 200px;
  line-height: 2.6;
}
header .drawer_nav nav ul li a {
  font-size: 26px;
  color: #fafafa;
}
@media only screen and (max-width: 420px) {
  header .drawer_nav nav ul li a {
    font-size: 18px;
  }
}
header .drawer_nav.active {
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background: #a27aac;
}
header .drawer_nav.active nav {
  opacity: 1;
}

.Heading {
  position: relative;
}
.Heading .mv_img {
  width: calc(100vw - 160px);
  margin: auto;
  height: 360px;
}
@media only screen and (max-width: 420px) {
  .Heading .mv_img {
    width: calc(100vw - 40px);
    height: 250px;
  }
}
.Heading .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Heading .logo {
  background: #fafafa;
  position: absolute;
  top: 30px;
  left: 80px;
}
@media only screen and (max-width: 420px) {
  .Heading .logo {
    display: none;
  }
}
.Heading .logo img {
  width: 200px;
  height: 200px;
  padding: 20px;
}
.Heading h1 {
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 0.2em;
  background: #fafafa;
  padding: 1em 3em;
  position: absolute;
  bottom: -2em;
  right: 120px;
}
@media only screen and (max-width: 420px) {
  .Heading h1 {
    font-size: 22px;
    padding: 0.8em 1.5em;
    right: 0;
  }
}

.MainVisual {
  position: relative;
}
.MainVisual .mv_img {
  width: calc(100vw - 160px);
  margin: auto;
  height: calc(100vh - 160px);
}
@media only screen and (max-width: 420px) {
  .MainVisual .mv_img {
    width: calc(100vw - 40px);
    height: 60vh;
    margin-bottom: 100px;
  }
}
.MainVisual .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MainVisual .logo {
  background: #fafafa;
  position: absolute;
  top: 60px;
  left: 80px;
}
@media only screen and (max-width: 420px) {
  .MainVisual .logo {
    display: none;
  }
}
.MainVisual .logo img {
  width: 280px;
  height: 280px;
  padding: 40px;
}

.wrap {
  max-width: 1000px;
  margin: auto;
  padding: 100px 20px 160px;
}

.thought {
  width: calc(100vw - 160px);
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 200px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 420px) {
  .thought {
    width: 100%;
    padding: 20px;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 0px;
  }
}
.thought .img_box {
  flex: 1;
  height: 460px;
  margin-right: 60px;
}
@media only screen and (max-width: 420px) {
  .thought .img_box {
    margin-right: 0;
    padding-top: 100px;
    height: 320px;
  }
}
.thought .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thought .txt_box {
  width: 400px;
  font-size: 50px;
  line-height: 2;
  position: relative;
  letter-spacing: 0.35em;
}
@media only screen and (max-width: 420px) {
  .thought .txt_box {
    width: 100%;
  }
}
.thought .txt_box p {
  margin-bottom: 0;
}
.thought .txt_box span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3em;
}
.thought .txt_box::before {
  content: "THOUGHT";
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  position: absolute;
  top: 2em;
  left: -3.8em;
  transform: rotate(90deg);
  opacity: 0.05;
}

.top .message {
  display: flex;
  margin-bottom: 160px;
}
@media only screen and (max-width: 420px) {
  .top .message {
    display: block;
    margin-bottom: 60px;
  }
}
.top .message .txt_box {
  width: 40%;
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 420px) {
  .top .message .txt_box {
    width: 100%;
  }
}
.top .message .txt_box h2 {
  font-size: 34px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  font-weight: normal;
}
@media only screen and (max-width: 420px) {
  .top .message .txt_box h2 {
    font-size: 28px;
  }
}
.top .message .txt_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #33893c;
  margin-top: 1em;
}
.top .message .txt_box .txt {
  position: absolute;
  width: 130%;
  background: #fafafa;
  padding: 1.4em 1.4em 1.4em 0;
  font-size: 15px;
  line-height: 2.2;
}
@media only screen and (max-width: 420px) {
  .top .message .txt_box .txt {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.top .message .img_box {
  flex: 1;
  height: 500px;
}
@media only screen and (max-width: 420px) {
  .top .message .img_box {
    height: 300px;
  }
}
.top .message .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .prospect {
  margin-bottom: 160px;
}
@media only screen and (max-width: 420px) {
  .top .prospect {
    margin-bottom: 60px;
  }
}
.top .prospect h2 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 18px;
}
.top .prospect h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #87263b;
  margin-top: 0.5em;
}
.top .feature {
  background: rgba(162, 122, 172, 0.1);
  padding: 2em 3em;
  font-size: 15px;
}
@media only screen and (max-width: 420px) {
  .top .feature {
    padding: 2em;
  }
}
.top .feature p {
  margin-bottom: 0.5em;
}
.top .feature ul {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.top .feature ul li {
  list-style: disc;
  font-size: 13px;
}

.faq {
  display: flex;
}
@media only screen and (max-width: 420px) {
  .faq {
    display: block;
  }
}
.faq .category .inner {
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 30px;
  padding-right: 60px;
}
.faq .category .inner .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.faq .category .inner ul {
  font-size: 12px;
  line-height: 2;
}
.faq ul.faq_list {
  flex: 1;
}
.faq ul.faq_list li {
  border-bottom: solid 1px #ddd;
  padding: 30px 0 10px;
}
.faq ul.faq_list li:last-child {
  border-bottom: none;
}
.faq ul.faq_list li .Q {
  font-size: 16px;
  margin-bottom: 0.4em;
}
.faq ul.faq_list li .A p {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 1em;
}

.company {
  max-width: 700px;
  margin: auto;
}
.company table {
  width: 100%;
  font-size: 14px;
}
.company table tr {
  border-bottom: solid 1px #aaa;
}
.company table tr:first-child {
  border-top: solid 1px #aaa;
}
.company table tr th,
.company table tr td {
  padding: 1.5em 1em;
}
@media only screen and (max-width: 420px) {
  .company table tr th,
  .company table tr td {
    display: block;
    padding: 2px;
  }
}
.company table tr th {
  width: 200px;
}
@media only screen and (max-width: 420px) {
  .company table tr th {
    padding-top: 10px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 420px) {
  .company table tr td {
    padding-bottom: 10px;
  }
}

.contact {
  max-width: 600px;
  margin: auto;
}
.contact form .box .txt {
  margin-bottom: 0;
}
.contact form .box input,
.contact form .box textarea {
  font-size: 13px;
  padding: 0.2em 0.5em;
  margin-bottom: 5px;
  border-color: #aaa;
}
.contact form .box textarea {
  height: 180px;
}
.contact form .wpcf7-submit {
  background: #dc4614;
  color: #fafafa;
  display: block;
  width: 100px;
  margin: 10px auto 0;
  border: none;
}

.article_list ul li {
  margin-bottom: 40px;
}
.article_list ul li a h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #1b2656;
  transition: 0.3s;
}
.article_list ul li a h2 .line {
  display: inline-block;
  height: 0.1em;
  width: 30px;
  margin-right: 10px;
  overflow: hidden;
}
.article_list ul li a h2 .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1b2656;
}
.article_list ul li a .txt {
  font-size: 14px;
  padding-left: 40px;
}
.article_list ul li a:hover h2 {
  color: #dc4614;
}
.article_list ul li a:hover h2 .line::before {
  animation-duration: 0.8s;
  animation-name: btnLine;
  background: #dc4614;
}
@keyframes btnLine {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100%);
    background-color: #000;
  }
  26% {
    background-color: transparent;
  }
  27% {
    transform: translateX(100%);
  }
  40% {
    background-color: #000;
  }
  100% {
    transform: translateX(0);
  }
}
article {
  max-width: 900px;
  margin: auto;
}
article h1 {
  font-size: 30px;
  margin-bottom: 1em;
  color: #1b2656;
}
article h2 {
  font-size: 22px;
  border-bottom: solid 1px #1b2656;
  padding: 1em 0 0;
  margin-bottom: 0.5em;
}
article h3 {
  font-size: 18px;
  padding: 0.8em 0 0;
}
article p {
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 2;
}

/*# sourceMappingURL=style.css.map */

.page_contact {
  max-width: 800px;
  padding: 100px 20px;
  margin: auto;
}
.page_contact .item {
  margin-bottom: 10px;
}
.page_contact .submit,
.page_contact .return {
  max-width: 300px;
  margin: 0 auto 10px;
}
