@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --fs-per: .0625;
  --fs-vw: .0781;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: min(var(--fs-vw) * 1vw, var(--fs-per) * 1rem);
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  background-size: 152rem;
  background-color: #F5F5F5;
}
body.open {
  overflow: hidden;
}

.main {
  position: relative;
  padding-top: 72rem;
}

.container {
  width: 1200rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

.forSP {
  display: none;
}

/* backToTop */
.toTop {
  position: sticky;
  bottom: 16rem;
  margin: -66rem 0 16rem auto;
  right: 16rem;
  width: 50rem;
  z-index: 8;
}

.toTop__btn {
  cursor: pointer;
  width: 50rem;
  height: 50rem;
  background-image: url(../img/toTop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.4s;
}
.toTop__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767.9px) {
  :root {
    --fs-vw: .2564;
  }
  html {
    font-size: calc(var(--fs-vw) * 1vw);
  }
  body {
    background-size: 91rem;
  }
  .main {
    padding-top: 48rem;
  }
  .container {
    width: 343rem;
    margin: 0 16rem;
  }
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
  .toTop {
    bottom: 8rem;
    margin-bottom: 8rem;
    margin: -50rem 0 8rem auto;
    right: 8rem;
    width: 42rem;
  }
  .toTop__btn {
    width: 42rem;
    height: 42rem;
  }
}
body {
  font-size: 18rem;
  line-height: 1.5;
}

.heading--primary {
  font-size: 56rem;
}
.heading--secondary {
  font-size: 48rem;
}

.alphabet {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767.9px) {
  body {
    font-size: 16rem;
  }
  .heading--primary {
    font-size: 32rem;
  }
  .heading--secondary {
    font-size: 28rem;
  }
}
.c-table__row {
  position: relative;
  display: flex;
  padding: 24rem 0;
  align-items: center;
}
@media only screen and (max-width: 767.9px) {
  .c-table__row {
    padding: 16rem 0;
  }
}
.c-table__row:last-of-type {
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767.9px) {
  .c-table__row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(../images/common/line-dots.svg);
    background-size: 100%;
  }
}
.c-table__row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/line-dots.svg);
  background-size: 100%;
}
@media only screen and (max-width: 767.9px) {
  .c-table__row--pconly {
    display: none;
  }
}
.c-table__row--sponly {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .c-table__row--sponly {
    display: flex;
  }
}
.c-table__heading, .c-table__detail {
  font-size: 18rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}
.c-table__heading {
  width: 25%;
  padding-left: 40rem;
  flex: none;
}
@media only screen and (max-width: 767.9px) {
  .c-table__heading--pconly {
    display: none;
  }
}
.c-table__heading--sponly {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .c-table__heading--sponly {
    display: inline;
  }
}
.c-table__detail {
  width: 75%;
  padding-left: 57rem;
}
.c-title-english {
  width: 100%;
  padding-bottom: 39rem;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english {
    padding-bottom: 16rem;
  }
}
.c-title-english dl {
  position: relative;
  max-width: 1560rem;
  margin: 0 9.375%;
  padding-left: 96rem;
}
@media screen and (min-width: 1920px) {
  .c-title-english dl {
    max-width: 1560rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.9px) {
  .c-title-english dl {
    padding-left: 64rem;
  }
}
.c-title-english dl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  display: block;
  border-top: 35rem solid transparent;
  border-right: 35rem solid #136AB5;
  border-bottom: 35rem solid #136AB5;
  border-left: 35rem solid transparent;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english dl::before {
    border-width: 24rem;
  }
}
.c-title-english__en {
  position: relative;
  font-size: 40rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english__en {
    font-size: 32rem;
    line-height: 1.4375;
  }
}
.c-title-english__ja {
  margin-top: 8rem;
  font-size: 18rem;
  font-weight: 200;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english__ja {
    font-size: 13rem;
    line-height: 1.4615384615;
    margin-top: 0;
  }
}

