@charset "UTF-8";
/* ============================================ */
/* index
/* ============================================ */
/* ===== top-view ===== */
#top-view {
  padding: 150px 0 0;
  overflow: hidden;
}
#top-view .roll-catch {
  position: relative;
  margin: 0 0 0.1em;
  font-family: var(--fontfamily-mincho);
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: 600;
  white-space: nowrap;
  color: #18385C;
  overflow: hidden;
  z-index: 1;
}
#top-view .roll-catch .loop-wrap {
  display: flex;
}
#top-view .roll-catch .item-wrap {
  display: flex;
  align-items: flex-start;
}
#top-view .roll-catch .item-wrap .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 300px;
}
#top-view .roll-catch .loop-left {
  -webkit-animation: infinity-scroll 20s infinite linear 0.5s both;
          animation: infinity-scroll 20s infinite linear 0.5s both;
}
#top-view .slider {
  position: relative;
}
#top-view .slider .slider-item {
  height: calc(100vh - 220px + 100px);
  height: calc(100svh - 220px + 100px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top-view .slider .slider-item.img01 {
  background-image: url(../img/index/top-view_slider01.jpg);
}
#top-view .slider .slider-item.img02 {
  background-image: url(../img/index/top-view_slider02.jpg);
}
#top-view .slider .slider-item.img03 {
  background-image: url(../img/index/top-view_slider03.jpg);
}
#top-view .slider .slider-item.img04 {
  background-image: url(../img/index/top-view_slider04.jpg);
}
#top-view .catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2em 0 0 auto;
  font-family: var(--fontfamily-mincho);
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.5;
  font-weight: 600;
  color: #18385C;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  #top-view .roll-catch .item-wrap .item {
    font-size: 75px;
    font-size: 4.6875rem;
    padding: 0 0 0 150px;
  }
  #top-view .slider .slider-item {
    height: 600px;
  }
  #top-view .catch {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top-view {
    padding: 130px 0 0;
  }
  #top-view .roll-catch .item-wrap .item {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 0 0 0 120px;
  }
  #top-view .slider .slider-item {
    height: 460px;
  }
  #top-view .catch {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #top-view {
    padding: 110px 0 0;
  }
  #top-view .roll-catch .item-wrap .item {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0 0 0 80px;
  }
  #top-view .slider .slider-item {
    height: 300px;
  }
  #top-view .catch {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0.5em 0 0 auto;
  }
}
/* ===== section共通 ===== */
.section {
  position: relative;
}
.section .section-title {
  display: block;
  overflow: hidden;
  opacity: 0;
}
.section .section-title .en,
.section .section-title .ja {
  display: block;
  opacity: 0;
}
.section .section-title .en {
  font-family: var(--fontfamily-en);
  font-size: 48px;
  font-size: 3rem;
  color: var(--color-blue);
  font-weight: 600;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.section .section-title .ja {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
  margin: 0.5em 0 0;
  transition: 0.5s ease 0.5s;
}
.section .section-title.active {
  opacity: 1;
}
.section .section-title.active .ja {
  opacity: 1;
}
.section .section-title.active .en {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

@-webkit-keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .section .section-title .en {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .section .section-title .ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title .en {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section .section-title .ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* ===== message ===== */
#message {
  margin: 200px 0 0;
}
#message .in-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
#message .title {
  position: absolute;
  left: -3em;
  top: 3em;
  transform-origin: left top;
  transform: rotate(90deg);
  font-weight: 700;
}
#message .title::before {
  content: "";
  position: absolute;
  display: block;
  right: calc(100% + 1em);
  top: 50%;
  width: 50px;
  height: 1px;
  background: var(--color-black);
  transform: translate(0, 50%);
}
#message .text {
  width: 45%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.5;
  text-align: justify;
}
#message .text p + p {
  margin: 2em 0 0;
}
#message .img {
  width: 48%;
}
#message .img figcaption {
  margin: 1em 0 0;
}
#message .img figcaption .name {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0 0.5em;
}
#message .deco-text {
  width: 65%;
  max-width: 1200px;
  margin: 50px 0 0 auto;
}

