/*----------------------------------------------------
 about
--------------------------------------------------- */
/*-----Company-----*/
.company {
  color: #324065;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .company {
    color: #324065;
  }
}

.company::before {
  content: "";
  background-image: url("../img/common/cand_bg.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  right: -40px;
  top: 150px;
  left: auto;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

@media (max-width: 767px) {
  .company::before {
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    right: -40px;
    top: 50px;
    left: auto;
  }
}

.company_box {
  margin: 0 auto;
  display: flex;
  gap: 52px;
  padding-top: 36px;
}

@media (max-width: 767px) {
  .company_box {
    flex-direction: column;
  }
}

.company_outline ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.company_outline li {
  margin-bottom: 12px;
  color: #324065;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.025em;
}

.company_image img {
  width: 100%;
  max-width: 460px;
}

@media (max-width: 767px) {
  .company_image img {
    width: 100%;
    max-width: none;
  }
}

.company_txt {
  width: 100%;
  margin: auto;
  color: #324065;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .company_txt {
    padding: 64px 0;
  }
}

#gmap {
  border-radius: 12px;
  overflow: hidden;
}

#gmap iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #gmap {
    border-radius: 1.6vw;
  }

  #gmap iframe {
    height: 62vw;
  }
}

/*-----Menmber-----*/
.member {
  padding-bottom: 32px;
  color: #324065;
}

.member .inner {
  padding-top: 64px;
}

.member_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 940px;
  margin: auto;
}

@media (max-width: 767px) {
  .member_list {
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

.member_list>* {
  flex: 1 1 calc((100% - (32px * 4)) / 5);
}

@media (max-width: 920px) {
  .member_list>* {
    flex: 1 1 calc((100% - (32px * 2)) / 3);
  }
}

@media (max-width: 767px) {
  .member_list>* {
    flex: 1 1 calc((100% - (32px * 1)) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .member_list>*:nth-child(even) {
    top: 80px;
  }
}

.member_face {
  display: grid;
  place-content: center;
}

.member_face img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: auto;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .member_face img {
    width: 86%;
  }
}

.member_name {
  color: #324065;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  text-align: center;
}

.member_role {
  color: #324065;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  text-align: center;
}

.biography {
  position: relative;
  z-index: 5;
  padding: 60px 0;
  margin: 0 auto;
}

.biography_box {
  padding: 80px 0 30px 0;
}

.biography_box h4 {
  margin-bottom: 1vw;
  font-size: 1.4rem;
}

.biography_box dt {
  width: 65px;
}

.biography_box dd {
  width: calc(100% - 65px);
  line-height: 160%;
}

/*-----Greeting-----*/
.greeting {
  color: #324065;
  background-color: rgba(255, 255, 255, 0.48);
  margin: auto;
  padding-top: 64px;
  max-width: 1400px;
}

.greeting_inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 64px clamp(86px, 7.16vw, 120px);
  justify-content: space-between;
}

@media (max-width: 767px) {
  .greeting_inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 64px 32px;
  }
}

.greeting_left {
  flex: 1 1 50%;
}

.greeting_right {
  flex: 1 1 calc(50% - 48px);
}

.greeting_inner h2 {
  font-size: clamp(16px, 2.08vw + 7px, 28px);
  line-height: 200%;
  letter-spacing: 0.125em;
  color: #324065;
}

.greeting_txt {
  margin-top: 48px;
}

.greeting_txt p {
  line-height: 200%;
  font-size: 14px;
}

.greeting_txt .name>*:nth-child(1) {
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 2.4px;
  color: #71819e;
  font-weight: 300;
}

.greeting_txt .name>*:nth-child(2) {
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 3.6px;
  color: #324065;
  font-weight: 600;
}

.biography_box h4 {
  font-size: 18px;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
}

.biography_list {
  gap: 2px;
  display: flex;
  flex-direction: column;
}

.biography_list dl {
  gap: 0;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 130%;
  width: 100%;
  margin-top: 4px;
}

.biography_list dl>* {
  width: 100%;
}

/*-----Movie-----*/
.movie {
  width: 100%;
  position: relative;
  margin: 64px auto;
  aspect-ratio: 16 / 9;
  transition: all 0.2s ease-in-out 0s;
}

.movie-inner {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-inner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/ico/ico_play01.svg") center center no-repeat;
  background-size: 50px auto;
  pointer-events: none;
}

.movie-inner:hover {
  filter: brightness(1.2);
}

.thumb {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.movie-player {
  position: relative;
  z-index: 10;
}

/*-----Service-----*/
.service {
  padding-bottom: 32px;
}

.service_inner {
  gap: 48px;
  margin: auto;
  max-width: 1400px;
  background-color: rgba(255, 255, 255, 0.48);
  align-items: flex-start;
  padding: 64px clamp(24px, 3.12vw + 7px, 96px);
  justify-content: space-between;
}

.service_clm {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.service_box {
  flex: 0 0 calc((100% - (32px * 2)) / 3);
  position: relative;
}

.service_box figure {
  overflow: hidden;
}

.service_box figure img {
  width: 100%;
  height: auto;
}

.accordion {
  width: 90%;
  position: relative;
  top: -40px;
  padding: 15px 6.5%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 4px;
}

.accordion dt {
  font-weight: 600;
  line-height: 1.5;
  color: #1a283f;
  font-size: 1.4rem;
  margin: 5px 0 10px;
}

.accordion dd {
  font-size: 12px;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .service_clm {
    flex-direction: column;
    gap: 0;
  }

  .service_box {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 3vw;
  }

  .service_box figure {
    border-radius: 1.33vw;
  }

  .accordion {
    max-width: auto !important;
    width: 72vw !important;
    top: -8vw !important;
    padding: 4vw 5.33vw;
    border-radius: 1.33vw;
    line-height: 1.8;
  }

  .accordion dt {
    font-size: 3.46vw;
    margin: 1.66vw 0 3vw;
    padding-right: 8vw;
    cursor: pointer;
  }

  .accordion dd {
    font-size: 3vw;
  }

  .accordion dt {
    background: url("../img/common/ico/ico_plus02.svg") right 0 no-repeat;
    background-size: 4.53vw auto;
  }

  .accordion dt.activ {
    background: url("../img/common/ico/ico_minus02.svg") right 2.13vw no-repeat;
    background-size: 4.53vw auto;
  }

  .accordion dd {
    display: none;
  }
}

/*-----Example-----*/
.example_list {
  width: 100%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .example_list {
    flex-direction: column;
  }
}

.example_item {
  background-color: white;
  flex: 1 1 calc((100% - (24px * 2)) / 3);
}

@media (max-width: 767px) {
  .example_item {
    background-color: white;
    flex: 1 1 100%;
  }
}

.example_txt {
  padding: 10px 20px 15px;
  line-height: 160%;
}

.example_txt h3 {
  color: #1a283f;
  font-size: 1.5rem;
  margin: 4px 0;
}

@media screen and (max-width: 767px) {
  .example_txt h3 {
    font-size: 3.46vw;
    margin-bottom: 1.66vw;
  }
}