.c-morebtn {
  width: fit-content;
  position: relative;
  color: #136AB6;
  display: flex;
  align-items: center;
  height: 44rem;
  font-size: 18rem;
}
.c-morebtn::after {
  content: "";
  display: block;
  width: 98rem;
  height: 44rem;
  margin-left: 12rem;
  background: url(../images/index/more_arrow.png) no-repeat;
  background-size: contain;
}
.c-morebtn:hover::after {
  transform: scale(1.09);
  transition: transform ease 0.4s;
  transform-origin: left;
}

.l-footer {
  margin-top: 120rem;
  padding: 63rem 0 0;
  background-color: #404040;
  color: #fff;
}
@media only screen and (max-width: 767.9px) {
  .l-footer {
    margin-top: 60rem;
    padding: 45rem 0 0rem;
  }
}
.l-footer__inner {
  width: 1560rem;
  max-width: 81.25%;
  margin: auto;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__inner {
    max-width: calc(100% - 30rem);
  }
}
.l-footer__ttl {
  text-align: center;
  font-size: 22rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 50rem;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__ttl {
    margin-bottom: 40rem;
    font-size: 18rem;
    line-height: 1.4444444444;
  }
}
.l-footer__info {
  position: relative;
  margin-top: 57rem;
  padding: 60rem 0 58rem;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__info {
    margin-top: 40rem;
    padding: 40rem 0;
    text-align: center;
  }
}
.l-footer__info::after {
  content: "TAKASE SOKURYO";
  position: absolute;
  bottom: -20rem;
  right: 0;
  color: #fff;
  opacity: 0.16;
  font-size: 140rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__info::after {
    display: none;
  }
}
.l-footer__name {
  font-size: 24rem;
  line-height: 1.4583333333;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__name {
    font-size: 14rem;
    line-height: 1.4285714286;
  }
}
.l-footer__address {
  margin-top: 22rem;
  font-size: 16rem;
  line-height: 1.5;
  font-weight: 200;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__address {
    margin-top: 0;
  }
}
.l-footer__tel {
  margin-top: 4rem;
  font-size: 16rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__tel {
    margin-top: 8rem;
    font-size: 14rem;
    line-height: 1.4285714286;
  }
}
.l-footer__reception {
  margin-top: 8rem;
  font-size: 16rem;
  line-height: 1.5;
  font-weight: 200;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__reception {
    font-size: 14rem;
    line-height: 1.7142857143;
  }
}
.l-footer__copy {
  background-color: #1A1A1A;
  border-top: 1px solid #ccc;
  color: #fff;
  text-align: center;
  font-size: 13rem;
  line-height: 2.2307692308;
  width: 100%;
  font-weight: 500;
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  padding: 13rem 4rem 0 24rem;
  gap: 46.5rem;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__nav {
    display: block;
  }
}
.l-footer__nav-inner {
  width: fit-content;
  display: flex;
  gap: 60rem;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__nav-inner {
    display: block;
    margin-top: 19rem;
  }
}
.l-footer__navlist {
  width: fit-content;
  display: flex;
  gap: 40rem;
  margin: auto;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__navlist--small {
    margin-top: 18rem;
  }
}
.l-footer__navitem {
  font-size: 16rem;
  line-height: 1.875;
}
.l-footer__navitem--small {
  display: flex;
  align-items: center;
  margin-top: 7rem;
  font-size: 14rem;
  line-height: 2.1428571429;
}
.l-footer__navitem--small::before {
  content: "";
  width: 8rem;
  height: 1px;
  background-color: #1A1A1A;
  margin-right: 8rem;
}
.l-footer__navitem--small + .l-footer__navitem--small {
  margin-top: 7rem;
}

.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767.9px) {
  .l-header {
    left: 0;
    right: 0;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1920rem;
  height: 88rem;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767.9px) {
  .l-header__inner {
    height: 60rem;
    justify-content: space-between;
  }
}
.l-header__logo {
  position: absolute;
  left: 40rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-self: center;
  height: 65rem;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo {
    position: relative;
    transform: unset;
    left: auto;
    top: auto;
  }
}
@media only screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .l-header__logo {
    padding: 10rem 16rem;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 9rem;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo a {
    gap: 11rem;
  }
}
.l-header__logo a:hover {
  color: inherit;
}
.l-header__logo a img {
  width: 42rem;
  height: 65rem;
  object-fit: contain;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo a img {
    width: 25rem;
    height: 40rem;
  }
}
.l-header__logo p {
  font-size: 22rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo p {
    font-size: 14rem;
    line-height: 1.4285714286;
  }
}
.l-header__nav {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 60rem;
    width: 100%;
    height: calc(100vh - 60rem);
    transform: translateX(100%);
    background-color: #f5f5f5;
    transition: transform ease 0.4s;
    overflow-y: scroll;
  }
}
.l-header__nav.active {
  transform: translateX(0);
  display: block;
  padding: 18rem 45rem 57rem;
  background-color: #f5f5f5;
  z-index: 999;
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav.active {
    padding: 48rem 0;
  }
}
.l-header__nav.active .l-header__navlist, .l-header__nav.active .l-header__navlist--small {
  display: block;
  height: auto;
}
.l-header__nav .c-cta {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav .c-cta {
    display: block;
    width: 100%;
    margin: 43rem auto;
  }
}
.l-header__nav .c-cta__text {
  font-size: 16rem;
}
.l-header__nav .c-cta__text::before, .l-header__nav .c-cta__text::after {
  width: 15rem;
  height: 18rem;
}
.l-header__nav .c-cta__btn {
  width: 100%;
  max-width: 360rem;
  height: 81rem;
  margin: 4rem auto 0;
  font-size: 20.83rem;
  gap: 10rem;
}
.l-header__nav .c-cta__btn::before {
  width: 32.08rem;
  height: 30.57rem;
  transform: translateY(5rem);
}
.l-header__navlist {
  display: flex;
  align-items: center;
  gap: 40rem;
  height: 100%;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlist {
    position: relative;
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlist::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24rem;
    width: 1rem;
    height: 100%;
    background-color: #ccc;
  }
}
.l-header__navitem {
  font-size: 18rem;
  /*
  @media only screen and (max-width: 767.9px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20rem 7.5rem 20rem 6rem;
    font-size: 16rem;
    font-weight: normal;
    line-height: calc(23/16);
  }
  &::after{
    display: none;
    @media only screen and (max-width: 767.9px) {
      content: "";
      display: block;
      width: 8.5rem;
      height: 17rem;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url(../images/arrow-right_blue.svg);
      margin-right: 8rem;
    }
  }
  */
}
@media only screen and (max-width: 767.9px) {
  .l-header__navitem {
    font-size: 16rem;
    border-bottom: 1px solid #ccc;
    padding: 16rem 0;
    text-align: center;
  }
}
.l-header__navitem .c-btn {
  width: 240rem;
  height: 50rem;
}
.l-header__navitem--sp {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navitem--sp {
    display: flex;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__navitem--pc {
    display: none;
  }
}
.l-header__menu {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .l-header__menu {
    background-color: #FF7119;
    width: 60rem;
    height: 60rem;
    padding: 22rem 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__menu-bar {
    position: absolute;
    left: 50%;
    width: 24rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
}
.l-header__menu-bar:nth-child(1) {
  top: calc(50% - 6rem);
}
.l-header__menu-bar:nth-of-type(2) {
  top: 50%;
}
.l-header__menu-bar:nth-child(3) {
  top: calc(50% + 6rem);
}
.l-header__menu.active .l-header__menu-bar {
  transition: ease 0.4s;
}
.l-header__menu.active .l-header__menu-bar:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(34deg);
}
.l-header__menu.active .l-header__menu-bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu.active .l-header__menu-bar:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-34deg);
}
.l-header__navlist02 {
  display: flex;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlist02 {
    display: flex;
    margin-top: 40rem;
    flex-direction: column;
  }
}
.l-header__navitem02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navitem02 {
    width: 174rem;
    height: 35rem;
  }
}
.l-header__navitem02--recruit {
  background-color: #136AB6;
}

