/*Base*/
/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

picture {
  width: 100%;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

h2, h3, h4, h5 {
  font-weight: 400;
  line-height: 1;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  will-change: transform;
  color: inherit;
}

/* utility */
:target {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  :target {
    scroll-margin-top: 10vw;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 3.28125vw;
    line-height: 2;
  }
}

main {
  position: relative;
  min-height: 70vh;
  padding-top: 87px;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  main {
    padding-top: 8.7vw;
  }
}
@media screen and (max-width: 640px) {
  main {
    padding-top: 13.59375vw;
  }
}
.home main {
  padding: 0;
}

a {
  transition: 0.5s all;
}
a:hover {
  opacity: 0.6;
}

.u-main {
  padding: 104px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-main {
    padding: 10.4vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .u-main {
    padding: 16.25vw 0 0;
  }
}
.js-top .u-main {
  padding: 0;
}
.u-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .u-container {
    max-width: 640px;
    width: 100%;
  }
}
.u-gsap {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .u-disp_pc {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .u-disp_sp {
    display: none;
  }
}
.u-heading_main {
  position: relative;
}
.u-heading_mainImg {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-heading_mainImg {
    border-radius: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .u-heading_mainImg {
    border-radius: 3.125vw;
  }
}
.u-heading_mainImg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-heading_mainImg img {
    height: 60vw;
  }
}
@media screen and (max-width: 640px) {
  .u-heading_mainImg img {
    height: 46.25vw;
  }
}
.u-heading_mainTxt {
  position: absolute;
  width: 1000px;
  margin: 0 auto;
  inset: 239px 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-heading_mainTxt {
    width: 100vw;
    inset: 23.9vw 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .u-heading_mainTxt {
    width: 84.375vw;
    inset: 16.5625vw 0 auto;
  }
}
.u-heading_sub {
  font-size: 3rem;
  letter-spacing: 10px;
  color: #C3AE95;
  text-align: center;
  padding: 13.5% 0 3.5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-heading_sub {
    letter-spacing: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .u-heading_sub {
    font-size: 4.6875vw;
    letter-spacing: 0.9375vw;
    padding: 14% 0 0;
  }
}
.u-bkColor {
  background: #FCF7F2;
}
.u-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link {
    border-radius: 10vw;
  }
}
.u-link:hover .u-link_circle {
  animation: circle_act 0.4s 0s forwards ease-in-out;
}
@keyframes circle_act {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(20%);
  }
}
.u-link:hover .u-link_circleArrow {
  animation: allow_act 0.2s 0s forwards ease-in-out;
}
@keyframes allow_act {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(200%);
  }
}
.u-link:hover .u-link_circleArrow--second {
  animation: allow_act_second 0.2s 0.2s forwards ease-in-out;
}
@keyframes allow_act_second {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.u-link_txt {
  letter-spacing: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link_txt {
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .u-link_txt {
    padding-right: 0;
    padding-left: 2%;
    letter-spacing: 0.625vw;
  }
}
.u-link_circle {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  right: 8%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .u-link_circle {
    right: 5.7%;
  }
}
.u-link_circleArrow, .u-link_circleArrow--second {
  position: absolute;
  display: inline-block;
  width: 42%;
  height: 2px;
  margin: auto;
  inset: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link_circleArrow, .u-link_circleArrow--second {
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-link_circleArrow, .u-link_circleArrow--second {
    height: 0.3125vw;
  }
}
.u-link_circleArrow::before, .u-link_circleArrow::after, .u-link_circleArrow--second::before, .u-link_circleArrow--second::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 60%;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-link_circleArrow::before, .u-link_circleArrow::after, .u-link_circleArrow--second::before, .u-link_circleArrow--second::after {
    top: calc(50% - 0.1vw);
    height: 0.2vw;
    border-radius: 999.9vw;
    transform-origin: calc(100% - 0.1vw) 50%;
  }
}
@media screen and (max-width: 640px) {
  .u-link_circleArrow::before, .u-link_circleArrow::after, .u-link_circleArrow--second::before, .u-link_circleArrow--second::after {
    top: calc(50% - 0.15625vw);
    height: 0.3125vw;
    border-radius: 1562.34375vw;
    transform-origin: calc(100% - 0.15625vw) 50%;
  }
}
.u-link_circleArrow::before, .u-link_circleArrow--second::before {
  transform: rotate(45deg);
}
.u-link_circleArrow::after, .u-link_circleArrow--second::after {
  transform: rotate(-45deg);
}
.u-link_circleArrow--second, .u-link_circleArrow--second--second {
  transform: translateX(-200%);
}

@keyframes circle_act_right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes allow_act_right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes allow_act_second {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.ff-karlaBold {
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  5% {
    transform: translate(0, 0) rotate(-3deg);
  }
  10% {
    transform: translate(0, -1px) rotate(0deg);
  }
  15% {
    transform: translate(0, -1px) rotate(3deg);
  }
  20% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  25% {
    transform: translate(0, 1px) rotate(0deg);
  }
  30% {
    transform: translate(0, 0) rotate(3deg);
  }
  35% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-15px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  40%, 100% {
    transform: translateY(0);
  }
}
/* parts */
.header {
  position: fixed;
  width: 100%;
  padding: 0 5%;
  height: 104px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  z-index: 100;
  transform: translateY(0%);
}
.header.act {
  transform: translateY(-100%);
  transition: 0.5s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .header {
    height: 10.4vw;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 16.25vw;
    padding: 0 5.8%;
  }
}
.headerLogo {
  flex: 0 1 25%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .headerLogo {
    flex: 0 1 70%;
  }
}
.headerLogo__link {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerLogo__link picture {
  width: 54px;
  margin: 2.5% 9% 0 2.4%;
  display: block;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerLogo__link picture {
    width: 5.4vw;
  }
}
@media screen and (max-width: 640px) {
  .headerLogo__link picture {
    width: 8.4375vw;
    margin: 2.6% 10.5% 0 1.5%;
  }
}
.headerLogo__site {
  font-size: 1.0625rem;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: #4D4D4D;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerLogo__site {
    letter-spacing: 0.25vw;
  }
}
@media screen and (max-width: 640px) {
  .headerLogo__site {
    font-size: 2.65625vw;
    letter-spacing: 0.390625vw;
  }
}
.headerMenu {
  cursor: pointer;
  flex: 0 1 5%;
  z-index: 10;
  transition: 0.3s width;
}
body[data-menu=open] .headerMenu {
  width: 21%;
}
.headerMenu__btn {
  position: relative;
  width: 37px;
  height: 2px;
  border-radius: 2px;
  background: #231815;
  margin-left: auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__btn {
    width: 3.7vw;
    height: 0.2vw;
    border-radius: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__btn {
    width: 5.78125vw;
    height: 0.3125vw;
    border-radius: 0.3125vw;
  }
}
.headerMenu__btn--01 {
  margin-top: 32px;
  transition: 1s transform, top;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__btn--01 {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__btn--01 {
    margin-top: 5vw;
  }
}
body[data-menu=open] .headerMenu__btn--01 {
  transform: rotate(499deg);
  top: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body[data-menu=open] .headerMenu__btn--01 {
    top: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  body[data-menu=open] .headerMenu__btn--01 {
    top: 1.875vw;
  }
}
.headerMenu__btn--02 {
  margin-top: 11px;
  transition: 0.3s width;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__btn--02 {
    margin-top: 1.1vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__btn--02 {
    margin-top: 1.71875vw;
  }
}
body[data-menu=open] .headerMenu__btn--02 {
  width: 0;
}
.headerMenu__btn--03 {
  margin-top: 11px;
  transition: 1s transform, top;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__btn--03 {
    margin-top: 1.1vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__btn--03 {
    margin-top: 1.71875vw;
  }
}
body[data-menu=open] .headerMenu__btn--03 {
  transform: rotate(-499deg);
  top: -13px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  body[data-menu=open] .headerMenu__btn--03 {
    top: -1.3vw;
  }
}
@media screen and (max-width: 640px) {
  body[data-menu=open] .headerMenu__btn--03 {
    top: -2.03125vw;
  }
}
.headerMenu__txt {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #231815;
  text-align: right;
  margin-top: 6.1%;
  transition: 0.3s opacity;
}
body[data-menu=open] .headerMenu__txt {
  opacity: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__txt {
    letter-spacing: 0.1vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__txt {
    font-size: 1.875vw;
    letter-spacing: 0.15625vw;
  }
}
.headerNav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 4.1% 0;
  transform: translateY(-100%);
  inset: 0 auto auto 0;
  transition: 0.8s transform;
}
body[data-menu=open] .headerNav {
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .headerNav {
    padding: 4.7% 0;
  }
}
.headerNav__logo {
  width: 6.6%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .headerNav__logo {
    width: 15.6%;
  }
}
.headerNav__link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.7% 0 0;
}
@media screen and (max-width: 640px) {
  .headerNav__link {
    display: block;
    position: relative;
    margin: 0;
  }
}
.headerNav__img {
  width: 73.9%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .headerNav__img {
    width: 37.7%;
    margin: 0 9.9% 0 auto;
  }
}
.headerList {
  margin: 0 4.3%;
}
@media screen and (max-width: 640px) {
  .headerList {
    margin: 0 9.4%;
  }
}
@media screen and (max-width: 640px) {
  .headerList:nth-child(n+4) {
    position: absolute;
    width: 50%;
    top: 0;
    left: 52.7%;
    margin: 0;
  }
  .headerList:nth-child(5) {
    top: 57%;
  }
}
.headerList__item {
  padding: 0 0 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerList__item {
    padding: 0 0 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .headerList__item {
    padding: 0 0 1.875vw 4.53125vw;
  }
}
.headerList__item:first-child {
  padding: 0 0 18px;
}
@media screen and (max-width: 640px) {
  .headerList__item:first-child {
    padding: 0 0 2.8125vw;
  }
}
.headerList__txt {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #C3AE95;
  font-weight: 700;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerList__txt {
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .headerList__txt {
    font-size: 4.375vw;
    letter-spacing: 0.9375vw;
  }
}
.headerList__link {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #C3AE95;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerList__link {
    letter-spacing: 0.1vw;
  }
}
@media screen and (max-width: 640px) {
  .headerList__link {
    font-size: 3.28125vw;
    letter-spacing: 0.46875vw;
    position: relative;
  }
  .headerList__link::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.5625vw;
    height: 0.15625vw;
    left: -4.53125vw;
    top: 2.34375vw;
    background: #C3AE95;
  }
}

.floating {
  position: fixed;
  max-width: 1600px;
  width: 100%;
  inset: auto 0 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .floating {
    max-width: 640px;
  }
}
.floatingContents {
  position: absolute;
  right: 80px;
  bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .floatingContents {
    right: 8vw;
    bottom: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .floatingContents {
    right: 2.8125vw;
    bottom: 6.25vw;
  }
}
.floatingLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .floatingLink {
    width: 9vw;
    height: 9vw;
    letter-spacing: 0.1vw;
  }
}
@media screen and (max-width: 640px) {
  .floatingLink {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 3.59375vw;
    letter-spacing: 0.15625vw;
  }
}
.floatingLink--01 {
  background: linear-gradient(to right, #f9bb3d, #f97c4b);
}
.floatingLink--02 {
  background: linear-gradient(132deg, #d3fb7a, #00a657);
  margin-top: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .floatingLink--02 {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .floatingLink--02 {
    margin-top: 5.3125vw;
  }
}

.footer {
  color: #4D4D4D;
  padding: 2.7% 0;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 8.5% 0;
  }
}
.footer__row {
  display: flex;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__row {
    max-width: 900px;
  }
}
@media screen and (max-width: 640px) {
  .footer__row {
    max-width: 640px;
    justify-content: center;
  }
}
.footer__row--logo {
  width: 132px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__row--logo {
    width: 13.2vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__row--logo {
    width: 19.375vw;
  }
}
.footer__row--link {
  display: flex;
  justify-content: center;
  margin: 1.4% 0 0;
  flex: 0 1 88%;
}
@media screen and (max-width: 640px) {
  .footer__row--link {
    display: none;
  }
}
.footerList--01 {
  margin-left: 4.3%;
}
.footerList--02 {
  margin-left: 4.7%;
}
.footerList--03 {
  margin-left: 6.5%;
}
.footerList--04 {
  margin-left: 5.3%;
}
.footerList--05 {
  margin-left: 3.5%;
}
.footerList__item {
  padding: 0 0 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerList__item {
    padding: 0 0 0.5vw;
  }
}
.footerList__item:first-child {
  padding: 0 0 16px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerList__item:first-child {
    padding: 0 0 1.6vw;
  }
}
.footerList__txt {
  font-size: 1.1875rem;
  letter-spacing: 3px;
  font-weight: 700;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerList__txt {
    letter-spacing: 0.3vw;
  }
}
.footerList__link {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerList__link {
    letter-spacing: 0.1vw;
  }
}
.footer__copy {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  margin: 4% 0 0;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copy {
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__copy {
    letter-spacing: 0.09375vw;
    margin: 5.9% 0 0;
  }
}

/* CSS Document */
.u-heading_mainTxt picture {
  width: 472px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-heading_mainTxt picture {
    width: 47.2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-heading_mainTxt picture {
    width: 49.21875vw;
  }
}

.bmContainer {
  position: relative;
}
.bm__heading--eng {
  position: absolute;
  font-size: 11.25rem;
  letter-spacing: 20px;
  top: 90px;
  left: -42px;
  color: rgba(195, 174, 149, 0.2);
  writing-mode: vertical-rl;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bm__heading--eng {
    top: 9vw;
    left: -4.2vw;
  }
}
@media screen and (max-width: 640px) {
  .bm__heading--eng {
    display: none;
  }
}
.bm__heading--sub {
  padding: 19.6% 0 4.7%;
}
@media screen and (max-width: 640px) {
  .bm__heading--sub {
    padding: 15% 0 10.3%;
  }
}
.bmList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 3.5%;
}
@media screen and (max-width: 640px) {
  .bmList {
    padding: 0;
  }
}
.bmItem {
  flex: 0 1 49%;
  padding: 17.9% 0 0;
  margin: 0 0 6.2%;
  position: relative;
}
.bmItem--09, .bmItem--10 {
  margin: 2.5% 0 6.2%;
}
@media screen and (max-width: 640px) {
  .bmItem {
    flex: 0 1 50%;
    padding: 39.4% 0 0;
    margin: 0 0 15.6%;
  }
  .bmItem--09 .bmItem__txt, .bmItem--10 .bmItem__txt {
    height: 22.65625vw;
  }
}
.bmItem::before {
  position: absolute;
  content: "";
  display: block;
}
.bmItem--01::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_01.svg) no-repeat;
  width: 166px;
  height: 170px;
  inset: 0 0 0 34.5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--01::before {
    width: 16.6vw;
    height: 17vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--01::before {
    width: 32.65625vw;
    height: 34.375vw;
    inset: 0 0 0 17.1%;
  }
}
.bmItem--02::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_02.svg) no-repeat;
  width: 93px;
  height: 150px;
  inset: 6.9% 0 0 39.2%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--02::before {
    width: 9.3vw;
    height: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--02::before {
    width: 19.6875vw;
    height: 30.46875vw;
    inset: 4.1% 0 0 25.8%;
  }
}
.bmItem--03::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_03.svg) no-repeat;
  width: 209px;
  height: 206px;
  inset: -9.9% 0 0 29.5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--03::before {
    width: 20.9vw;
    height: 20.6vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--03::before {
    width: 37.1875vw;
    height: 36.875vw;
    inset: -2.5% 0 0 15.8%;
  }
}
.bmItem--04::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_04.svg) no-repeat;
  width: 202px;
  height: 150px;
  inset: 8.7% 0 0 31.3%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--04::before {
    width: 20.2vw;
    height: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--04::before {
    width: 33.125vw;
    height: 24.6875vw;
    inset: 7.3% 0 0 17.3%;
  }
}
.bmItem--05::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_05.svg) no-repeat;
  width: 322px;
  height: 160px;
  inset: 3.3% 0 0 19%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--05::before {
    width: 32.2vw;
    height: 16vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--05::before {
    width: 42.5vw;
    height: 20.3125vw;
    inset: 18.7% 0 0 12.1%;
  }
}
.bmItem--06::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_06.svg) no-repeat;
  width: 297px;
  height: 185px;
  inset: -4.2% 0 0 22.6%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--06::before {
    width: 29.7vw;
    height: 18.5vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--06::before {
    width: 38.75vw;
    height: 24.21875vw;
    inset: 14.5% 0 0 12.7%;
  }
}
.bmItem--07::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_07.svg) no-repeat;
  width: 235px;
  height: 180px;
  inset: -5.7% 0 0 28.3%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--07::before {
    width: 23.5vw;
    height: 18vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--07::before {
    width: 37.5vw;
    height: 28.59375vw;
    inset: 6.8% 0 0 12.3%;
  }
}
.bmItem--08::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_08.svg) no-repeat;
  width: 251px;
  height: 180px;
  inset: -4.1% 0 0 25.7%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--08::before {
    width: 25.1vw;
    height: 18vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--08::before {
    width: 40vw;
    height: 28.4375vw;
    inset: 7.2% 0 0 6.7%;
  }
}
.bmItem--09::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_09.svg) no-repeat;
  width: 259px;
  height: 185px;
  inset: -6.2% 0 0 24.8%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--09::before {
    width: 25.9vw;
    height: 18.5vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--09::before {
    width: 37.8125vw;
    height: 28.90625vw;
    inset: 9.6% 0 0 12.1%;
  }
}
.bmItem--10::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_10.png) no-repeat;
  width: 305px;
  height: 290px;
  inset: -29.4% 0 0 20.9%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem--10::before {
    width: 30.5vw;
    height: 29vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem--10::before {
    width: 32.96875vw;
    height: 31.25vw;
    inset: 4.2% 0 0 16.1%;
  }
}
.bmItem__ttl {
  font-size: 1.5625rem;
  letter-spacing: 2px;
  color: #C3AE95;
  text-align: center;
  padding: 0 0 2.1%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem__ttl {
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem__ttl {
    font-size: 4.6875vw;
    letter-spacing: 0.78125vw;
    padding: 0 0 4.9%;
  }
}
.bmItem__txt {
  font-size: 1.0625rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.8;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.8%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem__txt {
    letter-spacing: 0.1vw;
    height: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.3125vw;
    height: 17.03125vw;
    margin: 0 0 7.8%;
  }
}
.bmItem__link {
  cursor: pointer;
  font-size: 1rem;
  width: 39.7%;
  aspect-ratio: 201/44;
  margin: 3% auto 0;
  background: linear-gradient(to right, #f9bb3d, #f97c4b);
}
.bmItem__link .u-link_txt {
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .bmItem__link {
    font-size: 3.125vw;
    aspect-ratio: 236/56;
    width: 74.4%;
    margin: 0 auto;
  }
}
.bmItem__link_circle {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bmItem__link_circle {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .bmItem__link_circle {
    width: 4.84375vw;
    height: 4.84375vw;
  }
}
.bmItem__link_circleArrow, .bmItem__link_circle .u-link_circleArrow--second {
  background: #F97C4B;
}
.bmItem__link_circleArrow::before, .bmItem__link_circleArrow::after, .bmItem__link_circle .u-link_circleArrow--second::before, .bmItem__link_circle .u-link_circleArrow--second::after {
  background: #F97C4B;
}

.modal__btn {
  cursor: pointer;
}
.modalContainer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.modalContainer.js-active {
  display: flex;
  animation: 0.5s ease-in-out 0s modalOpen forwards;
}
.modalContainer.js-close {
  display: flex;
  animation: 0.5s ease-in-out 0s modalClose forwards;
}
.modalContents {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 200;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents {
    max-width: 110vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents {
    max-width: 87.5vw;
  }
}
.modalContentsBody {
  max-height: 90vh;
  padding: 8.6% 4.8%;
  overflow-y: auto;
  background: #FCF7F2;
}
@media screen and (max-width: 640px) {
  .modalContentsBody {
    padding: 11.1% 3.4%;
  }
}
.modalContents__ttl {
  font-size: 1.5625rem;
  letter-spacing: 3px;
  color: #C3AE95;
  padding: 0 0 2.1% 3.5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__ttl {
    letter-spacing: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__ttl {
    font-size: 4.6875vw;
    letter-spacing: 0.46875vw;
  }
}
.modalContents__txt {
  font-size: 1.0625rem;
  letter-spacing: 2px;
  padding: 0 0 3.7% 3.5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__txt {
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__txt {
    font-size: 3.59375vw;
    letter-spacing: 0.3125vw;
    padding: 0 0 3.5% 3.5%;
  }
}
.modalContents__desc {
  position: relative;
  font-size: 1.0625rem;
  letter-spacing: 2px;
  border-top: solid 1px #231815;
  line-height: 2.35;
  padding: 3.3% 3.5% 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc {
    letter-spacing: 0.2vw;
    border-top: solid 0.1vw #231815;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc {
    font-size: 3.59375vw;
    letter-spacing: 0.3125vw;
    line-height: 1.92;
    padding: 4% 3.5% 0;
  }
}
.modalContents__descMarker {
  background: linear-gradient(transparent 55%, rgba(242, 194, 85, 0.5) 45%);
}
.modalContents__desc::before {
  position: absolute;
  content: "";
  display: block;
}
.modalContents__desc--01::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_01.svg) no-repeat;
  width: 266px;
  height: 274px;
  inset: 14.3% 3.4% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--01::before {
    width: 26.6vw;
    height: 27.4vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--01::before {
    width: 15.15625vw;
    height: 16.875vw;
    inset: -25.7% 1.9% 0 auto;
  }
}
.modalContents__desc--02::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_02.svg) no-repeat;
  width: 193px;
  height: 295px;
  inset: 16% 7% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--02::before {
    width: 19.3vw;
    height: 29.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--02::before {
    width: 14.53125vw;
    height: 23.4375vw;
    inset: -25% 2.7% 0 auto;
  }
}
.modalContents__desc--03::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_03.svg) no-repeat;
  width: 305px;
  height: 305px;
  inset: 18.1% 0.1% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--03::before {
    width: 30.5vw;
    height: 30.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--03::before {
    width: 22.03125vw;
    height: 22.03125vw;
    inset: -22.1% 0.8% 0 auto;
  }
}
.modalContents__desc--04::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_04.svg) no-repeat;
  width: 278px;
  height: 206px;
  inset: 24.4% 1.6% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--04::before {
    width: 27.8vw;
    height: 20.6vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--04::before {
    width: 22.1875vw;
    height: 17.1875vw;
    inset: -29.2% 6.9% 0 auto;
  }
}
.modalContents__desc--05::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_05.svg) no-repeat;
  width: 314px;
  height: 152px;
  inset: 35.2% 0.1% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--05::before {
    width: 31.4vw;
    height: 15.2vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--05::before {
    width: 26.25vw;
    height: 13.28125vw;
    inset: -15.9% 1.9% 0 auto;
  }
}
.modalContents__desc--06::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_06.svg) no-repeat;
  width: 306px;
  height: 195px;
  inset: 27.3% 0.4% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--06::before {
    width: 30.6vw;
    height: 19.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--06::before {
    width: 28.28125vw;
    height: 18.75vw;
    inset: -16.7% -0.2% 0 auto;
  }
}
.modalContents__desc--07::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_07.svg) no-repeat;
  width: 281px;
  height: 220px;
  inset: 30.2% 1.4% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--07::before {
    width: 28.1vw;
    height: 22vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--07::before {
    width: 24.0625vw;
    height: 18.75vw;
    inset: -19.4% 3.6% 0 auto;
  }
}
.modalContents__desc--08::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_08.svg) no-repeat;
  width: 308px;
  height: 220px;
  inset: 33.6% 0.8% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--08::before {
    width: 30.8vw;
    height: 22vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--08::before {
    width: 23.90625vw;
    height: 17.1875vw;
    inset: -15.8% 3% 0 auto;
  }
}
.modalContents__desc--09::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_09.svg) no-repeat;
  width: 302px;
  height: 215px;
  inset: 25% 0.3% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--09::before {
    width: 30.2vw;
    height: 21.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--09::before {
    width: 24.375vw;
    height: 21.5625vw;
    inset: -16.8% 1.9% 0 auto;
  }
}
.modalContents__desc--10::before {
  background: 0 0/100% auto url(/wp-content/themes/omoya-reqruit-renewal/assets/img/company/bm_img_10.png) no-repeat;
  width: 314px;
  height: 295px;
  inset: 20.2% -0.7% 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modalContents__desc--10::before {
    width: 31.4vw;
    height: 29.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modalContents__desc--10::before {
    width: 22.8125vw;
    height: 21.875vw;
    inset: -15.1% -1.3% 0 auto;
  }
}
.modal__close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -24px;
  right: -16px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modal__close {
    width: 6vw;
    height: 6vw;
    top: -2.4vw;
    right: -1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .modal__close {
    width: 9.375vw;
    height: 9.375vw;
    top: -3.75vw;
    right: -3.28125vw;
  }
}
.modal__close::before, .modal__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 60%;
  height: 4px;
  border-radius: 4px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .modal__close::before, .modal__close::after {
    height: 0.4vw;
    border-radius: 0.4vw;
  }
}
@media screen and (max-width: 640px) {
  .modal__close::before, .modal__close::after {
    height: 0.625vw;
    border-radius: 0.625vw;
  }
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(71, 48, 28, 0.8);
}

@keyframes modalOpen {
  0% {
    z-index: 100;
    opacity: 0;
    pointer-events: auto;
  }
  100% {
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes modalClose {
  0% {
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
}/*# sourceMappingURL=company-pre.css.map */