@charset "UTF-8";
.breadcrumbs_wrap {
  padding: clamp(18px, 1.3vw, 25px) 0 clamp(30px, 3vw, 30px);
  position: relative;
  padding-bottom: 45px;
}
.breadcrumbs_wrap::before {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../img/common/pagetitle-bottom.webp);
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -37px;
}

.breadcrumbs {
  width: var(--wide-liquid);
  margin-inline: auto;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #646464;
  font-size: clamp(13px, 0.677vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #0897d8;
}

.pagetitle {
  container-type: inline-size;
  overflow: hidden;
}

.pagetitle_inner {
  width: var(--wide-liquid);
  min-height: clamp(198px, 15.1vw, 290px);
  margin-inline: auto;
  padding: 4em 0 clamp(36px, 2.35vw, 45px);
  gap: clamp(28px, 4vw, 76px);
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}

.pagetitle h1 {
  margin-bottom: unset;
}

.pagetitle .leadbox {
  width: 100%;
  flex: 1;
}

.pagetitle .en_title {
  margin-bottom: clamp(14px, 0.94vw, 18px);
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: clamp(50px, 17.5vw, 130px) !important;
}
.pagetitle .en_title::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 138/120;
  position: absolute;
  right: 0.1em;
  top: -0.2em;
  background-image: url(../img/common/pegetitle-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.pagetitle .sub_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 0.9em;
  letter-spacing: 0.08em;
}
.pagetitle .sub_label span {
  margin-right: 0.3em;
}

.contact01 {
  padding: clamp(62px, 5.1vw, 98px) 0 clamp(72px, 5.94vw, 114px);
  padding-top: unset;
  z-index: 2;
  position: relative;
}

.contact01_inner {
  width: var(--liquid);
  display: flex;
  flex-direction: column;
}

.top11.contact01 .head {
  margin-bottom: clamp(18px, 1.56vw, 30px);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(40px, 5.2vw, 100px);
  line-height: 0;
  margin-top: -0.5em;
}

.top11.contact01 .head .eg {
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.top11.contact01 .head h3 {
  min-width: clamp(320px, 13vw, 250px);
  padding: 0.43em 1.2em;
  letter-spacing: 0.08em;
  margin-top: 0.6em;
  width: 100%;
}

.top11.contact01 .text {
  margin-bottom: clamp(30px, 2.35vw, 45px);
}

.top11.contact01 .links {
  gap: clamp(20px, 1.67vw, 32px);
}

.top11.contact01 .item {
  width: min(100%, clamp(320px, 70vw, 545px));
  min-height: clamp(82px, 5.73vw, 110px);
  border: 2px solid #333333;
  border-radius: 4px;
  box-shadow: clamp(5px, 0.42vw, 8px) clamp(5px, 0.42vw, 8px) 0 rgba(51, 51, 51, 0.72);
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.top11.contact01 .item .time {
  margin-bottom: unset;
}

.top11.contact01 .item a {
  width: 100%;
  min-height: inherit;
  padding: 1.5em 1em;
}
.top11.contact01 .item a .num {
  margin-bottom: 0.3em;
}
.top11.contact01 .item a:not(:has(.time)) .num {
  margin-top: calc(clamp(17px, 1.042vw, 20px)*1.2/2);
  margin-bottom: calc(0.3em + clamp(17px, 1.042vw, 20px)*1.2/2);
}

.top11.contact01 .item:hover,
.top11.contact01 .item:focus-within {
  background: #04579b !important;
  border-color: #04579b;
  box-shadow: clamp(8px, 0.63vw, 12px) clamp(8px, 0.63vw, 12px) 0 rgba(51, 51, 51, 0.72);
  transform: translate(-3px, -3px);
}

.top11.contact01 .item:hover *,
.top11.contact01 .item:focus-within * {
  color: #fff !important;
}

.top11.contact01 .item *,
.top11.contact01 .item *::before,
.top11.contact01 .item *::after {
  transition: all 0.5s ease-out;
}

.top11.contact01 .mail a {
  gap: clamp(12px, 1.04vw, 20px);
  height: 100%;
}

.top11.contact01 .mail a .mail_text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: unset;
}

.top11.contact01 .tel_icon,
.top11.contact01 .mail_icon {
  line-height: 1;
  letter-spacing: 0;
}

.about05 {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 5vw, 80px) 0 clamp(88px, 8.7vw, 180px);
}

.about05_gap {
  padding: clamp(72px, 5vw, 80px) 0 clamp(88px, 8.7vw, 100px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.about05_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  min-height: 420px;
  height: 38vw;
  display: flex;
  flex-direction: column;
}
.about05_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about05_inner {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  padding: clamp(72px, 5vw, 100px) 0 clamp(88px, 6vw, 120px);
}

.about05_cards {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: stretch;
}

.about_link_card {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.15vw, 22px);
  width: min(100%, clamp(300px, 27.6vw, 530px));
  color: #fff;
  text-decoration: none;
}

.about_link_card_head {
  gap: clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}

.about_link_card_eg {
  margin: 0;
  font-size: clamp(34px, 6vw, 55px);
  line-height: 0.94;
}

.about_link_card_label {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 10px);
  margin: 0;
  font-size: clamp(14px, 1.04vw, 20px);
}
.about_link_card_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 1.04vw, 20px);
  height: 4px;
  background: #00a0e9;
  transform: rotate(180deg);
}

.about_link_card_text {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.4;
  letter-spacing: 0;
}

.about_link_card_media {
  margin-top: auto;
}
.about_link_card_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 530/255;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: clamp(5px, 0.52vw, 10px);
}

.about_link_card_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 2.86vw, 55px);
  height: clamp(30px, 2.86vw, 55px);
  background: #0897D8;
  color: #fff;
  font-size: clamp(22px, 1.7vw, 35px);
  line-height: 1;
  border-radius: 0 0 clamp(5px, 0.52vw, 10px) 0;
}

@media (max-width: 1200px) {
  .pagetitle_inner {
    flex-direction: column-reverse;
    gap: clamp(10px, 4vw, 20px);
  }
  .about05 {
    padding: unset;
  }
}
@media (max-width: 767px) {
  .pagetitle_inner {
    width: min(100% - 44px, 680px);
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 0;
    min-height: auto;
    padding: 40px 0 44px;
    padding-bottom: 24px;
  }
  .pagetitle .leadbox,
  .pagetitle .txbox {
    width: 100%;
    text-align: left !important;
  }
  .pagetitle .leadbox h1,
  .pagetitle .txbox h1 {
    font-size: 15px;
  }
  .breadcrumbs {
    width: min(100% - 44px, 680px);
  }
  .breadcrumbs nav {
    margin-right: auto;
  }
  .top11.contact01 .item {
    min-height: clamp(60px, 18vw, 90px);
  }
  .top11.contact01 .item a {
    padding: 0.5em 1em;
  }
  .top11.contact01 .item a .num {
    color: #333333 !important;
  }
  .top11.contact01 .item:hover * .num,
  .top11.contact01 .item:focus-within * .num {
    color: #fff !important;
  }
  .contact01_inner {
    width: min(100% - 44px, 680px);
  }
  .contact01 .head {
    font-size: clamp(70px, 8vw, 100px) !important;
    margin-top: 40px !important;
  }
  .contact01 .links {
    flex-direction: column;
    align-items: center;
  }
  .about05_inner {
    width: min(100% - 44px, 680px);
  }
  .about05_bg {
    height: calc(100% - 60px);
  }
  .about05_cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .about_link_card {
    width: 100%;
  }
}
/******************************************************
ソニックのストーリー　about
******************************************************/
.about-page .pagetitle--about .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.about-page .pagetitle--about .txbox .en_title {
  font-size: clamp(70px, 6.875vw, 132px);
  letter-spacing: 0.08em;
}
.about-page .pagetitle--about .sub_label {
  letter-spacing: 0.08em;
}

