@charset "UTF-8";
/* ------------------------------
	ã¬ã¹ãã³ã·ã
------------------------------ */
/* ------------------------------
	// px to vw
------------------------------ */
/* ------------------------------
// px to vh
------------------------------ */
/* ------------------------------
	ãã©ã³ã
------------------------------ */
@import url("assets/css2");
@import url("assets/css2");
@import url("assets/css2");
/* ------------------------------
	ã«ã©ã¼
------------------------------ */
/* ------------------------------
	ã¦ã§ã¤ãå¤æ
------------------------------ */
/* ------------------------------
	.company
------------------------------ */
.company {
  padding: 120px 0 200px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 80px 0 120px;
  }
}
.company .wrap {
  max-width: 980px;
}
.company .company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40px;
}
@media screen and (max-width: 768px) {
  .company .company_list {
    flex-direction: column;
    gap: 30px;
  }
}
.company .company_box {
  width: calc(50% - 20px);
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .company .company_box {
    width: 100%;
    min-height: 0;
  }
}
.company .company_box a {
  display: block;
  padding: 65px 50px;
  border: 1px solid #383838;
}
@media screen and (min-width: 769px) {
  .company .company_box a {
    transition: 0.4s ease-out;
  }
  .company .company_box a:hover {
    opacity: 1;
    background-color: #fff;
  }
  .company .company_box a:hover .btn .btn_txt {
    color: #1d1d1d;
  }
  .company .company_box a:hover .btn .btn_txt:before {
    background-color: #1d1d1d;
    animation: moveLine1 0.4s ease-out 0.1s forwards;
  }
  .company .company_box a:hover .btn .ico.arw {
    background: none;
  }
  .company .company_box a:hover .btn .ico.arw:before {
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s ease-out;
  }
  .company .company_box a:hover .txt {
    color: #1d1d1d;
  }
}
@media screen and (max-width: 768px) {
  .company .company_box a {
    padding: 45px 20px;
  }
}
.company .company_box .btn {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company .company_box .btn {
    font-size: 1.8rem;
  }
}
.company .company_box .btn .ico {
  position: relative;
  transition: background 0s;
  margin-top: -2px;
}
.company .company_box .btn .ico:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, 0);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1d1d1d url(img/ico_arw03.svg) no-repeat center center;
}
.company .company_box .btn .btn_txt {
  position: relative;
  top: -3px;
  padding-bottom: 5px;
  background: none;
}
.company .company_box .btn .btn_txt:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: left center;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s ease-out;
}
@keyframes moveLine1 {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.company .company_box .txt {
  margin-top: 16px;
  letter-spacing: 0;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .company .company_box .txt {
    line-height: 2.2;
  }
}

.company_img {
  width: 100%;
}
.company_img img {
  width: 100%;
}

/* ------------------------------
	.company_menu
------------------------------ */
.company_menu {
  padding: 160px 0;
  border-top: 1px solid #383838;
}
@media screen and (max-width: 768px) {
  .company_menu {
    padding: 80px 0;
  }
}
.company_menu .wrap {
  max-width: 980px;
}
.company_menu .center_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company_menu .center_ttl {
    margin-bottom: 30px;
  }
}
.company_menu .btn_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .company_menu .btn_box {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .company_menu .btn_box {
    gap: 6px;
    justify-content: flex-start;
  }
}
.company_menu .btn {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1000px) {
  .company_menu .btn {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .company_menu .btn {
    width: calc(50% - 3px);
  }
}
.company_menu .btn a {
  width: 100%;
  justify-content: space-between;
}
.company_menu.kids .center_ttl .ttl_txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company_menu.kids .center_ttl .ttl_txt {
    margin-top: 20px;
  }
}

/* ------------------------------
	.message
------------------------------ */
.message {
  padding: 100px 0 240px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 80px 0 120px;
  }
}
.message .message_img {
  width: 100%;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .message .message_img {
    margin-bottom: 60px;
  }
}
.message .message_img img {
  width: 100%;
}
.message .wrap {
  max-width: 840px;
}
@media screen and (min-width: 1401px) {
  .message .wrap {
    max-width: 70%;
  }
}
.message .mid_ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .message .mid_ttl {
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .message .mid_ttl {
    margin-bottom: 30px;
  }
}
.message .mid_ttl.space1 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .message .mid_ttl.space1 {
    margin-top: 50px;
    line-height: 1.8;
  }
}
.message .txt {
  max-width: 1020px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .message .txt {
    line-height: 2.1;
  }
}
.message .txt + .txt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .message .txt + .txt {
    margin-top: 40px;
  }
}
.message .txt.space1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .message .txt.space1 {
    margin-top: 40px;
  }
}
.message .txt.space2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .message .txt.space2 {
    margin-top: 40px;
  }
}

/* ------------------------------
	.access
------------------------------ */
.access {
  padding: 150px 0 240px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 60px 0 120px;
  }
}
.access .wrap {
  max-width: 980px;
}
.access .access_box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .access .access_box {
    flex-direction: column;
    gap: 20px;
  }
}
.access .access_box + .access_box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .access .access_box + .access_box {
    margin-top: 50px;
  }
}
.access .access_box .img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .access .access_box .img {
    width: 100%;
  }
}
.access .access_box .txt_box {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .access .access_box .txt_box {
    width: 100%;
  }
}
.access .access_box .txt_box .mid_ttl {
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .access .access_box .txt_box .mid_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .access .access_box .txt_box .mid_ttl {
    margin-bottom: 15px;
  }
}
.access .access_box .txt_box .txt {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .access .access_box .txt_box > .txt {
    font-size: 1.6rem;
  }
}
.access .access_box .txt_box > .txt + .txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .access .access_box .txt_box > .txt + .txt {
    margin-top: 15px;
  }
}
.access .access_box .txt_box .link_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .access .access_box .txt_box .link_box {
    gap: 0 15px;
    margin-top: 15px;
  }
}
.access .access_box .txt_box .link_box .link {
  position: relative;
  text-decoration: none;
}
.access .access_box .txt_box .link_box .link::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .access .access_box .txt_box .link_box .link:hover::before {
    display: none;
  }
}

/* ------------------------------
	.publicity
------------------------------ */
.publicity {
  padding: 100px 0 240px;
}
@media screen and (max-width: 768px) {
  .publicity {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1401px) {
  .publicity .wrap {
    max-width: 80%;
  }
}
.publicity .publicity_box {
  display: flex;
  border-top: 1px solid #383838;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .publicity .publicity_box {
    display: block;
    padding: 15px 0 0;
  }
}
.publicity .publicity_box + .publicity_box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .publicity .publicity_box + .publicity_box {
    margin-top: 15px;
  }
}
.publicity .publicity_box .ttl,
.publicity .publicity_box .txt,
.publicity .publicity_box .list li {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .publicity .publicity_box .ttl,
  .publicity .publicity_box .txt,
  .publicity .publicity_box .list li {
    font-size: 1.4rem;
  }
}
.publicity .publicity_box .ttl {
  flex-shrink: 0;
  width: 300px;
  padding: 0 10px;
  margin-right: 50px;
  font-weight: 500;
  color: #9f9f9f;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .publicity .publicity_box .ttl {
    width: 100%;
    padding: 0 0 5px;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
.publicity .publicity_box .txt {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .publicity .publicity_box .txt {
    width: calc(100% - 350px);
  }
}
.publicity .publicity_box .txt .list li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.publicity .publicity_box .txt .list li + li {
  margin-top: 30px;
}
.publicity .publicity_box .txt .med {
  font-weight: 400;
}

/* ------------------------------
	.profile
------------------------------ */
.profile {
  padding: 80px 0 240px;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1401px) {
  .profile .wrap {
    max-width: 80%;
  }
}
.profile .profile_box {
  display: flex;
  border-top: 1px solid #383838;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box {
    display: block;
    padding: 15px 0 0;
  }
}
.profile .profile_box + .profile_box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box + .profile_box {
    margin-top: 15px;
  }
}
.profile .profile_box .ttl,
.profile .profile_box .txt,
.profile .profile_box .list li {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .ttl,
  .profile .profile_box .txt,
  .profile .profile_box .list li {
    font-size: 1.3rem;
  }
}
.profile .profile_box .ttl {
  flex-shrink: 0;
  width: 170px;
  padding: 0 10px;
  font-weight: 400;
  color: #9f9f9f;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .ttl {
    width: 100%;
    padding: 0 0 5px;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
.profile .profile_box .txt {
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt {
    font-size: 1.4rem;
  }
}
.profile .profile_box .txt .list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt .list li {
    font-size: 1.4rem;
  }
}
.profile .profile_box .txt .list li::before {
  content: "ã»";
}
.profile .profile_box .txt .list li + li {
  margin-top: 2px;
}
.profile .profile_box .txt .link {
  color: #9f9f9f;
}
.profile .profile_box .txt .med {
  font-weight: 400;
}
.profile .profile_box .txt .space1 {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt .space1 {
    margin-top: 4px;
  }
}
.profile .profile_box .txt .space2 {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt .space2 {
    margin-top: 15px;
  }
}