.l-main .l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 9.375%;
}
@media screen and (min-width: 1920px) {
  .l-main .l-inner {
    padding: 0;
    max-width: 1560rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-main .l-inner {
    padding: 0;
  }
}

.mv {
  position: relative;
}

.heading__container {
  position: absolute;
  top: 0;
  left: calc((100vw - 1440rem) / 2);
  width: 1440rem;
  height: 100%;
  z-index: 1;
}

.heading__wrapper {
  position: absolute;
  top: 72rem;
  left: 48rem;
  width: 1344rem;
}

.text--bg {
  color: #fff;
  background-color: #136AB6;
  display: inline-block;
  padding: 3rem 16rem;
  letter-spacing: 0.04em;
  margin-bottom: 8rem;
}
.text--bg:where(.heading--primary *) {
  padding: 4rem 16rem 10rem;
}
.text--bg:where(.heading__text *) {
  padding: 8rem 16rem 10rem;
  margin-bottom: 0;
}
.text--bg01 {
  padding-right: 0;
}
.text--bg02 {
  padding-left: 0;
}
.text--bg03 {
  padding-top: 2rem;
}

.heading--sub {
  font-size: 24rem;
  font-weight: bold;
}

.heading--primary {
  line-height: 1.18;
}

.heading__text {
  line-height: 1;
}

@media only screen and (max-width: 1439.9px) {
  .heading__container {
    width: 100%;
    left: 0;
  }
  .heading__wrapper {
    width: calc(100vw - 48rem);
  }
}
@media only screen and (max-width: 767.9px) {
  .heading__wrapper {
    top: 24rem;
    left: 16rem;
    width: 343rem;
  }
  .text--bg {
    padding: 2rem 16rem 3rem 8rem;
    margin-bottom: 3rem;
  }
  .text--bg:where(.heading--primary *) {
    padding: 4rem 7rem 8rem 8rem;
  }
  .text--bg:where(.heading__text *) {
    padding: 6rem 8rem 7rem;
    margin-bottom: 0;
  }
  .text--bg02 {
    padding-top: 2rem;
  }
  .text--bg03 {
    padding-top: 6rem;
    transform: translateY(-4rem);
  }
  .heading--sub {
    font-size: 14rem;
  }
  .heading__text {
    font-size: 12rem;
  }
}
.container--bottom {
  position: absolute;
  right: calc((100vw - 1440rem) / 2);
  bottom: 0;
  width: 1440rem;
  height: 100%;
  z-index: 1;
}

.mv__lists {
  color: #fff;
  position: absolute;
  bottom: 24rem;
  right: 40rem;
  width: 1264rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mv__list {
  width: 390rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.mv__list .mv__link:hover {
  color: #fff;
  opacity: 1;
}
.mv__list .title__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mv__list .num {
  font-weight: 100;
  font-size: 56rem;
  line-height: 1;
  width: 67rem;
}
.mv__list .title {
  width: 308rem;
}
.mv__list .title--01 {
  width: 323rem;
}
.mv__list .mv__text {
  display: none;
  font-size: 14rem;
  margin-top: 16rem;
}

@media only screen and (max-width: 1439.9px) {
  .container--bottom {
    right: 0;
  }
  .mv__lists {
    width: calc(100vw - 176rem);
  }
  .mv__list {
    width: 28vw;
  }
  .mv__list .num {
    width: 4.6vw;
  }
  .mv__list .title {
    width: 22vw;
  }
  .mv__list .title--01 {
    width: 23vw;
  }
}
@media only screen and (max-width: 767.9px) {
  .container--bottom {
    width: 375rem;
  }
  .mv__lists {
    bottom: 35rem;
    right: 16rem;
    width: 343rem;
  }
  .mv__list {
    width: 107rem;
  }
  .mv__list .title__wrapper {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .mv__list .title__wrapper::after {
    content: "";
    position: absolute;
    bottom: -19rem;
    left: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8rem;
    height: 8rem;
    transform: rotate(45deg) translateX(-50%);
  }
  .mv__list .num {
    width: 100%;
    font-size: 24rem;
    text-align: center;
    margin-bottom: 6rem;
  }
  .mv__list .title {
    text-align: center;
    width: 100%;
    font-size: 9rem;
  }
}
.mv__slider {
  padding-top: 24rem;
}
.mv__slider .slider {
  margin-left: auto;
  width: calc(100vw - (100vw - 1440rem) / 2 - 96rem);
}
.mv__slider .slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.66), transparent);
}

@media only screen and (max-width: 1439.9px) {
  .mv__slider .slider {
    width: calc(100vw - 96rem);
  }
}
@media only screen and (max-width: 767.9px) {
  .mv__slider {
    padding-top: 0;
  }
  .mv__slider .slider {
    width: 375rem;
  }
  .mv__slider .slider::after {
    height: 135rem;
  }
}
.p-index__mv {
  position: relative;
  text-align: center;
  padding-top: 88rem;
  /*
  &::after{
    content: "";
    position: absolute;
    bottom: -70rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 1px;
    height: 287rem;
    background-color: #fff;
  }
    */
}
@media only screen and (max-width: 767.9px) {
  .p-index__mv {
    height: 100vh;
    padding-top: 0;
  }
}
.p-index__mv .mv_slide {
  position: relative;
}
.p-index__mv-copy {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.38vw;
  height: 224rem;
}
@media screen and (min-width: 1920.1px) {
  .p-index__mv-copy {
    /*
    top: 37%;
    transform: translate(-50%,-50%);
    */
  }
}
.p-index__mv-copy img {
  object-fit: contain;
}
.p-index__lead {
  position: relative;
  min-height: 597rem;
  padding: 70rem 0 93rem;
  background: url(../images/index/lead_bg_pc.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead {
    background-image: url(../images/index/lead_bg_sp.jpg);
  }
}
.p-index__lead::after {
  content: "TAKASE SOKURYO TAKASE SOKURYO";
  white-space: nowrap;
  position: absolute;
  bottom: -20rem;
  left: 0;
  color: #fff;
  opacity: 0.47;
  font-size: 140rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead::after {
    font-size: 96rem;
  }
}
.p-index__lead-box {
  position: relative;
  z-index: 1;
  width: 92.31%;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead-box {
    display: flex;
    flex-direction: column;
    width: 88.46%;
  }
}
.p-index__lead-textwrap {
  width: 691rem;
  max-width: 47.99%;
  min-width: 476rem;
  margin-left: auto;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead-textwrap {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin: 16rem 0 0;
  }
}
.p-index__lead-imgwrap {
  width: 434rem;
  max-width: 30.14%;
  position: absolute;
  left: 13.54%;
  top: 0;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead-imgwrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    margin-top: 24rem;
  }
}
.p-index__lead-heading {
  width: 691rem;
  max-width: 47.99%;
  min-width: 476rem;
  margin-left: auto;
  margin-bottom: 24rem;
  padding-top: 20rem;
  font-size: 28rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead-heading {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin: 0;
    font-size: 18rem;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
  }
}
.p-index__lead-text {
  font-size: 18rem;
  line-height: 2.2222222222;
  font-weight: 400;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead-text {
    font-size: 14rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
}
.p-index__lead .c-morebtn {
  margin-top: 24rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__lead .c-morebtn {
    margin-top: 24rem;
    font-size: 16rem;
    text-align: right;
    margin-left: auto;
  }
}
.p-index__box {
  display: flex;
  gap: 80rem;
  margin: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 81.25%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1920px) {
  .p-index__box {
    justify-content: space-between;
    max-width: 1560rem;
    margin: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-index__box {
    flex-direction: column;
    width: 87.7%;
    gap: 16rem;
    border-right: 0;
  }
}
.p-index__box-textwrap {
  align-self: center;
  width: 780rem;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 100%;
  padding: 60rem 0 60rem 60rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__box-textwrap {
    width: 100%;
    padding: 0;
    padding-left: 16rem;
    margin-top: 40rem;
  }
}
.p-index__box-heading {
  margin-bottom: 23rem;
  font-size: 24rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767.9px) {
  .p-index__box-heading {
    font-size: 18rem;
    line-height: 1.6666666667;
  }
}
.p-index__box-text {
  font-size: 18rem;
  line-height: 2.2222222222;
}
@media only screen and (max-width: 767.9px) {
  .p-index__box-text {
    font-size: 14rem;
    line-height: 1.8571428571;
  }
}
.p-index__box-text + .p-index__box-text {
  margin-top: 2.22em;
}
.p-index__box-imgwrap {
  width: 640rem;
  max-width: 100%;
}
@media only screen and (max-width: 767.9px) {
  .p-index__box-imgwrap {
    width: 100%;
  }
}
.p-index__box-imgwrap img {
  height: 100%;
  object-fit: cover;
}
.p-index__job {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__job {
    margin-top: 40rem;
  }
}
.p-index__job .p-index__box-imgwrap img {
  object-position: right;
}
.p-index__service {
  margin-top: 80rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__service {
    margin-top: 60rem;
  }
}
.p-index__service a:hover {
  opacity: 1;
  cursor: default;
  color: inherit;
}
.p-index__service-box {
  position: relative;
  /*
    &::before{
      content: "";
      position: absolute;
      left: 0;
      top: calc(375.5rem);
      width: 100%;
      height: 1px;
      display: block;
      background-color: #ccc;

    }
  */
}
@media screen and (min-width: 1920px) {
  .p-index__service-box:nth-of-type(2) .p-index__service-list {
    border-right: 0;
  }
}
.p-index__service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 9.375%;
}
@media screen and (min-width: 1920px) {
  .p-index__service-list {
    padding: 0;
    max-width: 1560rem;
    margin: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-list {
    flex-direction: column;
    padding: 0;
  }
}
.p-index__service-listitem {
  width: 33.3333333333%;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-listitem {
    width: 100%;
    padding: 0 0 0 6.15%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
.p-index__service-listitem:first-of-type {
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 1920px) {
  .p-index__service-listitem:first-of-type {
    border-left: 0;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-listitem:first-of-type {
    border-left: 0;
  }
}
.p-index__service-listitem:nth-of-type(3) {
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 1920px) {
  .p-index__service-listitem:nth-of-type(3) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-listitem:nth-of-type(3) {
    border-right: 0;
  }
}
.p-index__service-listitem > a {
  display: block;
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-listitem > a {
    border-left: 1px solid #ccc;
  }
}
.p-index__service-name {
  padding-top: 8rem;
  padding-bottom: 23rem;
  text-align: center;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.4444444444;
}
@media only screen and (max-width: 767.9px) {
  .p-index__service-name {
    padding: 16rem 0 16rem 16rem;
    text-align: left;
  }
}
.p-index__staff {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__staff {
    margin-top: 60rem;
  }
}
.p-index__staff-inner {
  background-color: #136AB6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400rem;
  font-size: 28rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
  .p-index__staff-inner {
    height: 267rem;
    font-size: 18rem;
  }
}
.p-index__recruit {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__recruit {
    margin-top: 60rem;
  }
}

.scroll {
  position: absolute;
  right: 50%;
  bottom: 0;
  writing-mode: vertical-rl;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -70rem;
  content: "";
  height: 287rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線の背景色 */
.scroll::after {
  background-color: transparent;
  bottom: -70rem;
  content: "";
  height: 287rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-page__mv {
  position: relative;
  text-align: center;
  height: 362rem;
  background: url(../images/about/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767.9px) {
  .p-page__mv {
    height: 235rem;
    background: url(../images/about/mv_sp.jpg) no-repeat;
  }
}
.p-page__mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 40rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media only screen and (max-width: 767.9px) {
  .p-page__mv-title {
    font-size: 32rem;
    line-height: 1.4375;
    top: auto;
    bottom: 55rem;
    transform: translateX(-50%);
  }
}
.p-page__mv-title span {
  display: block;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
@media only screen and (max-width: 767.9px) {
  .p-page__mv-title span {
    font-size: 13rem;
    line-height: 1.4615384615;
  }
}
.p-page .c-breadcrumb {
  width: 87.5%;
  max-width: 1680rem;
  height: 36rem;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.9px) {
  .p-page .c-breadcrumb {
    width: 91.79%;
    height: 28rem;
  }
}
.p-page .c-breadcrumb__wrap {
  background-color: #F2F2F2;
}
.p-page .c-breadcrumb .c-breadcrumb__item {
  color: #1A1A1A;
  font-size: 14rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.9px) {
  .p-page .c-breadcrumb .c-breadcrumb__item {
    font-size: 12rem;
  }
}
.p-page .c-breadcrumb .c-breadcrumb__item:not(:first-of-type) {
  margin-left: 8rem;
}
.p-page .c-breadcrumb .c-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: block;
  background: url(../images/common/breadcrumb__arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
  width: 6rem;
  height: 10rem;
  margin-left: 8rem;
}
@media only screen and (max-width: 767.9px) {
  .p-page .c-breadcrumb .c-breadcrumb__item:not(:last-of-type)::after {
    width: 5rem;
    height: 8rem;
  }
}

.p-about {
  /*テーブル SP*/
}
.p-about .p-page__mv {
  background-image: url(../images/about/mv.jpg) no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 1920.1px) {
  .p-about .p-page__mv {
    background-position: center;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about .p-page__mv {
    background-image: url(../images/about/mv_sp.jpg) no-repeat;
    background-position: bottom;
  }
}
@media screen and (min-width: 1920px) {
  .p-about .l-inner {
    max-width: 960px;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about .l-inner {
    width: 87.69%;
  }
}
.p-about .c-title-english {
  width: fit-content;
  margin: 0 auto 60rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about .c-title-english {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 24rem;
  }
}
.p-about .c-title-english dl {
  width: fit-content;
}
@media only screen and (max-width: 767.9px) {
  .p-about .c-title-english dl {
    width: auto;
    margin: 0 6.15%;
  }
}
.p-about__lead {
  position: relative;
  padding: 70rem 0 93rem;
  background: url(../images/index/lead_bg_pc.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead {
    background-image: url(../images/index/lead_bg_sp.jpg);
    padding: 40rem 0 98rem;
  }
}
.p-about__lead::after {
  content: "TAKASE SOKURYO TAKASE SOKURYO";
  white-space: nowrap;
  position: absolute;
  bottom: -20rem;
  left: 0;
  color: #fff;
  opacity: 0.47;
  font-size: 140rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead::after {
    font-size: 96rem;
  }
}
.p-about__lead-inner {
  width: 75%;
  max-width: 1440rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-inner {
    width: 87.69%;
    padding: 0;
  }
}
.p-about__lead-box {
  position: relative;
  width: 92.31%;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.p-about__lead-textwrap {
  width: 691rem;
  max-width: 47.99%;
  min-width: 476rem;
  margin-left: auto;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-textwrap {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin: 16rem 0 0;
  }
}
.p-about__lead-imgwrap {
  width: 434rem;
  max-width: 30.14%;
  position: absolute;
  left: 13.54%;
  top: 0;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-imgwrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    margin-top: 24rem;
  }
}
.p-about__lead-heading {
  width: 691rem;
  max-width: 47.99%;
  min-width: 476rem;
  margin-left: auto;
  margin-bottom: 24rem;
  padding-top: 20rem;
  font-size: 28rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-heading {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin: 0;
    font-size: 18rem;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
  }
}
.p-about__lead-text {
  font-size: 18rem;
  line-height: 2.2222222222;
  font-weight: 400;
}
@media only screen and (max-width: 767.9px) {
  .p-about__lead-text {
    font-size: 14rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
}
.p-about__message {
  margin-top: 80rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message {
    margin-top: 48rem;
  }
}
.p-about__message p {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message p {
    font-size: 14rem;
    line-height: 1.8571428571;
  }
}
.p-about__message p + p {
  margin-top: 1.875em;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message p + p {
    margin-top: 1.857rem;
  }
}
.p-about__message-name {
  margin-top: 24rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message-name {
    margin-top: 16rem;
  }
}
.p-about__message-name dt {
  font-size: 18rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message-name dt {
    font-size: 13rem;
  }
}
.p-about__message-name dd {
  margin-top: 5rem;
  font-size: 24rem;
  line-height: 1.375;
}
@media only screen and (max-width: 767.9px) {
  .p-about__message-name dd {
    margin-top: 4rem;
    font-size: 16rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about .c-table__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-about .c-table__heading, .p-about .c-table__detail {
    padding-left: 6.15%;
    padding-right: 6.15%;
    width: 100%;
  }
  .p-about .c-table__heading {
    font-size: 13rem;
    line-height: 1.4615384615;
  }
  .p-about .c-table__detail {
    margin-top: 8rem;
    font-size: 16rem;
    line-height: 1.5;
  }
}
.p-about__company {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__company {
    margin-top: 60rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about__company .l-inner {
    width: 100%;
  }
}
.p-about__history {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__history {
    margin-top: 60rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about__history .l-inner {
    width: 100%;
  }
}
.p-about__history .c-table__row {
  align-items: flex-start;
}
.p-about__access {
  margin-top: 120rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access {
    margin-top: 60rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-about__access .c-title-english {
    margin-bottom: 16rem;
  }
}
.p-about__access-mapwrap {
  position: relative;
  width: 100%;
  aspect-ratio: 960/440;
}
.p-about__access-mapwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__access-address {
  margin-top: 40rem;
  font-size: 18rem;
  line-height: 1.4444444444;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-address {
    margin-top: 8rem;
    font-size: 14rem;
    line-height: 1.4285714286;
  }
}
.p-about__access-traffic {
  margin-top: 24rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic {
    margin-top: 16rem;
  }
}
.p-about__access-traffic dl {
  display: flex;
  font-size: 18rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dl {
    font-size: 16rem;
    line-height: 1.5;
    flex-direction: column;
  }
}
.p-about__access-traffic dl + dl {
  margin-top: 23rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dl + dl {
    margin-top: 16rem;
  }
}
.p-about__access-traffic dt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 26rem;
  padding-right: 27rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dt {
    padding-left: 24rem;
    padding-right: 0;
  }
}
.p-about__access-traffic dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  border-top: 9rem solid transparent;
  border-right: 9rem solid #136AB5;
  border-bottom: 9rem solid #136AB5;
  border-left: 9rem solid transparent;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dt::before {
    border-width: 8rem;
  }
}
.p-about__access-traffic dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17rem;
  height: 3rem;
  background-image: url(../images/about/dots.svg);
  background-size: 100%;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dt::after {
    display: none;
  }
}
.p-about__access-traffic dd {
  padding-left: 10rem;
}
@media only screen and (max-width: 767.9px) {
  .p-about__access-traffic dd {
    padding-left: 24rem;
    padding-right: 0;
  }
}

.u-bt-gray {
  border-top: 1px solid #ccc;
}

.u-bb-gray {
  border-bottom: 1px solid #ccc;
}

.u-d-inlineblock {
  display: inline-block;
}

.u-d-none {
  display: none;
}

.u-sponly {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .u-sponly {
    display: block;
  }
}

@media only screen and (max-width: 767.9px) {
  .u-pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */