@charset "utf-8";

/* ==================== 全体設定 ==================== */

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

* {
  margin: 0;
}

body {
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
        content: "";
        display: block;
        position: fixed;
        top:0;
        left:0;
        width:100vw;
        height:100vh;
        background:url(../img/79642439_Watercolour\ Light\ Blue\ Background.svg);
        background-size: cover;
        background-position: center;
        opacity: 0.99;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-green: #00aecc;
  --color-gray: #f0f0f0;
  --color-red: #d8374e;
  --font-lato: 'Lato', sans-serif;
  --font-noto-san-jp: 'Noto Sans JP', sans-serif;
  --font-oswald: 'Oswald', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
  --sm: 575.98px;
  --md: 767.98px;
  --lg: 991.98px;
  --xl: 1199.98px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

html,
body {
  color: var(--color-black);
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: var(--color-green);
}

.container {
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title {
  font-weight: 700;
  margin-left: 160px;
}
  @media (max-width: 991.98px) {
    .section-title {
    margin-left: 80px;
  }}
  @media (max-width: 767.98px) {
    .section-title {
    margin-left: 40px;
  }}
  @media (max-width: 575.98px) {
    .section-title {
    margin-left: 0;
  }
}

.section-title .en {
  font-family: var(--font-oswald);
  font-size: 60px;
  color: #02aecc;
  opacity: 0.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
  @media (max-width: 575.98px) {
    .section-title .en {
    font-size: 40px;
  }
}

.section-title .ja {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: -30px;
  letter-spacing: 0.06em;
}
  @media (max-width: 575.98px) {
    .section-title .ja {
    margin-top: -20px;

    font-size: 18px;
  }
}

/* ==================== HEADER ==================== */

.header {
  padding-left: 40px;
  padding-right: 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-white);
  transition: box-shadow 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  @media (max-width: 575.98px) {
    .header {
    flex-direction: column;

    gap: 24px;

    padding-bottom: 22px;

    padding-left: 0;

    padding-right: 0;
  }
}

.header.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


/* ==================== LOGO ==================== */

.logo {
  display: block;
  width: 200px;
  height: auto;
}
  @media (max-width: 575.98px) {
    .logo {
    width: 113px;
    height: auto;
  }
}

/* ==================== MENU ==================== */

.menu-list {
  display: flex;
  justify-content: center;
  /* gap: 38px; */
}

.menu-item {
  line-height: 1.2;
}

.menu-item:nth-of-type(2) {
  margin-right: 38px;
  margin-left: 53px;
}

.menu-link {
  font-family: var(--font-lato);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ==================== TALENT PAGE ==================== */

.talent-page {
  padding-top: 80px;
}
  @media (max-width: 575.98px) {
    talent-page {
    padding-top: 120px;
  }
}
.section-title {
  margin-left: 0;
}

.talent-page-banner {
  padding-top: 300px;
  padding-bottom: 90px;
  text-align: center;
}
  @media (max-width: 575.98px) {
    .talent-page-banner {
  margin-bottom: 15px;
  margin-top: 0px;
  }
}

.talent-detail {
  padding-top: 50px;
  padding-left: 200px;
  padding-right: 100px;
  display: flex;
  gap: 50px;
}
  @media (max-width: 991.98px) {
    .talent-detail {
    max-width: 100%;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
  }}
  @media (max-width: 767.98px) {
    .talent-detail {
    padding-left: 20px;
    padding-right: 20px;
    }}
  @media (max-width: 575.98px) {
    .talent-detail {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }
}

.talent-info {
  padding-top: 0px;
  padding-bottom: 20px;
}

.talent-name{
  padding-bottom: 30px;
  /* text-align: center; */
 
}

.talent-info .talent-name {
  font-weight: 700;
  }

  @media (max-width: 575.98px) {
  .talent-info .talent-name{

    display: flex;
    flex-direction: column;
    align-items: center;
   }}


.talent-info .talent-name .ja {
  font-size: 38px;
}
  @media (max-width: 575.98px) {
    .talent-info .talent-name .ja {
    font-size: 32px;
    margin-bottom: 4px;
  }
 }

.talent-info .talent-name .en {
  font-size: 14px;
  color: var(--color-green);
  margin-left: 12px;
  }
  @media (max-width: 575.98px) {
    .talent-info .talent-name .en {
    font-size: 12px;
  }
}

.talent-avatar img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

  @media (max-width: 575.98px) {
    .talent-avatar img {
    width: 80%;
  }
}



.talent-info-group {
  margin-top: 35px;
  @media (max-width: 575.98px) {
    margin-top: 33px;
  }
}

.talent-info-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 38px;
}
  @media (max-width: 575.98px) {
    .talent-info-group {
    margin-bottom: 30px;
  }
}

.talent-info-line .title {
  display: inline-block;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  padding: 5px 0;
  font-size: 14px;
  font-weight: 900;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
}
  
  @media (max-width: 575.98px) {
    .talent-info-line .title {
    width: 100px;

    margin-right: 10px;

    font-size: 13px;
  }
}

.talent-info-line .description {
  display: inline-block;
  font-weight: 500;
}
  @media (max-width: 575.98px) {
    .talent-info-line .description {
    font-size: 13px;
  }
}

.talent-voice {
  margin-top: 40px;
}
  @media (max-width: 575.98px) {
    .talent-voice {
    margin-top: 30px;
  }
}

.talent-voice-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-green);
  margin-bottom: 24px;
}
  @media (max-width: 575.98px) {
    .talent-voice-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.talent-voice-detail {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.talent-voice-item{
  color: var(--color-black);
  padding-left: 20px;
  padding-bottom: 10px;
}
  @media (max-width: 575.98px) {
    .talent-voice-item{
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

.talent-work {
  margin-top: 40px;
  padding-left: 200px;
  padding-right: 100px;
}
  @media (max-width: 991.98px) {
    .talent-work {
    max-width: 100%;

    margin: 50px auto;

    /* padding-left: 100px;

    padding-right: 100px; */
  }}
  @media (max-width: 767.98px) {
    .talent-work {
    padding-left: 20px;

    padding-right: 20px;
        }}
  @media (max-width: 575.98px) {
    .talent-work {
    margin-top: 39px;
  }
}

.talent-work-title {
  color: var(--color-green);
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
  margin-bottom: 40px;
  @media (max-width: 575.98px) {
    font-size: 16px;

    padding-bottom: 16px;

    margin-bottom: 20px;
  }
}

.talent-accordion-detail{
    background: rgba(255,255,255,.7);
    padding: 24px 36px 36px;
    border-radius: 15px;
    line-height:1.4;
    padding: 28px 20px;
    border-radius: 10px;
}

.talent-accordion-detail strong{
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    margin: 0.7em 0 0.5em;
}

.talent-btn-back {
  max-width: 380px;
  width: 100%;
  height: 80px;
  margin: 100px auto 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--color-green);
  background-color: white;
  font-size: 22px;
  font-weight: 900;
  color: var(--color-green);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
  @media (max-width: 575.98px) {
    .talent-btn-back {
    margin-top: 60px;
    margin-bottom: 80px;
    margin-right: auto;
    height: 60px;
    width: 60%;
    font-size: 16px;
  }
}

.talent-btn-back::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: url(../img/reshot-icon-arrow-right-ZP2WDL9B8N.svg); 
  background-repeat: no-repeat;
  background-position: center;
  right: 9px;
  transition: background-color 0.2s ease-in-out;
}
.talent-btn-back:hover {
  color: var(--color-white);
  background-color:rgba(0, 174, 204,.7);
}
.talent-btn-back:hover::after {
  color: var(--color-black);
  background-color: var(--color-white);
}
