@charset "UTF-8";
/* mixin
================================================================== */
/* base
================================================================== */
:root {
  --white: #fff;
  --black: #2b2933;
  --main: #362675;
  --l-main: #6e60a7;
  --base: #edebf5;
  --base-02: #f8f6ec;
  --sub-01: #c3bed6;
  --sub-02: #d7d4e3;
  --header-h: 9rem;
  --br-max: 10rem;
  --br-sec: 6rem;
  --br-l: 3rem;
  --br-m: 2rem;
  --br-s: 1.2rem;
  --mg-80: 8rem;
  --mg-60: 6rem;
  --mg-50: 5rem;
  --mg-40: 4rem;
  --mg-30: 3rem;
  --fs-36: 3.6rem;
  --fs-32: 3.2rem;
  --fs-28: 2.8rem;
  --fs-26: 2.6rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --fs-16: 1.6rem;
  --fs-15: 1.5rem;
  --fs-14: 1.4rem;
  --b-shadow: 0 0 12px rgba(54, 38, 117, 0.4);
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-36: 3.2rem;
    --fs-32: 2.8rem;
    --fs-28: 2.6rem;
    --fs-26: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --header-h: 6rem;
    --br-sec: 3rem;
    --br-l: 2rem;
    --br-m: 1.6rem;
    --br-s: 0.8rem;
    --mg-80: 6rem;
    --mg-60: 4rem;
    --mg-50: 4rem;
    --mg-40: 3rem;
    --mg-30: 2rem;
    --fs-36: 2.6rem;
    --fs-32: 2.6rem;
    --fs-28: 2.2rem;
    --fs-26: 2.4rem;
    --fs-24: 2.1rem;
    --fs-22: 1.8rem;
    --fs-20: 1.8rem;
    --fs-18: 1.5rem;
    --fs-16: 1.5rem;
    --fs-15: 1.4rem;
  }
}
/* common
---------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  color: var(--black);
  width: 100%;
}

main {
  overflow: hidden;
}

a {
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block !important;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

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

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

.text-just {
  text-align: justify;
}

.text-tate {
  writing-mode: vertical-rl;
}

/* PC,SP表示
---------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .d-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 768px), (min-width: 1025px) {
  .d-tb-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-tb-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-pc-tb {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 429px) {
  .d-minsp {
    display: none !important;
  }
}
/* layout
--------------------------------------------------------------- */
.inner {
  margin-inline: auto;
  max-width: calc(1000px + 12%);
  padding: 12rem 6%;
  width: 100%;
}
.inner-11 {
  max-width: calc(1100px + 12%);
}
.inner-12 {
  max-width: calc(1200px + 12%);
}
.inner-13 {
  max-width: calc(1300px + 12%);
}
.inner-np {
  padding: 0 6%;
}
@media (max-width: 767px) {
  .inner {
    padding: 8rem 6%;
  }
}

/* flex utilities */
.flex {
  display: flex;
  align-items: flex-start;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  justify-content: space-between;
}

/* base end
================================================================== */
/* parts
================================================================== */
.sec-ttl {
  margin-bottom: var(--mg-60);
  color: var(--main);
}
.sec-ttl-en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .sec-ttl-en {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl-en {
    font-size: 4.2rem;
  }
}
.sec-ttl-jp {
  position: relative;
  display: block;
  font-size: var(--fs-24);
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-top: 0.1em;
}
.sec-ttl-jp:before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background: currentColor;
}
.sec-ttl.text-center .sec-ttl-jp {
  padding: 0;
}
.sec-ttl.text-center .sec-ttl-jp::before {
  display: none;
}

.btn {
  position: relative;
  display: inline-block;
  z-index: 0;
  max-width: 100%;
  padding: 1.2em 1em;
  background: var(--main);
  background: linear-gradient(90deg, var(--main) 0%, var(--l-main) 100%);
  border-radius: var(--br-max);
  overflow: hidden;
  text-align: center;
}
.btn::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 1px;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: 0.3s ease;
}
.btn::after {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  opacity: 0;
}
.btn span {
  transition: 0.3s ease;
  display: inline-block;
  font-size: var(--fs-18);
  line-height: 1.2;
  color: var(--white);
}
.btn:hover {
  opacity: 1;
  box-shadow: 0 0 8px rgba(110, 96, 167, 0.6);
}
.btn:hover span {
  background: linear-gradient(135deg, var(--main) 0%, var(--l-main) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.btn:hover:before {
  border-color: var(--l-main);
}
.btn:hover::after {
  opacity: 1;
}

/* header
================================================================== */
.header {
  transition: 0.3s ease;
  position: fixed;
  z-index: 99;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-h);
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .header {
    padding: 1em 1.5rem;
  }
}
.header-logo {
  display: inline-block;
  height: 6rem;
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .header-logo {
    height: 4rem;
  }
}
.header-menu {
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .header-menu {
    padding-right: 7rem;
  }
}
@media (max-width: 767px) {
  .header-menu {
    padding-right: 4.5rem;
  }
}
.header-menu-list {
  justify-content: flex-end;
  gap: 0 1.5em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header-menu-list {
    display: none;
  }
}
.header-menu-list a {
  position: relative;
  padding: 0.8em 0;
}
.header-menu-list a:hover {
  opacity: 1;
  color: var(--l-main);
}
.header-menu .btn {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 18rem;
  height: calc(var(--header-h) * 0.6);
  display: grid;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  .header-menu .btn {
    width: 13rem;
  }
  .header-menu .btn::before {
    right: 1em;
  }
}
.header-menu .btn span {
  letter-spacing: 0.1em;
}
.header.change-color {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header.change-color {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}

/* hamburger
---------------------------------------------------------------- */
.hamburger-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: calc(var(--header-h) * 0.6);
  height: calc(var(--header-h) * 0.6);
  cursor: pointer;
  z-index: 9999;
  background-color: #362675;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger-menu {
    right: 1rem;
  }
}

.bar {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.4s ease;
}
.bar--top {
  top: 34%;
}
.bar--middle {
  top: 50%;
}
.bar--bottom {
  top: 66%;
}

.js-close .bar--top {
  top: 48%;
  transform: translateX(-50%) rotate(45deg);
}
.js-close .bar--middle {
  opacity: 0;
  transition: 0.1s;
}
.js-close .bar--bottom {
  top: 48%;
  transform: translateX(-50%) rotate(-45deg);
}

