@font-face {
  font-family: "WindSong";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WindSong/WindSong-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WindSong";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WindSong/WindSong-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Barlow/Barlow-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Barlow/Barlow-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}

a{
    transition: all 0.2s linear;
}

main{
    overflow: hidden;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  opacity: 0.8;
}

button:hover:not(:disabled) {
  opacity: 0.8;
}

*:focus {
  outline: none;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: pointer;
}

button:disabled {
  cursor: none;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

summary:hover {
  opacity: 0.8;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.l-header__logo {
  margin: 1.042vw 0 0 1.042vw;
}
@media screen and (min-width: 1920px) {
  .l-header__logo {
    margin: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin: 5.333333vw 0 0 5.333333vw;
  }
}
.l-header__logo > a {
  display: inline-block;
  height: min(2.682vw, 51.5px);
}
@media screen and (max-width: 768px) {
  .l-header__logo > a {
    height: 13.733333vw;
  }
}
.l-header__logo > a > img {
  object-fit: cover;
}
.l-header__menu {
  display: flex;
  align-items: end;
}

.l-header__menu .menu_ul_wrapp{
    position: relative;
}

.l-header__menu .menu_ul_wrapp > ul {
    display: flex;
    justify-content: end;
    gap: min(1.6667vw, 20px);
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-size: min(1.042vw, 20px);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .l-header__menu .menu_ul_wrapp {
        display: none;
    }
}

.l-header__menu .menu_ul_wrapp > ul > li{
    position: relative;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp{
    padding-top: min(1.979167vw, 38px);
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    display: none;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data{
    padding: min(1.6667vw, 20px);
    border-radius: min(0.208333vw, 4px);
    background: #2A2A2A;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data > a{
    pointer-events: none;
    cursor: default;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data .name{
    font-size: min(1.145833vw, 22px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: min(1.666667vw, 32px);
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data ul li{
    margin-bottom: min(0.833333vw, 16px);
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data ul li:last-child{
    margin-bottom: 0;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data ul li a{
    padding-left: min(1.25vw, 24px);
    position: relative;
    font-size: min(0.9375vw, 18px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
}

.l-header__menu .menu_ul_wrapp > ul > li .toggle_menu_wrapp .toggle_menu_data ul li a::before{
    content: '';
    display: inline-block;
    width: min(0.416667vw, 8px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}








.l-header__menu > ul {
  display: flex;
  justify-content: end;
  gap: min(1.6667vw, 20px);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.042vw, 20px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-header__menu > ul {
    display: none;
  }
}
.l-header__menu-button {
  background-color: #3D3D3D;
  height: 100%;
  padding: 0 0.8333vw 0.8333vw;
  display: flex;
  align-items: end;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.0416vw, 20px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1920px) {
  .l-header__menu-button {
    font-size: 20px;
    padding: 0 16px 16px;
  }
}
.l-header__menu-button-area {
  display: flex;
  gap: 0.2083vw;
  height: 100%;
  margin: 0 0.8333vw;
}
@media screen and (min-width: 1920px) {
  .l-header__menu-button-area {
    margin: 0 16px;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu-button-area {
    display: none;
  }
}
.l-header__menu-toggle {
  margin-right: 1.042vw;
  width: 2.604vw;
  height: 2.604vw;
  background-image: url("../images/common/header_nav_btn.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
@media screen and (min-width: 1920px) {
  .l-header__menu-toggle {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu-toggle {
    margin-right: 5.333333vw;
    width: 13.333333vw;
    height: 13.333333vw;
  }
}
.l-header__menu-toggle.is-open {
  background-image: url("../images/common/header_nav_btn_close.webp");
}

.lang_select_wrapp{
    position: absolute;
    top: -34px;
    right: 0;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;

}

.lang_select_wrapp::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/icon/icon_lang.png');
    position: absolute;
    top: 5px;
    left: 0;
}

.lang_select_wrapp select option{
    background: #000;
}

@media (max-width: 1920px) {
    .lang_select_wrapp{
        top: -1.770833vw;
        padding-left: 1.041667vw;
        font-size: 0.729167vw;
    }

    .lang_select_wrapp::before{
        width: 0.729167vw;
        height: 0.729167vw;
        top: 0.260417vw;
    }
}

@media (max-width: 768px) {
    .lang_select_wrapp{
        top: 50%;
        right: 22%;
        padding-left: 5.333333vw;
        font-size: 3.733333vw;
        transform: translate(0, -50%);
    }

.lang_select_wrapp::before{
    width: 3.733333vw;
    height: 3.733333vw;
    top: 1.333333vw;
}
}

.l-footer {
    margin-top: min(6.25vw, 120px);
    position: relative;
    z-index: 4;
}

.l-footer .footer_block01{
    width: min(83.333333vw, 1600px);
    margin: 0 auto;
    padding-bottom: min(4.166667vw, 80px);
    border-bottom: 1px solid #3D3D3D;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.l-footer .footer_block01 .l-footer__main {
    width: min(11.458333vw, 220px);
}

.l-footer .footer_block01 .l-footer__main .l-footer__logo {
    width: min(10.416vw, 200px);
    margin-bottom: min(4.166667vw, 80px);
}

.l-footer .footer_block01 .l-footer__sns {
    display: flex;
    gap: min(0.8333vw, 16px);
    align-items: center;
    position: absolute;
    top: min(8.177083vw, 157px);
    left: 0;
}

.l-footer .footer_block01 .l-footer__sns p{
    color: #7D7D7D;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-size: min(1.0416vw, 20px);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin-right: min(0.41667vw, 8px);
}

.l-footer .footer_block01 .l-footer__sns-link {
    width: min(2.0833vw, 40px);
}

.l-footer .footer_block01 .l-footer__nav{
    width: min(51.406250vw, 987px);
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul{
    display: flex;
    justify-content: flex-end;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li{
    margin-left: min(2.083333vw, 40px);
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li:first-child{
    margin-left: 0;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .nav_head{
    display: inline-block;
    font-size: min(1.145833vw, 22px);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: min(1.666667vw, 32px);
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul{

}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .title,
.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li{
    margin-bottom: min(0.833333vw, 16px);
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li:last-child{
    margin-bottom: 0;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li a{
    display: inline-block;
    font-size: min(0.9375vw, 18px);
    font-weight: 300;
    letter-spacing: 0.02em;
    padding-left: min(1.25vw, 24px);
    position: relative;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li a::before{
    content: '';
    display: inline-block;
    width: min(0.416667vw, 8px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li ul{
    margin-left: 1em;
}

.l-footer .l-footer__copyright{
    width: min(83.333333vw, 1600px);
    margin: 0 auto;
    text-align: right;
    padding: min(1.25vw, 24px) 0 min(2.083333vw, 40px);
    font-size: min(0.729167vw, 14px);
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    color: #7B7B7B;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}



@media screen and (max-width: 768px) {

.l-footer {
    margin-top: 64vw;
}

.l-footer .footer_block01{
    width: auto;
    padding-bottom: 10.666667vw;
    display: block;
}

.l-footer .footer_block01 .l-footer__main {
    width: auto;
}

.l-footer .footer_block01 .l-footer__main .l-footer__logo {
    width: 42.666667vw;
    margin: 0 auto 10.666667vw;
}

.l-footer .footer_block01 .l-footer__sns {
    display: flex;
    gap: 4.266667vw;
    justify-content: center;
    position: static;
}

.l-footer .footer_block01 .l-footer__sns p{
    font-size: 3.733333vw;
    margin-right: 2.133333vw;
}

.l-footer .footer_block01 .l-footer__sns-link {
    width: 10.666667vw;
}

.l-footer .footer_block01 .l-footer__nav{
    width: auto;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul{
    display: block;
    margin-bottom: 10.666667vw;
    border-top: 1px solid #7B7B7B;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li{
    margin-left: 0;
    border-bottom: 1px solid #7B7B7B;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .nav_head{
    display: block;
    font-size: 5.866667vw;
    margin-bottom: 0;
    padding: 4.266667vw 5.333333vw;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul{
    margin: 2.133333vw 5.333333vw 1px;
    display: flex;
    flex-wrap: wrap
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .title,
.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li{
    width: 50%;
    margin-bottom: 4.266667vw;

}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .title{
    width: 100%;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li:last-child{
    margin-bottom: 4.266667vw;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li a{
    display: block;
    font-size: 4.8vw;
    padding-left: 3.466667vw;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li a::before{
    width: 2.133333vw;
}

.l-footer .footer_block01 .l-footer__nav .footer_nav_ul > li .inner_ul li ul li{
    width: auto;
}

.l-footer .l-footer__copyright{
    width: auto;
    text-align: center;
    padding: 6.4vw 0 8.533333vw;
    font-size: 3.733333vw;
}


}







.l-breadcrumbs {
  margin-bottom: min(4.1666vw, 40px);
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs {
    margin-bottom: 10.666667vw;
  }
}
.l-breadcrumbs > ol {
  display: flex;
  gap: min(0.8333vw, 16px);
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #7B7B7B;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs > ol {
    font-size: 4.266667vw;
    column-gap: 2.133333vw;
    row-gap: 1.066667vw;
  }
}
.l-breadcrumbs > ol > li:not(:first-child)::before {
  content: "/";
  margin-right: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs > ol > li:not(:first-child)::before {
    margin-right: 2.133333vw;
  }
}
.l-breadcrumbs > ol > li:last-child {
  color: #fff;
}

.l-nav-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(42, 42, 42, 0.5);
  z-index: 5;
  opacity: 0;
  display: none;
  transform: translateY(-30px);
}
.l-nav-modal.is-active {
  animation: fadeinNav 0.5s ease-in-out forwards;
  transform: translateY(0);
  opacity: 1;
  display: inline;
}
.l-nav-modal__inner {
  position: fixed;
  top: calc(1.042vw + min(2.838vw, 54.5px) + 20px);
  left: 1.042vw;
  width: 97.916vw;
  background-color: #2A2A2A;
  padding: 3.333vw 6.25vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .l-nav-modal__inner {
    top: 94.5px;
    left: 20px;
    width: calc(100vw - 40px);
    padding: 64px 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav-modal__inner {
    display: inline;
    top: 25.2vw;
    left: 5.333333vw;
    width: calc(100vw - 10.666667vw);
    padding: 12.8vw 5.333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-nav-modal__flex {
    display: flex;
    align-items: start;
  }
}
.l-nav-modal__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.l-nav-modal__list.gap {
  gap: min(2.5vw, 48px);
}
.l-nav-modal__list.gap-l {
  gap: min(3.3333vw, 64px);
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .l-nav-modal__list {
    gap: 12.8vw;
    width: 50%;
  }
}
.l-nav-modal__item .name,
.l-nav-modal__item > a {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(3.75vw, 72px);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .l-nav-modal__item .name,
  .l-nav-modal__item > a {
    font-size: 5.866667vw;
    font-weight: 600;
    letter-spacing: 0.117333vw;
  }
}
.l-nav-modal__btn {
  width: min(15.364vw, 295px);
}
@media screen and (max-width: 768px) {
  .l-nav-modal__btn {
    width: 100%;
  }
}
.l-nav-modal__btn > a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-nav-modal__btn-bottom {
    margin-top: 12.8vw;
    width: 100%;
  }
  .l-nav-modal__btn-bottom a{
    display: block;
    width: 100%;
  }

}
.l-nav-modal__sub-list {
  margin-top: min(1.6667vw, 32px);
  display: flex;
  flex-direction: column;
  gap: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .l-nav-modal__sub-list {
    margin-top: 8.533333vw;
    gap: 4.266667vw;
  }
}
.l-nav-modal__sub-item {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(0.9375vw, 18px);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: calc(min(0.41667vw, 8px) + min(0.8333vw, 16px));
}
@media screen and (max-width: 768px) {
  .l-nav-modal__sub-item {
    font-size: 4.8vw;
    padding-left: 6.4vw;
  }
}
.l-nav-modal__sub-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: min(0.41667vw, 8px);
  height: 1px;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-nav-modal__sub-item::before {
    width: 2.133333vw;
  }
}

@keyframes fadeinNav {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-btn__main {
  background-color: #000000;
  display: inline-block;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.0416vw, 20px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-btn__main {
    font-size: 5.333333vw;
    padding: 5.333333vw 6.4vw;
  }
}
.l-btn__main.l-btn-gray {
  background-color: #3D3D3D;
}
.l-btn__chevron {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.666vw, 32px);
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: min(1.0416vw, 20px) min(2.5vw, 48px);
  position: relative;
}

.l-btn__chevron:hover{
    background: #fff;
    color: #000;
    opacity: 1;
}

@media screen and (max-width: 768px) {
  .l-btn__chevron {
    font-size: 5.866667vw;
    padding: 5.333333vw 12.8vw;
  }
}
.l-btn__chevron::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(0.8333vw, 16px);
  height: min(0.8333vw, 16px);
  background-image: url("../images/common/btn_chevron.webp");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s linear;
}
.l-btn__chevron:hover::after {
    filter: invert(1);
}

@media screen and (max-width: 768px) {
  .l-btn__chevron::after {
    width: 4.266667vw;
    height: 4.266667vw;
  }
}
.l-btn__chevron.left {
  padding: min(1.0416vw, 20px) min(2.5vw, 48px);
  width: min(12.5vw, 240px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-btn__chevron.left {
    padding: 5.333333vw 6.4vw;
    width: 64vw;
  }
}


.l-btn__chevron.external {
  padding-left: min(1.25vw, 24px);
  padding-right: min(2.9167vw, 56px);
}




@media screen and (max-width: 768px) {
  .l-btn__chevron.external {
    padding-left: 6.4vw;
    padding-right: 14.933333vw;
  }
}
.l-btn__chevron.external > span {
  position: relative;
}
.l-btn__chevron.external > span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  right: max(-1.6667vw, -32px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icon/ic_external.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.l-btn__chevron.external:hover > span::after {
    filter: invert(1);
}

@media screen and (max-width: 768px) {
  .l-btn__chevron.external > span::after {
    width: 6.4vw;
    height: 6.4vw;
    right: -8.533333vw;
  }
}
.l-btn__white-chevron {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  font-size: min(0.9375vw, 18px);
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding: min(1.6667vw, 32px) 0;
  position: relative;
  width: min(19.792vw, 380px);
}
@media screen and (max-width: 768px) {
  .l-btn__white-chevron {
    font-size: 4.8vw;
    padding: 8.533333vw 0;
    width: 100%;
  }
}
.l-btn__white-chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(0.8333vw, 16px);
  transform: translateY(-50%);
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_chevron_right.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-btn__white-chevron::after {
    right: 4.266667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.l-anchor-link > ul {
  display: flex;
  justify-content: space-between;
  counter-reset: index 0;
}
@media screen and (max-width: 768px) {
  .l-anchor-link > ul {
    flex-direction: column;
    justify-content: start;
  }
}
.l-anchor-link > ul > li {
  width: calc((100% - min(3.333vw, 64px) * (var(--item-count) - 1)) / var(--item-count));
}
@media screen and (max-width: 768px) {
  .l-anchor-link > ul > li {
    width: 100%;
  }
}
.l-anchor-link > ul > li > a {
  padding: min(1.4583vw, 28px) 0;
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-anchor-link > ul > li > a {
    font-size: 4.8vw;
    padding: 7.466667vw 0;
  }
}
.l-anchor-link > ul > li > a::before {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.0416vw, 20px);
  padding-right: min(1.0416vw, 20px);
  font-weight: 500;
  line-height: 100%;
  counter-increment: index;
  content: counter(index, decimal-leading-zero);
}
@media screen and (max-width: 768px) {
  .l-anchor-link > ul > li > a::before {
    font-size: 5.333333vw;
    padding-right: 5.333333vw;
  }
}
.l-anchor-link > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_wchevron_down.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-anchor-link > ul > li > a::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-anchor-link-head {
  padding-top: calc(min(1.042vw, 20px) + min(2.838vw, 54.5px));
  margin-top: calc(max(-1.042vw, -20px) + max(-2.838vw, -54.5px));
}
@media screen and (max-width: 768px) {
  .l-anchor-link-head {
    padding-top: 19.866667vw;
    margin-top: -19.866667vw;
  }
}

section {
  padding: 0 min(8.333vw, 160px);
}
@media screen and (max-width: 768px) {
  section {
    padding: 0 5.333333vw;
  }
}

.p-keyvisual {
  background-image: url("../images/common/keyvisual_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  aspect-ratio: 3.2/1;
  padding-top: min(6.25vw, 120px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-keyvisual {
    padding-top: 32vw;
    background-image: url("../images/common/keyvisual_bg_sp.webp");
    background-position-y: bottom;
    background-size: contain;
    aspect-ratio: 375/389;
  }
}
.p-keyvisual__title {
  flex: 1;
  display: flex;
  align-items: center;
}
.p-keyvisual__title > h1 {
  font-family: "Abhaya Libre", serif;
  font-size: min(8.333vw, 160px);
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-keyvisual__title > h1 {
    font-size: 15.466667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-keyvisual__title.small > h1 {
    font-size: 10.666667vw;
  }
}

.p-404 {
  text-align: center;
}
.p-404 > p {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-top: min(12.5vw, 240px);
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-404 > p {
    font-size: 4.266667vw;
    text-align: start;
    margin-top: 42.666667vw;
    margin-bottom: 21.333333vw;
  }
}
.p-404__btn {
  margin-bottom: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-404__btn {
    margin-bottom: 42.666667vw;
  }
}

.p-policy {
  padding: min(12.5vw, 240px) 0;
  margin: 0 auto;
  width: 61.6666vw;
}
@media screen and (max-width: 768px) {
  .p-policy {
    padding: 32vw 5.333333vw;
    width: 100%;
  }
}
.p-policy > details {
  border-top: 1px solid #fff;
}
.p-policy > details:last-child {
  border-bottom: 1px solid #fff;
}
.p-policy > details > summary {
  padding: min(4.1667vw, 80px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary {
    padding: 8.533333vw 0;
  }
}
.p-policy > details > summary > h2 {
  font-size: min(1.458vw, 28px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary > h2 {
    font-size: 5.333333vw;
  }
}
.p-policy > details > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2.5vw, 48px);
  transform: translateY(-50%);
  width: min(2.5vw, 48px);
  height: min(2.5vw, 48px);
  background-image: url("../images/icon/ic_plus.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-policy > details > summary::after {
    width: 12.8vw;
    height: 12.8vw;
    right: 0;
  }
}
.p-policy > details[open] > summary::after {
  background-image: url("../images/icon/ic_minus.webp");
}
.p-policy__content {
  padding-bottom: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-policy__content {
    padding-bottom: 8.533333vw;
  }
}
.p-policy__content > p {
  font-size: min(0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-policy__content > p {
    font-size: 4.266667vw;
  }
}
.p-policy__content > p:not(:first-child) {
  margin-top: min(2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-policy__content > p:not(:first-child) {
    margin-top: 12.8vw;
  }
}

.p-sdgs {
  padding-top: min(12.5vw, 240px);
  counter-reset: content;
}
@media screen and (max-width: 768px) {
  .p-sdgs {
    padding-top: 42.666667vw;
  }
}
.p-sdgs__prologue {
  margin-bottom: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__prologue {
    margin-bottom: 42.666667vw;
  }
}
.p-sdgs__prologue > p {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__prologue > p {
    font-size: 4.266667vw;
  }
}
.p-sdgs__prologue > p:not(:first-child) {
  margin-top: calc(min(0.9375vw, 18px) * 1.8);
}
@media screen and (max-width: 768px) {
  .p-sdgs__prologue > p:not(:first-child) {
    margin-top: 7.68vw;
  }
}
.p-sdgs__content {
  padding-top: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__content {
    padding-top: 42.666667vw;
  }
}
.p-sdgs__content > h2 {
  position: relative;
  font-size: min(2.8125vw, 54px);
  font-weight: 700;
  line-height: 180%;
  padding-left: min(4.5833vw, 88px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__content > h2 {
    font-size: 7.466667vw;
    letter-spacing: 0.04em;
    padding-left: 7.466667vw;
  }
}
.p-sdgs__content > h2::before {
  content: "";
  position: absolute;
  left: max(-8.3333vw, -160px);
  top: 50%;
  transform: translateY(-50%);
  width: min(6.25vw, 120px);
  height: 1px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content > h2::before {
    width: 2.133333vw;
    left: -6.4vw;
    width: 5.333333vw;
  }
}
.p-sdgs__content > h2 > span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  counter-increment: content;
  content: counter(content, decimal-leading-zero);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(2.5vw, 48px);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content > h2 > span::before {
    font-size: 5.333333vw;
    padding-left: 1.066667vw;
  }
}
.p-sdgs__content-box {
  display: flex;
  gap: min(3.333vw, 64px);
  margin: min(4.1667vw, 80px) 0;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-box {
    flex-direction: column;
    gap: 10.666667vw;
    margin: 12.8vw 0;
  }
}
.p-sdgs__content-box:not(:first-child) {
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-box:not(:first-child) {
    margin-top: 12.8vw;
  }
}
.p-sdgs__content-image {
  width: min(40vw, 768px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-image {
    width: 100%;
  }
}
.p-sdgs__content-detail {
  flex: 1;
}
.p-sdgs__content-detail > h3 {
  font-size: min(1.4583vw, 28px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-detail > h3 {
    font-size: 7.466667vw;
  }
}
.p-sdgs__content-detail > h4 {
  margin-top: min(2.0833vw, 40px);
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-detail > h4 {
    margin-top: 10.666667vw;
    font-size: 4.266667vw;
  }
}
.p-sdgs__content-detail > p {
  margin-top: min(1.6667vw, 32px);
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-detail > p {
    font-size: 4.266667vw;
  }
}
.p-sdgs__content-detail > p:not(:first-child) {
  margin-top: min(1.25vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__content-detail > p:not(:first-child) {
    margin-top: 6.4vw;
  }
}
.p-sdgs__logo {
  display: flex;
  margin-top: min(2.0833vw, 40px);
  gap: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__logo {
    gap: 1.066667vw;
    margin-top: 10.666667vw;
  }
}
.p-sdgs__logo > li {
  width: min(6.25vw, 120px);
  height: min(6.25vw, 120px);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-sdgs__logo > li {
    width: 21.333333vw;
    height: 21.333333vw;
  }
}
.p-sdgs__logo > li.sdgs-01 {
  background-image: url("../images/sdgs/ic_logo_01.webp");
}
.p-sdgs__logo > li.sdgs-02 {
  background-image: url("../images/sdgs/ic_logo_02.webp");
}
.p-sdgs__logo > li.sdgs-03 {
  background-image: url("../images/sdgs/ic_logo_03.webp");
}
.p-sdgs__logo > li.sdgs-04 {
  background-image: url("../images/sdgs/ic_logo_04.webp");
}
.p-sdgs__logo > li.sdgs-05 {
  background-image: url("../images/sdgs/ic_logo_05.webp");
}
.p-sdgs__logo > li.sdgs-06 {
  background-image: url("../images/sdgs/ic_logo_06.webp");
}
.p-sdgs__logo > li.sdgs-07 {
  background-image: url("../images/sdgs/ic_logo_07.webp");
}
.p-sdgs__logo > li.sdgs-08 {
  background-image: url("../images/sdgs/ic_logo_08.webp");
}
.p-sdgs__logo > li.sdgs-09 {
  background-image: url("../images/sdgs/ic_logo_09.webp");
}
.p-sdgs__logo > li.sdgs-10 {
  background-image: url("../images/sdgs/ic_logo_10.webp");
}
.p-sdgs__logo > li.sdgs-11 {
  background-image: url("../images/sdgs/ic_logo_11.webp");
}
.p-sdgs__logo > li.sdgs-12 {
  background-image: url("../images/sdgs/ic_logo_12.webp");
}
.p-sdgs__logo > li.sdgs-13 {
  background-image: url("../images/sdgs/ic_logo_13.webp");
}
.p-sdgs__logo > li.sdgs-14 {
  background-image: url("../images/sdgs/ic_logo_14.webp");
}
.p-sdgs__logo > li.sdgs-15 {
  background-image: url("../images/sdgs/ic_logo_15.webp");
}
.p-sdgs__logo > li.sdgs-16 {
  background-image: url("../images/sdgs/ic_logo_16.webp");
}
.p-sdgs__logo > li.sdgs-17 {
  background-image: url("../images/sdgs/ic_logo_17.webp");
}
.p-sdgs__border {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__border {
    margin-top: 21.333333vw;
  }
}
.p-sdgs__border-half {
  width: 45.8%;
  height: 1px;
  background-color: white;
  margin-top: min(2.0833vw, 40px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__border-half {
    width: 60%;
    margin-top: 10.666667vw;
  }
}
.p-sdgs__kpi {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.8333vw, 16px);
  margin-top: min(0.625vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__kpi {
    margin-top: 3.2vw;
    gap: 4.266667vw;
  }
}
.p-sdgs__kpi > li {
  position: relative;
  padding-left: min(1.6667vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__kpi > li {
    padding-left: 8.533333vw;
  }
}
.p-sdgs__kpi > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(0.8333vw, 16px);
  transform: translateY(-50%);
  width: min(0.3125vw, 6px);
  height: min(0.3125vw, 6px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-sdgs__kpi > li::before {
    left: 4.266667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.p-sdgs__kpi > li > p {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__kpi > li > p {
    font-size: 4.266667vw;
  }
}
.p-sdgs__voice {
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice {
    margin-top: 21.333333vw;
  }
}
.p-sdgs__voice > h3 {
  display: flex;
  gap: min(1.25vw, 24px);
  font-size: min(3.75vw, 72px);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice > h3 {
    flex-direction: column;
    font-size: 19.2vw;
    gap: 6.4vw;
  }
}
.p-sdgs__voice > h3 > small {
  font-size: min(0.9375vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice > h3 > small {
    font-size: 4.266667vw;
    align-self: flex-start;
  }
}
.p-sdgs__voice-box {
  margin-top: min(4.1667vw, 80px);
  display: flex;
  flex-wrap: wrap;
  column-gap: min(3.333vw, 64px);
  row-gap: min(5vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-box {
    margin-top: 12.8vw;
    gap: 10.666667vw;
  }
}
.p-sdgs__voice-card {
  width: calc((100% - min(3.333vw, 64px)) / 2);
  background-color: #fff;
  border-radius: min(0.2083vw, 4px);
  padding: min(2.0833vw, 40px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card {
    width: 100%;
    border-radius: 1.066667vw;
    padding: 8.533333vw 6.4vw;
  }
}
.p-sdgs__voice-card > p {
  font-size: min(0.9375vw, 18px);
  color: #000000;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card > p {
    font-size: 4.266667vw;
  }
}
.p-sdgs__voice-card-quote {
  position: absolute;
  top: max(-0.8333vw, -16px);
  left: min(1.6667vw, 32px);
  width: min(2.214vw, 42.5px);
  height: min(1.901vw, 36.5px);
  background-image: url("../images/icon/ic_dquotes.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card-quote {
    top: -4.266667vw;
    left: 5.333333vw;
    width: 11.333333vw;
    height: 9.733333vw;
  }
}
.p-sdgs__voice-card-author {
  margin-top: min(1.6667vw, 32px);
  padding: min(1.6667vw, 32px);
  display: flex;
  background-color: #2A2A2A;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card-author {
    grid-template-areas: "image name" "career career";
    grid-template-columns: auto 1fr;
    margin-top: 8.533333vw;
    padding: 5.333333vw;
    column-gap: 2.133333vw;
    row-gap: 6.4vw;
  }
}
.p-sdgs__voice-card-author-img {
  grid-area: image;
  width: min(6.25vw, 120px);
  height: min(6.25vw, 120px);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-sdgs__voice-card-author .text_wrapp{
  width: calc(100% - min(6.25vw, 120px));
  text-align : left;
}


@media screen and (max-width: 768px) {
  .p-sdgs__voice-card-author-img {
    width: 21.333333vw;
    height: 21.333333vw;
  }
}
.p-sdgs__voice-card-author-img.icon01 {
  background-image: url("../images/sdgs/voice/voice_icon_01.webp");
}
.p-sdgs__voice-card-author-img.icon02 {
  background-image: url("../images/sdgs/voice/voice_icon_02.webp");
}
.p-sdgs__voice-card-author-name {
  grid-area: name;
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card-author-name {
    font-size: 4.266667vw;
  }
}
.p-sdgs__voice-card-author-career {
  grid-area: career;
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__voice-card-author-career {
    font-size: 4.266667vw;
  }
}
.p-sdgs__reward {
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__reward {
    margin-top: 21.333333vw;
  }
}
.p-sdgs__reward-box {
  display: flex;
  gap: min(3.333vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-sdgs__reward-box {
    flex-direction: column;
    gap: 10.666667vw;
  }
}
.p-sdgs__reward-image {
  width: min(40vw, 768px);
  padding: min(1.5625vw, 30px) 0;
  display: flex;
  flex-direction: column;
  gap: min(1.25vw, 24px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sdgs__reward-image {
    width: 100%;
    gap: 2.666667vw;
  }
}
.p-sdgs__reward-image > img {
  width: 75.5%;
}
.p-sdgs__reward-detail {
  flex: 1;
}
.p-sdgs__reward-detail > h3 {
  font-size: min(1.4583vw, 28px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__reward-detail > h3 {
    font-size: 7.466667vw;
  }
}
.p-sdgs__reward-detail > p {
  margin-top: min(1.6667vw, 32px);
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-sdgs__reward-detail > p {
    margin-top: 8.533333vw;
    font-size: 4.266667vw;
  }
}

.p-domain__title-consulting > span::before {
  background-image: url("../images/domain/business/ic_consulting.webp");
}
.p-domain__title-new > span::before {
  background-image: url("../images/domain/business/ic_new.webp");
}
.p-domain__title-ai > span::before {
  background-image: url("../images/domain/business/ic_ai.webp");
}
.p-domain__title-digital > span::before {
  background-image: url("../images/domain/business/ic_digital.webp");
}
.p-domain__title-security > span::before {
  background-image: url("../images/domain/business/ic_security.webp");
}
.p-domain__title-hr > span::before {
  background-image: url("../images/domain/business/ic_hr.webp");
}
.p-domain-business {
  padding-top: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-domain-business {
    padding-top: 42.666667vw;
  }
}
.p-domain-business__prologue {
  margin-bottom: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__prologue {
    margin-bottom: 42.666667vw;
  }
}
.p-domain-business__prologue > h2 {
  font-size: min(4.1667vw, 80px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-domain-business__prologue > h2 {
    font-size: 7.466667vw;
    text-align: left;
  }
}
.p-domain-business__content {
  padding-top: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__content {
    padding-top: 42.666667vw;
  }
}
.p-domain-business__content > h2 {
  position: relative;
  font-size: min(2.8125vw, 54px);
  font-weight: 700;
  line-height: 180%;
  padding-left: min(3.5417vw, 68px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__content > h2 {
    font-size: 7.466667vw;
    letter-spacing: 0.04em;
    padding-left: 8.533333vw;
  }
}
.p-domain-business__content > h2::before {
  content: "";
  position: absolute;
  left: max(-8.3333vw, -160px);
  top: 50%;
  transform: translateY(-50%);
  width: min(6.25vw, 120px);
  height: 1px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-domain-business__content > h2::before {
    top: 6.4vw;
    transform: none;
    left: -6.4vw;
    width: 5.333333vw;
  }
}
.p-domain-business__content > h2 > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: min(2.5vw, 48px);
  height: min(2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__content > h2 > span::before {
    top: 3.733333vw;
    transform: none;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-domain-business__content > p {
  margin-top: min(2.0833vw, 40px);
  font-size: min(0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  width: 61.666%;
}
@media screen and (max-width: 768px) {
  .p-domain-business__content > p {
    margin-top: 12.8vw;
    font-size: 4.266667vw;
    width: 100%;
  }
}
.p-domain-business__content:last-child {
  margin-bottom: min(16.6667vw, 320px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__content:last-child {
    margin-bottom: 42.666667vw;
  }
}
.p-domain-business-btn {
  margin-top: min(1.6667vw, 32px);
  font-size: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-domain-business-btn {
    margin-top: 8.533333vw;
    font-size: 5.333333vw;
  }
}
.p-domain-business__box {
  display: flex;
  margin-top: min(4.1667vw, 80px);
  gap: min(3.333vw, 64px);
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-domain-business__box {
    flex-direction: column;
    margin-top: 12.8vw;
    gap: 8.533333vw;
  }
}
.p-domain-business__card {
  width: calc((100% - min(3.333vw, 64px)) / 2);
  background-color: #2A2A2A;
  border-radius: min(0.2083vw, 4px);
  padding: min(2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__card {
    width: 100%;
    border-radius: 1.066667vw;
    padding: 6.4vw;
  }
}
.p-domain-business__card > h3 {
  font-size: min(1.4583vw, 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-domain-business__card > h3 {
    font-size: 5.333333vw;
  }
}
.p-domain-business__card > ul {
  margin-top: min(3.333vw, 64px);
  display: flex;
  flex-direction: column;
  gap: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__card > ul {
    margin-top: 8.533333vw;
    gap: 4.266667vw;
  }
}
.p-domain-business__card > ul > li {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: min(1.6667vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-domain-business__card > ul > li {
    font-size: 4.266667vw;
    padding-left: 8.533333vw;
  }
}
.p-domain-business__card > ul > li::before {
  content: "";
  position: absolute;
  top: min(0.7292vw, 14px);
  left: min(0.3125vw, 6px);
  width: min(0.3125vw, 6px);
  height: min(0.3125vw, 6px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-domain-business__card > ul > li::before {
    top: 3.733333vw;
    left: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.p-about {
  padding-top: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 42.666667vw;
  }
}
.p-about-corp {
  padding-top: min(12.5vw, 240px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-corp {
    padding-top: 42.666667vw;
  }
}
.p-about-corp > h2 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(8.3333vw, 160px);
  font-weight: 500;
  line-height: 100%;
  display: flex;
  gap: min(1.25vw, 24px);
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-about-corp > h2 {
    font-size: 19.2vw;
    gap: 6.4vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about-corp > h2#section-2 {
  margin-top: min(6.25vw, 120px);
}
.p-about-corp > h2 > small {
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-about-corp > h2 > small {
    font-size: 4.266667vw;
  }
}
.p-about-corp > h3 {
  font-size: min(2.5vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: min(6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-about-corp > h3 {
    font-size: 5.333333vw;
    margin-top: 10.666667vw;
  }
}
.p-about-corp .name_box {
  text-align: right;
  margin-top: min(2.0833vw, 40px);
  margin-bottom: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-about-corp .name_box {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.p-about-corp .name_box .name_inner {
  display: inline-block;
  width: min(14.5833vw, 280px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-about-corp .name_box .name_inner {
        width: auto;
        text-align: right;
  }
}
.p-about-corp .name_box .name {
  font-size: min(0.625vw, 12px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: min(1.25vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-about-corp .name_box .name {
    font-size: 2.6667vw;
    margin-bottom: 24px;
  }
}
.p-about-corp .name_box .name strong {
  font-size: min(0.8333vw, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-about-corp .name_box .name strong {
    font-size: 3.733333vw;
    padding-left: 16px;
  }
}

.p-about-corp .name_box .sign{
    font-size: min(1.5625vw, 30px);
    font-family: "WindSong";
}
@media screen and (max-width: 768px) {
    .p-about-corp .name_box .sign{
        font-size: 5.6vw;
    }
}


.p-about-corp .position_img {
  position: absolute;
  z-index: -1;
}
.p-about-corp .position_img.img01 {
  width: min(23.958333vw, 460px);
  right: 0;
  top: 39.4%;
}

.p-about-corp .position_img.img02 {
  width: min(22.916667vw, 440px);
  bottom: max(-6.25vw, -120px);;
  left: 0;
}

.p-about-corp .position_img.movie_box {
  width: min(28.125vw, 540px);
  top: 25.5%;
  left: 50%;
  transform: translateX(-50%);
}

.p-about-corp .position_img.movie_box video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:opacity .8s ease;
}

@media screen and (max-width: 768px) {
  .p-about-corp .position_img.img01 {
    width: 61.3333vw;
    top: 5.5%;
  }
  .p-about-corp .position_img.img02 {
    width: 53.333333vw;
    position: relative;
    bottom: 0;
    left: -5.333333vw;
    margin-top: 10.666667vw;
  }
  .p-about-corp .position_img.movie_box {
    width: 72vw;
    position: relative;
    margin-top: 10.666667vw;
  }
}
.p-about-corp.location {
  padding: min(12.5vw, 240px) min(5.2083vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  .p-about-corp.location {
    padding: 32vw 0 0;
  }
}
.p-about-corp.location > h2 {
  padding: 0 min(3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-about-corp.location > h2 {
    padding: 0 5.333333vw;
  }
}
.p-about-corp__overview {
  margin-top: min(4.1667vw, 80px);
  width: 61.66%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview {
    margin-top: 17.066667vw;
    width: 100%;
  }
}
.p-about-corp__overview > li {
  display: flex;
  padding: min(2.5vw, 48px) 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview > li {
    flex-direction: column;
    padding: 12.8vw 0;
    gap: 3.2vw;
  }
}
.p-about-corp__overview-label {
  flex: 1;
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview-label {
    font-size: 4.8vw;
  }
}
.p-about-corp__overview-data {
  width: 70%;
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview-data {
    width: 100%;
    font-size: 4.8vw;
  }
}
.p-about-corp__overview-data > a {
  border-bottom: 1px solid #fff;
  width: fit-content;
}
.p-about-corp__overview-data > a::after {
  content: "";
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  margin-left: 4px;
  background-image: url("../images/icon/ic_external.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview-data > a::after {
    width: 6.4vw;
    height: 6.4vw;
    top: 1.6vw;
  }
}
.p-about-corp__overview-data.flex {
  display: flex;
  flex-direction: column;
  gap: min(0.625vw, 12px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview-data.flex {
    gap: 3.2vw;
  }
}
.p-about-corp__overview-data.flex-row {
  display: flex;
  gap: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__overview-data.flex-row {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.p-about-corp__msg {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.04em;
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__msg {
    font-size: 4.266667vw;
    margin-top: 17.066667vw;
  }
}
.p-about-corp__msg.upper {
  margin-top: min(3.333vw, 64px);
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__msg.upper {
    width: 100%;
    margin-top: 10.666667vw;
  }
}
.p-about-corp__msg-viewmore {
  display: none;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-about-corp__msg-viewmore {
    display: block;
    margin-top: 32vw;
  }
}
.p-about-corp__location-map {
  margin-top: min(4.1667vw, 80px);
  position: relative;
  aspect-ratio: 43/19;
  background-image: url("../images/about/location_map.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-map {
    aspect-ratio: 375/166;
    margin-top: 19.733333vw;
  }
}
.p-about-corp__location-map > a {
  position: absolute;
  width: min(8.3333vw, 160px);
  height: min(8.3333vw, 160px);
  border-radius: 50%;
  background-color: rgba(126, 126, 126, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(0.8333vw, 16px);
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(1.4583vw, 28px);
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-map > a {
    width: 11.73vw;
    height: 11.73vw;
    gap: 1.0666vw;
    line-height: 80%;
    font-size: 3.2vw;
  }
}
.p-about-corp__location-map > a::after {
  content: "";
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_wchevron_round.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-map > a::after {
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
.p-about-corp__location-map > a:hover {
  scale: 1.2;
  background-color: rgba(126, 126, 126, 0.8);
}
.p-about-corp__location-map > a.hidden {
  display: none;
}
.p-about-corp__location-eu {
  top: min(85px, 4.427vw);
  left: min(3.125vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-eu {
    top: 5%;
    left: 2%;
  }
}
.p-about-corp__location-af {
  top: 43%;
  left: min(3.072vw, 59px);
}
.p-about-corp__location-me {
  top: 34.5%;
  left: min(13.646vw, 262px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-me {
    top: 28%;
    left: 15.2%;
  }
}
.p-about-corp__location-cis {
  top: min(2.0833vw, 40px);
  left: 24.3%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-cis {
    top: -8.4%;
    left: 22.5%;
  }
}
.p-about-corp__location-asia {
  top: 32.8%;
  left: 29%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-asia {
    top: 41%;
    left: 27%;
  }
}
.p-about-corp__location-jp {
  top: 21.1%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-jp {
    top: 16%;
    left: 35%;
  }
}
.p-about-corp__location-oc {
  bottom: 14.7%;
  left: 38%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-oc {
    bottom: 3%;
    left: 44.5%;
  }
}
.p-about-corp__location-na {
  top: 24.4%;
  right: 12.2%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-na {
    top: 15%;
    right: 8%;
  }
}
.p-about-corp__location-sa {
  bottom: 28%;
  right: 5.9%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-sa {
    bottom: 27.5%;
    right: 4%;
  }
}
.p-about-corp__location-kpi {
  margin-top: min(1.0416vw, 20px);
  padding: min(1.6667vw, 32px);
  display: flex;
  gap: min(2.0833vw, 40px);
  border-radius: min(0.2083vw, 4px);
  align-items: flex-end;
  width: fit-content;
  margin-left: auto;
  margin-right: min(3.125vw, 60px);
  background-image: url("../images/about/location_kpi.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-kpi {
    margin: 16vw auto 0;
    gap: 6.133333vw;
    padding: 6.4vw;
  }
}
.p-about-corp__location-kpi-item {
  display: flex;
  align-items: flex-end;
  gap: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-kpi-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-about-corp__location-kpi-label {
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-bottom: min(0.3125vw, 6px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-kpi-label {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
.p-about-corp__location-kpi-number {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(4.1667vw, 80px);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-kpi-number {
    font-size: 12.8vw;
  }
}
.p-about-corp__location-kpi-number > small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.6667vw, 32px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-about-corp__location-kpi-number > small {
    font-size: 5.12vw;
  }
}
.p-about-corp__group {
  padding-top: min(12.5vw, 240px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group {
    padding-top: 32vw;
  }
}
.p-about-corp__group:not(:first-child) {
  padding-top: min(8.3333vw, 160px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group:not(:first-child) {
    padding-top: 21.333333vw;
  }
}
.p-about-corp__group > h2 {
    width: 1760px;
    margin: 0 auto -207px;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    position: relative;
    font-size: 80px;
    font-weight: 500;
    line-height: 180%;
}

@media screen and (min-width: 1920px) {
  .p-about-corp__group > h2 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-about-corp__group > h2 {
    width: auto;
    /*font-size: 19.2vw;*/
    font-size: 16vw;
    line-height: 100%;
    margin-top: 21.333333vw;
    margin-bottom: -37.333333vw;
  }
  .p-about-corp__group > h2:first-of-type {
    margin-top: 0;
  }
}

.p-about-corp__group > h2::before {
  content: "";
  position: absolute;
  left: max(-8.3333vw, -160px);
  top: 50%;
  transform: translateY(-50%);
  width: min(6.25vw, 120px);
  height: 1px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group > h2::before {
    width: 2.133333vw;
    left: -6.4vw;
    width: 5.333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-about-corp__group > h2::before {
    width: calc((100vw - 1600px) / 2);
    left: calc(-1 * ((100vw - 1600px) / 2 + 40px));
  }
}
.p-about-corp__group-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #fff;
}
.p-about-corp__group-line.other {
  margin-top: min(4.1667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-line.other {
    margin-top: 10.666667vw;
  }
}




.p-about-corp__group-box {
  padding-top: min(5vw, 96px);
  width: 61.666vw;
  margin-left: auto;
  margin-top: -207px;
  padding-top: 297px;
}
@media screen and (max-width: 1920px) {
  .p-about-corp__group-box {
  margin-top: -10.781250vw;
  padding-top: 15.468750vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-box {
    width: 100%;
    margin-top: -37.333333vw;
    padding-top: 48vw;
  }
}

.p-about-corp__group-box > h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: min(3.333vw, 64px);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: min(3.333vw, 64px);
  padding-bottom: min(3.333vw, 64px);
  border-bottom: 1px solid #fff;

}
@media screen and (max-width: 768px) {
  .p-about-corp__group-box > h3 {
    font-size: 7.466667vw;
    margin-bottom: 10.666667vw;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-about-corp__group-box > h4 {
  margin-top: min(3.333vw, 64px);
  font-size: min(1.4583vw, 28px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-box > h4 {
    font-size: 7.466667vw;
    margin-top: 10.666667vw;
  }
}
.p-about-corp__group-card {
  margin-top: min(3.333vw, 64px);
  display: flex;
  gap: min(3.333vw, 64px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-card {
    margin-top: 10.666667vw;
    margin-bottom: 10.666667vw;
    flex-direction: column;
    gap: 10.666667vw;
  }
}
.p-about-corp__group-info {
  flex: 1;
}
.p-about-corp__group-info > p {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-about-corp__group-info > p > strong {
  font-weight: 700;
}
.p-about-corp__group-info > p:not(:first-child) {
  margin-top: min(0.8333vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-info > p {
    font-size: 4.266667vw;
  }
  .p-about-corp__group-info > p:not(:first-child) {
    margin-top: 4.266667vw;
  }
}
.p-about-corp__group-btnarea {
  margin-top: min(2.0833vw, 40px);
  display: flex;
  gap: min(1.0416vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-btnarea {
    margin-top: 10.666667vw;
    flex-direction: column;
    gap: 5.333333vw;
  }
}
.p-about-corp__group-btnarea > a {
  font-size: min(1.0416vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-btnarea > a {
    font-size: 5.333333vw;
    width: fit-content;
  }
}
.p-about-corp__group-linkarea {
  margin-top: min(2.0833vw, 40px);
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-linkarea {
    margin-top: 10.666667vw;
  }
}
.p-about-corp__group-linkarea > a {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #fff;
  padding: min(0.1042vw, 2px) 0;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-linkarea > a {
    font-size: 4.8vw;
    padding: 0.533333vw 0;
  }
}
.p-about-corp__group-linkarea > a::after {
  content: "";
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_wchevron_right24.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-linkarea > a::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-about-corp__group-img {
  aspect-ratio: 2/3;
  width: 21.666vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about-corp__group-img {
    width: 64vw;
  }
}
.p-about-corp__group-img > img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}


.corp_profile_link_ul{
    display: flex;
    flex-direction: column;
    gap: min(0.625vw, 12px);
}

.corp_profile_link_ul li a,
.corp_profile_link_ul li{
    font-size: min(0.9375vw, 18px);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.04em;
}

.corp_profile_link_ul li a{
    border-bottom: 1px solid #fff;
    width: fit-content;
}

.corp_profile_link_ul li a::after {
    content: "";
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
    margin-left: 4px;
    background-image: url(../images/icon/ic_external.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
}

@media screen and (max-width: 768px) {
    .corp_profile_link_ul{
        3.2vw;
    }
    .corp_profile_link_ul li a,
    .corp_profile_link_ul li{
        font-size: 4.8vw;
    }    
    .corp_profile_link_ul li a::after {
        width: 6.4vw;
        height: 6.4vw;
        top: 1.6vw;
    }  
    
}