.about_section_label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  letter-spacing: 0.08em;
}
.about_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #00a0e9;
  transform: rotate(180deg);
}

.about01 {
  padding: clamp(48px, 4.17vw, 80px) 0 0;
}

.about02,
.about03 {
  padding-bottom: unset !important;
}

.about02_inner,
.about03_inner {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: clamp(60px, 6.25vw, 150px);
}

.about01_inner,
.about02_inner,
.about03_inner,
.about04_inner,
.about05_inner {
  width: var(--wide-liquid);
  position: relative;
  z-index: 2;
}

.about01_head {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.04vw, 20px);
  margin-bottom: clamp(40px, 3.65vw, 70px);
  padding-bottom: clamp(24px, 2.08vw, 40px);
}

.about01_eg {
  margin: 0;
  font-size: clamp(60px, 5.73vw, 110px);
  line-height: 0.94;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 5% 3%, #04579B 0%, #064e78 3%, #333333 6%, #1f1f1f 100%);
  width: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.about01_eg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: -1;
  bottom: -0.3em;
}

.about01_visuals {
  gap: 0;
  align-items: stretch;
}

.about01_visual {
  flex: 1 1 50%;
}
.about01_visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1024/683;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about02,
.about03,
.about04 {
  padding: clamp(80px, 7vw, 150px) 0;
}

.about04 {
  padding-bottom: clamp(60px, 8vw, 210px);
}

.about_block {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: flex-start;
}

.about_block_lead {
  flex: 0 1 clamp(320px, 39.7vw, 763px);
  max-width: clamp(320px, 39.7vw, 763px);
}

.about_block_tag {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.52vw, 10px);
  min-height: clamp(34px, 2.08vw, 40px);
  padding: 0.35em clamp(16px, 1.46vw, 28px);
  margin: 0 0 clamp(28px, 2.08vw, 40px);
  font-size: clamp(15px, 1.15vw, 22px);
  letter-spacing: 0.08em;
  line-height: 1.34;
}
.about_block_tag::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 0.78vw, 15px);
  height: 2px;
  background: #00a0e9;
}

.about_block_catch {
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1.17;
}

.about_block_content {
  flex: 1 1 0;
  max-width: clamp(320px, 39.6vw, 760px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.08vw, 40px);
}

.about_block_text {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 30px);
}

.about_block_btn {
  gap: clamp(20px, 2.03vw, 39px);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: clamp(8px, 0.52vw, 10px) clamp(28px, 2.6vw, 50px);
  background: #f9f9f9;
  border: 2px solid #333333;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.5;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.about_block_btn .material-symbols-outlined {
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1;
  color: #00a0e9;
}
.about_block_btn:hover, .about_block_btn:focus-visible {
  background: #04579B;
  color: #fff !important;
}
.about_block_btn:hover .material-symbols-outlined, .about_block_btn:focus-visible .material-symbols-outlined {
  color: #fff;
}

.about_block_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 760/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: clamp(5px, 0.52vw, 10px);
}

@media (max-width: 1200px) {
  .about05 {
    padding: unset;
  }
}
/******************************************************
事業案内　business
******************************************************/
.business-page .pagetitle--business .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.business-page .pagetitle--business .txbox .en_title {
  font-size: clamp(70px, 6.875vw, 132px);
  letter-spacing: 0.08em;
}

.business_section_label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
}
.business_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #0897D8;
  transform: rotate(180deg);
}

.business01 {
  padding: clamp(56px, 4.69vw, 90px) 0 clamp(72px, 5.73vw, 110px);
  background: #f5f5f5;
  position: relative;
}
.business01::before {
  content: "";
  width: var(--wide-liquid);
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.business01_inner {
  width: var(--wide-liquid);
}

.business01_catch {
  margin-bottom: clamp(40px, 3.13vw, 60px);
  text-align: center;
  font-size: clamp(20px, 1.56vw, 30px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.business01_cards {
  gap: clamp(16px, 1.04vw, 20px);
  align-items: stretch;
}

.business_overview_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, clamp(260px, 18.75vw, 360px));
  min-height: clamp(160px, 10.42vw, 200px);
  padding: clamp(24px, 1.72vw, 25px) clamp(28px, 2.6vw, 50px);
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.business_overview_card:hover, .business_overview_card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(51, 51, 51, 0.12);
}

.business_overview_card_eg {
  margin: 0;
  font-size: clamp(20px, 7vw, 28px);
  line-height: 1;
}

.business_overview_card_label {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.5;
  margin-bottom: 25px;
}

.business_overview_card_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: clamp(7px, 0.78vw, 15px) 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.business_overview_card_more span:first-child {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.business_overview_card_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6vw, 50px);
  height: 15px;
  background: #0897D8;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_overview_card_arrow::before {
  content: "";
  width: 8px;
  aspect-ratio: 8/10;
  display: block;
  background-image: url(../img/business/arrow.webp);
}

.business_detail {
  padding: clamp(72px, 5.73vw, 110px) 0;
  background: #f5f5f5;
}
.business_detail:last-of-type {
  border-bottom: none;
}
.business_detail:not(:last-child) {
  position: relative;
}
.business_detail:not(:last-child)::before {
  content: "";
  width: var(--wide-liquid);
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.business_detail.business05 {
  padding-bottom: clamp(72px, 8vw, 200px);
}

.business_detail_inner {
  width: var(--wide-liquid);
  gap: clamp(24px, 8vw, 300px);
  margin-bottom: clamp(32px, 2.6vw, 50px);
}

.business_detail_head {
  position: relative;
  margin-bottom: clamp(32px, 2.6vw, 50px);
  font-size: clamp(36px, 3.65vw, 70px);
}
.business_detail_head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, clamp(280px, 34.9vw, 680px));
  height: clamp(36px, 3.13vw, 60px);
  background-color: #fff;
  left: 0;
  bottom: -0.3em;
}

.business_detail_head_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.52vw, 10px);
}

