@charset "utf-8";

.intro .inner {
  padding: 53px 0 114px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 80px;
  align-items: flex-start;
}

.intro .sec-title {
  writing-mode: vertical-rl;
}

.intro .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.75rem, 1.251rem + 1.04vw, 2.5rem);
  letter-spacing: 0.25em;
  color: #1d1d1d;

  position: relative;
  z-index: 5;
}
.intro .desc {
  margin-top: 10px;
  writing-mode: vertical-rl;
}

.intro .desc p {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  line-height: calc(45 / 20);
  color: #1d1d1d;
  writing-mode: vertical-rl;
}

.intro .sec-title .tit-ja::before {
  content: "";
  background: url(/system_panel/uploads/images/20260615151648540167.png) no-repeat center/contain;
  width: 194px;
  height: 149px;
  z-index: -1;
  position: absolute;
  top: -17px;
  right: -111px;
}

.philosophy .sec-title,
.strengths .sec-title,
.company .sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  max-width: 1048px;
  width: 55%;
  margin-bottom: 60px;
}
.philosophy .sec-title .tit-en,
.strengths .sec-title .tit-en,
.company .sec-title .tit-en {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.708rem + 0.09vw, 0.813rem);
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  width: 100%;
  text-align: right;
}
.philosophy .sec-title .tit-ja,
.strengths .sec-title .tit-ja,
.company .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  color: #1d1d1d;
  width: 100%;
  text-align: right;
}
.philosophy .sec-top {
  display: flex;
  align-items: flex-start;
  gap: 234px;
  overflow: hidden;
  margin-bottom: 113px;
}

.philosophy .sec-top .sec-img {
  max-width: 1048px;
  width: 55%;
}
.philosophy .sec-top .sec-text {
  writing-mode: vertical-rl;
}
.philosophy .sec-top .sec-text .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  line-height: calc(52 / 32);
  color: #1d1d1d;

  position: relative;
  z-index: 5;
}

.philosophy .sec-top .sec-text .tit-ja::before {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/20260621132005774600.png) no-repeat left bottom/contain;
  width: 687px;
  height: 239px;
  left: -49px;
  bottom: -22px;
  z-index: -1;
}

.philosophy .sec-bottom .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 120px;
}

.philosophy .sec-bottom .sec-img {
  margin-top: 220px;
  margin-left: -30px;
  max-width: 695px;
  width: 53%;
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.philosophy .sec-bottom .sec-img .img01 {
  width: 80%;
  margin-left: auto;
}

.philosophy .sec-bottom .sec-img .img02 {
  width: 60%;
}

.philosophy .sec-bottom .desc {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.philosophy .sec-bottom .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(40 / 18);
  color: #575656;
}

.strengths {
  background-color: rgba(152, 152, 78, 0.2);
  overflow: hidden;
}

.strengths .inner {
  padding: 67px 0 141px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.strengths .sec-title {
  max-width: 658px;
  width: 35%;
  margin-bottom: 0;
}

.strengths .sec-title .tit-ja,
.company .sec-title .tit-ja {
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
}

.strengths .sec-body {
  margin-top: 157px;
  max-width: 990px;
  width: 52%;
}

.strengths .list {
  display: flex;
  flex-direction: column;
  gap: 73px;
}

.strengths .item {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 0.5px solid #000;
}

.strengths .item .item-tit {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.585rem + 1.39vw, 2.25rem);
  color: #1d1d1d;
}

.strengths .item .item-tit br {
  display: none;
}

.strengths .item .item-tit span {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.709rem + 0.87vw, 1.75rem) !important;
}

.strengths .item .desc {
  width: 88%;
}

.strengths .item .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 2;
  color: #575656;
}

.company .inner {
  padding: 100px 0 200px;
}

.company .sec-title {
  max-width: none;
  width: 100%;
}

.company .sec-title .tit-en,
.company .sec-title .tit-ja {
  text-align: left;
}

.company .sec-title02 {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.751rem + 1.04vw, 2rem);
  color: #1d1d1d;
  padding-left: 19px;
  position: relative;
}

.company .sec-title02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  margin: auto;
  background: url(/system_panel/uploads/images/20260621191229333406.svg) no-repeat center/contain;
}

.company .sec-top {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 120px;
}

.company .sec-top .column {
  display: flex;
  align-items: center;
  gap: 5%;
}

.company .sec-top .column .sec-img {
  max-width: 371px;
  width: 28%;
}

.company .sec-top .column .sec-text {
  max-width: 717px;
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company .sec-top .column .name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.company .sec-top .column .name .sub {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #1d1d1d;
}

.company .sec-top .column .name .main {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  color: #1d1d1d;
}

.company .sec-top .column .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(28 / 16);
  color: #575656;
}

.company .sec-bottom {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
}

.company .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company .list .item {
  display: grid;
  grid-template-columns: 20% 1fr;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #1d1d1d;
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(32 / 18);
  color: #1d1d1d;
}

.company .btnarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  margin-bottom: 78px;
}

.company .btnarea .item {
  border: 2px solid #1d1d1d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.company .btnarea .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #1d1d1d;
  z-index: -1;
}

.company .btnarea .item .sec-img {
  max-width: 128px;
  width: 100%;
  grid-area: img;
}

.company .btnarea .item .desc {
  margin-top: 29px;
  grid-area: desc;
}

.company .btnarea .item .desc p {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  line-height: calc(38 / 20);
  color: #1d1d1d;
}

.company .btnarea .item .morebtn {
  max-width: 223px;
  width: 100%;
  margin-left: auto;
  grid-area: btn;
}

.company .btnarea .item .column {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-areas:
    "img desc"
    "btn btn";
  gap: 32px 34px;
  justify-content: center;
  align-items: flex-start;
  padding: 34px 0 50px;
}

.company .map {
  max-width: 987px;
  width: 90%;
  margin: 0 auto;
}

.company .map iframe {
  width: 100%;
  height: 474px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1500px) {
  .philosophy .sec-bottom .inner,
  .company .inner {
    width: 90%;
  }
}

@media (max-width: 1300px) {
  .company .btnarea {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .company .btnarea .item {
    max-width: 70%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .strengths .sec-body {
    width: 57%;
  }
  .strengths .item .desc {
    width: 94%;
  }
}
@media (max-width: 1023px) {
  .philosophy .sec-top {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .philosophy .sec-top .sec-img {
    margin-right: auto;
  }
  .philosophy .sec-title {
    margin-bottom: 40px;
  }
  .philosophy .sec-title,
  .strengths .sec-title,
  .company .sec-title,
  .philosophy .sec-top .sec-img {
    max-width: calc(350 / 400 * 100vw);
    width: 100%;
  }
  .strengths .inner {
    flex-direction: column;
    gap: 40px;
  }
  .strengths .sec-body {
    margin-top: 0;
    max-width: calc(354 / 400 * 100vw);
    width: 100%;
    margin-left: auto;
  }
  .philosophy .sec-top {
    margin-bottom: 40px;
  }
  .philosophy .sec-bottom .desc {
    gap: 40px;
  }
  .philosophy .sec-bottom .inner {
    padding-bottom: 60px;
  }
  .strengths .inner {
    padding: 40px 0 60px;
  }
  .strengths .item {
    padding-bottom: 32px;
  }
  .strengths .list {
    gap: 40px;
  }
  .company .inner {
    padding: 60px 0 100px;
  }
  .company .btnarea {
    margin-bottom: 40px;
  }
  .company .btnarea .item .column {
    gap: 24px 16px;
    width: 80%;
  }
  .company .btnarea .item .morebtn {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .intro .inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 46px 0 80px;
  }
  .intro .sec-title .tit-ja::before {
    width: 137px;
    height: 106px;
    right: -77px;
    top: -26px;
  }
  .philosophy .sec-top .sec-text .tit-ja::before {
    width: 248px;
    height: 103px;
    bottom: 44px;
    left: -21px;
  }
  .philosophy .sec-bottom .inner,
  .company .inner {
    flex-direction: column;
    gap: 40px;
  }
  .philosophy .sec-bottom .sec-img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    gap: 40px;
  }
  .philosophy .sec-bottom .sec-img .img01 {
    max-width: calc(235 / 400 * 100vw);
    width: 100%;
    margin-right: 5%;
  }
  .philosophy .sec-bottom .sec-img .img02 {
    max-width: calc(158 / 400 * 100vw);
    width: 100%;
  }
  .strengths .item .item-tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: calc(38 / 28);
  }
  .strengths .item {
    gap: 20px;
  }
  .strengths .item .item-tit br {
    display: block;
  }
  .company .sec-top {
    width: 80%;
    margin: 0 auto 80px;
    gap: 32px;
  }
  .company .sec-top .column {
    flex-direction: column;
    gap: 20px;
  }
  .company .sec-top .column .sec-img {
    max-width: calc(208 / 400 * 100vw);
    width: 100%;
  }
  .company .sec-top .column .sec-text {
    max-width: 100%;
    width: 100%;
    gap: 20px;
  }
  .company .sec-top .column .name {
    justify-content: center;
  }
  .company .sec-bottom {
    width: 80%;
    margin: 0 auto 40px;
    gap: 32px;
  }
  .company .list {
    gap: 32px;
  }
  .company .list .item {
    grid-template-columns: 31% 1fr;
    padding-bottom: 8px;
  }
  .company .btnarea .item {
    max-width: 100%;
  }
  .company .map {
    max-width: 100%;
    width: 100%;
  }
  .company .map iframe {
    height: 240px;
  }
  .company .btnarea .item .sec-img {
    max-width: calc(86 / 400 * 100vw);
  }
  .company .btnarea .item .desc {
    margin-top: 6px;
  }
  .company .btnarea .item::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
