@charset "UTF-8";
:root{
  --top1: #F1EBDD;
  --top2: #EEF3EC;
  --top3: #1C28A6;
  --top4: #8DC63F;
  --top5: #7E8AF0;
  --top6: #4A4F66;
  --top7: #F7F5F0;
  --top8: #A9B4F2;
}

/*-----------------------------------------------------------------------Unique*/

/*===============================================
top
===============================================*/

/*--------hero--------*/
.topHero{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 100px 0 60px 0;
  background-color: #F7F3EA;
  background-image: url(../img/background_mark.svg), url(../img/background_top.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, top left;
  background-size: 260px auto, 260px auto;
  & .topHeroInner{
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
  & .heroLogo{
    width: 160px;
    margin: 0 auto 20px auto;
  }
  & .heroCatch{
    margin-bottom: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #161B33;
  }
  & .heroCatchSub{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #161B33;
  }
}

/*--------section common--------*/
.top1, .top2, .top4{ color: #161B33; }
.top1{ background-color: var(--top1); }
.top1 .sectionTitle{ text-align: center; }
.top1 .textCont{
  text-align: left;
  & br:not(:last-child){ display: none;}
}
.top2{ background-color: var(--top2); }
.top3{
  color: #F7F5F0;
  background-color: var(--top3);
  background-image: url(../img/background_mark_wh.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 480px auto;
}
.top3 .sectionTitle{ text-align: center; }
.top4{ background-color: var(--top2); }
.top5{
  background-color: #FFFFFF;
  background-image: url(../img/background_mark.svg);
  background-repeat: no-repeat;
  background-position: right 30px;
  background-size: 320px auto;
}

/*--------about（honeycomb / infoList）--------*/
.honeycombWrap{
  margin: 30px auto;
  text-align: center;
}
.honeycombImg{
  width: 100%;
  max-width: 360px;
}
.infoList{
  margin: 30px 0;
  & li{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    & + li{
      margin-top: 12px;
    }
  }
  & .infoLabel{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
  }
  & .infoValue{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
}
.areaNote{
  text-align: center;
  & strong{
    display: block;
    margin-bottom: 4px;
  }
}

/*--------origin（representative profile）--------*/
.profileWrap{
  margin-bottom: 30px;
}
.profilePhoto{
  width: 140px;
  margin: 0 auto 20px auto;
  & img{
    border-radius: 10px;
  }
}
.profileInfo{
  text-align: center;
  & .profileName{
    margin-bottom: 6px;
    font-size: 16px;
    & strong{
      font-size: 18px;
    }
  }
  & .profileTitle{
    margin-bottom: 12px;
    font-size: 13px;
  }
  & .profileQual{
    font-size: 13px;
    line-height: 1.8em;
  }
}
.accent{
  color: var(--top4);
  font-weight: bold;
}
.careerText{
  & p + p{
    margin-top: 16px;
  }
}

/*--------mission--------*/
.missionSub{
  margin-bottom: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.missionCards{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 50px 0 30px 0;
}
.missionCard{
  position: relative;
  margin-top: 32px;
  padding: 40px 20px 24px 20px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  & .cardIcon{
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    line-height: 0;
    & img{
      width: 100%;
    }
  }
  & .cardTitle{
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: var(--top3);
  }
  & .cardText{
    font-size: 14px;
    line-height: 1.7em;
    color: var(--top6);
  }
}
.oneStopWrap{
  padding-top: 20px;
  text-align: center;
}
.oneStopLabel{
  display: block;
  margin-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: var(--top8);
}
.oneStopTitle{
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.oneStopCards{
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.oneStopCard{
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #161B33;
  & .cardTitle{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #EEEEEE;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  & .cardDesc{
    font-size: 14px;
    line-height: 1.7em;
  }
}
.oneStopMessage{
  margin-top: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8em;
  color: var(--top8);
}

/*--------strength--------*/
.subTitle{
  margin: 50px 0 16px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  &:first-of-type{
    margin-top: 0;
  }
}
.subTitleDivider{
  width: 145px;
  height: 5px;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  background-color: #8DC63F;
}
.expertCards{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.expertShake{
  display: none;
}
.expertCard{
  position: relative;
  z-index: 1;
  width: 260px;
  height: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  text-align: center;
  background-image: url(../img/bg_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  & .cardTitle{
    margin-bottom: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4em;
  }
  & .cardText{
    font-size: 13px;
    line-height: 1.6em;
    color: var(--top6);
  }
  & .cardTag{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 34px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--top4);
    border-radius: 50px;
    white-space: nowrap;
  }
}
.pointTextWrap{
  margin-top: 35px;
}
.pointBlock{
  & + .pointBlock{
    margin-top: 35px;
  }
}
.pointHeading{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  & img{
    width: 24px;
    flex-shrink: 0;
  }
}
.pointText{
  font-size: 14px;
  line-height: 1.8em;
}
.pointLabel{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.cautionBox{
  margin:45px auto 60px auto;
  padding: 16px;
  line-height: 1.8em;
  font-size: 13px;
  font-weight: bold;
  color: var(--top3);
  background-color: #FFFFFF;
  border-radius: 10px;
}
.floorWrap{
  position: relative;
  background-image: url(../img/bg_home.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 280px auto;
}
.floorIntro{
  position: relative;
  margin-bottom: 30px;
}
.floorTitle{
  text-align: center;
}
.floorDivider{
  margin-left: auto;
  margin-right: auto;
}
.modelNote{
  font-size: 15px;
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.floorModel{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.floorCard{
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 14px;
  border: 2px solid var(--top4);
  &.floor2{
    border-color: var(--top5);
  }
}
.floorCardHead{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  & .floorBadge{
    flex-shrink: 0;
    padding: 10px 12px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
  }
  & .cardTitle{
    margin-bottom: 4px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
  }
  & .cardDesc{
    font-size: 12px;
    color: var(--top6);
  }
}
.floorItems{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 10px;
  text-align: center;
  & .floorItem{
    padding: 10px;
    border: 2px solid #D9D5C9;
    border-radius: 10px;
  }
  & .itemTitle{
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
  }
  & .itemDesc{
    font-size: 12px;
    line-height: 1.6em;
    color: var(--top6);
  }
}
.floorArrow{
  align-self: center;
  margin: 12px 0;
  & img{
    width: 60px;
  }
}
.flowSteps{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.flowStep{
  width: 100%;
  padding: 20px 16px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  & .stepTitle{
    margin-bottom: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: var(--top3);
  }
  & .stepDesc{
    font-size: 13px;
    color: var(--top6);
  }
}
.flowArrow{
  position: relative;
  z-index: 1;
  margin: -10px 0;
  & img{
    width: 32px;
    transform: rotate(90deg);
  }
}
.clientNote{
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.clientGrid{
  display: flex;
  flex-direction: column;
  gap: 10px;
  & .clientItem{
    padding: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: var(--top6);
    background-color: #FFFFFF;
    border-radius: 10px;
  }
}

/*--------service--------*/
.serviceNote{
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.8em;
  & p + p{
    margin-top: 10px;
  }
}
.serviceMenuGrid{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.serviceMenuCard{
  padding: 20px;
  background-color: var(--top7);
  border: 2px solid #D9D5C9;
  border-radius: 10px;
  & .menuTitle{
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: var(--top3);
  }
  & .menuList{
    font-size: 13px;
    line-height: 1.8em;
  }
}
.contactBox{
  margin-top: 40px;
  padding: 30px 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #161B33;
  border-radius: 10px;
  & .contactLabel{
    display: block;
    margin-bottom: 8px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: var(--top4);
  }
  & .contactTitle{
    margin-bottom: 12px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  & .contactText{
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
    color: var(--top7);
  }
  & .contactBtn{
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background-color: var(--top4);
    border-radius: 50px;
  }
  & .contactSubNote{
    margin-top: 10px;
    font-size: 11px;
    color: var(--top7);
  }
}

/*--------------------------Responsive*/
@media (min-width: 1024px) { /*--for PC--*/
  .top3{
    background-size: 700px auto;
  }
  .top5{
    background-size: 500px auto;
  }
  .top1 .textCont{
  text-align: center;
    & br:not(:last-child){ display: block;}
  }
  .topHero{
    min-height: 0;
    padding: 160px 0;
    background-position: center center, top left;
    background-size: 460px auto, 340px auto;
    & .heroLogo{
      width: 220px;
    }
    & .heroCatch{
      font-size: 35px;
    }
    & .heroCatchSub{
      font-size: 20px;
    }
  }

  .honeycombImg{
    max-width: 552px;
  }
  .infoList{
    display: flex;
    flex-direction: row;
    gap: 0;
    & li{
      flex: 1;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 12px;
      border-radius: 0;
      background-color: transparent;
      border-left: 1px solid #ddd;
      & + li{
        margin-top: 0;
      }
      &:first-child{
        border-left: none;
      }
    }
  }

  .profileWrap{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
  }
  .profilePhoto{
    flex-shrink: 0;
    width: 182px;
    margin: 0;
  }
  .profileInfo{
    text-align: left;
  }

  .missionCards{
    flex-direction: row;
    & .missionCard{
      flex: 1;
    }
  }
  .oneStopCards{
    flex-direction: column;
    gap: 20px;
  }
  .oneStopCard{
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 30px;
    padding: 30px 40px;
    & .cardTitle{
      margin-bottom: 0;
      padding-bottom: 0;
      padding-right: 30px;
      border-bottom: none;
      border-right: 2px solid #EEEEEE;
      font-size: 20px;
    }
    & .cardDesc{
      font-size: 15px;
    }
  }

  .expertCards{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    & .expertCard{
      width: 280px;
      height: 320px;
      flex-shrink: 0;
    }
  }
  .expertShake{
    display: block;
    position: relative;
    z-index: 0;
    flex: 0 0 auto;
    width: 100px;
    margin: 0 -10px;
    & img{
      width: 100%;
    }
  }
  .floorWrap{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-bottom: 0;
    background-size: 480px auto;
  }
  .floorIntro{
    flex: 0 0 280px;
    margin-bottom: 0;
  }
  .floorTitle{
    text-align: left;
  }
  .floorDivider{
    margin-left: 0;
  }
  .modelNote{
    text-align: left;
  }
  .floorModel{
    flex: 1;
    min-width: 0;
  }
  .floorArrow{
    margin: 4px 0;
    & img{
      width: 70px;
    }
  }
  .floor2 .floorItems{
    grid-template-columns: repeat(4, 1fr);
  }
  .floor1 .floorItems{
    grid-template-columns: repeat(3, 1fr);
  }
  .flowSteps{
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    & .flowStep{
      flex: 1;
    }
  }
  .flowArrow{
    align-self: center;
    flex-shrink: 0;
    margin: 0 -12px;
    & img{
      width: 39px;
      transform: none;
    }
  }
  .clientGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .serviceMenuGrid{
    display: block;
    columns: 2;
    column-gap: 16px;
    & .serviceMenuCard{
      width: 100%;
      margin: 0 0 16px 0;
      break-inside: avoid;
    }
  }
  .contactBox{
    padding: 40px;
    & .contactBtn{
      width: 400px;
    }
  }
}