/* burger inner
---------------------------------------------------------------- */
.burger-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -40rem;
  width: 38rem;
  height: 100%;
  background-color: var(--base);
  padding: 8rem 2rem 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
}
@media (max-width: 428px) {
  .burger-nav {
    width: 100vw;
    right: -100vw;
    padding: 5.5rem 2rem;
  }
}
.burger-nav .header-menu-list {
  margin-bottom: 3rem;
  display: block;
}
.burger-nav .header-menu-list li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 1.5em 1em;
  border-bottom: 1.5px solid var(--sub-01);
  font-size: var(--fs-16);
  font-weight: 600;
}
.burger-nav .header-menu-list li a::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 1px;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--sub-01);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.burger-nav .header-menu-list li a:hover {
  opacity: 1;
  color: var(--l-main);
}
.burger-nav .header-menu-list li a:hover::before {
  right: 1em;
}
.burger-nav .btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 1em;
}
.burger-nav .btn span {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.burger-nav.js-active {
  right: 0;
}

.burger-mask {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(43, 41, 51, 0.7);
  display: none;
}
.burger-mask.js-active {
  display: block;
}

/* mv
---------------------------------------------------------------- */
.mv {
  width: 100%;
  background-image: url("../img/mv/bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: var(--header-h);
}
@media (max-width: 767px) {
  .mv {
    background-image: url("../img/mv/bg_sp.jpg");
    padding-top: calc(var(--header-h) + 2rem);
    padding-left: 6%;
    padding-right: 6%;
  }
}
.mv-inn {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  width: 160rem;
  aspect-ratio: 1600/710;
}
@media (max-width: 767px) {
  .mv-inn {
    width: 100%;
    aspect-ratio: 700/950;
  }
}
.mv-img {
  display: block;
  position: absolute;
  border-radius: var(--br-s);
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(54, 38, 117, 0.1);
}
.mv-img:nth-of-type(1) {
  width: 22.5%;
  top: 14.0845070423%;
  left: 5%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(1) {
    width: 48.5714285714%;
    top: 8.4210526316%;
    left: 0;
  }
}
.mv-img:nth-of-type(2) {
  width: 17.5%;
  top: 1.4084507042%;
  left: 23.125%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(2) {
    width: 40%;
    top: 0;
    left: 35.7142857143%;
  }
}
.mv-img:nth-of-type(3) {
  width: 17.5%;
  top: 40.4225352113%;
  right: 50%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(3) {
    width: 40%;
    top: 36.8421052632%;
    left: 31.7142857143%;
  }
}
.mv-img:nth-of-type(4) {
  width: 26.25%;
  top: 14.0845070423%;
  right: 27.5%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(4) {
    width: 40%;
    top: 23.7894736842%;
    right: 0;
  }
}
.mv-img:nth-of-type(5) {
  width: 17.5%;
  bottom: 15.4929577465%;
  right: 20.625%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(5) {
    width: 34.2857142857%;
    bottom: 33.6842105263%;
    right: 4.2857142857%;
  }
}
.mv-img:nth-of-type(6) {
  width: 16.25%;
  top: 4.2253521127%;
  right: 5%;
}
@media (max-width: 767px) {
  .mv-img:nth-of-type(6) {
    width: 26%;
    top: unset;
    bottom: 32.1052631579%;
    right: unset;
    left: 0;
  }
}
.mv-text {
  display: block;
  position: absolute;
  bottom: 11.2676056338%;
  left: 6.25%;
}
@media (max-width: 1280px) {
  .mv-text {
    bottom: 7.0422535211%;
  }
}
@media (max-width: 767px) {
  .mv-text {
    bottom: 12.6315789474%;
    left: 0;
  }
}
.mv-company {
  font-size: min(2.2rem, 2.2vw);
  font-weight: 500;
  color: var(--sub-01);
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .mv-company {
    font-size: max(3vw, 1.4rem);
    margin-bottom: 0.7em;
  }
}
.mv-copy {
  width: min(64rem, 50vw);
}
@media (max-width: 767px) {
  .mv-copy {
    width: min(50rem, 100%);
  }
}

/* main
================================================================== */
/* mes
---------------------------------------------------------------- */
.mes {
  padding-bottom: var(--br-sec);
  background: var(--base);
  background: linear-gradient(240deg, #f9f8fb 0%, var(--base) 100%);
}
.mes-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 10rem;
  border-radius: var(--br-m);
  background: var(--main);
  background: linear-gradient(125deg, var(--main) 0%, var(--l-main) 100%);
  overflow: hidden;
  color: var(--white);
  gap: 10rem;
}
@media (max-width: 1280px) {
  .mes-wrap {
    gap: 3rem 6rem;
    padding: 8rem 6rem;
  }
}
@media (max-width: 1024px) {
  .mes-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mes-wrap {
    padding: 4rem 2rem;
    gap: 2rem;
  }
}
.mes-bg {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 8%;
  left: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .mes-bg {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 130rem;
  }
}
@media (max-width: 1024px) {
  .mes-bg {
    bottom: unset;
    top: 40%;
    width: 120%;
  }
}
@media (max-width: 767px) {
  .mes-bg {
    top: 26%;
    width: 100%;
  }
}
.mes-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mes-ttl .sec-ttl-jp {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .mes-ttl .sec-ttl-jp {
    margin-bottom: 0.5rem;
  }
}
.mes-ttl-main {
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .mes-ttl-main {
    font-size: var(--fs-36);
  }
}
.mes-text {
  flex: 1;
  padding-top: 1rem;
  text-align: justify;
}
.mes-text p + p {
  margin-top: 1em;
}

/* job
---------------------------------------------------------------- */
.job {
  background: #fff7cf;
  background: linear-gradient(200deg, rgb(255, 247, 207) 10%, rgb(255, 255, 255) 60%);
  border-radius: var(--br-sec) var(--br-sec) 0 0;
  margin-top: calc(var(--br-sec) * -1);
}
.job-top {
  display: flex;
  gap: 2rem 10rem;
  margin-bottom: var(--mg-60);
}
@media (max-width: 1280px) {
  .job-top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .job-top {
    margin-bottom: 2rem;
  }
}
.job-top p {
  font-size: var(--fs-18);
  font-weight: 400;
  padding-top: 0.5em;
}
@media (max-width: 1280px) {
  .job-top p {
    padding-top: 0;
  }
}
.job .sec-ttl {
  margin-bottom: 0;
}
.job .tab-slider-wrap {
  width: 100%;
  gap: 8rem;
}
@media (max-width: 1280px) {
  .job .tab-slider-wrap {
    gap: 6rem;
  }
}
@media (max-width: 1024px) {
  .job .tab-slider-wrap {
    display: block;
    max-width: 100%;
    margin-inline: auto;
    width: 80rem;
  }
}

/* タブ
--------------------*/
.tab-wrap {
  flex-basis: 32rem;
  cursor: pointer;
  box-sizing: border-box;
  height: auto;
}
@media (max-width: 1280px) {
  .tab-wrap {
    flex-basis: 30rem;
  }
}
@media (max-width: 1024px) {
  .tab-wrap {
    margin-bottom: var(--mg-40);
  }
}
.tab-list {
  width: 100%;
}
@media (max-width: 1024px) {
  .tab-list {
    flex-direction: unset !important;
  }
}
.tab-item {
  transition: 0.3s ease;
  position: relative;
  align-items: center;
  border-bottom: 1.5px solid currentColor;
  height: auto !important;
  font-size: var(--fs-18);
  font-weight: 600;
  color: var(--sub-01);
  padding: 0.7em;
}
@media (max-width: 1024px) {
  .tab-item {
    padding: 0.5em;
  }
  .tab-item-01 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .tab-item {
    padding-top: 0;
  }
}
.tab-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 1px;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 1024px) {
  .tab-item::before {
    transform: translateX(-25%) rotate(135deg);
  }
}
@media (max-width: 767px) {
  .tab-item::before {
    top: unset;
    bottom: 1em;
    right: 0.5em;
  }
}
.tab-item-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  transform: translateY(0.07em);
  flex-basis: 4.5rem;
}
@media (max-width: 767px) {
  .tab-item-num {
    display: none;
  }
}
.tab-item-jp {
  flex: 1;
}

