@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("reset.css");
@import url("base.css");
@font-face {
  font-family: "CabinetGrotesk-Medium";
  src: url("../fonts/CabinetGrotesk/CabinetGrotesk-Medium.woff2") format("woff2"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Medium.woff") format("woff"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Bold";
  src: url("../fonts/CabinetGrotesk/CabinetGrotesk-Bold.woff2") format("woff2"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Bold.woff") format("woff"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CabinetGrotesk-Variable";
  src: url("../fonts/CabinetGrotesk/CabinetGrotesk-Variable.woff2") format("woff2"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Variable.woff") format("woff"), url("../fonts/CabinetGrotesk/CabinetGrotesk-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
/*! =======================================================

  "3mind.co.jp" Site Common Styles

======================================================== */
body {
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
}

.l-container {
  position: relative;
  width: 100%;
}

.inner {
  max-width: 1200px;
  width: 84.6153846154%;
  margin: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .inner {
    max-width: 84.6153846154%;
  }
}
@media screen and (max-width: 780px) {
  body {
    min-width: initial;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
/*! Font Size
-------------------------------------------------------- */
.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 780px) {
  .fs18 {
    font-size: 3.3333333333vw;
    line-height: 1.8461538462;
  }
}
/*! Page Header
-------------------------------------------------------- */
.page-header {
  padding: 205px 0 115px;
  border-bottom: solid 1px #c7c7c7;
}

@media screen and (max-width: 780px) {
  .page-header {
    padding: 26.9230769231% 0 10.2564102564%;
  }
}
/*! WordPress Overwrite
-------------------------------------------------------- */
.entry-header, .entry-footer {
  display: none;
}

/*!
  Header
======================================================== */
.l-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 0 0;
}
.l-header h1 {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 228px;
  height: 43px;
}
.l-header h1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header nav {
  max-width: 1200px;
  margin: auto;
  padding: 0 100px;
}
.l-header nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 55px;
}
.l-header nav > ul > li {
  position: relative;
  font-family: "CabinetGrotesk-Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.l-header nav > ul > li a {
  position: relative;
  color: #000000;
  text-decoration: none;
}
.l-header nav > ul > li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s;
}
.l-header nav > ul > li a:hover::before {
  transform: scaleX(1);
}
.l-header nav > ul > li a.is-current::before {
  transform: scaleX(1);
}
.l-header nav > ul > li:nth-of-type(3) {
  transition: transform 0.3s;
}
.l-header nav > ul > li:nth-of-type(3) > ul {
  display: none;
}
.l-header nav > ul > li:nth-of-type(3) > ul li {
  font-size: 0.6666666667em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.l-header nav > ul > li:nth-of-type(3) > ul li a {
  position: relative;
}
.l-header nav > ul > li:nth-of-type(3) > ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s;
}
.l-header nav > ul > li:nth-of-type(3) > ul li a:hover::before {
  transform: scaleX(1);
}
.l-header nav > ul > li:nth-of-type(3):hover > ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0 35px;
  padding: 45px 0 0;
  transition: transform 0.3s;
}
.l-header nav.is-white > ul li a {
  color: #ffffff;
}
.l-header nav.is-white > ul li a::before {
  background-color: #ffffff;
}
.l-header nav.is-white > ul li:nth-of-type(3) > ul li a::before {
  background-color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .l-header nav {
    max-width: initial;
    margin: 0;
    padding: 0 50px 0 0;
  }
  .l-header nav > ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 40px;
  }
}
@media screen and (max-width: 780px) {
  .l-header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 0;
  }
  .l-header h1 {
    z-index: 3;
    top: 4.4871794872vw;
    left: 3.2051282051vw;
    width: 35.1282051282vw;
    height: 6.6666666667vw;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .l-header h1.logo_w {
    background-image: url(../images/three-mind_logo_w.svg);
  }
  .l-header h1.logo_b {
    background-image: url(../images/three-mind_logo_b.svg);
  }
  .l-header nav {
    display: none;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: 100vh;
    background-color: #ed6d1f;
    padding: 28.2051282051% 0 0 7.6923076923%;
    transition: opacity 0.3s ease;
    overflow-y: scroll;
  }
  .l-header nav > ul {
    display: block;
  }
  .l-header nav > ul > li {
    font-size: 5.641025641vw;
  }
  .l-header nav > ul > li a {
    color: #ffffff;
  }
  .l-header nav > ul > li a::before {
    content: none;
  }
  .l-header nav > ul > li:not(:nth-of-type(3), :last-of-type) {
    margin: 0 0 10.2564102564%;
  }
  .l-header nav > ul > li:nth-of-type(3) {
    pointer-events: none;
  }
  .l-header nav > ul > li:nth-of-type(3):hover::before {
    content: none;
  }
  .l-header nav > ul > li:nth-of-type(3):hover > ul {
    display: none;
  }
  .l-header nav > ul > li.service-sub {
    padding: 0 0 0 5.1282051282%;
  }
  .l-header nav > ul > li.service-sub ul li {
    font-size: 0.7083333333em;
    font-weight: 400;
    margin: 5.7692307692% 0 0;
  }
  .l-header nav.is-show {
    display: block;
  }
}
/*! Menu Trigger
-------------------------------------------------------- */
.l-header .menu-trigger {
  display: none;
}

@media screen and (max-width: 780px) {
  .l-header .menu-trigger {
    display: inherit;
    position: absolute;
    z-index: 5;
    top: 3.2051282051vw;
    right: 3.2051282051vw;
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 50vw;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .l-header .menu-trigger.is-white {
    background-image: url(../images/menu_open_w.svg);
    border-color: #ffffff;
  }
  .l-header .menu-trigger.is-white.is-toggled {
    background-image: url("../images/menu_close_w.svg");
  }
  .l-header .menu-trigger.is-black {
    background-image: url(../images/menu_open.svg);
    border-color: #000000;
  }
  .l-header .menu-trigger.is-black.is-toggled {
    background-image: url("../images/menu_close.svg");
  }
  .l-header.top .menu-trigger {
    background-image: url(../images/menu_open_w.svg);
    border-color: #ffffff;
  }
  .l-header.top .menu-trigger.is-toggled {
    background-image: url("../images/menu_close_w.svg");
  }
}
/*!
  Main
======================================================== */
/*! Section
-------------------------------------------------------- */
.l-contents section {
  position: relative;
  width: 100%;
}

/*! Section Heading */
.sec-heading {
  font-family: "CabinetGrotesk-Medium", sans-serif;
  font-weight: 500;
  font-size: 110px;
  font-size: 11rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
}
.sec-heading small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.2em;
  letter-spacing: 0.05em;
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 2;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .privacy .page-header .inner .sec-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .privacy .page-header .inner .sec-heading span {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .sec-heading {
    font-size: 11.5384615385vw;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec-heading small {
    margin: 0;
    font-size: 0.35em;
  }
}
/*! Breadcrumb List
-------------------------------------------------------- */
.breadcrumb {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 50px 0 0;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb a::after {
  content: "＞";
  transform: scale(0.6, 1);
  display: inline-block;
  padding: 0 0.25em;
}

@media screen and (max-width: 780px) {
  .breadcrumb {
    font-size: 2.9487179487vw;
    margin: 3.3333333333% 0 0;
  }
}
/*!
  footer
======================================================== */
.l-footer {
  position: relative;
  width: 100%;
  padding: 0 0 25px;
  background-color: #ffffff;
}
.l-footer .inner {
  padding: 25px 0 0;
  height: 100%;
}
.l-footer .inner h2.logo {
  width: 228px;
  height: auto;
}
.l-footer .inner .f-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 45px 0 125px;
  padding: 0 100px 0 0;
}
.l-footer .inner .f-nav dl {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-footer .inner .f-nav dl dd {
  margin: 0.5em 0 0;
  line-height: 2;
}
.l-footer .inner .f-nav ul li {
  font-family: "CabinetGrotesk-Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.l-footer .inner .f-nav ul li a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.l-footer .inner .f-nav ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.l-footer .inner .f-nav ul li:nth-of-type(3) span {
  font-size: 0.7272727273em;
  font-weight: 400;
}
.l-footer .inner .f-nav ul li:nth-of-type(3) span a {
  display: inline-block;
  margin: 0 0 0 2em;
}
.l-footer .inner .f-nav ul li:not(:last-of-type) {
  margin: 0 0 1em;
}
.l-footer .inner .copy {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.l-footer .contact-unit {
  padding: 170px 0 180px;
  color: #ffffff;
  background-color: #393939;
}
.l-footer .contact-unit .inner {
  padding: 0;
}
.l-footer .contact-unit .inner .sec-heading {
  margin: 0 0 40px;
}
.l-footer .contact-unit .inner .btn-unit {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.l-footer .contact-unit .inner .btn-unit a {
  position: relative;
  width: 50%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  line-height: 80px;
  border: solid 1px #a3a3a3;
  transition: all 0.3s ease-in;
}
.l-footer .contact-unit .inner .btn-unit a.tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393939;
  pointer-events: none;
}
.l-footer .contact-unit .inner .btn-unit a.tel-btn span {
  font-family: "CabinetGrotesk-Medium", sans-serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}
.l-footer .contact-unit .inner .btn-unit a.tel-btn small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.l-footer .contact-unit .inner .btn-unit a.inq-btn {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  display: block;
  background-color: #000000;
}
.l-footer .contact-unit .inner .btn-unit a.inq-btn:hover {
  background-color: #ed6d1f;
}
.l-footer .contact-unit .inner .btn-unit a.inq-btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-weight: 300;
}

.inquiry .l-footer {
  border-top: solid 1px #c7c7c7;
}

@media screen and (max-width: 780px) {
  .l-footer .inner {
    padding: 5.1282051282% 0 0;
  }
  .l-footer .inner h2.logo {
    width: 35.1282051282vw;
  }
  .l-footer .inner .f-nav {
    flex-direction: column;
    margin: 8.9743589744% 0 14.1025641026%;
    padding: 0;
  }
  .l-footer .inner .f-nav dl {
    font-size: 3.3333333333vw;
    margin: 0 0 8.9743589744%;
  }
  .l-footer .inner .f-nav dl dd {
    margin: 0.25em 0 0;
    line-height: 1.8461538462;
  }
  .l-footer .inner .f-nav ul li {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
  }
  .l-footer .inner .f-nav ul li:nth-of-type(3) span {
    font-size: 0.8571428571em;
  }
  .l-footer .inner .f-nav ul li:not(:last-of-type) {
    margin: 0 0 6.4102564103%;
  }
  .l-footer .inner .copy {
    font-size: 2.8205128205vw;
  }
  .l-footer .contact-unit {
    padding: 15.3846153846% 0;
  }
  .l-footer .contact-unit .inner .sec-heading {
    margin: 0 0 11.5384615385%;
  }
  .l-footer .contact-unit .inner .btn-unit {
    margin: 9.6153846154% 0 0;
    flex-direction: column;
  }
  .l-footer .contact-unit .inner .btn-unit a {
    width: 69.2307692308vw;
    line-height: 11.5384615385vw;
  }
  .l-footer .contact-unit .inner .btn-unit a.tel-btn {
    pointer-events: auto;
  }
  .l-footer .contact-unit .inner .btn-unit a.tel-btn span {
    font-size: 3.8461538462vw;
  }
  .l-footer .contact-unit .inner .btn-unit a.tel-btn small {
    font-size: 2.8205128205vw;
  }
  .l-footer .contact-unit .inner .btn-unit a.tel-btn::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 3.8461538462vw;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 3.4615384615vw;
    height: 3.4615384615vw;
    background-image: url("../images/icon_phone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
  }
  .l-footer .contact-unit .inner .btn-unit a.inq-btn {
    font-size: 3.3333333333vw;
    margin: 20px 0 0;
  }
}
