@charset "UTF-8";

/* color ---------------------------------------*/
:root {
  --color-cyan-blue: #779BC6;
}

.bg-cyan-blue {
  background-color: var(--color-cyan-blue)!important;
}

.text-cyan-blue {
  color: var(--color-cyan-blue)!important;
}

.grad-cyan-blue {
  background: transparent -webkit-gradient(linear,left top,left bottom,from(rgba(119, 155, 198, 1)),to(rgba(119, 155, 198, 0))) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg,rgba(119, 155, 198, 1) 0,rgba(119, 155, 198, 0) 100%) 0 0 no-repeat padding-box;
}

.linkWrap-cyan-blue {
  gap: 10px;
}

.link-cyan-blue {
  width: 196px;
  padding: 20px 0;
  color: #fff;
  background-color: var(--color-cyan-blue)!important;
  border: unset;
}

.btn-cyan-blue {
  width: 184px;
  height: 56px;
  text-align: center;
  color: #fff;
  background-color: var(--color-cyan-blue)!important;
  border: unset;
  padding: 4px 0 0;
}

/* Service ---------------------------------------*/
.fs-14 {
  font-size: 14px;
}


/* Member ---------------------------------------*/
#member2023.l-Member {
  margin-bottom: 162px;
}

#member2023 .c-Member__head{
    margin-left: 14.9479166667%;
    margin-bottom: 67px;
}

#member2023 .c-Member__list {
    margin: 0 14.9479166667%;
}

#member2023 .c-MemberItem {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}

#member2023 .c-MemberItem:last-of-type {
  margin-bottom: 0;
}

#member2023 .c-MemberItem__figure {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}

#member2023 .c-MemberItem__figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#member2023 .c-MemberItem__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#member2023 .c-MemberItem__img {
  border-radius: 50%;
}

#member2023 .c-MemberItem__info {

}

#member2023 .c-MemberItem__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}

#member2023 .c-MemberItem__position {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #777;
  margin-bottom: 10px;
}

#member2023 .c-MemberItem__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.0;
  color: #777;
}
/* sns---------------------------------------*/


.sns-btn {
  display: inline-block;
  margin-top: 20px;
}

.icon-text img {
  width: 64px;
}

.icon-text {
  display: flex;
  gap: 8px;
  width: 68px;
  height: 68px;
  align-items: center;
  padding: 2px 2px;
  font-weight: bold;
  border: 1px solid black;
  color: black;
  border-radius: 100vh;
  /* transition-property: opacity; */
  transition-duration: 0.5s;
}

.icon-text:hover {
  /* background: #f9f9f9; */
  filter: opacity(50%);
  cursor: pointer;
}


/* careers original---------------------------------------*/
.c-Accordion__contentWrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.scroll_target__mt:target {
  scroll-margin-top: 110px;
}
.c-LinkBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 236px;
  padding: 17px 0;
  background: #1d346e;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.c-LinkBtn::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  opacity: 0.06;
  width: 91%;
  height: 100%;
  z-index: -1;
}
.c-LinkBtn__icon {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0;
  font-size: 1rem;
}
.c-Accordion__checkbox {
  display: none;
}
.p-Careers {
  max-width: calc(1268px + 5%);
  padding: 83px 2.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.83;
}
.p-Careers__head {
  margin-bottom: 60px;
  font-family: Plantagenet Cherokee, "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.p-Careers__head::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 3.2rem) * 0.5em);
}
.p-Careers__head::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 3.2rem) * 0.5em);
}
.p-Careers__contentWrap {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.p-Careers__contentWrap > p:not(:first-of-type) {
  margin-top: 50px;
}
.p-Careers .wp-block-lazyblock-career-accordion:first-of-type .c-CareerAccordion {
  border-bottom: none;
}
.c-CareerAccordion {
  padding: 21px 0;
  border-top: 1px solid rgba(29, 52, 110, 0.5);
  border-bottom: 1px solid rgba(29, 52, 110, 0.5);
}
.c-CareerAccordion__checkbox:checked + .c-CareerAccordion__label .c-CareerAccordion__chevron {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-CareerAccordion__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #1d346e;
}
.c-CareerAccordion__caption {
  margin-top: 10px;
  font-size: 0.6em;
}
.c-CareerAccordion__chevron {
  width: 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-CareerAccordion__content {
  padding: 50px 4.5% 0;
}
.c-CareerAccordion__content > * + * {
  margin-top: 20px;
}
.c-CareerItem {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.83;
  color: #172b5d;
}
.c-CareerItem__item::before {
  content: "－";
  margin-right: 10px;
}
.c-LinkBtn__wrap {
  width: 237px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 120px;
}
/* Careers ---------------------------------------*/
#careers2023.p-Careers{
  max-width: unset;
  padding: unset;
  margin-bottom: 162px;
}

#careers2023 .p-Careers__head {
  font-weight: 600;
  margin-left: 14.9479166667%;
  margin-bottom: 51px;
}

#careers2023 .p-Careers__contentWrap {
  width: unset;
  max-width: unset;
  margin: 0 14.9479166667%;
}

#careers2023 .c-LinkBtn__wrap {
  width: 196px;
  margin-top: 15px;
}

#careers2023 .c-LinkBtn {
  width: 196px;
  padding: 14px 0;
}

/* sp only ---------------------------------------*/
@media screen and (max-width: 520px){
  /* Service ---------------------------------------*/
  .d-block-sp {
    display: block;
    width: unset;
    margin: 0 auto;
  }

  .d-block-sp .c-Service__link:first-of-type {
    margin-bottom: 20px;
  }


  /* Member ---------------------------------------*/
  #member2023.l-Member {
    margin-bottom: 100px;
  }

  #member2023 .c-Member__head{
    padding-left: 20px;
    margin-left: unset;
    margin-bottom: 25px;
  }

  #member2023 .c-Member__list {
    padding: 0 20px;
    margin: unset;
  }

  #member2023 .c-MemberItem {
    display: block;
    margin-bottom: 40px;
  }

  #member2023 .c-MemberItem:last-of-type {
    margin-bottom: 0;
  }

  #member2023 .c-MemberItem__figure {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }

  #member2023 .c-MemberItem__name {
    text-align: center;
  }

  #member2023 .c-MemberItem__position {
    text-align: center;
  }

  #member2023 .c-MemberItem__description {
    font-size: 14px;
  }

  /* Careers ---------------------------------------*/
  #careers2023.p-Careers{
    max-width: unset;
    padding: unset;
    margin-bottom: 100px;
  }

  #careers2023 .p-Careers__head {
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: unset;
    margin-bottom: 25px;
  }

  #careers2023 .p-Careers__contentWrap {
    padding: 0 20px;
    margin: unset;
  }

  #careers2023 .c-LinkBtn__wrap {
    width: 196px;
    margin-top: 15px;
  }

  #careers2023 .c-LinkBtn {
    width: 196px;
    padding: 14px 0;
  }
}