@media screen and (max-width: 1024px) {
  #message .title {
    left: -2em;
  }
}
@media screen and (max-width: 768px) {
  #message {
    margin: 120px 0 0;
  }
  #message .in-wrap {
    flex-direction: column;
    padding: 0 10vw 0 0;
  }
  #message .title {
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0);
    margin: 0 0 1.5em;
  }
  #message .title::before {
    right: calc(100% + 0.5em);
    width: 6vw;
  }
  #message .text {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #message .img {
    width: 100%;
    max-width: 360px;
    margin: 50px 0 0;
  }
  #message .img figcaption .name {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #message {
    margin: 80px 0 0;
  }
  #message .deco-text {
    width: 80%;
    margin: 30px 0 0 auto;
  }
}
/* ===== products ===== */
#products {
  margin: 170px 0 0;
}
#products .wrap {
  display: flex;
}
#products .section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 45px 0 0;
}
#products .summary {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
}
#products .list {
  margin: 50px 0 0;
  padding: 45% 0 0;
  background-image: url(../img/index/products_list.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#products .list .list-item {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15%;
  min-width: 120px;
  max-width: 220px;
  color: var(--color-blue);
  font-size: clamp(0.625rem, 0rem + 1.6666666667vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background: var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 6px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#products .list .list-item::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding: calc(100% - 8px) 0 0;
  border-radius: 50%;
  background: var(--color-white);
  border: solid 4px var(--color-blue);
  transition: 0.3s;
}
#products .list .list-item::after {
  content: "VIEW MORE";
  position: absolute;
  left: 50%;
  bottom: 15%;
  font-family: var(--fontfamily-en);
  font-size: clamp(9px, 4px + 0.8333333333vw, 14px);
  font-weight: 600;
  transform: translate(-50%, 0);
}
#products .list .list-item .inner {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#products .list .list-item .icon {
  width: 65%;
  margin: 0 auto 1%;
}
#products .list .list-item .icon svg {
  fill: var(--color-blue);
  transition: 0.3s;
}
#products .list .list-item.products01 {
  left: 20%;
  top: 60%;
}
#products .list .list-item.products02 {
  left: 34.5%;
  top: 46.5%;
}
#products .list .list-item.products03 {
  left: 50%;
  top: 40%;
}
#products .list .list-item.products04 {
  left: 65.5%;
  top: 46.5%;
}
#products .list .list-item.products05 {
  left: 80%;
  top: 60%;
}

@media (hover: hover) {
  #products .list-item:hover {
    color: var(--color-white);
  }
  #products .list-item:hover::before {
    background: rgb(40, 128, 230);
    background: linear-gradient(180deg, rgb(40, 128, 230) 0%, rgb(31, 76, 129) 100%);
    border: solid 4px var(--color-white);
  }
  #products .list-item:hover .icon svg {
    fill: var(--color-white);
  }
}
@media screen and (max-width: 1200px) {
  #products .wrap {
    flex-direction: column;
  }
  #products .section-title {
    margin: 0;
  }
  #products .summary {
    margin: 30px 0 0;
  }
  #products .list .list-item {
    width: 18%;
  }
  #products .list .list-item.products01 {
    left: 12%;
    top: 60%;
  }
  #products .list .list-item.products02 {
    left: 31%;
    top: 46.5%;
  }
  #products .list .list-item.products03 {
    left: 50%;
    top: 40%;
  }
  #products .list .list-item.products04 {
    left: 69%;
    top: 46.5%;
  }
  #products .list .list-item.products05 {
    left: 88%;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  #products {
    margin: 120px 0 0;
  }
  #products .summary {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 0;
  }
  #products .list {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #products {
    margin: 80px 0 0;
  }
  #products .list {
    margin: 30px 0 0;
    padding: 120% 0 0;
  }
  #products .list .list-item.products01 {
    left: 30%;
    top: 80%;
  }
  #products .list .list-item.products02 {
    left: 30%;
    top: 48%;
  }
  #products .list .list-item.products03 {
    left: 50%;
    top: 20%;
  }
  #products .list .list-item.products04 {
    left: 70%;
    top: 48%;
  }
  #products .list .list-item.products05 {
    left: 70%;
    top: 80%;
  }
}
/* ===== job-sales ===== */
#job-sales {
  padding: 180px 0 0;
}
#job-sales .in-wrap {
  display: flex;
  justify-content: space-between;
}
#job-sales .text-wrap {
  width: 45%;
  order: 2;
  padding: 50px 0 0;
}
#job-sales .text-wrap .text {
  line-height: 2;
  margin: 50px 0 0;
}
#job-sales .text-wrap .btn {
  width: 220px;
  margin: 50px 0 0;
  cursor: pointer;
}
#job-sales .img {
  width: 48%;
  order: 1;
}

@media screen and (max-width: 1024px) {
  #job-sales .in-wrap {
    flex-direction: column;
    padding: 0 0 0 10vw;
  }
  #job-sales .text-wrap {
    width: 100%;
    order: 1;
    padding: 0;
  }
  #job-sales .text-wrap .btn {
    margin: 30px 0 0;
  }
  #job-sales .img {
    width: 100%;
    max-width: 360px;
    margin: 50px 0 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #job-sales {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #job-sales {
    padding: 80px 0 0;
  }
}
/* ===== interview ===== */
#interview {
  padding: 180px 0 24vw;
}
#interview .object {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, 0);
}
#interview .section-title {
  text-align: center;
}
#interview .slider {
  position: relative;
  margin: 80px 0 0;
  z-index: 1;
}
#interview .slider .slider-item {
  position: relative;
  color: var(--color-white);
  transition: 0.3s;
  cursor: pointer;
}
#interview .slider .slider-item::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding: 100% 0 0;
  background: rgb(40, 128, 230);
  background: linear-gradient(180deg, rgb(40, 128, 230) 0%, rgb(31, 76, 129) 100%);
  border-radius: 50%;
}
#interview .slider .slider-item .img {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, 0);
}
#interview .slider .slider-item .job {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  white-space: nowrap;
}
#interview .slider .slider-item .profile {
  position: absolute;
  left: 50%;
  bottom: -15vw;
  transform: translate(-50%, 0);
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
}
#interview .slider .slider-item .profile .name {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0.3em 0;
}
#interview .slider .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
#interview .slider .slick-list {
  padding-top: 5vw !important;
  padding-bottom: 15vw !important;
}
#interview .slider .slick-dots {
  bottom: -80px;
}
#interview .slider .slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
#interview .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#interview .slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  content: "";
  background: var(--color-white);
  border-radius: 50%;
}
#interview .slider .slick-dots li.slick-active button::before {
  opacity: 1;
}
#interview .slider .slick-dots li:nth-child(1), #interview .slider .slick-dots li:nth-child(5) {
  top: 10px;
}
#interview .slider .slick-dots li:nth-child(2) {
  left: -1px;
  top: 3px;
}
#interview .slider .slick-dots li:nth-child(4) {
  left: 1px;
  top: 3px;
}
#interview .slider .slick-prev,
#interview .slider .slick-next {
  left: auto;
  right: auto;
  top: calc(100% + 20px);
  transform: translate(0, 0);
  width: 50%;
  height: 120px;
  z-index: 1;
}
#interview .slider .slick-prev::before,
#interview .slider .slick-next::before {
  display: none;
}
#interview .slider .slick-prev {
  right: 50%;
}
#interview .slider .slick-next {
  left: 50%;
}
#interview .slider .slider-item {
  top: 15vw;
  transform: rotate(0);
}
#interview .slider .slider-item .img {
  opacity: 0;
}
#interview .slider .slider-item:has(+ .slider-item + .slick-current),
#interview .slider .slider-item:has(+ .slider-item + .is-active-next) {
  top: 15vw;
  transform: rotate(-45deg);
}
#interview .slider .slider-item:has(+ .slick-current),
#interview .slider .slider-item:has(+ .is-active-next) {
  top: 5vw;
  transform: rotate(-15deg) translate(-1vw, -1vw);
}
#interview .slider .slick-current,
#interview .slider .is-active-next {
  top: 0;
  transform: rotate(0);
}
#interview .slider .slick-current .profile,
#interview .slider .is-active-next .profile {
  -webkit-animation: profile 0.3s linear 0s normal both;
          animation: profile 0.3s linear 0s normal both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#interview .slider .slick-current + .slider-item,
