/* section
---------------------------------------------------- */
section {
  padding-top: max(9.375rem, 100px);
  padding-bottom: max(9.375rem, 100px);
}

/* footer
---------------------------------------------------- */
.footer {
  border-top: 1px solid rgb(231, 231, 231);
}

/* page-title
---------------------------------------------------- */
.page-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: max(9.375rem, 100px);
}

@media (max-width: 767.98px) {
  .page-title {
    display: block;
  }
}

.page-title__text {
  padding-top: 320px;
  padding-left: 6.5vw;
}

@media (max-width: 1199.98px) {
  .page-title__text {
    padding-top: 280px;
  }
}

@media (max-width: 767.98px) {
  .page-title__text {
    padding-top: 200px;
    padding-left: 0;
    padding-bottom: 30px;
    text-align: center;
  }
}

.page-title__text .heading {
  padding-bottom: 9em;
}

@media (max-width: 767.98px) {
  .page-title__text .heading {
    padding-bottom: 4em;
  }
}

.page-title__text .heading__en {
  font-size: max(1.5rem, 16px);
  color: rgb(30, 112, 185);
}

@media (max-width: 767.98px) {
  .page-title__text .heading__en {
    justify-content: center;
  }
}

.page-title__text .heading__icon {
  width: max(1.125rem, 14px);
}

.page-title__text .heading__jp {
  font-size: max(3rem, 32px);
}

.page-title__text .heading__jp span {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .page-title__text .page-title__breadcrumb .breadcrumb {
    padding-bottom: 0;
    margin-bottom: 0;
    justify-content: center;
  }
}

.page-title__text .page-title__breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.page-title__img {
  width: 65%;
  overflow: hidden;
  max-height: 600px;
  position: relative;
  border-radius: 0 0 0 100px;
}

@media (max-width: 1650px) {
  .page-title__img {
    width: 61%;
  }
}

@media (max-width: 1199.98px) {
  .page-title__img {
    margin-top: 100px;
    border-radius: 50px 0 0 50px;
  }
}

@media (max-width: 767.98px) {
  .page-title__img {
    margin-top: 0px;
    margin-left: auto;
    width: 90%;
    height: 300px;
    border-radius: 50px 0 0 50px;
  }
}

@media (max-width: 575.98px) {
  .page-title__img {
    height: 250px;
  }
}

.page-title__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(20, 78, 128, 0.4);
}

.page-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0 0 0 100px;
}

@media (max-width: 1199.98px) {
  .page-title__img img {
    border-radius: 50px 0 0 50px;
  }
}

@media (max-width: 767.98px) {
  .page-title__img img {
    border-radius: 50px 0 0 50px;
  }
}

/* service
---------------------------------------------------- */
.service .introduction {
  padding-bottom: max(3.125rem, 100px);
}

.service .introduction__inner {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .service .introduction__inner {
    display: block;
  }
}

.service .introduction__text:last-child {
  padding-bottom: 0;
}

.service .introduction__text.__top {
  padding-top: 0;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-left: 8px solid rgb(30, 112, 185);
  font-size: max(2rem, 20px);
  font-weight: 700;
  width: 30%;
  line-height: 1.2;
}

