@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@500&display=swap');

:root {
  --about-h1-en: 80px;
  --about-h1-ja: 20px;
  --large-title: 36px;
  --lm-title: 32px;
  --middle-title: 28px;
  --m2-title: 24px;
  --small-title: 21px;
  --btn-text: 16px;
  --text: 16px;
  --s-text: 14px;
  --ss-text: 13px;
  /*--divide-space: 140px;*/
  --divide-space: 90px;
  --pale-grn: #e9f7f4;
}

@media (max-width: 1080px) {
  :root {
    --about-h1-en: 90px;
    --about-h1-ja: 21px;
    --large-title: 36px;
    --lm-title: 32px;
    --middle-title: 28px;
    --m2-title: 24px;
    --small-title: 21px;
    --btn-text: 16px;
    --text: 16px;
    --s-text: 14px;
    --ss-text: 13px;
  }
}

@media (max-width: 768px) {
  :root {
    --about-h1-en: 72px;
    --about-h1-ja: 18px;
    --large-title: 32px;
    --lm-title: 28px;
    --middle-title: 24px;
    --m2-title: 21px;
    --small-title: 18px;
    --btn-text: 15px;
    --text: 15px;
    --s-text: 14px;
    --ss-text: 12px;
  }
}

@media (max-width: 576px) {
  :root {
    --about-h1-en: 56px;
    --about-h1-ja: 14px;
    --large-title: 24px;
    --lm-title: 21px;
    --middle-title: 18px;
    --m2-title: 16px;
    --small-title: 15px;
    --btn-text: 13px;
    --text: 13px;
    --s-text: 12px;
    --ss-text: 10px;
  }
}

@media (min-width: 769px) {
  .pc-only {
    display: inline
  }

  .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }

  .pc-only {
    display: none
  }
}

section.object_blue_bg {
  background: url(../images/about/about-bg.png) center top no-repeat;
  background-size: contain;
}

.pale__grn {
  background: var(--pale-grn);
}

.blue {
  color: var(--key-blue)
}

.grn {
  color: var(--key-grn)
}
.btn__block a.type01{font-size:var(--btn-text)}

/* title */
.about-title {
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
  /*padding: 50px 0 100px*/
  padding: 30px 0 60px
}

.about-column {
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 0
}

.about-title+.about-column {
  padding-top: 0;
}

.column>.about-column {
  padding-top: 30px
}

.about-title .grd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.column {
  padding: 50px 50px;
}

.about-title h1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.4;
}

.about-title h1 .en {
  font-size: var(--about-h1-en);
  font-weight: 400;
  font-family: 'Oswald';
}

.about-title h1 .ja {
  font-size: var(--about-h1-ja);
  font-weight: 700;
}

.about-stitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px
}
@media (max-width: 768px) {
  .about-stitle {margin-bottom:30px;}
}

.about-stitle .small-text {
  font-size: var(--small-title);
  font-weight: 700;
}

.about-stitle .xxl-en {
  font-size: clamp(38px,10vw, calc(var(--about-h1-en) * 0.9));
  font-family: 'Oswald';
  color: #bccde3;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-stitle .middle-text {
  font-size: var(--middle-title);
  font-weight: 700;
}

.about-stitle .large-text {
  font-size: var(--large-title);
  font-weight: 900;
}

.about-stitle .large-text em {
  color: var(--key-blue);
  font-style: normal;
  padding: 0 0.2em;
}

.about-stitle .large-text b {
  font-size: min(48px,30vw,60px);
  font-family: 'Oswald';
  padding-right: 0.1em
}

.about-stitle.left {
  align-items: initial;
}

.about-stitle.center {
  text-align: center
}

.m2-title {
  font-size: var(--m2-title);
  font-weight: 700;
}

.m2-title b {
  font-size: var(--middle-title);
  padding: 0 0.1em;
}

.line-title {
  background: var(--key-blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--m2-title);
  font-weight: 700;
  height: 84px;
  position: relative
}

.line-title.type02 {
  background: var(--key-grn)
}

.line-title:after {
  content: "";
  height: 1px;
  width: 35%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 50%;
  right: 0;
}

.about-stitle+p {
  text-align: center;
  font-size: var(--text);
  line-height: 1.8;
  font-weight: 500;
}

.about-stitle+p strong {
  color: var(--key-blue);
  font-weight: 700;
}

.about-stitle.divide-space {
  margin-bottom: var(--divide-space);
}

@media (max-width: 980px) {
  .about-stitle.divide-space {
    margin-bottom: calc(var(--divide-space) * 0.8);
  }

  .line-title {
    height: 72px;
  }
}

@media (max-width: 768px) {
  .about-stitle.divide-space {
    margin-bottom: calc(var(--divide-space) * 0.6);
  }
  .line-title {
    height: 64px;
  }
}
@media (max-width: 576px) {
  .line-title {
    height: 56px;
  }
}


/* intro */
.about-column .intro.flex {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.about-column .intro.flex .photo {
  width: calc(50% - 30px);
}

.about-column .intro.flex .text {
  width: calc(50% - 30px);
}

.about-column .intro.full .text {
  width: 100%;
}

.about-column .intro+.intro {
  padding-top: 80px;
}

.about-column .intro .text h2 {
  font-size: var(--middle-title);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 30px;
}

.about-column .intro.full .text h2 {
  text-align: center;
}

.about-column .intro.full .photo {
  margin: 50px auto;
  width:90%;
}

.about-column .intro .text h2 b {
  font-size: var(--large-title);
  font-weight: 900;
  padding-right: 0.05em;
  color: #003894;
}

.about-column .intro .text h2 strong {
  font-size: var(--large-title);
  color: var(--key-blue);
  font-family: 'Oswald';
  padding: 0 0.1em;
}

.about-column .intro .text h3 {
  font-size: var(--small-title);
  margin-bottom: var(--small-title);
  font-weight: 600;
}

.about-column .intro .text p {
  font-size: var(--text);
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 980px) {
  .column {
    padding: 50px 30px;
  }

  .about-title {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 0 50px
  }

  .about-column {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0
  }

  .about-column .intro.flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }

  .about-column .intro.flex .photo {
    width: 96%;
  }

  .about-column .intro.flex .text {
    width: 96%;
  }

  .about-column .intro.full .text {
    width: 96%;
    margin: 0 auto;
  }

  .about-column .intro+.intro {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .column {
    padding: 30px 30px;
  }
}

@media (max-width: 576px) {
  .column {
    padding: 20px 10px;
  }
}




.strength {
  width: 90%;
  margin: 60px auto 0;
}
.strength img{display:block; width:auto; margin:0 auto; height:80vh; min-height:600px; max-height:800px;}

@media (max-width: 768px) {
  .strength {margin:40px auto 0;}
  .strength img{display:block; width:100%; margin:0 auto; height:auto; min-height:auto; max-height:auto;}
}

.btn_block.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  width: 87%;
  margin: 20px auto;
}

.btn_block.flex a {
  display: block;
  width: 240px;
  padding: 10px 50px 10px 30px;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  font-size: var(--text);
  font-weight: 700;
  position: relative;
  transition: all .4s;
}

.btn_block a.type01-over {
  background-color: var(--key-blue);
  color: #fff;
  border: solid 2px var(--key-blue);
}

.btn_block a.type02-over {
  background-color: var(--key-grn);
  color: #fff;
  border: solid 2px var(--key-grn);
}

.btn_block a.type01-over:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/circle-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 18px;
}

.btn_block a.type02-over:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/circle-arrow-grn.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 18px;
}

.btn_block.flex a:hover {
  opacity: .75;
}

@media (max-width: 980px) {
  .btn_block.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 96%;
    margin: 20px auto;
  }

  .btn_block.flex a {
    display: block;
    width: 240px;
    padding: 10px 50px 10px 30px;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    font-size: var(--text);
    font-weight: 700;
    position: relative;
    transition: all .4s;
  }
}

@media (max-width: 768px) {
  .btn_block.flex {
    gap: 20px;
    width: 96%;
    margin: 10px auto;
  }

  .btn_block.flex a {
    display: block;
    width: 280px;
    padding: 10px 50px 10px 30px;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    font-size: var(--text);
    font-weight: 700;
    position: relative;
    transition: all .4s;
  }
}


/* CSR */
.activity-column {
  padding: 80px 0 0;
}

.activity-column:last-child {
  margin-bottom: 50px;
}

.activity-column p {
  font-size: var(--s-text);
  font-weight: 500;
  line-height: 1.7;
}

.activity-column p a {
  color: var(--key-blue);
  text-decoration: underline;
}

.activity-column p a:hover {
  text-decoration: none;
}

.activity-list {
  display: flex;
  gap: 30px;
  margin: 0 auto 20px;
}

.activity-list li {
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.activity-list+p {
  padding-top: 20px;
}

.divide-space+.activity-column {
  padding: 0;
}

@media (max-width: 768px) {
  .activity-column{padding: 60px 0 0;}
  .activity-column:last-child {
    margin-bottom: 30px;
  }

  .activity-list {
    display: flex;
    gap: 30px;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }

  .activity-list li {
    width: calc((100% - 30px * 1) / 2);
  }
}

@media (max-width: 576px) {
  .activity-column:last-child {
    margin-bottom: 20px;
  }

  .activity-list li {
    width: 100%;
  }
}

.support-list,
.history-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.support-list dt,
.history-list dt {
  width: 15em;
  padding: 30px 0;
  padding-right: 70px;
  font-size: var(--s-text);
  border-top: solid 1px #333;
  font-weight: 600;
}

.support-list dd,
.history-list dd {
  width: calc(100% - 15em);
  padding: 30px 0;
  font-size: var(--s-text);
  border-top: solid 1px #333;
  font-weight: 500;
}

.support-list dd span {
  display: inline-block
}

.support-list dd a,
.history-list dd a {
  color: var(--key-blue);
  text-decoration: underline;
}

.support-list dd a:hover,
.history-list dd a:hover {
  text-decoration: none;
}

.support-list dt:first-child,
.support-list dd:nth-child(2),
.history-list dt:first-child,
.history-list dd:nth-child(2) {
  border-top: none;
}

.history-list dt {
  width: 9em;
}

.history-list dd {
  width: calc(100% - 9em);
}

@media (max-width: 768px) {

  .support-list,
  .history-list {
    margin-top: 15px;
  }

  .support-list dt,
  .history-list dt {
    padding: 15px 0;
    padding-right: 50px;
  }

  .support-list dd,
  .history-list dd {
    padding: 15px 0;
    ;
  }

  .history-list dd {
    width: calc(100% - 8em);
  }
}

@media (max-width: 576px) {

  .support-list dt,
  .history-list dt {
    padding: 15px 0 0;
    padding-right: 0;
    width: 100%;
    border-top: solid 1px #333;
  }

  .support-list dd,
  .history-list dd {
    padding: 5px 0 15px;
    width: 100%;
    border: none;
  }
}

.caption-s {
  font-size: var(--ss-text);
  width: fit-content;
  justify-self: center;
  display: block;
  flex-direction: column;
}

.btn__block+.caption-s {
  padding-top: 40px;
}

.btn__block a.pdf-btn {
  background: #db0001;
  color: #fff;
  height: 64px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  transition: all .4s;
  font-size: var(--btn-text)
}

.btn__block a.pdf-btn:before {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/about/company/pdf-icon.png);
  background-repeat: no-repeat;
  background-size: 20px 25px;
  margin-right: 20px;
}

.btn__block a.pdf-btn:hover {
  opacity: .75;
}

@media (max-width: 768px) {
  .btn__block a.pdf-btn {
    height: 56px;
    padding: 0 24px;
  }

  .btn__block a.pdf-btn:before {
    margin-right: 15px;
  }
}

/* SDGs */
.sdg-block {
  background: url(../images/about/csr/sdg-bg.jpg) no-repeat;
  background-size: contain;
}

.sdg-block .sdg-title {
  display: flex;
  padding-left: 140px;
  flex-direction: column;
  min-height: 100px;
  position: relative;
  margin-bottom: 50px;
}

.sdg-block .sdg-title .en {
  font-family: 'Oswald';
  font-size: var(--middle-title);
}

.sdg-block .sdg-title .ja {
  font-weight: 700;
  font-size: var(--m2-title);
  color: #333;
}

.sdg-title.n05 {
  color: #e83418;
}

.sdg-title.n08 {
  color: #970a31;
}

.sdg-title.n10 {
  color: #dc097b;
}

.sdg-title:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.sdg-title.n05:before {
  content: "";
  background-image: url(../images/about/csr/sdg_icon_05.png);
}

.sdg-title.n08:before {
  content: "";
  background-image: url(../images/about/csr/sdg_icon_08.png);
}

.sdg-title.n10:before {
  content: "";
  background-image: url(../images/about/csr/sdg_icon_10.png);
}

.sdg-article {
  padding: 60px 0 10px;
}
.lead + .sdg-article{padding:80px 0 10px;}

.sdg-block h4 {
  font-size: var(--small-title);
  color: var(--key-blue);
  font-weight: 700;
  margin-bottom: 30px;
}

.sdg-block h4+.about--voice__contents {
  margin-top: 60px;
}

.sdg-detail {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}

.sdg-detail figure {
  width: 320px;
}

.sdg-detail .text {
  width: calc(100% - 320px - 50px);
}

@media (max-width: 980px) {
  .sdg-block .sdg-title {
    display: flex;
    padding-left: 120px;
    min-height: 90px;
    margin-bottom: 40px;
  }

  .sdg-title:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background-size: 90px;
  }

  .sdg-article {
    padding: 50px 0 10px;
  }
  .lead + .sdg-article{padding:70px 0 10px;}

  .sdg-block h4 {
    margin-bottom: 20px;
  }

  .sdg-block h4+.about--voice__contents {
    margin-top: 50px;
  }

  .sdg-detail {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
  }

  .sdg-detail figure {
    width: 270px;
  }

  .sdg-detail .text {
    width: calc(100% - 270px - 50px);
  }
}

@media (max-width: 768px) {
  .sdg-block .sdg-title {
    display: flex;
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 40px;
  }

  .sdg-title:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    background-size: 80px;
  }

  .sdg-article {
    padding: 30px 0 10px;
  }
  .lead + .sdg-article{padding:50px 0 10px;}

  .sdg-block h4 {
    margin-bottom: 20px;
  }

  .sdg-block h4+.about--voice__contents {
    margin-top: 40px;
  }

  .sdg-detail {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 40px;
  }

  .sdg-detail figure {
    width: 100%;
  }

  .sdg-detail .text {
    width: 100%;
  }
}


.client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
  margin: 50px 0;
}

.client-list li {
  width: auto;
  height: 80px;
}

.client-list li img {
  width: auto;
  height: 80px;
}

@media (max-width: 768px) {
  .client-list {
    gap: 40px;
    row-gap: 20px;
    margin: 40px 0;
  }

  .client-list li {
    width: auto;
    height: 60px;
  }

  .client-list li img {
    width: auto;
    height: 60px;
  }
}

@media (max-width: 576px) {
  .client-list {
    gap: 30px;
    row-gap: 15px;
    margin: 30px 0;
  }

  .client-list li {
    width: auto;
    height: 48px;
  }

  .client-list li img {
    width: auto;
    height: 48px;
  }
}


/* MAP */

:where(.access-item) + .access-item {
  margin-top: 80px;
}

.location-name {
  font-size: var(--text);
  line-height: var(--line-height-label);
  font-weight: bold;
  margin-bottom: .25em;
}

.location-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

.location-block p {
  font-size: var(--s-text)
}

.location-block .googlemap-btn a {
  width: fit-content;
  padding: 10px 40px 10px 0;
  font-size: var(--btn-text);
  color: #333;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

.location-block .googlemap-btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/common/circle-arrow-grn.png) no-repeat;
  background-size: 30px 30px;
  right: 0;
  top: calc(50% - 14px);
}

@media (max-width: 768px) {
  :where(.access-item) + .access-item {
    margin-top: var(--space-y-area);
  }
  .location-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0;
    gap: 20px;
  }
}


.map {
  max-width: 800px;
  margin: 0 auto;
  /* iframeが読み込まれる前にアンカーリンクでスクロールしてくるとアンカーリンクがずれるので、iframeのエリアを事前に確保 */
  aspect-ratio: 5 / 3;
}

.map iframe {
  width: 100%;
  aspect-ratio: 5 / 3;
  /* 800×600 */
  border: 0;
  display: block;
}

/* staff */
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}

.staff-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px * 3) / 4);
  gap: 8px;
}

.staff-list li figure {
  margin-bottom: 5px;
}

.staff-list li h3 {
  font-family: "Oswald";
  color: var(--key-blue);
  font-size: var(--small-title);
  line-height: 1.4;
}

.staff-list li p {
  font-size: var(--s-text);
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.staff-list li a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .staff-list li {
    width: calc((100% - 60px * 2) / 3);
    gap: 8px;
  }
}

@media (max-width: 768px) {

  .map {
    aspect-ratio: 4 / 3;
  }

  .map iframe {
    aspect-ratio: 4 / 3;
  }

  .staff-list {
    gap: 40px;
    margin-bottom: 40px
  }

  .staff-list li {
    width: calc((100% - 40px * 1) / 2);
  }
}

@media (max-width: 576px) {
  .staff-list {
    gap: 30px;
    margin-bottom: 30px
  }

  .staff-list li {
    width: calc((100% - 30px * 1) / 2);
  }
}

/* recruit */

.recruit-copy {
  padding: 20px 0 40px;
  line-height: 1.5;
}

.recruit-select-btn {
  margin-top: 50px;
}

.btn__block.recruit-btn {
  margin: 80px 0;
}

.btn__block.recruit-btn a {
  background: #ff7b37;
  color: #fff;
  height: 96px;
  padding: 0 120px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  transition: all .4s;
  font-size: var(--small-title)
}

.btn__block.recruit-btn a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../images/about/recruit/recruit-icon.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  margin-right: 20px;
}

.btn__block.recruit-btn a:hover {
  opacity: .75;
}

.detail-item {
  margin: 50px 0;
  display: flex;
  padding: 40px 30px;
  gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
}

.detail-item figure {
  width: 48%;
}

.detail-item figure img {
  border-radius: 20px;
}

.detail-item .text {
  width: calc(52% - 30px)
}

.detail-item .text.full {
  width: 100%;
}

.detail-item h3 {
  font-size: var(--small-title);
  font-weight: 700;
  padding: 20px 0 30px;
  background-image: url(../images/about/recruit/title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.detail-item h3.full {
  width: 100%;
  margin-bottom: -20px
}

.detail-item .text p {
  font-size: var(--s-text);
  line-height: 1.7;
}

.detail-item .text p+p {
  padding-top: 20px;
}

.interview a {
  display: flex;
  gap: 50px;
  padding: 15px 80px;
  background: #ecf6fa;
  border-radius: 80px;
  border: solid 1px var(--key-blue);
  margin-top: 40px;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.interview a:hover {
  background: var(--key-blue);
  color: #fff;
}

.interview a figure {
  width: 120px;
}

.interview a .interview-title {
  width: calc(100% - 120px - 50px);
}

.interview-title p {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.interview-title p .small {
  font-size: var(--btn-text);
  font-weight: 700;
}

.interview-title p .large {
  font-size: var(--m2-title);
  font-weight: 700;
}

.interview-title p .small b {
  display: inline-block;
  padding: 0;
}

.interview-title p .large b {
  display: inline-block;
  padding: 0 0.25em;
}

@media (max-width: 980px) {
  .recruit-copy {
    padding: 20px 0 40px;
    line-height: 1.5;
  }

  .recruit-select-btn {
    margin-top: 50px;
  }

  .btn__block.recruit-btn {
    margin: 60px 0;
  }

  .btn__block.recruit-btn a {
    height: 84px;
    padding: 0 80px;
  }

  .btn__block.recruit-btn a:before {
    content: "";
    width: 28px;
    height: 28px;
    background-size: 28px;
    margin-right: 16px;
  }

  .interview a {
    display: flex;
    gap: 40px;
    padding: 15px 30px;
  }

  .interview a figure {
    width: 100px;
  }

  .interview a .interview-title {
    width: calc(100% - 100px - 40px);
  }
}


@media (max-width: 768px) {
  .btn__block.recruit-btn a {
    height: 56px;
    padding: 0 24px;
  }

  .btn__block.recruit-btn a:before {
    margin-right: 15px;
  }

  .interview a {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 20px;
  }

  .interview a figure {
    width: 100px;
  }

  .interview a .interview-title {
    width: 100%;
  }

  .detail-item {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    padding: 25px 25px;
    gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
    border-radius: 10px;
  }

  .detail-item figure {
    width: 100%;
  }

  .detail-item figure img {
    border-radius: 20px;
  }

  .detail-item .text {
    width: 100%
  }

  .detail-item .text.full {
    width: 100%;
  }

  .detail-item h3 {
    font-size: var(--small-title);
    padding: 20px 0 30px;
    background-image: url(../images/about/recruit/title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*privacy*/

.privacy-block {
  padding-top: 60px;
}

p+.privacy-block {
  padding-top: 100px;
}

.privacy-block .about-stitle {
  font-size: var(--m2-title);
  margin-bottom: 40px;
  font-weight: 900;
}

.privacy-block p {
  font-size: var(--s-text);
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.privacy-block p+p {
  padding-top: 20px;
}

.privacy-block ul.indent {
  width: calc(100% - 1em);
  margin-left: 1em;
  margin-top: 1.5em;
  font-size: var(--s-text);
}

.privacy-block ul.indent li {
  padding: 2px 0 2px 1.25em;
  text-indent: -1.25em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .privacy-block {
    padding-top: 40px;
  }

  p+.privacy-block {
    padding-top: 70px;
  }

  .privacy-block .about-stitle {
    margin-bottom: 30px;
  }
}

/*philosophy*/

.philosophy {
  border-bottom: solid 1px #666;
  margin-top:-30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.philosophy-block .about-stitle {
  font-size: var(--m2-title);
  margin-bottom: 40px;
  font-weight: 900;
}

.philosophy-block p {
  font-size: var(--text);
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.mission {
  width: 95%;
  max-width: 860px;
  margin: 60px auto;
  background-color: #edf2f8;
  background-image: url(../images/about/message/mission-bg.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 45px;
  border-radius: 20px;
}

.mission h3 {
  font-size: var(--small-title);
  font-weight: 700;
  color: var(--key-blue);
  margin-bottom: 30px;
  line-height: 1.2;
}

.mission p {
  font-size: var(--s-text);
  line-height: 1.7;
  font-weight: 500;
}

.mission .lead {
  width: 65%;
  max-width: 450px;
  margin: 30px auto 10px;
}

.message-block {
  padding-top: 60px;
  padding-inline:10px;
}

.message-block .about-stitle {
  font-size: var(--small-title);
  margin-bottom: 40px;
  font-weight: 900;
}

.message-block p {
  font-size: var(--text);
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.message-block p+p {
  padding-top: 20px;
}

.message-block p strong {
  font-weight: 700;
  color: #333;
}

.message-block p.signature {
  text-align: right;
}

.message-block+.message-block+.message-block {
  padding-bottom: 40px;
}

.message-photo {
  width: 90%;
  max-width: 640px;
  margin: -40px auto 20px;
}

.message-photo img {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .message-photo {} 
}


.about-column-wrap+.about-column-wrap {
  padding: 40px 0;
}

section.object__bg__top {
  background: url(../images/common/bg-object.png) top center no-repeat;
  background-size: 105%;
}


@media (max-width: 768px) {
  .philosophy {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .philosophy-block .about-stitle {
    margin-bottom: 30px;
  }

  .mission {
    width: 100%;
    margin: 40px auto;
    padding: 30px;
  }

  .mission h3 {
    font-size: var(--small-title);
    font-weight: 700;
    color: var(--key-blue);
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .mission .lead {
    width: 95%;
    max-width: 450px;
    margin: 40px auto 10px;
  }

  .message-block .about-stitle {
    margin-bottom: 30px;
  }

  .message-block p+p {
    padding-top: 16px;
  }

  .about-column-wrap+.about-column-wrap {
    padding: 40px 0;
  }
}


/* お客様の声 サムネイル個別設定 */
.about--voice-item#cese01::before {
  background: url(../images/about/top/avator-01.png) center/contain no-repeat;
}

.about--voice-item#cese02::before {
  background: url(../images/about/top/avator-02.png) center/contain no-repeat;
}

.about--voice-item#cese03::before {
  background: url(../images/about/top/avator-03.png) center/contain no-repeat;
}

.about--voice-item#cese04::before {
  background: url(../images/about/top/avator-04.png) center/contain no-repeat;
}

.about--voice-item#cese05::before {
  background: url(../images/about/top/avator-05.png) center/contain no-repeat;
}

.about--voice-item#cese06::before {
  background: url(../images/about/top/avator-06.png) center/contain no-repeat;
}

.about--voice-item#staff::before {
  background: url(../images/about/top/avator-staff.png) center/contain no-repeat;
}

.voice-title+p {
  margin-bottom: 70px;
}

.achieve-more-wrap {
  justify-content: center;
  margin-top: 12px;
}

.achieve-more-wrap a.achieve-more-btn.type04.blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 56px 10px 32px;
  font-size: 16px;
}

.achieve-more-wrap a.achieve-more-btn.type04.blue::after {
  background-image: none;
  content: "+";
  width: auto;
  height: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: inherit;
}

/* ローカルナビ */
.contents-link {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  gap: 60px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contents-link a {
  width: fit-content;
  padding: 10px 40px 10px 0;
  font-size: var(--btn-text);
  color: #333;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px var(--key-blue)
}

.contents-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/circle-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  right: 0;
  top: calc(50% - 14px);
}

.contents-link a.type02 {
  border-bottom: solid 1px var(--key-grn);
}

.contents-link a.type02:after {
  content: "";
  background-image: url(../images/common/circle-arrow-grn.png)
}

.contents-link a b {
  font-size: var(--lm-title);
  padding: 0 0.1em;
}

.contents-link a:hover {
  border-bottom: solid 1px transparent;
  color: var(--key-blue)
}

.contents-link a.type02:hover {
  border-bottom: solid 1px transparent;
  color: var(--key-grn)
}

@media (max-width: 980px) {
  .contents-link {
    width: 100%;
    gap: 40px;
    row-gap: 15px;
  }
}

@media (max-width: 576px) {
  section .section-in {
    padding: 30px 20px;
  }

  .contents-link {
    width: 100%;
    gap: 20px;
    row-gap: 5px;
  }
}