#interview .slider .is-active-next + .slider-item {
  top: 5vw;
  transform: rotate(15deg) translate(1vw, -1vw);
}
#interview .slider .slick-current + .slider-item + .slider-item,
#interview .slider .is-active-next + .slider-item + .slider-item {
  top: 15vw;
  transform: rotate(45deg);
}
#interview .slider .slider-item:has(+ .slider-item + .slick-current) .img,
#interview .slider .slider-item:has(+ .slider-item + .is-active-next) .img,
#interview .slider .slider-item:has(+ .slick-current) .img,
#interview .slider .slider-item:has(+ .is-active-next) .img,
#interview .slider .slick-current .img,
#interview .slider .is-active-next .img,
#interview .slider .slick-current + .slider-item .img,
#interview .slider .is-active-next + .slider-item .img,
#interview .slider .slick-current + .slider-item + .slider-item .img,
#interview .slider .is-active-next + .slider-item + .slider-item .img {
  opacity: 1;
}

@-webkit-keyframes profile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes profile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (hover: hover) {
  #interview .slider .slick-prev {
    cursor: url(../img/common/icon-prev.png) 50 50, auto;
  }
  #interview .slider .slick-next {
    cursor: url(../img/common/icon-next.png) 50 50, auto;
  }
}
@media screen and (max-width: 1024px) {
  #interview .object {
    width: calc(100% + 40vw);
  }
  #interview .slider .slider-item .profile {
    bottom: -16vw;
  }
  #interview .slider .slick-prev,
#interview .slider .slick-next {
    top: calc(100% - 90px);
    height: 80px;
  }
  #interview .slider .slick-list {
    padding-bottom: 28vw !important;
  }
  #interview .slider .slick-dots {
    bottom: 50px;
  }
  #interview .slider .slider-item {
    top: 10vw;
  }
  #interview .slider .slider-item:has(+ .slider-item + .slick-current),
#interview .slider .slider-item:has(+ .slider-item + .is-active-next) {
    top: 10vw;
    transform: rotate(-30deg);
  }
  #interview .slider .slider-item:has(+ .slick-current),
#interview .slider .slider-item:has(+ .is-active-next) {
    top: 3vw;
    transform: rotate(-13deg) translate(-1vw, -1vw);
  }
  #interview .slider .slick-current,
#interview .slider .is-active-next {
    top: 0;
    transform: rotate(0);
  }
  #interview .slider .slick-current + .slider-item,
#interview .slider .is-active-next + .slider-item {
    top: 3vw;
    transform: rotate(13deg) translate(1vw, -1vw);
  }
  #interview .slider .slick-current + .slider-item + .slider-item,
#interview .slider .is-active-next + .slider-item + .slider-item {
    top: 10vw;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 768px) {
  #interview {
    padding: 100px 0 24vw;
  }
  #interview .slider {
    margin: 50px 0 0;
  }
  #interview .slider .slider-item .job {
    font-size: 16px;
    font-size: 1rem;
  }
  #interview .slider .slider-item .profile {
    bottom: -18vw;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #interview .slider .slider-item .profile .name {
    font-size: 16px;
    font-size: 1rem;
  }
  #interview .slider .slick-prev,
#interview .slider .slick-next {
    top: calc(100% - 30px);
    height: 60px;
  }
  #interview .slider .slick-dots {
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #interview .slider .slider-item .profile {
    bottom: -32vw;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #interview .slider .slider-item .profile .name {
    font-size: 16px;
    font-size: 1rem;
  }
  #interview .slider .slick-prev,
#interview .slider .slick-next {
    top: calc(100% + 20px);
    height: 50px;
  }
  #interview .slider .slick-list {
    padding-top: 10vw !important;
    padding-bottom: 72vw !important;
  }
  #interview .slider .slick-dots {
    bottom: -45px;
  }
  #interview .slider .slider-item {
    top: 24vw;
  }
  #interview .slider .slider-item:has(+ .slider-item + .slick-current),
#interview .slider .slider-item:has(+ .slider-item + .is-active-next) {
    top: 28vw;
    transform: rotate(-40deg);
  }
  #interview .slider .slider-item:has(+ .slick-current),
#interview .slider .slider-item:has(+ .is-active-next) {
    top: 9vw;
    transform: rotate(-20deg) translate(-1vw, -1vw);
  }
  #interview .slider .slick-current,
#interview .slider .is-active-next {
    top: 0;
    transform: rotate(0);
  }
  #interview .slider .slick-current + .slider-item,
#interview .slider .is-active-next + .slider-item {
    top: 9vw;
    transform: rotate(20deg) translate(1vw, -1vw);
  }
  #interview .slider .slick-current + .slider-item + .slider-item,
#interview .slider .is-active-next + .slider-item + .slider-item {
    top: 28vw;
    transform: rotate(40deg);
  }
}
/* ===== 背景 ===== */
.drafting-bg {
  background-image: url(../img/index/drafting-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ===== business-base ===== */
#business-base {
  position: relative;
  color: var(--color-white);
}
#business-base::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 15vw);
  background: var(--color-black);
}
#business-base .text-wrap {
  position: absolute;
  left: 0;
  top: 10vw;
  z-index: 1;
}
#business-base .text {
  line-height: 2.5;
  margin: 80px 0 0;
}
#business-base .list {
  position: relative;
  margin: -15vw 0 0;
}
#business-base .map {
  position: relative;
  left: -5%;
  width: 110%;
  max-width: none;
}
#business-base .list-item {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13%;
  min-width: 90px;
  max-width: 220px;
  color: var(--color-white);
  font-size: clamp(0.625rem, 0rem + 1.6666666667vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s;
}
#business-base .list-item::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding: calc(100% - 6px) 0 0;
  border-radius: 50%;
  border: solid 3px var(--color-white);
  transition: 0.3s;
}
#business-base .list-item::after {
  content: "view-more";
  position: absolute;
  left: 50%;
  bottom: 25%;
  font-family: var(--fontfamily-en);
  font-size: clamp(9px, 4px + 0.8333333333vw, 14px);
  font-weight: 600;
  transform: translate(-50%, 0);
}
#business-base .list-item .block-name {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#business-base .list-item.higashi {
  left: 72%;
  top: 53%;
}
#business-base .list-item.chubu {
  left: 62%;
  top: 67%;
}
#business-base .list-item.kinki {
  left: 50%;
  top: 57%;
}
#business-base .list-item.nishi {
  left: 34%;
  top: 62%;
}

