/*=============================================================
common
=============================================================*/
/* dialogue
  -------------------------------------------------------------*/
.dialogue h1,
.business h1,
.work h1,
.aboutus h1,
.index h1 {
  flex-wrap: wrap;
}

.dialogue h1 span:first-child,
.business h1 span:first-child,
.work h1 span:first-child,
.aboutus h1 span:first-child,
.index h1 span:first-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #656375;
  display: block;
  width: 100%;
}

.index h1::after {
  content: none;
}

#recruit h1 span:last-child {
  color: var(--primary-blue);
}

.dialogue [class*="box-color--"] {
  border-radius: 8px;
}

.dialogue [class*="box-color--"] .profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.dialogue [class*="box-color--"] .profile figure {
  width: 80px;
}

.dialogue [class*="box-color--"] .profile .text .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: var(--primary-blue);
  margin-bottom: 0;
}

.dialogue [class*="box-color--"] .profile .text .name span {
  font-size: 14px;
  margin-left: 10px;
}

.dialogue [class*="box-color--"] .profile .text .profession {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  color: #656375;
}

.dialogue .bdr {
  position: relative;
  padding-top: 80px;
}

.dialogue .bdr::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #D2E1F8;
}
.dialogue [class*="link-arw--"]:has(a[href*="#ac--"]):not(.news-list--) {
  padding: 0;
  background: transparent;
  justify-content: flex-start;
}

.dialogue [class*="link-arw--"]:has(a[href*="#ac--"]):not(.news-list--)>* {
  width: 100%;
}

.dialogue .block-dialogue {
  margin-top: 40px;
}

.dialogue .block-dialogue .ttl-dialogue {
  margin-bottom: 24px;
}

.dialogue .block-dialogue .ttl-dialogue span {
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
  letter-spacing: 0.56px;
  color: var(--primary-blue);
}

.dialogue .block-dialogue .talk-dialogue {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.dialogue .block-dialogue .talk-dialogue dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 64px;
  color: var(--primary-blue);
  font-weight: 600;
}

.dialogue .block-dialogue .talk-dialogue dt figure {
  margin-bottom: 5px;
}

.dialogue .block-dialogue .talk-dialogue dd {
  width: calc(100% - 88px);
}

#recruit .recruit-banner {
  background-color: var(--primary-blue);
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}

#recruit .recruit-banner-img div .link-btn-- {
  position: relative;
  margin-top: -35px;
}

.col--2--reverse {
  flex-direction: row-reverse;
}

/*=============================================================
index
=============================================================*/
.index .main-visual {
  max-width: 1200px;
}

.index .pos {
  position: relative;
}

.index .pos .linkBox {
  background: rgba(33, 87, 125, 0.80);
  display: inline-flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 8px 0 0 8px;
  position: absolute;
  bottom: 160px;
  right: 0;
  color: #fff;
}

.index .pos .linkBox p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}

.index .pos .linkBox li {
  width: 100%;
}

.index .pos .linkBox li+li {
  margin-top: 8px;
}

.index .pos .linkBox li a {
  display: block;
  border-radius: 32px;
  background-color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 17.5px */
  letter-spacing: 0.28px;
  color: #0070C0;
  box-sizing: border-box;
  width: 100%;
}

.index .pos .linkBox li a:hover {
  background-color: #f0f0f0;
}

/*index-ttl
-------------------------------------------------------------*/
.index-ttl {
  text-align: center;
  color: var(--primary-blue);
  font-size: 2.0rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.4px;
  position: relative;
  padding: 64px 0 0;
  margin-bottom: 40px;
  z-index: 1;
}

.index-ttl span {
  position: relative;
  z-index: 1;
}

.index-ttl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  background: linear-gradient(180deg, #D7EEFF 0%, #F8FCFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.0rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.4px;
  z-index: 0;
  pointer-events: none;
}

.index-ttl.about:before {
  content: 'ABOUT';
}

.index-ttl.interview:before {
  content: 'INTERVIEW';
}

.index-ttl.culture:before {
  content: 'CULTURE';
}

.index-ttl.message:before {
  content: 'MESSAGE';
}

.index .interview-block .col--clm2--1 {
  align-items: center;
}

.index .interview-block .img-left {
  width: calc(100% + 80px);
  display: block;
  transform: translateX(-80px);
  max-width: none;
}

.index .interview-block .img-right {
  width: calc(100% + 80px);
  display: block;
  transform: translateX(80px);
  max-width: none;
}

.index .message-block {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/index-p08-bg.png) no-repeat center top;
  background-size: cover;
}

/*=============================================================
parenting
=============================================================*/


.young-pare-link {
  align-items: center;
}

.young-pare-link>div {
  position: relative;
}

.young-pare-link>div figure {
  position: relative;
  margin-left: -80px;
}

.young-pare-link .ttl-young-link {
  margin-bottom: 24px;
}

.young-pare-link .ttl-young-link>span:first-child {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #656375;
}

.young-pare-link .ttl-young-link>span:last-child {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
  letter-spacing: 0.56px;
  color: var(--primary-blue);
}

.young-pare-link [class*="link-btn--"],
.young-pare-link [class*="link-btn--"] a {
  max-width: none;
  min-width: inherit;
  width: 100%;
}

/*=============================================================
environment
=============================================================*/
.environment .page-main--environment [class*="col--"] {
  margin-bottom: 40px;
}

.environment .con-inner [class*="ttl-h3--"] {
  margin-bottom: 16px;
  margin-top: 36px;
}

.environment .con-inner .balloon {
  display: flex;
  gap: 10px;
}

.environment .con-inner .balloon figure {
  width: 80px;
}

.environment .con-inner .balloon div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #F2F4F7;
  width: calc(100% - 90px);
  font-size: 14px;
}

.environment .con-inner .balloon div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #F2F4F7;
  display: inline-block;
}

.environment .con-inner .num span:first-child {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 84px */
  letter-spacing: 1.12px;
  color: var(--primary-blue);
}

.environment .con-inner .num span:nth-child(2) {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.56px;
  color: var(--primary-blue);
}

.environment .con-inner .num span:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.32px;
  color: #656375;
  margin-left: 10px;
}

.environment .con-inner .textS {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #656375;
}

/*=============================================================
work
=============================================================*/
.work-list-ttl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.work-list-ttl figure {
  width: 80px;
}

.work .voice-box {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

.work .voice-box .col--clm1--2 {
  margin-bottom: 0;
}

.work .voice-box .voice-ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: var(--primary-blue);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.work .voice-box h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.4px;
  color: var(--primary-blue);
  margin-bottom: 8px;
}

.work .voice-box .voice-profile {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.28px;
  color: #656375;
}

/*=============================================================
business
=============================================================*/
.business .ttl-h3--business {
  display: flex;
  align-items: center;
  gap: 8px 24px;
}

.business .ttl-h3--business>span {
  display: block;
}

.business .ttl-h3--business>span:first-child {
  position: relative;
  width: 42px;
}

.business .ttl-h3--business>span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #D2E1F8;
}

/*=============================================================
aboutus
=============================================================*/
.aboutus .ttl-h3-->span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #656375;
}

.aboutus .strong-text .strong {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.56px;
  color: #28272F;
  text-align: center;
}

.aboutus .strong-text .strong em {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  /* 84px */
  letter-spacing: 1.12px;
  color: var(--primary-blue);
}

.aboutus .strong-text .strong span {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: var(--primary-blue);
}

.aboutus .inner-wide {
  max-width: 1280px;
}

.aboutus .future-col {
  display: flex;
  gap: 40px;
}

/*   */

.aboutus .future-col>div {
  max-width: 330px;
  width: 100%;
}

.aboutus .future-col>div:last-child {
  margin-top: 120px;
}

.aboutus .future-col>.textBox {
  max-width: none;
  width: calc((100% - 80px) - 660px);
  min-width: 500px;
}

.aboutus .future-col>.textBox>div {
  margin-top: 120px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1601px 以上 
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 1601px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1600px ～ 1160px
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1600px) and (min-width: 1160px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1159px ～ 768px
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1159px) and (min-width: 768px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  767px 以下
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767.99999px) {
  .index .pos {
    position: static;
  }

  .index .pos .linkBox {
    background: rgba(33, 87, 125, 0.80);
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    position: static;
    bottom: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
  }

  .index .pos .linkBox p {
    display: inline-block;
    margin-bottom: 0;
  }

  .index .pos .linkBox ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
  }

  .index .pos .linkBox li {
    width: auto;
  }

  .index .pos .linkBox li+li {
    margin-top: 0;
  }

  .index-ttl:before {
    position: absolute;
    font-size: 7.2rem;
  }

  .index .interview-block .img-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    transform: none;
  }

  .index .interview-block .img-right {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    transform: none;
  }

  .index .message-block {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/index-p08-bg.png) no-repeat center top;
    background-size: cover;
  }

  .young-pare-link>div figure {
    margin-left: 0px;
    margin-right: 0px;
  }

  .index .message-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}