@charset "UTF-8";
/* mixin
================================================================== */
/* Design parts
---------------------------------------------------------------- */
/* base
================================================================== */
:root {
  --black: #004166;
  --white: #fff;
  --main: #f57a00;
  --l-main: #a3cc42;
  --base: #fff3cc;
  --blue-01: #39a8e5;
  --blue-02: #4bc6f4;
  --blue-03: #ceedfd;
  --header-h: 10rem;
  --br-max: 10rem;
  --br-sec: 8rem;
  --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 3px 6px rgb(0 0 0 / 0.1);
}

@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.2rem;
    --br-s: 0.8rem;
    --mg-80: 6rem;
    --mg-60: 5rem;
    --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: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.7;
  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;
}

.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: 11rem 6% 12rem;
  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;
}

/* animation
--------------------------------------------------------------- */
/* base end
================================================================== */
/* parts
================================================================== */
.sec-ttl {
  margin-bottom: var(--mg-80);
  text-align: center;
}
.sec-ttl-en {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  opacity: 0.8;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 1024px) {
  .sec-ttl-en {
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl-en {
    font-size: 7.2rem;
    letter-spacing: 0.06em;
  }
}
.sec-ttl-jp {
  display: block;
  position: relative;
  z-index: 1;
  font-size: var(--fs-32);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: -1.2em;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-18);
  line-height: 1.2;
  padding: 1.2em 1em;
  width: 100%;
  border-radius: var(--br-max);
  background-color: var(--white);
  border: 2px solid var(--main);
  color: var(--black);
}
.btn-arrow {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  background: var(--white);
  border: 2px solid var(--main);
  border-radius: var(--br-max);
}
.btn-arrow::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 0.45em;
  height: 0.45em;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--main);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.btn:hover {
  opacity: 1;
  color: var(--white);
  background-color: var(--main);
}

/* header
================================================================== */
.header {
  transition: 0.3s ease;
  position: fixed;
  z-index: 99;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-h);
  background: var(--base);
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .header {
    background: unset;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .header {
    align-items: flex-end;
    padding: 0 1.5rem 0.5rem;
  }
}
.header-logo {
  display: inline-block;
  height: 4.5rem;
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .header-logo {
    height: 3.5rem;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 1399px) {
  .header-nav {
    font-size: 1.5rem;
    gap: 2rem;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .header-nav-list {
    display: none;
  }
}
.header-nav-list a {
  position: relative;
  padding: 0.8em 0;
}
.header-nav-list a:hover {
  opacity: 1;
  color: var(--main);
}
@media (max-width: 767px) {
  .header-nav-btn {
    display: none;
  }
}
.header-nav-btn .btn {
  width: 20rem;
  height: calc(var(--header-h) * 0.54);
  display: grid;
  align-items: center;
  padding: 0;
  background: var(--main);
  color: var(--white);
}
.header-nav-btn .btn:hover {
  background: var(--white);
  color: var(--main);
}
.header-nav-btn .btn::before {
  display: none;
}
@media (max-width: 767px) {
  .header-nav-btn .btn {
    width: 13rem;
  }
}
.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-btn {
  display: none;
  position: relative;
  z-index: 999;
  width: calc(var(--header-h) * 0.54);
  height: calc(var(--header-h) * 0.54);
  cursor: pointer;
  background-color: var(--main);
  border-radius: var(--br-max);
}
@media (max-width: 1280px) {
  .hamburger-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger-btn {
    width: calc(var(--header-h) * 0.7);
    height: calc(var(--header-h) * 0.7);
  }
}

.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: 10rem 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-list {
  margin-bottom: 3rem;
  display: block;
}
.burger-nav-list li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 1.5em 1em;
  border-bottom: 1.5px solid var(--main);
  font-size: var(--fs-16);
  font-weight: 600;
}
.burger-nav-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: 2.5px solid var(--main);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.burger-nav-list li a:hover {
  opacity: 1;
  color: var(--l-green);
}
.burger-nav-list li a:hover::before {
  right: 1em;
}
.burger-nav .header-nav-btn {
  display: block;
}
.burger-nav .btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.2em 1em;
}
.burger-nav .btn span {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.burger-nav .btn + .btn {
  margin-top: 1.5rem;
}
.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(51, 51, 51, 0.7);
  display: none;
}
.burger-mask.js-active {
  display: block;
}

