@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
.main--company .firstview {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .main--company .firstview {
    margin-top: 75rem;
    height: 125vw;
  }
}
.main--company .firstview video {
  width: 100%;
  line-height: 0;
}
@media (max-width: 768px) {
  .main--company .firstview video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main--company .firstview .heading1 {
  width: 43rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.12));
}
@media (max-width: 768px) {
  .main--company .firstview .heading1 {
    width: 36rem;
  }
}
.main--company .firstview .youtube {
  width: 300rem;
  position: absolute;
  bottom: 36rem;
  left: 45rem;
}
@media (max-width: 768px) {
  .main--company .firstview .youtube {
    display: none;
  }
}

.two-column {
  display: flex;
  gap: 70rem;
  width: 1184rem;
  margin: 70rem auto 0;
}
@media (max-width: 768px) {
  .two-column {
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.two-column .column-left {
  width: 840rem;
}
@media (max-width: 768px) {
  .two-column .column-left {
    width: 100%;
  }
}
.two-column .column-right {
  width: 308rem;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 100rem;
  left: 0;
}
@media (max-width: 768px) {
  .two-column .column-right {
    display: none;
    width: 100%;
  }
}

.company-section {
  background: #fff;
  border-radius: 48rem;
  padding: 48rem;
}
@media (max-width: 768px) {
  .company-section {
    padding: 0;
    border-radius: 0;
    background: unset;
    width: 88%;
    margin: 0 auto;
  }
}
.company-section .heading2 {
  display: flex;
  gap: 20rem;
  align-items: center;
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .company-section .heading2 {
    flex-direction: column;
    justify-content: center;
  }
}
.company-section .heading2 .logo {
  width: 60rem;
}
@media (max-width: 768px) {
  .company-section .heading2 .logo {
    width: 120rem;
  }
}
.company-section + .company-section {
  margin-top: 48rem;
}
.company-section video, .company-section iframe {
  width: 100%;
  overflow: hidden;
  border-radius: 24rem;
  height: 418rem;
}
@media (max-width: 768px) {
  .company-section video, .company-section iframe {
    border-radius: 18rem;
    height: 49vw;
  }
}
.company-section .text {
  font-size: 15rem;
  line-height: 166%;
  text-align: left;
  font-weight: 400;
}

@media (max-width: 768px) {
  .intro {
    margin: -50rem auto -3rem;
    position: relative;
    z-index: 2;
    width: 82%;
  }
}
.intro .md {
  width: 198rem;
  margin: 0 auto;
}

.intro-inner {
  display: flex;
  gap: 48rem;
  margin-bottom: -52rem;
}
@media (max-width: 768px) {
  .intro-inner {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.intro-inner .intro-image {
  width: 350rem;
}
@media (max-width: 768px) {
  .intro-inner .intro-image {
    width: 100%;
  }
}
.intro-inner .intro-text {
  width: 350rem;
  transform: translateY(-25rem);
}
@media (max-width: 768px) {
  .intro-inner .intro-text {
    transform: translateY(0);
    margin: 50rem auto 0;
    width: 100%;
  }
}
.intro-inner .heading3 {
  width: 288rem;
  margin: 0 auto 30rem 0;
}
@media (max-width: 768px) {
  .intro-inner .heading3 {
    width: 240rem;
    margin: 0 auto 30rem;
  }
}

.md-wrap {
  margin: 48rem auto;
}
@media (max-width: 768px) {
  .md-wrap {
    padding: 48rem 12rem 12rem;
    border-radius: 36rem;
    background: #FF9000;
  }
}

@media (max-width: 768px) {
  .video .heading2 {
    color: #fff;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .video .heading2 .logo {
    display: none;
  }
}

@media (max-width: 768px) {
  .service {
    background: #fff;
    padding: 48rem 24rem;
    border-radius: 24rem;
    width: 100%;
  }
}
.service .service-image {
  border-radius: 24rem;
  overflow: hidden;
  line-height: 0;
  margin: 35rem auto;
}
@media (max-width: 768px) {
  .service .service-image {
    margin: 25rem auto 20rem;
    position: relative;
    padding-top: 56%;
  }
}
@media (max-width: 768px) {
  .service .service-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service .service-text {
  display: flex;
}
@media (max-width: 768px) {
  .service .service-text {
    flex-direction: column;
    gap: 15rem;
    align-items: center;
    justify-content: center;
  }
}
.service .service-text .heading4 {
  font-size: 32rem;
  color: #FF9000;
  font-weight: 700;
  width: 180rem;
  text-align: left;
}
@media (max-width: 768px) {
  .service .service-text .heading4 {
    text-align: center;
  }
}
.service .service-text .text {
  flex: 1;
}
.service .service-text + .service-image {
  margin-top: 50rem;
}
@media (max-width: 768px) {
  .service .service-text + .service-image {
    margin-top: 35rem;
  }
}

@media (max-width: 768px) {
  .staff {
    margin: 75rem auto;
    width: 82%;
  }
}
.staff .staff-item {
  display: flex;
  gap: 44rem;
  text-align: left;
  margin-top: 50rem;
  align-items: center;
}
@media (max-width: 768px) {
  .staff .staff-item {
    flex-direction: column;
    gap: 24rem;
  }
}
.staff .staff-image {
  position: relative;
  overflow: hidden;
  border-radius: 24rem;
  width: 348rem;
  height: 348rem;
}
@media (max-width: 768px) {
  .staff .staff-image {
    width: 100%;
    padding-top: 75%;
    height: unset;
  }
}
.staff .staff-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff .staff-info {
  flex: 1;
}
.staff .text br + br {
  display: none;
}
.staff .job {
  display: block;
  font-size: 15rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .staff .job {
    text-align: center;
  }
}
.staff .name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 20rem auto 25rem;
}
@media (max-width: 768px) {
  .staff .name-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15rem;
  }
}
.staff .name-wrap .name {
  font-size: 24rem;
  font-weight: 700;
}
.staff .name-wrap .kana {
  font-size: 16rem;
  font-weight: 700;
}
.staff .button {
  width: 420rem;
  height: 60rem;
  color: #fff;
  font-size: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FF9000;
  border: 1.5px solid #FF9000;
  letter-spacing: 2rem;
  font-weight: 700;
  margin: 40rem auto 0;
  gap: 15rem;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .staff .button {
    width: 100%;
    height: 48rem;
    font-size: 16rem;
    font-weight: 500;
  }
}
.staff .button:hover {
  background: #fff;
  color: #FF9000;
}
@media (max-width: 768px) {
  .staff .button:hover {
    background: #FF9000;
    color: #fff;
  }
}

.company-info {
  margin: 0 auto 100rem;
}
@media (max-width: 768px) {
  .company-info {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .company-info .heading2 {
    margin-bottom: 50rem;
  }
}
.company-info .company-item {
  padding: 20rem 24rem;
  border-top: 1px solid #B4B4B4;
  font-size: 18rem;
  line-height: 177%;
  text-align: left;
  display: flex;
}
@media (max-width: 768px) {
  .company-info .company-item {
    flex-direction: column;
    padding: 18rem 0;
  }
}
.company-info .company-item .title {
  font-weight: 700;
  color: #FF9000;
  width: 160rem;
  display: block;
}
.company-info .company-item .value {
  font-weight: 400;
  flex: 1;
}
.company-info .company-item:last-of-type {
  border-bottom: 1px solid #B4B4B4;
}

.blog-column {
  padding: 36rem 24rem;
  background: #fff;
  border-radius: 24rem;
}
.blog-column + .blog-column {
  margin-top: 48rem;
}
.blog-column .heading2 {
  margin-bottom: 24rem;
}
.blog-column .heading2 .en {
  color: var(--key-1, #FF9000);
  font-size: 30rem;
  font-style: normal;
  font-weight: 600;
}
.blog-column .heading2 .ja {
  display: block;
  margin-top: 12rem;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
}
.blog-column .blog-item {
  display: flex;
  gap: 14rem;
  align-items: center;
  padding: 22rem 0;
  border-top: 1px solid #D7D7D7;
}
.blog-column .blog-item:last-of-type {
  border-bottom: 1px solid #D7D7D7;
}
.blog-column .blog-item .blog-image {
  width: 72rem;
  aspect-ratio: 2/3;
  border-radius: 12rem;
  position: relative;
  height: 72rem;
  overflow: hidden;
}
.blog-column .blog-item .blog-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-column .blog-item .blog-text {
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  flex: 1;
  text-align: left;
  line-height: 156%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  background: #FF9000;
}
@media (max-width: 768px) {
  body {
    background: #fff;
  }
}