.business_detail_eg {
  margin: 0;
  font-size: clamp(36px, 3.65vw, 70px);
  line-height: 1;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.business_detail_body {
  display: grid;
  gap: clamp(24px, 3.13vw, 60px);
  align-items: start;
  margin-bottom: clamp(32px, 2.6vw, 50px);
}

.business_detail_lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.04vw, 20px);
}

.business_detail_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business_detail_list li {
  padding: clamp(10px, 0.73vw, 14px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.18);
  font-size: clamp(15px, 1.04vw, 20px);
  font-weight: 700;
}
.business_detail_list li::before {
  content: "■";
  margin-right: 0.35em;
  color: #0897D8;
}

.business_detail_left {
  flex: 1;
}

.business_detail_text {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 30px);
  width: 42%;
  margin-top: 60px;
}
.business_detail_text p {
  margin: 0;
}

.business_detail_gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.04vw, 20px);
  margin-bottom: clamp(16px, 1.04vw, 20px);
  width: min(100% - clamp(32px, 10vw, 240px), 1240px);
}
.business_detail_gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400/250;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d9d9d9;
}

.business_detail_note {
  margin: 0;
  text-align: center;
  font-size: clamp(14px, 0.94vw, 18px);
  letter-spacing: 0.08em;
  opacity: 0.5;
}

/******************************************************
実績紹介　case
******************************************************/
.case-page .pagetitle--case .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.case-page .pagetitle--case .txbox .en_title {
  font-size: clamp(50px, 15vw, 130px) !important;
}

.case_nav {
  padding: clamp(64px, 4.17vw, 80px) 0 clamp(56px, 4.69vw, 90px);
  background: #f5f5f5;
}

.case_nav_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
}

.case_nav_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.04vw, 20px);
}

.case_nav_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, clamp(260px, 18.75vw, 360px));
  min-height: clamp(160px, 10.42vw, 200px);
  padding: clamp(24px, 1.72vw, 25px) clamp(28px, 2.6vw, 50px);
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case_nav_card:hover, .case_nav_card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(51, 51, 51, 0.12);
}

.case_nav_card_eg {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(20px, 7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.case_nav_card_label {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  letter-spacing: 0.06em;
}

.case_nav_card_more {
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 0.78vw, 15px);
  margin-top: auto;
}

.case_nav_card_more_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.case_nav_card_more_text {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.case_nav_card_more_bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6vw, 50px);
  height: 15px;
  background: #0897D8;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_nav_card_more_bar::before {
  content: "";
  width: 8px;
  aspect-ratio: 8/10;
  display: block;
  background-image: url(../img/business/arrow.webp);
}

.case_nav_card_rule {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.25);
}

.case_body {
  padding-bottom: clamp(72px, 6.25vw, 200px);
  background-color: #f5f5f5;
}

.case_body_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
}

.case_section {
  padding-top: clamp(56px, 4.69vw, 90px);
  scroll-margin-top: calc(var(--header-h) + 20px);
}
.case_section:first-child {
  border-top: 3px solid #fff;
  padding-top: clamp(72px, 5.73vw, 110px);
}
.case_section + .case_section {
  margin-top: clamp(72px, 7.81vw, 150px);
  padding-top: clamp(72px, 7.81vw, 150px);
  border-top: 3px solid #fff;
}

.case_section_head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.52vw, 10px);
  margin-bottom: clamp(40px, 3.13vw, 60px);
  text-align: center;
}

.case_section_head::before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, clamp(280px, 34.9vw, 670px));
  height: clamp(36px, 3.13vw, 60px);
  background: #fff;
  z-index: 0;
}

.case_section_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  letter-spacing: 0.08em;
}
.case_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #0897D8;
  transform: rotate(180deg);
}

.case_section_eg {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(36px, 3.65vw, 70px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.case_item + .case_item {
  margin-top: clamp(48px, 4.17vw, 80px);
}

.case_item_titlebar {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.52vw, 10px);
  min-height: clamp(48px, 3.13vw, 60px);
  padding: 0.35em clamp(20px, 2.6vw, 50px);
  background: #333333;
}
.case_item_titlebar::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 0.78vw, 15px);
  height: 2px;
  background: #0897D8;
}
.case_item_titlebar h3,
.case_item_titlebar h4 {
  margin: 0;
  font-size: clamp(18px, 1.46vw, 28px);
  letter-spacing: 0.08em;
  color: #fff;
}

.case_item_images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.04vw, 19px);
  margin-bottom: clamp(32px, 2.6vw, 50px);
}

.case_item_images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 630/410;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d9d9d9;
}

.case_item_table {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.56vw, 30px);
  margin: 0;
}

.case_item_row {
  display: grid;
  grid-template-columns: clamp(120px, 16.15vw, 310px) minmax(0, 1fr);
  align-items: start;
}
.case_item_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.case_item_row dt {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: clamp(24px, 1.56vw, 30px);
  border-bottom: #0897D8 3px solid;
  height: 100%;
}

.case_item_row dd {
  margin: 0;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: clamp(24px, 1.56vw, 30px);
  padding: 0 clamp(24px, 4vw, 70px) clamp(24px, 1.56vw, 30px);
  border-bottom: #333333 1px solid;
  height: calc(100% - 1px);
}

/******************************************************
会社概要　company
******************************************************/
.company-page .pagetitle--company .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}

.company_section {
  padding: clamp(72px, 5.73vw, 110px) 0;
  background: #f5f5f5;
  position: relative;
}
.company_section::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: var(--wide-liquid);
  background-color: #fff;
  height: 3px;
}
.company_section:last-of-type {
  border-bottom: none;
}
.company_section.company03 {
  padding-bottom: clamp(60px, 8vw, 210px);
}
.company_section.company03::before {
  display: none;
}

.company_section_inner {
  width: var(--wide-liquid);
}

.company_section_head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.52vw, 10px);
  margin-bottom: clamp(40px, 3.13vw, 60px);
  text-align: center;
}
.company_section_head::before {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, clamp(280px, 34.9vw, 800px));
  height: clamp(36px, 3.13vw, 60px);
  background: #fff;
  z-index: 0;
}

.company_section_head_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.52vw, 10px);
}

.company_section_label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  letter-spacing: 0.08em;
}
.company_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #0897d8;
  transform: rotate(180deg);
}

.company_section_eg {
  margin: 0;
  font-size: clamp(36px, 3.65vw, 70px);
  line-height: 1;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.company01 .company_data {
  max-width: clamp(320px, 90vw, 960px);
  margin-inline: auto;
}
.company01 .company_data .row_data {
  display: grid;
  grid-template-columns: clamp(120px, 16.15vw, 200px) minmax(0, 1fr);
  align-items: start;
}
.company01 .company_data .row_data:last-child {
  border-bottom: none;
}
.company01 .company_data dt {
  flex: 0 0 clamp(120px, 8.7vw, 167px);
  font-weight: 700;
  padding: clamp(14px, 0.94vw, 18px) clamp(8px, 0.52vw, 10px);
  border-bottom: 3px solid #0897d8;
  height: 100%;
}
.company01 .company_data dd {
  flex: 1 1 auto;
  margin: 0;
  padding: clamp(14px, 0.94vw, 18px) clamp(24px, 4vw, 70px);
  border-bottom: 1px solid #333333;
  height: calc(100% - 1px);
}
.company01 .company_data dd p {
  margin: 0 0 0.35em;
}
.company01 .company_data dd p:last-child {
  margin-bottom: 0;
}

.company02_clients {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.13vw, 60px) clamp(40px, 5.21vw, 100px);
  max-width: clamp(320px, 52vw, 1000px);
  margin-inline: auto;
}

.company02_client_col {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company02_client_col li {
  padding: clamp(12px, 0.78vw, 15px) 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.18);
  font-size: clamp(16px, 0.94vw, 18px);
  letter-spacing: 0.08em;
}

.company03_address {
  margin: 0 0 clamp(20px, 1.56vw, 30px);
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.company03_map {
  max-width: clamp(320px, 57.7vw, 1108px);
  margin-inline: auto;
}
.company03_map iframe {
  display: block;
  width: 100%;
  height: clamp(240px, 24.2vw, 465px);
  border: 0;
  background: #d9d9d9;
}

.company04 {
  position: relative;
  padding: clamp(72px, 6.77vw, 130px) 0 clamp(88px, 7.81vw, 150px);
  overflow: hidden;
}

.company04_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.company04_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.71;
}

.company04_inner {
  position: relative;
  z-index: 1;
  width: var(--wide-liquid);
}

.company04_cards {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: stretch;
}

.company_link_card {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.15vw, 22px);
  width: min(100%, clamp(300px, 27.6vw, 530px));
  color: #fff;
  text-decoration: none;
}

.company_link_card_head {
  gap: clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}

.company_link_card_eg {
  margin: 0;
  font-size: clamp(34px, 2.86vw, 55px);
  line-height: 0.94;
  letter-spacing: 0.08em;
}

.company_link_card_label {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78vw, 15px);
  margin: 0;
  font-size: clamp(14px, 1.04vw, 20px);
  letter-spacing: 0.08em;
}
.company_link_card_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 1.04vw, 20px);
  height: 4px;
  background: #fff;
  transform: rotate(180deg);
}

.company_link_card_text {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.company_link_card_media {
  margin-top: auto;
}
.company_link_card_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 530/260;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: clamp(5px, 0.52vw, 10px);
}

.company_link_card_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 2.86vw, 55px);
  height: clamp(30px, 2.86vw, 55px);
  background: var(--c-logo02);
  color: #fff;
  font-size: clamp(22px, 1.46vw, 28px);
  line-height: 1;
}

/******************************************************
代表メッセージ　message
******************************************************/
.message-page .pagetitle--message .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.message-page .pagetitle--message .txbox .en_title {
  font-size: clamp(70px, 6.875vw, 132px);
}

.message_section_label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  letter-spacing: 0.08em;
}
.message_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #00a0e9;
  transform: rotate(180deg);
}

.message01 {
  padding: 0;
}

.message01_hero {
  overflow: hidden;
}

.message01_hero_img {
  display: block;
  width: 100%;
  height: auto;
  min-height: clamp(280px, 38vw, 730px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.message01_profile {
  position: absolute;
  left: clamp(22px, 8.33vw, 160px);
  bottom: clamp(28px, 4.17vw, 80px);
  z-index: 1;
  max-width: min(100% - 44px, 600px);
  padding-top: clamp(12px, 1.04vw, 20px);
  max-width: clamp(320px, 60vw, 600px);
  width: 100%;
}

.message01_name_head {
  border-bottom: 1px solid #fff;
  align-items: end;
  gap: clamp(28px, 2vw, 76px);
}

.message01_name {
  margin: 0 0 0.15em;
  font-size: clamp(32px, 2.5vw, 34px);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.message01_name_en {
  margin: 0 0 0.5em;
  font-size: clamp(14px, 1.04vw, 20px);
  letter-spacing: 0.08em;
}

.message01_title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 10px;
}

.message02 {
  padding: clamp(72px, 6.25vw, 120px) 0 clamp(70px, 7.29vw, 100px);
}

.message02_inner,
.message03_inner,
.message04_inner {
  width: var(--wide-liquid);
}

.message02_head,
.message03_head {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.04vw, 20px);
  margin-bottom: clamp(48px, 4.17vw, 80px);
  position: relative;
}
.message02_head::before,
.message03_head::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  height: clamp(36px, 4vw, 90px);
  background: #fff;
  z-index: 0;
}

.message02_eg,
.message03_eg {
  margin: 0;
  font-size: clamp(60px, 5.73vw, 110px);
  line-height: 0.94;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.message_block.message_block--reverse {
  margin-bottom: clamp(70px, 8vw, 140px);
}
.message_block.message_block--reverse .message_block_inner {
  min-height: 27vw;
}
.message_block.message_block--reverse .message_block_media {
  margin-top: unset;
}
.message_block.message_block--reverse .message_block_body {
  margin-top: auto;
}

.message_block_inner {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: flex-start;
  min-height: 36vw;
}

.message_block_body {
  flex: 1 1 0;
  max-width: clamp(320px, 41.7vw, 800px);
}

.message_block_label {
  display: block;
  margin: 0 0 clamp(12px, 1.04vw, 20px);
  padding-bottom: clamp(10px, 0.78vw, 15px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.18);
  font-size: clamp(14px, 0.94vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.message_block_catch {
  margin: 0 0 clamp(24px, 2.08vw, 40px);
  font-size: clamp(22px, 2.08vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.message_block_text {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 30px);
}

.message_block_media {
  flex: 0 1 clamp(280px, 34.9vw, 670px);
  width: min(100%, clamp(280px, 34.9vw, 670px));
  margin-top: auto;
}
.message_block_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 670/570;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.message03 {
  padding: 0 0 60px;
  padding-bottom: clamp(60px, 8vw, 210px);
}

.message03_body {
  max-width: clamp(320px, 90vw, 960px);
  margin-inline: auto;
}

.message03_catch_label {
  border-bottom: #333333 solid 1px;
  padding-bottom: 10px;
}

.message03_catch {
  margin: 0 0 clamp(32px, 2.6vw, 50px);
  font-size: clamp(22px, 2.08vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.message03_text {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.04vw, 20px);
  text-align: left;
}
.message03_text p {
  letter-spacing: 0.08em;
}

.message04 {
  position: relative;
  padding: clamp(72px, 6.77vw, 130px) 0 clamp(88px, 7.81vw, 150px);
  overflow: hidden;
}

.message04_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.message04_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.71;
}

.message04_inner {
  position: relative;
  z-index: 1;
}

.message04_cards {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: stretch;
}

.message_link_card {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.15vw, 22px);
  width: min(100%, clamp(300px, 27.6vw, 530px));
  color: #fff;
  text-decoration: none;
}

.message_link_card_head {
  gap: clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}

.message_link_card_eg {
  margin: 0;
  font-size: clamp(34px, 2.86vw, 55px);
  line-height: 0.94;
  letter-spacing: 0.08em;
}

.message_link_card_label {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78vw, 15px);
  margin: 0;
  font-size: clamp(14px, 1.04vw, 20px);
  letter-spacing: 0.08em;
}
.message_link_card_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 1.04vw, 20px);
  height: 4px;
  background: #fff;
  transform: rotate(180deg);
}