@media (max-width: 1400px) {
  .service .introduction__text.__top {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  .service .introduction__text.__top {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 1400px) {
  .service .introduction__text.__bottom {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  .service .introduction__text.__bottom {
    width: 100%;
  }
}

.service .introduction__text.__bottom .text__1 {
  padding-bottom: 1em;
}

.service .type {
  padding-top: max(9.375rem, 100px);
  padding-bottom: max(9.375rem, 100px);
}

.service .type__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991.98px) {
  .service .type__item {
    display: block;
  }
}

.service .type .__1 {
  padding-right: 50px;
}

@media (max-width: 1400px) {
  .service .type .__1 {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .service .type .__1 {
    padding-right: 0;
    padding-bottom: max(7.5rem, 50px);
  }
}

.service .type .__2 {
  padding-left: 50px;
}

@media (max-width: 1400px) {
  .service .type .__2 {
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .service .type .__2 {
    padding-left: 0;
  }
}

.service .type__text {
  width: 60%;
  padding-left: 5em;
}

@media (max-width: 991.98px) {
  .service .type__text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.service .type__title {
  padding-bottom: 2em;
}

.service .type__title__en {
  padding: 0 1em;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  font-size: max(1rem, 13px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: rgb(30, 112, 185);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
}

.service .type__title__jp {
  font-size: max(2rem, 20px);
  font-weight: 700;
  line-height: 1;
}

.service .type__detail-01 {
  padding-bottom: 2em;
}

.service .type__detail-02 {
  padding: 1.5em 2em;
  background-color: #fff;
  border-radius: 16px;
}

.service .type__detail-02-title {
  font-weight: 700;
  font-size: 18px;
}

.service .type__detail-02-item {
  position: relative;
  padding-left: 1em;
}

.service .type__detail-02-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.4em;
  height: 0.4em;
  background-color: rgb(30, 112, 185);
  border-radius: 50%;
}

.service .type__img {
  width: 40%;
  height: 500px;
  overflow: hidden;
  aspect-ratio: 5/3;
}

@media (max-width: 991.98px) {
  .service .type__img {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  .service .type__img {
    height: 250px;
  }
}

.service .type__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service .type__bottom {
  padding-top: max(7.5rem, 50px);
}

.service .type__bottom .type__item {
  display: block;
}

.service .type__bottom .type__item .type__text {
  padding-left: 0;
  display: flex;
  padding-bottom: 3em;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .service .type__bottom .type__item .type__text {
    display: block;
  }
}

.service .type__bottom .type__item .type__text__top {
  width: 50%;
}

@media (max-width: 1199.98px) {
  .service .type__bottom .type__item .type__text__top {
    width: 100%;
  }
}

.service .type__bottom .type__item .item-title {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  font-weight: 700;
  font-size: 16px;
  color: rgb(30, 112, 185);
  border: 1px solid rgb(30, 112, 185);
  border-radius: 5px;
}

.service .type__bottom .type__item .type__detail {
  padding-right: 3em;
}

@media (max-width: 991.98px) {
  .service .type__bottom .type__item .type__detail {
    padding-right: 0;
  }
}

.service .type__bottom .type__item .type__detail-02 {
  width: 50%;
}

@media (max-width: 1550px) {
  .service .type__bottom .type__item .type__detail-02 {
    height: 380px;
  }
}

@media (max-width: 1199.98px) {
  .service .type__bottom .type__item .type__detail-02 {
    width: 100%;
    height: auto;
  }
}

.service .type__bottom .type__item .type__img {
  width: 100%;
  height: 350px;
}

@media (max-width: 575.98px) {
  .service .type__bottom .type__item .type__img {
    height: 250px;
  }
}

.service .type__bottom .type__item .type__detail-02-item {
  padding-left: 0;
}

.service .type__bottom .type__item .type__detail-02-item::before {
  display: none;
}

.service .type__bottom .type__item .type__detail-02-item.__top {
  padding-bottom: 1em;
}

.service .strength {
  background-image: url(../images/logo-mark-bg.jpg);
  background-repeat: no-repeat;
  background-position: right -200px top 100px;
  background-size: 1000px;
}

@media (max-width: 991.98px) {
  .service .strength {
    background-position: right -300px bottom -50px;
  }
}

@media (max-width: 767.98px) {
  .service .strength {
    background-position: right -250px bottom -50px;
    background-size: 800px;
  }
}

@media (max-width: 575.98px) {
  .service .strength {
    background-position: right -200px bottom -50px;
    background-size: 600px;
  }
}

@media (max-width: 400px) {
  .service .strength {
    background-position: right -300px bottom -50px;
  }
}

@media (max-width: 767.98px) {
  .service .strength .heading {
    text-align: center;
  }

  .service .strength .heading__en {
    justify-content: center;
  }
}

.service .strength__content {
  display: flex;
  gap: 3em;
}

@media (max-width: 991.98px) {
  .service .strength__content {
    display: block;
  }
}

.service .strength__content>* {
  flex: 1 1 30%;
}

.service .strength__item {
  padding: 1em 3em 2.5em;
  margin-bottom: max(2.5rem, 30px);
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 2px 20px rgba(20, 78, 128, 0.2);
}

.service .strength__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: rgb(30, 112, 185);
  border-radius: 16px 0 0 16px;
  z-index: 1;
}

.service .strength__title {
  padding-bottom: 1em;
  font-size: max(1.75rem, 20px);
  font-weight: 700;
}

.service .strength__title__en {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: max(0.875rem, 12px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(30, 112, 185);
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .service .buildings .heading {
    text-align: center;
    padding-bottom: 80px;
  }

  .service .buildings .heading__en {
    justify-content: center;
  }
}

.service .buildings__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991.98px) {
  .service .buildings__item {
    align-items: stretch;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__item {
    display: block;
  }
}

.service .buildings__item.__1 {
  padding-bottom: 3em;
}

@media (max-width: 991.98px) {
  .service .buildings__item.__1 {
    padding-bottom: 5em;
  }
}

.service .buildings__item.__2 {
  padding-bottom: 3em;
  flex-direction: row;
}

@media (max-width: 991.98px) {
  .service .buildings__item.__2 {
    padding-bottom: 5em;
  }
}

.service .buildings__item.__2 .buildings__text {
  padding-left: 0;
  padding-right: 5em;
}

@media (max-width: 991.98px) {
  .service .buildings__item.__2 .buildings__text {
    padding-right: 3em;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__item.__2 .buildings__text {
    padding-right: 0;
  }
}

.service .buildings__text {
  width: 50%;
  padding-left: 5em;
}

@media (max-width: 991.98px) {
  .service .buildings__text {
    padding-left: 3em;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.service .buildings__title {
  padding-bottom: 3em;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .service .buildings__title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.service .buildings__title__jp {
  font-size: max(2rem, 20px);
  font-weight: 700;
  line-height: 1;
}

.service .buildings__title__number {
  margin-bottom: 30px;
  font-size: max(4rem, 40px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: rgb(30, 112, 185);
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .service .buildings__title__number {
    display: inline;
    margin-bottom: 0;
    padding-right: 0.5em;
  }
}

.service .buildings__img {
  width: 50%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 5/3;
}

@media (max-width: 767.98px) {
  .service .buildings__img {
    width: 100%;
    height: 300px;
  }
}

.service .buildings__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service .buildings__link {
  text-align: center;
}

.service .buildings__link__inner {
  margin-top: 5em;
  padding: 3em 3em;
  background-color: #fff;
  border-radius: 16px;
  display: inline-flex;
  gap: 5em;
  box-shadow: 0 2px 20px rgba(20, 78, 128, 0.2);
}

@media (max-width: 991.98px) {
  .service .buildings__link__inner {
    gap: 3em;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__link__inner {
    display: block;
    padding: 3em 0.5em;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__link__text {
    text-align: center;
    padding-bottom: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .service .buildings__link .btn-link {
    text-align: center;
  }
}

.service .process .heading {
  text-align: center;
  padding-bottom: max(7.5rem, 80px);
}

.service .process .heading__en {
  justify-content: center;
}

.service .process__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6em 3em;
}

@media (max-width: 991.98px) {
  .service .process__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .service .process__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 4em 3em;
  }
}

.service .process__item {
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 16px;
  background-color: #fff;
}

.service .process__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  width: 200px;
  height: 30px;
  background-color: #afcde7;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .service .process__item::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .service .process .__2::after {
    display: none;
  }
}

.service .process .__3::after {
  display: none;
}

@media (max-width: 991.98px) {
  .service .process .__3::after {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .service .process .__3::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .service .process .__4::after {
    display: none;
  }
}

.service .process .__6::after {
  display: none;
}

.service .process__number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 3em;
  height: 3em;
  color: #fff;
  background-color: rgb(30, 112, 185);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: max(1.5rem, 20px);
}

.service .process__img {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .service .process__img {
    height: 200px;
  }
}

.service .process__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service .process__text {
  text-align: center;
  padding: 1em 0;
  font-weight: 500;
  font-size: max(1.125rem, 16px);
}

/* works
---------------------------------------------------- */
.works .introduction {
  padding-bottom: max(3.125rem, 100px);
}

.works .introduction__text {
  padding-bottom: 1em;
}

.works .introduction__text:last-child {
  padding-bottom: 0;
}

.works .introduction__text.__1 {
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  border-left: 8px solid rgb(30, 112, 185);
  font-size: max(2rem, 20px);
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .works .introduction__text.__1 {
    line-height: 1.75;
  }
}

.works .introduction__text.__1 .introduction__text__top {
  display: block;
  padding-bottom: 0.5em;
}

@media (max-width: 575.98px) {
  .works .introduction__text.__1 .introduction__text__top {
    display: inline;
  }
}

.works .category {
  padding-bottom: max(5rem, 50px);
}

.works .category__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
  .works .category__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .works .category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .works .category__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.works .category__item {
  display: flex;
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border: 1px solid rgb(30, 112, 185);
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  justify-content: center;
  color: rgb(30, 112, 185);
  font-weight: 500;
}

.works .category__item .slide {
  width: 100%;
  height: 100%;
  left: -100%;
  background: rgb(30, 112, 185);
  position: absolute;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .works .category__item:hover .slide {
    left: 0;
  }

  .works .category__item:hover {
    color: #fff;
  }
}

.works .category__text {
  line-height: 1;
  z-index: 2;
}

.works .category .current {
  color: #fff;
}

.works .category .current .slide {
  left: 0;
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .works .category .current:hover {
    color: #fff;
  }

  .works .category .current:hover .slide {
    left: 0;
  }
}

.works__title {
  margin-bottom: max(5rem, 50px);
  padding-bottom: 0.5em;
  font-size: max(2rem, 24px);
  font-weight: 500;
  border-bottom: 2px solid rgb(30, 112, 185);
  text-align: center;
}

.works__item {
  margin-bottom: 5em;
  padding-bottom: 6em;
  border-bottom: 1px solid rgb(30, 112, 185);
}

.works__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.works__item__title {
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-bottom: 0.2em;
  border-left: 8px solid rgb(30, 112, 185);
  font-size: max(1.75rem, 20px);
  line-height: 1.2;
  font-weight: 500;
}

.works__top {
  display: flex;
  gap: 5em;
  margin-bottom: 2em;
  position: relative;
}

@media (max-width: 767.98px) {
  .works__top {
    display: block;
  }
}

.works__top::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  display: block;
  background-image: url("../images/works-arrow-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991.98px) {
  .works__top::after {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 575.98px) {
  .works__top::after {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .works__top::after {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 51.5%;
  }
}

.works__top__item {
  width: 50%;
}

@media (max-width: 767.98px) {
  .works__top__item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .works__top__item.__before {
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .works__top__item.__before {
    padding-bottom: 80px;
  }
}

.works__top__item__title {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: max(2rem, 20px);
  font-weight: 500;
  color: rgb(30, 112, 185);
  line-height: 1;
}

.works__top__item__title .dot {
  font-size: 18px;
}

.works__top__item__img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .works__top__item__img:hover img {
    transform: scale(1.1);
  }
}

.works__top__item__img img {
  transition: 0.5s ease;
}

.works__list {
  width: 100%;
}

.works__list__item {
  border-bottom: 1px solid rgb(231, 231, 231);
}

@media (max-width: 575.98px) {
  .works__list__item {
    display: block;
  }
}

.works__list__title {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 32px;
  width: 20%;
}

@media (max-width: 767.98px) {
  .works__list__title {
    width: 130px;
  }
}

@media (max-width: 575.98px) {
  .works__list__title {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-bottom: 0.5em;
  }
}

.works__list__content {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
}

@media (max-width: 575.98px) {
  .works__list__content {
    padding-top: 0;
  }
}

.works .paging {
  padding-top: max(6.25rem, 50px);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.works div.paging span.current,
.works div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  text-decoration: none;
}

.works div.paging span.paging-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 40px;
  min-height: 40px;
  transition: 0.3s ease;
}

@media (max-width: 575.98px) {
  .works div.paging span.paging-text a {
    min-width: 30px;
    min-height: 30px;
  }
}

.works div.paging span.current {
  background: rgb(20, 78, 128);
  border: 1px solid rgb(20, 78, 128);
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .works div.paging span.current {
    min-width: 30px;
    min-height: 30px;
  }
}

.works div.paging span.paging-text a:hover {
  background: #CCC;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close:hover::before,
.modaal-close:hover::after {
  background-color: rgb(30, 112, 185);
}

.js-modal:focus {
  outline: none;
}

.footer-contact-works {
  margin-top: max(9.375rem, 100px);
}

/* company
---------------------------------------------------- */
@media (max-width: 767.98px) {
  .company .heading {
    text-align: center;
  }

  .company .heading__en {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .greeting .heading {
    text-align: center;
  }

  .greeting .heading__en {
    justify-content: center;
  }
}

.company .greeting {
  padding-top: 0;
}

.company .greeting__inner {
  /* display: flex;
  flex-direction: row-reverse; */
  width: 100%;
}

@media (max-width: 767.98px) {
  .company .greeting__inner {
    display: block;
  }
}

/* .company .greeting__text {
  width: 60%;
} */
@media (max-width: 767.98px) {
  .company .greeting__text {
    width: 100%;
    padding-bottom: max(5rem, 50px);
  }
}

.greeting__detail__1,
.greeting__detail__2,
.greeting__detail__3 {
  padding-bottom: 2em;
}

.greeting__detail__name {
  padding-top: 1em;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

@media screen and (max-width: 1199.98px) {
  .greeting__detail__name {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .greeting__detail__name {
    font-size: 13px;
  }
}

.greeting__detail__person-name {
  padding-left: 0.5em;
  font-size: 24px;
}

@media screen and (max-width: 1199.98px) {
  .greeting__detail__person-name {
    font-size: 18px;
  }
}

/* .company .greeting__img {
  width: 40%;
  overflow: hidden;
  margin-right: 5em;
  aspect-ratio: 5/3;
}
@media (max-width: 991.98px) {
  .company .greeting__img {
    padding-right: 3em;
  }
}
@media (max-width: 767.98px) {
  .company .greeting__img {
    width: 100%;
    padding-right: 0;
  }
}
.company .greeting__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
} */
.company .overview__inner {
  background-color: #fff;
  padding: 6em;
  border-radius: 15px;
  box-shadow: 0 2px 20px rgba(20, 78, 128, 0.2);
}

@media (max-width: 991.98px) {
  .company .overview__inner {
    padding: 4em;
  }
}

@media (max-width: 767.98px) {
  .company .overview__inner {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .company .overview__inner {
    padding: 50px 2em 50px;
  }
}

.company .overview__list__item {
  border-bottom: 1px solid rgb(231, 231, 231);
  width: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  .company .overview__list__item {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.company .overview__list__title {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 20%;
}

@media (max-width: 767.98px) {
  .company .overview__list__title {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
}

.company .overview__list__content {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (max-width: 767.98px) {
  .company .overview__list__content {
    padding-bottom: 0;
  }
}

.company .overview__list__content a {
  display: inline-block;
}

.company .history {
  background-image: url(../images/logo-mark-bg.jpg);
  background-repeat: no-repeat;
  background-position: right -100px bottom -100px;
  background-size: 800px;
}

@media (max-width: 1399.98px) {
  .company .history {
    background-position: right -150px bottom -50px;
    background-size: 600px;
  }
}

@media (max-width: 767.98px) {
  .company .history {
    background-position: right -100px bottom -50px;
    background-size: 500px;
  }
}

@media (max-width: 575.98px) {
  .company .history {
    background-position: right -100px bottom -50px;
    background-size: 450px;
  }
}

@media (max-width: 400px) {
  .company .history {
    background-position: right -80px bottom -20px;
    background-size: 350px;
  }
}

.company .history__inner {
  display: flex;
}

@media (max-width: 767.98px) {
  .company .history__inner {
    display: block;
  }
}

.company .history .heading {
  width: 20%;
}

@media (max-width: 767.98px) {
  .company .history .heading {
    width: 100%;
  }
}

.company .history__item {
  display: flex;
  line-height: 1.5;
}

.company .history__date {
  flex: 0 0 160px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767.98px) {
  .company .history__date {
    flex: 0 0 80px;
  }
}

.company .history__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 160px;
  width: 20px;
  height: 20px;
  background-color: rgb(30, 112, 185);
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .company .history__date::before {
    left: 150px;
  }
}

@media (max-width: 767.98px) {
  .company .history__date::before {
    left: 75px;
  }
}

@media (max-width: 575.98px) {
  .company .history__date::before {
    left: 75px;
  }
}

.company .history__content {
  position: relative;
  /* width: 90%; */
  padding: 0 0 60px 45px;
}

@media (max-width: 1199.98px) {
  .company .history__content {
    padding-left: 60px;
  }
}

@media (max-width: 575.98px) {
  .company .history__content {
    padding-left: 50px;
  }
}

.company .history__item:last-child .history__content {
  padding-bottom: 0;
}

.company .history__timeline {
  position: relative;
  --line-scale: 0;
}

.company .history__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 170px;
  width: 2px;
  height: 98%;
  background-color: #aaaaaa;
  transform-origin: top;
  transform: translateX(-50%) scaleY(var(--line-scale));
  z-index: 0;
}

@media (max-width: 991.98px) {
  .company .history__timeline::before {
    left: 160px;
  }
}

@media (max-width: 767.98px) {
  .company .history__timeline::before {
    left: 85px;
    height: 95%;
  }
}

.company .access .heading {
  text-align: center;
}

.company .access .heading__en {
  justify-content: center;
}

.company .access__map iframe {
  width: 100%;
}

@media (max-width: 767.98px) {
  .company .access__map iframe {
    height: 300px;
  }
}

.company .recruit__inner {
  display: flex;
}

@media (max-width: 767.98px) {
  .company .recruit__inner {
    display: block;
  }
}

.company .recruit__text {
  width: 60%;
  padding-right: 5em;
}

@media (max-width: 991.98px) {
  .company .recruit__text {
    padding-right: 3em;
    padding-bottom: max(5rem, 50px);
  }
}

@media (max-width: 767.98px) {
  .company .recruit__text {
    padding-right: 0;
    width: 100%;
  }
}

.company .recruit__heading-sub {
  margin-bottom: 1.5em;
  padding-bottom: 0;
  padding-left: 1em;
  border-left: 8px solid rgb(30, 112, 185);
  font-size: max(2rem, 20px);
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .company .recruit__heading-sub {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.5em;
  }
}

.company .recruit__detail {
  margin-bottom: 3em;
}

.company .recruit__img {
  width: 40%;
  overflow: hidden;
  aspect-ratio: 5/3;
}

@media (max-width: 767.98px) {
  .company .recruit__img {
    width: 100%;
  }
}

.company .recruit__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.company .recruit .header__cta-link {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  .company .recruit .header__cta-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/* contact
---------------------------------------------------- */
.contact .required {
  display: inline;
  padding: 0 0.6em;
  background-color: red;
  color: #fff;
  font-size: 0.7em;
  font-weight: 600;
}

.contact__title {
  margin-bottom: 2em;
  padding-left: 0.8em;
  border-left: 8px solid rgb(30, 112, 185);
  font-size: max(1.75rem, 18px);
}

.contact__tel-item {
  padding: 2em 3em;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .contact__tel-item {
    padding: 2em 0;
  }
}

@media (max-width: 767.98px) {
  .contact__tel-item--tel {
    margin-bottom: 1em;
  }
}

.contact__number {
  padding-bottom: 0.3em;
  font-size: max(2.5rem, 24px);
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .contact__number {
    text-align: center;
  }
}

.contact__number a {
  display: inline-block;
}

.contact__number-name {
  font-size: max(1.5rem, 18px);
  padding-right: 0.5em;
}

.contact__time {
  text-align: center;
  font-size: max(0.875rem, 12px);
}

.contact__tel {
  margin-bottom: 5em;
}

.contact__tel-box {
  display: flex;
  gap: 3em;
}

@media (max-width: 767.98px) {
  .contact__tel-box {
    display: block;
  }
}

.contact__mail {
  margin-bottom: 3em;
}

.contact form .table tr {
  border-top: 1px solid rgb(231, 231, 231);
}

.contact form .table tr th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  min-width: 260px;
}

@media (max-width: 767.98px) {
  .contact form .table tr th {
    padding-bottom: 0.8em;
    width: 100%;
  }
}

.contact form .table tr .contact-message-title {
  vertical-align: baseline;
}

.contact form .table tr td {
  vertical-align: middle;
  text-align: start;
}

@media (max-width: 767.98px) {
  .contact form .table tr td {
    display: block;
    padding-bottom: 1.5em;
    width: 100%;
    border-top: none;
  }
}

.contact form .table tr td .form-control,
.contact form .table tr td .form-select {
  height: 38px;
  font-size: 14px;
  background-color: #ecf6ff;
}

.contact form .table tr td input::-moz-placeholder,
.contact form .table tr td textarea::-moz-placeholder {
  color: #c0c0c0;
}

.contact form .table tr td input::placeholder,
.contact form .table tr td textarea::placeholder {
  color: #c0c0c0;
}

.contact form .table tr td .input-element {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .contact form .table tr td .input-element {
    display: block;
    margin-bottom: 0.8em;
  }
}

@media (max-width: 767.98px) {
  .contact form .table tr td .input-element:last-child {
    margin-bottom: 0;
  }
}

.contact form .table tr td .input-element .input-btn {
  margin-bottom: 0.25em;
}

.contact form .table tr td .contact-message {
  height: 200px;
}

.contact form .table .box-half .form-control,
.contact form .table .box-half .form-select {
  width: 16em;
}

.contact form .privacy__heading {
  margin-bottom: 1em;
  padding-left: 0.8em;
  font-size: 1.25em;
  font-weight: 700;
  border-left: 8px solid rgb(30, 112, 185);
}

.contact form .privacy__box {
  overflow-y: auto;
  margin-bottom: 2em;
  padding: 1.8em 2em 1.8em 1.8em;
  height: 300px;
  border: 1px solid rgb(231, 231, 231);
}

.contact form .privacy__box p {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .contact form .privacy__box p {
    font-size: 13px;
  }
}

.contact form .privacy__box p a {
  word-wrap: break-word;
  display: inline-block;
}

.contact form .privacy__box p .url {
  display: inline;
  border-bottom: 1px solid #000;
}

.contact form .privacy__box .bottom {
  padding-bottom: 0;
}

.contact form .privacy__heading-sub {
  padding-bottom: 10px;
  display: block;
  font-weight: 700;
}

.contact form .privacy__access {
  text-align: left;
}

.contact form .privacy ol {
  padding-left: 2em;
  padding-bottom: 30px;
  list-style-type: decimal;
}

.contact form .privacy ol li {
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .contact form .privacy ol li {
    font-size: 13px;
  }
}

.contact form .scroll__inner {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contact form .scroll__inner::-webkit-scrollbar {
  display: none;
}

.contact form .simplebar-scrollbar::before {
  background: rgb(30, 112, 185);
  border-radius: 0;
  width: 5px;
  margin-left: 1px;
  border-radius: 10px;
}

.contact form .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.contact form .simplebar-track {
  background: #ecf6ff;
  width: 10px !important;
}

.contact .agreeBox {
  margin-bottom: 2em;
  text-align: center;
}

@media (max-width: 575.98px) {
  .contact .agreeBox {
    font-size: 13px;
  }
}

.contact .agreeBox .input-checkbox {
  margin-bottom: 0.1em;
}

.contact .button {
  margin-bottom: 8em;
}

.contact .button__top,
.contact .button__bottom {
  text-align: center;
}

.contact .button__top {
  margin-bottom: 2em;
}

.contact .button__bottom {
  margin-bottom: 2em;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.contact .button__submit,
.contact .button__send,
.contact .button__back {
  border: none;
}

.contact .button__back {
  border: none;
  padding: 1em 2em 1em 1em;
}

.contact .button__back .btn-link__text {
  padding-left: 2.5em;
  padding-right: 0;
  order: 2;
}

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