/* main
================================================================== */
/* mv
---------------------------------------------------------------- */
.mv {
  padding-top: var(--header-h);
  background: var(--base);
}
.mv-inn {
  position: relative;
}
.mv-img {
  width: 100%;
}
.mv-text {
  display: block;
  position: absolute;
  top: 14.8148148148%;
  right: 12.5%;
  width: 45%;
}
@media (max-width: 1024px) {
  .mv-text {
    top: 12.3456790123%;
  }
}
@media (max-width: 767px) {
  .mv-text {
    top: 7.0360598065%;
    right: 9.6354166667%;
    width: 80.7291666667%;
  }
}
.mv-copy {
  width: 100%;
}
.mv-company {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 2em;
  margin-top: 0.5em;
  color: var(--white);
}
@media (max-width: 1280px) {
  .mv-company {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .mv-company {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .mv-company {
    text-align: right;
    line-height: 1.3;
    font-size: max(1.5rem, 4vw);
    margin-top: 1em;
  }
}
.mv-company::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 1.5em;
  height: 3px;
  background: currentColor;
}
@media (max-width: 767px) {
  .mv-company::before {
    display: none;
  }
}

/* search
---------------------------------------------------------------- */
.search {
  position: relative;
}
.search-deco-01 {
  display: block;
  position: absolute;
  z-index: 1;
  top: 4rem;
  right: calc(50% + 43rem);
  width: min(17rem, 22%);
}
@media (max-width: 1280px) {
  .search-deco-01 {
    right: unset;
    left: 3%;
  }
}
@media (max-width: 1024px) {
  .search-deco-01 {
    top: 0;
    width: 16%;
  }
}
@media (max-width: 767px) {
  .search-deco-01 {
    display: none;
  }
}
.search-deco-02 {
  display: block;
  position: absolute;
  top: -2rem;
  left: calc(50% + 43rem);
  width: min(25rem, 25%);
}
@media (max-width: 1280px) {
  .search-deco-02 {
    left: unset;
    right: 3%;
  }
}
@media (max-width: 1024px) {
  .search-deco-02 {
    top: -2rem;
  }
}
@media (max-width: 767px) {
  .search-deco-02 {
    position: static;
    margin-left: auto;
    margin-right: 3rem;
    margin-top: 3rem;
    margin-bottom: -3rem;
    width: 15rem;
  }
}
.search-01 {
  position: relative;
  z-index: 0;
  background: var(--blue-02);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .search-01-bg {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -2rem;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--white);
  }
}
@media (max-width: 767px) {
  .search-01-bg {
    height: 40%;
  }
}
.search-01::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 8rem;
  width: 100%;
  height: 65rem;
  background-image: url("../img/search/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .search-01::before {
    height: 40rem;
  }
}
.search-01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 350px;
  background: var(--white);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
}
@media (max-width: 1024px) {
  .search-01::after {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .search-01::after {
    top: 50%;
    height: 200px;
  }
}
.search-01 .inner {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .search-01 .inner {
    padding-top: 1rem;
  }
}
.search-01 .search-ttl {
  margin-top: 0;
}
.search-02 {
  position: relative;
}
.search-02::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  background: var(--blue-02);
}
@media (max-width: 767px) {
  .search-02::before {
    height: 15%;
  }
}
.search-02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 350px;
  background: var(--white);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
}
@media (max-width: 767px) {
  .search-02::after {
    bottom: 8%;
    height: 200px;
  }
}
.search-02 .inner {
  padding-top: 0;
  padding-bottom: 3rem;
}
.search-02 .search-ttl::before, .search-02 .search-ttl::after {
  background: var(--main);
}
.search-02 .search-ttl:last-of-type::before, .search-02 .search-ttl:last-of-type::after {
  background: var(--blue-01);
}
.search .sec-ttl {
  margin-bottom: var(--mg-60);
}
.search .sec-ttl-en {
  opacity: 0.3;
}
.search-ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  gap: 0.4em;
  font-size: var(--fs-32);
  font-weight: 700;
  margin-bottom: var(--mg-40);
  margin-top: var(--mg-80);
}
.search-ttl::before, .search-ttl::after {
  content: "";
  width: 1.2em;
  aspect-ratio: 40/50;
  background: var(--white);
  -webkit-mask-image: url("../img/search/waiwai.svg");
          mask-image: url("../img/search/waiwai.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-bottom: -2px;
}
.search-ttl::after {
  transform: scale(-1, 1);
  margin-left: -2px;
}
.search-cat-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .search-cat-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .search-cat-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .search-cat-wrap {
    max-width: 100%;
    margin-inline: auto;
    width: 60rem;
  }
}
@media (max-width: 767px) {
  .search-cat-wrap {
    gap: 1.5rem;
  }
}
.search-cat-item {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.search-cat-item img {
  height: auto;
  transition: transform 0.3s ease;
}
.search-cat-item:hover img {
  transform: scale(1.07);
}
.search-cat-item .btn {
  transition: 0.3s ease;
  display: block;
  width: 90%;
  margin: -2em auto 0;
}
@media (max-width: 767px) {
  .search-cat-item .btn {
    width: 96%;
    margin: -1.5em auto 0;
    padding: 0.8em;
    font-size: min(1.5rem, 3.2vw);
    border-width: 1.5px;
  }
  .search-cat-item .btn-arrow {
    border-width: 1.5px;
    width: 1.5em;
    height: 1.5em;
    right: 0.5em;
  }
  .search-cat-item .btn-arrow::before {
    border-width: 1.5px;
  }
}
.search-cat-item:hover {
  opacity: 1;
}
.search-cat-item:hover .btn {
  color: var(--white);
  background-color: var(--main);
}
.search-cat-img {
  border-radius: var(--br-m);
  overflow: hidden;
}
.search-job {
  gap: 2rem;
}
@media (max-width: 1280px) {
  .search-job {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .search-job {
    gap: 1.5rem;
  }
}
.search-job .btn {
  width: min(30rem, 100%);
}
@media (max-width: 767px) {
  .search-job .btn {
    width: 100%;
  }
}
.search-term {
  max-width: 100%;
  margin-inline: auto;
  width: 100rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .search-term {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .search-term {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .search-term {
    gap: 1.5rem;
  }
}
.search-bnr {
  max-width: 100%;
  margin-inline: auto;
  width: 100rem;
  border-radius: var(--br-l);
  box-shadow: var(--b-shadow);
  display: block;
  margin-top: var(--mg-80);
}
@media (max-width: 767px) {
  .search-bnr {
    margin-top: 4rem;
  }
}
.search-bnr img {
  border-radius: var(--br-l);
  border: 8px solid var(--main);
  overflow: hidden;
}
@media (max-width: 767px) {
  .search-bnr img {
    border-width: 6px;
  }
}
.search-bnr:hover {
  opacity: 1;
  transform: scale(1.07);
}

/* interview
---------------------------------------------------------------- */
.int {
  position: relative;
  background: var(--blue-02);
  padding-bottom: var(--br-sec);
}
.int::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65rem;
  background-image: url("../img/int/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.int .sec-ttl-en {
  opacity: 0.3;
}
.int-card-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  width: min(110rem, 100%);
  margin-right: auto;
}
.int-card-wrap:last-of-type {
  margin-right: unset;
  margin-left: auto;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .int-card-wrap:last-of-type {
    margin: 5rem auto 0;
  }
}
@media (max-width: 1024px) {
  .int-card-wrap {
    flex-direction: column;
    max-width: 100%;
    margin-inline: auto;
    width: 55rem;
  }
}
.int-card-top {
  position: relative;
  margin-right: 3rem;
}
.int-card-shop {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  left: 1.5rem;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 1.3;
  color: var(--main);
  background: var(--white);
  border-radius: var(--br-max);
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  .int-card-shop {
    top: 1rem;
    left: 1rem;
    font-size: 1.6rem;
    padding: 0.2em 1em;
  }
}
.int-card-img {
  border-radius: var(--br-m);
  overflow: hidden;
}
.int-card-img img {
  transition: 0.3s ease;
}
.int-card-btm {
  align-items: flex-end;
  gap: 0;
  background: var(--base);
  border-radius: var(--br-m);
  padding: 7rem 3rem 3rem;
  margin-top: -4rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .int-card-btm {
    padding: 6rem 2rem 2rem;
  }
}
.int-card-content {
  flex: 1;
}
.int-card-ttl {
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .int-card-ttl {
    font-size: 1.8rem;
  }
  .int-card-ttl .d-ib {
    display: inline;
  }
}
.int-card-name {
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--main);
  margin-top: 0.5rem;
}
.int-card-arrow {
  transition: 0.3s ease;
  position: relative;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: var(--br-max);
  background: var(--white);
}
@media (max-width: 767px) {
  .int-card-arrow {
    width: 5rem;
  }
}
.int-card-arrow::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  inset: 0;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2px solid var(--main);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.int-card-item:hover {
  opacity: 1;
}
.int-card-item:hover .int-card-arrow {
  background: var(--main);
}
.int-card-item:hover .int-card-arrow::before {
  border-color: var(--white);
}
.int-card-item:hover img {
  transform: scale(1.07);
}

/* modal
---------------------------------------------------------------- */
.remodal-close-top {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .remodal-close-top {
    top: 2px;
    right: 2px;
    transform: scale(0.8);
  }
}
.remodal-close-top:hover {
  opacity: 0.6;
}
.remodal-close-btm {
  width: 100%;
  padding-bottom: var(--mg-50);
}
.remodal-close-btm .btn {
  width: 280px;
  margin-top: var(--mg-40);
}

.modal-content {
  position: relative;
}
.modal-content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--blue-03);
}
.modal-top {
  position: relative;
  z-index: 0;
  background: var(--ll-main);
  padding: var(--mg-50) max(4%, 2rem) var(--mg-60);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .modal-top {
    gap: 0 3rem;
  }
}
@media (max-width: 767px) {
  .modal-top {
    flex-direction: column;
  }
}
.modal-top .int-copy {
  font-size: var(--fs-28);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .modal-top .int-copy {
    font-size: var(--fs-24);
  }
}
@media (max-width: 767px) {
  .modal-top .int-copy {
    margin-top: 2rem;
  }
}
.modal-top .int-label {
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--main);
  border-left: 4px solid var(--main);
  padding: 0.2em 1em 0.3em;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .modal-top .int-label {
    margin-top: 2rem;
  }
}
.modal-deco {
  display: block;
  position: absolute;
  bottom: 0;
  right: 6%;
  width: min(13rem, 14%);
}
@media (max-width: 1024px) {
  .modal-deco {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .modal-deco {
    position: static;
    margin-right: auto;
    width: 10rem;
    margin-bottom: -1rem;
  }
}
.modal-bg {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -1rem;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-bg {
    width: 160%;
  }
}
.modal-img {
  width: 100%;
  flex-basis: 50%;
}
.modal-img img {
  border-radius: var(--br-s);
}
.modal-text {
  flex: 1;
  text-align: left;
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .modal-text {
    padding-top: 0;
  }
}

.qa-list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0 max(4%, 2rem);
  width: 100%;
  background: var(--blue-03);
}
.qa-list dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2.2em;
}
.qa-list dt:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .qa-list dt:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .qa-list dt {
    font-size: 1.7rem;
  }
}
.qa-list dt::before {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 7px;
  content: "Q";
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.qa-list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blue-01);
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.qa-list dd {
  font-size: var(--fs-15);
  line-height: 1.7;
  text-align: justify;
  margin-top: 20px;
  padding: 20px 30px;
  background: var(--white);
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .qa-list dd {
    padding: 1.5em;
    margin-top: 1.5rem;
  }
}
.qa-list dd span {
  color: var(--main);
  font-weight: bold;
}