@media (hover: hover) {
  #business-base .list-item:hover {
    color: var(--color-blue);
  }
  #business-base .list-item:hover::before {
    background: var(--color-white);
  }
}
@media screen and (max-width: 1024px) {
  #business-base .list {
    left: -25vw;
    width: calc(100% + 40vw);
  }
}
@media screen and (max-width: 768px) {
  #business-base .text {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #business-base::before {
    height: 100%;
  }
  #business-base .text-wrap {
    position: relative;
    left: auto;
    top: auto;
  }
  #business-base .list {
    margin: -30vw 0 0;
  }
  #business-base .list-item.higashi {
    left: 77%;
    top: 48%;
  }
  #business-base .list-item.ctubu {
    left: 63%;
    top: 70%;
  }
  #business-base .list-item.kinki {
    left: 49%;
    top: 48%;
  }
  #business-base .list-item.nishi {
    left: 35%;
    top: 70%;
  }
}
/* ===== environment ===== */
#environment {
  padding: 120px 0 160px;
  background: #f4f5f5;
}
#environment .section-title {
  text-align: center;
}
#environment .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
  margin: 70px 0 0;
}
#environment .list .list-item {
  width: 32%;
  background: var(--color-white);
  border: solid 1px var(--color-black);
  padding: 35px 35px 50px;
}
#environment .list .list-item .item-cate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--color-blue);
  padding: 0.5em 1em;
  border-radius: 1.5em;
  margin: 0 0 1.5em;
}
#environment .list .list-item .item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5em;
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}
#environment .list .list-item .text {
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  #environment .list .list-item {
    width: 48.5%;
  }
}
@media screen and (max-width: 1024px) {
  #environment .list {
    flex-direction: column;
  }
  #environment .list .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #environment {
    padding: 80px 0 120px;
  }
  #environment .list {
    margin: 50px 0 0;
  }
  #environment .list .list-item {
    padding: 25px 7.5% 35px;
  }
  #environment .list .list-item .item-cate {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #environment .list .list-item .item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  #environment {
    padding: 60px 0 100px;
  }
}
/* ===== gallery ===== */
#gallery {
  background: linear-gradient(180deg, #f4f5f5 0%, #f4f5f5 50%, var(--color-white) 50%, var(--color-white) 100%);
}
#gallery .roll-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#gallery .roll-img .loop-wrap {
  display: flex;
}
#gallery .roll-img .item-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#gallery .roll-img .item {
  width: 430px;
  padding: 0 15px 0 0;
}
#gallery .roll-img .loop-left {
  -webkit-animation: infinity-scroll 60s infinite linear 0.5s both;
          animation: infinity-scroll 60s infinite linear 0.5s both;
}

@media screen and (max-width: 1024px) {
  #gallery .roll-img .item {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .roll-img .item {
    width: 240px;
  }
}
/* ===== faq ===== */
#faq {
  padding: 140px 0 160px;
}
#faq .section-title {
  text-align: center;
}
#faq .accordion {
  margin: 80px 0 0;
}
#faq .accordion dl {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
}
#faq .accordion dl + dl {
  margin: 30px 0 0;
}
#faq .accordion dl.open dt {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}
#faq .accordion dl.open dt::before {
  color: var(--color-white);
}
#faq .accordion dl.open dt .view-more::before {
  content: "CLOSE";
  color: var(--color-white);
}
#faq .accordion dl dt {
  width: calc(100% - 15px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  padding: 1em 140px 1em 30px;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  box-shadow: 15px 15px 0px 0px var(--color-black);
  transition: 0.3s;
}
#faq .accordion dl dt::before {
  content: "Q";
  font-family: var(--fontfamily-en);
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: 600;
  display: inline-block;
  margin-right: 0.8em;
  flex-shrink: 0;
}
#faq .accordion dl dt .view-more {
  position: absolute;
  right: 25px;
}
#faq .accordion dl dt .view-more::before {
  content: "VIEW MORE";
  font-family: var(--fontfamily-en);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-blue);
  font-weight: 600;
  transition: 0.3s;
}
#faq .accordion dl dd {
  padding: 1.5em 65px 2.5em;
  background: var(--color-black);
  color: var(--color-white);
  margin-left: 15px;
}

@media (hover: hover) {
  #faq .accordion dl dt:hover {
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: var(--color-white);
  }
  #faq .accordion dl dt:hover::before {
    color: var(--color-white);
  }
  #faq .accordion dl dt:hover .view-more::before {
    color: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 120px 0 140px;
  }
  #faq .accordion {
    margin: 50px 0 0;
  }
  #faq .accordion dl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #faq .accordion dl dt {
    padding: 0.8em 5%;
  }
  #faq .accordion dl dt::before {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-right: 0.5em;
  }
  #faq .accordion dl dd {
    padding: 1.5em 7.5% 2.5em;
  }
}
@media screen and (max-width: 600px) {
  #faq {
    padding: 80px 0 120px;
  }
  #faq .accordion dl dt .view-more {
    display: none;
  }
}

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