/* ------------------------------
	.philosophy
------------------------------ */
.content {
  overflow: visible;
}

.philosophy {
  padding: 220px 0 0;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 100px 0 0;
  }
}
.philosophy .sidenav {
  top: 200px;
}
@media screen and (max-width: 768px) {
  .philosophy .sidenav {
    display: none;
  }
}
.philosophy .sidenav .philosophy_nav .philosophy_nav_btn + .philosophy_nav_btn {
  margin-top: 24px;
}
.philosophy .sidenav .philosophy_nav .philosophy_nav_btn a {
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: #9f9f9f;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.4s ease-out, color 0.4s ease-out;
  transition: opacity 0.4s ease-out, color 0.4s ease-out, scale 0.4s ease-out;
}
.philosophy .sidenav .philosophy_nav .philosophy_nav_btn.current a {
  color: #e2e2e2;
  position: relative;
  scale: 1.1;
}
.philosophy .sidenav .philosophy_nav .philosophy_nav_btn.current a::before {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -5px;
}
.philosophy .philosophy_box + .philosophy_box {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box + .philosophy_box {
    margin-top: 100px;
  }
}
.philosophy .philosophy_box .ttl_box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .ttl_box {
    flex-direction: column;
    gap: 20px;
  }
}
.philosophy .philosophy_box .ttl_box .page_ttl {
  flex-shrink: 0;
  width: 400px;
}
@media screen and (min-width: 769px) {
  .philosophy .philosophy_box .ttl_box .page_ttl {
    gap: 6px;
  }
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_box .ttl_box .page_ttl {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .ttl_box .page_ttl {
    width: auto;
  }
}
.philosophy .philosophy_box .ttl_box .page_ttl .en {
  font-size: 10rem;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_box .ttl_box .page_ttl .en {
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .ttl_box .page_ttl .en {
    font-size: 4.5rem;
  }
}
.philosophy .philosophy_box .ttl_box .page_ttl .ttl_txt {
  display: block;
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_box .ttl_box .page_ttl .ttl_txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .ttl_box .page_ttl .ttl_txt {
    font-size: 1.3rem;
  }
}
.philosophy .philosophy_box .ttl_box .mid_ttl {
  font-size: 2.8rem;
  line-height: 2.3;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .philosophy .philosophy_box .ttl_box .mid_ttl {
    padding-top: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_box .ttl_box .mid_ttl {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .ttl_box .mid_ttl {
    font-size: 1.8rem;
  }
}
.philosophy .philosophy_box .txt_box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 80px;
}
.philosophy .philosophy_box#philosophy01 .txt_box {
  display: block;
}
.philosophy .philosophy_box#philosophy02 .txt_box,
.philosophy .philosophy_box#philosophy03 .txt_box {
  display: block;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box {
    display: block;
    margin-top: 40px;
  }
}
.philosophy .philosophy_box .txt_box .list + .list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box .list + .list {
    margin-top: 15px;
  }
}
.philosophy .philosophy_box .txt_box .list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box .list li {
    font-size: 1.4rem;
  }
}
.philosophy .philosophy_box .txt_box .list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box .list li + li {
    margin-top: 15px;
  }
}
.philosophy .philosophy_box#philosophy01 {
  background-image: url('http://one-rep.sitesite.jp/wp-content/uploads/2025/11/map-jp.png') !important;
  background-position: 30% center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box#philosophy01 {
    background-position: 30% top !important;
  }
}
.philosophy .philosophy_box#philosophy01 .ttl_box .page_ttl .ttl_txt {
  font-size: 2.5rem !important;
}
.philosophy .philosophy_box#philosophy02 .ttl_box .page_ttl .ttl_txt,
.philosophy .philosophy_box#philosophy03 .ttl_box .page_ttl .ttl_txt {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_box#philosophy01 .ttl_box .page_ttl .ttl_txt,
  .philosophy .philosophy_box#philosophy02 .ttl_box .page_ttl .ttl_txt,
  .philosophy .philosophy_box#philosophy03 .ttl_box .page_ttl .ttl_txt {
    font-size: 2.2vw !important;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box#philosophy01 .ttl_box .page_ttl .ttl_txt,
  .philosophy .philosophy_box#philosophy02 .ttl_box .page_ttl .ttl_txt,
  .philosophy .philosophy_box#philosophy03 .ttl_box .page_ttl .ttl_txt {
    font-size: 1.6rem !important;
  }
}
.philosophy .philosophy_box#philosophy01 .ttl_box .page_ttl .ttl_txt .first-letter-large,
.philosophy .philosophy_box#philosophy02 .ttl_box .page_ttl .ttl_txt .first-letter-large,
.philosophy .philosophy_box#philosophy03 .ttl_box .page_ttl .ttl_txt .first-letter-large {
  font-size: 3em !important;
  font-weight: bold !important;
  display: inline-block !important;
  line-height: 1 !important;
  margin-right: 6px !important;
  vertical-align: baseline !important;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box#philosophy01 .ttl_box .page_ttl .ttl_txt .first-letter-large,
  .philosophy .philosophy_box#philosophy02 .ttl_box .page_ttl .ttl_txt .first-letter-large,
  .philosophy .philosophy_box#philosophy03 .ttl_box .page_ttl .ttl_txt .first-letter-large {
    font-size: 2.5em !important;
  }
}
.philosophy .philosophy_box .txt_box .large_txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  font-weight: bold;
}
.philosophy .philosophy_box#philosophy01 .txt_box .large_txt {
  font-size: 3em !important;
}
.philosophy .philosophy_box#philosophy02 .txt_box .large_txt {
  font-size: 2em !important;
}
.philosophy .philosophy_box#philosophy03 .txt_box .large_txt {
  font-size: 3em !important;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box .large_txt {
    font-size: 1.6rem;
  }
  .philosophy .philosophy_box#philosophy01 .txt_box .large_txt {
    font-size: 1.6em !important;
  }
  .philosophy .philosophy_box#philosophy02 .txt_box .large_txt {
    font-size: 1.4em !important;
  }
  .philosophy .philosophy_box#philosophy03 .txt_box .large_txt {
    font-size: 1.6em !important;
  }
}
.philosophy .philosophy_box .txt_box .txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_box .txt_box .txt {
    font-size: 1.4rem;
  }
}
.philosophy .philosophy_btm {
  display: flex;
  margin-top: 240px;
  border-top: 1px solid #383838;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_btm {
    display: block;
    margin-top: 100px;
  }
}
.philosophy .philosophy_btm .philosophy_btm_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 570px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_btm .philosophy_btm_box {
    width: 100%;
    height: 320px;
  }
}
.philosophy .philosophy_btm .philosophy_btm_box + .philosophy_btm_box {
  border-left: 1px solid #383838;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_btm .philosophy_btm_box + .philosophy_btm_box {
    border-left: 0;
    border-top: 1px solid #383838;
  }
}
.philosophy .philosophy_btm .philosophy_btm_box .txt_box {
  max-width: 460px;
  width: 80%;
}
.philosophy .philosophy_btm .philosophy_btm_box .txt_box .mid_ttl {
  margin-bottom: 35px;
  color: #f9f9f9;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_btm .philosophy_btm_box .txt_box .mid_ttl {
    margin-bottom: 20px;
  }
}
.philosophy .philosophy_btm .philosophy_btm_box .txt_box .txt {
  color: #f9f9f9;
}
.philosophy .philosophy_img {
  width: 100%;
}
.philosophy .philosophy_img img {
  width: 100%;
}

.office-page {
  padding-top: 0;
}
.office-page .office-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 0;
}
.office-page .office-mv .video {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .office-page .office-mv .video {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office-mv .video {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office-mv img {
    object-fit: cover;
    object-position: 65%;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office-mv .txt_box {
    margin-top: 20px;
  }
}
.office-page .office-mv .wrap {
  position: absolute;
  bottom: 50px;
  left: 3.2142857143%;
}
.office-page .office_anchor {
  display: flex;
  gap: 0 40px;
  max-width: 1160px;
  margin: 144px auto 0;
}
@media screen and (max-width: 768px) {
  .office-page .office_anchor {
    flex-wrap: wrap;
    gap: 40px 0;
    padding: 0 5%;
    margin-top: 80px;
  }
}
.office-page .office_anchor .office_name {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .office-page .office_anchor .office_name {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.office-page .office_anchor .txt {
  margin-top: 24px;
}
.office-page .office_ctn {
  margin-top: 220px;
}
.office-page .office_ctn .heading {
  display: flex;
  align-items: center;
  margin-left: 5vw;
}
.office-page .office_ctn .heading .area {
  font-size: 18rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .office-page .office_ctn .heading .area {
    font-size: 6.4rem;
  }
}
.office-page .office_ctn .heading .type {
  margin-left: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.028em;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .office-page .office_ctn .heading .type {
    font-size: 1.6rem;
  }
}
.office-page .office_slide {
  display: flex;
  max-width: 90.7142857143%;
  gap: 0 60px;
  margin-top: 70px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .office-page .office_slide {
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .office-page .office_slide.floor_3 {
    flex-direction: row-reverse;
    margin-top: 160px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_slide.floor_3 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .office-page .office_slide.floor_3 .img_box .slick-dots {
    left: auto;
    right: 0;
    transform: translate(70px, 0);
  }
}
.office-page .office_slide.floor_4 {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .office-page .office_slide.floor_4 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 769px) {
  .office-page .office_slide .office_slide-textarea {
    width: 23.6220472441%;
  }
}
.office-page .office_slide .office_slide-textarea .floor {
  color: #9f9f9f;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .office_slide-textarea .floor {
    font-size: 2rem;
  }
}
.office-page .office_slide .office_slide-textarea .copy {
  margin-top: 24px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .office_slide-textarea .copy {
    margin-top: 16px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.office-page .office_slide .office_slide-textarea .txt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .office_slide-textarea .txt {
    margin-top: 20px;
  }
}
.office-page .office_slide .img_box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .office-page .office_slide .img_box {
    width: 71.6535433071%;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .img_box {
    margin-top: 60px;
  }
}
.office-page .office_slide .img_box .slick-dots {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .office-page .office_slide .img_box .slick-dots {
    bottom: 0;
    left: 0;
    transform: translate(-70px, 0);
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .img_box .slick-dots {
    display: flex;
    bottom: -18px;
    right: 0;
  }
}
.office-page .office_slide .img_box .slick-dots li {
  background-color: #383838;
}
@media screen and (min-width: 769px) {
  .office-page .office_slide .img_box .slick-dots li {
    width: 2px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .img_box .slick-dots li {
    width: 16px;
    height: 2px;
  }
}
.office-page .office_slide .img_box .slick-dots li.slick-active {
  background-color: #e2e2e2;
}
.office-page .office_slide .img_box .slick-dots li button {
  display: none;
}
.office-page .office_slide .img_box .counter {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .office-page .office_slide .img_box .counter {
    bottom: 30px;
    left: 0;
    transform: translate(calc(-100% - 110px), 0);
  }
  .office-page .office_slide .img_box .counter.floor_3f {
    left: auto;
    right: 0;
    transform: translate(calc(100% + 110px), 0);
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_slide .img_box .counter {
    bottom: -30px;
  }
}
.office-page .office_slide .img_box .counter .current {
  margin-left: 16px;
}
.office-page .office_gallary {
  margin-top: 175px;
}
.office-page .office_gallary .office_gallary_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.office-page .office_gallary .office_gallary_bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: 0.5s ease-out;
}
.office-page .office_gallary .office_gallary_bg .bg.on {
  opacity: 1;
}
.office-page .office_gallary .office_gallary_bg .bg.area-black {
  background-image: url(img/2F_Black.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-stage {
  background-image: url(img/2F_Stage.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-park {
  background-image: url(img/2F_Park.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-boss {
  background-image: url(img/2F_BossRoom.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-rest {
  background-image: url(img/2F_RestRoom.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-work02 {
  background-image: url(img/2F_WorkSpace02.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-d-room {
  background-image: url(img/2F_DesignerRoom.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-vip {
  background-image: url(img/2F_VIP.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-white {
  background-image: url(img/2F_White.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-terrace {
  background-image: url(img/2F_Terrace.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-backoffice {
  background-image: url(img/2F_BackOffice.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-work01 {
  background-image: url(img/2F_WorkSpace01.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-bar {
  background-image: url(img/2F_Bar.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-rf {
  background-image: url(img/2F_Room_for_Forcusing.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-lg {
  background-image: url(img/3F_Lounge.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-fs {
  background-image: url(img/3F_FreeSpace.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-kt {
  background-image: url(img/3F_Kitchen.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-left {
  background-image: url(img/3F_Left.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-right {
  background-image: url(img/3F_Right.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-ol {
  background-image: url(img/3F_OnlineBooth.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-front {
  background-image: url(img/3F_Front.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-back {
  background-image: url(img/3F_Back.webp);
}
.office-page .office_gallary .office_gallary_bg .bg.area-box {
  background-image: url(img/3F_Box.webp);
}
.office-page .office_gallary .item {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .office-page .office_gallary .item {
    width: 90%;
  }
}
.office-page .office_gallary .item + .item {
  margin-top: 30px;
}
.office-page .office_gallary .item .hover_area {
  position: absolute;
  transition: opacity 0.4s ease-out;
}
.office-page .office_gallary .item .hover_area.area-black {
  top: 0;
  left: 11.4285714286%;
  width: 11.4285714286%;
  height: 41.2121212121%;
}
.office-page .office_gallary .item .hover_area.area-park {
  bottom: 0;
  left: 11.4285714286%;
  width: 11.4285714286%;
  height: 41.2121212121%;
}
.office-page .office_gallary .item .hover_area.area-stage {
  top: 0;
  left: 22.8571428571%;
  width: 34.4642857143%;
  height: 67.2727272727%;
}
.office-page .office_gallary .item .hover_area.area-boss {
  top: 0;
  left: 57.3214285714%;
  width: 19.6428571429%;
  height: 55.7575757576%;
}
.office-page .office_gallary .item .hover_area.area-rest {
  bottom: 0;
  left: 50.4464285714%;
  width: 13.75%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-work02 {
  top: 0;
  left: 76.9642857143%;
  width: 23.0357142857%;
  height: 67.2727272727%;
}
.office-page .office_gallary .item .hover_area.area-d-room {
  bottom: 0;
  left: 72.6785714286%;
  width: 27.3214285714%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-d-room {
  bottom: 0;
  left: 72.6785714286%;
  width: 27.3214285714%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-vip {
  top: 0;
  left: 11.4285714286%;
  width: 11.4285714286%;
  height: 41.2121212121%;
}
.office-page .office_gallary .item .hover_area.area-white {
  bottom: 23.6363636364%;
  z-index: 2;
  left: 11.4285714286%;
  width: 11.25%;
  height: 17.5757575758%;
}
.office-page .office_gallary .item .hover_area.area-terrace {
  bottom: 0;
  left: 0;
  width: 22.6785714286%;
  height: 41.2121212121%;
}
.office-page .office_gallary .item .hover_area.area-backoffice {
  bottom: 0;
  left: 50.5357142857%;
  width: 13.5714285714%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-work01 {
  bottom: 0;
  left: 64.1071428571%;
  width: 16.7857142857%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-bar {
  top: 18.7878787879%;
  left: 57.3214285714%;
  width: 19.6428571429%;
  height: 37.5757575758%;
}
.office-page .office_gallary .item .hover_area.area-rf {
  top: 0;
  left: 57.3214285714%;
  width: 19.6428571429%;
  height: 18.7878787879%;
}
.office-page .office_gallary .item .hover_area.area-lg {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 22.6785714286%;
  height: 42.4242424242%;
}
.office-page .office_gallary .item .hover_area.area-fs {
  top: 0;
  left: 22.6785714286%;
  width: 35%;
  height: 100%;
}
.office-page .office_gallary .item .hover_area.area-kt {
  z-index: 2;
  top: 20.6060606061%;
  left: 46.7857142857%;
  width: 6.9642857143%;
  height: 58.1818181818%;
}
.office-page .office_gallary .item .hover_area.area-left {
  top: 0;
  left: 57.3214285714%;
  width: 13.75%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-right {
  bottom: 0;
  left: 57.3214285714%;
  width: 13.75%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-ol {
  top: 32.7272727273%;
  left: 57.3214285714%;
  width: 15.8928571429%;
  height: 13.3333333333%;
}
.office-page .office_gallary .item .hover_area.area-front {
  top: 0;
  left: 71.0714285714%;
  width: 5.8928571429%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-back {
  top: 0;
  left: 76.9642857143%;
  width: 5.8928571429%;
  height: 32.7272727273%;
}
.office-page .office_gallary .item .hover_area.area-box {
  top: 11.5151515152%;
  left: 82.8571428571%;
  width: 6.9642857143%;
  height: 76.3636363636%;
}
.office-page .office_gallary_slide {
  margin: 80px 0 60px;
}
.office-page .office_gallary_slide .item {
  margin: 0 10px;
}
.office-page .office_gallary_slide .item .txt {
  margin-bottom: 6px;
  font-size: 2rem;
  text-align: center;
}
.office-page .office_slider {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .office-page .office_slider {
    margin-top: 70px;
  }
}
.office-page .office_branding {
  padding: 160px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .office-page .office_branding {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 769px) {
  .office-page .office_branding .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .office-page .office_branding .textarea {
    width: 428px;
  }
}
.office-page .office_branding .textarea .copy {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .office-page .office_branding .textarea .copy {
    font-size: 2.4rem;
  }
}
.office-page .office_branding .textarea .txt {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .office-page .office_branding .textarea .txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.office-page .office_branding .textarea .btn.btn01 a {
  background: #1d1d1d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .office-page .office_branding .textarea .btn.btn01 a:hover {
    background: #fff;
    color: #1d1d1d;
  }
  .office-page .office_branding .textarea .btn.btn01 a:hover .ico.arw {
    background: url(img/ico_arw04.svg) no-repeat center center;
  }
}
.office-page .office_branding .textarea .btn.btn01 .ico.arw {
  background: url(img/ico_arw03.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .office-page .office_branding .img_box {
    flex: 1;
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .office-page .office_branding .img_box {
    margin-top: 40px;
  }
}

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