/* merit
---------------------------------------------------------------- */
.merit {
  position: relative;
  background: var(--base);
  border-radius: var(--br-sec) var(--br-sec) 0 0;
  margin-top: calc(-1 * var(--br-sec));
}
.merit-deco-01 {
  display: block;
  position: absolute;
  top: -6rem;
  right: calc(50% + 38rem);
  width: min(27rem, 22%);
}
@media (max-width: 1280px) {
  .merit-deco-01 {
    right: unset;
    left: 3%;
  }
}
@media (max-width: 1024px) {
  .merit-deco-01 {
    top: -2rem;
  }
}
@media (max-width: 767px) {
  .merit-deco-01 {
    width: 11rem;
    top: -5rem;
  }
}
.merit-deco-02 {
  display: block;
  position: absolute;
  top: 9rem;
  left: calc(50% + 41rem);
  width: min(19rem, 16%);
}
@media (max-width: 1280px) {
  .merit-deco-02 {
    left: unset;
    right: 3%;
  }
}
@media (max-width: 1024px) {
  .merit-deco-02 {
    right: 6%;
  }
}
@media (max-width: 767px) {
  .merit-deco-02 {
    top: 1.5rem;
    width: 8rem;
    right: 4%;
  }
}
.merit-deco-03 {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -6rem;
  left: 5rem;
  width: 10rem;
}
@media (max-width: 1280px) {
  .merit-deco-03 {
    bottom: unset;
    top: calc(50% + 8rem);
  }
}
@media (max-width: 1024px) {
  .merit-deco-03 {
    top: calc(60% + 9rem);
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .merit-deco-03 {
    position: static;
    margin-left: auto;
    margin-right: 3rem;
    margin-top: -6rem;
  }
}
.merit-deco-04 {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -3rem;
  right: 5rem;
  width: 13rem;
}
@media (max-width: 1280px) {
  .merit-deco-04 {
    bottom: unset;
    top: calc(50% + 6rem);
  }
}
@media (max-width: 1024px) {
  .merit-deco-04 {
    top: calc(50% + 8rem);
    width: 11rem;
  }
}
@media (max-width: 767px) {
  .merit-deco-04 {
    position: static;
    margin-left: auto;
    margin-right: 3rem;
    margin-top: -6rem;
  }
}
.merit-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  width: min(110rem, 100%);
  margin-right: auto;
}
@media (max-width: 1024px) {
  .merit-item {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .merit-item {
    flex-direction: column;
    gap: 0;
  }
}
.merit-item + .merit-item {
  margin-top: var(--mg-60);
}
.merit-content {
  flex: 1;
}
.merit-content-inn {
  position: relative;
  z-index: 0;
  padding: 6rem 0 6rem 6rem;
}
@media (max-width: 1024px) {
  .merit-content-inn {
    padding: 4rem 0 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .merit-content-inn {
    background: var(--white);
    border-radius: var(--br-m);
    padding: 3rem 3rem 8rem;
  }
}
.merit-content-inn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150%;
  height: max(100%, 30rem);
  background: var(--white);
  border-radius: var(--br-m);
}
@media (max-width: 767px) {
  .merit-content-inn::before {
    display: none;
  }
}
.merit-num {
  display: block;
  position: absolute;
  top: -2rem;
  left: 3rem;
  width: 26rem;
}
@media (max-width: 1024px) {
  .merit-num {
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .merit-num {
    width: 16rem;
    left: 2rem;
    top: -1.5rem;
  }
}
.merit-ttl {
  font-size: var(--fs-28);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.merit-text {
  text-align: justify;
}
.merit-text-note {
  display: block;
  margin-top: 0.4em;
}
.merit-img {
  flex-basis: min(50rem, 45%);
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .merit-img {
    margin: -5rem auto 0;
    width: 90%;
  }
}
.merit-img img {
  border-radius: var(--br-m);
}
.merit-item-02, .merit-item-04 {
  margin-right: unset;
  margin-left: auto;
}
.merit-item-02 .merit-content-inn, .merit-item-04 .merit-content-inn {
  padding: 6rem 6rem 6rem 0;
}
@media (max-width: 1024px) {
  .merit-item-02 .merit-content-inn, .merit-item-04 .merit-content-inn {
    padding: 4rem 4rem 4rem 0;
  }
}
@media (max-width: 767px) {
  .merit-item-02 .merit-content-inn, .merit-item-04 .merit-content-inn {
    background: var(--blue-03);
    padding: 3rem 3rem 8rem;
  }
}
.merit-item-02 .merit-content-inn::before, .merit-item-04 .merit-content-inn::before {
  left: unset;
  right: 0;
  background: var(--blue-03);
}
@media (max-width: 767px) {
  .merit-item-02 .merit-content-inn::before, .merit-item-04 .merit-content-inn::before {
    display: none;
  }
}
.merit-item-02 .merit-num, .merit-item-04 .merit-num {
  left: unset;
  right: 3rem;
}
@media (max-width: 767px) {
  .merit-item-02 .merit-num, .merit-item-04 .merit-num {
    right: unset;
    left: 2rem;
    top: -1.5rem;
  }
}
@media (max-width: 767px) {
  .merit-item-02 {
    margin-top: -3rem !important;
  }
}

/* entry
---------------------------------------------------------------- */
.entry {
  position: relative;
  background: var(--base);
}
.entry .inner {
  padding-top: 5rem;
  padding-bottom: 0;
}
.entry .sec-ttl {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .entry .sec-ttl {
    margin-bottom: 2rem;
  }
}
.entry .sec-ttl-en {
  color: var(--main);
  opacity: 0.2;
}
.entry .btn {
  width: 40rem;
  font-size: var(--fs-24);
  background: var(--main);
  color: var(--white);
}
@media (max-width: 767px) {
  .entry .btn {
    font-size: 1.8rem;
    padding: 1em;
  }
}
.entry .btn:hover {
  background: var(--white);
  color: var(--main);
}
.entry-deco {
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% + 38rem);
  width: min(18rem, 22%);
}
@media (max-width: 1280px) {
  .entry-deco {
    right: unset;
    left: 3%;
  }
}
@media (max-width: 767px) {
  .entry-deco {
    top: -4rem;
    width: 10rem;
  }
}
.entry-bg {
  margin-top: -6rem;
}
@media (max-width: 1280px) {
  .entry-bg {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .entry-bg {
    margin-top: 2rem;
  }
}

/* footer
================================================================== */
/* slide btn
---------------------------------------------------------------- */
.slidebtn-wrap {
  display: none;
}
@media (max-width: 767px) {
  .slidebtn-wrap {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: -0.5rem;
    transform: translate(0%, 120%);
    transition: 0.4s ease;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0 3%;
  }
}
.slidebtn-wrap.is-show {
  transform: translate(0%, 0%);
}

.slide-btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 1em 0.5em 1.2em;
  flex: 1;
  background: var(--main);
  border-radius: 20px 20px 0 0;
  border-bottom: unset;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: var(--white);
  text-align: center;
  transform: translateX(0);
}

/* footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  font-size: var(--fs-16);
  line-height: 1;
  background: var(--blue-01);
  color: var(--white);
}
@media (max-width: 428px) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer .inner {
  padding: var(--mg-50) 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 */