/* active・ホバーの時 */
.swiper-thumb .swiper-slide-thumb-active,
.tab-item:hover {
  color: var(--main);
  opacity: 1;
}

/* コンテンツ
--------------------*/
.swiper-main {
  flex: 1;
  width: 100%;
  height: auto;
}

.job-item {
  width: 100%;
  height: 100%;
  padding: 3rem 5rem;
  border-radius: var(--br-m);
  background: #8b7ebf;
  background: linear-gradient(180deg, rgb(139, 126, 191) 0%, var(--base) 50%);
}
@media (max-width: 1280px) {
  .job-item {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .job-item {
    padding: 2rem;
  }
}
.job-item-img {
  width: 100%;
  border-radius: var(--br-s);
  overflow: hidden;
}
.job-item-ttl {
  margin: 3rem 0 1rem;
  align-items: center;
  gap: 0.5em;
  font-size: var(--fs-32);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--main);
}
@media (max-width: 767px) {
  .job-item-ttl {
    margin: 2rem 0 0.5rem;
    font-size: 2.2rem;
  }
}
.job-item-ttl-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1;
  color: var(--sub-01);
}
@media (max-width: 767px) {
  .job-item-ttl-num {
    color: var(--base);
    transform: translateY(0.05em);
  }
}
.job-item-text {
  text-align: justify;
}
.job-item-box {
  margin: var(--mg-30) 0;
  padding: 2rem 3rem;
  background: var(--white);
  border-radius: var(--br-s);
  color: var(--main);
}
@media (max-width: 767px) {
  .job-item-box {
    padding: 1.5rem;
  }
}
.job-item-box-ttl {
  font-size: var(--fs-18);
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .job-item-box-ttl {
    margin-bottom: 0.5em;
  }
}
.job-item-box-list {
  display: flex;
  gap: 0 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .job-item-box-list {
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.job-item .btn {
  display: block;
  margin-inline: auto;
  color: var(--white);
  width: 36rem;
}

/* env
---------------------------------------------------------------- */
.env {
  position: relative;
  z-index: 0;
  background: var(--main);
  background: linear-gradient(240deg, var(--main) 0%, var(--l-main) 100%);
  margin: 0 3rem;
  border-radius: var(--br-m);
  color: var(--white);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .env {
    margin: 0 2%;
  }
}
.env .inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 1024px) {
  .env .inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .env .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.env-bg {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -6rem;
  left: 0;
  width: 100%;
  opacity: 0.2;
  mix-blend-mode: screen;
}
@media (max-width: 1280px) {
  .env-bg {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .env-bg {
    width: 120%;
  }
}
.env .sec-ttl {
  color: var(--base);
}
.env-wrap {
  gap: 6rem;
}
@media (max-width: 1024px) {
  .env-wrap {
    gap: 2rem 3rem;
  }
}
@media (max-width: 767px) {
  .env-wrap {
    flex-direction: column;
  }
}
.env-wrap:last-of-type {
  margin-top: var(--mg-60);
}
.env-wrap * {
  flex: 1;
}
.env-img img {
  border-radius: var(--br-s);
}
.env-content {
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .env-content {
    padding: 0;
  }
}
.env-ttl {
  font-size: var(--fs-32);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .env-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

/* faq
---------------------------------------------------------------- */
.faq {
  position: relative;
  z-index: 0;
}
.faq-bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 18%;
  left: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .faq-bg {
    left: 50%;
    transform: translateX(-50%);
    width: 130rem;
  }
}
@media (max-width: 767px) {
  .faq-bg {
    top: 12%;
    width: 100%;
  }
}
.faq-box {
  background-color: var(--white);
  border-radius: var(--br-s);
  box-shadow: var(--b-shadow);
  padding: 3rem;
}
@media (max-width: 767px) {
  .faq-box {
    padding: 2rem;
  }
}
.faq-box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.faq-q {
  position: relative;
  font-size: var(--fs-20);
  font-weight: 500;
  border-bottom: 2px solid var(--sub-02);
  padding: 0 2rem 2rem 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .faq-q {
    font-size: 1.6rem;
    padding: 0 0 1.2rem 3rem;
    margin-bottom: 1.2rem;
  }
}
.faq-q::before {
  content: "";
  display: block;
  position: absolute;
  content: "Q";
  top: 0.1em;
  left: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--sub-01);
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq-q::before {
    font-size: 1.4em;
    left: 0;
  }
}
.faq-a {
  font-size: var(--fs-18);
  padding-left: 5rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .faq-a {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
  }
}

/* search
---------------------------------------------------------------- */
.search {
  background: #edebf5;
  background: linear-gradient(0deg, var(--base) 30%, var(--white) 80%);
}
.search .sec-ttl {
  margin-bottom: var(--mg-30);
}
.search-text {
  font-size: var(--fs-18);
  text-align: center;
  margin-bottom: var(--mg-60);
}

/* footer
================================================================== */
/* footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1;
  background: var(--main);
  color: var(--white);
}
@media (max-width: 428px) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer .inner {
  padding: 30px 3%;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-nav {
    margin-bottom: 8px;
  }
}
.footer-nav a {
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  .footer-nav a {
    padding: 0.5em 0.6em;
  }
}
.footer-nav span {
  background-color: var(--white);
  width: 1px;
  height: 1em;
}
@media screen and (max-width: 550px) {
  .footer-nav span:last-of-type {
    display: none;
  }
}
.footer .copyright {
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 1em 0;
}
.footer .copyright span {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */