@charset "UTF-8";

/*--------------------------------------------------------------------------
vision
--------------------------------------------------------------------------*/

.p-company-vision .l-inner {
  max-width: 1024px;
  height: auto;
}

.vision-cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vision-img {
  width: 45%;
  height: auto;
  animation: swing 5s linear infinite;
}

@keyframes swing {

  0%,
  100% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

.vision-inner {
  width: 50%;
  height: auto;
}

.vision-cols-title {
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.vision-cols-discription {
  width: 100%;
  margin: 0 auto 50px auto;
}

.vision-cols-discription>p {
  font-size: 1.6rem;
  line-height: 2.4;
}

.vision-text {
  width: 90%;
  height: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------------------
#concept
--------------------------------------------------------------------------*/
.p-company-concept {
  padding-bottom: 50px;
  background: #eee;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-sizing: border-box;
}

.p-company-concept__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-company-concept__img {
  width: 45%;
  clip-path: inset(0 0 0 round 20px);
}

.p-company-concept__list {
  width: 50%;
  list-style: none;
}

.p-company-concept__item {
  display: flex;
  justify-content: space-between;
}

.p-company-concept__item-icon {
  width: 100px;
}

.p-company-concept__item:nth-of-type(n+2) {
  margin-top: 40px;
}

.p-company-concept__item-content {
  width: calc(100% - 120px);
  height: auto;
}

.p-company-concept__item-lead {
  font-size: 2.6rem;
  font-weight: bold;
}

.p-company-concept__item-lead>span {
  padding: 0 5px;
}

.p-company-concept__item-text {
  font-size: 1.5rem;
  line-height: 2.2;
}

/*--------------------------------------------------------------------------
#concept
--------------------------------------------------------------------------*/
.p-company-rule {
  padding-top: 0;
  background: #eee;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-sizing: border-box;
}

.p-company-rule__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.p-company-rule__item {
  width: 19.5%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  box-sizing: border-box;
}

.p-company-rule__item-icon {
  width: 40%;
  margin: 0 auto;
}

.p-company-rule__item-lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px auto;
}

.p-company-rule__item-lead>span {
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #5EB1FF;
  color: #fff;
  border-radius: 50vh;
  box-sizing: border-box;
  margin-right: 3px;
}

.p-company-rule__item-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

/*--------------------------------------------------------------------------
	COMPANY PROFILE
--------------------------------------------------------------------------*/
.p-company-outline.l-section {
  padding-bottom: 0;
}

.p-company-outline__list {
  width: 100%;
  margin-bottom: var(--space-l);
}

.p-company-outline__item {
  display: flex;
  justify-content: space-between;
}

.p-company-outline__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.p-company-outline__term {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 700;
}

.p-company-outline__desc {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

.p-company-outline__desc>ul {
  padding-left: 20px;
  box-sizing: border-box;
}

.p-company-outline__map {
  width: 100%;
  height: auto;
  position: relative;
}

.p-company-outline__map::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-company-outline__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media all and (max-width:1100px) {
  .p-company-concept__item-icon {
    width: 80px;
  }

  .p-company-concept__item-content {
    width: calc(100% - 100px);
  }
}

@media all and (max-width: 1024px) {
  .vision-cols {
    align-items: flex-start;
  }

  .vision-img {
    width: 40%;
  }

  .vision-lead .u-sp-only {
    display: block;
  }

  .vision-inner {
    width: 55%;
  }

  .p-company-concept__item-icon {
    width: 60px;
  }

  .p-company-concept__item-content {
    width: calc(100% - 80px);
    height: auto;
  }

  .p-company-rule__item {
    padding: 40px 10px;
  }

}

@media all and (max-width: 896px) {
  .vision-lead {
    font-size: 2.4rem;
  }

  .p-company-concept__layout {
    flex-direction: column;
  }

  .p-company-concept__img {
    width: 100%;
    margin-bottom: 50px;
  }

  .p-company-concept__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .p-company-concept__item {
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
  }

  .p-company-concept__item-icon {
    width: 90px;
  }

  .p-company-concept__item:nth-of-type(n+2) {
    margin-top: 0;
  }

  .p-company-concept__item-content {
    width: 100%;
    height: auto;
  }

  .p-company-concept__item-lead {
    font-size: 2rem;
    text-align: center;
  }

  .p-company-concept__item-text {
    flex: 1;
  }

  .p-company-rule__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5%;
  }

  .p-company-rule__item {
    width: 33%;
  }

  .p-company-rule__item:nth-of-type(n+4) {
    margin-top: 5px;
  }

}

@media all and (max-width:786px) {

  .vision-cols {
    flex-direction: column;
    align-items: center;
  }

  .vision-img {
    width: 80%;
    margin-bottom: 50px;
  }

  .vision-inner {
    width: auto;
  }

  .p-company-concept__list {
    flex-direction: column;
  }

  .p-company-concept__item {
    width: 100%;
    flex-direction: row;
    padding: 0;
    border: none;
  }

  .p-company-concept__item:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .p-company-concept__item-icon {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .p-company-concept__item-content {
    flex: 1;
  }

  .p-company-concept__item-lead {
    text-align: left;
    font-size: 2.4rem;
  }

  .p-company-concept__item-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .vision {
    width: 80%;
  }

  .p-company-outline__map::after {
    padding-top: 100%;
  }
}

@media screen and (max-width: 480px) {
  .vision-lead {
    text-align: center;
  }

  .p-company-concept__img {
    margin-bottom: 30px;
  }

  .p-company-concept__item {
    flex-direction: column;
  }

  .p-company-concept__item-icon {
    width: 56px;
    margin-right: 0;
  }

  .p-company-concept__item-lead {
    display: flex;
    align-items: center;
    font-size: 2rem;
  }

  .p-company-concept__item-lead::before,
  .p-company-concept__item-lead::after {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #ccc;
  }

  .p-company-concept__item-text {
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-company-rule__list {
    gap: 1%;
  }

  .p-company-rule__item {
    width: 49%;
    padding: 20px 10px;
  }

  .p-company-rule__item:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .p-company-rule__item-text {
    font-size: 1.4rem;
  }

  /*--- outline ---*/
  .p-company-outline__list {
    border-top: 1px solid #ccc
  }

  .p-company-outline__item {
    flex-direction: column;
  }

  .p-company-outline__term {
    width: 100%;
    font-weight: 700;
    padding: 15px 15px 0 15px;
  }

  .p-company-outline__term:not(:last-of-type) {
    border-bottom: none;
  }

  .p-company-outline__desc {
    width: 100%;
    padding: 5px 15px 15px 15px;
  }

  .p-company-outline__desc>ul>li {
    line-height: 1.6;
  }

  .p-company-outline__desc>ul>li:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .p-company-outline__desc>ul>li .u-sp-only {
    display: block;
  }

  .p-company-outline__desc>ul>li>a {
    font-size: 1.3rem;
  }
}