.message_link_card_text {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.4;
}

.message_link_card_media {
  margin-top: auto;
}
.message_link_card_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 530/255;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: clamp(5px, 0.52vw, 10px);
}

.message_link_card_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 2.86vw, 55px);
  height: clamp(30px, 2.86vw, 55px);
  background: var(--c-logo02);
  color: #fff;
  font-size: clamp(22px, 1.46vw, 28px);
  line-height: 1;
}

/******************************************************
お知らせ＆ブログ　news
******************************************************/
.news-page .pagetitle--news .pagetitle_inner,
.news-detail-page .pagetitle--news .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.news-page .pagetitle--news .txbox .en_title,
.news-detail-page .pagetitle--news .txbox .en_title {
  font-size: clamp(70px, 6.77vw, 130px);
}

.news-detail-page .breadcrumbs_wrap--detail {
  padding-top: clamp(40px, 3vw, 80px);
}
.news-detail-page .breadcrumbs_wrap--detail::before {
  display: none;
}

.news_main {
  position: relative;
  padding: 64px 0 clamp(88px, 7.29vw, 200px);
}

.news_main_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
  padding-left: 6%;
}

.news_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(260px, 16.67vw, 320px);
  gap: clamp(28px, 5vw, 150px);
  align-items: start;
}

.news_list {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.08vw, 40px);
}

.news_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.08vw, 40px);
}

.news_card {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.73vw, 14px);
  padding: clamp(12px, 1.56vw, 30px);
  background: #fff;
  border-radius: clamp(5px, 1.56vw, 10px);
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news_card img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.news_card:hover .news_card_thumb, .news_card:focus-visible .news_card_thumb {
  overflow: hidden;
}
.news_card:hover .news_card_thumb img, .news_card:focus-visible .news_card_thumb img {
  transform: scale(1.08);
}
.news_card:focus-visible {
  outline: 2px solid #04579b;
  outline-offset: 3px;
}

.news_card_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  overflow: hidden;
}
.news_card_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/220;
  border-radius: 5px;
}

.news_card_title {
  margin: 0;
  font-size: clamp(14px, 0.8vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.news_card_excerpt {
  margin: 0;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_card_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: clamp(12px, 0.94vw, 18px);
  border-top: 1px solid rgba(51, 51, 51, 0.25);
}

.news_card_date {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
}

.news_card_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.6em;
  border: 1px solid #04579b;
  color: #04579b;
  font-size: clamp(12px, 0.83vw, 16px);
}

.news_sidebar {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.08vw, 40px);
}

.news_widget {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.83vw, 10px);
}

.news_widget_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 0.5em 1em;
  background: #333333;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.08em;
}

.news_widget_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-archive__months {
  padding-left: 0;
}

.news_widget_item:not(:first-child) {
  margin-top: 10px;
}

/* 通常時（滑らかに回転させるためのtransition） */
.news-archive__year-button .material-symbols-outlined {
  transition: transform 0.3s;
}

/* 開いているとき矢印を90度回転 */
.news-archive__year-button[aria-expanded=true] .material-symbols-outlined {
  transform: rotate(90deg);
}

.news-archive__months .news_widget_item:not(:first-child) {
  margin-top: 0;
}

.news_widget_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0.45em 0 0.55em;
  color: #333333;
  text-decoration: none;
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s ease;
  border-bottom: 1px solid #333333;
}
.news_widget_link:hover, .news_widget_link:focus-visible {
  color: #00a0e9;
}
.news_widget_link:focus-visible {
  outline: 2px solid #04579b;
  outline-offset: 3px;
}
.news_widget_link .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: clamp(22px, 1.56vw, 30px);
  color: #00a0e9;
}

.news_widget_link--recent {
  flex-wrap: wrap;
  align-items: flex-start;
}

.news_widget_recent_title {
  flex: 1 1 calc(100% - 70px);
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_widget_recent_date {
  margin: 0;
  font-size: clamp(12px, 0.73vw, 14px);
  color: #7b7b7b;
}

.news_pagenavi {
  margin-top: clamp(24px, 2.08vw, 40px);
}

.news_pagenavi.wp-pagenavi,
.news_pagenavi.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: clamp(32px, 4.95vw, 50px);
}

.news_pagenavi.wp-pagenavi a,
.news_pagenavi.wp-pagenavi span,
.news_pagenavi.page-numbers {
  width: max(min(1.5625vw, 30px), 30px);
  min-width: 30px;
  min-height: 30px;
  aspect-ratio: 1/1;
  margin: 5px 5px;
  border: 1px solid #333333 !important;
  background-color: #fff !important;
  color: #333333;
  padding: 0;
  font-size: clamp(14px, 0.9375vw, 16px);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.news_pagenavi.wp-pagenavi a:focus-visible,
.news_pagenavi.wp-pagenavi span:focus-visible,
.news_pagenavi.page-numbers:focus-visible {
  outline: 2px solid #00a0e9;
  outline-offset: 2px;
}
.news_pagenavi.wp-pagenavi a.previouspostslink, .news_pagenavi.wp-pagenavi a.nextpostslink,
.news_pagenavi.wp-pagenavi span.previouspostslink,
.news_pagenavi.wp-pagenavi span.nextpostslink,
.news_pagenavi.page-numbers.previouspostslink,
.news_pagenavi.page-numbers.nextpostslink {
  background-color: #333333 !important;
  color: #fff;
}

.news_pagenavi.wp-pagenavi a,
.news_pagenavi.page-numbers {
  cursor: pointer;
}

.news_pagenavi.wp-pagenavi a.is-current, .news_pagenavi.wp-pagenavi span.is-current {
  background-color: #04579b !important;
  border-color: #04579b !important;
  color: #fff;
}

.news_pagenavi.wp-pagenavi span.extend {
  border: none !important;
  background: transparent !important;
}

.news_top_link {
  position: fixed;
  right: clamp(12px, 1.04vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  /* flex-direction: column; */
  rotate: 180deg;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 96px;
  padding: 8px 4px;
  color: #333333;
  text-decoration: none;
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.news_top_link:hover, .news_top_link:focus-visible {
  color: #04579b;
  opacity: 0.85;
}
.news_top_link:focus-visible {
  outline: 2px solid #04579b;
  outline-offset: 3px;
}
.news_top_link .material-symbols-outlined {
  writing-mode: horizontal-tb;
  order: 1;
  /* transform: rotate(-90deg); */
  transform: rotate(90deg);
  color: #00a0e9;
}

.news_detail_card {
  padding: clamp(28px, 2.6vw, 50px) clamp(24px, 3.59vw, 69px) clamp(40px, 3.13vw, 60px);
  background: #fff;
  border-radius: 10px;
}

.news_detail_head {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.04vw, 20px);
  padding-bottom: clamp(16px, 1.04vw, 20px);
  margin-bottom: clamp(24px, 1.56vw, 30px);
  border-bottom: 1px solid var(--c-gray);
}

.news_detail_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.news_detail_date {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.06em;
}

.news_detail_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.6em;
  border: 1px solid #04579b;
  color: #04579b;
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: 0.08em;
}

.news_detail_title {
  margin: 0;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-bottom: #333333 1px solid;
  padding-bottom: 0.6em;
}

.news_detail_eyecatch {
  margin-bottom: clamp(28px, 2.08vw, 40px);
}
.news_detail_eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 896/600;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d9d9d9;
}

.news_s_box_txt * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
}
.news_s_box_txt p {
  padding-bottom: 1.3em;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}
.news_s_box_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.news_s_box_txt a {
  color: #04579b;
  transition: 0.3s;
  font-weight: 700;
}
.news_s_box_txt a:hover {
  opacity: 0.6;
}
.news_s_box_txt p strong,
.news_s_box_txt p strong span {
  font-weight: 700;
}
.news_s_box_txt ul,
.news_s_box_txt ol {
  padding-left: 25px !important;
  margin-bottom: 15px;
}
.news_s_box_txt ul li {
  list-style-type: disc !important;
}
.news_s_box_txt ol li {
  list-style-type: decimal !important;
}
.news_s_box_txt iframe {
  max-width: 100%;
}
.news_s_box_txt h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.04vw, 20px);
  margin: clamp(24px, 1.56vw, 30px) 0 25px;
  font-weight: 700;
  color: #333333;
}
.news_s_box_txt h2::before {
  content: "";
  display: block;
  width: 21px;
  align-self: stretch;
  min-height: 1.5em;
  background: #04579b;
  clip-path: polygon(68% 0%, 100% 0%, 32% 100%, 0% 100%);
}
.news_s_box_txt h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(15px, 0.94vw, 18px);
  margin: clamp(20px, 1.3vw, 24px) 0 25px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
}
.news_s_box_txt h3::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 3px solid #04579b;
  transform: rotate(45deg);
}
.news_s_box_txt h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(15px, 0.94vw, 18px);
  margin: clamp(18px, 1.15vw, 22px) 0 25px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.08em;
}
.news_s_box_txt h4::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #04579b;
}

.news_detail_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(40px, 3.13vw, 60px);
  padding-top: clamp(24px, 1.56vw, 30px);
  border-top: 1px solid rgba(51, 51, 51, 0.25);
}

.news_detail_nav_prev,
.news_detail_nav_next {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0.25em 0.5em;
  color: #333333;
  text-decoration: none;
  font-size: clamp(13px, 0.73vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s ease;
}
.news_detail_nav_prev:hover, .news_detail_nav_prev:focus-visible,
.news_detail_nav_next:hover,
.news_detail_nav_next:focus-visible {
  color: #04579b;
}
.news_detail_nav_prev:focus-visible,
.news_detail_nav_next:focus-visible {
  outline: 2px solid #04579b;
  outline-offset: 3px;
}
.news_detail_nav_prev .material-symbols-outlined,
.news_detail_nav_next .material-symbols-outlined {
  font-size: 24px;
  color: #04579b;
}

.news_detail_nav_prev .material-symbols-outlined {
  transform: scaleX(-1);
}

.news_detail_nav_back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 15.63vw, 300px);
  min-height: 58px;
  padding: 0.6em 2em;
  border-radius: 50px;
  background: #333333;
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.news_detail_nav_back:hover, .news_detail_nav_back:focus-visible {
  opacity: 0.9;
  color: #fff;
  background-color: #04579b;
}
.news_detail_nav_back:focus-visible {
  outline: 2px solid #04579b;
  outline-offset: 3px;
}

/******************************************************
プライバシーポリシー　privacy
******************************************************/
.privacy01 {
  min-height: clamp(760px, 72.4vw, 1390px);
  padding: clamp(82px, 6.56vw, 126px) 0 clamp(108px, 8.33vw, 160px);
}

.privacy01_inner {
  width: min(100% - clamp(44px, 16vw, 320px), 1280px);
}

.privacy_block {
  padding-bottom: clamp(36px, 2.81vw, 54px);
  margin-bottom: clamp(36px, 2.81vw, 54px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.14);
}

.privacy_block h2 {
  margin-bottom: clamp(18px, 1.2vw, 23px);
  letter-spacing: 0.08em;
}

.privacy_block p {
  letter-spacing: 0.08em;
}

.privacy_company {
  margin-top: clamp(60px, 4.48vw, 86px);
}

.privacy_company_head {
  padding: 0.6em 1.2em;
  margin-bottom: clamp(20px, 1.3vw, 25px);
  letter-spacing: 0.08em;
}

.company_data .row_data dt {
  font-weight: 500;
}
.company_data .row_data dd {
  flex: 1;
}

.top_btn_wrap {
  margin-top: 20px;
}

.top_btn {
  min-width: clamp(230px, 18.75vw, 280px);
  padding: 0.8em 3.2em 0.78em 1.8em;
  font-size: clamp(14px, 0.938vw, 18px);
}

/******************************************************
選ばれる理由　strength
******************************************************/
.strength-page .pagetitle--strength .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.strength-page .pagetitle--strength .txbox .en_title {
  font-size: clamp(70px, 6.875vw, 132px);
}

.strength_section_label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin-bottom: clamp(10px, 2.08vw, 20px);
}
.strength_section_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 1.04vw, 20px);
  height: 4px;
  background: #00a0e9;
  transform: rotate(180deg);
}

.strength01 {
  padding: clamp(48px, 4.17vw, 80px) 0 0;
}

.strength01_inner {
  width: var(--wide-liquid);
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: clamp(45px, 5.73vw, 110px);
}

.strength01_row {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: flex-start;
}

.strength01_lead {
  width: min(100%, clamp(320px, 36.3vw, 697px));
  flex: 0 1 auto;
}

.strength01_catch {
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1.17;
  letter-spacing: 0.08em;
}

.strength01_text {
  flex: 1 1 0;
  max-width: clamp(320px, 39.6vw, 760px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.04vw, 20px);
}
.strength01_text p {
  letter-spacing: 0.08em;
}

.strength02 {
  padding: clamp(72px, 6.25vw, 120px) 0 clamp(50px, 7.29vw, 80px);
  padding-bottom: clamp(60px, 8vw, 210px);
}

.strength02_inner {
  width: var(--wide-liquid);
}

.strength02_head {
  gap: clamp(24px, 3.13vw, 60px);
  margin-bottom: clamp(48px, 4.17vw, 80px);
  position: relative;
}
.strength02_head::before {
  content: "";
  position: absolute;
  bottom: -1.3em;
  left: 0;
  width: 100%;
  height: clamp(36px, 4vw, 90px);
  background: #fff;
  z-index: 0;
}

.strength02_head_left {
  flex: 0 1 auto;
  z-index: 2;
}

.strength02_eg {
  margin: 0;
  font-size: clamp(60px, 5.73vw, 110px);
  line-height: 0.94;
  letter-spacing: 0.08em;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.strength02_catch {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 1.56vw, 30px);
  z-index: 2;
}

.strength_scroll {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  gap: clamp(24px, 3.13vw, 60px);
  align-items: start;
}

.strength_scroll_visual {
  position: sticky;
  top: calc(var(--header-h) + clamp(20px, 2.08vw, 40px));
  align-self: start;
  width: 46vw;
  margin-left: calc((100vw - 1600px) / -2);
}
.strength_scroll_visual img {
  display: block;
  width: 100%;
  height: auto;
  border-top-right-radius: clamp(50px, 5.21vw, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.strength_scroll_body {
  display: flex;
  flex-direction: column;
  gap: clamp(120px, 10.42vw, 200px);
  padding-top: clamp(70px, 20vw, 200px);
}

.strength_reason_head {
  margin-bottom: clamp(24px, 2.08vw, 30px);
}

.strength_reason_label {
  display: flex;
  align-items: center;
  gap: 0.45em;
  min-height: clamp(30px, 2.08vw, 40px);
  padding: 0.2em clamp(16px, 2.08vw, 40px);
  margin: 0;
  background: #333333;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 1.15vw, 22px);
}
.strength_reason_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 0.78vw, 15px);
  height: 2px;
  background: #00a0e9;
}

.strength_reason_title {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.04vw, 20px);
  margin-bottom: clamp(15px, 2.08vw, 20px);
}

.strength_reason_title_row {
  gap: clamp(10px, 1.04vw, 20px);
  margin: 0;
}

.strength_reason_title_main,
.strength_keyword,
.strength_keyword_plain {
  font-size: clamp(28px, 2.5vw, 48px);
  line-height: 1.17;
  letter-spacing: 0.04em;
}

.strength_keyword {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15em clamp(7px, 1.04vw, 20px);
  background: #fff;
  border: 2px solid #333333;
}
.strength_keyword--primary {
  color: #04579b;
}
.strength_keyword--accent {
  color: #0897d8;
}

.strength_reason_text {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.94vw, 18px);
}
.strength_reason_text p {
  letter-spacing: 0.08em;
}

.strength03 {
  position: relative;
  padding: clamp(72px, 6.77vw, 130px) 0 clamp(88px, 7.81vw, 150px);
  overflow: hidden;
}

.strength03_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.strength03_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.71;
}

.strength03_inner {
  position: relative;
  z-index: 1;
  width: var(--wide-liquid);
}

.strength03_cards {
  gap: clamp(28px, 4.17vw, 80px);
  align-items: stretch;
}

.strength_link_card {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.15vw, 22px);
  width: min(100%, clamp(300px, 27.6vw, 530px));
  color: #fff;
  text-decoration: none;
}

.strength_link_card_head {
  gap: clamp(8px, 0.63vw, 12px);
  flex-wrap: wrap;
}

.strength_link_card_eg {
  margin: 0;
  font-size: clamp(34px, 2.86vw, 55px);
  line-height: 0.94;
  letter-spacing: 0.08em;
}

.strength_link_card_label {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78vw, 15px);
  margin: 0;
  font-size: clamp(14px, 1.04vw, 20px);
  letter-spacing: 0.08em;
}
.strength_link_card_label::before {
  content: "";
  flex: 0 0 auto;
  width: clamp(12px, 1.04vw, 20px);
  height: 4px;
  background: #fff;
  transform: rotate(180deg);
}

.strength_link_card_text {
  margin: 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.strength_link_card_media {
  margin-top: auto;
}
.strength_link_card_media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 530/255;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: clamp(5px, 0.52vw, 10px);
}

.strength_link_card_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 2.86vw, 55px);
  height: clamp(30px, 2.86vw, 55px);
  background: var(--c-logo02);
  color: #fff;
  font-size: clamp(22px, 1.46vw, 28px);
  line-height: 1;
}

@media (max-width: 1730px) {
  .strength_scroll_visual {
    position: sticky;
    top: calc(var(--header-h) + clamp(20px, 2.08vw, 40px));
    align-self: start;
    width: 46vw;
    margin-left: -4vw;
  }
}
/******************************************************
社員紹介 member
******************************************************/
.member-page .pagetitle--member .pagetitle_inner,
.member-detail-page .pagetitle--member .pagetitle_inner {
  align-items: flex-end;
  padding-bottom: clamp(28px, 2.08vw, 40px);
}
.member-page .pagetitle--member .txbox .en_title,
.member-detail-page .pagetitle--member .txbox .en_title {
  font-size: clamp(70px, 6.77vw, 130px);
}

.member-detail-page .pagetitle--member .en_title {
  font-size: clamp(56px, 5.73vw, 110px);
  line-height: 1;
}
.member-detail-page .member_num {
  font-weight: 400;
  font-size: 0.69em;
}

.member01 {
  padding: clamp(64px, 4.69vw, 90px) 0 clamp(80px, 6.77vw, 200px);
}

.member01_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.member01_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 3.13vw, 60px);
  align-items: center;
  border-bottom: #333333 1px solid;
}
.member01_item:first-child {
  border-top: #333333 solid 1px;
}
.member01_item--reverse .member01_text {
  order: 2;
}
.member01_item--reverse .member01_text::after {
  left: unset;
  right: 0;
}
.member01_item--reverse .member01_media {
  order: 1;
}
.member01_item--reverse .member01_more {
  margin-left: auto;
  color: #0897d8;
}

.member01_text {
  position: relative;
}

.member01_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  z-index: 2;
}

.member01_mark {
  flex: 0 0 20px;
  width: 20px;
  height: 4px;
  background: #00a0e9;
}

.member01_role {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.08em;
}

.member01_name {
  margin: 0 0 clamp(8px, 0.78vw, 15px);
  font-size: clamp(22px, 1.77vw, 34px);
  line-height: 1.26;
  letter-spacing: 0.08em;
}

.member01_en {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 3.96vw, 76px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 2;
  position: relative;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.member01_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  height: 70px;
  background: #fff;
  z-index: 0;
  width: calc(100% + 140px);
  z-index: 0;
}

.member01_more {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(-52px, -2.6vw, -36px);
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
  right: 10%;
  bottom: 0;
  color: #0897d8;
}
.member01_more:hover, .member01_more:focus-visible {
  opacity: 0.7;
}
.member01_more .material-symbols-outlined {
  font-size: 1.7em;
  line-height: 1;
}

.member01_media {
  z-index: 2;
}
.member01_media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_detail01 {
  padding: clamp(64px, 4.17vw, 80px) 0 clamp(56px, 4.17vw, 80px);
}

.member_detail01_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 150px);
  align-items: start;
  position: relative;
  border-bottom: 1px solid #7b7b7b;
}

.member_detail01_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.09vw, 21px);
  margin-bottom: clamp(8px, 0.78vw, 15px);
  z-index: 2;
  position: relative;
}

.member_detail01_profile {
  margin-top: 100px;
}

.member_detail01_role {
  margin: 0;
  font-size: clamp(11px, 3.2vw, 18px);
  letter-spacing: 0.08em;
}

.member_detail01_name {
  margin: 0 0 clamp(8px, 0.78vw, 15px);
  font-size: clamp(22px, 1.77vw, 34px);
  line-height: 1.26;
  letter-spacing: 0.08em;
}

.member_detail01_en {
  margin: 0 0 clamp(20px, 1.56vw, 30px);
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 3.96vw, 76px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 2;
  position: relative;
  background: radial-gradient(circle at 5% 5%, #04579B 0%, #064e78 5%, #333333 20%, #1f1f1f 100%);
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.member_detail01_title {
  position: relative;
}

.member_detail01_title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.9em;
  height: clamp(36px, 4vw, 70px);
  width: 100%;
  background: #fff;
  z-index: 0;
  width: min(100vw - clamp(32px, 10vw, 240px), 1600px);
}

.member_detail01_intro {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 2.3;
  letter-spacing: 0.08em;
  margin-top: 90px;
}

.member_detail01_media {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: end;
}

.member_detail01_media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_detail_history {
  margin-top: clamp(28px, 3vw, 70px);
}

.member_detail_history_title {
  margin: 0 0 clamp(16px, 1.04vw, 20px);
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.member_detail_history_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member_detail_history_item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: clamp(16px, 1.56vw, 30px);
  padding: clamp(7px, 1.04vw, 10px) 0;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.member_detail_history_item:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.member_detail_history_item dt {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.member_detail_history_item dd {
  margin: 0;
}

.member_detail02 {
  position: relative;
  overflow: clip;
}

.member_detail02_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
  padding-bottom: clamp(60px, 8vw, 210px);
}

.member_detail02_visual {
  position: sticky;
  top: clamp(100px, 7.81vw, 150px);
  align-self: start;
  width: 88vw;
  margin-left: calc((100vw - 1600px) / -2);
  z-index: 0;
}
.member_detail02_visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_detail02_body {
  padding: clamp(40px, 3.13vw, 60px) 0 0;
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 0 clamp(28px, 3.65vw, 70px);
  align-items: start;
}

.member_detail02_block {
  position: relative;
  margin-left: auto;
  z-index: 2;
  grid-column: 2/3;
}
.member_detail02_block:not(:last-of-type) {
  margin-bottom: clamp(80px, 7vw, 150px);
}

.member_detail_label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: min(100%, 540px);
  margin-bottom: clamp(20px, 1.56vw, 30px);
  padding: 0.2em 1.2em;
  background: #333333;
  color: #fff;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.member_detail_label::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 3px;
  background: #00a0e9;
}

.member_detail_catch {
  margin: 0 0 clamp(20px, 4.17vw, 80px);
  font-size: clamp(18px, 1.67vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.member_detail_text {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4.17vw, 80px);
}
.member_detail_text p {
  margin: 0;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 2.3;
  letter-spacing: 0.08em;
}

.member_detail03 {
  padding: clamp(56px, 4.69vw, 90px) 0;
  background: #fff;
}

.member_detail03_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
}

.member_detail03 .member_detail_text {
  max-width: clamp(320px, 39.6vw, 680px);
  margin-left: auto;
}

.member_detail_next {
  position: relative;
  padding: clamp(72px, 5vw, 80px) 0 clamp(88px, 10vw, 230px);
}

.member_detail_next_inner {
  z-index: 1;
  width: var(--wide-liquid);
  margin-inline: auto;
  z-index: 2;
  position: relative;
}

.member_detail_next_gap {
  width: 100%;
  padding: clamp(72px, 5vw, 80px) 0 clamp(88px, 8.7vw, 100px);
  position: relative;
}

.member_detail_next_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  min-height: 420px;
  height: 38vw;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.member_detail_next_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_detail_next_eg {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(30px, 6.25vw, 120px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.08em;
  color: #fff;
}

.member_detail_next_link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(88px, 47vw, 620px);
  gap: clamp(24px, 2.08vw, 40px);
  align-items: end;
  color: inherit;
  text-decoration: none;
}

.member_detail_next_text {
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.member_detail_next_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px clamp(12px, 1.09vw, 21px);
}

.member_detail_next_role {
  margin: 0;
  font-size: clamp(12px, 3.4vw, 18px);
  letter-spacing: 0.08em;
}

.member_detail_next_name {
  margin: 0;
  font-size: clamp(22px, 1.77vw, 34px);
  letter-spacing: 0.08em;
}

.member_detail_next_more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.member_detail_next_media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_detail_back {
  padding: clamp(40px, 3.13vw, 60px) 0 clamp(56px, 4.17vw, 80px);
  background: #fff;
}

.member_detail_back_inner {
  width: var(--wide-liquid);
  margin-inline: auto;
  text-align: center;
}

.member_detail_back_link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0.65em 1.8em;
  border: 2px solid #333333;
  border-radius: 999px;
  color: #333333;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.member_detail_back_link:hover, .member_detail_back_link:focus-visible {
  background: #333333;
  color: #fff;
}

@media (max-width: 1730px) {
  .member_detail02_visual {
    position: sticky;
    top: calc(var(--header-h) + clamp(20px, 2.08vw, 40px));
    align-self: start;
    margin-left: -4vw;
  }
}
@media screen and (max-width: 1200px) {
  .member01_more {
    margin-left: 0;
    right: 0;
    bottom: -57px;
  }
  .member_detail01_inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  }
  .member_detail01_role {
    font-size: clamp(12px, 3.4vw, 18px);
  }
  .member_detail_next_link {
    grid-template-columns: minmax(0, 1fr) clamp(88px, 40vw, 620px);
  }
}/*# sourceMappingURL=sub.css.map */



/******************************************************
プライバシーポリシー　privacy
******************************************************/
.contact_tel {
  border: 1px solid rgba(51, 51, 51, 0.18);
  padding: 1.56vw 3.125vw;
  width: auto;
  max-width: 600px;
}
.contact_tel a {
  color: #333333;
}
.contact_tel a span.material-symbols-outlined {
  margin-right: 1.04vw ;
}

.form_wrap {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}